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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.container-tntech {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1320px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .container-tntech {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.elementor .btn-primary :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 150 9 / var(--tw-bg-opacity, 1));
}

.elementor .btn-outline :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 184 17 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1));
}

.elementor .nav-pill :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-pill {
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-pill:hover {
  --tw-text-opacity: 1;
  color: rgb(147 110 7 / var(--tw-text-opacity, 1));
}

.elementor .nav-pill-active :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-pill-active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.elementor .section-title :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  font-weight: 700;
}

.elementor .section-title :where(.elementor-heading-title, .elementor-text-editor, h1, h2, h3, h4) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.section-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.section-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.section-gray {
  background-color: #e9ecef;
}

.section-cream {
  background-color: #f5f4f0;
}

.card-soft {
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.product-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-card-img {
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card-body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .product-card-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.elementor .product-card-title :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  font-weight: 700;
}

.product-card-title {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .product-card-title {
    font-size: 1.75rem;
  }
}

.elementor .product-card-text :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.product-card-text {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.elementor .form-input :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 184 17 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(244 184 17 / 0.25);
}

.values-masonry {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(10, minmax(4.5rem, auto));
}

.value-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.value-card-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.value-card-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.stats-masonry {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(4.5rem, auto));
}

.stat-card {
  border-radius: 1rem;
  padding: 2rem;
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.stat-card-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.stat-card-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.stat-card-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.distribution-banner {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.distribution-banner-content {
  grid-column: 1 / 8;
}

.distribution-banner-image {
  grid-column: 8 / 13;
}

#site-header.is-scrolled .navbar.o_colored_level.o_cc {
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root {
  --tntech-admin-bar-offset: 0px;
}

/* Header offset handled in assets/css/header.css (below top wave) */

.wave-container.bg-gray-50 .shape-fill {
  fill: #f9fafb;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal.active,
  .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1023px) {
  .values-masonry,
    .stats-masonry,
    .distribution-banner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .values-masonry > *,
    .stats-masonry > * {
    grid-area: auto !important;
  }

  .distribution-banner-content,
    .distribution-banner-image {
    grid-column: auto;
  }
}

.hero-slide.active {
  opacity: 1;
}

.group:hover .wave-ring {
  animation: waveOut 0.9s ease-out forwards;
}

@keyframes waveOut {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  20% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/*
   * Elementor often writes typography directly on inner nodes (heading title,
   * text-editor, button text...), so Tailwind classes on wrapper elements do
   * not visually apply. Force wrapper utilities down to common Elementor text
   * targets with !important.
   */

.elementor .text-earth,
  .elementor .text-earth :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .text-harvest,
  .elementor .text-harvest :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .text-sprout,
  .elementor .text-sprout :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.elementor .font-bold :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  font-weight: 700 !important;
}

.elementor .text-sm :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.elementor .text-base :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.elementor .text-lg :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.elementor .text-3xl :where(.elementor-heading-title, .elementor-text-editor, h1, h2, h3, h4) {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

@media (min-width: 768px) {
  .elementor .md\:text-4xl :where(.elementor-heading-title, .elementor-text-editor, h1, h2, h3, h4) {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

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

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

.pointer-events-none {
  pointer-events: none !important;
}

.visible {
  visibility: visible !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  inset: 0px !important;
}

.-bottom-0 {
  bottom: -0px !important;
}

.-bottom-0\.5 {
  bottom: -0.125rem !important;
}

.-bottom-1 {
  bottom: -0.25rem !important;
}

.-bottom-1\.5 {
  bottom: -0.375rem !important;
}

.-bottom-1\/2 {
  bottom: -50% !important;
}

.-bottom-1\/3 {
  bottom: -33.333333% !important;
}

.-bottom-1\/4 {
  bottom: -25% !important;
}

.-bottom-10 {
  bottom: -2.5rem !important;
}

.-bottom-11 {
  bottom: -2.75rem !important;
}

.-bottom-12 {
  bottom: -3rem !important;
}

.-bottom-14 {
  bottom: -3.5rem !important;
}

.-bottom-16 {
  bottom: -4rem !important;
}

.-bottom-2 {
  bottom: -0.5rem !important;
}

.-bottom-2\.5 {
  bottom: -0.625rem !important;
}

.-bottom-2\/3 {
  bottom: -66.666667% !important;
}

.-bottom-2\/4 {
  bottom: -50% !important;
}

.-bottom-20 {
  bottom: -5rem !important;
}

.-bottom-24 {
  bottom: -6rem !important;
}

.-bottom-28 {
  bottom: -7rem !important;
}

.-bottom-3 {
  bottom: -0.75rem !important;
}

.-bottom-3\.5 {
  bottom: -0.875rem !important;
}

.-bottom-3\/4 {
  bottom: -75% !important;
}

.-bottom-32 {
  bottom: -8rem !important;
}

.-bottom-36 {
  bottom: -9rem !important;
}

.-bottom-4 {
  bottom: -1rem !important;
}

.-bottom-40 {
  bottom: -10rem !important;
}

.-bottom-44 {
  bottom: -11rem !important;
}

.-bottom-48 {
  bottom: -12rem !important;
}

.-bottom-5 {
  bottom: -1.25rem !important;
}

.-bottom-52 {
  bottom: -13rem !important;
}

.-bottom-56 {
  bottom: -14rem !important;
}

.-bottom-6 {
  bottom: -1.5rem !important;
}

.-bottom-60 {
  bottom: -15rem !important;
}

.-bottom-64 {
  bottom: -16rem !important;
}

.-bottom-8 {
  bottom: -2rem !important;
}

.-bottom-80 {
  bottom: -20rem !important;
}

.-left-\[21px\] {
  left: -21px !important;
}

.-right-24 {
  right: -6rem !important;
}

.-top-0 {
  top: -0px !important;
}

.-top-0\.5 {
  top: -0.125rem !important;
}

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

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

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

.-top-1\/3 {
  top: -33.333333% !important;
}

.-top-1\/4 {
  top: -25% !important;
}

.-top-10 {
  top: -2.5rem !important;
}

.-top-11 {
  top: -2.75rem !important;
}

.-top-12 {
  top: -3rem !important;
}

.-top-14 {
  top: -3.5rem !important;
}

.-top-16 {
  top: -4rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-top-2\.5 {
  top: -0.625rem !important;
}

.-top-2\/3 {
  top: -66.666667% !important;
}

.-top-2\/4 {
  top: -50% !important;
}

.-top-20 {
  top: -5rem !important;
}

.-top-24 {
  top: -6rem !important;
}

.-top-28 {
  top: -7rem !important;
}

.-top-3 {
  top: -0.75rem !important;
}

.-top-3\.5 {
  top: -0.875rem !important;
}

.-top-3\/4 {
  top: -75% !important;
}

.-top-32 {
  top: -8rem !important;
}

.-top-36 {
  top: -9rem !important;
}

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

.-top-40 {
  top: -10rem !important;
}

.-top-44 {
  top: -11rem !important;
}

.-top-48 {
  top: -12rem !important;
}

.-top-5 {
  top: -1.25rem !important;
}

.-top-52 {
  top: -13rem !important;
}

.-top-56 {
  top: -14rem !important;
}

.-top-6 {
  top: -1.5rem !important;
}

.-top-60 {
  top: -15rem !important;
}

.-top-64 {
  top: -16rem !important;
}

.-top-8 {
  top: -2rem !important;
}

.-top-80 {
  top: -20rem !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-0\.5 {
  bottom: 0.125rem !important;
}

.bottom-1 {
  bottom: 0.25rem !important;
}

.bottom-1\.5 {
  bottom: 0.375rem !important;
}

.bottom-1\/2 {
  bottom: 50% !important;
}

.bottom-1\/3 {
  bottom: 33.333333% !important;
}

.bottom-1\/4 {
  bottom: 25% !important;
}

.bottom-10 {
  bottom: 2.5rem !important;
}

.bottom-11 {
  bottom: 2.75rem !important;
}

.bottom-12 {
  bottom: 3rem !important;
}

.bottom-14 {
  bottom: 3.5rem !important;
}

.bottom-16 {
  bottom: 4rem !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.bottom-2\.5 {
  bottom: 0.625rem !important;
}

.bottom-2\/3 {
  bottom: 66.666667% !important;
}

.bottom-2\/4 {
  bottom: 50% !important;
}

.bottom-20 {
  bottom: 5rem !important;
}

.bottom-24 {
  bottom: 6rem !important;
}

.bottom-28 {
  bottom: 7rem !important;
}

.bottom-3 {
  bottom: 0.75rem !important;
}

.bottom-3\.5 {
  bottom: 0.875rem !important;
}

.bottom-3\/4 {
  bottom: 75% !important;
}

.bottom-32 {
  bottom: 8rem !important;
}

.bottom-36 {
  bottom: 9rem !important;
}

.bottom-4 {
  bottom: 1rem !important;
}

.bottom-40 {
  bottom: 10rem !important;
}

.bottom-44 {
  bottom: 11rem !important;
}

.bottom-48 {
  bottom: 12rem !important;
}

.bottom-5 {
  bottom: 1.25rem !important;
}

.bottom-52 {
  bottom: 13rem !important;
}

.bottom-56 {
  bottom: 14rem !important;
}

.bottom-6 {
  bottom: 1.5rem !important;
}

.bottom-60 {
  bottom: 15rem !important;
}

.bottom-64 {
  bottom: 16rem !important;
}

.bottom-8 {
  bottom: 2rem !important;
}

.bottom-80 {
  bottom: 20rem !important;
}

.left-0 {
  left: 0px !important;
}

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

.left-3 {
  left: 0.75rem !important;
}

.right-0 {
  right: 0px !important;
}

.right-4 {
  right: 1rem !important;
}

.top-0 {
  top: 0px !important;
}

.top-0\.5 {
  top: 0.125rem !important;
}

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

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

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

.top-1\/3 {
  top: 33.333333% !important;
}

.top-1\/4 {
  top: 25% !important;
}

.top-10 {
  top: 2.5rem !important;
}

.top-11 {
  top: 2.75rem !important;
}

.top-12 {
  top: 3rem !important;
}

.top-14 {
  top: 3.5rem !important;
}

.top-16 {
  top: 4rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.top-2\.5 {
  top: 0.625rem !important;
}

.top-2\/3 {
  top: 66.666667% !important;
}

.top-2\/4 {
  top: 50% !important;
}

.top-20 {
  top: 5rem !important;
}

.top-24 {
  top: 6rem !important;
}

.top-28 {
  top: 7rem !important;
}

.top-3 {
  top: 0.75rem !important;
}

.top-3\.5 {
  top: 0.875rem !important;
}

.top-3\/4 {
  top: 75% !important;
}

.top-32 {
  top: 8rem !important;
}

.top-36 {
  top: 9rem !important;
}

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

.top-40 {
  top: 10rem !important;
}

.top-44 {
  top: 11rem !important;
}

.top-48 {
  top: 12rem !important;
}

.top-5 {
  top: 1.25rem !important;
}

.top-52 {
  top: 13rem !important;
}

.top-56 {
  top: 14rem !important;
}

.top-6 {
  top: 1.5rem !important;
}

.top-60 {
  top: 15rem !important;
}

.top-64 {
  top: 16rem !important;
}

.top-8 {
  top: 2rem !important;
}

.top-80 {
  top: 20rem !important;
}

.-z-0 {
  z-index: 0 !important;
}

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

.-z-20 {
  z-index: -20 !important;
}

.z-0 {
  z-index: 0 !important;
}

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

.z-20 {
  z-index: 20 !important;
}

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

.z-50 {
  z-index: 50 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-m-0 {
  margin: -0px !important;
}

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

.-m-1 {
  margin: -0.25rem !important;
}

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

.-m-10 {
  margin: -2.5rem !important;
}

.-m-11 {
  margin: -2.75rem !important;
}

.-m-12 {
  margin: -3rem !important;
}

.-m-14 {
  margin: -3.5rem !important;
}

.-m-16 {
  margin: -4rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

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

.-m-20 {
  margin: -5rem !important;
}

.-m-24 {
  margin: -6rem !important;
}

.-m-28 {
  margin: -7rem !important;
}

.-m-3 {
  margin: -0.75rem !important;
}

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

.-m-32 {
  margin: -8rem !important;
}

.-m-36 {
  margin: -9rem !important;
}

.-m-4 {
  margin: -1rem !important;
}

.-m-40 {
  margin: -10rem !important;
}

.-m-44 {
  margin: -11rem !important;
}

.-m-48 {
  margin: -12rem !important;
}

.-m-5 {
  margin: -1.25rem !important;
}

.-m-52 {
  margin: -13rem !important;
}

.-m-56 {
  margin: -14rem !important;
}

.-m-6 {
  margin: -1.5rem !important;
}

.-m-60 {
  margin: -15rem !important;
}

.-m-64 {
  margin: -16rem !important;
}

.-m-8 {
  margin: -2rem !important;
}

.-m-80 {
  margin: -20rem !important;
}

.m-0 {
  margin: 0px !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

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

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

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

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

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

.m-32 {
  margin: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-52 {
  margin: 13rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-60 {
  margin: 15rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-80 {
  margin: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-0 {
  margin-bottom: -0px !important;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem !important;
}

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

.-mb-1\.5 {
  margin-bottom: -0.375rem !important;
}

.-mb-10 {
  margin-bottom: -2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-0 {
  margin-top: -0px !important;
}

.-mt-0\.5 {
  margin-top: -0.125rem !important;
}

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

.-mt-1\.5 {
  margin-top: -0.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-0\.5 {
  margin-bottom: 0.125rem !important;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px !important;
}

.mt-0\.5 {
  margin-top: 0.125rem !important;
}

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

.mt-1\.5 {
  margin-top: 0.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.line-clamp-4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}

.line-clamp-5 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
}

.line-clamp-6 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

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

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.aspect-\[21\/10\] {
  aspect-ratio: 21/10 !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

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

.h-2 {
  height: 0.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

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

.h-4 {
  height: 1rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-72 {
  height: 18rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-\[85vh\] {
  height: 85vh !important;
}

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

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

.h-screen {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-\[85vh\] {
  max-height: 85vh !important;
}

.max-h-\[min\(420px\2c 70vh\)\] {
  max-height: min(420px, 70vh) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-\[220px\] {
  min-height: 220px !important;
}

.min-h-\[560px\] {
  min-height: 560px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[3rem\] {
  max-width: 3rem !important;
}

.max-w-\[55\%\] {
  max-width: 55% !important;
}

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

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

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

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

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

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

.max-w-screen-xl {
  max-width: 1280px !important;
}

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

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-\[2\] {
  flex: 2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.touch-auto {
  touch-action: auto !important;
}

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

.resize-y {
  resize: vertical !important;
}

.resize {
  resize: both !important;
}

.-scroll-m-0 {
  scroll-margin: -0px !important;
}

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

.-scroll-m-1 {
  scroll-margin: -0.25rem !important;
}

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

.-scroll-m-10 {
  scroll-margin: -2.5rem !important;
}

.-scroll-m-11 {
  scroll-margin: -2.75rem !important;
}

.-scroll-m-12 {
  scroll-margin: -3rem !important;
}

.-scroll-m-14 {
  scroll-margin: -3.5rem !important;
}

.-scroll-m-16 {
  scroll-margin: -4rem !important;
}

.-scroll-m-2 {
  scroll-margin: -0.5rem !important;
}

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

.-scroll-m-20 {
  scroll-margin: -5rem !important;
}

.-scroll-m-24 {
  scroll-margin: -6rem !important;
}

.-scroll-m-28 {
  scroll-margin: -7rem !important;
}

.-scroll-m-3 {
  scroll-margin: -0.75rem !important;
}

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

.-scroll-m-32 {
  scroll-margin: -8rem !important;
}

.-scroll-m-36 {
  scroll-margin: -9rem !important;
}

.-scroll-m-4 {
  scroll-margin: -1rem !important;
}

.-scroll-m-40 {
  scroll-margin: -10rem !important;
}

.-scroll-m-44 {
  scroll-margin: -11rem !important;
}

.-scroll-m-48 {
  scroll-margin: -12rem !important;
}

.-scroll-m-5 {
  scroll-margin: -1.25rem !important;
}

.-scroll-m-52 {
  scroll-margin: -13rem !important;
}

.-scroll-m-56 {
  scroll-margin: -14rem !important;
}

.-scroll-m-6 {
  scroll-margin: -1.5rem !important;
}

.-scroll-m-60 {
  scroll-margin: -15rem !important;
}

.-scroll-m-64 {
  scroll-margin: -16rem !important;
}

.-scroll-m-8 {
  scroll-margin: -2rem !important;
}

.-scroll-m-80 {
  scroll-margin: -20rem !important;
}

.scroll-m-0 {
  scroll-margin: 0px !important;
}

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

.scroll-m-1 {
  scroll-margin: 0.25rem !important;
}

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

.scroll-m-10 {
  scroll-margin: 2.5rem !important;
}

.scroll-m-11 {
  scroll-margin: 2.75rem !important;
}

.scroll-m-12 {
  scroll-margin: 3rem !important;
}

.scroll-m-14 {
  scroll-margin: 3.5rem !important;
}

.scroll-m-16 {
  scroll-margin: 4rem !important;
}

.scroll-m-2 {
  scroll-margin: 0.5rem !important;
}

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

.scroll-m-20 {
  scroll-margin: 5rem !important;
}

.scroll-m-24 {
  scroll-margin: 6rem !important;
}

.scroll-m-28 {
  scroll-margin: 7rem !important;
}

.scroll-m-3 {
  scroll-margin: 0.75rem !important;
}

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

.scroll-m-32 {
  scroll-margin: 8rem !important;
}

.scroll-m-36 {
  scroll-margin: 9rem !important;
}

.scroll-m-4 {
  scroll-margin: 1rem !important;
}

.scroll-m-40 {
  scroll-margin: 10rem !important;
}

.scroll-m-44 {
  scroll-margin: 11rem !important;
}

.scroll-m-48 {
  scroll-margin: 12rem !important;
}

.scroll-m-5 {
  scroll-margin: 1.25rem !important;
}

.scroll-m-52 {
  scroll-margin: 13rem !important;
}

.scroll-m-56 {
  scroll-margin: 14rem !important;
}

.scroll-m-6 {
  scroll-margin: 1.5rem !important;
}

.scroll-m-60 {
  scroll-margin: 15rem !important;
}

.scroll-m-64 {
  scroll-margin: 16rem !important;
}

.scroll-m-8 {
  scroll-margin: 2rem !important;
}

.scroll-m-80 {
  scroll-margin: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-mb-0 {
  scroll-margin-bottom: -0px !important;
}

.-scroll-mb-0\.5 {
  scroll-margin-bottom: -0.125rem !important;
}

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

.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem !important;
}

.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-ml-0 {
  scroll-margin-left: -0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-mr-0 {
  scroll-margin-right: -0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-mt-0 {
  scroll-margin-top: -0px !important;
}

.-scroll-mt-0\.5 {
  scroll-margin-top: -0.125rem !important;
}

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

.-scroll-mt-1\.5 {
  scroll-margin-top: -0.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-mt-40 {
  scroll-margin-top: -10rem !important;
}

.-scroll-mt-44 {
  scroll-margin-top: -11rem !important;
}

.-scroll-mt-48 {
  scroll-margin-top: -12rem !important;
}

.-scroll-mt-5 {
  scroll-margin-top: -1.25rem !important;
}

.-scroll-mt-52 {
  scroll-margin-top: -13rem !important;
}

.-scroll-mt-56 {
  scroll-margin-top: -14rem !important;
}

.-scroll-mt-6 {
  scroll-margin-top: -1.5rem !important;
}

.-scroll-mt-60 {
  scroll-margin-top: -15rem !important;
}

.-scroll-mt-64 {
  scroll-margin-top: -16rem !important;
}

.-scroll-mt-8 {
  scroll-margin-top: -2rem !important;
}

.-scroll-mt-80 {
  scroll-margin-top: -20rem !important;
}

.scroll-mb-0 {
  scroll-margin-bottom: 0px !important;
}

.scroll-mb-0\.5 {
  scroll-margin-bottom: 0.125rem !important;
}

.scroll-mb-1 {
  scroll-margin-bottom: 0.25rem !important;
}

.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem !important;
}

.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem !important;
}

.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem !important;
}

.scroll-mb-12 {
  scroll-margin-bottom: 3rem !important;
}

.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem !important;
}

.scroll-mb-16 {
  scroll-margin-bottom: 4rem !important;
}

.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem !important;
}

.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem !important;
}

.scroll-mb-20 {
  scroll-margin-bottom: 5rem !important;
}

.scroll-mb-24 {
  scroll-margin-bottom: 6rem !important;
}

.scroll-mb-28 {
  scroll-margin-bottom: 7rem !important;
}

.scroll-mb-3 {
  scroll-margin-bottom: 0.75rem !important;
}

.scroll-mb-3\.5 {
  scroll-margin-bottom: 0.875rem !important;
}

.scroll-mb-32 {
  scroll-margin-bottom: 8rem !important;
}

.scroll-mb-36 {
  scroll-margin-bottom: 9rem !important;
}

.scroll-mb-4 {
  scroll-margin-bottom: 1rem !important;
}

.scroll-mb-40 {
  scroll-margin-bottom: 10rem !important;
}

.scroll-mb-44 {
  scroll-margin-bottom: 11rem !important;
}

.scroll-mb-48 {
  scroll-margin-bottom: 12rem !important;
}

.scroll-mb-5 {
  scroll-margin-bottom: 1.25rem !important;
}

.scroll-mb-52 {
  scroll-margin-bottom: 13rem !important;
}

.scroll-mb-56 {
  scroll-margin-bottom: 14rem !important;
}

.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem !important;
}

.scroll-mb-60 {
  scroll-margin-bottom: 15rem !important;
}

.scroll-mb-64 {
  scroll-margin-bottom: 16rem !important;
}

.scroll-mb-8 {
  scroll-margin-bottom: 2rem !important;
}

.scroll-mb-80 {
  scroll-margin-bottom: 20rem !important;
}

.scroll-ml-0 {
  scroll-margin-left: 0px !important;
}

.scroll-ml-0\.5 {
  scroll-margin-left: 0.125rem !important;
}

.scroll-ml-1 {
  scroll-margin-left: 0.25rem !important;
}

.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem !important;
}

.scroll-ml-10 {
  scroll-margin-left: 2.5rem !important;
}

.scroll-ml-11 {
  scroll-margin-left: 2.75rem !important;
}

.scroll-ml-12 {
  scroll-margin-left: 3rem !important;
}

.scroll-ml-14 {
  scroll-margin-left: 3.5rem !important;
}

.scroll-ml-16 {
  scroll-margin-left: 4rem !important;
}

.scroll-ml-2 {
  scroll-margin-left: 0.5rem !important;
}

.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem !important;
}

.scroll-ml-20 {
  scroll-margin-left: 5rem !important;
}

.scroll-ml-24 {
  scroll-margin-left: 6rem !important;
}

.scroll-ml-28 {
  scroll-margin-left: 7rem !important;
}

.scroll-ml-3 {
  scroll-margin-left: 0.75rem !important;
}

.scroll-ml-3\.5 {
  scroll-margin-left: 0.875rem !important;
}

.scroll-ml-32 {
  scroll-margin-left: 8rem !important;
}

.scroll-ml-36 {
  scroll-margin-left: 9rem !important;
}

.scroll-ml-4 {
  scroll-margin-left: 1rem !important;
}

.scroll-ml-40 {
  scroll-margin-left: 10rem !important;
}

.scroll-ml-44 {
  scroll-margin-left: 11rem !important;
}

.scroll-ml-48 {
  scroll-margin-left: 12rem !important;
}

.scroll-ml-5 {
  scroll-margin-left: 1.25rem !important;
}

.scroll-ml-52 {
  scroll-margin-left: 13rem !important;
}

.scroll-ml-56 {
  scroll-margin-left: 14rem !important;
}

.scroll-ml-6 {
  scroll-margin-left: 1.5rem !important;
}

.scroll-ml-60 {
  scroll-margin-left: 15rem !important;
}

.scroll-ml-64 {
  scroll-margin-left: 16rem !important;
}

.scroll-ml-8 {
  scroll-margin-left: 2rem !important;
}

.scroll-ml-80 {
  scroll-margin-left: 20rem !important;
}

.scroll-mr-0 {
  scroll-margin-right: 0px !important;
}

.scroll-mr-0\.5 {
  scroll-margin-right: 0.125rem !important;
}

.scroll-mr-1 {
  scroll-margin-right: 0.25rem !important;
}

.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem !important;
}

.scroll-mr-10 {
  scroll-margin-right: 2.5rem !important;
}

.scroll-mr-11 {
  scroll-margin-right: 2.75rem !important;
}

.scroll-mr-12 {
  scroll-margin-right: 3rem !important;
}

.scroll-mr-14 {
  scroll-margin-right: 3.5rem !important;
}

.scroll-mr-16 {
  scroll-margin-right: 4rem !important;
}

.scroll-mr-2 {
  scroll-margin-right: 0.5rem !important;
}

.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem !important;
}

.scroll-mr-20 {
  scroll-margin-right: 5rem !important;
}

.scroll-mr-24 {
  scroll-margin-right: 6rem !important;
}

.scroll-mr-28 {
  scroll-margin-right: 7rem !important;
}

.scroll-mr-3 {
  scroll-margin-right: 0.75rem !important;
}

.scroll-mr-3\.5 {
  scroll-margin-right: 0.875rem !important;
}

.scroll-mr-32 {
  scroll-margin-right: 8rem !important;
}

.scroll-mr-36 {
  scroll-margin-right: 9rem !important;
}

.scroll-mr-4 {
  scroll-margin-right: 1rem !important;
}

.scroll-mr-40 {
  scroll-margin-right: 10rem !important;
}

.scroll-mr-44 {
  scroll-margin-right: 11rem !important;
}

.scroll-mr-48 {
  scroll-margin-right: 12rem !important;
}

.scroll-mr-5 {
  scroll-margin-right: 1.25rem !important;
}

.scroll-mr-52 {
  scroll-margin-right: 13rem !important;
}

.scroll-mr-56 {
  scroll-margin-right: 14rem !important;
}

.scroll-mr-6 {
  scroll-margin-right: 1.5rem !important;
}

.scroll-mr-60 {
  scroll-margin-right: 15rem !important;
}

.scroll-mr-64 {
  scroll-margin-right: 16rem !important;
}

.scroll-mr-8 {
  scroll-margin-right: 2rem !important;
}

.scroll-mr-80 {
  scroll-margin-right: 20rem !important;
}

.scroll-mt-0 {
  scroll-margin-top: 0px !important;
}

.scroll-mt-0\.5 {
  scroll-margin-top: 0.125rem !important;
}

.scroll-mt-1 {
  scroll-margin-top: 0.25rem !important;
}

.scroll-mt-1\.5 {
  scroll-margin-top: 0.375rem !important;
}

.scroll-mt-10 {
  scroll-margin-top: 2.5rem !important;
}

.scroll-mt-11 {
  scroll-margin-top: 2.75rem !important;
}

.scroll-mt-12 {
  scroll-margin-top: 3rem !important;
}

.scroll-mt-14 {
  scroll-margin-top: 3.5rem !important;
}

.scroll-mt-16 {
  scroll-margin-top: 4rem !important;
}

.scroll-mt-2 {
  scroll-margin-top: 0.5rem !important;
}

.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem !important;
}

.scroll-mt-20 {
  scroll-margin-top: 5rem !important;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem !important;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem !important;
}

.scroll-mt-3 {
  scroll-margin-top: 0.75rem !important;
}

.scroll-mt-3\.5 {
  scroll-margin-top: 0.875rem !important;
}

.scroll-mt-32 {
  scroll-margin-top: 8rem !important;
}

.scroll-mt-36 {
  scroll-margin-top: 9rem !important;
}

.scroll-mt-4 {
  scroll-margin-top: 1rem !important;
}

.scroll-mt-40 {
  scroll-margin-top: 10rem !important;
}

.scroll-mt-44 {
  scroll-margin-top: 11rem !important;
}

.scroll-mt-48 {
  scroll-margin-top: 12rem !important;
}

.scroll-mt-5 {
  scroll-margin-top: 1.25rem !important;
}

.scroll-mt-52 {
  scroll-margin-top: 13rem !important;
}

.scroll-mt-56 {
  scroll-margin-top: 14rem !important;
}

.scroll-mt-6 {
  scroll-margin-top: 1.5rem !important;
}

.scroll-mt-60 {
  scroll-margin-top: 15rem !important;
}

.scroll-mt-64 {
  scroll-margin-top: 16rem !important;
}

.scroll-mt-8 {
  scroll-margin-top: 2rem !important;
}

.scroll-mt-80 {
  scroll-margin-top: 20rem !important;
}

.scroll-p-0 {
  scroll-padding: 0px !important;
}

.scroll-p-0\.5 {
  scroll-padding: 0.125rem !important;
}

.scroll-p-1 {
  scroll-padding: 0.25rem !important;
}

.scroll-p-1\.5 {
  scroll-padding: 0.375rem !important;
}

.scroll-p-10 {
  scroll-padding: 2.5rem !important;
}

.scroll-p-11 {
  scroll-padding: 2.75rem !important;
}

.scroll-p-12 {
  scroll-padding: 3rem !important;
}

.scroll-p-14 {
  scroll-padding: 3.5rem !important;
}

.scroll-p-16 {
  scroll-padding: 4rem !important;
}

.scroll-p-2 {
  scroll-padding: 0.5rem !important;
}

.scroll-p-2\.5 {
  scroll-padding: 0.625rem !important;
}

.scroll-p-20 {
  scroll-padding: 5rem !important;
}

.scroll-p-24 {
  scroll-padding: 6rem !important;
}

.scroll-p-28 {
  scroll-padding: 7rem !important;
}

.scroll-p-3 {
  scroll-padding: 0.75rem !important;
}

.scroll-p-3\.5 {
  scroll-padding: 0.875rem !important;
}

.scroll-p-32 {
  scroll-padding: 8rem !important;
}

.scroll-p-36 {
  scroll-padding: 9rem !important;
}

.scroll-p-4 {
  scroll-padding: 1rem !important;
}

.scroll-p-40 {
  scroll-padding: 10rem !important;
}

.scroll-p-44 {
  scroll-padding: 11rem !important;
}

.scroll-p-48 {
  scroll-padding: 12rem !important;
}

.scroll-p-5 {
  scroll-padding: 1.25rem !important;
}

.scroll-p-52 {
  scroll-padding: 13rem !important;
}

.scroll-p-56 {
  scroll-padding: 14rem !important;
}

.scroll-p-6 {
  scroll-padding: 1.5rem !important;
}

.scroll-p-60 {
  scroll-padding: 15rem !important;
}

.scroll-p-64 {
  scroll-padding: 16rem !important;
}

.scroll-p-8 {
  scroll-padding: 2rem !important;
}

.scroll-p-80 {
  scroll-padding: 20rem !important;
}

.scroll-px-0 {
  scroll-padding-left: 0px !important;
  scroll-padding-right: 0px !important;
}

.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem !important;
  scroll-padding-right: 0.125rem !important;
}

.scroll-px-1 {
  scroll-padding-left: 0.25rem !important;
  scroll-padding-right: 0.25rem !important;
}

.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem !important;
  scroll-padding-right: 0.375rem !important;
}

.scroll-px-10 {
  scroll-padding-left: 2.5rem !important;
  scroll-padding-right: 2.5rem !important;
}

.scroll-px-11 {
  scroll-padding-left: 2.75rem !important;
  scroll-padding-right: 2.75rem !important;
}

.scroll-px-12 {
  scroll-padding-left: 3rem !important;
  scroll-padding-right: 3rem !important;
}

.scroll-px-14 {
  scroll-padding-left: 3.5rem !important;
  scroll-padding-right: 3.5rem !important;
}

.scroll-px-16 {
  scroll-padding-left: 4rem !important;
  scroll-padding-right: 4rem !important;
}

.scroll-px-2 {
  scroll-padding-left: 0.5rem !important;
  scroll-padding-right: 0.5rem !important;
}

.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem !important;
  scroll-padding-right: 0.625rem !important;
}

.scroll-px-20 {
  scroll-padding-left: 5rem !important;
  scroll-padding-right: 5rem !important;
}

.scroll-px-24 {
  scroll-padding-left: 6rem !important;
  scroll-padding-right: 6rem !important;
}

.scroll-px-28 {
  scroll-padding-left: 7rem !important;
  scroll-padding-right: 7rem !important;
}

.scroll-px-3 {
  scroll-padding-left: 0.75rem !important;
  scroll-padding-right: 0.75rem !important;
}

.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem !important;
  scroll-padding-right: 0.875rem !important;
}

.scroll-px-32 {
  scroll-padding-left: 8rem !important;
  scroll-padding-right: 8rem !important;
}

.scroll-px-36 {
  scroll-padding-left: 9rem !important;
  scroll-padding-right: 9rem !important;
}

.scroll-px-4 {
  scroll-padding-left: 1rem !important;
  scroll-padding-right: 1rem !important;
}

.scroll-px-40 {
  scroll-padding-left: 10rem !important;
  scroll-padding-right: 10rem !important;
}

.scroll-px-44 {
  scroll-padding-left: 11rem !important;
  scroll-padding-right: 11rem !important;
}

.scroll-px-48 {
  scroll-padding-left: 12rem !important;
  scroll-padding-right: 12rem !important;
}

.scroll-px-5 {
  scroll-padding-left: 1.25rem !important;
  scroll-padding-right: 1.25rem !important;
}

.scroll-px-52 {
  scroll-padding-left: 13rem !important;
  scroll-padding-right: 13rem !important;
}

.scroll-px-56 {
  scroll-padding-left: 14rem !important;
  scroll-padding-right: 14rem !important;
}

.scroll-px-6 {
  scroll-padding-left: 1.5rem !important;
  scroll-padding-right: 1.5rem !important;
}

.scroll-px-60 {
  scroll-padding-left: 15rem !important;
  scroll-padding-right: 15rem !important;
}

.scroll-px-64 {
  scroll-padding-left: 16rem !important;
  scroll-padding-right: 16rem !important;
}

.scroll-px-8 {
  scroll-padding-left: 2rem !important;
  scroll-padding-right: 2rem !important;
}

.scroll-px-80 {
  scroll-padding-left: 20rem !important;
  scroll-padding-right: 20rem !important;
}

.scroll-py-0 {
  scroll-padding-top: 0px !important;
  scroll-padding-bottom: 0px !important;
}

.scroll-py-0\.5 {
  scroll-padding-top: 0.125rem !important;
  scroll-padding-bottom: 0.125rem !important;
}

.scroll-py-1 {
  scroll-padding-top: 0.25rem !important;
  scroll-padding-bottom: 0.25rem !important;
}

.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem !important;
  scroll-padding-bottom: 0.375rem !important;
}

.scroll-py-10 {
  scroll-padding-top: 2.5rem !important;
  scroll-padding-bottom: 2.5rem !important;
}

.scroll-py-11 {
  scroll-padding-top: 2.75rem !important;
  scroll-padding-bottom: 2.75rem !important;
}

.scroll-py-12 {
  scroll-padding-top: 3rem !important;
  scroll-padding-bottom: 3rem !important;
}

.scroll-py-14 {
  scroll-padding-top: 3.5rem !important;
  scroll-padding-bottom: 3.5rem !important;
}

.scroll-py-16 {
  scroll-padding-top: 4rem !important;
  scroll-padding-bottom: 4rem !important;
}

.scroll-py-2 {
  scroll-padding-top: 0.5rem !important;
  scroll-padding-bottom: 0.5rem !important;
}

.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem !important;
  scroll-padding-bottom: 0.625rem !important;
}

.scroll-py-20 {
  scroll-padding-top: 5rem !important;
  scroll-padding-bottom: 5rem !important;
}

.scroll-py-24 {
  scroll-padding-top: 6rem !important;
  scroll-padding-bottom: 6rem !important;
}

.scroll-py-28 {
  scroll-padding-top: 7rem !important;
  scroll-padding-bottom: 7rem !important;
}

.scroll-py-3 {
  scroll-padding-top: 0.75rem !important;
  scroll-padding-bottom: 0.75rem !important;
}

.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem !important;
  scroll-padding-bottom: 0.875rem !important;
}

.scroll-py-32 {
  scroll-padding-top: 8rem !important;
  scroll-padding-bottom: 8rem !important;
}

.scroll-py-36 {
  scroll-padding-top: 9rem !important;
  scroll-padding-bottom: 9rem !important;
}

.scroll-py-4 {
  scroll-padding-top: 1rem !important;
  scroll-padding-bottom: 1rem !important;
}

.scroll-py-40 {
  scroll-padding-top: 10rem !important;
  scroll-padding-bottom: 10rem !important;
}

.scroll-py-44 {
  scroll-padding-top: 11rem !important;
  scroll-padding-bottom: 11rem !important;
}

.scroll-py-48 {
  scroll-padding-top: 12rem !important;
  scroll-padding-bottom: 12rem !important;
}

.scroll-py-5 {
  scroll-padding-top: 1.25rem !important;
  scroll-padding-bottom: 1.25rem !important;
}

.scroll-py-52 {
  scroll-padding-top: 13rem !important;
  scroll-padding-bottom: 13rem !important;
}

.scroll-py-56 {
  scroll-padding-top: 14rem !important;
  scroll-padding-bottom: 14rem !important;
}

.scroll-py-6 {
  scroll-padding-top: 1.5rem !important;
  scroll-padding-bottom: 1.5rem !important;
}

.scroll-py-60 {
  scroll-padding-top: 15rem !important;
  scroll-padding-bottom: 15rem !important;
}

.scroll-py-64 {
  scroll-padding-top: 16rem !important;
  scroll-padding-bottom: 16rem !important;
}

.scroll-py-8 {
  scroll-padding-top: 2rem !important;
  scroll-padding-bottom: 2rem !important;
}

.scroll-py-80 {
  scroll-padding-top: 20rem !important;
  scroll-padding-bottom: 20rem !important;
}

.scroll-pb-0 {
  scroll-padding-bottom: 0px !important;
}

.scroll-pb-0\.5 {
  scroll-padding-bottom: 0.125rem !important;
}

.scroll-pb-1 {
  scroll-padding-bottom: 0.25rem !important;
}

.scroll-pb-1\.5 {
  scroll-padding-bottom: 0.375rem !important;
}

.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem !important;
}

.scroll-pb-11 {
  scroll-padding-bottom: 2.75rem !important;
}

.scroll-pb-12 {
  scroll-padding-bottom: 3rem !important;
}

.scroll-pb-14 {
  scroll-padding-bottom: 3.5rem !important;
}

.scroll-pb-16 {
  scroll-padding-bottom: 4rem !important;
}

.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem !important;
}

.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem !important;
}

.scroll-pb-20 {
  scroll-padding-bottom: 5rem !important;
}

.scroll-pb-24 {
  scroll-padding-bottom: 6rem !important;
}

.scroll-pb-28 {
  scroll-padding-bottom: 7rem !important;
}

.scroll-pb-3 {
  scroll-padding-bottom: 0.75rem !important;
}

.scroll-pb-3\.5 {
  scroll-padding-bottom: 0.875rem !important;
}

.scroll-pb-32 {
  scroll-padding-bottom: 8rem !important;
}

.scroll-pb-36 {
  scroll-padding-bottom: 9rem !important;
}

.scroll-pb-4 {
  scroll-padding-bottom: 1rem !important;
}

.scroll-pb-40 {
  scroll-padding-bottom: 10rem !important;
}

.scroll-pb-44 {
  scroll-padding-bottom: 11rem !important;
}

.scroll-pb-48 {
  scroll-padding-bottom: 12rem !important;
}

.scroll-pb-5 {
  scroll-padding-bottom: 1.25rem !important;
}

.scroll-pb-52 {
  scroll-padding-bottom: 13rem !important;
}

.scroll-pb-56 {
  scroll-padding-bottom: 14rem !important;
}

.scroll-pb-6 {
  scroll-padding-bottom: 1.5rem !important;
}

.scroll-pb-60 {
  scroll-padding-bottom: 15rem !important;
}

.scroll-pb-64 {
  scroll-padding-bottom: 16rem !important;
}

.scroll-pb-8 {
  scroll-padding-bottom: 2rem !important;
}

.scroll-pb-80 {
  scroll-padding-bottom: 20rem !important;
}

.scroll-pl-0 {
  scroll-padding-left: 0px !important;
}

.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem !important;
}

.scroll-pl-1 {
  scroll-padding-left: 0.25rem !important;
}

.scroll-pl-1\.5 {
  scroll-padding-left: 0.375rem !important;
}

.scroll-pl-10 {
  scroll-padding-left: 2.5rem !important;
}

.scroll-pl-11 {
  scroll-padding-left: 2.75rem !important;
}

.scroll-pl-12 {
  scroll-padding-left: 3rem !important;
}

.scroll-pl-14 {
  scroll-padding-left: 3.5rem !important;
}

.scroll-pl-16 {
  scroll-padding-left: 4rem !important;
}

.scroll-pl-2 {
  scroll-padding-left: 0.5rem !important;
}

.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem !important;
}

.scroll-pl-20 {
  scroll-padding-left: 5rem !important;
}

.scroll-pl-24 {
  scroll-padding-left: 6rem !important;
}

.scroll-pl-28 {
  scroll-padding-left: 7rem !important;
}

.scroll-pl-3 {
  scroll-padding-left: 0.75rem !important;
}

.scroll-pl-3\.5 {
  scroll-padding-left: 0.875rem !important;
}

.scroll-pl-32 {
  scroll-padding-left: 8rem !important;
}

.scroll-pl-36 {
  scroll-padding-left: 9rem !important;
}

.scroll-pl-4 {
  scroll-padding-left: 1rem !important;
}

.scroll-pl-40 {
  scroll-padding-left: 10rem !important;
}

.scroll-pl-44 {
  scroll-padding-left: 11rem !important;
}

.scroll-pl-48 {
  scroll-padding-left: 12rem !important;
}

.scroll-pl-5 {
  scroll-padding-left: 1.25rem !important;
}

.scroll-pl-52 {
  scroll-padding-left: 13rem !important;
}

.scroll-pl-56 {
  scroll-padding-left: 14rem !important;
}

.scroll-pl-6 {
  scroll-padding-left: 1.5rem !important;
}

.scroll-pl-60 {
  scroll-padding-left: 15rem !important;
}

.scroll-pl-64 {
  scroll-padding-left: 16rem !important;
}

.scroll-pl-8 {
  scroll-padding-left: 2rem !important;
}

.scroll-pl-80 {
  scroll-padding-left: 20rem !important;
}

.scroll-pr-0 {
  scroll-padding-right: 0px !important;
}

.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem !important;
}

.scroll-pr-1 {
  scroll-padding-right: 0.25rem !important;
}

.scroll-pr-1\.5 {
  scroll-padding-right: 0.375rem !important;
}

.scroll-pr-10 {
  scroll-padding-right: 2.5rem !important;
}

.scroll-pr-11 {
  scroll-padding-right: 2.75rem !important;
}

.scroll-pr-12 {
  scroll-padding-right: 3rem !important;
}

.scroll-pr-14 {
  scroll-padding-right: 3.5rem !important;
}

.scroll-pr-16 {
  scroll-padding-right: 4rem !important;
}

.scroll-pr-2 {
  scroll-padding-right: 0.5rem !important;
}

.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem !important;
}

.scroll-pr-20 {
  scroll-padding-right: 5rem !important;
}

.scroll-pr-24 {
  scroll-padding-right: 6rem !important;
}

.scroll-pr-28 {
  scroll-padding-right: 7rem !important;
}

.scroll-pr-3 {
  scroll-padding-right: 0.75rem !important;
}

.scroll-pr-3\.5 {
  scroll-padding-right: 0.875rem !important;
}

.scroll-pr-32 {
  scroll-padding-right: 8rem !important;
}

.scroll-pr-36 {
  scroll-padding-right: 9rem !important;
}

.scroll-pr-4 {
  scroll-padding-right: 1rem !important;
}

.scroll-pr-40 {
  scroll-padding-right: 10rem !important;
}

.scroll-pr-44 {
  scroll-padding-right: 11rem !important;
}

.scroll-pr-48 {
  scroll-padding-right: 12rem !important;
}

.scroll-pr-5 {
  scroll-padding-right: 1.25rem !important;
}

.scroll-pr-52 {
  scroll-padding-right: 13rem !important;
}

.scroll-pr-56 {
  scroll-padding-right: 14rem !important;
}

.scroll-pr-6 {
  scroll-padding-right: 1.5rem !important;
}

.scroll-pr-60 {
  scroll-padding-right: 15rem !important;
}

.scroll-pr-64 {
  scroll-padding-right: 16rem !important;
}

.scroll-pr-8 {
  scroll-padding-right: 2rem !important;
}

.scroll-pr-80 {
  scroll-padding-right: 20rem !important;
}

.scroll-pt-0 {
  scroll-padding-top: 0px !important;
}

.scroll-pt-0\.5 {
  scroll-padding-top: 0.125rem !important;
}

.scroll-pt-1 {
  scroll-padding-top: 0.25rem !important;
}

.scroll-pt-1\.5 {
  scroll-padding-top: 0.375rem !important;
}

.scroll-pt-10 {
  scroll-padding-top: 2.5rem !important;
}

.scroll-pt-11 {
  scroll-padding-top: 2.75rem !important;
}

.scroll-pt-12 {
  scroll-padding-top: 3rem !important;
}

.scroll-pt-14 {
  scroll-padding-top: 3.5rem !important;
}

.scroll-pt-16 {
  scroll-padding-top: 4rem !important;
}

.scroll-pt-2 {
  scroll-padding-top: 0.5rem !important;
}

.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem !important;
}

.scroll-pt-20 {
  scroll-padding-top: 5rem !important;
}

.scroll-pt-24 {
  scroll-padding-top: 6rem !important;
}

.scroll-pt-28 {
  scroll-padding-top: 7rem !important;
}

.scroll-pt-3 {
  scroll-padding-top: 0.75rem !important;
}

.scroll-pt-3\.5 {
  scroll-padding-top: 0.875rem !important;
}

.scroll-pt-32 {
  scroll-padding-top: 8rem !important;
}

.scroll-pt-36 {
  scroll-padding-top: 9rem !important;
}

.scroll-pt-4 {
  scroll-padding-top: 1rem !important;
}

.scroll-pt-40 {
  scroll-padding-top: 10rem !important;
}

.scroll-pt-44 {
  scroll-padding-top: 11rem !important;
}

.scroll-pt-48 {
  scroll-padding-top: 12rem !important;
}

.scroll-pt-5 {
  scroll-padding-top: 1.25rem !important;
}

.scroll-pt-52 {
  scroll-padding-top: 13rem !important;
}

.scroll-pt-56 {
  scroll-padding-top: 14rem !important;
}

.scroll-pt-6 {
  scroll-padding-top: 1.5rem !important;
}

.scroll-pt-60 {
  scroll-padding-top: 15rem !important;
}

.scroll-pt-64 {
  scroll-padding-top: 16rem !important;
}

.scroll-pt-8 {
  scroll-padding-top: 2rem !important;
}

.scroll-pt-80 {
  scroll-padding-top: 20rem !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-none {
  list-style-type: none !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-0\.5 {
  gap: 0.125rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-1\.5 {
  gap: 0.375rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-3\.5 {
  gap: 0.875rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-44 {
  gap: 11rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-52 {
  gap: 13rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-60 {
  gap: 15rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1)) !important;
}

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0) !important;
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1) !important;
}

.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1) !important;
}

.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15) !important;
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2) !important;
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25) !important;
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3) !important;
}

.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35) !important;
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4) !important;
}

.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45) !important;
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05) !important;
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5) !important;
}

.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55) !important;
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6) !important;
}

.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65) !important;
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7) !important;
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75) !important;
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8) !important;
}

.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85) !important;
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9) !important;
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95) !important;
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1)) !important;
}

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0) !important;
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1) !important;
}

.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1) !important;
}

.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15) !important;
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2) !important;
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25) !important;
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3) !important;
}

.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35) !important;
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4) !important;
}

.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45) !important;
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05) !important;
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5) !important;
}

.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55) !important;
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6) !important;
}

.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65) !important;
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7) !important;
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75) !important;
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8) !important;
}

.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85) !important;
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9) !important;
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95) !important;
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1)) !important;
}

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0) !important;
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1) !important;
}

.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1) !important;
}

.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15) !important;
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2) !important;
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25) !important;
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3) !important;
}

.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35) !important;
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4) !important;
}

.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45) !important;
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05) !important;
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5) !important;
}

.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55) !important;
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6) !important;
}

.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65) !important;
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7) !important;
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75) !important;
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8) !important;
}

.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85) !important;
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9) !important;
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95) !important;
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1)) !important;
}

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0) !important;
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1) !important;
}

.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1) !important;
}

.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15) !important;
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2) !important;
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25) !important;
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3) !important;
}

.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35) !important;
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4) !important;
}

.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45) !important;
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05) !important;
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5) !important;
}

.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55) !important;
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6) !important;
}

.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65) !important;
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7) !important;
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75) !important;
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8) !important;
}

.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85) !important;
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9) !important;
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.border {
  border-width: 1px !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-none {
  border-style: none !important;
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1) !important;
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05) !important;
}

.border-brand-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 39 20 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-dark\/0 {
  border-color: rgb(46 39 20 / 0) !important;
}

.border-brand-dark\/10 {
  border-color: rgb(46 39 20 / 0.1) !important;
}

.border-brand-dark\/100 {
  border-color: rgb(46 39 20 / 1) !important;
}

.border-brand-dark\/15 {
  border-color: rgb(46 39 20 / 0.15) !important;
}

.border-brand-dark\/20 {
  border-color: rgb(46 39 20 / 0.2) !important;
}

.border-brand-dark\/25 {
  border-color: rgb(46 39 20 / 0.25) !important;
}

.border-brand-dark\/30 {
  border-color: rgb(46 39 20 / 0.3) !important;
}

.border-brand-dark\/35 {
  border-color: rgb(46 39 20 / 0.35) !important;
}

.border-brand-dark\/40 {
  border-color: rgb(46 39 20 / 0.4) !important;
}

.border-brand-dark\/45 {
  border-color: rgb(46 39 20 / 0.45) !important;
}

.border-brand-dark\/5 {
  border-color: rgb(46 39 20 / 0.05) !important;
}

.border-brand-dark\/50 {
  border-color: rgb(46 39 20 / 0.5) !important;
}

.border-brand-dark\/55 {
  border-color: rgb(46 39 20 / 0.55) !important;
}

.border-brand-dark\/60 {
  border-color: rgb(46 39 20 / 0.6) !important;
}

.border-brand-dark\/65 {
  border-color: rgb(46 39 20 / 0.65) !important;
}

.border-brand-dark\/70 {
  border-color: rgb(46 39 20 / 0.7) !important;
}

.border-brand-dark\/75 {
  border-color: rgb(46 39 20 / 0.75) !important;
}

.border-brand-dark\/80 {
  border-color: rgb(46 39 20 / 0.8) !important;
}

.border-brand-dark\/85 {
  border-color: rgb(46 39 20 / 0.85) !important;
}

.border-brand-dark\/90 {
  border-color: rgb(46 39 20 / 0.9) !important;
}

.border-brand-dark\/95 {
  border-color: rgb(46 39 20 / 0.95) !important;
}

.border-brand-ink {
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 37 41 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-ink\/0 {
  border-color: rgb(33 37 41 / 0) !important;
}

.border-brand-ink\/10 {
  border-color: rgb(33 37 41 / 0.1) !important;
}

.border-brand-ink\/100 {
  border-color: rgb(33 37 41 / 1) !important;
}

.border-brand-ink\/15 {
  border-color: rgb(33 37 41 / 0.15) !important;
}

.border-brand-ink\/20 {
  border-color: rgb(33 37 41 / 0.2) !important;
}

.border-brand-ink\/25 {
  border-color: rgb(33 37 41 / 0.25) !important;
}

.border-brand-ink\/30 {
  border-color: rgb(33 37 41 / 0.3) !important;
}

.border-brand-ink\/35 {
  border-color: rgb(33 37 41 / 0.35) !important;
}

.border-brand-ink\/40 {
  border-color: rgb(33 37 41 / 0.4) !important;
}

.border-brand-ink\/45 {
  border-color: rgb(33 37 41 / 0.45) !important;
}

.border-brand-ink\/5 {
  border-color: rgb(33 37 41 / 0.05) !important;
}

.border-brand-ink\/50 {
  border-color: rgb(33 37 41 / 0.5) !important;
}

.border-brand-ink\/55 {
  border-color: rgb(33 37 41 / 0.55) !important;
}

.border-brand-ink\/60 {
  border-color: rgb(33 37 41 / 0.6) !important;
}

.border-brand-ink\/65 {
  border-color: rgb(33 37 41 / 0.65) !important;
}

.border-brand-ink\/70 {
  border-color: rgb(33 37 41 / 0.7) !important;
}

.border-brand-ink\/75 {
  border-color: rgb(33 37 41 / 0.75) !important;
}

.border-brand-ink\/80 {
  border-color: rgb(33 37 41 / 0.8) !important;
}

.border-brand-ink\/85 {
  border-color: rgb(33 37 41 / 0.85) !important;
}

.border-brand-ink\/90 {
  border-color: rgb(33 37 41 / 0.9) !important;
}

.border-brand-ink\/95 {
  border-color: rgb(33 37 41 / 0.95) !important;
}

.border-brand-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 244 240 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-light\/0 {
  border-color: rgb(245 244 240 / 0) !important;
}

.border-brand-light\/10 {
  border-color: rgb(245 244 240 / 0.1) !important;
}

.border-brand-light\/100 {
  border-color: rgb(245 244 240 / 1) !important;
}

.border-brand-light\/15 {
  border-color: rgb(245 244 240 / 0.15) !important;
}

.border-brand-light\/20 {
  border-color: rgb(245 244 240 / 0.2) !important;
}

.border-brand-light\/25 {
  border-color: rgb(245 244 240 / 0.25) !important;
}

.border-brand-light\/30 {
  border-color: rgb(245 244 240 / 0.3) !important;
}

.border-brand-light\/35 {
  border-color: rgb(245 244 240 / 0.35) !important;
}

.border-brand-light\/40 {
  border-color: rgb(245 244 240 / 0.4) !important;
}

.border-brand-light\/45 {
  border-color: rgb(245 244 240 / 0.45) !important;
}

.border-brand-light\/5 {
  border-color: rgb(245 244 240 / 0.05) !important;
}

.border-brand-light\/50 {
  border-color: rgb(245 244 240 / 0.5) !important;
}

.border-brand-light\/55 {
  border-color: rgb(245 244 240 / 0.55) !important;
}

.border-brand-light\/60 {
  border-color: rgb(245 244 240 / 0.6) !important;
}

.border-brand-light\/65 {
  border-color: rgb(245 244 240 / 0.65) !important;
}

.border-brand-light\/70 {
  border-color: rgb(245 244 240 / 0.7) !important;
}

.border-brand-light\/75 {
  border-color: rgb(245 244 240 / 0.75) !important;
}

.border-brand-light\/80 {
  border-color: rgb(245 244 240 / 0.8) !important;
}

.border-brand-light\/85 {
  border-color: rgb(245 244 240 / 0.85) !important;
}

.border-brand-light\/90 {
  border-color: rgb(245 244 240 / 0.9) !important;
}

.border-brand-light\/95 {
  border-color: rgb(245 244 240 / 0.95) !important;
}

.border-brand-link {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 110 7 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-link-hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 55 3 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-link-hover\/0 {
  border-color: rgb(74 55 3 / 0) !important;
}

.border-brand-link-hover\/10 {
  border-color: rgb(74 55 3 / 0.1) !important;
}

.border-brand-link-hover\/100 {
  border-color: rgb(74 55 3 / 1) !important;
}

.border-brand-link-hover\/15 {
  border-color: rgb(74 55 3 / 0.15) !important;
}

.border-brand-link-hover\/20 {
  border-color: rgb(74 55 3 / 0.2) !important;
}

.border-brand-link-hover\/25 {
  border-color: rgb(74 55 3 / 0.25) !important;
}

.border-brand-link-hover\/30 {
  border-color: rgb(74 55 3 / 0.3) !important;
}

.border-brand-link-hover\/35 {
  border-color: rgb(74 55 3 / 0.35) !important;
}

.border-brand-link-hover\/40 {
  border-color: rgb(74 55 3 / 0.4) !important;
}

.border-brand-link-hover\/45 {
  border-color: rgb(74 55 3 / 0.45) !important;
}

.border-brand-link-hover\/5 {
  border-color: rgb(74 55 3 / 0.05) !important;
}

.border-brand-link-hover\/50 {
  border-color: rgb(74 55 3 / 0.5) !important;
}

.border-brand-link-hover\/55 {
  border-color: rgb(74 55 3 / 0.55) !important;
}

.border-brand-link-hover\/60 {
  border-color: rgb(74 55 3 / 0.6) !important;
}

.border-brand-link-hover\/65 {
  border-color: rgb(74 55 3 / 0.65) !important;
}

.border-brand-link-hover\/70 {
  border-color: rgb(74 55 3 / 0.7) !important;
}

.border-brand-link-hover\/75 {
  border-color: rgb(74 55 3 / 0.75) !important;
}

.border-brand-link-hover\/80 {
  border-color: rgb(74 55 3 / 0.8) !important;
}

.border-brand-link-hover\/85 {
  border-color: rgb(74 55 3 / 0.85) !important;
}

.border-brand-link-hover\/90 {
  border-color: rgb(74 55 3 / 0.9) !important;
}

.border-brand-link-hover\/95 {
  border-color: rgb(74 55 3 / 0.95) !important;
}

.border-brand-link\/0 {
  border-color: rgb(147 110 7 / 0) !important;
}

.border-brand-link\/10 {
  border-color: rgb(147 110 7 / 0.1) !important;
}

.border-brand-link\/100 {
  border-color: rgb(147 110 7 / 1) !important;
}

.border-brand-link\/15 {
  border-color: rgb(147 110 7 / 0.15) !important;
}

.border-brand-link\/20 {
  border-color: rgb(147 110 7 / 0.2) !important;
}

.border-brand-link\/25 {
  border-color: rgb(147 110 7 / 0.25) !important;
}

.border-brand-link\/30 {
  border-color: rgb(147 110 7 / 0.3) !important;
}

.border-brand-link\/35 {
  border-color: rgb(147 110 7 / 0.35) !important;
}

.border-brand-link\/40 {
  border-color: rgb(147 110 7 / 0.4) !important;
}

.border-brand-link\/45 {
  border-color: rgb(147 110 7 / 0.45) !important;
}

.border-brand-link\/5 {
  border-color: rgb(147 110 7 / 0.05) !important;
}

.border-brand-link\/50 {
  border-color: rgb(147 110 7 / 0.5) !important;
}

.border-brand-link\/55 {
  border-color: rgb(147 110 7 / 0.55) !important;
}

.border-brand-link\/60 {
  border-color: rgb(147 110 7 / 0.6) !important;
}

.border-brand-link\/65 {
  border-color: rgb(147 110 7 / 0.65) !important;
}

.border-brand-link\/70 {
  border-color: rgb(147 110 7 / 0.7) !important;
}

.border-brand-link\/75 {
  border-color: rgb(147 110 7 / 0.75) !important;
}

.border-brand-link\/80 {
  border-color: rgb(147 110 7 / 0.8) !important;
}

.border-brand-link\/85 {
  border-color: rgb(147 110 7 / 0.85) !important;
}

.border-brand-link\/90 {
  border-color: rgb(147 110 7 / 0.9) !important;
}

.border-brand-link\/95 {
  border-color: rgb(147 110 7 / 0.95) !important;
}

.border-brand-muted {
  --tw-border-opacity: 1 !important;
  border-color: rgb(108 117 125 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-muted\/0 {
  border-color: rgb(108 117 125 / 0) !important;
}

.border-brand-muted\/10 {
  border-color: rgb(108 117 125 / 0.1) !important;
}

.border-brand-muted\/100 {
  border-color: rgb(108 117 125 / 1) !important;
}

.border-brand-muted\/15 {
  border-color: rgb(108 117 125 / 0.15) !important;
}

.border-brand-muted\/20 {
  border-color: rgb(108 117 125 / 0.2) !important;
}

.border-brand-muted\/25 {
  border-color: rgb(108 117 125 / 0.25) !important;
}

.border-brand-muted\/30 {
  border-color: rgb(108 117 125 / 0.3) !important;
}

.border-brand-muted\/35 {
  border-color: rgb(108 117 125 / 0.35) !important;
}

.border-brand-muted\/40 {
  border-color: rgb(108 117 125 / 0.4) !important;
}

.border-brand-muted\/45 {
  border-color: rgb(108 117 125 / 0.45) !important;
}

.border-brand-muted\/5 {
  border-color: rgb(108 117 125 / 0.05) !important;
}

.border-brand-muted\/50 {
  border-color: rgb(108 117 125 / 0.5) !important;
}

.border-brand-muted\/55 {
  border-color: rgb(108 117 125 / 0.55) !important;
}

.border-brand-muted\/60 {
  border-color: rgb(108 117 125 / 0.6) !important;
}

.border-brand-muted\/65 {
  border-color: rgb(108 117 125 / 0.65) !important;
}

.border-brand-muted\/70 {
  border-color: rgb(108 117 125 / 0.7) !important;
}

.border-brand-muted\/75 {
  border-color: rgb(108 117 125 / 0.75) !important;
}

.border-brand-muted\/80 {
  border-color: rgb(108 117 125 / 0.8) !important;
}

.border-brand-muted\/85 {
  border-color: rgb(108 117 125 / 0.85) !important;
}

.border-brand-muted\/90 {
  border-color: rgb(108 117 125 / 0.9) !important;
}

.border-brand-muted\/95 {
  border-color: rgb(108 117 125 / 0.95) !important;
}

.border-brand-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 184 17 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-primary\/0 {
  border-color: rgb(244 184 17 / 0) !important;
}

.border-brand-primary\/10 {
  border-color: rgb(244 184 17 / 0.1) !important;
}

.border-brand-primary\/100 {
  border-color: rgb(244 184 17 / 1) !important;
}

.border-brand-primary\/15 {
  border-color: rgb(244 184 17 / 0.15) !important;
}

.border-brand-primary\/20 {
  border-color: rgb(244 184 17 / 0.2) !important;
}

.border-brand-primary\/25 {
  border-color: rgb(244 184 17 / 0.25) !important;
}

.border-brand-primary\/30 {
  border-color: rgb(244 184 17 / 0.3) !important;
}

.border-brand-primary\/35 {
  border-color: rgb(244 184 17 / 0.35) !important;
}

.border-brand-primary\/40 {
  border-color: rgb(244 184 17 / 0.4) !important;
}

.border-brand-primary\/45 {
  border-color: rgb(244 184 17 / 0.45) !important;
}

.border-brand-primary\/5 {
  border-color: rgb(244 184 17 / 0.05) !important;
}

.border-brand-primary\/50 {
  border-color: rgb(244 184 17 / 0.5) !important;
}

.border-brand-primary\/55 {
  border-color: rgb(244 184 17 / 0.55) !important;
}

.border-brand-primary\/60 {
  border-color: rgb(244 184 17 / 0.6) !important;
}

.border-brand-primary\/65 {
  border-color: rgb(244 184 17 / 0.65) !important;
}

.border-brand-primary\/70 {
  border-color: rgb(244 184 17 / 0.7) !important;
}

.border-brand-primary\/75 {
  border-color: rgb(244 184 17 / 0.75) !important;
}

.border-brand-primary\/80 {
  border-color: rgb(244 184 17 / 0.8) !important;
}

.border-brand-primary\/85 {
  border-color: rgb(244 184 17 / 0.85) !important;
}

.border-brand-primary\/90 {
  border-color: rgb(244 184 17 / 0.9) !important;
}

.border-brand-primary\/95 {
  border-color: rgb(244 184 17 / 0.95) !important;
}

.border-brand-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1)) !important;
}

.border-brand-secondary\/0 {
  border-color: rgb(255 204 0 / 0) !important;
}

.border-brand-secondary\/10 {
  border-color: rgb(255 204 0 / 0.1) !important;
}

.border-brand-secondary\/100 {
  border-color: rgb(255 204 0 / 1) !important;
}

.border-brand-secondary\/15 {
  border-color: rgb(255 204 0 / 0.15) !important;
}

.border-brand-secondary\/20 {
  border-color: rgb(255 204 0 / 0.2) !important;
}

.border-brand-secondary\/25 {
  border-color: rgb(255 204 0 / 0.25) !important;
}

.border-brand-secondary\/30 {
  border-color: rgb(255 204 0 / 0.3) !important;
}

.border-brand-secondary\/35 {
  border-color: rgb(255 204 0 / 0.35) !important;
}

.border-brand-secondary\/40 {
  border-color: rgb(255 204 0 / 0.4) !important;
}

.border-brand-secondary\/45 {
  border-color: rgb(255 204 0 / 0.45) !important;
}

.border-brand-secondary\/5 {
  border-color: rgb(255 204 0 / 0.05) !important;
}

.border-brand-secondary\/50 {
  border-color: rgb(255 204 0 / 0.5) !important;
}

.border-brand-secondary\/55 {
  border-color: rgb(255 204 0 / 0.55) !important;
}

.border-brand-secondary\/60 {
  border-color: rgb(255 204 0 / 0.6) !important;
}

.border-brand-secondary\/65 {
  border-color: rgb(255 204 0 / 0.65) !important;
}

.border-brand-secondary\/70 {
  border-color: rgb(255 204 0 / 0.7) !important;
}

.border-brand-secondary\/75 {
  border-color: rgb(255 204 0 / 0.75) !important;
}

.border-brand-secondary\/80 {
  border-color: rgb(255 204 0 / 0.8) !important;
}

.border-brand-secondary\/85 {
  border-color: rgb(255 204 0 / 0.85) !important;
}

.border-brand-secondary\/90 {
  border-color: rgb(255 204 0 / 0.9) !important;
}

.border-brand-secondary\/95 {
  border-color: rgb(255 204 0 / 0.95) !important;
}

.border-earth {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.border-earth\/0 {
  border-color: rgb(120 46 1 / 0) !important;
}

.border-earth\/10 {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.border-earth\/100 {
  border-color: rgb(120 46 1 / 1) !important;
}

.border-earth\/15 {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.border-earth\/20 {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.border-earth\/25 {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.border-earth\/30 {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.border-earth\/35 {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.border-earth\/40 {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.border-earth\/45 {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.border-earth\/5 {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.border-earth\/50 {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.border-earth\/55 {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.border-earth\/60 {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.border-earth\/65 {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.border-earth\/70 {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.border-earth\/75 {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.border-earth\/80 {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.border-earth\/85 {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.border-earth\/90 {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.border-earth\/95 {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-green-200\/0 {
  border-color: rgb(187 247 208 / 0) !important;
}

.border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1) !important;
}

.border-green-200\/100 {
  border-color: rgb(187 247 208 / 1) !important;
}

.border-green-200\/15 {
  border-color: rgb(187 247 208 / 0.15) !important;
}

.border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2) !important;
}

.border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25) !important;
}

.border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3) !important;
}

.border-green-200\/35 {
  border-color: rgb(187 247 208 / 0.35) !important;
}

.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4) !important;
}

.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45) !important;
}

.border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05) !important;
}

.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5) !important;
}

.border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55) !important;
}

.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6) !important;
}

.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65) !important;
}

.border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7) !important;
}

.border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75) !important;
}

.border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8) !important;
}

.border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85) !important;
}

.border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9) !important;
}

.border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95) !important;
}

.border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1)) !important;
}

.border-green-50\/0 {
  border-color: rgb(240 253 244 / 0) !important;
}

.border-green-50\/10 {
  border-color: rgb(240 253 244 / 0.1) !important;
}

.border-green-50\/100 {
  border-color: rgb(240 253 244 / 1) !important;
}

.border-green-50\/15 {
  border-color: rgb(240 253 244 / 0.15) !important;
}

.border-green-50\/20 {
  border-color: rgb(240 253 244 / 0.2) !important;
}

.border-green-50\/25 {
  border-color: rgb(240 253 244 / 0.25) !important;
}

.border-green-50\/30 {
  border-color: rgb(240 253 244 / 0.3) !important;
}

.border-green-50\/35 {
  border-color: rgb(240 253 244 / 0.35) !important;
}

.border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4) !important;
}

.border-green-50\/45 {
  border-color: rgb(240 253 244 / 0.45) !important;
}

.border-green-50\/5 {
  border-color: rgb(240 253 244 / 0.05) !important;
}

.border-green-50\/50 {
  border-color: rgb(240 253 244 / 0.5) !important;
}

.border-green-50\/55 {
  border-color: rgb(240 253 244 / 0.55) !important;
}

.border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6) !important;
}

.border-green-50\/65 {
  border-color: rgb(240 253 244 / 0.65) !important;
}

.border-green-50\/70 {
  border-color: rgb(240 253 244 / 0.7) !important;
}

.border-green-50\/75 {
  border-color: rgb(240 253 244 / 0.75) !important;
}

.border-green-50\/80 {
  border-color: rgb(240 253 244 / 0.8) !important;
}

.border-green-50\/85 {
  border-color: rgb(240 253 244 / 0.85) !important;
}

.border-green-50\/90 {
  border-color: rgb(240 253 244 / 0.9) !important;
}

.border-green-50\/95 {
  border-color: rgb(240 253 244 / 0.95) !important;
}

.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-green-500\/0 {
  border-color: rgb(34 197 94 / 0) !important;
}

.border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1) !important;
}

.border-green-500\/100 {
  border-color: rgb(34 197 94 / 1) !important;
}

.border-green-500\/15 {
  border-color: rgb(34 197 94 / 0.15) !important;
}

.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2) !important;
}

.border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25) !important;
}

.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3) !important;
}

.border-green-500\/35 {
  border-color: rgb(34 197 94 / 0.35) !important;
}

.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4) !important;
}

.border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45) !important;
}

.border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05) !important;
}

.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5) !important;
}

.border-green-500\/55 {
  border-color: rgb(34 197 94 / 0.55) !important;
}

.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6) !important;
}

.border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65) !important;
}

.border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7) !important;
}

.border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75) !important;
}

.border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8) !important;
}

.border-green-500\/85 {
  border-color: rgb(34 197 94 / 0.85) !important;
}

.border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9) !important;
}

.border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95) !important;
}

.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}

.border-green-800\/0 {
  border-color: rgb(22 101 52 / 0) !important;
}

.border-green-800\/10 {
  border-color: rgb(22 101 52 / 0.1) !important;
}

.border-green-800\/100 {
  border-color: rgb(22 101 52 / 1) !important;
}

.border-green-800\/15 {
  border-color: rgb(22 101 52 / 0.15) !important;
}

.border-green-800\/20 {
  border-color: rgb(22 101 52 / 0.2) !important;
}

.border-green-800\/25 {
  border-color: rgb(22 101 52 / 0.25) !important;
}

.border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3) !important;
}

.border-green-800\/35 {
  border-color: rgb(22 101 52 / 0.35) !important;
}

.border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4) !important;
}

.border-green-800\/45 {
  border-color: rgb(22 101 52 / 0.45) !important;
}

.border-green-800\/5 {
  border-color: rgb(22 101 52 / 0.05) !important;
}

.border-green-800\/50 {
  border-color: rgb(22 101 52 / 0.5) !important;
}

.border-green-800\/55 {
  border-color: rgb(22 101 52 / 0.55) !important;
}

.border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6) !important;
}

.border-green-800\/65 {
  border-color: rgb(22 101 52 / 0.65) !important;
}

.border-green-800\/70 {
  border-color: rgb(22 101 52 / 0.7) !important;
}

.border-green-800\/75 {
  border-color: rgb(22 101 52 / 0.75) !important;
}

.border-green-800\/80 {
  border-color: rgb(22 101 52 / 0.8) !important;
}

.border-green-800\/85 {
  border-color: rgb(22 101 52 / 0.85) !important;
}

.border-green-800\/90 {
  border-color: rgb(22 101 52 / 0.9) !important;
}

.border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95) !important;
}

.border-harvest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.border-harvest\/0 {
  border-color: rgb(215 129 49 / 0) !important;
}

.border-harvest\/10 {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.border-harvest\/100 {
  border-color: rgb(215 129 49 / 1) !important;
}

.border-harvest\/15 {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.border-harvest\/20 {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.border-harvest\/25 {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.border-harvest\/30 {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.border-harvest\/35 {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.border-harvest\/40 {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.border-harvest\/45 {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.border-harvest\/5 {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.border-harvest\/50 {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.border-harvest\/55 {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.border-harvest\/60 {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.border-harvest\/65 {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.border-harvest\/70 {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.border-harvest\/75 {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.border-harvest\/80 {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.border-harvest\/85 {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.border-harvest\/90 {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.border-harvest\/95 {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0) !important;
}

.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1) !important;
}

.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1) !important;
}

.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15) !important;
}

.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2) !important;
}

.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25) !important;
}

.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3) !important;
}

.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35) !important;
}

.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4) !important;
}

.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45) !important;
}

.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05) !important;
}

.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5) !important;
}

.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55) !important;
}

.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6) !important;
}

.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65) !important;
}

.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7) !important;
}

.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75) !important;
}

.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8) !important;
}

.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85) !important;
}

.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9) !important;
}

.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95) !important;
}

.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}

.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0) !important;
}

.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1) !important;
}

.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1) !important;
}

.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15) !important;
}

.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2) !important;
}

.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25) !important;
}

.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3) !important;
}

.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35) !important;
}

.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4) !important;
}

.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45) !important;
}

.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05) !important;
}

.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5) !important;
}

.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55) !important;
}

.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6) !important;
}

.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65) !important;
}

.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7) !important;
}

.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75) !important;
}

.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8) !important;
}

.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85) !important;
}

.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9) !important;
}

.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95) !important;
}

.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0) !important;
}

.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1) !important;
}

.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1) !important;
}

.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15) !important;
}

.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2) !important;
}

.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25) !important;
}

.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3) !important;
}

.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35) !important;
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4) !important;
}

.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45) !important;
}

.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05) !important;
}

.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5) !important;
}

.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55) !important;
}

.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6) !important;
}

.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65) !important;
}

.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7) !important;
}

.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75) !important;
}

.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8) !important;
}

.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85) !important;
}

.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9) !important;
}

.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95) !important;
}

.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}

.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0) !important;
}

.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1) !important;
}

.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1) !important;
}

.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15) !important;
}

.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2) !important;
}

.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25) !important;
}

.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3) !important;
}

.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35) !important;
}

.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4) !important;
}

.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45) !important;
}

.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05) !important;
}

.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5) !important;
}

.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55) !important;
}

.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6) !important;
}

.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65) !important;
}

.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7) !important;
}

.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75) !important;
}

.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8) !important;
}

.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85) !important;
}

.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9) !important;
}

.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95) !important;
}

.border-sprout {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.border-sprout\/0 {
  border-color: rgb(196 209 72 / 0) !important;
}

.border-sprout\/10 {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.border-sprout\/100 {
  border-color: rgb(196 209 72 / 1) !important;
}

.border-sprout\/15 {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.border-sprout\/20 {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.border-sprout\/25 {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.border-sprout\/30 {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.border-sprout\/35 {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.border-sprout\/40 {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.border-sprout\/45 {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.border-sprout\/5 {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.border-sprout\/50 {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.border-sprout\/55 {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.border-sprout\/60 {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.border-sprout\/65 {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.border-sprout\/70 {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.border-sprout\/75 {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.border-sprout\/80 {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.border-sprout\/85 {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.border-sprout\/90 {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.border-sprout\/95 {
  border-color: rgb(196 209 72 / 0.95) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0) !important;
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1) !important;
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1) !important;
}

.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15) !important;
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2) !important;
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25) !important;
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3) !important;
}

.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35) !important;
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4) !important;
}

.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45) !important;
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05) !important;
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5) !important;
}

.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55) !important;
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6) !important;
}

.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65) !important;
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7) !important;
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75) !important;
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8) !important;
}

.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85) !important;
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9) !important;
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95) !important;
}

.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0) !important;
}

.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1) !important;
}

.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1) !important;
}

.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15) !important;
}

.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2) !important;
}

.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25) !important;
}

.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3) !important;
}

.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35) !important;
}

.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4) !important;
}

.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45) !important;
}

.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05) !important;
}

.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5) !important;
}

.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55) !important;
}

.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6) !important;
}

.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65) !important;
}

.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7) !important;
}

.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75) !important;
}

.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8) !important;
}

.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85) !important;
}

.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9) !important;
}

.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95) !important;
}

.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0) !important;
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1) !important;
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1) !important;
}

.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15) !important;
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2) !important;
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25) !important;
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3) !important;
}

.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35) !important;
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4) !important;
}

.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45) !important;
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05) !important;
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5) !important;
}

.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55) !important;
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6) !important;
}

.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65) !important;
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7) !important;
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75) !important;
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8) !important;
}

.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85) !important;
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9) !important;
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95) !important;
}

.border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0) !important;
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1) !important;
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1) !important;
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15) !important;
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2) !important;
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25) !important;
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3) !important;
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35) !important;
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4) !important;
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45) !important;
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05) !important;
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5) !important;
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55) !important;
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6) !important;
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65) !important;
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7) !important;
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75) !important;
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8) !important;
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85) !important;
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9) !important;
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95) !important;
}

.border-x-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0) !important;
  border-right-color: rgb(254 249 195 / 0) !important;
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1) !important;
  border-right-color: rgb(254 249 195 / 0.1) !important;
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1) !important;
  border-right-color: rgb(254 249 195 / 1) !important;
}

.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15) !important;
  border-right-color: rgb(254 249 195 / 0.15) !important;
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2) !important;
  border-right-color: rgb(254 249 195 / 0.2) !important;
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25) !important;
  border-right-color: rgb(254 249 195 / 0.25) !important;
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3) !important;
  border-right-color: rgb(254 249 195 / 0.3) !important;
}

.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35) !important;
  border-right-color: rgb(254 249 195 / 0.35) !important;
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4) !important;
  border-right-color: rgb(254 249 195 / 0.4) !important;
}

.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45) !important;
  border-right-color: rgb(254 249 195 / 0.45) !important;
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05) !important;
  border-right-color: rgb(254 249 195 / 0.05) !important;
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5) !important;
  border-right-color: rgb(254 249 195 / 0.5) !important;
}

.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55) !important;
  border-right-color: rgb(254 249 195 / 0.55) !important;
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6) !important;
  border-right-color: rgb(254 249 195 / 0.6) !important;
}

.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65) !important;
  border-right-color: rgb(254 249 195 / 0.65) !important;
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7) !important;
  border-right-color: rgb(254 249 195 / 0.7) !important;
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75) !important;
  border-right-color: rgb(254 249 195 / 0.75) !important;
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8) !important;
  border-right-color: rgb(254 249 195 / 0.8) !important;
}

.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85) !important;
  border-right-color: rgb(254 249 195 / 0.85) !important;
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9) !important;
  border-right-color: rgb(254 249 195 / 0.9) !important;
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95) !important;
  border-right-color: rgb(254 249 195 / 0.95) !important;
}

.border-x-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0) !important;
  border-right-color: rgb(254 240 138 / 0) !important;
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1) !important;
  border-right-color: rgb(254 240 138 / 0.1) !important;
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1) !important;
  border-right-color: rgb(254 240 138 / 1) !important;
}

.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15) !important;
  border-right-color: rgb(254 240 138 / 0.15) !important;
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2) !important;
  border-right-color: rgb(254 240 138 / 0.2) !important;
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25) !important;
  border-right-color: rgb(254 240 138 / 0.25) !important;
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3) !important;
  border-right-color: rgb(254 240 138 / 0.3) !important;
}

.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35) !important;
  border-right-color: rgb(254 240 138 / 0.35) !important;
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4) !important;
  border-right-color: rgb(254 240 138 / 0.4) !important;
}

.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45) !important;
  border-right-color: rgb(254 240 138 / 0.45) !important;
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05) !important;
  border-right-color: rgb(254 240 138 / 0.05) !important;
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5) !important;
  border-right-color: rgb(254 240 138 / 0.5) !important;
}

.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55) !important;
  border-right-color: rgb(254 240 138 / 0.55) !important;
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6) !important;
  border-right-color: rgb(254 240 138 / 0.6) !important;
}

.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65) !important;
  border-right-color: rgb(254 240 138 / 0.65) !important;
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7) !important;
  border-right-color: rgb(254 240 138 / 0.7) !important;
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75) !important;
  border-right-color: rgb(254 240 138 / 0.75) !important;
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8) !important;
  border-right-color: rgb(254 240 138 / 0.8) !important;
}

.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85) !important;
  border-right-color: rgb(254 240 138 / 0.85) !important;
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9) !important;
  border-right-color: rgb(254 240 138 / 0.9) !important;
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95) !important;
  border-right-color: rgb(254 240 138 / 0.95) !important;
}

.border-x-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0) !important;
  border-right-color: rgb(250 204 21 / 0) !important;
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1) !important;
  border-right-color: rgb(250 204 21 / 0.1) !important;
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1) !important;
  border-right-color: rgb(250 204 21 / 1) !important;
}

.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15) !important;
  border-right-color: rgb(250 204 21 / 0.15) !important;
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2) !important;
  border-right-color: rgb(250 204 21 / 0.2) !important;
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25) !important;
  border-right-color: rgb(250 204 21 / 0.25) !important;
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3) !important;
  border-right-color: rgb(250 204 21 / 0.3) !important;
}

.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35) !important;
  border-right-color: rgb(250 204 21 / 0.35) !important;
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4) !important;
  border-right-color: rgb(250 204 21 / 0.4) !important;
}

.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45) !important;
  border-right-color: rgb(250 204 21 / 0.45) !important;
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05) !important;
  border-right-color: rgb(250 204 21 / 0.05) !important;
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5) !important;
  border-right-color: rgb(250 204 21 / 0.5) !important;
}

.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55) !important;
  border-right-color: rgb(250 204 21 / 0.55) !important;
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6) !important;
  border-right-color: rgb(250 204 21 / 0.6) !important;
}

.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65) !important;
  border-right-color: rgb(250 204 21 / 0.65) !important;
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7) !important;
  border-right-color: rgb(250 204 21 / 0.7) !important;
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75) !important;
  border-right-color: rgb(250 204 21 / 0.75) !important;
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8) !important;
  border-right-color: rgb(250 204 21 / 0.8) !important;
}

.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85) !important;
  border-right-color: rgb(250 204 21 / 0.85) !important;
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9) !important;
  border-right-color: rgb(250 204 21 / 0.9) !important;
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95) !important;
  border-right-color: rgb(250 204 21 / 0.95) !important;
}

.border-x-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0) !important;
  border-right-color: rgb(133 77 14 / 0) !important;
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1) !important;
  border-right-color: rgb(133 77 14 / 0.1) !important;
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1) !important;
  border-right-color: rgb(133 77 14 / 1) !important;
}

.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15) !important;
  border-right-color: rgb(133 77 14 / 0.15) !important;
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2) !important;
  border-right-color: rgb(133 77 14 / 0.2) !important;
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25) !important;
  border-right-color: rgb(133 77 14 / 0.25) !important;
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3) !important;
  border-right-color: rgb(133 77 14 / 0.3) !important;
}

.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35) !important;
  border-right-color: rgb(133 77 14 / 0.35) !important;
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4) !important;
  border-right-color: rgb(133 77 14 / 0.4) !important;
}

.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45) !important;
  border-right-color: rgb(133 77 14 / 0.45) !important;
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05) !important;
  border-right-color: rgb(133 77 14 / 0.05) !important;
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5) !important;
  border-right-color: rgb(133 77 14 / 0.5) !important;
}

.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55) !important;
  border-right-color: rgb(133 77 14 / 0.55) !important;
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6) !important;
  border-right-color: rgb(133 77 14 / 0.6) !important;
}

.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65) !important;
  border-right-color: rgb(133 77 14 / 0.65) !important;
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7) !important;
  border-right-color: rgb(133 77 14 / 0.7) !important;
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75) !important;
  border-right-color: rgb(133 77 14 / 0.75) !important;
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8) !important;
  border-right-color: rgb(133 77 14 / 0.8) !important;
}

.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85) !important;
  border-right-color: rgb(133 77 14 / 0.85) !important;
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9) !important;
  border-right-color: rgb(133 77 14 / 0.9) !important;
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95) !important;
  border-right-color: rgb(133 77 14 / 0.95) !important;
}

.border-y-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0) !important;
  border-bottom-color: rgb(254 249 195 / 0) !important;
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1) !important;
  border-bottom-color: rgb(254 249 195 / 0.1) !important;
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1) !important;
  border-bottom-color: rgb(254 249 195 / 1) !important;
}

.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15) !important;
  border-bottom-color: rgb(254 249 195 / 0.15) !important;
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2) !important;
  border-bottom-color: rgb(254 249 195 / 0.2) !important;
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25) !important;
  border-bottom-color: rgb(254 249 195 / 0.25) !important;
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3) !important;
  border-bottom-color: rgb(254 249 195 / 0.3) !important;
}

.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35) !important;
  border-bottom-color: rgb(254 249 195 / 0.35) !important;
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4) !important;
  border-bottom-color: rgb(254 249 195 / 0.4) !important;
}

.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45) !important;
  border-bottom-color: rgb(254 249 195 / 0.45) !important;
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05) !important;
  border-bottom-color: rgb(254 249 195 / 0.05) !important;
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5) !important;
  border-bottom-color: rgb(254 249 195 / 0.5) !important;
}

.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55) !important;
  border-bottom-color: rgb(254 249 195 / 0.55) !important;
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6) !important;
  border-bottom-color: rgb(254 249 195 / 0.6) !important;
}

.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65) !important;
  border-bottom-color: rgb(254 249 195 / 0.65) !important;
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7) !important;
  border-bottom-color: rgb(254 249 195 / 0.7) !important;
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75) !important;
  border-bottom-color: rgb(254 249 195 / 0.75) !important;
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8) !important;
  border-bottom-color: rgb(254 249 195 / 0.8) !important;
}

.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85) !important;
  border-bottom-color: rgb(254 249 195 / 0.85) !important;
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9) !important;
  border-bottom-color: rgb(254 249 195 / 0.9) !important;
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95) !important;
  border-bottom-color: rgb(254 249 195 / 0.95) !important;
}

.border-y-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0) !important;
  border-bottom-color: rgb(254 240 138 / 0) !important;
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1) !important;
  border-bottom-color: rgb(254 240 138 / 0.1) !important;
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1) !important;
  border-bottom-color: rgb(254 240 138 / 1) !important;
}

.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15) !important;
  border-bottom-color: rgb(254 240 138 / 0.15) !important;
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2) !important;
  border-bottom-color: rgb(254 240 138 / 0.2) !important;
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25) !important;
  border-bottom-color: rgb(254 240 138 / 0.25) !important;
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3) !important;
  border-bottom-color: rgb(254 240 138 / 0.3) !important;
}

.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35) !important;
  border-bottom-color: rgb(254 240 138 / 0.35) !important;
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4) !important;
  border-bottom-color: rgb(254 240 138 / 0.4) !important;
}

.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45) !important;
  border-bottom-color: rgb(254 240 138 / 0.45) !important;
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05) !important;
  border-bottom-color: rgb(254 240 138 / 0.05) !important;
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5) !important;
  border-bottom-color: rgb(254 240 138 / 0.5) !important;
}

.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55) !important;
  border-bottom-color: rgb(254 240 138 / 0.55) !important;
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6) !important;
  border-bottom-color: rgb(254 240 138 / 0.6) !important;
}

.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65) !important;
  border-bottom-color: rgb(254 240 138 / 0.65) !important;
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7) !important;
  border-bottom-color: rgb(254 240 138 / 0.7) !important;
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75) !important;
  border-bottom-color: rgb(254 240 138 / 0.75) !important;
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8) !important;
  border-bottom-color: rgb(254 240 138 / 0.8) !important;
}

.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85) !important;
  border-bottom-color: rgb(254 240 138 / 0.85) !important;
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9) !important;
  border-bottom-color: rgb(254 240 138 / 0.9) !important;
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95) !important;
  border-bottom-color: rgb(254 240 138 / 0.95) !important;
}

.border-y-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0) !important;
  border-bottom-color: rgb(250 204 21 / 0) !important;
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1) !important;
  border-bottom-color: rgb(250 204 21 / 0.1) !important;
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1) !important;
  border-bottom-color: rgb(250 204 21 / 1) !important;
}

.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15) !important;
  border-bottom-color: rgb(250 204 21 / 0.15) !important;
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2) !important;
  border-bottom-color: rgb(250 204 21 / 0.2) !important;
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25) !important;
  border-bottom-color: rgb(250 204 21 / 0.25) !important;
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3) !important;
  border-bottom-color: rgb(250 204 21 / 0.3) !important;
}

.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35) !important;
  border-bottom-color: rgb(250 204 21 / 0.35) !important;
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4) !important;
  border-bottom-color: rgb(250 204 21 / 0.4) !important;
}

.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45) !important;
  border-bottom-color: rgb(250 204 21 / 0.45) !important;
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05) !important;
  border-bottom-color: rgb(250 204 21 / 0.05) !important;
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5) !important;
  border-bottom-color: rgb(250 204 21 / 0.5) !important;
}

.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55) !important;
  border-bottom-color: rgb(250 204 21 / 0.55) !important;
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6) !important;
  border-bottom-color: rgb(250 204 21 / 0.6) !important;
}

.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65) !important;
  border-bottom-color: rgb(250 204 21 / 0.65) !important;
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7) !important;
  border-bottom-color: rgb(250 204 21 / 0.7) !important;
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75) !important;
  border-bottom-color: rgb(250 204 21 / 0.75) !important;
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8) !important;
  border-bottom-color: rgb(250 204 21 / 0.8) !important;
}

.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85) !important;
  border-bottom-color: rgb(250 204 21 / 0.85) !important;
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9) !important;
  border-bottom-color: rgb(250 204 21 / 0.9) !important;
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95) !important;
  border-bottom-color: rgb(250 204 21 / 0.95) !important;
}

.border-y-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0) !important;
  border-bottom-color: rgb(133 77 14 / 0) !important;
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1) !important;
  border-bottom-color: rgb(133 77 14 / 0.1) !important;
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1) !important;
  border-bottom-color: rgb(133 77 14 / 1) !important;
}

.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15) !important;
  border-bottom-color: rgb(133 77 14 / 0.15) !important;
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2) !important;
  border-bottom-color: rgb(133 77 14 / 0.2) !important;
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25) !important;
  border-bottom-color: rgb(133 77 14 / 0.25) !important;
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3) !important;
  border-bottom-color: rgb(133 77 14 / 0.3) !important;
}

.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35) !important;
  border-bottom-color: rgb(133 77 14 / 0.35) !important;
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4) !important;
  border-bottom-color: rgb(133 77 14 / 0.4) !important;
}

.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45) !important;
  border-bottom-color: rgb(133 77 14 / 0.45) !important;
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05) !important;
  border-bottom-color: rgb(133 77 14 / 0.05) !important;
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5) !important;
  border-bottom-color: rgb(133 77 14 / 0.5) !important;
}

.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55) !important;
  border-bottom-color: rgb(133 77 14 / 0.55) !important;
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6) !important;
  border-bottom-color: rgb(133 77 14 / 0.6) !important;
}

.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65) !important;
  border-bottom-color: rgb(133 77 14 / 0.65) !important;
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7) !important;
  border-bottom-color: rgb(133 77 14 / 0.7) !important;
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75) !important;
  border-bottom-color: rgb(133 77 14 / 0.75) !important;
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8) !important;
  border-bottom-color: rgb(133 77 14 / 0.8) !important;
}

.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85) !important;
  border-bottom-color: rgb(133 77 14 / 0.85) !important;
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9) !important;
  border-bottom-color: rgb(133 77 14 / 0.9) !important;
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95) !important;
  border-bottom-color: rgb(133 77 14 / 0.95) !important;
}

.border-b-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0) !important;
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1) !important;
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1) !important;
}

.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15) !important;
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2) !important;
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25) !important;
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3) !important;
}

.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35) !important;
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4) !important;
}

.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45) !important;
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05) !important;
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5) !important;
}

.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55) !important;
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6) !important;
}

.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65) !important;
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7) !important;
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75) !important;
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8) !important;
}

.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85) !important;
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9) !important;
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95) !important;
}

.border-b-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0) !important;
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1) !important;
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1) !important;
}

.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15) !important;
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2) !important;
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25) !important;
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3) !important;
}

.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35) !important;
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4) !important;
}

.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45) !important;
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05) !important;
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5) !important;
}

.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55) !important;
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6) !important;
}

.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65) !important;
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7) !important;
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75) !important;
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8) !important;
}

.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85) !important;
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9) !important;
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95) !important;
}

.border-b-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0) !important;
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1) !important;
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1) !important;
}

.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15) !important;
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2) !important;
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25) !important;
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3) !important;
}

.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35) !important;
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4) !important;
}

.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45) !important;
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05) !important;
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5) !important;
}

.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55) !important;
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6) !important;
}

.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65) !important;
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7) !important;
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75) !important;
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8) !important;
}

.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85) !important;
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9) !important;
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95) !important;
}

.border-b-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0) !important;
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1) !important;
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1) !important;
}

.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15) !important;
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2) !important;
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25) !important;
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3) !important;
}

.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35) !important;
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4) !important;
}

.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45) !important;
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05) !important;
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5) !important;
}

.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55) !important;
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6) !important;
}

.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65) !important;
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7) !important;
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75) !important;
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8) !important;
}

.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85) !important;
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9) !important;
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95) !important;
}

.border-e-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0) !important;
}

.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1) !important;
}

.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1) !important;
}

.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15) !important;
}

.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2) !important;
}

.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25) !important;
}

.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3) !important;
}

.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35) !important;
}

.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4) !important;
}

.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45) !important;
}

.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05) !important;
}

.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5) !important;
}

.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55) !important;
}

.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6) !important;
}

.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65) !important;
}

.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7) !important;
}

.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75) !important;
}

.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8) !important;
}

.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85) !important;
}

.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9) !important;
}

.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95) !important;
}

.border-e-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0) !important;
}

.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1) !important;
}

.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1) !important;
}

.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15) !important;
}

.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2) !important;
}

.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25) !important;
}

.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3) !important;
}

.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35) !important;
}

.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4) !important;
}

.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45) !important;
}

.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05) !important;
}

.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5) !important;
}

.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55) !important;
}

.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6) !important;
}

.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65) !important;
}

.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7) !important;
}

.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75) !important;
}

.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8) !important;
}

.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85) !important;
}

.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9) !important;
}

.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95) !important;
}

.border-e-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0) !important;
}

.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1) !important;
}

.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1) !important;
}

.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15) !important;
}

.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2) !important;
}

.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25) !important;
}

.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3) !important;
}

.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35) !important;
}

.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4) !important;
}

.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45) !important;
}

.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05) !important;
}

.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5) !important;
}

.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55) !important;
}

.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6) !important;
}

.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65) !important;
}

.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7) !important;
}

.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75) !important;
}

.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8) !important;
}

.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85) !important;
}

.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9) !important;
}

.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95) !important;
}

.border-e-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0) !important;
}

.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1) !important;
}

.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1) !important;
}

.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15) !important;
}

.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2) !important;
}

.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25) !important;
}

.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3) !important;
}

.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35) !important;
}

.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4) !important;
}

.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45) !important;
}

.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05) !important;
}

.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5) !important;
}

.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55) !important;
}

.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6) !important;
}

.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65) !important;
}

.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7) !important;
}

.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75) !important;
}

.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8) !important;
}

.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85) !important;
}

.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9) !important;
}

.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95) !important;
}

.border-l-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0) !important;
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1) !important;
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1) !important;
}

.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15) !important;
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2) !important;
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25) !important;
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3) !important;
}

.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35) !important;
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4) !important;
}

.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45) !important;
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05) !important;
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5) !important;
}

.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55) !important;
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6) !important;
}

.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65) !important;
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7) !important;
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75) !important;
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8) !important;
}

.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85) !important;
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9) !important;
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95) !important;
}

.border-l-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0) !important;
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1) !important;
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1) !important;
}

.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15) !important;
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2) !important;
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25) !important;
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3) !important;
}

.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35) !important;
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4) !important;
}

.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45) !important;
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05) !important;
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5) !important;
}

.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55) !important;
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6) !important;
}

.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65) !important;
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7) !important;
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75) !important;
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8) !important;
}

.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85) !important;
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9) !important;
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95) !important;
}

.border-l-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0) !important;
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1) !important;
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1) !important;
}

.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15) !important;
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2) !important;
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25) !important;
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3) !important;
}

.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35) !important;
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4) !important;
}

.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45) !important;
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05) !important;
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5) !important;
}

.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55) !important;
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6) !important;
}

.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65) !important;
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7) !important;
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75) !important;
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8) !important;
}

.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85) !important;
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9) !important;
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95) !important;
}

.border-l-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0) !important;
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1) !important;
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1) !important;
}

.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15) !important;
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2) !important;
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25) !important;
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3) !important;
}

.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35) !important;
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4) !important;
}

.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45) !important;
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05) !important;
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5) !important;
}

.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55) !important;
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6) !important;
}

.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65) !important;
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7) !important;
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75) !important;
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8) !important;
}

.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85) !important;
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9) !important;
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95) !important;
}

.border-r-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0) !important;
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1) !important;
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1) !important;
}

.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15) !important;
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2) !important;
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25) !important;
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3) !important;
}

.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35) !important;
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4) !important;
}

.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45) !important;
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05) !important;
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5) !important;
}

.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55) !important;
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6) !important;
}

.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65) !important;
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7) !important;
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75) !important;
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8) !important;
}

.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85) !important;
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9) !important;
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95) !important;
}

.border-r-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0) !important;
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1) !important;
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1) !important;
}

.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15) !important;
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2) !important;
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25) !important;
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3) !important;
}

.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35) !important;
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4) !important;
}

.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45) !important;
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05) !important;
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5) !important;
}

.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55) !important;
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6) !important;
}

.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65) !important;
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7) !important;
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75) !important;
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8) !important;
}

.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85) !important;
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9) !important;
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95) !important;
}

.border-r-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0) !important;
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1) !important;
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1) !important;
}

.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15) !important;
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2) !important;
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25) !important;
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3) !important;
}

.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35) !important;
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4) !important;
}

.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45) !important;
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05) !important;
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5) !important;
}

.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55) !important;
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6) !important;
}

.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65) !important;
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7) !important;
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75) !important;
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8) !important;
}

.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85) !important;
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9) !important;
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95) !important;
}

.border-r-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0) !important;
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1) !important;
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1) !important;
}

.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15) !important;
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2) !important;
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25) !important;
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3) !important;
}

.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35) !important;
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4) !important;
}

.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45) !important;
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05) !important;
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5) !important;
}

.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55) !important;
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6) !important;
}

.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65) !important;
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7) !important;
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75) !important;
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8) !important;
}

.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85) !important;
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9) !important;
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95) !important;
}

.border-s-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0) !important;
}

.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1) !important;
}

.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1) !important;
}

.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15) !important;
}

.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2) !important;
}

.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25) !important;
}

.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3) !important;
}

.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35) !important;
}

.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4) !important;
}

.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45) !important;
}

.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05) !important;
}

.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5) !important;
}

.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55) !important;
}

.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6) !important;
}

.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65) !important;
}

.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7) !important;
}

.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75) !important;
}

.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8) !important;
}

.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85) !important;
}

.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9) !important;
}

.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95) !important;
}

.border-s-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0) !important;
}

.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1) !important;
}

.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1) !important;
}

.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15) !important;
}

.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2) !important;
}

.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25) !important;
}

.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3) !important;
}

.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35) !important;
}

.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4) !important;
}

.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45) !important;
}

.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05) !important;
}

.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5) !important;
}

.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55) !important;
}

.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6) !important;
}

.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65) !important;
}

.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7) !important;
}

.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75) !important;
}

.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8) !important;
}

.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85) !important;
}

.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9) !important;
}

.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95) !important;
}

.border-s-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0) !important;
}

.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1) !important;
}

.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1) !important;
}

.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15) !important;
}

.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2) !important;
}

.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25) !important;
}

.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3) !important;
}

.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35) !important;
}

.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4) !important;
}

.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45) !important;
}

.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05) !important;
}

.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5) !important;
}

.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55) !important;
}

.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6) !important;
}

.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65) !important;
}

.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7) !important;
}

.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75) !important;
}

.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8) !important;
}

.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85) !important;
}

.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9) !important;
}

.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95) !important;
}

.border-s-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0) !important;
}

.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1) !important;
}

.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1) !important;
}

.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15) !important;
}

.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2) !important;
}

.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25) !important;
}

.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3) !important;
}

.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35) !important;
}

.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4) !important;
}

.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45) !important;
}

.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05) !important;
}

.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5) !important;
}

.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55) !important;
}

.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6) !important;
}

.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65) !important;
}

.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7) !important;
}

.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75) !important;
}

.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8) !important;
}

.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85) !important;
}

.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9) !important;
}

.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95) !important;
}

.border-t-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0) !important;
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1) !important;
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1) !important;
}

.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15) !important;
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2) !important;
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25) !important;
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3) !important;
}

.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35) !important;
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4) !important;
}

.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45) !important;
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05) !important;
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5) !important;
}

.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55) !important;
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6) !important;
}

.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65) !important;
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7) !important;
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75) !important;
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8) !important;
}

.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85) !important;
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9) !important;
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95) !important;
}

.border-t-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0) !important;
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1) !important;
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1) !important;
}

.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15) !important;
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2) !important;
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25) !important;
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3) !important;
}

.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35) !important;
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4) !important;
}

.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45) !important;
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05) !important;
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5) !important;
}

.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55) !important;
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6) !important;
}

.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65) !important;
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7) !important;
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75) !important;
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8) !important;
}

.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85) !important;
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9) !important;
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95) !important;
}

.border-t-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0) !important;
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1) !important;
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1) !important;
}

.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15) !important;
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2) !important;
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25) !important;
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3) !important;
}

.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35) !important;
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4) !important;
}

.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45) !important;
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05) !important;
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5) !important;
}

.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55) !important;
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6) !important;
}

.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65) !important;
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7) !important;
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75) !important;
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8) !important;
}

.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85) !important;
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9) !important;
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95) !important;
}

.border-t-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0) !important;
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1) !important;
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1) !important;
}

.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15) !important;
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2) !important;
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25) !important;
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3) !important;
}

.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35) !important;
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4) !important;
}

.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45) !important;
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05) !important;
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5) !important;
}

.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55) !important;
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6) !important;
}

.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65) !important;
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7) !important;
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75) !important;
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8) !important;
}

.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85) !important;
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9) !important;
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95) !important;
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.bg-\[\#782E03\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 3 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15) !important;
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35) !important;
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45) !important;
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85) !important;
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.bg-brand-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-dark\/0 {
  background-color: rgb(46 39 20 / 0) !important;
}

.bg-brand-dark\/10 {
  background-color: rgb(46 39 20 / 0.1) !important;
}

.bg-brand-dark\/100 {
  background-color: rgb(46 39 20 / 1) !important;
}

.bg-brand-dark\/15 {
  background-color: rgb(46 39 20 / 0.15) !important;
}

.bg-brand-dark\/20 {
  background-color: rgb(46 39 20 / 0.2) !important;
}

.bg-brand-dark\/25 {
  background-color: rgb(46 39 20 / 0.25) !important;
}

.bg-brand-dark\/30 {
  background-color: rgb(46 39 20 / 0.3) !important;
}

.bg-brand-dark\/35 {
  background-color: rgb(46 39 20 / 0.35) !important;
}

.bg-brand-dark\/40 {
  background-color: rgb(46 39 20 / 0.4) !important;
}

.bg-brand-dark\/45 {
  background-color: rgb(46 39 20 / 0.45) !important;
}

.bg-brand-dark\/5 {
  background-color: rgb(46 39 20 / 0.05) !important;
}

.bg-brand-dark\/50 {
  background-color: rgb(46 39 20 / 0.5) !important;
}

.bg-brand-dark\/55 {
  background-color: rgb(46 39 20 / 0.55) !important;
}

.bg-brand-dark\/60 {
  background-color: rgb(46 39 20 / 0.6) !important;
}

.bg-brand-dark\/65 {
  background-color: rgb(46 39 20 / 0.65) !important;
}

.bg-brand-dark\/70 {
  background-color: rgb(46 39 20 / 0.7) !important;
}

.bg-brand-dark\/75 {
  background-color: rgb(46 39 20 / 0.75) !important;
}

.bg-brand-dark\/80 {
  background-color: rgb(46 39 20 / 0.8) !important;
}

.bg-brand-dark\/85 {
  background-color: rgb(46 39 20 / 0.85) !important;
}

.bg-brand-dark\/90 {
  background-color: rgb(46 39 20 / 0.9) !important;
}

.bg-brand-dark\/95 {
  background-color: rgb(46 39 20 / 0.95) !important;
}

.bg-brand-ink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-ink\/0 {
  background-color: rgb(33 37 41 / 0) !important;
}

.bg-brand-ink\/10 {
  background-color: rgb(33 37 41 / 0.1) !important;
}

.bg-brand-ink\/100 {
  background-color: rgb(33 37 41 / 1) !important;
}

.bg-brand-ink\/15 {
  background-color: rgb(33 37 41 / 0.15) !important;
}

.bg-brand-ink\/20 {
  background-color: rgb(33 37 41 / 0.2) !important;
}

.bg-brand-ink\/25 {
  background-color: rgb(33 37 41 / 0.25) !important;
}

.bg-brand-ink\/30 {
  background-color: rgb(33 37 41 / 0.3) !important;
}

.bg-brand-ink\/35 {
  background-color: rgb(33 37 41 / 0.35) !important;
}

.bg-brand-ink\/40 {
  background-color: rgb(33 37 41 / 0.4) !important;
}

.bg-brand-ink\/45 {
  background-color: rgb(33 37 41 / 0.45) !important;
}

.bg-brand-ink\/5 {
  background-color: rgb(33 37 41 / 0.05) !important;
}

.bg-brand-ink\/50 {
  background-color: rgb(33 37 41 / 0.5) !important;
}

.bg-brand-ink\/55 {
  background-color: rgb(33 37 41 / 0.55) !important;
}

.bg-brand-ink\/60 {
  background-color: rgb(33 37 41 / 0.6) !important;
}

.bg-brand-ink\/65 {
  background-color: rgb(33 37 41 / 0.65) !important;
}

.bg-brand-ink\/70 {
  background-color: rgb(33 37 41 / 0.7) !important;
}

.bg-brand-ink\/75 {
  background-color: rgb(33 37 41 / 0.75) !important;
}

.bg-brand-ink\/80 {
  background-color: rgb(33 37 41 / 0.8) !important;
}

.bg-brand-ink\/85 {
  background-color: rgb(33 37 41 / 0.85) !important;
}

.bg-brand-ink\/90 {
  background-color: rgb(33 37 41 / 0.9) !important;
}

.bg-brand-ink\/95 {
  background-color: rgb(33 37 41 / 0.95) !important;
}

.bg-brand-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 244 240 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-light\/0 {
  background-color: rgb(245 244 240 / 0) !important;
}

.bg-brand-light\/10 {
  background-color: rgb(245 244 240 / 0.1) !important;
}

.bg-brand-light\/100 {
  background-color: rgb(245 244 240 / 1) !important;
}

.bg-brand-light\/15 {
  background-color: rgb(245 244 240 / 0.15) !important;
}

.bg-brand-light\/20 {
  background-color: rgb(245 244 240 / 0.2) !important;
}

.bg-brand-light\/25 {
  background-color: rgb(245 244 240 / 0.25) !important;
}

.bg-brand-light\/30 {
  background-color: rgb(245 244 240 / 0.3) !important;
}

.bg-brand-light\/35 {
  background-color: rgb(245 244 240 / 0.35) !important;
}

.bg-brand-light\/40 {
  background-color: rgb(245 244 240 / 0.4) !important;
}

.bg-brand-light\/45 {
  background-color: rgb(245 244 240 / 0.45) !important;
}

.bg-brand-light\/5 {
  background-color: rgb(245 244 240 / 0.05) !important;
}

.bg-brand-light\/50 {
  background-color: rgb(245 244 240 / 0.5) !important;
}

.bg-brand-light\/55 {
  background-color: rgb(245 244 240 / 0.55) !important;
}

.bg-brand-light\/60 {
  background-color: rgb(245 244 240 / 0.6) !important;
}

.bg-brand-light\/65 {
  background-color: rgb(245 244 240 / 0.65) !important;
}

.bg-brand-light\/70 {
  background-color: rgb(245 244 240 / 0.7) !important;
}

.bg-brand-light\/75 {
  background-color: rgb(245 244 240 / 0.75) !important;
}

.bg-brand-light\/80 {
  background-color: rgb(245 244 240 / 0.8) !important;
}

.bg-brand-light\/85 {
  background-color: rgb(245 244 240 / 0.85) !important;
}

.bg-brand-light\/90 {
  background-color: rgb(245 244 240 / 0.9) !important;
}

.bg-brand-light\/95 {
  background-color: rgb(245 244 240 / 0.95) !important;
}

.bg-brand-link {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 110 7 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-link-hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 55 3 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-link-hover\/0 {
  background-color: rgb(74 55 3 / 0) !important;
}

.bg-brand-link-hover\/10 {
  background-color: rgb(74 55 3 / 0.1) !important;
}

.bg-brand-link-hover\/100 {
  background-color: rgb(74 55 3 / 1) !important;
}

.bg-brand-link-hover\/15 {
  background-color: rgb(74 55 3 / 0.15) !important;
}

.bg-brand-link-hover\/20 {
  background-color: rgb(74 55 3 / 0.2) !important;
}

.bg-brand-link-hover\/25 {
  background-color: rgb(74 55 3 / 0.25) !important;
}

.bg-brand-link-hover\/30 {
  background-color: rgb(74 55 3 / 0.3) !important;
}

.bg-brand-link-hover\/35 {
  background-color: rgb(74 55 3 / 0.35) !important;
}

.bg-brand-link-hover\/40 {
  background-color: rgb(74 55 3 / 0.4) !important;
}

.bg-brand-link-hover\/45 {
  background-color: rgb(74 55 3 / 0.45) !important;
}

.bg-brand-link-hover\/5 {
  background-color: rgb(74 55 3 / 0.05) !important;
}

.bg-brand-link-hover\/50 {
  background-color: rgb(74 55 3 / 0.5) !important;
}

.bg-brand-link-hover\/55 {
  background-color: rgb(74 55 3 / 0.55) !important;
}

.bg-brand-link-hover\/60 {
  background-color: rgb(74 55 3 / 0.6) !important;
}

.bg-brand-link-hover\/65 {
  background-color: rgb(74 55 3 / 0.65) !important;
}

.bg-brand-link-hover\/70 {
  background-color: rgb(74 55 3 / 0.7) !important;
}

.bg-brand-link-hover\/75 {
  background-color: rgb(74 55 3 / 0.75) !important;
}

.bg-brand-link-hover\/80 {
  background-color: rgb(74 55 3 / 0.8) !important;
}

.bg-brand-link-hover\/85 {
  background-color: rgb(74 55 3 / 0.85) !important;
}

.bg-brand-link-hover\/90 {
  background-color: rgb(74 55 3 / 0.9) !important;
}

.bg-brand-link-hover\/95 {
  background-color: rgb(74 55 3 / 0.95) !important;
}

.bg-brand-link\/0 {
  background-color: rgb(147 110 7 / 0) !important;
}

.bg-brand-link\/10 {
  background-color: rgb(147 110 7 / 0.1) !important;
}

.bg-brand-link\/100 {
  background-color: rgb(147 110 7 / 1) !important;
}

.bg-brand-link\/15 {
  background-color: rgb(147 110 7 / 0.15) !important;
}

.bg-brand-link\/20 {
  background-color: rgb(147 110 7 / 0.2) !important;
}

.bg-brand-link\/25 {
  background-color: rgb(147 110 7 / 0.25) !important;
}

.bg-brand-link\/30 {
  background-color: rgb(147 110 7 / 0.3) !important;
}

.bg-brand-link\/35 {
  background-color: rgb(147 110 7 / 0.35) !important;
}

.bg-brand-link\/40 {
  background-color: rgb(147 110 7 / 0.4) !important;
}

.bg-brand-link\/45 {
  background-color: rgb(147 110 7 / 0.45) !important;
}

.bg-brand-link\/5 {
  background-color: rgb(147 110 7 / 0.05) !important;
}

.bg-brand-link\/50 {
  background-color: rgb(147 110 7 / 0.5) !important;
}

.bg-brand-link\/55 {
  background-color: rgb(147 110 7 / 0.55) !important;
}

.bg-brand-link\/60 {
  background-color: rgb(147 110 7 / 0.6) !important;
}

.bg-brand-link\/65 {
  background-color: rgb(147 110 7 / 0.65) !important;
}

.bg-brand-link\/70 {
  background-color: rgb(147 110 7 / 0.7) !important;
}

.bg-brand-link\/75 {
  background-color: rgb(147 110 7 / 0.75) !important;
}

.bg-brand-link\/80 {
  background-color: rgb(147 110 7 / 0.8) !important;
}

.bg-brand-link\/85 {
  background-color: rgb(147 110 7 / 0.85) !important;
}

.bg-brand-link\/90 {
  background-color: rgb(147 110 7 / 0.9) !important;
}

.bg-brand-link\/95 {
  background-color: rgb(147 110 7 / 0.95) !important;
}

.bg-brand-muted {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-muted\/0 {
  background-color: rgb(108 117 125 / 0) !important;
}

.bg-brand-muted\/10 {
  background-color: rgb(108 117 125 / 0.1) !important;
}

.bg-brand-muted\/100 {
  background-color: rgb(108 117 125 / 1) !important;
}

.bg-brand-muted\/15 {
  background-color: rgb(108 117 125 / 0.15) !important;
}

.bg-brand-muted\/20 {
  background-color: rgb(108 117 125 / 0.2) !important;
}

.bg-brand-muted\/25 {
  background-color: rgb(108 117 125 / 0.25) !important;
}

.bg-brand-muted\/30 {
  background-color: rgb(108 117 125 / 0.3) !important;
}

.bg-brand-muted\/35 {
  background-color: rgb(108 117 125 / 0.35) !important;
}

.bg-brand-muted\/40 {
  background-color: rgb(108 117 125 / 0.4) !important;
}

.bg-brand-muted\/45 {
  background-color: rgb(108 117 125 / 0.45) !important;
}

.bg-brand-muted\/5 {
  background-color: rgb(108 117 125 / 0.05) !important;
}

.bg-brand-muted\/50 {
  background-color: rgb(108 117 125 / 0.5) !important;
}

.bg-brand-muted\/55 {
  background-color: rgb(108 117 125 / 0.55) !important;
}

.bg-brand-muted\/60 {
  background-color: rgb(108 117 125 / 0.6) !important;
}

.bg-brand-muted\/65 {
  background-color: rgb(108 117 125 / 0.65) !important;
}

.bg-brand-muted\/70 {
  background-color: rgb(108 117 125 / 0.7) !important;
}

.bg-brand-muted\/75 {
  background-color: rgb(108 117 125 / 0.75) !important;
}

.bg-brand-muted\/80 {
  background-color: rgb(108 117 125 / 0.8) !important;
}

.bg-brand-muted\/85 {
  background-color: rgb(108 117 125 / 0.85) !important;
}

.bg-brand-muted\/90 {
  background-color: rgb(108 117 125 / 0.9) !important;
}

.bg-brand-muted\/95 {
  background-color: rgb(108 117 125 / 0.95) !important;
}

.bg-brand-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-primary\/0 {
  background-color: rgb(244 184 17 / 0) !important;
}

.bg-brand-primary\/10 {
  background-color: rgb(244 184 17 / 0.1) !important;
}

.bg-brand-primary\/100 {
  background-color: rgb(244 184 17 / 1) !important;
}

.bg-brand-primary\/15 {
  background-color: rgb(244 184 17 / 0.15) !important;
}

.bg-brand-primary\/20 {
  background-color: rgb(244 184 17 / 0.2) !important;
}

.bg-brand-primary\/25 {
  background-color: rgb(244 184 17 / 0.25) !important;
}

.bg-brand-primary\/30 {
  background-color: rgb(244 184 17 / 0.3) !important;
}

.bg-brand-primary\/35 {
  background-color: rgb(244 184 17 / 0.35) !important;
}

.bg-brand-primary\/40 {
  background-color: rgb(244 184 17 / 0.4) !important;
}

.bg-brand-primary\/45 {
  background-color: rgb(244 184 17 / 0.45) !important;
}

.bg-brand-primary\/5 {
  background-color: rgb(244 184 17 / 0.05) !important;
}

.bg-brand-primary\/50 {
  background-color: rgb(244 184 17 / 0.5) !important;
}

.bg-brand-primary\/55 {
  background-color: rgb(244 184 17 / 0.55) !important;
}

.bg-brand-primary\/60 {
  background-color: rgb(244 184 17 / 0.6) !important;
}

.bg-brand-primary\/65 {
  background-color: rgb(244 184 17 / 0.65) !important;
}

.bg-brand-primary\/70 {
  background-color: rgb(244 184 17 / 0.7) !important;
}

.bg-brand-primary\/75 {
  background-color: rgb(244 184 17 / 0.75) !important;
}

.bg-brand-primary\/80 {
  background-color: rgb(244 184 17 / 0.8) !important;
}

.bg-brand-primary\/85 {
  background-color: rgb(244 184 17 / 0.85) !important;
}

.bg-brand-primary\/90 {
  background-color: rgb(244 184 17 / 0.9) !important;
}

.bg-brand-primary\/95 {
  background-color: rgb(244 184 17 / 0.95) !important;
}

.bg-brand-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-brand-secondary\/0 {
  background-color: rgb(255 204 0 / 0) !important;
}

.bg-brand-secondary\/10 {
  background-color: rgb(255 204 0 / 0.1) !important;
}

.bg-brand-secondary\/100 {
  background-color: rgb(255 204 0 / 1) !important;
}

.bg-brand-secondary\/15 {
  background-color: rgb(255 204 0 / 0.15) !important;
}

.bg-brand-secondary\/20 {
  background-color: rgb(255 204 0 / 0.2) !important;
}

.bg-brand-secondary\/25 {
  background-color: rgb(255 204 0 / 0.25) !important;
}

.bg-brand-secondary\/30 {
  background-color: rgb(255 204 0 / 0.3) !important;
}

.bg-brand-secondary\/35 {
  background-color: rgb(255 204 0 / 0.35) !important;
}

.bg-brand-secondary\/40 {
  background-color: rgb(255 204 0 / 0.4) !important;
}

.bg-brand-secondary\/45 {
  background-color: rgb(255 204 0 / 0.45) !important;
}

.bg-brand-secondary\/5 {
  background-color: rgb(255 204 0 / 0.05) !important;
}

.bg-brand-secondary\/50 {
  background-color: rgb(255 204 0 / 0.5) !important;
}

.bg-brand-secondary\/55 {
  background-color: rgb(255 204 0 / 0.55) !important;
}

.bg-brand-secondary\/60 {
  background-color: rgb(255 204 0 / 0.6) !important;
}

.bg-brand-secondary\/65 {
  background-color: rgb(255 204 0 / 0.65) !important;
}

.bg-brand-secondary\/70 {
  background-color: rgb(255 204 0 / 0.7) !important;
}

.bg-brand-secondary\/75 {
  background-color: rgb(255 204 0 / 0.75) !important;
}

.bg-brand-secondary\/80 {
  background-color: rgb(255 204 0 / 0.8) !important;
}

.bg-brand-secondary\/85 {
  background-color: rgb(255 204 0 / 0.85) !important;
}

.bg-brand-secondary\/90 {
  background-color: rgb(255 204 0 / 0.9) !important;
}

.bg-brand-secondary\/95 {
  background-color: rgb(255 204 0 / 0.95) !important;
}

.bg-earth {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.bg-earth\/0 {
  background-color: rgb(120 46 1 / 0) !important;
}

.bg-earth\/10 {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.bg-earth\/100 {
  background-color: rgb(120 46 1 / 1) !important;
}

.bg-earth\/15 {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.bg-earth\/20 {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.bg-earth\/25 {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.bg-earth\/30 {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.bg-earth\/35 {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.bg-earth\/40 {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.bg-earth\/45 {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.bg-earth\/5 {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.bg-earth\/50 {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.bg-earth\/55 {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.bg-earth\/60 {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.bg-earth\/65 {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.bg-earth\/70 {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.bg-earth\/75 {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.bg-earth\/80 {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.bg-earth\/85 {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.bg-earth\/90 {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.bg-earth\/95 {
  background-color: rgb(120 46 1 / 0.95) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0) !important;
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1) !important;
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1) !important;
}

.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15) !important;
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2) !important;
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25) !important;
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3) !important;
}

.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35) !important;
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4) !important;
}

.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45) !important;
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05) !important;
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5) !important;
}

.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55) !important;
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6) !important;
}

.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65) !important;
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7) !important;
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75) !important;
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8) !important;
}

.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85) !important;
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9) !important;
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95) !important;
}

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0) !important;
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1) !important;
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1) !important;
}

.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15) !important;
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2) !important;
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25) !important;
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3) !important;
}

.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35) !important;
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4) !important;
}

.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45) !important;
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05) !important;
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5) !important;
}

.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55) !important;
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6) !important;
}

.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65) !important;
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7) !important;
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75) !important;
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8) !important;
}

.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85) !important;
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9) !important;
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0) !important;
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1) !important;
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1) !important;
}

.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15) !important;
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2) !important;
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25) !important;
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3) !important;
}

.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35) !important;
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4) !important;
}

.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45) !important;
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05) !important;
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5) !important;
}

.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55) !important;
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6) !important;
}

.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65) !important;
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7) !important;
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75) !important;
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8) !important;
}

.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85) !important;
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9) !important;
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95) !important;
}

.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0) !important;
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1) !important;
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1) !important;
}

.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15) !important;
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2) !important;
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25) !important;
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3) !important;
}

.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35) !important;
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4) !important;
}

.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45) !important;
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05) !important;
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5) !important;
}

.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55) !important;
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6) !important;
}

.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65) !important;
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7) !important;
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75) !important;
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8) !important;
}

.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85) !important;
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9) !important;
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95) !important;
}

.bg-harvest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.bg-harvest\/0 {
  background-color: rgb(215 129 49 / 0) !important;
}

.bg-harvest\/10 {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.bg-harvest\/100 {
  background-color: rgb(215 129 49 / 1) !important;
}

.bg-harvest\/15 {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.bg-harvest\/20 {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.bg-harvest\/25 {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.bg-harvest\/30 {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.bg-harvest\/35 {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.bg-harvest\/40 {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.bg-harvest\/45 {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.bg-harvest\/5 {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.bg-harvest\/50 {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.bg-harvest\/55 {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.bg-harvest\/60 {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.bg-harvest\/65 {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.bg-harvest\/70 {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.bg-harvest\/75 {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.bg-harvest\/80 {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.bg-harvest\/85 {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.bg-harvest\/90 {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.bg-harvest\/95 {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}

.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15) !important;
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}

.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35) !important;
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}

.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45) !important;
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}

.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55) !important;
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}

.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65) !important;
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}

.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85) !important;
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}

.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0) !important;
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1) !important;
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1) !important;
}

.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15) !important;
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2) !important;
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25) !important;
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3) !important;
}

.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35) !important;
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4) !important;
}

.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45) !important;
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05) !important;
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5) !important;
}

.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55) !important;
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6) !important;
}

.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65) !important;
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7) !important;
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75) !important;
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8) !important;
}

.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85) !important;
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9) !important;
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}

.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15) !important;
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}

.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35) !important;
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}

.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45) !important;
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}

.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55) !important;
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}

.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65) !important;
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}

.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85) !important;
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}

.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15) !important;
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}

.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35) !important;
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}

.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45) !important;
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}

.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55) !important;
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}

.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65) !important;
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}

.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85) !important;
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}

.bg-sprout {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.bg-sprout\/0 {
  background-color: rgb(196 209 72 / 0) !important;
}

.bg-sprout\/10 {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.bg-sprout\/100 {
  background-color: rgb(196 209 72 / 1) !important;
}

.bg-sprout\/15 {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.bg-sprout\/20 {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.bg-sprout\/25 {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.bg-sprout\/30 {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.bg-sprout\/35 {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.bg-sprout\/40 {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.bg-sprout\/45 {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.bg-sprout\/5 {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.bg-sprout\/50 {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.bg-sprout\/55 {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.bg-sprout\/60 {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.bg-sprout\/65 {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.bg-sprout\/70 {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.bg-sprout\/75 {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.bg-sprout\/80 {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.bg-sprout\/85 {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.bg-sprout\/90 {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.bg-sprout\/95 {
  background-color: rgb(196 209 72 / 0.95) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1) !important;
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15) !important;
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25) !important;
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45) !important;
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6) !important;
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85) !important;
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}

.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0) !important;
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1) !important;
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1) !important;
}

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15) !important;
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2) !important;
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25) !important;
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3) !important;
}

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35) !important;
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4) !important;
}

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45) !important;
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05) !important;
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5) !important;
}

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55) !important;
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6) !important;
}

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65) !important;
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7) !important;
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75) !important;
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8) !important;
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85) !important;
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9) !important;
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95) !important;
}

.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0) !important;
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1) !important;
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1) !important;
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15) !important;
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2) !important;
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25) !important;
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3) !important;
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35) !important;
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4) !important;
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45) !important;
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05) !important;
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5) !important;
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55) !important;
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6) !important;
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65) !important;
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7) !important;
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75) !important;
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8) !important;
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85) !important;
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9) !important;
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0) !important;
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1) !important;
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1) !important;
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15) !important;
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2) !important;
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25) !important;
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3) !important;
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35) !important;
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4) !important;
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45) !important;
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05) !important;
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5) !important;
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55) !important;
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6) !important;
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65) !important;
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7) !important;
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75) !important;
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8) !important;
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85) !important;
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9) !important;
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95) !important;
}

.bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0) !important;
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1) !important;
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1) !important;
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15) !important;
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2) !important;
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25) !important;
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3) !important;
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35) !important;
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4) !important;
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45) !important;
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05) !important;
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5) !important;
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55) !important;
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6) !important;
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65) !important;
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7) !important;
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75) !important;
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8) !important;
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85) !important;
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9) !important;
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.from-brand-dark {
  --tw-gradient-from: #2e2714 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/0 {
  --tw-gradient-from: rgb(46 39 20 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/10 {
  --tw-gradient-from: rgb(46 39 20 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/100 {
  --tw-gradient-from: rgb(46 39 20 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/15 {
  --tw-gradient-from: rgb(46 39 20 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/20 {
  --tw-gradient-from: rgb(46 39 20 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/25 {
  --tw-gradient-from: rgb(46 39 20 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/30 {
  --tw-gradient-from: rgb(46 39 20 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/35 {
  --tw-gradient-from: rgb(46 39 20 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/40 {
  --tw-gradient-from: rgb(46 39 20 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/45 {
  --tw-gradient-from: rgb(46 39 20 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/5 {
  --tw-gradient-from: rgb(46 39 20 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/50 {
  --tw-gradient-from: rgb(46 39 20 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/55 {
  --tw-gradient-from: rgb(46 39 20 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/60 {
  --tw-gradient-from: rgb(46 39 20 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/65 {
  --tw-gradient-from: rgb(46 39 20 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/70 {
  --tw-gradient-from: rgb(46 39 20 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/75 {
  --tw-gradient-from: rgb(46 39 20 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/80 {
  --tw-gradient-from: rgb(46 39 20 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/85 {
  --tw-gradient-from: rgb(46 39 20 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/90 {
  --tw-gradient-from: rgb(46 39 20 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-dark\/95 {
  --tw-gradient-from: rgb(46 39 20 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink {
  --tw-gradient-from: #212529 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/0 {
  --tw-gradient-from: rgb(33 37 41 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/10 {
  --tw-gradient-from: rgb(33 37 41 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/100 {
  --tw-gradient-from: rgb(33 37 41 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/15 {
  --tw-gradient-from: rgb(33 37 41 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/20 {
  --tw-gradient-from: rgb(33 37 41 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/25 {
  --tw-gradient-from: rgb(33 37 41 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/30 {
  --tw-gradient-from: rgb(33 37 41 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/35 {
  --tw-gradient-from: rgb(33 37 41 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/40 {
  --tw-gradient-from: rgb(33 37 41 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/45 {
  --tw-gradient-from: rgb(33 37 41 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/5 {
  --tw-gradient-from: rgb(33 37 41 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/50 {
  --tw-gradient-from: rgb(33 37 41 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/55 {
  --tw-gradient-from: rgb(33 37 41 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/60 {
  --tw-gradient-from: rgb(33 37 41 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/65 {
  --tw-gradient-from: rgb(33 37 41 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/70 {
  --tw-gradient-from: rgb(33 37 41 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/75 {
  --tw-gradient-from: rgb(33 37 41 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/80 {
  --tw-gradient-from: rgb(33 37 41 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/85 {
  --tw-gradient-from: rgb(33 37 41 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/90 {
  --tw-gradient-from: rgb(33 37 41 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-ink\/95 {
  --tw-gradient-from: rgb(33 37 41 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light {
  --tw-gradient-from: #f5f4f0 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/0 {
  --tw-gradient-from: rgb(245 244 240 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/10 {
  --tw-gradient-from: rgb(245 244 240 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/100 {
  --tw-gradient-from: rgb(245 244 240 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/15 {
  --tw-gradient-from: rgb(245 244 240 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/20 {
  --tw-gradient-from: rgb(245 244 240 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/25 {
  --tw-gradient-from: rgb(245 244 240 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/30 {
  --tw-gradient-from: rgb(245 244 240 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/35 {
  --tw-gradient-from: rgb(245 244 240 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/40 {
  --tw-gradient-from: rgb(245 244 240 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/45 {
  --tw-gradient-from: rgb(245 244 240 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/5 {
  --tw-gradient-from: rgb(245 244 240 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/50 {
  --tw-gradient-from: rgb(245 244 240 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/55 {
  --tw-gradient-from: rgb(245 244 240 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/60 {
  --tw-gradient-from: rgb(245 244 240 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/65 {
  --tw-gradient-from: rgb(245 244 240 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/70 {
  --tw-gradient-from: rgb(245 244 240 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/75 {
  --tw-gradient-from: rgb(245 244 240 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/80 {
  --tw-gradient-from: rgb(245 244 240 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/85 {
  --tw-gradient-from: rgb(245 244 240 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/90 {
  --tw-gradient-from: rgb(245 244 240 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-light\/95 {
  --tw-gradient-from: rgb(245 244 240 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link {
  --tw-gradient-from: #936e07 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover {
  --tw-gradient-from: #4a3703 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/0 {
  --tw-gradient-from: rgb(74 55 3 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/10 {
  --tw-gradient-from: rgb(74 55 3 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/100 {
  --tw-gradient-from: rgb(74 55 3 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/15 {
  --tw-gradient-from: rgb(74 55 3 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/20 {
  --tw-gradient-from: rgb(74 55 3 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/25 {
  --tw-gradient-from: rgb(74 55 3 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/30 {
  --tw-gradient-from: rgb(74 55 3 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/35 {
  --tw-gradient-from: rgb(74 55 3 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/40 {
  --tw-gradient-from: rgb(74 55 3 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/45 {
  --tw-gradient-from: rgb(74 55 3 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/5 {
  --tw-gradient-from: rgb(74 55 3 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/50 {
  --tw-gradient-from: rgb(74 55 3 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/55 {
  --tw-gradient-from: rgb(74 55 3 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/60 {
  --tw-gradient-from: rgb(74 55 3 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/65 {
  --tw-gradient-from: rgb(74 55 3 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/70 {
  --tw-gradient-from: rgb(74 55 3 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/75 {
  --tw-gradient-from: rgb(74 55 3 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/80 {
  --tw-gradient-from: rgb(74 55 3 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/85 {
  --tw-gradient-from: rgb(74 55 3 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/90 {
  --tw-gradient-from: rgb(74 55 3 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link-hover\/95 {
  --tw-gradient-from: rgb(74 55 3 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/0 {
  --tw-gradient-from: rgb(147 110 7 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/10 {
  --tw-gradient-from: rgb(147 110 7 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/100 {
  --tw-gradient-from: rgb(147 110 7 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/15 {
  --tw-gradient-from: rgb(147 110 7 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/20 {
  --tw-gradient-from: rgb(147 110 7 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/25 {
  --tw-gradient-from: rgb(147 110 7 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/30 {
  --tw-gradient-from: rgb(147 110 7 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/35 {
  --tw-gradient-from: rgb(147 110 7 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/40 {
  --tw-gradient-from: rgb(147 110 7 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/45 {
  --tw-gradient-from: rgb(147 110 7 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/5 {
  --tw-gradient-from: rgb(147 110 7 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/50 {
  --tw-gradient-from: rgb(147 110 7 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/55 {
  --tw-gradient-from: rgb(147 110 7 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/60 {
  --tw-gradient-from: rgb(147 110 7 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/65 {
  --tw-gradient-from: rgb(147 110 7 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/70 {
  --tw-gradient-from: rgb(147 110 7 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/75 {
  --tw-gradient-from: rgb(147 110 7 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/80 {
  --tw-gradient-from: rgb(147 110 7 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/85 {
  --tw-gradient-from: rgb(147 110 7 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/90 {
  --tw-gradient-from: rgb(147 110 7 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-link\/95 {
  --tw-gradient-from: rgb(147 110 7 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted {
  --tw-gradient-from: #6C757D var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/0 {
  --tw-gradient-from: rgb(108 117 125 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/10 {
  --tw-gradient-from: rgb(108 117 125 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/100 {
  --tw-gradient-from: rgb(108 117 125 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/15 {
  --tw-gradient-from: rgb(108 117 125 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/20 {
  --tw-gradient-from: rgb(108 117 125 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/25 {
  --tw-gradient-from: rgb(108 117 125 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/30 {
  --tw-gradient-from: rgb(108 117 125 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/35 {
  --tw-gradient-from: rgb(108 117 125 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/40 {
  --tw-gradient-from: rgb(108 117 125 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/45 {
  --tw-gradient-from: rgb(108 117 125 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/5 {
  --tw-gradient-from: rgb(108 117 125 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/50 {
  --tw-gradient-from: rgb(108 117 125 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/55 {
  --tw-gradient-from: rgb(108 117 125 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/60 {
  --tw-gradient-from: rgb(108 117 125 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/65 {
  --tw-gradient-from: rgb(108 117 125 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/70 {
  --tw-gradient-from: rgb(108 117 125 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/75 {
  --tw-gradient-from: rgb(108 117 125 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/80 {
  --tw-gradient-from: rgb(108 117 125 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/85 {
  --tw-gradient-from: rgb(108 117 125 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/90 {
  --tw-gradient-from: rgb(108 117 125 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-muted\/95 {
  --tw-gradient-from: rgb(108 117 125 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary {
  --tw-gradient-from: #F4B811 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/0 {
  --tw-gradient-from: rgb(244 184 17 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/10 {
  --tw-gradient-from: rgb(244 184 17 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/100 {
  --tw-gradient-from: rgb(244 184 17 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/15 {
  --tw-gradient-from: rgb(244 184 17 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/20 {
  --tw-gradient-from: rgb(244 184 17 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/25 {
  --tw-gradient-from: rgb(244 184 17 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/30 {
  --tw-gradient-from: rgb(244 184 17 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/35 {
  --tw-gradient-from: rgb(244 184 17 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/40 {
  --tw-gradient-from: rgb(244 184 17 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/45 {
  --tw-gradient-from: rgb(244 184 17 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/5 {
  --tw-gradient-from: rgb(244 184 17 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/50 {
  --tw-gradient-from: rgb(244 184 17 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/55 {
  --tw-gradient-from: rgb(244 184 17 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/60 {
  --tw-gradient-from: rgb(244 184 17 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/65 {
  --tw-gradient-from: rgb(244 184 17 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/70 {
  --tw-gradient-from: rgb(244 184 17 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/75 {
  --tw-gradient-from: rgb(244 184 17 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/80 {
  --tw-gradient-from: rgb(244 184 17 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/85 {
  --tw-gradient-from: rgb(244 184 17 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/90 {
  --tw-gradient-from: rgb(244 184 17 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-primary\/95 {
  --tw-gradient-from: rgb(244 184 17 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary {
  --tw-gradient-from: #FFCC00 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/0 {
  --tw-gradient-from: rgb(255 204 0 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/10 {
  --tw-gradient-from: rgb(255 204 0 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/100 {
  --tw-gradient-from: rgb(255 204 0 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/15 {
  --tw-gradient-from: rgb(255 204 0 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/20 {
  --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/25 {
  --tw-gradient-from: rgb(255 204 0 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/30 {
  --tw-gradient-from: rgb(255 204 0 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/35 {
  --tw-gradient-from: rgb(255 204 0 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/40 {
  --tw-gradient-from: rgb(255 204 0 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/45 {
  --tw-gradient-from: rgb(255 204 0 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/5 {
  --tw-gradient-from: rgb(255 204 0 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/50 {
  --tw-gradient-from: rgb(255 204 0 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/55 {
  --tw-gradient-from: rgb(255 204 0 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/60 {
  --tw-gradient-from: rgb(255 204 0 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/65 {
  --tw-gradient-from: rgb(255 204 0 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/70 {
  --tw-gradient-from: rgb(255 204 0 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/75 {
  --tw-gradient-from: rgb(255 204 0 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/80 {
  --tw-gradient-from: rgb(255 204 0 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/85 {
  --tw-gradient-from: rgb(255 204 0 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/90 {
  --tw-gradient-from: rgb(255 204 0 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-brand-secondary\/95 {
  --tw-gradient-from: rgb(255 204 0 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth {
  --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/0 {
  --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/10 {
  --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/100 {
  --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/15 {
  --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/20 {
  --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/25 {
  --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/30 {
  --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/35 {
  --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/40 {
  --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/45 {
  --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/5 {
  --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/50 {
  --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/55 {
  --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/60 {
  --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/65 {
  --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/70 {
  --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/75 {
  --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/80 {
  --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/85 {
  --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/90 {
  --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/95 {
  --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest {
  --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/0 {
  --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/10 {
  --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/100 {
  --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/15 {
  --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/20 {
  --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/25 {
  --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/30 {
  --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/35 {
  --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/40 {
  --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/45 {
  --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/5 {
  --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/50 {
  --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/55 {
  --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/60 {
  --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/65 {
  --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/70 {
  --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/75 {
  --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/80 {
  --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/85 {
  --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/90 {
  --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/95 {
  --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout {
  --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/0 {
  --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/10 {
  --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/100 {
  --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/15 {
  --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/20 {
  --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/25 {
  --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/30 {
  --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/35 {
  --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/40 {
  --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/45 {
  --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/5 {
  --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/50 {
  --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/55 {
  --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/60 {
  --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/65 {
  --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/70 {
  --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/75 {
  --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/80 {
  --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/85 {
  --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/90 {
  --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/95 {
  --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-0\% {
  --tw-gradient-from-position: 0% !important;
}

.from-10\% {
  --tw-gradient-from-position: 10% !important;
}

.from-100\% {
  --tw-gradient-from-position: 100% !important;
}

.from-15\% {
  --tw-gradient-from-position: 15% !important;
}

.from-20\% {
  --tw-gradient-from-position: 20% !important;
}

.from-25\% {
  --tw-gradient-from-position: 25% !important;
}

.from-30\% {
  --tw-gradient-from-position: 30% !important;
}

.from-35\% {
  --tw-gradient-from-position: 35% !important;
}

.from-40\% {
  --tw-gradient-from-position: 40% !important;
}

.from-45\% {
  --tw-gradient-from-position: 45% !important;
}

.from-5\% {
  --tw-gradient-from-position: 5% !important;
}

.from-50\% {
  --tw-gradient-from-position: 50% !important;
}

.from-55\% {
  --tw-gradient-from-position: 55% !important;
}

.from-60\% {
  --tw-gradient-from-position: 60% !important;
}

.from-65\% {
  --tw-gradient-from-position: 65% !important;
}

.from-80\% {
  --tw-gradient-from-position: 80% !important;
}

.from-85\% {
  --tw-gradient-from-position: 85% !important;
}

.via-brand-dark {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #2e2714 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/0 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/10 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/100 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/15 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/20 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/25 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/30 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/35 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/40 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/45 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/5 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/50 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/55 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/60 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/65 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/70 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/75 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/80 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/85 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/90 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-dark\/95 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #212529 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/0 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/10 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/100 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/15 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/20 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/25 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/30 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/35 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/40 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/45 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/5 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/50 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/55 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/60 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/65 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/70 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/75 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/80 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/85 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/90 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-ink\/95 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #f5f4f0 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/0 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/10 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/100 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/15 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/20 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/25 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/30 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/35 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/40 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/45 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/5 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/50 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/55 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/60 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/65 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/70 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/75 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/80 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/85 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/90 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-light\/95 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #936e07 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #4a3703 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/0 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/10 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/100 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/15 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/20 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/25 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/30 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/35 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/40 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/45 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/5 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/50 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/55 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/60 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/65 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/70 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/75 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/80 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/85 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/90 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link-hover\/95 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/0 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/10 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/100 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/15 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/20 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/25 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/30 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/35 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/40 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/45 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/5 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/50 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/55 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/60 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/65 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/70 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/75 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/80 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/85 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/90 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-link\/95 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #6C757D var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/0 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/10 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/100 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/15 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/20 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/25 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/30 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/35 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/40 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/45 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/5 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/50 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/55 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/60 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/65 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/70 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/75 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/80 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/85 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/90 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-muted\/95 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #F4B811 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/0 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/10 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/100 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/15 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/20 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/25 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/30 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/35 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/40 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/45 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/5 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/50 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/55 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/60 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/65 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/70 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/75 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/80 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/85 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/90 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-primary\/95 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #FFCC00 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/0 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/10 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/100 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/15 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/20 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/25 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/30 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/35 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/40 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/45 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/5 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/50 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/55 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/60 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/65 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/70 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/75 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/80 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/85 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/90 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-brand-secondary\/95 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #782e01 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/0 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/10 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/100 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/15 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/20 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/25 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/30 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/35 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/40 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/45 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/5 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/50 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/55 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/60 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/65 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/70 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/75 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/80 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/85 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/90 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-earth\/95 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #d78131 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/0 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/10 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/100 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/15 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/20 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/25 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/30 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/35 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/40 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/45 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/5 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/50 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/55 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/60 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/65 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/70 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/75 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/80 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/85 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/90 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-harvest\/95 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #c4d148 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/0 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/10 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/100 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/15 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/20 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/25 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/30 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/35 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/40 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/45 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/5 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/50 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/55 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/60 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/65 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/70 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/75 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/80 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/85 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/90 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-sprout\/95 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.to-brand-dark {
  --tw-gradient-to: #2e2714 var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/0 {
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/10 {
  --tw-gradient-to: rgb(46 39 20 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/100 {
  --tw-gradient-to: rgb(46 39 20 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/15 {
  --tw-gradient-to: rgb(46 39 20 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/20 {
  --tw-gradient-to: rgb(46 39 20 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/25 {
  --tw-gradient-to: rgb(46 39 20 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/30 {
  --tw-gradient-to: rgb(46 39 20 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/35 {
  --tw-gradient-to: rgb(46 39 20 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/40 {
  --tw-gradient-to: rgb(46 39 20 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/45 {
  --tw-gradient-to: rgb(46 39 20 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/5 {
  --tw-gradient-to: rgb(46 39 20 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/50 {
  --tw-gradient-to: rgb(46 39 20 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/55 {
  --tw-gradient-to: rgb(46 39 20 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/60 {
  --tw-gradient-to: rgb(46 39 20 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/65 {
  --tw-gradient-to: rgb(46 39 20 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/70 {
  --tw-gradient-to: rgb(46 39 20 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/75 {
  --tw-gradient-to: rgb(46 39 20 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/80 {
  --tw-gradient-to: rgb(46 39 20 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/85 {
  --tw-gradient-to: rgb(46 39 20 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/90 {
  --tw-gradient-to: rgb(46 39 20 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-dark\/95 {
  --tw-gradient-to: rgb(46 39 20 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-brand-ink {
  --tw-gradient-to: #212529 var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/0 {
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/10 {
  --tw-gradient-to: rgb(33 37 41 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/100 {
  --tw-gradient-to: rgb(33 37 41 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/15 {
  --tw-gradient-to: rgb(33 37 41 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/20 {
  --tw-gradient-to: rgb(33 37 41 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/25 {
  --tw-gradient-to: rgb(33 37 41 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/30 {
  --tw-gradient-to: rgb(33 37 41 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/35 {
  --tw-gradient-to: rgb(33 37 41 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/40 {
  --tw-gradient-to: rgb(33 37 41 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/45 {
  --tw-gradient-to: rgb(33 37 41 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/5 {
  --tw-gradient-to: rgb(33 37 41 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/50 {
  --tw-gradient-to: rgb(33 37 41 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/55 {
  --tw-gradient-to: rgb(33 37 41 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/60 {
  --tw-gradient-to: rgb(33 37 41 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/65 {
  --tw-gradient-to: rgb(33 37 41 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/70 {
  --tw-gradient-to: rgb(33 37 41 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/75 {
  --tw-gradient-to: rgb(33 37 41 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/80 {
  --tw-gradient-to: rgb(33 37 41 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/85 {
  --tw-gradient-to: rgb(33 37 41 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/90 {
  --tw-gradient-to: rgb(33 37 41 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-ink\/95 {
  --tw-gradient-to: rgb(33 37 41 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-brand-light {
  --tw-gradient-to: #f5f4f0 var(--tw-gradient-to-position) !important;
}

.to-brand-light\/0 {
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/10 {
  --tw-gradient-to: rgb(245 244 240 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/100 {
  --tw-gradient-to: rgb(245 244 240 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/15 {
  --tw-gradient-to: rgb(245 244 240 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/20 {
  --tw-gradient-to: rgb(245 244 240 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/25 {
  --tw-gradient-to: rgb(245 244 240 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/30 {
  --tw-gradient-to: rgb(245 244 240 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/35 {
  --tw-gradient-to: rgb(245 244 240 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/40 {
  --tw-gradient-to: rgb(245 244 240 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/45 {
  --tw-gradient-to: rgb(245 244 240 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/5 {
  --tw-gradient-to: rgb(245 244 240 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/50 {
  --tw-gradient-to: rgb(245 244 240 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/55 {
  --tw-gradient-to: rgb(245 244 240 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/60 {
  --tw-gradient-to: rgb(245 244 240 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/65 {
  --tw-gradient-to: rgb(245 244 240 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/70 {
  --tw-gradient-to: rgb(245 244 240 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/75 {
  --tw-gradient-to: rgb(245 244 240 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/80 {
  --tw-gradient-to: rgb(245 244 240 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/85 {
  --tw-gradient-to: rgb(245 244 240 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/90 {
  --tw-gradient-to: rgb(245 244 240 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-light\/95 {
  --tw-gradient-to: rgb(245 244 240 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-brand-link {
  --tw-gradient-to: #936e07 var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover {
  --tw-gradient-to: #4a3703 var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/0 {
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/10 {
  --tw-gradient-to: rgb(74 55 3 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/100 {
  --tw-gradient-to: rgb(74 55 3 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/15 {
  --tw-gradient-to: rgb(74 55 3 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/20 {
  --tw-gradient-to: rgb(74 55 3 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/25 {
  --tw-gradient-to: rgb(74 55 3 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/30 {
  --tw-gradient-to: rgb(74 55 3 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/35 {
  --tw-gradient-to: rgb(74 55 3 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/40 {
  --tw-gradient-to: rgb(74 55 3 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/45 {
  --tw-gradient-to: rgb(74 55 3 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/5 {
  --tw-gradient-to: rgb(74 55 3 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/50 {
  --tw-gradient-to: rgb(74 55 3 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/55 {
  --tw-gradient-to: rgb(74 55 3 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/60 {
  --tw-gradient-to: rgb(74 55 3 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/65 {
  --tw-gradient-to: rgb(74 55 3 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/70 {
  --tw-gradient-to: rgb(74 55 3 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/75 {
  --tw-gradient-to: rgb(74 55 3 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/80 {
  --tw-gradient-to: rgb(74 55 3 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/85 {
  --tw-gradient-to: rgb(74 55 3 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/90 {
  --tw-gradient-to: rgb(74 55 3 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-link-hover\/95 {
  --tw-gradient-to: rgb(74 55 3 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/0 {
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/10 {
  --tw-gradient-to: rgb(147 110 7 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/100 {
  --tw-gradient-to: rgb(147 110 7 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/15 {
  --tw-gradient-to: rgb(147 110 7 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/20 {
  --tw-gradient-to: rgb(147 110 7 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/25 {
  --tw-gradient-to: rgb(147 110 7 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/30 {
  --tw-gradient-to: rgb(147 110 7 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/35 {
  --tw-gradient-to: rgb(147 110 7 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/40 {
  --tw-gradient-to: rgb(147 110 7 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/45 {
  --tw-gradient-to: rgb(147 110 7 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/5 {
  --tw-gradient-to: rgb(147 110 7 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/50 {
  --tw-gradient-to: rgb(147 110 7 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/55 {
  --tw-gradient-to: rgb(147 110 7 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/60 {
  --tw-gradient-to: rgb(147 110 7 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/65 {
  --tw-gradient-to: rgb(147 110 7 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/70 {
  --tw-gradient-to: rgb(147 110 7 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/75 {
  --tw-gradient-to: rgb(147 110 7 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/80 {
  --tw-gradient-to: rgb(147 110 7 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/85 {
  --tw-gradient-to: rgb(147 110 7 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/90 {
  --tw-gradient-to: rgb(147 110 7 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-link\/95 {
  --tw-gradient-to: rgb(147 110 7 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-brand-muted {
  --tw-gradient-to: #6C757D var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/0 {
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/10 {
  --tw-gradient-to: rgb(108 117 125 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/100 {
  --tw-gradient-to: rgb(108 117 125 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/15 {
  --tw-gradient-to: rgb(108 117 125 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/20 {
  --tw-gradient-to: rgb(108 117 125 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/25 {
  --tw-gradient-to: rgb(108 117 125 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/30 {
  --tw-gradient-to: rgb(108 117 125 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/35 {
  --tw-gradient-to: rgb(108 117 125 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/40 {
  --tw-gradient-to: rgb(108 117 125 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/45 {
  --tw-gradient-to: rgb(108 117 125 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/5 {
  --tw-gradient-to: rgb(108 117 125 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/50 {
  --tw-gradient-to: rgb(108 117 125 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/55 {
  --tw-gradient-to: rgb(108 117 125 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/60 {
  --tw-gradient-to: rgb(108 117 125 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/65 {
  --tw-gradient-to: rgb(108 117 125 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/70 {
  --tw-gradient-to: rgb(108 117 125 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/75 {
  --tw-gradient-to: rgb(108 117 125 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/80 {
  --tw-gradient-to: rgb(108 117 125 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/85 {
  --tw-gradient-to: rgb(108 117 125 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/90 {
  --tw-gradient-to: rgb(108 117 125 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-muted\/95 {
  --tw-gradient-to: rgb(108 117 125 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-brand-primary {
  --tw-gradient-to: #F4B811 var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/0 {
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/10 {
  --tw-gradient-to: rgb(244 184 17 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/100 {
  --tw-gradient-to: rgb(244 184 17 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/15 {
  --tw-gradient-to: rgb(244 184 17 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/20 {
  --tw-gradient-to: rgb(244 184 17 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/25 {
  --tw-gradient-to: rgb(244 184 17 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/30 {
  --tw-gradient-to: rgb(244 184 17 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/35 {
  --tw-gradient-to: rgb(244 184 17 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/40 {
  --tw-gradient-to: rgb(244 184 17 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/45 {
  --tw-gradient-to: rgb(244 184 17 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/5 {
  --tw-gradient-to: rgb(244 184 17 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/50 {
  --tw-gradient-to: rgb(244 184 17 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/55 {
  --tw-gradient-to: rgb(244 184 17 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/60 {
  --tw-gradient-to: rgb(244 184 17 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/65 {
  --tw-gradient-to: rgb(244 184 17 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/70 {
  --tw-gradient-to: rgb(244 184 17 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/75 {
  --tw-gradient-to: rgb(244 184 17 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/80 {
  --tw-gradient-to: rgb(244 184 17 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/85 {
  --tw-gradient-to: rgb(244 184 17 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/90 {
  --tw-gradient-to: rgb(244 184 17 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-primary\/95 {
  --tw-gradient-to: rgb(244 184 17 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary {
  --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/0 {
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/10 {
  --tw-gradient-to: rgb(255 204 0 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/100 {
  --tw-gradient-to: rgb(255 204 0 / 1) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/15 {
  --tw-gradient-to: rgb(255 204 0 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/20 {
  --tw-gradient-to: rgb(255 204 0 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/25 {
  --tw-gradient-to: rgb(255 204 0 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/30 {
  --tw-gradient-to: rgb(255 204 0 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/35 {
  --tw-gradient-to: rgb(255 204 0 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/40 {
  --tw-gradient-to: rgb(255 204 0 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/45 {
  --tw-gradient-to: rgb(255 204 0 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/5 {
  --tw-gradient-to: rgb(255 204 0 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/50 {
  --tw-gradient-to: rgb(255 204 0 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/55 {
  --tw-gradient-to: rgb(255 204 0 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/60 {
  --tw-gradient-to: rgb(255 204 0 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/65 {
  --tw-gradient-to: rgb(255 204 0 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/70 {
  --tw-gradient-to: rgb(255 204 0 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/75 {
  --tw-gradient-to: rgb(255 204 0 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/80 {
  --tw-gradient-to: rgb(255 204 0 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/85 {
  --tw-gradient-to: rgb(255 204 0 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/90 {
  --tw-gradient-to: rgb(255 204 0 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-brand-secondary\/95 {
  --tw-gradient-to: rgb(255 204 0 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-earth {
  --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
}

.to-earth\/0 {
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
}

.to-earth\/10 {
  --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-earth\/100 {
  --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
}

.to-earth\/15 {
  --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-earth\/20 {
  --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-earth\/25 {
  --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-earth\/30 {
  --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-earth\/35 {
  --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-earth\/40 {
  --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-earth\/45 {
  --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-earth\/5 {
  --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-earth\/50 {
  --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-earth\/55 {
  --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-earth\/60 {
  --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-earth\/65 {
  --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-earth\/70 {
  --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-earth\/75 {
  --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-earth\/80 {
  --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-earth\/85 {
  --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-earth\/90 {
  --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-earth\/95 {
  --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-harvest {
  --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
}

.to-harvest\/0 {
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
}

.to-harvest\/10 {
  --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-harvest\/100 {
  --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
}

.to-harvest\/15 {
  --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-harvest\/20 {
  --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-harvest\/25 {
  --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-harvest\/30 {
  --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-harvest\/35 {
  --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-harvest\/40 {
  --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-harvest\/45 {
  --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-harvest\/5 {
  --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-harvest\/50 {
  --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-harvest\/55 {
  --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-harvest\/60 {
  --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-harvest\/65 {
  --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-harvest\/70 {
  --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-harvest\/75 {
  --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-harvest\/80 {
  --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-harvest\/85 {
  --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-harvest\/90 {
  --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-harvest\/95 {
  --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-sprout {
  --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
}

.to-sprout\/0 {
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
}

.to-sprout\/10 {
  --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-sprout\/100 {
  --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
}

.to-sprout\/15 {
  --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-sprout\/20 {
  --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-sprout\/25 {
  --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-sprout\/30 {
  --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-sprout\/35 {
  --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-sprout\/40 {
  --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-sprout\/45 {
  --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-sprout\/5 {
  --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-sprout\/50 {
  --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-sprout\/55 {
  --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-sprout\/60 {
  --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-sprout\/65 {
  --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-sprout\/70 {
  --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-sprout\/75 {
  --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-sprout\/80 {
  --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-sprout\/85 {
  --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-sprout\/90 {
  --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-sprout\/95 {
  --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position) !important;
}

.fill-brand-dark {
  fill: #2e2714 !important;
}

.fill-brand-dark\/0 {
  fill: rgb(46 39 20 / 0) !important;
}

.fill-brand-dark\/10 {
  fill: rgb(46 39 20 / 0.1) !important;
}

.fill-brand-dark\/100 {
  fill: rgb(46 39 20 / 1) !important;
}

.fill-brand-dark\/15 {
  fill: rgb(46 39 20 / 0.15) !important;
}

.fill-brand-dark\/20 {
  fill: rgb(46 39 20 / 0.2) !important;
}

.fill-brand-dark\/25 {
  fill: rgb(46 39 20 / 0.25) !important;
}

.fill-brand-dark\/30 {
  fill: rgb(46 39 20 / 0.3) !important;
}

.fill-brand-dark\/35 {
  fill: rgb(46 39 20 / 0.35) !important;
}

.fill-brand-dark\/40 {
  fill: rgb(46 39 20 / 0.4) !important;
}

.fill-brand-dark\/45 {
  fill: rgb(46 39 20 / 0.45) !important;
}

.fill-brand-dark\/5 {
  fill: rgb(46 39 20 / 0.05) !important;
}

.fill-brand-dark\/50 {
  fill: rgb(46 39 20 / 0.5) !important;
}

.fill-brand-dark\/55 {
  fill: rgb(46 39 20 / 0.55) !important;
}

.fill-brand-dark\/60 {
  fill: rgb(46 39 20 / 0.6) !important;
}

.fill-brand-dark\/65 {
  fill: rgb(46 39 20 / 0.65) !important;
}

.fill-brand-dark\/70 {
  fill: rgb(46 39 20 / 0.7) !important;
}

.fill-brand-dark\/75 {
  fill: rgb(46 39 20 / 0.75) !important;
}

.fill-brand-dark\/80 {
  fill: rgb(46 39 20 / 0.8) !important;
}

.fill-brand-dark\/85 {
  fill: rgb(46 39 20 / 0.85) !important;
}

.fill-brand-dark\/90 {
  fill: rgb(46 39 20 / 0.9) !important;
}

.fill-brand-dark\/95 {
  fill: rgb(46 39 20 / 0.95) !important;
}

.fill-brand-ink {
  fill: #212529 !important;
}

.fill-brand-ink\/0 {
  fill: rgb(33 37 41 / 0) !important;
}

.fill-brand-ink\/10 {
  fill: rgb(33 37 41 / 0.1) !important;
}

.fill-brand-ink\/100 {
  fill: rgb(33 37 41 / 1) !important;
}

.fill-brand-ink\/15 {
  fill: rgb(33 37 41 / 0.15) !important;
}

.fill-brand-ink\/20 {
  fill: rgb(33 37 41 / 0.2) !important;
}

.fill-brand-ink\/25 {
  fill: rgb(33 37 41 / 0.25) !important;
}

.fill-brand-ink\/30 {
  fill: rgb(33 37 41 / 0.3) !important;
}

.fill-brand-ink\/35 {
  fill: rgb(33 37 41 / 0.35) !important;
}

.fill-brand-ink\/40 {
  fill: rgb(33 37 41 / 0.4) !important;
}

.fill-brand-ink\/45 {
  fill: rgb(33 37 41 / 0.45) !important;
}

.fill-brand-ink\/5 {
  fill: rgb(33 37 41 / 0.05) !important;
}

.fill-brand-ink\/50 {
  fill: rgb(33 37 41 / 0.5) !important;
}

.fill-brand-ink\/55 {
  fill: rgb(33 37 41 / 0.55) !important;
}

.fill-brand-ink\/60 {
  fill: rgb(33 37 41 / 0.6) !important;
}

.fill-brand-ink\/65 {
  fill: rgb(33 37 41 / 0.65) !important;
}

.fill-brand-ink\/70 {
  fill: rgb(33 37 41 / 0.7) !important;
}

.fill-brand-ink\/75 {
  fill: rgb(33 37 41 / 0.75) !important;
}

.fill-brand-ink\/80 {
  fill: rgb(33 37 41 / 0.8) !important;
}

.fill-brand-ink\/85 {
  fill: rgb(33 37 41 / 0.85) !important;
}

.fill-brand-ink\/90 {
  fill: rgb(33 37 41 / 0.9) !important;
}

.fill-brand-ink\/95 {
  fill: rgb(33 37 41 / 0.95) !important;
}

.fill-brand-light {
  fill: #f5f4f0 !important;
}

.fill-brand-light\/0 {
  fill: rgb(245 244 240 / 0) !important;
}

.fill-brand-light\/10 {
  fill: rgb(245 244 240 / 0.1) !important;
}

.fill-brand-light\/100 {
  fill: rgb(245 244 240 / 1) !important;
}

.fill-brand-light\/15 {
  fill: rgb(245 244 240 / 0.15) !important;
}

.fill-brand-light\/20 {
  fill: rgb(245 244 240 / 0.2) !important;
}

.fill-brand-light\/25 {
  fill: rgb(245 244 240 / 0.25) !important;
}

.fill-brand-light\/30 {
  fill: rgb(245 244 240 / 0.3) !important;
}

.fill-brand-light\/35 {
  fill: rgb(245 244 240 / 0.35) !important;
}

.fill-brand-light\/40 {
  fill: rgb(245 244 240 / 0.4) !important;
}

.fill-brand-light\/45 {
  fill: rgb(245 244 240 / 0.45) !important;
}

.fill-brand-light\/5 {
  fill: rgb(245 244 240 / 0.05) !important;
}

.fill-brand-light\/50 {
  fill: rgb(245 244 240 / 0.5) !important;
}

.fill-brand-light\/55 {
  fill: rgb(245 244 240 / 0.55) !important;
}

.fill-brand-light\/60 {
  fill: rgb(245 244 240 / 0.6) !important;
}

.fill-brand-light\/65 {
  fill: rgb(245 244 240 / 0.65) !important;
}

.fill-brand-light\/70 {
  fill: rgb(245 244 240 / 0.7) !important;
}

.fill-brand-light\/75 {
  fill: rgb(245 244 240 / 0.75) !important;
}

.fill-brand-light\/80 {
  fill: rgb(245 244 240 / 0.8) !important;
}

.fill-brand-light\/85 {
  fill: rgb(245 244 240 / 0.85) !important;
}

.fill-brand-light\/90 {
  fill: rgb(245 244 240 / 0.9) !important;
}

.fill-brand-light\/95 {
  fill: rgb(245 244 240 / 0.95) !important;
}

.fill-brand-link {
  fill: #936e07 !important;
}

.fill-brand-link-hover {
  fill: #4a3703 !important;
}

.fill-brand-link-hover\/0 {
  fill: rgb(74 55 3 / 0) !important;
}

.fill-brand-link-hover\/10 {
  fill: rgb(74 55 3 / 0.1) !important;
}

.fill-brand-link-hover\/100 {
  fill: rgb(74 55 3 / 1) !important;
}

.fill-brand-link-hover\/15 {
  fill: rgb(74 55 3 / 0.15) !important;
}

.fill-brand-link-hover\/20 {
  fill: rgb(74 55 3 / 0.2) !important;
}

.fill-brand-link-hover\/25 {
  fill: rgb(74 55 3 / 0.25) !important;
}

.fill-brand-link-hover\/30 {
  fill: rgb(74 55 3 / 0.3) !important;
}

.fill-brand-link-hover\/35 {
  fill: rgb(74 55 3 / 0.35) !important;
}

.fill-brand-link-hover\/40 {
  fill: rgb(74 55 3 / 0.4) !important;
}

.fill-brand-link-hover\/45 {
  fill: rgb(74 55 3 / 0.45) !important;
}

.fill-brand-link-hover\/5 {
  fill: rgb(74 55 3 / 0.05) !important;
}

.fill-brand-link-hover\/50 {
  fill: rgb(74 55 3 / 0.5) !important;
}

.fill-brand-link-hover\/55 {
  fill: rgb(74 55 3 / 0.55) !important;
}

.fill-brand-link-hover\/60 {
  fill: rgb(74 55 3 / 0.6) !important;
}

.fill-brand-link-hover\/65 {
  fill: rgb(74 55 3 / 0.65) !important;
}

.fill-brand-link-hover\/70 {
  fill: rgb(74 55 3 / 0.7) !important;
}

.fill-brand-link-hover\/75 {
  fill: rgb(74 55 3 / 0.75) !important;
}

.fill-brand-link-hover\/80 {
  fill: rgb(74 55 3 / 0.8) !important;
}

.fill-brand-link-hover\/85 {
  fill: rgb(74 55 3 / 0.85) !important;
}

.fill-brand-link-hover\/90 {
  fill: rgb(74 55 3 / 0.9) !important;
}

.fill-brand-link-hover\/95 {
  fill: rgb(74 55 3 / 0.95) !important;
}

.fill-brand-link\/0 {
  fill: rgb(147 110 7 / 0) !important;
}

.fill-brand-link\/10 {
  fill: rgb(147 110 7 / 0.1) !important;
}

.fill-brand-link\/100 {
  fill: rgb(147 110 7 / 1) !important;
}

.fill-brand-link\/15 {
  fill: rgb(147 110 7 / 0.15) !important;
}

.fill-brand-link\/20 {
  fill: rgb(147 110 7 / 0.2) !important;
}

.fill-brand-link\/25 {
  fill: rgb(147 110 7 / 0.25) !important;
}

.fill-brand-link\/30 {
  fill: rgb(147 110 7 / 0.3) !important;
}

.fill-brand-link\/35 {
  fill: rgb(147 110 7 / 0.35) !important;
}

.fill-brand-link\/40 {
  fill: rgb(147 110 7 / 0.4) !important;
}

.fill-brand-link\/45 {
  fill: rgb(147 110 7 / 0.45) !important;
}

.fill-brand-link\/5 {
  fill: rgb(147 110 7 / 0.05) !important;
}

.fill-brand-link\/50 {
  fill: rgb(147 110 7 / 0.5) !important;
}

.fill-brand-link\/55 {
  fill: rgb(147 110 7 / 0.55) !important;
}

.fill-brand-link\/60 {
  fill: rgb(147 110 7 / 0.6) !important;
}

.fill-brand-link\/65 {
  fill: rgb(147 110 7 / 0.65) !important;
}

.fill-brand-link\/70 {
  fill: rgb(147 110 7 / 0.7) !important;
}

.fill-brand-link\/75 {
  fill: rgb(147 110 7 / 0.75) !important;
}

.fill-brand-link\/80 {
  fill: rgb(147 110 7 / 0.8) !important;
}

.fill-brand-link\/85 {
  fill: rgb(147 110 7 / 0.85) !important;
}

.fill-brand-link\/90 {
  fill: rgb(147 110 7 / 0.9) !important;
}

.fill-brand-link\/95 {
  fill: rgb(147 110 7 / 0.95) !important;
}

.fill-brand-muted {
  fill: #6C757D !important;
}

.fill-brand-muted\/0 {
  fill: rgb(108 117 125 / 0) !important;
}

.fill-brand-muted\/10 {
  fill: rgb(108 117 125 / 0.1) !important;
}

.fill-brand-muted\/100 {
  fill: rgb(108 117 125 / 1) !important;
}

.fill-brand-muted\/15 {
  fill: rgb(108 117 125 / 0.15) !important;
}

.fill-brand-muted\/20 {
  fill: rgb(108 117 125 / 0.2) !important;
}

.fill-brand-muted\/25 {
  fill: rgb(108 117 125 / 0.25) !important;
}

.fill-brand-muted\/30 {
  fill: rgb(108 117 125 / 0.3) !important;
}

.fill-brand-muted\/35 {
  fill: rgb(108 117 125 / 0.35) !important;
}

.fill-brand-muted\/40 {
  fill: rgb(108 117 125 / 0.4) !important;
}

.fill-brand-muted\/45 {
  fill: rgb(108 117 125 / 0.45) !important;
}

.fill-brand-muted\/5 {
  fill: rgb(108 117 125 / 0.05) !important;
}

.fill-brand-muted\/50 {
  fill: rgb(108 117 125 / 0.5) !important;
}

.fill-brand-muted\/55 {
  fill: rgb(108 117 125 / 0.55) !important;
}

.fill-brand-muted\/60 {
  fill: rgb(108 117 125 / 0.6) !important;
}

.fill-brand-muted\/65 {
  fill: rgb(108 117 125 / 0.65) !important;
}

.fill-brand-muted\/70 {
  fill: rgb(108 117 125 / 0.7) !important;
}

.fill-brand-muted\/75 {
  fill: rgb(108 117 125 / 0.75) !important;
}

.fill-brand-muted\/80 {
  fill: rgb(108 117 125 / 0.8) !important;
}

.fill-brand-muted\/85 {
  fill: rgb(108 117 125 / 0.85) !important;
}

.fill-brand-muted\/90 {
  fill: rgb(108 117 125 / 0.9) !important;
}

.fill-brand-muted\/95 {
  fill: rgb(108 117 125 / 0.95) !important;
}

.fill-brand-primary {
  fill: #F4B811 !important;
}

.fill-brand-primary\/0 {
  fill: rgb(244 184 17 / 0) !important;
}

.fill-brand-primary\/10 {
  fill: rgb(244 184 17 / 0.1) !important;
}

.fill-brand-primary\/100 {
  fill: rgb(244 184 17 / 1) !important;
}

.fill-brand-primary\/15 {
  fill: rgb(244 184 17 / 0.15) !important;
}

.fill-brand-primary\/20 {
  fill: rgb(244 184 17 / 0.2) !important;
}

.fill-brand-primary\/25 {
  fill: rgb(244 184 17 / 0.25) !important;
}

.fill-brand-primary\/30 {
  fill: rgb(244 184 17 / 0.3) !important;
}

.fill-brand-primary\/35 {
  fill: rgb(244 184 17 / 0.35) !important;
}

.fill-brand-primary\/40 {
  fill: rgb(244 184 17 / 0.4) !important;
}

.fill-brand-primary\/45 {
  fill: rgb(244 184 17 / 0.45) !important;
}

.fill-brand-primary\/5 {
  fill: rgb(244 184 17 / 0.05) !important;
}

.fill-brand-primary\/50 {
  fill: rgb(244 184 17 / 0.5) !important;
}

.fill-brand-primary\/55 {
  fill: rgb(244 184 17 / 0.55) !important;
}

.fill-brand-primary\/60 {
  fill: rgb(244 184 17 / 0.6) !important;
}

.fill-brand-primary\/65 {
  fill: rgb(244 184 17 / 0.65) !important;
}

.fill-brand-primary\/70 {
  fill: rgb(244 184 17 / 0.7) !important;
}

.fill-brand-primary\/75 {
  fill: rgb(244 184 17 / 0.75) !important;
}

.fill-brand-primary\/80 {
  fill: rgb(244 184 17 / 0.8) !important;
}

.fill-brand-primary\/85 {
  fill: rgb(244 184 17 / 0.85) !important;
}

.fill-brand-primary\/90 {
  fill: rgb(244 184 17 / 0.9) !important;
}

.fill-brand-primary\/95 {
  fill: rgb(244 184 17 / 0.95) !important;
}

.fill-brand-secondary {
  fill: #FFCC00 !important;
}

.fill-brand-secondary\/0 {
  fill: rgb(255 204 0 / 0) !important;
}

.fill-brand-secondary\/10 {
  fill: rgb(255 204 0 / 0.1) !important;
}

.fill-brand-secondary\/100 {
  fill: rgb(255 204 0 / 1) !important;
}

.fill-brand-secondary\/15 {
  fill: rgb(255 204 0 / 0.15) !important;
}

.fill-brand-secondary\/20 {
  fill: rgb(255 204 0 / 0.2) !important;
}

.fill-brand-secondary\/25 {
  fill: rgb(255 204 0 / 0.25) !important;
}

.fill-brand-secondary\/30 {
  fill: rgb(255 204 0 / 0.3) !important;
}

.fill-brand-secondary\/35 {
  fill: rgb(255 204 0 / 0.35) !important;
}

.fill-brand-secondary\/40 {
  fill: rgb(255 204 0 / 0.4) !important;
}

.fill-brand-secondary\/45 {
  fill: rgb(255 204 0 / 0.45) !important;
}

.fill-brand-secondary\/5 {
  fill: rgb(255 204 0 / 0.05) !important;
}

.fill-brand-secondary\/50 {
  fill: rgb(255 204 0 / 0.5) !important;
}

.fill-brand-secondary\/55 {
  fill: rgb(255 204 0 / 0.55) !important;
}

.fill-brand-secondary\/60 {
  fill: rgb(255 204 0 / 0.6) !important;
}

.fill-brand-secondary\/65 {
  fill: rgb(255 204 0 / 0.65) !important;
}

.fill-brand-secondary\/70 {
  fill: rgb(255 204 0 / 0.7) !important;
}

.fill-brand-secondary\/75 {
  fill: rgb(255 204 0 / 0.75) !important;
}

.fill-brand-secondary\/80 {
  fill: rgb(255 204 0 / 0.8) !important;
}

.fill-brand-secondary\/85 {
  fill: rgb(255 204 0 / 0.85) !important;
}

.fill-brand-secondary\/90 {
  fill: rgb(255 204 0 / 0.9) !important;
}

.fill-brand-secondary\/95 {
  fill: rgb(255 204 0 / 0.95) !important;
}

.fill-earth {
  fill: #782e01 !important;
}

.fill-earth\/0 {
  fill: rgb(120 46 1 / 0) !important;
}

.fill-earth\/10 {
  fill: rgb(120 46 1 / 0.1) !important;
}

.fill-earth\/100 {
  fill: rgb(120 46 1 / 1) !important;
}

.fill-earth\/15 {
  fill: rgb(120 46 1 / 0.15) !important;
}

.fill-earth\/20 {
  fill: rgb(120 46 1 / 0.2) !important;
}

.fill-earth\/25 {
  fill: rgb(120 46 1 / 0.25) !important;
}

.fill-earth\/30 {
  fill: rgb(120 46 1 / 0.3) !important;
}

.fill-earth\/35 {
  fill: rgb(120 46 1 / 0.35) !important;
}

.fill-earth\/40 {
  fill: rgb(120 46 1 / 0.4) !important;
}

.fill-earth\/45 {
  fill: rgb(120 46 1 / 0.45) !important;
}

.fill-earth\/5 {
  fill: rgb(120 46 1 / 0.05) !important;
}

.fill-earth\/50 {
  fill: rgb(120 46 1 / 0.5) !important;
}

.fill-earth\/55 {
  fill: rgb(120 46 1 / 0.55) !important;
}

.fill-earth\/60 {
  fill: rgb(120 46 1 / 0.6) !important;
}

.fill-earth\/65 {
  fill: rgb(120 46 1 / 0.65) !important;
}

.fill-earth\/70 {
  fill: rgb(120 46 1 / 0.7) !important;
}

.fill-earth\/75 {
  fill: rgb(120 46 1 / 0.75) !important;
}

.fill-earth\/80 {
  fill: rgb(120 46 1 / 0.8) !important;
}

.fill-earth\/85 {
  fill: rgb(120 46 1 / 0.85) !important;
}

.fill-earth\/90 {
  fill: rgb(120 46 1 / 0.9) !important;
}

.fill-earth\/95 {
  fill: rgb(120 46 1 / 0.95) !important;
}

.fill-harvest {
  fill: #d78131 !important;
}

.fill-harvest\/0 {
  fill: rgb(215 129 49 / 0) !important;
}

.fill-harvest\/10 {
  fill: rgb(215 129 49 / 0.1) !important;
}

.fill-harvest\/100 {
  fill: rgb(215 129 49 / 1) !important;
}

.fill-harvest\/15 {
  fill: rgb(215 129 49 / 0.15) !important;
}

.fill-harvest\/20 {
  fill: rgb(215 129 49 / 0.2) !important;
}

.fill-harvest\/25 {
  fill: rgb(215 129 49 / 0.25) !important;
}

.fill-harvest\/30 {
  fill: rgb(215 129 49 / 0.3) !important;
}

.fill-harvest\/35 {
  fill: rgb(215 129 49 / 0.35) !important;
}

.fill-harvest\/40 {
  fill: rgb(215 129 49 / 0.4) !important;
}

.fill-harvest\/45 {
  fill: rgb(215 129 49 / 0.45) !important;
}

.fill-harvest\/5 {
  fill: rgb(215 129 49 / 0.05) !important;
}

.fill-harvest\/50 {
  fill: rgb(215 129 49 / 0.5) !important;
}

.fill-harvest\/55 {
  fill: rgb(215 129 49 / 0.55) !important;
}

.fill-harvest\/60 {
  fill: rgb(215 129 49 / 0.6) !important;
}

.fill-harvest\/65 {
  fill: rgb(215 129 49 / 0.65) !important;
}

.fill-harvest\/70 {
  fill: rgb(215 129 49 / 0.7) !important;
}

.fill-harvest\/75 {
  fill: rgb(215 129 49 / 0.75) !important;
}

.fill-harvest\/80 {
  fill: rgb(215 129 49 / 0.8) !important;
}

.fill-harvest\/85 {
  fill: rgb(215 129 49 / 0.85) !important;
}

.fill-harvest\/90 {
  fill: rgb(215 129 49 / 0.9) !important;
}

.fill-harvest\/95 {
  fill: rgb(215 129 49 / 0.95) !important;
}

.fill-sprout {
  fill: #c4d148 !important;
}

.fill-sprout\/0 {
  fill: rgb(196 209 72 / 0) !important;
}

.fill-sprout\/10 {
  fill: rgb(196 209 72 / 0.1) !important;
}

.fill-sprout\/100 {
  fill: rgb(196 209 72 / 1) !important;
}

.fill-sprout\/15 {
  fill: rgb(196 209 72 / 0.15) !important;
}

.fill-sprout\/20 {
  fill: rgb(196 209 72 / 0.2) !important;
}

.fill-sprout\/25 {
  fill: rgb(196 209 72 / 0.25) !important;
}

.fill-sprout\/30 {
  fill: rgb(196 209 72 / 0.3) !important;
}

.fill-sprout\/35 {
  fill: rgb(196 209 72 / 0.35) !important;
}

.fill-sprout\/40 {
  fill: rgb(196 209 72 / 0.4) !important;
}

.fill-sprout\/45 {
  fill: rgb(196 209 72 / 0.45) !important;
}

.fill-sprout\/5 {
  fill: rgb(196 209 72 / 0.05) !important;
}

.fill-sprout\/50 {
  fill: rgb(196 209 72 / 0.5) !important;
}

.fill-sprout\/55 {
  fill: rgb(196 209 72 / 0.55) !important;
}

.fill-sprout\/60 {
  fill: rgb(196 209 72 / 0.6) !important;
}

.fill-sprout\/65 {
  fill: rgb(196 209 72 / 0.65) !important;
}

.fill-sprout\/70 {
  fill: rgb(196 209 72 / 0.7) !important;
}

.fill-sprout\/75 {
  fill: rgb(196 209 72 / 0.75) !important;
}

.fill-sprout\/80 {
  fill: rgb(196 209 72 / 0.8) !important;
}

.fill-sprout\/85 {
  fill: rgb(196 209 72 / 0.85) !important;
}

.fill-sprout\/90 {
  fill: rgb(196 209 72 / 0.9) !important;
}

.fill-sprout\/95 {
  fill: rgb(196 209 72 / 0.95) !important;
}

.fill-yellow-100 {
  fill: #fef9c3 !important;
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0) !important;
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1) !important;
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1) !important;
}

.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15) !important;
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2) !important;
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25) !important;
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3) !important;
}

.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35) !important;
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4) !important;
}

.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45) !important;
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05) !important;
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5) !important;
}

.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55) !important;
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6) !important;
}

.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65) !important;
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7) !important;
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75) !important;
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8) !important;
}

.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85) !important;
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9) !important;
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95) !important;
}

.fill-yellow-200 {
  fill: #fef08a !important;
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0) !important;
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1) !important;
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1) !important;
}

.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15) !important;
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2) !important;
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25) !important;
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3) !important;
}

.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35) !important;
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4) !important;
}

.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45) !important;
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05) !important;
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5) !important;
}

.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55) !important;
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6) !important;
}

.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65) !important;
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7) !important;
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75) !important;
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8) !important;
}

.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85) !important;
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9) !important;
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95) !important;
}

.fill-yellow-400 {
  fill: #facc15 !important;
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0) !important;
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1) !important;
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1) !important;
}

.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15) !important;
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2) !important;
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25) !important;
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3) !important;
}

.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35) !important;
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4) !important;
}

.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45) !important;
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05) !important;
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5) !important;
}

.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55) !important;
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6) !important;
}

.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65) !important;
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7) !important;
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75) !important;
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8) !important;
}

.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85) !important;
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9) !important;
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95) !important;
}

.fill-yellow-800 {
  fill: #854d0e !important;
}

.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0) !important;
}

.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1) !important;
}

.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1) !important;
}

.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15) !important;
}

.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2) !important;
}

.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25) !important;
}

.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3) !important;
}

.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35) !important;
}

.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4) !important;
}

.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45) !important;
}

.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05) !important;
}

.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5) !important;
}

.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55) !important;
}

.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6) !important;
}

.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65) !important;
}

.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7) !important;
}

.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75) !important;
}

.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8) !important;
}

.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85) !important;
}

.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9) !important;
}

.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95) !important;
}

.stroke-brand-dark {
  stroke: #2e2714 !important;
}

.stroke-brand-dark\/0 {
  stroke: rgb(46 39 20 / 0) !important;
}

.stroke-brand-dark\/10 {
  stroke: rgb(46 39 20 / 0.1) !important;
}

.stroke-brand-dark\/100 {
  stroke: rgb(46 39 20 / 1) !important;
}

.stroke-brand-dark\/15 {
  stroke: rgb(46 39 20 / 0.15) !important;
}

.stroke-brand-dark\/20 {
  stroke: rgb(46 39 20 / 0.2) !important;
}

.stroke-brand-dark\/25 {
  stroke: rgb(46 39 20 / 0.25) !important;
}

.stroke-brand-dark\/30 {
  stroke: rgb(46 39 20 / 0.3) !important;
}

.stroke-brand-dark\/35 {
  stroke: rgb(46 39 20 / 0.35) !important;
}

.stroke-brand-dark\/40 {
  stroke: rgb(46 39 20 / 0.4) !important;
}

.stroke-brand-dark\/45 {
  stroke: rgb(46 39 20 / 0.45) !important;
}

.stroke-brand-dark\/5 {
  stroke: rgb(46 39 20 / 0.05) !important;
}

.stroke-brand-dark\/50 {
  stroke: rgb(46 39 20 / 0.5) !important;
}

.stroke-brand-dark\/55 {
  stroke: rgb(46 39 20 / 0.55) !important;
}

.stroke-brand-dark\/60 {
  stroke: rgb(46 39 20 / 0.6) !important;
}

.stroke-brand-dark\/65 {
  stroke: rgb(46 39 20 / 0.65) !important;
}

.stroke-brand-dark\/70 {
  stroke: rgb(46 39 20 / 0.7) !important;
}

.stroke-brand-dark\/75 {
  stroke: rgb(46 39 20 / 0.75) !important;
}

.stroke-brand-dark\/80 {
  stroke: rgb(46 39 20 / 0.8) !important;
}

.stroke-brand-dark\/85 {
  stroke: rgb(46 39 20 / 0.85) !important;
}

.stroke-brand-dark\/90 {
  stroke: rgb(46 39 20 / 0.9) !important;
}

.stroke-brand-dark\/95 {
  stroke: rgb(46 39 20 / 0.95) !important;
}

.stroke-brand-ink {
  stroke: #212529 !important;
}

.stroke-brand-ink\/0 {
  stroke: rgb(33 37 41 / 0) !important;
}

.stroke-brand-ink\/10 {
  stroke: rgb(33 37 41 / 0.1) !important;
}

.stroke-brand-ink\/100 {
  stroke: rgb(33 37 41 / 1) !important;
}

.stroke-brand-ink\/15 {
  stroke: rgb(33 37 41 / 0.15) !important;
}

.stroke-brand-ink\/20 {
  stroke: rgb(33 37 41 / 0.2) !important;
}

.stroke-brand-ink\/25 {
  stroke: rgb(33 37 41 / 0.25) !important;
}

.stroke-brand-ink\/30 {
  stroke: rgb(33 37 41 / 0.3) !important;
}

.stroke-brand-ink\/35 {
  stroke: rgb(33 37 41 / 0.35) !important;
}

.stroke-brand-ink\/40 {
  stroke: rgb(33 37 41 / 0.4) !important;
}

.stroke-brand-ink\/45 {
  stroke: rgb(33 37 41 / 0.45) !important;
}

.stroke-brand-ink\/5 {
  stroke: rgb(33 37 41 / 0.05) !important;
}

.stroke-brand-ink\/50 {
  stroke: rgb(33 37 41 / 0.5) !important;
}

.stroke-brand-ink\/55 {
  stroke: rgb(33 37 41 / 0.55) !important;
}

.stroke-brand-ink\/60 {
  stroke: rgb(33 37 41 / 0.6) !important;
}

.stroke-brand-ink\/65 {
  stroke: rgb(33 37 41 / 0.65) !important;
}

.stroke-brand-ink\/70 {
  stroke: rgb(33 37 41 / 0.7) !important;
}

.stroke-brand-ink\/75 {
  stroke: rgb(33 37 41 / 0.75) !important;
}

.stroke-brand-ink\/80 {
  stroke: rgb(33 37 41 / 0.8) !important;
}

.stroke-brand-ink\/85 {
  stroke: rgb(33 37 41 / 0.85) !important;
}

.stroke-brand-ink\/90 {
  stroke: rgb(33 37 41 / 0.9) !important;
}

.stroke-brand-ink\/95 {
  stroke: rgb(33 37 41 / 0.95) !important;
}

.stroke-brand-light {
  stroke: #f5f4f0 !important;
}

.stroke-brand-light\/0 {
  stroke: rgb(245 244 240 / 0) !important;
}

.stroke-brand-light\/10 {
  stroke: rgb(245 244 240 / 0.1) !important;
}

.stroke-brand-light\/100 {
  stroke: rgb(245 244 240 / 1) !important;
}

.stroke-brand-light\/15 {
  stroke: rgb(245 244 240 / 0.15) !important;
}

.stroke-brand-light\/20 {
  stroke: rgb(245 244 240 / 0.2) !important;
}

.stroke-brand-light\/25 {
  stroke: rgb(245 244 240 / 0.25) !important;
}

.stroke-brand-light\/30 {
  stroke: rgb(245 244 240 / 0.3) !important;
}

.stroke-brand-light\/35 {
  stroke: rgb(245 244 240 / 0.35) !important;
}

.stroke-brand-light\/40 {
  stroke: rgb(245 244 240 / 0.4) !important;
}

.stroke-brand-light\/45 {
  stroke: rgb(245 244 240 / 0.45) !important;
}

.stroke-brand-light\/5 {
  stroke: rgb(245 244 240 / 0.05) !important;
}

.stroke-brand-light\/50 {
  stroke: rgb(245 244 240 / 0.5) !important;
}

.stroke-brand-light\/55 {
  stroke: rgb(245 244 240 / 0.55) !important;
}

.stroke-brand-light\/60 {
  stroke: rgb(245 244 240 / 0.6) !important;
}

.stroke-brand-light\/65 {
  stroke: rgb(245 244 240 / 0.65) !important;
}

.stroke-brand-light\/70 {
  stroke: rgb(245 244 240 / 0.7) !important;
}

.stroke-brand-light\/75 {
  stroke: rgb(245 244 240 / 0.75) !important;
}

.stroke-brand-light\/80 {
  stroke: rgb(245 244 240 / 0.8) !important;
}

.stroke-brand-light\/85 {
  stroke: rgb(245 244 240 / 0.85) !important;
}

.stroke-brand-light\/90 {
  stroke: rgb(245 244 240 / 0.9) !important;
}

.stroke-brand-light\/95 {
  stroke: rgb(245 244 240 / 0.95) !important;
}

.stroke-brand-link {
  stroke: #936e07 !important;
}

.stroke-brand-link-hover {
  stroke: #4a3703 !important;
}

.stroke-brand-link-hover\/0 {
  stroke: rgb(74 55 3 / 0) !important;
}

.stroke-brand-link-hover\/10 {
  stroke: rgb(74 55 3 / 0.1) !important;
}

.stroke-brand-link-hover\/100 {
  stroke: rgb(74 55 3 / 1) !important;
}

.stroke-brand-link-hover\/15 {
  stroke: rgb(74 55 3 / 0.15) !important;
}

.stroke-brand-link-hover\/20 {
  stroke: rgb(74 55 3 / 0.2) !important;
}

.stroke-brand-link-hover\/25 {
  stroke: rgb(74 55 3 / 0.25) !important;
}

.stroke-brand-link-hover\/30 {
  stroke: rgb(74 55 3 / 0.3) !important;
}

.stroke-brand-link-hover\/35 {
  stroke: rgb(74 55 3 / 0.35) !important;
}

.stroke-brand-link-hover\/40 {
  stroke: rgb(74 55 3 / 0.4) !important;
}

.stroke-brand-link-hover\/45 {
  stroke: rgb(74 55 3 / 0.45) !important;
}

.stroke-brand-link-hover\/5 {
  stroke: rgb(74 55 3 / 0.05) !important;
}

.stroke-brand-link-hover\/50 {
  stroke: rgb(74 55 3 / 0.5) !important;
}

.stroke-brand-link-hover\/55 {
  stroke: rgb(74 55 3 / 0.55) !important;
}

.stroke-brand-link-hover\/60 {
  stroke: rgb(74 55 3 / 0.6) !important;
}

.stroke-brand-link-hover\/65 {
  stroke: rgb(74 55 3 / 0.65) !important;
}

.stroke-brand-link-hover\/70 {
  stroke: rgb(74 55 3 / 0.7) !important;
}

.stroke-brand-link-hover\/75 {
  stroke: rgb(74 55 3 / 0.75) !important;
}

.stroke-brand-link-hover\/80 {
  stroke: rgb(74 55 3 / 0.8) !important;
}

.stroke-brand-link-hover\/85 {
  stroke: rgb(74 55 3 / 0.85) !important;
}

.stroke-brand-link-hover\/90 {
  stroke: rgb(74 55 3 / 0.9) !important;
}

.stroke-brand-link-hover\/95 {
  stroke: rgb(74 55 3 / 0.95) !important;
}

.stroke-brand-link\/0 {
  stroke: rgb(147 110 7 / 0) !important;
}

.stroke-brand-link\/10 {
  stroke: rgb(147 110 7 / 0.1) !important;
}

.stroke-brand-link\/100 {
  stroke: rgb(147 110 7 / 1) !important;
}

.stroke-brand-link\/15 {
  stroke: rgb(147 110 7 / 0.15) !important;
}

.stroke-brand-link\/20 {
  stroke: rgb(147 110 7 / 0.2) !important;
}

.stroke-brand-link\/25 {
  stroke: rgb(147 110 7 / 0.25) !important;
}

.stroke-brand-link\/30 {
  stroke: rgb(147 110 7 / 0.3) !important;
}

.stroke-brand-link\/35 {
  stroke: rgb(147 110 7 / 0.35) !important;
}

.stroke-brand-link\/40 {
  stroke: rgb(147 110 7 / 0.4) !important;
}

.stroke-brand-link\/45 {
  stroke: rgb(147 110 7 / 0.45) !important;
}

.stroke-brand-link\/5 {
  stroke: rgb(147 110 7 / 0.05) !important;
}

.stroke-brand-link\/50 {
  stroke: rgb(147 110 7 / 0.5) !important;
}

.stroke-brand-link\/55 {
  stroke: rgb(147 110 7 / 0.55) !important;
}

.stroke-brand-link\/60 {
  stroke: rgb(147 110 7 / 0.6) !important;
}

.stroke-brand-link\/65 {
  stroke: rgb(147 110 7 / 0.65) !important;
}

.stroke-brand-link\/70 {
  stroke: rgb(147 110 7 / 0.7) !important;
}

.stroke-brand-link\/75 {
  stroke: rgb(147 110 7 / 0.75) !important;
}

.stroke-brand-link\/80 {
  stroke: rgb(147 110 7 / 0.8) !important;
}

.stroke-brand-link\/85 {
  stroke: rgb(147 110 7 / 0.85) !important;
}

.stroke-brand-link\/90 {
  stroke: rgb(147 110 7 / 0.9) !important;
}

.stroke-brand-link\/95 {
  stroke: rgb(147 110 7 / 0.95) !important;
}

.stroke-brand-muted {
  stroke: #6C757D !important;
}

.stroke-brand-muted\/0 {
  stroke: rgb(108 117 125 / 0) !important;
}

.stroke-brand-muted\/10 {
  stroke: rgb(108 117 125 / 0.1) !important;
}

.stroke-brand-muted\/100 {
  stroke: rgb(108 117 125 / 1) !important;
}

.stroke-brand-muted\/15 {
  stroke: rgb(108 117 125 / 0.15) !important;
}

.stroke-brand-muted\/20 {
  stroke: rgb(108 117 125 / 0.2) !important;
}

.stroke-brand-muted\/25 {
  stroke: rgb(108 117 125 / 0.25) !important;
}

.stroke-brand-muted\/30 {
  stroke: rgb(108 117 125 / 0.3) !important;
}

.stroke-brand-muted\/35 {
  stroke: rgb(108 117 125 / 0.35) !important;
}

.stroke-brand-muted\/40 {
  stroke: rgb(108 117 125 / 0.4) !important;
}

.stroke-brand-muted\/45 {
  stroke: rgb(108 117 125 / 0.45) !important;
}

.stroke-brand-muted\/5 {
  stroke: rgb(108 117 125 / 0.05) !important;
}

.stroke-brand-muted\/50 {
  stroke: rgb(108 117 125 / 0.5) !important;
}

.stroke-brand-muted\/55 {
  stroke: rgb(108 117 125 / 0.55) !important;
}

.stroke-brand-muted\/60 {
  stroke: rgb(108 117 125 / 0.6) !important;
}

.stroke-brand-muted\/65 {
  stroke: rgb(108 117 125 / 0.65) !important;
}

.stroke-brand-muted\/70 {
  stroke: rgb(108 117 125 / 0.7) !important;
}

.stroke-brand-muted\/75 {
  stroke: rgb(108 117 125 / 0.75) !important;
}

.stroke-brand-muted\/80 {
  stroke: rgb(108 117 125 / 0.8) !important;
}

.stroke-brand-muted\/85 {
  stroke: rgb(108 117 125 / 0.85) !important;
}

.stroke-brand-muted\/90 {
  stroke: rgb(108 117 125 / 0.9) !important;
}

.stroke-brand-muted\/95 {
  stroke: rgb(108 117 125 / 0.95) !important;
}

.stroke-brand-primary {
  stroke: #F4B811 !important;
}

.stroke-brand-primary\/0 {
  stroke: rgb(244 184 17 / 0) !important;
}

.stroke-brand-primary\/10 {
  stroke: rgb(244 184 17 / 0.1) !important;
}

.stroke-brand-primary\/100 {
  stroke: rgb(244 184 17 / 1) !important;
}

.stroke-brand-primary\/15 {
  stroke: rgb(244 184 17 / 0.15) !important;
}

.stroke-brand-primary\/20 {
  stroke: rgb(244 184 17 / 0.2) !important;
}

.stroke-brand-primary\/25 {
  stroke: rgb(244 184 17 / 0.25) !important;
}

.stroke-brand-primary\/30 {
  stroke: rgb(244 184 17 / 0.3) !important;
}

.stroke-brand-primary\/35 {
  stroke: rgb(244 184 17 / 0.35) !important;
}

.stroke-brand-primary\/40 {
  stroke: rgb(244 184 17 / 0.4) !important;
}

.stroke-brand-primary\/45 {
  stroke: rgb(244 184 17 / 0.45) !important;
}

.stroke-brand-primary\/5 {
  stroke: rgb(244 184 17 / 0.05) !important;
}

.stroke-brand-primary\/50 {
  stroke: rgb(244 184 17 / 0.5) !important;
}

.stroke-brand-primary\/55 {
  stroke: rgb(244 184 17 / 0.55) !important;
}

.stroke-brand-primary\/60 {
  stroke: rgb(244 184 17 / 0.6) !important;
}

.stroke-brand-primary\/65 {
  stroke: rgb(244 184 17 / 0.65) !important;
}

.stroke-brand-primary\/70 {
  stroke: rgb(244 184 17 / 0.7) !important;
}

.stroke-brand-primary\/75 {
  stroke: rgb(244 184 17 / 0.75) !important;
}

.stroke-brand-primary\/80 {
  stroke: rgb(244 184 17 / 0.8) !important;
}

.stroke-brand-primary\/85 {
  stroke: rgb(244 184 17 / 0.85) !important;
}

.stroke-brand-primary\/90 {
  stroke: rgb(244 184 17 / 0.9) !important;
}

.stroke-brand-primary\/95 {
  stroke: rgb(244 184 17 / 0.95) !important;
}

.stroke-brand-secondary {
  stroke: #FFCC00 !important;
}

.stroke-brand-secondary\/0 {
  stroke: rgb(255 204 0 / 0) !important;
}

.stroke-brand-secondary\/10 {
  stroke: rgb(255 204 0 / 0.1) !important;
}

.stroke-brand-secondary\/100 {
  stroke: rgb(255 204 0 / 1) !important;
}

.stroke-brand-secondary\/15 {
  stroke: rgb(255 204 0 / 0.15) !important;
}

.stroke-brand-secondary\/20 {
  stroke: rgb(255 204 0 / 0.2) !important;
}

.stroke-brand-secondary\/25 {
  stroke: rgb(255 204 0 / 0.25) !important;
}

.stroke-brand-secondary\/30 {
  stroke: rgb(255 204 0 / 0.3) !important;
}

.stroke-brand-secondary\/35 {
  stroke: rgb(255 204 0 / 0.35) !important;
}

.stroke-brand-secondary\/40 {
  stroke: rgb(255 204 0 / 0.4) !important;
}

.stroke-brand-secondary\/45 {
  stroke: rgb(255 204 0 / 0.45) !important;
}

.stroke-brand-secondary\/5 {
  stroke: rgb(255 204 0 / 0.05) !important;
}

.stroke-brand-secondary\/50 {
  stroke: rgb(255 204 0 / 0.5) !important;
}

.stroke-brand-secondary\/55 {
  stroke: rgb(255 204 0 / 0.55) !important;
}

.stroke-brand-secondary\/60 {
  stroke: rgb(255 204 0 / 0.6) !important;
}

.stroke-brand-secondary\/65 {
  stroke: rgb(255 204 0 / 0.65) !important;
}

.stroke-brand-secondary\/70 {
  stroke: rgb(255 204 0 / 0.7) !important;
}

.stroke-brand-secondary\/75 {
  stroke: rgb(255 204 0 / 0.75) !important;
}

.stroke-brand-secondary\/80 {
  stroke: rgb(255 204 0 / 0.8) !important;
}

.stroke-brand-secondary\/85 {
  stroke: rgb(255 204 0 / 0.85) !important;
}

.stroke-brand-secondary\/90 {
  stroke: rgb(255 204 0 / 0.9) !important;
}

.stroke-brand-secondary\/95 {
  stroke: rgb(255 204 0 / 0.95) !important;
}

.stroke-earth {
  stroke: #782e01 !important;
}

.stroke-earth\/0 {
  stroke: rgb(120 46 1 / 0) !important;
}

.stroke-earth\/10 {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.stroke-earth\/100 {
  stroke: rgb(120 46 1 / 1) !important;
}

.stroke-earth\/15 {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.stroke-earth\/20 {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.stroke-earth\/25 {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.stroke-earth\/30 {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.stroke-earth\/35 {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.stroke-earth\/40 {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.stroke-earth\/45 {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.stroke-earth\/5 {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.stroke-earth\/50 {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.stroke-earth\/55 {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.stroke-earth\/60 {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.stroke-earth\/65 {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.stroke-earth\/70 {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.stroke-earth\/75 {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.stroke-earth\/80 {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.stroke-earth\/85 {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.stroke-earth\/90 {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.stroke-earth\/95 {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.stroke-harvest {
  stroke: #d78131 !important;
}

.stroke-harvest\/0 {
  stroke: rgb(215 129 49 / 0) !important;
}

.stroke-harvest\/10 {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.stroke-harvest\/100 {
  stroke: rgb(215 129 49 / 1) !important;
}

.stroke-harvest\/15 {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.stroke-harvest\/20 {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.stroke-harvest\/25 {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.stroke-harvest\/30 {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.stroke-harvest\/35 {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.stroke-harvest\/40 {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.stroke-harvest\/45 {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.stroke-harvest\/5 {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.stroke-harvest\/50 {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.stroke-harvest\/55 {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.stroke-harvest\/60 {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.stroke-harvest\/65 {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.stroke-harvest\/70 {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.stroke-harvest\/75 {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.stroke-harvest\/80 {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.stroke-harvest\/85 {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.stroke-harvest\/90 {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.stroke-harvest\/95 {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.stroke-sprout {
  stroke: #c4d148 !important;
}

.stroke-sprout\/0 {
  stroke: rgb(196 209 72 / 0) !important;
}

.stroke-sprout\/10 {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.stroke-sprout\/100 {
  stroke: rgb(196 209 72 / 1) !important;
}

.stroke-sprout\/15 {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.stroke-sprout\/20 {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.stroke-sprout\/25 {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.stroke-sprout\/30 {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.stroke-sprout\/35 {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.stroke-sprout\/40 {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.stroke-sprout\/45 {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.stroke-sprout\/5 {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.stroke-sprout\/50 {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.stroke-sprout\/55 {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.stroke-sprout\/60 {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.stroke-sprout\/65 {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.stroke-sprout\/70 {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.stroke-sprout\/75 {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.stroke-sprout\/80 {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.stroke-sprout\/85 {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.stroke-sprout\/90 {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.stroke-sprout\/95 {
  stroke: rgb(196 209 72 / 0.95) !important;
}

.stroke-yellow-100 {
  stroke: #fef9c3 !important;
}

.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0) !important;
}

.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1) !important;
}

.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1) !important;
}

.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15) !important;
}

.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2) !important;
}

.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25) !important;
}

.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3) !important;
}

.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35) !important;
}

.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4) !important;
}

.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45) !important;
}

.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05) !important;
}

.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5) !important;
}

.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55) !important;
}

.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6) !important;
}

.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65) !important;
}

.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7) !important;
}

.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75) !important;
}

.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8) !important;
}

.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85) !important;
}

.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9) !important;
}

.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95) !important;
}

.stroke-yellow-200 {
  stroke: #fef08a !important;
}

.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0) !important;
}

.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1) !important;
}

.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1) !important;
}

.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15) !important;
}

.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2) !important;
}

.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25) !important;
}

.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3) !important;
}

.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35) !important;
}

.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4) !important;
}

.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45) !important;
}

.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05) !important;
}

.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5) !important;
}

.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55) !important;
}

.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6) !important;
}

.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65) !important;
}

.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7) !important;
}

.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75) !important;
}

.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8) !important;
}

.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85) !important;
}

.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9) !important;
}

.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95) !important;
}

.stroke-yellow-400 {
  stroke: #facc15 !important;
}

.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0) !important;
}

.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1) !important;
}

.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1) !important;
}

.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15) !important;
}

.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2) !important;
}

.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25) !important;
}

.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3) !important;
}

.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35) !important;
}

.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4) !important;
}

.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45) !important;
}

.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05) !important;
}

.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5) !important;
}

.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55) !important;
}

.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6) !important;
}

.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65) !important;
}

.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7) !important;
}

.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75) !important;
}

.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8) !important;
}

.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85) !important;
}

.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9) !important;
}

.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95) !important;
}

.stroke-yellow-800 {
  stroke: #854d0e !important;
}

.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0) !important;
}

.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1) !important;
}

.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1) !important;
}

.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15) !important;
}

.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2) !important;
}

.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25) !important;
}

.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3) !important;
}

.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35) !important;
}

.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4) !important;
}

.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45) !important;
}

.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05) !important;
}

.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5) !important;
}

.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55) !important;
}

.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6) !important;
}

.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65) !important;
}

.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7) !important;
}

.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75) !important;
}

.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8) !important;
}

.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85) !important;
}

.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9) !important;
}

.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95) !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-0 {
  padding: 0px !important;
}

.p-0\.5 {
  padding: 0.125rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-1\.5 {
  padding: 0.375rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-2\.5 {
  padding: 0.625rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-3\.5 {
  padding: 0.875rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-60 {
  padding: 15rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-52 {
  padding-bottom: 13rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-60 {
  padding-bottom: 15rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-0\.5 {
  padding-left: 0.125rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-1\.5 {
  padding-left: 0.375rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-2\.5 {
  padding-left: 0.625rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-3\.5 {
  padding-left: 0.875rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-52 {
  padding-left: 13rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pl-60 {
  padding-left: 15rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-80 {
  padding-left: 20rem !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-0\.5 {
  padding-right: 0.125rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-1\.5 {
  padding-right: 0.375rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-2\.5 {
  padding-right: 0.625rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-3\.5 {
  padding-right: 0.875rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-52 {
  padding-right: 13rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pr-60 {
  padding-right: 15rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-80 {
  padding-right: 20rem !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-0\.5 {
  padding-top: 0.125rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-1\.5 {
  padding-top: 0.375rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-2\.5 {
  padding-top: 0.625rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-3\.5 {
  padding-top: 0.875rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-52 {
  padding-top: 13rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-60 {
  padding-top: 15rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.font-sans {
  font-family: "Open Sans", system-ui, sans-serif !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem !important;
}

.text-\[1\.6875rem\] {
  font-size: 1.6875rem !important;
}

.text-\[10px\] {
  font-size: 10px !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-\[1\.5\] {
  line-height: 1.5 !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em !important;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.text-\[\#782E03\] {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 3 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#f3cc00\] {
  --tw-text-opacity: 1 !important;
  color: rgb(243 204 0 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(46 39 20 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-dark\/0 {
  color: rgb(46 39 20 / 0) !important;
}

.text-brand-dark\/10 {
  color: rgb(46 39 20 / 0.1) !important;
}

.text-brand-dark\/100 {
  color: rgb(46 39 20 / 1) !important;
}

.text-brand-dark\/15 {
  color: rgb(46 39 20 / 0.15) !important;
}

.text-brand-dark\/20 {
  color: rgb(46 39 20 / 0.2) !important;
}

.text-brand-dark\/25 {
  color: rgb(46 39 20 / 0.25) !important;
}

.text-brand-dark\/30 {
  color: rgb(46 39 20 / 0.3) !important;
}

.text-brand-dark\/35 {
  color: rgb(46 39 20 / 0.35) !important;
}

.text-brand-dark\/40 {
  color: rgb(46 39 20 / 0.4) !important;
}

.text-brand-dark\/45 {
  color: rgb(46 39 20 / 0.45) !important;
}

.text-brand-dark\/5 {
  color: rgb(46 39 20 / 0.05) !important;
}

.text-brand-dark\/50 {
  color: rgb(46 39 20 / 0.5) !important;
}

.text-brand-dark\/55 {
  color: rgb(46 39 20 / 0.55) !important;
}

.text-brand-dark\/60 {
  color: rgb(46 39 20 / 0.6) !important;
}

.text-brand-dark\/65 {
  color: rgb(46 39 20 / 0.65) !important;
}

.text-brand-dark\/70 {
  color: rgb(46 39 20 / 0.7) !important;
}

.text-brand-dark\/75 {
  color: rgb(46 39 20 / 0.75) !important;
}

.text-brand-dark\/80 {
  color: rgb(46 39 20 / 0.8) !important;
}

.text-brand-dark\/85 {
  color: rgb(46 39 20 / 0.85) !important;
}

.text-brand-dark\/90 {
  color: rgb(46 39 20 / 0.9) !important;
}

.text-brand-dark\/95 {
  color: rgb(46 39 20 / 0.95) !important;
}

.text-brand-ink {
  --tw-text-opacity: 1 !important;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-ink\/0 {
  color: rgb(33 37 41 / 0) !important;
}

.text-brand-ink\/10 {
  color: rgb(33 37 41 / 0.1) !important;
}

.text-brand-ink\/100 {
  color: rgb(33 37 41 / 1) !important;
}

.text-brand-ink\/15 {
  color: rgb(33 37 41 / 0.15) !important;
}

.text-brand-ink\/20 {
  color: rgb(33 37 41 / 0.2) !important;
}

.text-brand-ink\/25 {
  color: rgb(33 37 41 / 0.25) !important;
}

.text-brand-ink\/30 {
  color: rgb(33 37 41 / 0.3) !important;
}

.text-brand-ink\/35 {
  color: rgb(33 37 41 / 0.35) !important;
}

.text-brand-ink\/40 {
  color: rgb(33 37 41 / 0.4) !important;
}

.text-brand-ink\/45 {
  color: rgb(33 37 41 / 0.45) !important;
}

.text-brand-ink\/5 {
  color: rgb(33 37 41 / 0.05) !important;
}

.text-brand-ink\/50 {
  color: rgb(33 37 41 / 0.5) !important;
}

.text-brand-ink\/55 {
  color: rgb(33 37 41 / 0.55) !important;
}

.text-brand-ink\/60 {
  color: rgb(33 37 41 / 0.6) !important;
}

.text-brand-ink\/65 {
  color: rgb(33 37 41 / 0.65) !important;
}

.text-brand-ink\/70 {
  color: rgb(33 37 41 / 0.7) !important;
}

.text-brand-ink\/75 {
  color: rgb(33 37 41 / 0.75) !important;
}

.text-brand-ink\/80 {
  color: rgb(33 37 41 / 0.8) !important;
}

.text-brand-ink\/85 {
  color: rgb(33 37 41 / 0.85) !important;
}

.text-brand-ink\/90 {
  color: rgb(33 37 41 / 0.9) !important;
}

.text-brand-ink\/95 {
  color: rgb(33 37 41 / 0.95) !important;
}

.text-brand-light {
  --tw-text-opacity: 1 !important;
  color: rgb(245 244 240 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-light\/0 {
  color: rgb(245 244 240 / 0) !important;
}

.text-brand-light\/10 {
  color: rgb(245 244 240 / 0.1) !important;
}

.text-brand-light\/100 {
  color: rgb(245 244 240 / 1) !important;
}

.text-brand-light\/15 {
  color: rgb(245 244 240 / 0.15) !important;
}

.text-brand-light\/20 {
  color: rgb(245 244 240 / 0.2) !important;
}

.text-brand-light\/25 {
  color: rgb(245 244 240 / 0.25) !important;
}

.text-brand-light\/30 {
  color: rgb(245 244 240 / 0.3) !important;
}

.text-brand-light\/35 {
  color: rgb(245 244 240 / 0.35) !important;
}

.text-brand-light\/40 {
  color: rgb(245 244 240 / 0.4) !important;
}

.text-brand-light\/45 {
  color: rgb(245 244 240 / 0.45) !important;
}

.text-brand-light\/5 {
  color: rgb(245 244 240 / 0.05) !important;
}

.text-brand-light\/50 {
  color: rgb(245 244 240 / 0.5) !important;
}

.text-brand-light\/55 {
  color: rgb(245 244 240 / 0.55) !important;
}

.text-brand-light\/60 {
  color: rgb(245 244 240 / 0.6) !important;
}

.text-brand-light\/65 {
  color: rgb(245 244 240 / 0.65) !important;
}

.text-brand-light\/70 {
  color: rgb(245 244 240 / 0.7) !important;
}

.text-brand-light\/75 {
  color: rgb(245 244 240 / 0.75) !important;
}

.text-brand-light\/80 {
  color: rgb(245 244 240 / 0.8) !important;
}

.text-brand-light\/85 {
  color: rgb(245 244 240 / 0.85) !important;
}

.text-brand-light\/90 {
  color: rgb(245 244 240 / 0.9) !important;
}

.text-brand-light\/95 {
  color: rgb(245 244 240 / 0.95) !important;
}

.text-brand-link {
  --tw-text-opacity: 1 !important;
  color: rgb(147 110 7 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-link-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(74 55 3 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-link-hover\/0 {
  color: rgb(74 55 3 / 0) !important;
}

.text-brand-link-hover\/10 {
  color: rgb(74 55 3 / 0.1) !important;
}

.text-brand-link-hover\/100 {
  color: rgb(74 55 3 / 1) !important;
}

.text-brand-link-hover\/15 {
  color: rgb(74 55 3 / 0.15) !important;
}

.text-brand-link-hover\/20 {
  color: rgb(74 55 3 / 0.2) !important;
}

.text-brand-link-hover\/25 {
  color: rgb(74 55 3 / 0.25) !important;
}

.text-brand-link-hover\/30 {
  color: rgb(74 55 3 / 0.3) !important;
}

.text-brand-link-hover\/35 {
  color: rgb(74 55 3 / 0.35) !important;
}

.text-brand-link-hover\/40 {
  color: rgb(74 55 3 / 0.4) !important;
}

.text-brand-link-hover\/45 {
  color: rgb(74 55 3 / 0.45) !important;
}

.text-brand-link-hover\/5 {
  color: rgb(74 55 3 / 0.05) !important;
}

.text-brand-link-hover\/50 {
  color: rgb(74 55 3 / 0.5) !important;
}

.text-brand-link-hover\/55 {
  color: rgb(74 55 3 / 0.55) !important;
}

.text-brand-link-hover\/60 {
  color: rgb(74 55 3 / 0.6) !important;
}

.text-brand-link-hover\/65 {
  color: rgb(74 55 3 / 0.65) !important;
}

.text-brand-link-hover\/70 {
  color: rgb(74 55 3 / 0.7) !important;
}

.text-brand-link-hover\/75 {
  color: rgb(74 55 3 / 0.75) !important;
}

.text-brand-link-hover\/80 {
  color: rgb(74 55 3 / 0.8) !important;
}

.text-brand-link-hover\/85 {
  color: rgb(74 55 3 / 0.85) !important;
}

.text-brand-link-hover\/90 {
  color: rgb(74 55 3 / 0.9) !important;
}

.text-brand-link-hover\/95 {
  color: rgb(74 55 3 / 0.95) !important;
}

.text-brand-link\/0 {
  color: rgb(147 110 7 / 0) !important;
}

.text-brand-link\/10 {
  color: rgb(147 110 7 / 0.1) !important;
}

.text-brand-link\/100 {
  color: rgb(147 110 7 / 1) !important;
}

.text-brand-link\/15 {
  color: rgb(147 110 7 / 0.15) !important;
}

.text-brand-link\/20 {
  color: rgb(147 110 7 / 0.2) !important;
}

.text-brand-link\/25 {
  color: rgb(147 110 7 / 0.25) !important;
}

.text-brand-link\/30 {
  color: rgb(147 110 7 / 0.3) !important;
}

.text-brand-link\/35 {
  color: rgb(147 110 7 / 0.35) !important;
}

.text-brand-link\/40 {
  color: rgb(147 110 7 / 0.4) !important;
}

.text-brand-link\/45 {
  color: rgb(147 110 7 / 0.45) !important;
}

.text-brand-link\/5 {
  color: rgb(147 110 7 / 0.05) !important;
}

.text-brand-link\/50 {
  color: rgb(147 110 7 / 0.5) !important;
}

.text-brand-link\/55 {
  color: rgb(147 110 7 / 0.55) !important;
}

.text-brand-link\/60 {
  color: rgb(147 110 7 / 0.6) !important;
}

.text-brand-link\/65 {
  color: rgb(147 110 7 / 0.65) !important;
}

.text-brand-link\/70 {
  color: rgb(147 110 7 / 0.7) !important;
}

.text-brand-link\/75 {
  color: rgb(147 110 7 / 0.75) !important;
}

.text-brand-link\/80 {
  color: rgb(147 110 7 / 0.8) !important;
}

.text-brand-link\/85 {
  color: rgb(147 110 7 / 0.85) !important;
}

.text-brand-link\/90 {
  color: rgb(147 110 7 / 0.9) !important;
}

.text-brand-link\/95 {
  color: rgb(147 110 7 / 0.95) !important;
}

.text-brand-muted {
  --tw-text-opacity: 1 !important;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-muted\/0 {
  color: rgb(108 117 125 / 0) !important;
}

.text-brand-muted\/10 {
  color: rgb(108 117 125 / 0.1) !important;
}

.text-brand-muted\/100 {
  color: rgb(108 117 125 / 1) !important;
}

.text-brand-muted\/15 {
  color: rgb(108 117 125 / 0.15) !important;
}

.text-brand-muted\/20 {
  color: rgb(108 117 125 / 0.2) !important;
}

.text-brand-muted\/25 {
  color: rgb(108 117 125 / 0.25) !important;
}

.text-brand-muted\/30 {
  color: rgb(108 117 125 / 0.3) !important;
}

.text-brand-muted\/35 {
  color: rgb(108 117 125 / 0.35) !important;
}

.text-brand-muted\/40 {
  color: rgb(108 117 125 / 0.4) !important;
}

.text-brand-muted\/45 {
  color: rgb(108 117 125 / 0.45) !important;
}

.text-brand-muted\/5 {
  color: rgb(108 117 125 / 0.05) !important;
}

.text-brand-muted\/50 {
  color: rgb(108 117 125 / 0.5) !important;
}

.text-brand-muted\/55 {
  color: rgb(108 117 125 / 0.55) !important;
}

.text-brand-muted\/60 {
  color: rgb(108 117 125 / 0.6) !important;
}

.text-brand-muted\/65 {
  color: rgb(108 117 125 / 0.65) !important;
}

.text-brand-muted\/70 {
  color: rgb(108 117 125 / 0.7) !important;
}

.text-brand-muted\/75 {
  color: rgb(108 117 125 / 0.75) !important;
}

.text-brand-muted\/80 {
  color: rgb(108 117 125 / 0.8) !important;
}

.text-brand-muted\/85 {
  color: rgb(108 117 125 / 0.85) !important;
}

.text-brand-muted\/90 {
  color: rgb(108 117 125 / 0.9) !important;
}

.text-brand-muted\/95 {
  color: rgb(108 117 125 / 0.95) !important;
}

.text-brand-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(244 184 17 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-primary\/0 {
  color: rgb(244 184 17 / 0) !important;
}

.text-brand-primary\/10 {
  color: rgb(244 184 17 / 0.1) !important;
}

.text-brand-primary\/100 {
  color: rgb(244 184 17 / 1) !important;
}

.text-brand-primary\/15 {
  color: rgb(244 184 17 / 0.15) !important;
}

.text-brand-primary\/20 {
  color: rgb(244 184 17 / 0.2) !important;
}

.text-brand-primary\/25 {
  color: rgb(244 184 17 / 0.25) !important;
}

.text-brand-primary\/30 {
  color: rgb(244 184 17 / 0.3) !important;
}

.text-brand-primary\/35 {
  color: rgb(244 184 17 / 0.35) !important;
}

.text-brand-primary\/40 {
  color: rgb(244 184 17 / 0.4) !important;
}

.text-brand-primary\/45 {
  color: rgb(244 184 17 / 0.45) !important;
}

.text-brand-primary\/5 {
  color: rgb(244 184 17 / 0.05) !important;
}

.text-brand-primary\/50 {
  color: rgb(244 184 17 / 0.5) !important;
}

.text-brand-primary\/55 {
  color: rgb(244 184 17 / 0.55) !important;
}

.text-brand-primary\/60 {
  color: rgb(244 184 17 / 0.6) !important;
}

.text-brand-primary\/65 {
  color: rgb(244 184 17 / 0.65) !important;
}

.text-brand-primary\/70 {
  color: rgb(244 184 17 / 0.7) !important;
}

.text-brand-primary\/75 {
  color: rgb(244 184 17 / 0.75) !important;
}

.text-brand-primary\/80 {
  color: rgb(244 184 17 / 0.8) !important;
}

.text-brand-primary\/85 {
  color: rgb(244 184 17 / 0.85) !important;
}

.text-brand-primary\/90 {
  color: rgb(244 184 17 / 0.9) !important;
}

.text-brand-primary\/95 {
  color: rgb(244 184 17 / 0.95) !important;
}

.text-brand-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 204 0 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-secondary\/0 {
  color: rgb(255 204 0 / 0) !important;
}

.text-brand-secondary\/10 {
  color: rgb(255 204 0 / 0.1) !important;
}

.text-brand-secondary\/100 {
  color: rgb(255 204 0 / 1) !important;
}

.text-brand-secondary\/15 {
  color: rgb(255 204 0 / 0.15) !important;
}

.text-brand-secondary\/20 {
  color: rgb(255 204 0 / 0.2) !important;
}

.text-brand-secondary\/25 {
  color: rgb(255 204 0 / 0.25) !important;
}

.text-brand-secondary\/30 {
  color: rgb(255 204 0 / 0.3) !important;
}

.text-brand-secondary\/35 {
  color: rgb(255 204 0 / 0.35) !important;
}

.text-brand-secondary\/40 {
  color: rgb(255 204 0 / 0.4) !important;
}

.text-brand-secondary\/45 {
  color: rgb(255 204 0 / 0.45) !important;
}

.text-brand-secondary\/5 {
  color: rgb(255 204 0 / 0.05) !important;
}

.text-brand-secondary\/50 {
  color: rgb(255 204 0 / 0.5) !important;
}

.text-brand-secondary\/55 {
  color: rgb(255 204 0 / 0.55) !important;
}

.text-brand-secondary\/60 {
  color: rgb(255 204 0 / 0.6) !important;
}

.text-brand-secondary\/65 {
  color: rgb(255 204 0 / 0.65) !important;
}

.text-brand-secondary\/70 {
  color: rgb(255 204 0 / 0.7) !important;
}

.text-brand-secondary\/75 {
  color: rgb(255 204 0 / 0.75) !important;
}

.text-brand-secondary\/80 {
  color: rgb(255 204 0 / 0.8) !important;
}

.text-brand-secondary\/85 {
  color: rgb(255 204 0 / 0.85) !important;
}

.text-brand-secondary\/90 {
  color: rgb(255 204 0 / 0.9) !important;
}

.text-brand-secondary\/95 {
  color: rgb(255 204 0 / 0.95) !important;
}

.text-earth {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.text-earth\/0 {
  color: rgb(120 46 1 / 0) !important;
}

.text-earth\/10 {
  color: rgb(120 46 1 / 0.1) !important;
}

.text-earth\/100 {
  color: rgb(120 46 1 / 1) !important;
}

.text-earth\/15 {
  color: rgb(120 46 1 / 0.15) !important;
}

.text-earth\/20 {
  color: rgb(120 46 1 / 0.2) !important;
}

.text-earth\/25 {
  color: rgb(120 46 1 / 0.25) !important;
}

.text-earth\/30 {
  color: rgb(120 46 1 / 0.3) !important;
}

.text-earth\/35 {
  color: rgb(120 46 1 / 0.35) !important;
}

.text-earth\/40 {
  color: rgb(120 46 1 / 0.4) !important;
}

.text-earth\/45 {
  color: rgb(120 46 1 / 0.45) !important;
}

.text-earth\/5 {
  color: rgb(120 46 1 / 0.05) !important;
}

.text-earth\/50 {
  color: rgb(120 46 1 / 0.5) !important;
}

.text-earth\/55 {
  color: rgb(120 46 1 / 0.55) !important;
}

.text-earth\/60 {
  color: rgb(120 46 1 / 0.6) !important;
}

.text-earth\/65 {
  color: rgb(120 46 1 / 0.65) !important;
}

.text-earth\/70 {
  color: rgb(120 46 1 / 0.7) !important;
}

.text-earth\/75 {
  color: rgb(120 46 1 / 0.75) !important;
}

.text-earth\/80 {
  color: rgb(120 46 1 / 0.8) !important;
}

.text-earth\/85 {
  color: rgb(120 46 1 / 0.85) !important;
}

.text-earth\/90 {
  color: rgb(120 46 1 / 0.9) !important;
}

.text-earth\/95 {
  color: rgb(120 46 1 / 0.95) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}

.text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1)) !important;
}

.text-green-200\/0 {
  color: rgb(187 247 208 / 0) !important;
}

.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1) !important;
}

.text-green-200\/100 {
  color: rgb(187 247 208 / 1) !important;
}

.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15) !important;
}

.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2) !important;
}

.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25) !important;
}

.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3) !important;
}

.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35) !important;
}

.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4) !important;
}

.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45) !important;
}

.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05) !important;
}

.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5) !important;
}

.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55) !important;
}

.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6) !important;
}

.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65) !important;
}

.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7) !important;
}

.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75) !important;
}

.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8) !important;
}

.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85) !important;
}

.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9) !important;
}

.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95) !important;
}

.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1)) !important;
}

.text-green-50\/0 {
  color: rgb(240 253 244 / 0) !important;
}

.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1) !important;
}

.text-green-50\/100 {
  color: rgb(240 253 244 / 1) !important;
}

.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15) !important;
}

.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2) !important;
}

.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25) !important;
}

.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3) !important;
}

.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35) !important;
}

.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4) !important;
}

.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45) !important;
}

.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05) !important;
}

.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5) !important;
}

.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55) !important;
}

.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6) !important;
}

.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65) !important;
}

.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7) !important;
}

.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75) !important;
}

.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8) !important;
}

.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85) !important;
}

.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9) !important;
}

.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}

.text-green-500\/0 {
  color: rgb(34 197 94 / 0) !important;
}

.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1) !important;
}

.text-green-500\/100 {
  color: rgb(34 197 94 / 1) !important;
}

.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15) !important;
}

.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2) !important;
}

.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25) !important;
}

.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3) !important;
}

.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35) !important;
}

.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4) !important;
}

.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45) !important;
}

.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05) !important;
}

.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5) !important;
}

.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55) !important;
}

.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6) !important;
}

.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65) !important;
}

.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7) !important;
}

.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75) !important;
}

.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8) !important;
}

.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85) !important;
}

.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9) !important;
}

.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95) !important;
}

.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1)) !important;
}

.text-green-800\/0 {
  color: rgb(22 101 52 / 0) !important;
}

.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1) !important;
}

.text-green-800\/100 {
  color: rgb(22 101 52 / 1) !important;
}

.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15) !important;
}

.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2) !important;
}

.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25) !important;
}

.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3) !important;
}

.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35) !important;
}

.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4) !important;
}

.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45) !important;
}

.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05) !important;
}

.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5) !important;
}

.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55) !important;
}

.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6) !important;
}

.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65) !important;
}

.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7) !important;
}

.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75) !important;
}

.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8) !important;
}

.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85) !important;
}

.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9) !important;
}

.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95) !important;
}

.text-harvest {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.text-harvest\/0 {
  color: rgb(215 129 49 / 0) !important;
}

.text-harvest\/10 {
  color: rgb(215 129 49 / 0.1) !important;
}

.text-harvest\/100 {
  color: rgb(215 129 49 / 1) !important;
}

.text-harvest\/15 {
  color: rgb(215 129 49 / 0.15) !important;
}

.text-harvest\/20 {
  color: rgb(215 129 49 / 0.2) !important;
}

.text-harvest\/25 {
  color: rgb(215 129 49 / 0.25) !important;
}

.text-harvest\/30 {
  color: rgb(215 129 49 / 0.3) !important;
}

.text-harvest\/35 {
  color: rgb(215 129 49 / 0.35) !important;
}

.text-harvest\/40 {
  color: rgb(215 129 49 / 0.4) !important;
}

.text-harvest\/45 {
  color: rgb(215 129 49 / 0.45) !important;
}

.text-harvest\/5 {
  color: rgb(215 129 49 / 0.05) !important;
}

.text-harvest\/50 {
  color: rgb(215 129 49 / 0.5) !important;
}

.text-harvest\/55 {
  color: rgb(215 129 49 / 0.55) !important;
}

.text-harvest\/60 {
  color: rgb(215 129 49 / 0.6) !important;
}

.text-harvest\/65 {
  color: rgb(215 129 49 / 0.65) !important;
}

.text-harvest\/70 {
  color: rgb(215 129 49 / 0.7) !important;
}

.text-harvest\/75 {
  color: rgb(215 129 49 / 0.75) !important;
}

.text-harvest\/80 {
  color: rgb(215 129 49 / 0.8) !important;
}

.text-harvest\/85 {
  color: rgb(215 129 49 / 0.85) !important;
}

.text-harvest\/90 {
  color: rgb(215 129 49 / 0.9) !important;
}

.text-harvest\/95 {
  color: rgb(215 129 49 / 0.95) !important;
}

.text-inherit {
  color: inherit !important;
}

.text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1)) !important;
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0) !important;
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1) !important;
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1) !important;
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15) !important;
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2) !important;
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25) !important;
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3) !important;
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35) !important;
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4) !important;
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45) !important;
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05) !important;
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5) !important;
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55) !important;
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6) !important;
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65) !important;
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7) !important;
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75) !important;
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8) !important;
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85) !important;
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9) !important;
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95) !important;
}

.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1)) !important;
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0) !important;
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1) !important;
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1) !important;
}

.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15) !important;
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2) !important;
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25) !important;
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3) !important;
}

.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35) !important;
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4) !important;
}

.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45) !important;
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05) !important;
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5) !important;
}

.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55) !important;
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6) !important;
}

.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65) !important;
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7) !important;
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75) !important;
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8) !important;
}

.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85) !important;
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9) !important;
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}

.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15) !important;
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}

.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35) !important;
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}

.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45) !important;
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}

.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55) !important;
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}

.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65) !important;
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}

.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85) !important;
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}

.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0) !important;
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1) !important;
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1) !important;
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15) !important;
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2) !important;
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25) !important;
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3) !important;
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35) !important;
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4) !important;
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45) !important;
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05) !important;
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5) !important;
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55) !important;
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6) !important;
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65) !important;
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7) !important;
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75) !important;
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8) !important;
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85) !important;
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9) !important;
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95) !important;
}

.text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
}

.text-slate-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
}

.text-slate-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1)) !important;
}

.text-sprout {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.text-sprout\/0 {
  color: rgb(196 209 72 / 0) !important;
}

.text-sprout\/10 {
  color: rgb(196 209 72 / 0.1) !important;
}

.text-sprout\/100 {
  color: rgb(196 209 72 / 1) !important;
}

.text-sprout\/15 {
  color: rgb(196 209 72 / 0.15) !important;
}

.text-sprout\/20 {
  color: rgb(196 209 72 / 0.2) !important;
}

.text-sprout\/25 {
  color: rgb(196 209 72 / 0.25) !important;
}

.text-sprout\/30 {
  color: rgb(196 209 72 / 0.3) !important;
}

.text-sprout\/35 {
  color: rgb(196 209 72 / 0.35) !important;
}

.text-sprout\/40 {
  color: rgb(196 209 72 / 0.4) !important;
}

.text-sprout\/45 {
  color: rgb(196 209 72 / 0.45) !important;
}

.text-sprout\/5 {
  color: rgb(196 209 72 / 0.05) !important;
}

.text-sprout\/50 {
  color: rgb(196 209 72 / 0.5) !important;
}

.text-sprout\/55 {
  color: rgb(196 209 72 / 0.55) !important;
}

.text-sprout\/60 {
  color: rgb(196 209 72 / 0.6) !important;
}

.text-sprout\/65 {
  color: rgb(196 209 72 / 0.65) !important;
}

.text-sprout\/70 {
  color: rgb(196 209 72 / 0.7) !important;
}

.text-sprout\/75 {
  color: rgb(196 209 72 / 0.75) !important;
}

.text-sprout\/80 {
  color: rgb(196 209 72 / 0.8) !important;
}

.text-sprout\/85 {
  color: rgb(196 209 72 / 0.85) !important;
}

.text-sprout\/90 {
  color: rgb(196 209 72 / 0.9) !important;
}

.text-sprout\/95 {
  color: rgb(196 209 72 / 0.95) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85) !important;
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0) !important;
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1) !important;
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1) !important;
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15) !important;
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2) !important;
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25) !important;
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3) !important;
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35) !important;
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4) !important;
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45) !important;
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05) !important;
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5) !important;
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55) !important;
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6) !important;
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65) !important;
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7) !important;
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75) !important;
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8) !important;
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85) !important;
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9) !important;
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95) !important;
}

.text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0) !important;
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1) !important;
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1) !important;
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15) !important;
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2) !important;
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25) !important;
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3) !important;
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35) !important;
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4) !important;
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45) !important;
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05) !important;
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5) !important;
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55) !important;
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6) !important;
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65) !important;
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7) !important;
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75) !important;
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8) !important;
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85) !important;
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9) !important;
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95) !important;
}

.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0) !important;
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1) !important;
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1) !important;
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15) !important;
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2) !important;
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25) !important;
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3) !important;
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35) !important;
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4) !important;
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45) !important;
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05) !important;
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5) !important;
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55) !important;
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6) !important;
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65) !important;
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7) !important;
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75) !important;
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8) !important;
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85) !important;
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9) !important;
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95) !important;
}

.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0) !important;
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1) !important;
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1) !important;
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15) !important;
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2) !important;
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25) !important;
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3) !important;
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35) !important;
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4) !important;
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45) !important;
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05) !important;
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5) !important;
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55) !important;
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6) !important;
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65) !important;
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7) !important;
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75) !important;
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8) !important;
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85) !important;
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9) !important;
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.no-underline {
  text-decoration-line: none !important;
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3 !important;
}

.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0) !important;
}

.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1) !important;
}

.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1) !important;
}

.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15) !important;
}

.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2) !important;
}

.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25) !important;
}

.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3) !important;
}

.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35) !important;
}

.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4) !important;
}

.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45) !important;
}

.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05) !important;
}

.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5) !important;
}

.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55) !important;
}

.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6) !important;
}

.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65) !important;
}

.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7) !important;
}

.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75) !important;
}

.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8) !important;
}

.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85) !important;
}

.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9) !important;
}

.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95) !important;
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a !important;
}

.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0) !important;
}

.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1) !important;
}

.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1) !important;
}

.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15) !important;
}

.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2) !important;
}

.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25) !important;
}

.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3) !important;
}

.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35) !important;
}

.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4) !important;
}

.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45) !important;
}

.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05) !important;
}

.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5) !important;
}

.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55) !important;
}

.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6) !important;
}

.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65) !important;
}

.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7) !important;
}

.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75) !important;
}

.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8) !important;
}

.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85) !important;
}

.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9) !important;
}

.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95) !important;
}

.decoration-yellow-400 {
  text-decoration-color: #facc15 !important;
}

.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0) !important;
}

.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1) !important;
}

.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1) !important;
}

.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15) !important;
}

.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2) !important;
}

.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25) !important;
}

.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3) !important;
}

.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35) !important;
}

.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4) !important;
}

.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45) !important;
}

.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05) !important;
}

.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5) !important;
}

.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55) !important;
}

.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6) !important;
}

.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65) !important;
}

.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7) !important;
}

.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75) !important;
}

.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8) !important;
}

.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85) !important;
}

.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9) !important;
}

.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95) !important;
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e !important;
}

.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0) !important;
}

.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1) !important;
}

.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1) !important;
}

.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15) !important;
}

.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2) !important;
}

.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25) !important;
}

.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3) !important;
}

.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35) !important;
}

.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4) !important;
}

.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45) !important;
}

.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05) !important;
}

.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5) !important;
}

.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55) !important;
}

.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6) !important;
}

.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65) !important;
}

.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7) !important;
}

.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75) !important;
}

.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8) !important;
}

.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85) !important;
}

.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9) !important;
}

.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95) !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-100\/0::-moz-placeholder {
  color: rgb(254 249 195 / 0) !important;
}

.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0) !important;
}

.placeholder-yellow-100\/10::-moz-placeholder {
  color: rgb(254 249 195 / 0.1) !important;
}

.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1) !important;
}

.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1) !important;
}

.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1) !important;
}

.placeholder-yellow-100\/15::-moz-placeholder {
  color: rgb(254 249 195 / 0.15) !important;
}

.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15) !important;
}

.placeholder-yellow-100\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2) !important;
}

.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2) !important;
}

.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25) !important;
}

.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25) !important;
}

.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3) !important;
}

.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3) !important;
}

.placeholder-yellow-100\/35::-moz-placeholder {
  color: rgb(254 249 195 / 0.35) !important;
}

.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35) !important;
}

.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4) !important;
}

.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4) !important;
}

.placeholder-yellow-100\/45::-moz-placeholder {
  color: rgb(254 249 195 / 0.45) !important;
}

.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45) !important;
}

.placeholder-yellow-100\/5::-moz-placeholder {
  color: rgb(254 249 195 / 0.05) !important;
}

.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05) !important;
}

.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5) !important;
}

.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5) !important;
}

.placeholder-yellow-100\/55::-moz-placeholder {
  color: rgb(254 249 195 / 0.55) !important;
}

.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55) !important;
}

.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6) !important;
}

.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6) !important;
}

.placeholder-yellow-100\/65::-moz-placeholder {
  color: rgb(254 249 195 / 0.65) !important;
}

.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65) !important;
}

.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7) !important;
}

.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7) !important;
}

.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75) !important;
}

.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75) !important;
}

.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8) !important;
}

.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8) !important;
}

.placeholder-yellow-100\/85::-moz-placeholder {
  color: rgb(254 249 195 / 0.85) !important;
}

.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85) !important;
}

.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9) !important;
}

.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9) !important;
}

.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95) !important;
}

.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95) !important;
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-200\/0::-moz-placeholder {
  color: rgb(254 240 138 / 0) !important;
}

.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0) !important;
}

.placeholder-yellow-200\/10::-moz-placeholder {
  color: rgb(254 240 138 / 0.1) !important;
}

.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1) !important;
}

.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1) !important;
}

.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1) !important;
}

.placeholder-yellow-200\/15::-moz-placeholder {
  color: rgb(254 240 138 / 0.15) !important;
}

.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15) !important;
}

.placeholder-yellow-200\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2) !important;
}

.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2) !important;
}

.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25) !important;
}

.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25) !important;
}

.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3) !important;
}

.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3) !important;
}

.placeholder-yellow-200\/35::-moz-placeholder {
  color: rgb(254 240 138 / 0.35) !important;
}

.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35) !important;
}

.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4) !important;
}

.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4) !important;
}

.placeholder-yellow-200\/45::-moz-placeholder {
  color: rgb(254 240 138 / 0.45) !important;
}

.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45) !important;
}

.placeholder-yellow-200\/5::-moz-placeholder {
  color: rgb(254 240 138 / 0.05) !important;
}

.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05) !important;
}

.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5) !important;
}

.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5) !important;
}

.placeholder-yellow-200\/55::-moz-placeholder {
  color: rgb(254 240 138 / 0.55) !important;
}

.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55) !important;
}

.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6) !important;
}

.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6) !important;
}

.placeholder-yellow-200\/65::-moz-placeholder {
  color: rgb(254 240 138 / 0.65) !important;
}

.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65) !important;
}

.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7) !important;
}

.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7) !important;
}

.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75) !important;
}

.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75) !important;
}

.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8) !important;
}

.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8) !important;
}

.placeholder-yellow-200\/85::-moz-placeholder {
  color: rgb(254 240 138 / 0.85) !important;
}

.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85) !important;
}

.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9) !important;
}

.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9) !important;
}

.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95) !important;
}

.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95) !important;
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-400\/0::-moz-placeholder {
  color: rgb(250 204 21 / 0) !important;
}

.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0) !important;
}

.placeholder-yellow-400\/10::-moz-placeholder {
  color: rgb(250 204 21 / 0.1) !important;
}

.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1) !important;
}

.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1) !important;
}

.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1) !important;
}

.placeholder-yellow-400\/15::-moz-placeholder {
  color: rgb(250 204 21 / 0.15) !important;
}

.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15) !important;
}

.placeholder-yellow-400\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2) !important;
}

.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2) !important;
}

.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25) !important;
}

.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25) !important;
}

.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3) !important;
}

.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3) !important;
}

.placeholder-yellow-400\/35::-moz-placeholder {
  color: rgb(250 204 21 / 0.35) !important;
}

.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35) !important;
}

.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4) !important;
}

.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4) !important;
}

.placeholder-yellow-400\/45::-moz-placeholder {
  color: rgb(250 204 21 / 0.45) !important;
}

.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45) !important;
}

.placeholder-yellow-400\/5::-moz-placeholder {
  color: rgb(250 204 21 / 0.05) !important;
}

.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05) !important;
}

.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5) !important;
}

.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5) !important;
}

.placeholder-yellow-400\/55::-moz-placeholder {
  color: rgb(250 204 21 / 0.55) !important;
}

.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55) !important;
}

.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6) !important;
}

.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6) !important;
}

.placeholder-yellow-400\/65::-moz-placeholder {
  color: rgb(250 204 21 / 0.65) !important;
}

.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65) !important;
}

.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7) !important;
}

.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7) !important;
}

.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75) !important;
}

.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75) !important;
}

.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8) !important;
}

.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8) !important;
}

.placeholder-yellow-400\/85::-moz-placeholder {
  color: rgb(250 204 21 / 0.85) !important;
}

.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85) !important;
}

.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9) !important;
}

.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9) !important;
}

.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95) !important;
}

.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95) !important;
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-yellow-800\/0::-moz-placeholder {
  color: rgb(133 77 14 / 0) !important;
}

.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0) !important;
}

.placeholder-yellow-800\/10::-moz-placeholder {
  color: rgb(133 77 14 / 0.1) !important;
}

.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1) !important;
}

.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1) !important;
}

.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1) !important;
}

.placeholder-yellow-800\/15::-moz-placeholder {
  color: rgb(133 77 14 / 0.15) !important;
}

.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15) !important;
}

.placeholder-yellow-800\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2) !important;
}

.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2) !important;
}

.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25) !important;
}

.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25) !important;
}

.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3) !important;
}

.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3) !important;
}

.placeholder-yellow-800\/35::-moz-placeholder {
  color: rgb(133 77 14 / 0.35) !important;
}

.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35) !important;
}

.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4) !important;
}

.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4) !important;
}

.placeholder-yellow-800\/45::-moz-placeholder {
  color: rgb(133 77 14 / 0.45) !important;
}

.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45) !important;
}

.placeholder-yellow-800\/5::-moz-placeholder {
  color: rgb(133 77 14 / 0.05) !important;
}

.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05) !important;
}

.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5) !important;
}

.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5) !important;
}

.placeholder-yellow-800\/55::-moz-placeholder {
  color: rgb(133 77 14 / 0.55) !important;
}

.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55) !important;
}

.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6) !important;
}

.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6) !important;
}

.placeholder-yellow-800\/65::-moz-placeholder {
  color: rgb(133 77 14 / 0.65) !important;
}

.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65) !important;
}

.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7) !important;
}

.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7) !important;
}

.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75) !important;
}

.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75) !important;
}

.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8) !important;
}

.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8) !important;
}

.placeholder-yellow-800\/85::-moz-placeholder {
  color: rgb(133 77 14 / 0.85) !important;
}

.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85) !important;
}

.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9) !important;
}

.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9) !important;
}

.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95) !important;
}

.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.caret-yellow-100 {
  caret-color: #fef9c3 !important;
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0) !important;
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1) !important;
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1) !important;
}

.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15) !important;
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2) !important;
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25) !important;
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3) !important;
}

.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35) !important;
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4) !important;
}

.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45) !important;
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05) !important;
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5) !important;
}

.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55) !important;
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6) !important;
}

.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65) !important;
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7) !important;
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75) !important;
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8) !important;
}

.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85) !important;
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9) !important;
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95) !important;
}

.caret-yellow-200 {
  caret-color: #fef08a !important;
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0) !important;
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1) !important;
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1) !important;
}

.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15) !important;
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2) !important;
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25) !important;
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3) !important;
}

.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35) !important;
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4) !important;
}

.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45) !important;
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05) !important;
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5) !important;
}

.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55) !important;
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6) !important;
}

.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65) !important;
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7) !important;
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75) !important;
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8) !important;
}

.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85) !important;
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9) !important;
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95) !important;
}

.caret-yellow-400 {
  caret-color: #facc15 !important;
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0) !important;
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1) !important;
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1) !important;
}

.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15) !important;
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2) !important;
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25) !important;
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3) !important;
}

.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35) !important;
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4) !important;
}

.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45) !important;
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05) !important;
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5) !important;
}

.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55) !important;
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6) !important;
}

.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65) !important;
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7) !important;
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75) !important;
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8) !important;
}

.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85) !important;
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9) !important;
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95) !important;
}

.caret-yellow-800 {
  caret-color: #854d0e !important;
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0) !important;
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1) !important;
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1) !important;
}

.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15) !important;
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2) !important;
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25) !important;
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3) !important;
}

.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35) !important;
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4) !important;
}

.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45) !important;
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05) !important;
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5) !important;
}

.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55) !important;
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6) !important;
}

.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65) !important;
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7) !important;
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75) !important;
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8) !important;
}

.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85) !important;
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9) !important;
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95) !important;
}

.accent-yellow-100 {
  accent-color: #fef9c3 !important;
}

.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0) !important;
}

.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1) !important;
}

.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1) !important;
}

.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15) !important;
}

.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2) !important;
}

.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25) !important;
}

.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3) !important;
}

.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35) !important;
}

.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4) !important;
}

.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45) !important;
}

.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05) !important;
}

.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5) !important;
}

.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55) !important;
}

.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6) !important;
}

.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65) !important;
}

.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7) !important;
}

.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75) !important;
}

.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8) !important;
}

.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85) !important;
}

.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9) !important;
}

.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95) !important;
}

.accent-yellow-200 {
  accent-color: #fef08a !important;
}

.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0) !important;
}

.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1) !important;
}

.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1) !important;
}

.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15) !important;
}

.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2) !important;
}

.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25) !important;
}

.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3) !important;
}

.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35) !important;
}

.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4) !important;
}

.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45) !important;
}

.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05) !important;
}

.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5) !important;
}

.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55) !important;
}

.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6) !important;
}

.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65) !important;
}

.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7) !important;
}

.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75) !important;
}

.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8) !important;
}

.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85) !important;
}

.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9) !important;
}

.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95) !important;
}

.accent-yellow-400 {
  accent-color: #facc15 !important;
}

.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0) !important;
}

.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1) !important;
}

.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1) !important;
}

.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15) !important;
}

.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2) !important;
}

.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25) !important;
}

.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3) !important;
}

.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35) !important;
}

.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4) !important;
}

.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45) !important;
}

.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05) !important;
}

.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5) !important;
}

.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55) !important;
}

.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6) !important;
}

.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65) !important;
}

.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7) !important;
}

.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75) !important;
}

.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8) !important;
}

.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85) !important;
}

.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9) !important;
}

.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95) !important;
}

.accent-yellow-800 {
  accent-color: #854d0e !important;
}

.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0) !important;
}

.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1) !important;
}

.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1) !important;
}

.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15) !important;
}

.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2) !important;
}

.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25) !important;
}

.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3) !important;
}

.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35) !important;
}

.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4) !important;
}

.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45) !important;
}

.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05) !important;
}

.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5) !important;
}

.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55) !important;
}

.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6) !important;
}

.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65) !important;
}

.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7) !important;
}

.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75) !important;
}

.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8) !important;
}

.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85) !important;
}

.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9) !important;
}

.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95) !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-\[0_-4px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 -4px 6px -1px rgba(0,0,0,0.1) !important;
  --tw-shadow-colored: 0 -4px 6px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-card {
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12) !important;
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0px 12px 32px rgba(0, 0, 0, 0.175) !important;
  --tw-shadow-colored: 0px 12px 32px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-nav {
  --tw-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0px 1px 3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400 {
  --tw-shadow-color: #facc15 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800 {
  --tw-shadow-color: #854d0e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-yellow-100 {
  outline-color: #fef9c3 !important;
}

.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0) !important;
}

.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1) !important;
}

.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1) !important;
}

.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15) !important;
}

.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2) !important;
}

.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25) !important;
}

.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3) !important;
}

.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35) !important;
}

.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4) !important;
}

.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45) !important;
}

.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05) !important;
}

.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5) !important;
}

.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55) !important;
}

.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6) !important;
}

.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65) !important;
}

.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7) !important;
}

.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75) !important;
}

.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8) !important;
}

.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85) !important;
}

.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9) !important;
}

.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95) !important;
}

.outline-yellow-200 {
  outline-color: #fef08a !important;
}

.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0) !important;
}

.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1) !important;
}

.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1) !important;
}

.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15) !important;
}

.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2) !important;
}

.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25) !important;
}

.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3) !important;
}

.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35) !important;
}

.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4) !important;
}

.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45) !important;
}

.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05) !important;
}

.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5) !important;
}

.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55) !important;
}

.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6) !important;
}

.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65) !important;
}

.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7) !important;
}

.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75) !important;
}

.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8) !important;
}

.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85) !important;
}

.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9) !important;
}

.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95) !important;
}

.outline-yellow-400 {
  outline-color: #facc15 !important;
}

.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0) !important;
}

.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1) !important;
}

.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1) !important;
}

.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15) !important;
}

.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2) !important;
}

.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25) !important;
}

.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3) !important;
}

.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35) !important;
}

.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4) !important;
}

.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45) !important;
}

.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05) !important;
}

.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5) !important;
}

.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55) !important;
}

.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6) !important;
}

.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65) !important;
}

.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7) !important;
}

.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75) !important;
}

.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8) !important;
}

.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85) !important;
}

.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9) !important;
}

.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95) !important;
}

.outline-yellow-800 {
  outline-color: #854d0e !important;
}

.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0) !important;
}

.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1) !important;
}

.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1) !important;
}

.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15) !important;
}

.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2) !important;
}

.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25) !important;
}

.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3) !important;
}

.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35) !important;
}

.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4) !important;
}

.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45) !important;
}

.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05) !important;
}

.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5) !important;
}

.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55) !important;
}

.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6) !important;
}

.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65) !important;
}

.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7) !important;
}

.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75) !important;
}

.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8) !important;
}

.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85) !important;
}

.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9) !important;
}

.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05) !important;
}

.ring-brand-dark {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(46 39 20 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-dark\/0 {
  --tw-ring-color: rgb(46 39 20 / 0) !important;
}

.ring-brand-dark\/10 {
  --tw-ring-color: rgb(46 39 20 / 0.1) !important;
}

.ring-brand-dark\/100 {
  --tw-ring-color: rgb(46 39 20 / 1) !important;
}

.ring-brand-dark\/15 {
  --tw-ring-color: rgb(46 39 20 / 0.15) !important;
}

.ring-brand-dark\/20 {
  --tw-ring-color: rgb(46 39 20 / 0.2) !important;
}

.ring-brand-dark\/25 {
  --tw-ring-color: rgb(46 39 20 / 0.25) !important;
}

.ring-brand-dark\/30 {
  --tw-ring-color: rgb(46 39 20 / 0.3) !important;
}

.ring-brand-dark\/35 {
  --tw-ring-color: rgb(46 39 20 / 0.35) !important;
}

.ring-brand-dark\/40 {
  --tw-ring-color: rgb(46 39 20 / 0.4) !important;
}

.ring-brand-dark\/45 {
  --tw-ring-color: rgb(46 39 20 / 0.45) !important;
}

.ring-brand-dark\/5 {
  --tw-ring-color: rgb(46 39 20 / 0.05) !important;
}

.ring-brand-dark\/50 {
  --tw-ring-color: rgb(46 39 20 / 0.5) !important;
}

.ring-brand-dark\/55 {
  --tw-ring-color: rgb(46 39 20 / 0.55) !important;
}

.ring-brand-dark\/60 {
  --tw-ring-color: rgb(46 39 20 / 0.6) !important;
}

.ring-brand-dark\/65 {
  --tw-ring-color: rgb(46 39 20 / 0.65) !important;
}

.ring-brand-dark\/70 {
  --tw-ring-color: rgb(46 39 20 / 0.7) !important;
}

.ring-brand-dark\/75 {
  --tw-ring-color: rgb(46 39 20 / 0.75) !important;
}

.ring-brand-dark\/80 {
  --tw-ring-color: rgb(46 39 20 / 0.8) !important;
}

.ring-brand-dark\/85 {
  --tw-ring-color: rgb(46 39 20 / 0.85) !important;
}

.ring-brand-dark\/90 {
  --tw-ring-color: rgb(46 39 20 / 0.9) !important;
}

.ring-brand-dark\/95 {
  --tw-ring-color: rgb(46 39 20 / 0.95) !important;
}

.ring-brand-ink {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(33 37 41 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-ink\/0 {
  --tw-ring-color: rgb(33 37 41 / 0) !important;
}

.ring-brand-ink\/10 {
  --tw-ring-color: rgb(33 37 41 / 0.1) !important;
}

.ring-brand-ink\/100 {
  --tw-ring-color: rgb(33 37 41 / 1) !important;
}

.ring-brand-ink\/15 {
  --tw-ring-color: rgb(33 37 41 / 0.15) !important;
}

.ring-brand-ink\/20 {
  --tw-ring-color: rgb(33 37 41 / 0.2) !important;
}

.ring-brand-ink\/25 {
  --tw-ring-color: rgb(33 37 41 / 0.25) !important;
}

.ring-brand-ink\/30 {
  --tw-ring-color: rgb(33 37 41 / 0.3) !important;
}

.ring-brand-ink\/35 {
  --tw-ring-color: rgb(33 37 41 / 0.35) !important;
}

.ring-brand-ink\/40 {
  --tw-ring-color: rgb(33 37 41 / 0.4) !important;
}

.ring-brand-ink\/45 {
  --tw-ring-color: rgb(33 37 41 / 0.45) !important;
}

.ring-brand-ink\/5 {
  --tw-ring-color: rgb(33 37 41 / 0.05) !important;
}

.ring-brand-ink\/50 {
  --tw-ring-color: rgb(33 37 41 / 0.5) !important;
}

.ring-brand-ink\/55 {
  --tw-ring-color: rgb(33 37 41 / 0.55) !important;
}

.ring-brand-ink\/60 {
  --tw-ring-color: rgb(33 37 41 / 0.6) !important;
}

.ring-brand-ink\/65 {
  --tw-ring-color: rgb(33 37 41 / 0.65) !important;
}

.ring-brand-ink\/70 {
  --tw-ring-color: rgb(33 37 41 / 0.7) !important;
}

.ring-brand-ink\/75 {
  --tw-ring-color: rgb(33 37 41 / 0.75) !important;
}

.ring-brand-ink\/80 {
  --tw-ring-color: rgb(33 37 41 / 0.8) !important;
}

.ring-brand-ink\/85 {
  --tw-ring-color: rgb(33 37 41 / 0.85) !important;
}

.ring-brand-ink\/90 {
  --tw-ring-color: rgb(33 37 41 / 0.9) !important;
}

.ring-brand-ink\/95 {
  --tw-ring-color: rgb(33 37 41 / 0.95) !important;
}

.ring-brand-light {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(245 244 240 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-light\/0 {
  --tw-ring-color: rgb(245 244 240 / 0) !important;
}

.ring-brand-light\/10 {
  --tw-ring-color: rgb(245 244 240 / 0.1) !important;
}

.ring-brand-light\/100 {
  --tw-ring-color: rgb(245 244 240 / 1) !important;
}

.ring-brand-light\/15 {
  --tw-ring-color: rgb(245 244 240 / 0.15) !important;
}

.ring-brand-light\/20 {
  --tw-ring-color: rgb(245 244 240 / 0.2) !important;
}

.ring-brand-light\/25 {
  --tw-ring-color: rgb(245 244 240 / 0.25) !important;
}

.ring-brand-light\/30 {
  --tw-ring-color: rgb(245 244 240 / 0.3) !important;
}

.ring-brand-light\/35 {
  --tw-ring-color: rgb(245 244 240 / 0.35) !important;
}

.ring-brand-light\/40 {
  --tw-ring-color: rgb(245 244 240 / 0.4) !important;
}

.ring-brand-light\/45 {
  --tw-ring-color: rgb(245 244 240 / 0.45) !important;
}

.ring-brand-light\/5 {
  --tw-ring-color: rgb(245 244 240 / 0.05) !important;
}

.ring-brand-light\/50 {
  --tw-ring-color: rgb(245 244 240 / 0.5) !important;
}

.ring-brand-light\/55 {
  --tw-ring-color: rgb(245 244 240 / 0.55) !important;
}

.ring-brand-light\/60 {
  --tw-ring-color: rgb(245 244 240 / 0.6) !important;
}

.ring-brand-light\/65 {
  --tw-ring-color: rgb(245 244 240 / 0.65) !important;
}

.ring-brand-light\/70 {
  --tw-ring-color: rgb(245 244 240 / 0.7) !important;
}

.ring-brand-light\/75 {
  --tw-ring-color: rgb(245 244 240 / 0.75) !important;
}

.ring-brand-light\/80 {
  --tw-ring-color: rgb(245 244 240 / 0.8) !important;
}

.ring-brand-light\/85 {
  --tw-ring-color: rgb(245 244 240 / 0.85) !important;
}

.ring-brand-light\/90 {
  --tw-ring-color: rgb(245 244 240 / 0.9) !important;
}

.ring-brand-light\/95 {
  --tw-ring-color: rgb(245 244 240 / 0.95) !important;
}

.ring-brand-link {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 110 7 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-link-hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 55 3 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-link-hover\/0 {
  --tw-ring-color: rgb(74 55 3 / 0) !important;
}

.ring-brand-link-hover\/10 {
  --tw-ring-color: rgb(74 55 3 / 0.1) !important;
}

.ring-brand-link-hover\/100 {
  --tw-ring-color: rgb(74 55 3 / 1) !important;
}

.ring-brand-link-hover\/15 {
  --tw-ring-color: rgb(74 55 3 / 0.15) !important;
}

.ring-brand-link-hover\/20 {
  --tw-ring-color: rgb(74 55 3 / 0.2) !important;
}

.ring-brand-link-hover\/25 {
  --tw-ring-color: rgb(74 55 3 / 0.25) !important;
}

.ring-brand-link-hover\/30 {
  --tw-ring-color: rgb(74 55 3 / 0.3) !important;
}

.ring-brand-link-hover\/35 {
  --tw-ring-color: rgb(74 55 3 / 0.35) !important;
}

.ring-brand-link-hover\/40 {
  --tw-ring-color: rgb(74 55 3 / 0.4) !important;
}

.ring-brand-link-hover\/45 {
  --tw-ring-color: rgb(74 55 3 / 0.45) !important;
}

.ring-brand-link-hover\/5 {
  --tw-ring-color: rgb(74 55 3 / 0.05) !important;
}

.ring-brand-link-hover\/50 {
  --tw-ring-color: rgb(74 55 3 / 0.5) !important;
}

.ring-brand-link-hover\/55 {
  --tw-ring-color: rgb(74 55 3 / 0.55) !important;
}

.ring-brand-link-hover\/60 {
  --tw-ring-color: rgb(74 55 3 / 0.6) !important;
}

.ring-brand-link-hover\/65 {
  --tw-ring-color: rgb(74 55 3 / 0.65) !important;
}

.ring-brand-link-hover\/70 {
  --tw-ring-color: rgb(74 55 3 / 0.7) !important;
}

.ring-brand-link-hover\/75 {
  --tw-ring-color: rgb(74 55 3 / 0.75) !important;
}

.ring-brand-link-hover\/80 {
  --tw-ring-color: rgb(74 55 3 / 0.8) !important;
}

.ring-brand-link-hover\/85 {
  --tw-ring-color: rgb(74 55 3 / 0.85) !important;
}

.ring-brand-link-hover\/90 {
  --tw-ring-color: rgb(74 55 3 / 0.9) !important;
}

.ring-brand-link-hover\/95 {
  --tw-ring-color: rgb(74 55 3 / 0.95) !important;
}

.ring-brand-link\/0 {
  --tw-ring-color: rgb(147 110 7 / 0) !important;
}

.ring-brand-link\/10 {
  --tw-ring-color: rgb(147 110 7 / 0.1) !important;
}

.ring-brand-link\/100 {
  --tw-ring-color: rgb(147 110 7 / 1) !important;
}

.ring-brand-link\/15 {
  --tw-ring-color: rgb(147 110 7 / 0.15) !important;
}

.ring-brand-link\/20 {
  --tw-ring-color: rgb(147 110 7 / 0.2) !important;
}

.ring-brand-link\/25 {
  --tw-ring-color: rgb(147 110 7 / 0.25) !important;
}

.ring-brand-link\/30 {
  --tw-ring-color: rgb(147 110 7 / 0.3) !important;
}

.ring-brand-link\/35 {
  --tw-ring-color: rgb(147 110 7 / 0.35) !important;
}

.ring-brand-link\/40 {
  --tw-ring-color: rgb(147 110 7 / 0.4) !important;
}

.ring-brand-link\/45 {
  --tw-ring-color: rgb(147 110 7 / 0.45) !important;
}

.ring-brand-link\/5 {
  --tw-ring-color: rgb(147 110 7 / 0.05) !important;
}

.ring-brand-link\/50 {
  --tw-ring-color: rgb(147 110 7 / 0.5) !important;
}

.ring-brand-link\/55 {
  --tw-ring-color: rgb(147 110 7 / 0.55) !important;
}

.ring-brand-link\/60 {
  --tw-ring-color: rgb(147 110 7 / 0.6) !important;
}

.ring-brand-link\/65 {
  --tw-ring-color: rgb(147 110 7 / 0.65) !important;
}

.ring-brand-link\/70 {
  --tw-ring-color: rgb(147 110 7 / 0.7) !important;
}

.ring-brand-link\/75 {
  --tw-ring-color: rgb(147 110 7 / 0.75) !important;
}

.ring-brand-link\/80 {
  --tw-ring-color: rgb(147 110 7 / 0.8) !important;
}

.ring-brand-link\/85 {
  --tw-ring-color: rgb(147 110 7 / 0.85) !important;
}

.ring-brand-link\/90 {
  --tw-ring-color: rgb(147 110 7 / 0.9) !important;
}

.ring-brand-link\/95 {
  --tw-ring-color: rgb(147 110 7 / 0.95) !important;
}

.ring-brand-muted {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(108 117 125 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-muted\/0 {
  --tw-ring-color: rgb(108 117 125 / 0) !important;
}

.ring-brand-muted\/10 {
  --tw-ring-color: rgb(108 117 125 / 0.1) !important;
}

.ring-brand-muted\/100 {
  --tw-ring-color: rgb(108 117 125 / 1) !important;
}

.ring-brand-muted\/15 {
  --tw-ring-color: rgb(108 117 125 / 0.15) !important;
}

.ring-brand-muted\/20 {
  --tw-ring-color: rgb(108 117 125 / 0.2) !important;
}

.ring-brand-muted\/25 {
  --tw-ring-color: rgb(108 117 125 / 0.25) !important;
}

.ring-brand-muted\/30 {
  --tw-ring-color: rgb(108 117 125 / 0.3) !important;
}

.ring-brand-muted\/35 {
  --tw-ring-color: rgb(108 117 125 / 0.35) !important;
}

.ring-brand-muted\/40 {
  --tw-ring-color: rgb(108 117 125 / 0.4) !important;
}

.ring-brand-muted\/45 {
  --tw-ring-color: rgb(108 117 125 / 0.45) !important;
}

.ring-brand-muted\/5 {
  --tw-ring-color: rgb(108 117 125 / 0.05) !important;
}

.ring-brand-muted\/50 {
  --tw-ring-color: rgb(108 117 125 / 0.5) !important;
}

.ring-brand-muted\/55 {
  --tw-ring-color: rgb(108 117 125 / 0.55) !important;
}

.ring-brand-muted\/60 {
  --tw-ring-color: rgb(108 117 125 / 0.6) !important;
}

.ring-brand-muted\/65 {
  --tw-ring-color: rgb(108 117 125 / 0.65) !important;
}

.ring-brand-muted\/70 {
  --tw-ring-color: rgb(108 117 125 / 0.7) !important;
}

.ring-brand-muted\/75 {
  --tw-ring-color: rgb(108 117 125 / 0.75) !important;
}

.ring-brand-muted\/80 {
  --tw-ring-color: rgb(108 117 125 / 0.8) !important;
}

.ring-brand-muted\/85 {
  --tw-ring-color: rgb(108 117 125 / 0.85) !important;
}

.ring-brand-muted\/90 {
  --tw-ring-color: rgb(108 117 125 / 0.9) !important;
}

.ring-brand-muted\/95 {
  --tw-ring-color: rgb(108 117 125 / 0.95) !important;
}

.ring-brand-primary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 184 17 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-primary\/0 {
  --tw-ring-color: rgb(244 184 17 / 0) !important;
}

.ring-brand-primary\/10 {
  --tw-ring-color: rgb(244 184 17 / 0.1) !important;
}

.ring-brand-primary\/100 {
  --tw-ring-color: rgb(244 184 17 / 1) !important;
}

.ring-brand-primary\/15 {
  --tw-ring-color: rgb(244 184 17 / 0.15) !important;
}

.ring-brand-primary\/20 {
  --tw-ring-color: rgb(244 184 17 / 0.2) !important;
}

.ring-brand-primary\/25 {
  --tw-ring-color: rgb(244 184 17 / 0.25) !important;
}

.ring-brand-primary\/30 {
  --tw-ring-color: rgb(244 184 17 / 0.3) !important;
}

.ring-brand-primary\/35 {
  --tw-ring-color: rgb(244 184 17 / 0.35) !important;
}

.ring-brand-primary\/40 {
  --tw-ring-color: rgb(244 184 17 / 0.4) !important;
}

.ring-brand-primary\/45 {
  --tw-ring-color: rgb(244 184 17 / 0.45) !important;
}

.ring-brand-primary\/5 {
  --tw-ring-color: rgb(244 184 17 / 0.05) !important;
}

.ring-brand-primary\/50 {
  --tw-ring-color: rgb(244 184 17 / 0.5) !important;
}

.ring-brand-primary\/55 {
  --tw-ring-color: rgb(244 184 17 / 0.55) !important;
}

.ring-brand-primary\/60 {
  --tw-ring-color: rgb(244 184 17 / 0.6) !important;
}

.ring-brand-primary\/65 {
  --tw-ring-color: rgb(244 184 17 / 0.65) !important;
}

.ring-brand-primary\/70 {
  --tw-ring-color: rgb(244 184 17 / 0.7) !important;
}

.ring-brand-primary\/75 {
  --tw-ring-color: rgb(244 184 17 / 0.75) !important;
}

.ring-brand-primary\/80 {
  --tw-ring-color: rgb(244 184 17 / 0.8) !important;
}

.ring-brand-primary\/85 {
  --tw-ring-color: rgb(244 184 17 / 0.85) !important;
}

.ring-brand-primary\/90 {
  --tw-ring-color: rgb(244 184 17 / 0.9) !important;
}

.ring-brand-primary\/95 {
  --tw-ring-color: rgb(244 184 17 / 0.95) !important;
}

.ring-brand-secondary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 204 0 / var(--tw-ring-opacity, 1)) !important;
}

.ring-brand-secondary\/0 {
  --tw-ring-color: rgb(255 204 0 / 0) !important;
}

.ring-brand-secondary\/10 {
  --tw-ring-color: rgb(255 204 0 / 0.1) !important;
}

.ring-brand-secondary\/100 {
  --tw-ring-color: rgb(255 204 0 / 1) !important;
}

.ring-brand-secondary\/15 {
  --tw-ring-color: rgb(255 204 0 / 0.15) !important;
}

.ring-brand-secondary\/20 {
  --tw-ring-color: rgb(255 204 0 / 0.2) !important;
}

.ring-brand-secondary\/25 {
  --tw-ring-color: rgb(255 204 0 / 0.25) !important;
}

.ring-brand-secondary\/30 {
  --tw-ring-color: rgb(255 204 0 / 0.3) !important;
}

.ring-brand-secondary\/35 {
  --tw-ring-color: rgb(255 204 0 / 0.35) !important;
}

.ring-brand-secondary\/40 {
  --tw-ring-color: rgb(255 204 0 / 0.4) !important;
}

.ring-brand-secondary\/45 {
  --tw-ring-color: rgb(255 204 0 / 0.45) !important;
}

.ring-brand-secondary\/5 {
  --tw-ring-color: rgb(255 204 0 / 0.05) !important;
}

.ring-brand-secondary\/50 {
  --tw-ring-color: rgb(255 204 0 / 0.5) !important;
}

.ring-brand-secondary\/55 {
  --tw-ring-color: rgb(255 204 0 / 0.55) !important;
}

.ring-brand-secondary\/60 {
  --tw-ring-color: rgb(255 204 0 / 0.6) !important;
}

.ring-brand-secondary\/65 {
  --tw-ring-color: rgb(255 204 0 / 0.65) !important;
}

.ring-brand-secondary\/70 {
  --tw-ring-color: rgb(255 204 0 / 0.7) !important;
}

.ring-brand-secondary\/75 {
  --tw-ring-color: rgb(255 204 0 / 0.75) !important;
}

.ring-brand-secondary\/80 {
  --tw-ring-color: rgb(255 204 0 / 0.8) !important;
}

.ring-brand-secondary\/85 {
  --tw-ring-color: rgb(255 204 0 / 0.85) !important;
}

.ring-brand-secondary\/90 {
  --tw-ring-color: rgb(255 204 0 / 0.9) !important;
}

.ring-brand-secondary\/95 {
  --tw-ring-color: rgb(255 204 0 / 0.95) !important;
}

.ring-earth {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
}

.ring-earth\/0 {
  --tw-ring-color: rgb(120 46 1 / 0) !important;
}

.ring-earth\/10 {
  --tw-ring-color: rgb(120 46 1 / 0.1) !important;
}

.ring-earth\/100 {
  --tw-ring-color: rgb(120 46 1 / 1) !important;
}

.ring-earth\/15 {
  --tw-ring-color: rgb(120 46 1 / 0.15) !important;
}

.ring-earth\/20 {
  --tw-ring-color: rgb(120 46 1 / 0.2) !important;
}

.ring-earth\/25 {
  --tw-ring-color: rgb(120 46 1 / 0.25) !important;
}

.ring-earth\/30 {
  --tw-ring-color: rgb(120 46 1 / 0.3) !important;
}

.ring-earth\/35 {
  --tw-ring-color: rgb(120 46 1 / 0.35) !important;
}

.ring-earth\/40 {
  --tw-ring-color: rgb(120 46 1 / 0.4) !important;
}

.ring-earth\/45 {
  --tw-ring-color: rgb(120 46 1 / 0.45) !important;
}

.ring-earth\/5 {
  --tw-ring-color: rgb(120 46 1 / 0.05) !important;
}

.ring-earth\/50 {
  --tw-ring-color: rgb(120 46 1 / 0.5) !important;
}

.ring-earth\/55 {
  --tw-ring-color: rgb(120 46 1 / 0.55) !important;
}

.ring-earth\/60 {
  --tw-ring-color: rgb(120 46 1 / 0.6) !important;
}

.ring-earth\/65 {
  --tw-ring-color: rgb(120 46 1 / 0.65) !important;
}

.ring-earth\/70 {
  --tw-ring-color: rgb(120 46 1 / 0.7) !important;
}

.ring-earth\/75 {
  --tw-ring-color: rgb(120 46 1 / 0.75) !important;
}

.ring-earth\/80 {
  --tw-ring-color: rgb(120 46 1 / 0.8) !important;
}

.ring-earth\/85 {
  --tw-ring-color: rgb(120 46 1 / 0.85) !important;
}

.ring-earth\/90 {
  --tw-ring-color: rgb(120 46 1 / 0.9) !important;
}

.ring-earth\/95 {
  --tw-ring-color: rgb(120 46 1 / 0.95) !important;
}

.ring-gray-900\/\[0\.04\] {
  --tw-ring-color: rgb(17 24 39 / 0.04) !important;
}

.ring-harvest {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
}

.ring-harvest\/0 {
  --tw-ring-color: rgb(215 129 49 / 0) !important;
}

.ring-harvest\/10 {
  --tw-ring-color: rgb(215 129 49 / 0.1) !important;
}

.ring-harvest\/100 {
  --tw-ring-color: rgb(215 129 49 / 1) !important;
}

.ring-harvest\/15 {
  --tw-ring-color: rgb(215 129 49 / 0.15) !important;
}

.ring-harvest\/20 {
  --tw-ring-color: rgb(215 129 49 / 0.2) !important;
}

.ring-harvest\/25 {
  --tw-ring-color: rgb(215 129 49 / 0.25) !important;
}

.ring-harvest\/30 {
  --tw-ring-color: rgb(215 129 49 / 0.3) !important;
}

.ring-harvest\/35 {
  --tw-ring-color: rgb(215 129 49 / 0.35) !important;
}

.ring-harvest\/40 {
  --tw-ring-color: rgb(215 129 49 / 0.4) !important;
}

.ring-harvest\/45 {
  --tw-ring-color: rgb(215 129 49 / 0.45) !important;
}

.ring-harvest\/5 {
  --tw-ring-color: rgb(215 129 49 / 0.05) !important;
}

.ring-harvest\/50 {
  --tw-ring-color: rgb(215 129 49 / 0.5) !important;
}

.ring-harvest\/55 {
  --tw-ring-color: rgb(215 129 49 / 0.55) !important;
}

.ring-harvest\/60 {
  --tw-ring-color: rgb(215 129 49 / 0.6) !important;
}

.ring-harvest\/65 {
  --tw-ring-color: rgb(215 129 49 / 0.65) !important;
}

.ring-harvest\/70 {
  --tw-ring-color: rgb(215 129 49 / 0.7) !important;
}

.ring-harvest\/75 {
  --tw-ring-color: rgb(215 129 49 / 0.75) !important;
}

.ring-harvest\/80 {
  --tw-ring-color: rgb(215 129 49 / 0.8) !important;
}

.ring-harvest\/85 {
  --tw-ring-color: rgb(215 129 49 / 0.85) !important;
}

.ring-harvest\/90 {
  --tw-ring-color: rgb(215 129 49 / 0.9) !important;
}

.ring-harvest\/95 {
  --tw-ring-color: rgb(215 129 49 / 0.95) !important;
}

.ring-sprout {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
}

.ring-sprout\/0 {
  --tw-ring-color: rgb(196 209 72 / 0) !important;
}

.ring-sprout\/10 {
  --tw-ring-color: rgb(196 209 72 / 0.1) !important;
}

.ring-sprout\/100 {
  --tw-ring-color: rgb(196 209 72 / 1) !important;
}

.ring-sprout\/15 {
  --tw-ring-color: rgb(196 209 72 / 0.15) !important;
}

.ring-sprout\/20 {
  --tw-ring-color: rgb(196 209 72 / 0.2) !important;
}

.ring-sprout\/25 {
  --tw-ring-color: rgb(196 209 72 / 0.25) !important;
}

.ring-sprout\/30 {
  --tw-ring-color: rgb(196 209 72 / 0.3) !important;
}

.ring-sprout\/35 {
  --tw-ring-color: rgb(196 209 72 / 0.35) !important;
}

.ring-sprout\/40 {
  --tw-ring-color: rgb(196 209 72 / 0.4) !important;
}

.ring-sprout\/45 {
  --tw-ring-color: rgb(196 209 72 / 0.45) !important;
}

.ring-sprout\/5 {
  --tw-ring-color: rgb(196 209 72 / 0.05) !important;
}

.ring-sprout\/50 {
  --tw-ring-color: rgb(196 209 72 / 0.5) !important;
}

.ring-sprout\/55 {
  --tw-ring-color: rgb(196 209 72 / 0.55) !important;
}

.ring-sprout\/60 {
  --tw-ring-color: rgb(196 209 72 / 0.6) !important;
}

.ring-sprout\/65 {
  --tw-ring-color: rgb(196 209 72 / 0.65) !important;
}

.ring-sprout\/70 {
  --tw-ring-color: rgb(196 209 72 / 0.7) !important;
}

.ring-sprout\/75 {
  --tw-ring-color: rgb(196 209 72 / 0.75) !important;
}

.ring-sprout\/80 {
  --tw-ring-color: rgb(196 209 72 / 0.8) !important;
}

.ring-sprout\/85 {
  --tw-ring-color: rgb(196 209 72 / 0.85) !important;
}

.ring-sprout\/90 {
  --tw-ring-color: rgb(196 209 72 / 0.9) !important;
}

.ring-sprout\/95 {
  --tw-ring-color: rgb(196 209 72 / 0.95) !important;
}

.ring-yellow-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1)) !important;
}

.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0) !important;
}

.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1) !important;
}

.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1) !important;
}

.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15) !important;
}

.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2) !important;
}

.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25) !important;
}

.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3) !important;
}

.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35) !important;
}

.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4) !important;
}

.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45) !important;
}

.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05) !important;
}

.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5) !important;
}

.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55) !important;
}

.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6) !important;
}

.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65) !important;
}

.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7) !important;
}

.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75) !important;
}

.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8) !important;
}

.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85) !important;
}

.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9) !important;
}

.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95) !important;
}

.ring-yellow-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1)) !important;
}

.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0) !important;
}

.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1) !important;
}

.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1) !important;
}

.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15) !important;
}

.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2) !important;
}

.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25) !important;
}

.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3) !important;
}

.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35) !important;
}

.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4) !important;
}

.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45) !important;
}

.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05) !important;
}

.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5) !important;
}

.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55) !important;
}

.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6) !important;
}

.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65) !important;
}

.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7) !important;
}

.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75) !important;
}

.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8) !important;
}

.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85) !important;
}

.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9) !important;
}

.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95) !important;
}

.ring-yellow-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) !important;
}

.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0) !important;
}

.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1) !important;
}

.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1) !important;
}

.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15) !important;
}

.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2) !important;
}

.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25) !important;
}

.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3) !important;
}

.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35) !important;
}

.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4) !important;
}

.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45) !important;
}

.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05) !important;
}

.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5) !important;
}

.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55) !important;
}

.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6) !important;
}

.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65) !important;
}

.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7) !important;
}

.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75) !important;
}

.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8) !important;
}

.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85) !important;
}

.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9) !important;
}

.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95) !important;
}

.ring-yellow-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1)) !important;
}

.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0) !important;
}

.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1) !important;
}

.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1) !important;
}

.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15) !important;
}

.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2) !important;
}

.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25) !important;
}

.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3) !important;
}

.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35) !important;
}

.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4) !important;
}

.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45) !important;
}

.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05) !important;
}

.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5) !important;
}

.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55) !important;
}

.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6) !important;
}

.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65) !important;
}

.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7) !important;
}

.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75) !important;
}

.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8) !important;
}

.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85) !important;
}

.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9) !important;
}

.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95) !important;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3 !important;
}

.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0) !important;
}

.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1) !important;
}

.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1) !important;
}

.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15) !important;
}

.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2) !important;
}

.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25) !important;
}

.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3) !important;
}

.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35) !important;
}

.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4) !important;
}

.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45) !important;
}

.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05) !important;
}

.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5) !important;
}

.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55) !important;
}

.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6) !important;
}

.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65) !important;
}

.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7) !important;
}

.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75) !important;
}

.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8) !important;
}

.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85) !important;
}

.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9) !important;
}

.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95) !important;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a !important;
}

.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0) !important;
}

.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1) !important;
}

.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1) !important;
}

.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15) !important;
}

.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2) !important;
}

.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25) !important;
}

.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3) !important;
}

.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35) !important;
}

.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4) !important;
}

.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45) !important;
}

.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05) !important;
}

.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5) !important;
}

.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55) !important;
}

.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6) !important;
}

.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65) !important;
}

.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7) !important;
}

.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75) !important;
}

.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8) !important;
}

.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85) !important;
}

.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9) !important;
}

.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95) !important;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15 !important;
}

.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0) !important;
}

.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1) !important;
}

.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1) !important;
}

.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15) !important;
}

.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2) !important;
}

.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25) !important;
}

.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3) !important;
}

.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35) !important;
}

.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4) !important;
}

.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45) !important;
}

.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05) !important;
}

.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5) !important;
}

.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55) !important;
}

.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6) !important;
}

.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65) !important;
}

.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7) !important;
}

.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75) !important;
}

.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8) !important;
}

.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85) !important;
}

.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9) !important;
}

.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95) !important;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e !important;
}

.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0) !important;
}

.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1) !important;
}

.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1) !important;
}

.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15) !important;
}

.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2) !important;
}

.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25) !important;
}

.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3) !important;
}

.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35) !important;
}

.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4) !important;
}

.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45) !important;
}

.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05) !important;
}

.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5) !important;
}

.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55) !important;
}

.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6) !important;
}

.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65) !important;
}

.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7) !important;
}

.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75) !important;
}

.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8) !important;
}

.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85) !important;
}

.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9) !important;
}

.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.elementor .hover\:text-earth:hover,
  .elementor .hover\:text-earth:hover :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .hover\:text-harvest:hover,
  .elementor .hover\:text-harvest:hover :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .hover\:text-sprout:hover,
  .elementor .hover\:text-sprout:hover :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.elementor .focus\:text-earth:focus,
  .elementor .focus\:text-earth:focus :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .focus\:text-harvest:focus,
  .elementor .focus\:text-harvest:focus :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .focus\:text-sprout:focus,
  .elementor .focus\:text-sprout:focus :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.elementor .group:hover .group-hover\:text-earth,
  .elementor .group:hover .group-hover\:text-earth :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .group:hover .group-hover\:text-harvest,
  .elementor .group:hover .group-hover\:text-harvest :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .group:hover .group-hover\:text-sprout,
  .elementor .group:hover .group-hover\:text-sprout :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 640px) {
  .elementor .sm\:text-earth,
  .elementor .sm\:text-earth :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .sm\:text-harvest,
  .elementor .sm\:text-harvest :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .sm\:text-sprout,
  .elementor .sm\:text-sprout :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .sm\:text-lg :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .elementor .md\:text-earth,
  .elementor .md\:text-earth :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .md\:text-harvest,
  .elementor .md\:text-harvest :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .md\:text-sprout,
  .elementor .md\:text-sprout :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .md\:text-sm :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .elementor .md\:text-base :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .elementor .md\:text-lg :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .elementor .md\:text-3xl :where(.elementor-heading-title, .elementor-text-editor, h1, h2, h3, h4) {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}

@media (min-width: 1024px) {
  .elementor .lg\:text-earth,
  .elementor .lg\:text-earth :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .lg\:text-harvest,
  .elementor .lg\:text-harvest :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .lg\:text-sprout,
  .elementor .lg\:text-sprout :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
    color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
  }

  .elementor .lg\:text-sm :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .elementor .lg\:text-base :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .elementor .lg\:text-lg :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .elementor .lg\:text-3xl :where(.elementor-heading-title, .elementor-text-editor, h1, h2, h3, h4) {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:border-brand-dark:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 39 20 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-dark\/0:hover {
  border-color: rgb(46 39 20 / 0) !important;
}

.hover\:border-brand-dark\/10:hover {
  border-color: rgb(46 39 20 / 0.1) !important;
}

.hover\:border-brand-dark\/100:hover {
  border-color: rgb(46 39 20 / 1) !important;
}

.hover\:border-brand-dark\/15:hover {
  border-color: rgb(46 39 20 / 0.15) !important;
}

.hover\:border-brand-dark\/20:hover {
  border-color: rgb(46 39 20 / 0.2) !important;
}

.hover\:border-brand-dark\/25:hover {
  border-color: rgb(46 39 20 / 0.25) !important;
}

.hover\:border-brand-dark\/30:hover {
  border-color: rgb(46 39 20 / 0.3) !important;
}

.hover\:border-brand-dark\/35:hover {
  border-color: rgb(46 39 20 / 0.35) !important;
}

.hover\:border-brand-dark\/40:hover {
  border-color: rgb(46 39 20 / 0.4) !important;
}

.hover\:border-brand-dark\/45:hover {
  border-color: rgb(46 39 20 / 0.45) !important;
}

.hover\:border-brand-dark\/5:hover {
  border-color: rgb(46 39 20 / 0.05) !important;
}

.hover\:border-brand-dark\/50:hover {
  border-color: rgb(46 39 20 / 0.5) !important;
}

.hover\:border-brand-dark\/55:hover {
  border-color: rgb(46 39 20 / 0.55) !important;
}

.hover\:border-brand-dark\/60:hover {
  border-color: rgb(46 39 20 / 0.6) !important;
}

.hover\:border-brand-dark\/65:hover {
  border-color: rgb(46 39 20 / 0.65) !important;
}

.hover\:border-brand-dark\/70:hover {
  border-color: rgb(46 39 20 / 0.7) !important;
}

.hover\:border-brand-dark\/75:hover {
  border-color: rgb(46 39 20 / 0.75) !important;
}

.hover\:border-brand-dark\/80:hover {
  border-color: rgb(46 39 20 / 0.8) !important;
}

.hover\:border-brand-dark\/85:hover {
  border-color: rgb(46 39 20 / 0.85) !important;
}

.hover\:border-brand-dark\/90:hover {
  border-color: rgb(46 39 20 / 0.9) !important;
}

.hover\:border-brand-dark\/95:hover {
  border-color: rgb(46 39 20 / 0.95) !important;
}

.hover\:border-brand-ink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 37 41 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-ink\/0:hover {
  border-color: rgb(33 37 41 / 0) !important;
}

.hover\:border-brand-ink\/10:hover {
  border-color: rgb(33 37 41 / 0.1) !important;
}

.hover\:border-brand-ink\/100:hover {
  border-color: rgb(33 37 41 / 1) !important;
}

.hover\:border-brand-ink\/15:hover {
  border-color: rgb(33 37 41 / 0.15) !important;
}

.hover\:border-brand-ink\/20:hover {
  border-color: rgb(33 37 41 / 0.2) !important;
}

.hover\:border-brand-ink\/25:hover {
  border-color: rgb(33 37 41 / 0.25) !important;
}

.hover\:border-brand-ink\/30:hover {
  border-color: rgb(33 37 41 / 0.3) !important;
}

.hover\:border-brand-ink\/35:hover {
  border-color: rgb(33 37 41 / 0.35) !important;
}

.hover\:border-brand-ink\/40:hover {
  border-color: rgb(33 37 41 / 0.4) !important;
}

.hover\:border-brand-ink\/45:hover {
  border-color: rgb(33 37 41 / 0.45) !important;
}

.hover\:border-brand-ink\/5:hover {
  border-color: rgb(33 37 41 / 0.05) !important;
}

.hover\:border-brand-ink\/50:hover {
  border-color: rgb(33 37 41 / 0.5) !important;
}

.hover\:border-brand-ink\/55:hover {
  border-color: rgb(33 37 41 / 0.55) !important;
}

.hover\:border-brand-ink\/60:hover {
  border-color: rgb(33 37 41 / 0.6) !important;
}

.hover\:border-brand-ink\/65:hover {
  border-color: rgb(33 37 41 / 0.65) !important;
}

.hover\:border-brand-ink\/70:hover {
  border-color: rgb(33 37 41 / 0.7) !important;
}

.hover\:border-brand-ink\/75:hover {
  border-color: rgb(33 37 41 / 0.75) !important;
}

.hover\:border-brand-ink\/80:hover {
  border-color: rgb(33 37 41 / 0.8) !important;
}

.hover\:border-brand-ink\/85:hover {
  border-color: rgb(33 37 41 / 0.85) !important;
}

.hover\:border-brand-ink\/90:hover {
  border-color: rgb(33 37 41 / 0.9) !important;
}

.hover\:border-brand-ink\/95:hover {
  border-color: rgb(33 37 41 / 0.95) !important;
}

.hover\:border-brand-light:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 244 240 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-light\/0:hover {
  border-color: rgb(245 244 240 / 0) !important;
}

.hover\:border-brand-light\/10:hover {
  border-color: rgb(245 244 240 / 0.1) !important;
}

.hover\:border-brand-light\/100:hover {
  border-color: rgb(245 244 240 / 1) !important;
}

.hover\:border-brand-light\/15:hover {
  border-color: rgb(245 244 240 / 0.15) !important;
}

.hover\:border-brand-light\/20:hover {
  border-color: rgb(245 244 240 / 0.2) !important;
}

.hover\:border-brand-light\/25:hover {
  border-color: rgb(245 244 240 / 0.25) !important;
}

.hover\:border-brand-light\/30:hover {
  border-color: rgb(245 244 240 / 0.3) !important;
}

.hover\:border-brand-light\/35:hover {
  border-color: rgb(245 244 240 / 0.35) !important;
}

.hover\:border-brand-light\/40:hover {
  border-color: rgb(245 244 240 / 0.4) !important;
}

.hover\:border-brand-light\/45:hover {
  border-color: rgb(245 244 240 / 0.45) !important;
}

.hover\:border-brand-light\/5:hover {
  border-color: rgb(245 244 240 / 0.05) !important;
}

.hover\:border-brand-light\/50:hover {
  border-color: rgb(245 244 240 / 0.5) !important;
}

.hover\:border-brand-light\/55:hover {
  border-color: rgb(245 244 240 / 0.55) !important;
}

.hover\:border-brand-light\/60:hover {
  border-color: rgb(245 244 240 / 0.6) !important;
}

.hover\:border-brand-light\/65:hover {
  border-color: rgb(245 244 240 / 0.65) !important;
}

.hover\:border-brand-light\/70:hover {
  border-color: rgb(245 244 240 / 0.7) !important;
}

.hover\:border-brand-light\/75:hover {
  border-color: rgb(245 244 240 / 0.75) !important;
}

.hover\:border-brand-light\/80:hover {
  border-color: rgb(245 244 240 / 0.8) !important;
}

.hover\:border-brand-light\/85:hover {
  border-color: rgb(245 244 240 / 0.85) !important;
}

.hover\:border-brand-light\/90:hover {
  border-color: rgb(245 244 240 / 0.9) !important;
}

.hover\:border-brand-light\/95:hover {
  border-color: rgb(245 244 240 / 0.95) !important;
}

.hover\:border-brand-link:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 110 7 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-link-hover:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 55 3 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-link-hover\/0:hover {
  border-color: rgb(74 55 3 / 0) !important;
}

.hover\:border-brand-link-hover\/10:hover {
  border-color: rgb(74 55 3 / 0.1) !important;
}

.hover\:border-brand-link-hover\/100:hover {
  border-color: rgb(74 55 3 / 1) !important;
}

.hover\:border-brand-link-hover\/15:hover {
  border-color: rgb(74 55 3 / 0.15) !important;
}

.hover\:border-brand-link-hover\/20:hover {
  border-color: rgb(74 55 3 / 0.2) !important;
}

.hover\:border-brand-link-hover\/25:hover {
  border-color: rgb(74 55 3 / 0.25) !important;
}

.hover\:border-brand-link-hover\/30:hover {
  border-color: rgb(74 55 3 / 0.3) !important;
}

.hover\:border-brand-link-hover\/35:hover {
  border-color: rgb(74 55 3 / 0.35) !important;
}

.hover\:border-brand-link-hover\/40:hover {
  border-color: rgb(74 55 3 / 0.4) !important;
}

.hover\:border-brand-link-hover\/45:hover {
  border-color: rgb(74 55 3 / 0.45) !important;
}

.hover\:border-brand-link-hover\/5:hover {
  border-color: rgb(74 55 3 / 0.05) !important;
}

.hover\:border-brand-link-hover\/50:hover {
  border-color: rgb(74 55 3 / 0.5) !important;
}

.hover\:border-brand-link-hover\/55:hover {
  border-color: rgb(74 55 3 / 0.55) !important;
}

.hover\:border-brand-link-hover\/60:hover {
  border-color: rgb(74 55 3 / 0.6) !important;
}

.hover\:border-brand-link-hover\/65:hover {
  border-color: rgb(74 55 3 / 0.65) !important;
}

.hover\:border-brand-link-hover\/70:hover {
  border-color: rgb(74 55 3 / 0.7) !important;
}

.hover\:border-brand-link-hover\/75:hover {
  border-color: rgb(74 55 3 / 0.75) !important;
}

.hover\:border-brand-link-hover\/80:hover {
  border-color: rgb(74 55 3 / 0.8) !important;
}

.hover\:border-brand-link-hover\/85:hover {
  border-color: rgb(74 55 3 / 0.85) !important;
}

.hover\:border-brand-link-hover\/90:hover {
  border-color: rgb(74 55 3 / 0.9) !important;
}

.hover\:border-brand-link-hover\/95:hover {
  border-color: rgb(74 55 3 / 0.95) !important;
}

.hover\:border-brand-link\/0:hover {
  border-color: rgb(147 110 7 / 0) !important;
}

.hover\:border-brand-link\/10:hover {
  border-color: rgb(147 110 7 / 0.1) !important;
}

.hover\:border-brand-link\/100:hover {
  border-color: rgb(147 110 7 / 1) !important;
}

.hover\:border-brand-link\/15:hover {
  border-color: rgb(147 110 7 / 0.15) !important;
}

.hover\:border-brand-link\/20:hover {
  border-color: rgb(147 110 7 / 0.2) !important;
}

.hover\:border-brand-link\/25:hover {
  border-color: rgb(147 110 7 / 0.25) !important;
}

.hover\:border-brand-link\/30:hover {
  border-color: rgb(147 110 7 / 0.3) !important;
}

.hover\:border-brand-link\/35:hover {
  border-color: rgb(147 110 7 / 0.35) !important;
}

.hover\:border-brand-link\/40:hover {
  border-color: rgb(147 110 7 / 0.4) !important;
}

.hover\:border-brand-link\/45:hover {
  border-color: rgb(147 110 7 / 0.45) !important;
}

.hover\:border-brand-link\/5:hover {
  border-color: rgb(147 110 7 / 0.05) !important;
}

.hover\:border-brand-link\/50:hover {
  border-color: rgb(147 110 7 / 0.5) !important;
}

.hover\:border-brand-link\/55:hover {
  border-color: rgb(147 110 7 / 0.55) !important;
}

.hover\:border-brand-link\/60:hover {
  border-color: rgb(147 110 7 / 0.6) !important;
}

.hover\:border-brand-link\/65:hover {
  border-color: rgb(147 110 7 / 0.65) !important;
}

.hover\:border-brand-link\/70:hover {
  border-color: rgb(147 110 7 / 0.7) !important;
}

.hover\:border-brand-link\/75:hover {
  border-color: rgb(147 110 7 / 0.75) !important;
}

.hover\:border-brand-link\/80:hover {
  border-color: rgb(147 110 7 / 0.8) !important;
}

.hover\:border-brand-link\/85:hover {
  border-color: rgb(147 110 7 / 0.85) !important;
}

.hover\:border-brand-link\/90:hover {
  border-color: rgb(147 110 7 / 0.9) !important;
}

.hover\:border-brand-link\/95:hover {
  border-color: rgb(147 110 7 / 0.95) !important;
}

.hover\:border-brand-muted:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(108 117 125 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-muted\/0:hover {
  border-color: rgb(108 117 125 / 0) !important;
}

.hover\:border-brand-muted\/10:hover {
  border-color: rgb(108 117 125 / 0.1) !important;
}

.hover\:border-brand-muted\/100:hover {
  border-color: rgb(108 117 125 / 1) !important;
}

.hover\:border-brand-muted\/15:hover {
  border-color: rgb(108 117 125 / 0.15) !important;
}

.hover\:border-brand-muted\/20:hover {
  border-color: rgb(108 117 125 / 0.2) !important;
}

.hover\:border-brand-muted\/25:hover {
  border-color: rgb(108 117 125 / 0.25) !important;
}

.hover\:border-brand-muted\/30:hover {
  border-color: rgb(108 117 125 / 0.3) !important;
}

.hover\:border-brand-muted\/35:hover {
  border-color: rgb(108 117 125 / 0.35) !important;
}

.hover\:border-brand-muted\/40:hover {
  border-color: rgb(108 117 125 / 0.4) !important;
}

.hover\:border-brand-muted\/45:hover {
  border-color: rgb(108 117 125 / 0.45) !important;
}

.hover\:border-brand-muted\/5:hover {
  border-color: rgb(108 117 125 / 0.05) !important;
}

.hover\:border-brand-muted\/50:hover {
  border-color: rgb(108 117 125 / 0.5) !important;
}

.hover\:border-brand-muted\/55:hover {
  border-color: rgb(108 117 125 / 0.55) !important;
}

.hover\:border-brand-muted\/60:hover {
  border-color: rgb(108 117 125 / 0.6) !important;
}

.hover\:border-brand-muted\/65:hover {
  border-color: rgb(108 117 125 / 0.65) !important;
}

.hover\:border-brand-muted\/70:hover {
  border-color: rgb(108 117 125 / 0.7) !important;
}

.hover\:border-brand-muted\/75:hover {
  border-color: rgb(108 117 125 / 0.75) !important;
}

.hover\:border-brand-muted\/80:hover {
  border-color: rgb(108 117 125 / 0.8) !important;
}

.hover\:border-brand-muted\/85:hover {
  border-color: rgb(108 117 125 / 0.85) !important;
}

.hover\:border-brand-muted\/90:hover {
  border-color: rgb(108 117 125 / 0.9) !important;
}

.hover\:border-brand-muted\/95:hover {
  border-color: rgb(108 117 125 / 0.95) !important;
}

.hover\:border-brand-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 184 17 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-primary\/0:hover {
  border-color: rgb(244 184 17 / 0) !important;
}

.hover\:border-brand-primary\/10:hover {
  border-color: rgb(244 184 17 / 0.1) !important;
}

.hover\:border-brand-primary\/100:hover {
  border-color: rgb(244 184 17 / 1) !important;
}

.hover\:border-brand-primary\/15:hover {
  border-color: rgb(244 184 17 / 0.15) !important;
}

.hover\:border-brand-primary\/20:hover {
  border-color: rgb(244 184 17 / 0.2) !important;
}

.hover\:border-brand-primary\/25:hover {
  border-color: rgb(244 184 17 / 0.25) !important;
}

.hover\:border-brand-primary\/30:hover {
  border-color: rgb(244 184 17 / 0.3) !important;
}

.hover\:border-brand-primary\/35:hover {
  border-color: rgb(244 184 17 / 0.35) !important;
}

.hover\:border-brand-primary\/40:hover {
  border-color: rgb(244 184 17 / 0.4) !important;
}

.hover\:border-brand-primary\/45:hover {
  border-color: rgb(244 184 17 / 0.45) !important;
}

.hover\:border-brand-primary\/5:hover {
  border-color: rgb(244 184 17 / 0.05) !important;
}

.hover\:border-brand-primary\/50:hover {
  border-color: rgb(244 184 17 / 0.5) !important;
}

.hover\:border-brand-primary\/55:hover {
  border-color: rgb(244 184 17 / 0.55) !important;
}

.hover\:border-brand-primary\/60:hover {
  border-color: rgb(244 184 17 / 0.6) !important;
}

.hover\:border-brand-primary\/65:hover {
  border-color: rgb(244 184 17 / 0.65) !important;
}

.hover\:border-brand-primary\/70:hover {
  border-color: rgb(244 184 17 / 0.7) !important;
}

.hover\:border-brand-primary\/75:hover {
  border-color: rgb(244 184 17 / 0.75) !important;
}

.hover\:border-brand-primary\/80:hover {
  border-color: rgb(244 184 17 / 0.8) !important;
}

.hover\:border-brand-primary\/85:hover {
  border-color: rgb(244 184 17 / 0.85) !important;
}

.hover\:border-brand-primary\/90:hover {
  border-color: rgb(244 184 17 / 0.9) !important;
}

.hover\:border-brand-primary\/95:hover {
  border-color: rgb(244 184 17 / 0.95) !important;
}

.hover\:border-brand-secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brand-secondary\/0:hover {
  border-color: rgb(255 204 0 / 0) !important;
}

.hover\:border-brand-secondary\/10:hover {
  border-color: rgb(255 204 0 / 0.1) !important;
}

.hover\:border-brand-secondary\/100:hover {
  border-color: rgb(255 204 0 / 1) !important;
}

.hover\:border-brand-secondary\/15:hover {
  border-color: rgb(255 204 0 / 0.15) !important;
}

.hover\:border-brand-secondary\/20:hover {
  border-color: rgb(255 204 0 / 0.2) !important;
}

.hover\:border-brand-secondary\/25:hover {
  border-color: rgb(255 204 0 / 0.25) !important;
}

.hover\:border-brand-secondary\/30:hover {
  border-color: rgb(255 204 0 / 0.3) !important;
}

.hover\:border-brand-secondary\/35:hover {
  border-color: rgb(255 204 0 / 0.35) !important;
}

.hover\:border-brand-secondary\/40:hover {
  border-color: rgb(255 204 0 / 0.4) !important;
}

.hover\:border-brand-secondary\/45:hover {
  border-color: rgb(255 204 0 / 0.45) !important;
}

.hover\:border-brand-secondary\/5:hover {
  border-color: rgb(255 204 0 / 0.05) !important;
}

.hover\:border-brand-secondary\/50:hover {
  border-color: rgb(255 204 0 / 0.5) !important;
}

.hover\:border-brand-secondary\/55:hover {
  border-color: rgb(255 204 0 / 0.55) !important;
}

.hover\:border-brand-secondary\/60:hover {
  border-color: rgb(255 204 0 / 0.6) !important;
}

.hover\:border-brand-secondary\/65:hover {
  border-color: rgb(255 204 0 / 0.65) !important;
}

.hover\:border-brand-secondary\/70:hover {
  border-color: rgb(255 204 0 / 0.7) !important;
}

.hover\:border-brand-secondary\/75:hover {
  border-color: rgb(255 204 0 / 0.75) !important;
}

.hover\:border-brand-secondary\/80:hover {
  border-color: rgb(255 204 0 / 0.8) !important;
}

.hover\:border-brand-secondary\/85:hover {
  border-color: rgb(255 204 0 / 0.85) !important;
}

.hover\:border-brand-secondary\/90:hover {
  border-color: rgb(255 204 0 / 0.9) !important;
}

.hover\:border-brand-secondary\/95:hover {
  border-color: rgb(255 204 0 / 0.95) !important;
}

.hover\:border-earth:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-earth\/0:hover {
  border-color: rgb(120 46 1 / 0) !important;
}

.hover\:border-earth\/10:hover {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.hover\:border-earth\/100:hover {
  border-color: rgb(120 46 1 / 1) !important;
}

.hover\:border-earth\/15:hover {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.hover\:border-earth\/20:hover {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.hover\:border-earth\/25:hover {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.hover\:border-earth\/30:hover {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.hover\:border-earth\/35:hover {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.hover\:border-earth\/40:hover {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.hover\:border-earth\/45:hover {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.hover\:border-earth\/5:hover {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.hover\:border-earth\/50:hover {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.hover\:border-earth\/55:hover {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.hover\:border-earth\/60:hover {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.hover\:border-earth\/65:hover {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.hover\:border-earth\/70:hover {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.hover\:border-earth\/75:hover {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.hover\:border-earth\/80:hover {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.hover\:border-earth\/85:hover {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.hover\:border-earth\/90:hover {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.hover\:border-earth\/95:hover {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.hover\:border-harvest:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-harvest\/0:hover {
  border-color: rgb(215 129 49 / 0) !important;
}

.hover\:border-harvest\/10:hover {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.hover\:border-harvest\/100:hover {
  border-color: rgb(215 129 49 / 1) !important;
}

.hover\:border-harvest\/15:hover {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.hover\:border-harvest\/20:hover {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.hover\:border-harvest\/25:hover {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.hover\:border-harvest\/30:hover {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.hover\:border-harvest\/35:hover {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.hover\:border-harvest\/40:hover {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.hover\:border-harvest\/45:hover {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.hover\:border-harvest\/5:hover {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.hover\:border-harvest\/50:hover {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.hover\:border-harvest\/55:hover {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.hover\:border-harvest\/60:hover {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.hover\:border-harvest\/65:hover {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.hover\:border-harvest\/70:hover {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.hover\:border-harvest\/75:hover {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.hover\:border-harvest\/80:hover {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.hover\:border-harvest\/85:hover {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.hover\:border-harvest\/90:hover {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.hover\:border-harvest\/95:hover {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.hover\:border-sprout:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-sprout\/0:hover {
  border-color: rgb(196 209 72 / 0) !important;
}

.hover\:border-sprout\/10:hover {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.hover\:border-sprout\/100:hover {
  border-color: rgb(196 209 72 / 1) !important;
}

.hover\:border-sprout\/15:hover {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.hover\:border-sprout\/20:hover {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.hover\:border-sprout\/25:hover {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.hover\:border-sprout\/30:hover {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.hover\:border-sprout\/35:hover {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.hover\:border-sprout\/40:hover {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.hover\:border-sprout\/45:hover {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.hover\:border-sprout\/5:hover {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.hover\:border-sprout\/50:hover {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.hover\:border-sprout\/55:hover {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.hover\:border-sprout\/60:hover {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.hover\:border-sprout\/65:hover {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.hover\:border-sprout\/70:hover {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.hover\:border-sprout\/75:hover {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.hover\:border-sprout\/80:hover {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.hover\:border-sprout\/85:hover {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.hover\:border-sprout\/90:hover {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.hover\:border-sprout\/95:hover {
  border-color: rgb(196 209 72 / 0.95) !important;
}

.hover\:bg-brand-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-dark\/0:hover {
  background-color: rgb(46 39 20 / 0) !important;
}

.hover\:bg-brand-dark\/10:hover {
  background-color: rgb(46 39 20 / 0.1) !important;
}

.hover\:bg-brand-dark\/100:hover {
  background-color: rgb(46 39 20 / 1) !important;
}

.hover\:bg-brand-dark\/15:hover {
  background-color: rgb(46 39 20 / 0.15) !important;
}

.hover\:bg-brand-dark\/20:hover {
  background-color: rgb(46 39 20 / 0.2) !important;
}

.hover\:bg-brand-dark\/25:hover {
  background-color: rgb(46 39 20 / 0.25) !important;
}

.hover\:bg-brand-dark\/30:hover {
  background-color: rgb(46 39 20 / 0.3) !important;
}

.hover\:bg-brand-dark\/35:hover {
  background-color: rgb(46 39 20 / 0.35) !important;
}

.hover\:bg-brand-dark\/40:hover {
  background-color: rgb(46 39 20 / 0.4) !important;
}

.hover\:bg-brand-dark\/45:hover {
  background-color: rgb(46 39 20 / 0.45) !important;
}

.hover\:bg-brand-dark\/5:hover {
  background-color: rgb(46 39 20 / 0.05) !important;
}

.hover\:bg-brand-dark\/50:hover {
  background-color: rgb(46 39 20 / 0.5) !important;
}

.hover\:bg-brand-dark\/55:hover {
  background-color: rgb(46 39 20 / 0.55) !important;
}

.hover\:bg-brand-dark\/60:hover {
  background-color: rgb(46 39 20 / 0.6) !important;
}

.hover\:bg-brand-dark\/65:hover {
  background-color: rgb(46 39 20 / 0.65) !important;
}

.hover\:bg-brand-dark\/70:hover {
  background-color: rgb(46 39 20 / 0.7) !important;
}

.hover\:bg-brand-dark\/75:hover {
  background-color: rgb(46 39 20 / 0.75) !important;
}

.hover\:bg-brand-dark\/80:hover {
  background-color: rgb(46 39 20 / 0.8) !important;
}

.hover\:bg-brand-dark\/85:hover {
  background-color: rgb(46 39 20 / 0.85) !important;
}

.hover\:bg-brand-dark\/90:hover {
  background-color: rgb(46 39 20 / 0.9) !important;
}

.hover\:bg-brand-dark\/95:hover {
  background-color: rgb(46 39 20 / 0.95) !important;
}

.hover\:bg-brand-ink:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-ink\/0:hover {
  background-color: rgb(33 37 41 / 0) !important;
}

.hover\:bg-brand-ink\/10:hover {
  background-color: rgb(33 37 41 / 0.1) !important;
}

.hover\:bg-brand-ink\/100:hover {
  background-color: rgb(33 37 41 / 1) !important;
}

.hover\:bg-brand-ink\/15:hover {
  background-color: rgb(33 37 41 / 0.15) !important;
}

.hover\:bg-brand-ink\/20:hover {
  background-color: rgb(33 37 41 / 0.2) !important;
}

.hover\:bg-brand-ink\/25:hover {
  background-color: rgb(33 37 41 / 0.25) !important;
}

.hover\:bg-brand-ink\/30:hover {
  background-color: rgb(33 37 41 / 0.3) !important;
}

.hover\:bg-brand-ink\/35:hover {
  background-color: rgb(33 37 41 / 0.35) !important;
}

.hover\:bg-brand-ink\/40:hover {
  background-color: rgb(33 37 41 / 0.4) !important;
}

.hover\:bg-brand-ink\/45:hover {
  background-color: rgb(33 37 41 / 0.45) !important;
}

.hover\:bg-brand-ink\/5:hover {
  background-color: rgb(33 37 41 / 0.05) !important;
}

.hover\:bg-brand-ink\/50:hover {
  background-color: rgb(33 37 41 / 0.5) !important;
}

.hover\:bg-brand-ink\/55:hover {
  background-color: rgb(33 37 41 / 0.55) !important;
}

.hover\:bg-brand-ink\/60:hover {
  background-color: rgb(33 37 41 / 0.6) !important;
}

.hover\:bg-brand-ink\/65:hover {
  background-color: rgb(33 37 41 / 0.65) !important;
}

.hover\:bg-brand-ink\/70:hover {
  background-color: rgb(33 37 41 / 0.7) !important;
}

.hover\:bg-brand-ink\/75:hover {
  background-color: rgb(33 37 41 / 0.75) !important;
}

.hover\:bg-brand-ink\/80:hover {
  background-color: rgb(33 37 41 / 0.8) !important;
}

.hover\:bg-brand-ink\/85:hover {
  background-color: rgb(33 37 41 / 0.85) !important;
}

.hover\:bg-brand-ink\/90:hover {
  background-color: rgb(33 37 41 / 0.9) !important;
}

.hover\:bg-brand-ink\/95:hover {
  background-color: rgb(33 37 41 / 0.95) !important;
}

.hover\:bg-brand-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 244 240 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-light\/0:hover {
  background-color: rgb(245 244 240 / 0) !important;
}

.hover\:bg-brand-light\/10:hover {
  background-color: rgb(245 244 240 / 0.1) !important;
}

.hover\:bg-brand-light\/100:hover {
  background-color: rgb(245 244 240 / 1) !important;
}

.hover\:bg-brand-light\/15:hover {
  background-color: rgb(245 244 240 / 0.15) !important;
}

.hover\:bg-brand-light\/20:hover {
  background-color: rgb(245 244 240 / 0.2) !important;
}

.hover\:bg-brand-light\/25:hover {
  background-color: rgb(245 244 240 / 0.25) !important;
}

.hover\:bg-brand-light\/30:hover {
  background-color: rgb(245 244 240 / 0.3) !important;
}

.hover\:bg-brand-light\/35:hover {
  background-color: rgb(245 244 240 / 0.35) !important;
}

.hover\:bg-brand-light\/40:hover {
  background-color: rgb(245 244 240 / 0.4) !important;
}

.hover\:bg-brand-light\/45:hover {
  background-color: rgb(245 244 240 / 0.45) !important;
}

.hover\:bg-brand-light\/5:hover {
  background-color: rgb(245 244 240 / 0.05) !important;
}

.hover\:bg-brand-light\/50:hover {
  background-color: rgb(245 244 240 / 0.5) !important;
}

.hover\:bg-brand-light\/55:hover {
  background-color: rgb(245 244 240 / 0.55) !important;
}

.hover\:bg-brand-light\/60:hover {
  background-color: rgb(245 244 240 / 0.6) !important;
}

.hover\:bg-brand-light\/65:hover {
  background-color: rgb(245 244 240 / 0.65) !important;
}

.hover\:bg-brand-light\/70:hover {
  background-color: rgb(245 244 240 / 0.7) !important;
}

.hover\:bg-brand-light\/75:hover {
  background-color: rgb(245 244 240 / 0.75) !important;
}

.hover\:bg-brand-light\/80:hover {
  background-color: rgb(245 244 240 / 0.8) !important;
}

.hover\:bg-brand-light\/85:hover {
  background-color: rgb(245 244 240 / 0.85) !important;
}

.hover\:bg-brand-light\/90:hover {
  background-color: rgb(245 244 240 / 0.9) !important;
}

.hover\:bg-brand-light\/95:hover {
  background-color: rgb(245 244 240 / 0.95) !important;
}

.hover\:bg-brand-link:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 110 7 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-link-hover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 55 3 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-link-hover\/0:hover {
  background-color: rgb(74 55 3 / 0) !important;
}

.hover\:bg-brand-link-hover\/10:hover {
  background-color: rgb(74 55 3 / 0.1) !important;
}

.hover\:bg-brand-link-hover\/100:hover {
  background-color: rgb(74 55 3 / 1) !important;
}

.hover\:bg-brand-link-hover\/15:hover {
  background-color: rgb(74 55 3 / 0.15) !important;
}

.hover\:bg-brand-link-hover\/20:hover {
  background-color: rgb(74 55 3 / 0.2) !important;
}

.hover\:bg-brand-link-hover\/25:hover {
  background-color: rgb(74 55 3 / 0.25) !important;
}

.hover\:bg-brand-link-hover\/30:hover {
  background-color: rgb(74 55 3 / 0.3) !important;
}

.hover\:bg-brand-link-hover\/35:hover {
  background-color: rgb(74 55 3 / 0.35) !important;
}

.hover\:bg-brand-link-hover\/40:hover {
  background-color: rgb(74 55 3 / 0.4) !important;
}

.hover\:bg-brand-link-hover\/45:hover {
  background-color: rgb(74 55 3 / 0.45) !important;
}

.hover\:bg-brand-link-hover\/5:hover {
  background-color: rgb(74 55 3 / 0.05) !important;
}

.hover\:bg-brand-link-hover\/50:hover {
  background-color: rgb(74 55 3 / 0.5) !important;
}

.hover\:bg-brand-link-hover\/55:hover {
  background-color: rgb(74 55 3 / 0.55) !important;
}

.hover\:bg-brand-link-hover\/60:hover {
  background-color: rgb(74 55 3 / 0.6) !important;
}

.hover\:bg-brand-link-hover\/65:hover {
  background-color: rgb(74 55 3 / 0.65) !important;
}

.hover\:bg-brand-link-hover\/70:hover {
  background-color: rgb(74 55 3 / 0.7) !important;
}

.hover\:bg-brand-link-hover\/75:hover {
  background-color: rgb(74 55 3 / 0.75) !important;
}

.hover\:bg-brand-link-hover\/80:hover {
  background-color: rgb(74 55 3 / 0.8) !important;
}

.hover\:bg-brand-link-hover\/85:hover {
  background-color: rgb(74 55 3 / 0.85) !important;
}

.hover\:bg-brand-link-hover\/90:hover {
  background-color: rgb(74 55 3 / 0.9) !important;
}

.hover\:bg-brand-link-hover\/95:hover {
  background-color: rgb(74 55 3 / 0.95) !important;
}

.hover\:bg-brand-link\/0:hover {
  background-color: rgb(147 110 7 / 0) !important;
}

.hover\:bg-brand-link\/10:hover {
  background-color: rgb(147 110 7 / 0.1) !important;
}

.hover\:bg-brand-link\/100:hover {
  background-color: rgb(147 110 7 / 1) !important;
}

.hover\:bg-brand-link\/15:hover {
  background-color: rgb(147 110 7 / 0.15) !important;
}

.hover\:bg-brand-link\/20:hover {
  background-color: rgb(147 110 7 / 0.2) !important;
}

.hover\:bg-brand-link\/25:hover {
  background-color: rgb(147 110 7 / 0.25) !important;
}

.hover\:bg-brand-link\/30:hover {
  background-color: rgb(147 110 7 / 0.3) !important;
}

.hover\:bg-brand-link\/35:hover {
  background-color: rgb(147 110 7 / 0.35) !important;
}

.hover\:bg-brand-link\/40:hover {
  background-color: rgb(147 110 7 / 0.4) !important;
}

.hover\:bg-brand-link\/45:hover {
  background-color: rgb(147 110 7 / 0.45) !important;
}

.hover\:bg-brand-link\/5:hover {
  background-color: rgb(147 110 7 / 0.05) !important;
}

.hover\:bg-brand-link\/50:hover {
  background-color: rgb(147 110 7 / 0.5) !important;
}

.hover\:bg-brand-link\/55:hover {
  background-color: rgb(147 110 7 / 0.55) !important;
}

.hover\:bg-brand-link\/60:hover {
  background-color: rgb(147 110 7 / 0.6) !important;
}

.hover\:bg-brand-link\/65:hover {
  background-color: rgb(147 110 7 / 0.65) !important;
}

.hover\:bg-brand-link\/70:hover {
  background-color: rgb(147 110 7 / 0.7) !important;
}

.hover\:bg-brand-link\/75:hover {
  background-color: rgb(147 110 7 / 0.75) !important;
}

.hover\:bg-brand-link\/80:hover {
  background-color: rgb(147 110 7 / 0.8) !important;
}

.hover\:bg-brand-link\/85:hover {
  background-color: rgb(147 110 7 / 0.85) !important;
}

.hover\:bg-brand-link\/90:hover {
  background-color: rgb(147 110 7 / 0.9) !important;
}

.hover\:bg-brand-link\/95:hover {
  background-color: rgb(147 110 7 / 0.95) !important;
}

.hover\:bg-brand-muted:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-muted\/0:hover {
  background-color: rgb(108 117 125 / 0) !important;
}

.hover\:bg-brand-muted\/10:hover {
  background-color: rgb(108 117 125 / 0.1) !important;
}

.hover\:bg-brand-muted\/100:hover {
  background-color: rgb(108 117 125 / 1) !important;
}

.hover\:bg-brand-muted\/15:hover {
  background-color: rgb(108 117 125 / 0.15) !important;
}

.hover\:bg-brand-muted\/20:hover {
  background-color: rgb(108 117 125 / 0.2) !important;
}

.hover\:bg-brand-muted\/25:hover {
  background-color: rgb(108 117 125 / 0.25) !important;
}

.hover\:bg-brand-muted\/30:hover {
  background-color: rgb(108 117 125 / 0.3) !important;
}

.hover\:bg-brand-muted\/35:hover {
  background-color: rgb(108 117 125 / 0.35) !important;
}

.hover\:bg-brand-muted\/40:hover {
  background-color: rgb(108 117 125 / 0.4) !important;
}

.hover\:bg-brand-muted\/45:hover {
  background-color: rgb(108 117 125 / 0.45) !important;
}

.hover\:bg-brand-muted\/5:hover {
  background-color: rgb(108 117 125 / 0.05) !important;
}

.hover\:bg-brand-muted\/50:hover {
  background-color: rgb(108 117 125 / 0.5) !important;
}

.hover\:bg-brand-muted\/55:hover {
  background-color: rgb(108 117 125 / 0.55) !important;
}

.hover\:bg-brand-muted\/60:hover {
  background-color: rgb(108 117 125 / 0.6) !important;
}

.hover\:bg-brand-muted\/65:hover {
  background-color: rgb(108 117 125 / 0.65) !important;
}

.hover\:bg-brand-muted\/70:hover {
  background-color: rgb(108 117 125 / 0.7) !important;
}

.hover\:bg-brand-muted\/75:hover {
  background-color: rgb(108 117 125 / 0.75) !important;
}

.hover\:bg-brand-muted\/80:hover {
  background-color: rgb(108 117 125 / 0.8) !important;
}

.hover\:bg-brand-muted\/85:hover {
  background-color: rgb(108 117 125 / 0.85) !important;
}

.hover\:bg-brand-muted\/90:hover {
  background-color: rgb(108 117 125 / 0.9) !important;
}

.hover\:bg-brand-muted\/95:hover {
  background-color: rgb(108 117 125 / 0.95) !important;
}

.hover\:bg-brand-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-primary\/0:hover {
  background-color: rgb(244 184 17 / 0) !important;
}

.hover\:bg-brand-primary\/10:hover {
  background-color: rgb(244 184 17 / 0.1) !important;
}

.hover\:bg-brand-primary\/100:hover {
  background-color: rgb(244 184 17 / 1) !important;
}

.hover\:bg-brand-primary\/15:hover {
  background-color: rgb(244 184 17 / 0.15) !important;
}

.hover\:bg-brand-primary\/20:hover {
  background-color: rgb(244 184 17 / 0.2) !important;
}

.hover\:bg-brand-primary\/25:hover {
  background-color: rgb(244 184 17 / 0.25) !important;
}

.hover\:bg-brand-primary\/30:hover {
  background-color: rgb(244 184 17 / 0.3) !important;
}

.hover\:bg-brand-primary\/35:hover {
  background-color: rgb(244 184 17 / 0.35) !important;
}

.hover\:bg-brand-primary\/40:hover {
  background-color: rgb(244 184 17 / 0.4) !important;
}

.hover\:bg-brand-primary\/45:hover {
  background-color: rgb(244 184 17 / 0.45) !important;
}

.hover\:bg-brand-primary\/5:hover {
  background-color: rgb(244 184 17 / 0.05) !important;
}

.hover\:bg-brand-primary\/50:hover {
  background-color: rgb(244 184 17 / 0.5) !important;
}

.hover\:bg-brand-primary\/55:hover {
  background-color: rgb(244 184 17 / 0.55) !important;
}

.hover\:bg-brand-primary\/60:hover {
  background-color: rgb(244 184 17 / 0.6) !important;
}

.hover\:bg-brand-primary\/65:hover {
  background-color: rgb(244 184 17 / 0.65) !important;
}

.hover\:bg-brand-primary\/70:hover {
  background-color: rgb(244 184 17 / 0.7) !important;
}

.hover\:bg-brand-primary\/75:hover {
  background-color: rgb(244 184 17 / 0.75) !important;
}

.hover\:bg-brand-primary\/80:hover {
  background-color: rgb(244 184 17 / 0.8) !important;
}

.hover\:bg-brand-primary\/85:hover {
  background-color: rgb(244 184 17 / 0.85) !important;
}

.hover\:bg-brand-primary\/90:hover {
  background-color: rgb(244 184 17 / 0.9) !important;
}

.hover\:bg-brand-primary\/95:hover {
  background-color: rgb(244 184 17 / 0.95) !important;
}

.hover\:bg-brand-secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-brand-secondary\/0:hover {
  background-color: rgb(255 204 0 / 0) !important;
}

.hover\:bg-brand-secondary\/10:hover {
  background-color: rgb(255 204 0 / 0.1) !important;
}

.hover\:bg-brand-secondary\/100:hover {
  background-color: rgb(255 204 0 / 1) !important;
}

.hover\:bg-brand-secondary\/15:hover {
  background-color: rgb(255 204 0 / 0.15) !important;
}

.hover\:bg-brand-secondary\/20:hover {
  background-color: rgb(255 204 0 / 0.2) !important;
}

.hover\:bg-brand-secondary\/25:hover {
  background-color: rgb(255 204 0 / 0.25) !important;
}

.hover\:bg-brand-secondary\/30:hover {
  background-color: rgb(255 204 0 / 0.3) !important;
}

.hover\:bg-brand-secondary\/35:hover {
  background-color: rgb(255 204 0 / 0.35) !important;
}

.hover\:bg-brand-secondary\/40:hover {
  background-color: rgb(255 204 0 / 0.4) !important;
}

.hover\:bg-brand-secondary\/45:hover {
  background-color: rgb(255 204 0 / 0.45) !important;
}

.hover\:bg-brand-secondary\/5:hover {
  background-color: rgb(255 204 0 / 0.05) !important;
}

.hover\:bg-brand-secondary\/50:hover {
  background-color: rgb(255 204 0 / 0.5) !important;
}

.hover\:bg-brand-secondary\/55:hover {
  background-color: rgb(255 204 0 / 0.55) !important;
}

.hover\:bg-brand-secondary\/60:hover {
  background-color: rgb(255 204 0 / 0.6) !important;
}

.hover\:bg-brand-secondary\/65:hover {
  background-color: rgb(255 204 0 / 0.65) !important;
}

.hover\:bg-brand-secondary\/70:hover {
  background-color: rgb(255 204 0 / 0.7) !important;
}

.hover\:bg-brand-secondary\/75:hover {
  background-color: rgb(255 204 0 / 0.75) !important;
}

.hover\:bg-brand-secondary\/80:hover {
  background-color: rgb(255 204 0 / 0.8) !important;
}

.hover\:bg-brand-secondary\/85:hover {
  background-color: rgb(255 204 0 / 0.85) !important;
}

.hover\:bg-brand-secondary\/90:hover {
  background-color: rgb(255 204 0 / 0.9) !important;
}

.hover\:bg-brand-secondary\/95:hover {
  background-color: rgb(255 204 0 / 0.95) !important;
}

.hover\:bg-earth:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-earth\/0:hover {
  background-color: rgb(120 46 1 / 0) !important;
}

.hover\:bg-earth\/10:hover {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.hover\:bg-earth\/100:hover {
  background-color: rgb(120 46 1 / 1) !important;
}

.hover\:bg-earth\/15:hover {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.hover\:bg-earth\/20:hover {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.hover\:bg-earth\/25:hover {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.hover\:bg-earth\/30:hover {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.hover\:bg-earth\/35:hover {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.hover\:bg-earth\/40:hover {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.hover\:bg-earth\/45:hover {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.hover\:bg-earth\/5:hover {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.hover\:bg-earth\/50:hover {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.hover\:bg-earth\/55:hover {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.hover\:bg-earth\/60:hover {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.hover\:bg-earth\/65:hover {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.hover\:bg-earth\/70:hover {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.hover\:bg-earth\/75:hover {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.hover\:bg-earth\/80:hover {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.hover\:bg-earth\/85:hover {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.hover\:bg-earth\/90:hover {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.hover\:bg-earth\/95:hover {
  background-color: rgb(120 46 1 / 0.95) !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-harvest:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-harvest\/0:hover {
  background-color: rgb(215 129 49 / 0) !important;
}

.hover\:bg-harvest\/10:hover {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.hover\:bg-harvest\/100:hover {
  background-color: rgb(215 129 49 / 1) !important;
}

.hover\:bg-harvest\/15:hover {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.hover\:bg-harvest\/20:hover {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.hover\:bg-harvest\/25:hover {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.hover\:bg-harvest\/30:hover {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.hover\:bg-harvest\/35:hover {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.hover\:bg-harvest\/40:hover {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.hover\:bg-harvest\/45:hover {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.hover\:bg-harvest\/5:hover {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.hover\:bg-harvest\/50:hover {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.hover\:bg-harvest\/55:hover {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.hover\:bg-harvest\/60:hover {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.hover\:bg-harvest\/65:hover {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.hover\:bg-harvest\/70:hover {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.hover\:bg-harvest\/75:hover {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.hover\:bg-harvest\/80:hover {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.hover\:bg-harvest\/85:hover {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.hover\:bg-harvest\/90:hover {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.hover\:bg-harvest\/95:hover {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-sprout:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-sprout\/0:hover {
  background-color: rgb(196 209 72 / 0) !important;
}

.hover\:bg-sprout\/10:hover {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.hover\:bg-sprout\/100:hover {
  background-color: rgb(196 209 72 / 1) !important;
}

.hover\:bg-sprout\/15:hover {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.hover\:bg-sprout\/20:hover {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.hover\:bg-sprout\/25:hover {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.hover\:bg-sprout\/30:hover {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.hover\:bg-sprout\/35:hover {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.hover\:bg-sprout\/40:hover {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.hover\:bg-sprout\/45:hover {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.hover\:bg-sprout\/5:hover {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.hover\:bg-sprout\/50:hover {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.hover\:bg-sprout\/55:hover {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.hover\:bg-sprout\/60:hover {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.hover\:bg-sprout\/65:hover {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.hover\:bg-sprout\/70:hover {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.hover\:bg-sprout\/75:hover {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.hover\:bg-sprout\/80:hover {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.hover\:bg-sprout\/85:hover {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.hover\:bg-sprout\/90:hover {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.hover\:bg-sprout\/95:hover {
  background-color: rgb(196 209 72 / 0.95) !important;
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.hover\:from-brand-dark:hover {
  --tw-gradient-from: #2e2714 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/0:hover {
  --tw-gradient-from: rgb(46 39 20 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/10:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/100:hover {
  --tw-gradient-from: rgb(46 39 20 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/15:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/20:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/25:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/30:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/35:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/40:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/45:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/5:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/50:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/55:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/60:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/65:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/70:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/75:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/80:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/85:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/90:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-dark\/95:hover {
  --tw-gradient-from: rgb(46 39 20 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink:hover {
  --tw-gradient-from: #212529 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/0:hover {
  --tw-gradient-from: rgb(33 37 41 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/10:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/100:hover {
  --tw-gradient-from: rgb(33 37 41 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/15:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/20:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/25:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/30:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/35:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/40:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/45:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/5:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/50:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/55:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/60:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/65:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/70:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/75:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/80:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/85:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/90:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-ink\/95:hover {
  --tw-gradient-from: rgb(33 37 41 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light:hover {
  --tw-gradient-from: #f5f4f0 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/0:hover {
  --tw-gradient-from: rgb(245 244 240 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/10:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/100:hover {
  --tw-gradient-from: rgb(245 244 240 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/15:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/20:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/25:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/30:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/35:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/40:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/45:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/5:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/50:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/55:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/60:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/65:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/70:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/75:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/80:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/85:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/90:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-light\/95:hover {
  --tw-gradient-from: rgb(245 244 240 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link:hover {
  --tw-gradient-from: #936e07 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover:hover {
  --tw-gradient-from: #4a3703 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/0:hover {
  --tw-gradient-from: rgb(74 55 3 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/10:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/100:hover {
  --tw-gradient-from: rgb(74 55 3 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/15:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/20:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/25:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/30:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/35:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/40:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/45:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/5:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/50:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/55:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/60:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/65:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/70:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/75:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/80:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/85:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/90:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link-hover\/95:hover {
  --tw-gradient-from: rgb(74 55 3 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/0:hover {
  --tw-gradient-from: rgb(147 110 7 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/10:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/100:hover {
  --tw-gradient-from: rgb(147 110 7 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/15:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/20:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/25:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/30:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/35:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/40:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/45:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/5:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/50:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/55:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/60:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/65:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/70:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/75:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/80:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/85:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/90:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-link\/95:hover {
  --tw-gradient-from: rgb(147 110 7 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted:hover {
  --tw-gradient-from: #6C757D var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/0:hover {
  --tw-gradient-from: rgb(108 117 125 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/10:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/100:hover {
  --tw-gradient-from: rgb(108 117 125 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/15:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/20:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/25:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/30:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/35:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/40:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/45:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/5:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/50:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/55:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/60:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/65:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/70:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/75:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/80:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/85:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/90:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-muted\/95:hover {
  --tw-gradient-from: rgb(108 117 125 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary:hover {
  --tw-gradient-from: #F4B811 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/0:hover {
  --tw-gradient-from: rgb(244 184 17 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/10:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/100:hover {
  --tw-gradient-from: rgb(244 184 17 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/15:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/20:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/25:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/30:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/35:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/40:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/45:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/5:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/50:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/55:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/60:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/65:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/70:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/75:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/80:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/85:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/90:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-primary\/95:hover {
  --tw-gradient-from: rgb(244 184 17 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary:hover {
  --tw-gradient-from: #FFCC00 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/0:hover {
  --tw-gradient-from: rgb(255 204 0 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/10:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/100:hover {
  --tw-gradient-from: rgb(255 204 0 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/15:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/20:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/25:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/30:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/35:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/40:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/45:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/5:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/50:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/55:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/60:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/65:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/70:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/75:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/80:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/85:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/90:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-brand-secondary\/95:hover {
  --tw-gradient-from: rgb(255 204 0 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth:hover {
  --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/0:hover {
  --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/10:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/100:hover {
  --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/15:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/20:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/25:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/30:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/35:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/40:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/45:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/5:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/50:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/55:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/60:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/65:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/70:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/75:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/80:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/85:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/90:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-earth\/95:hover {
  --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest:hover {
  --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/0:hover {
  --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/10:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/100:hover {
  --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/15:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/20:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/25:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/30:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/35:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/40:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/45:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/5:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/50:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/55:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/60:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/65:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/70:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/75:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/80:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/85:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/90:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-harvest\/95:hover {
  --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout:hover {
  --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/0:hover {
  --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/10:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/100:hover {
  --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/15:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/20:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/25:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/30:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/35:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/40:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/45:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/5:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/50:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/55:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/60:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/65:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/70:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/75:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/80:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/85:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/90:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:from-sprout\/95:hover {
  --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #2e2714 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/0:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/10:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/100:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/15:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/20:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/25:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/30:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/35:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/40:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/45:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/5:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/50:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/55:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/60:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/65:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/70:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/75:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/80:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/85:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/90:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-dark\/95:hover {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #212529 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/0:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/10:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/100:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/15:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/20:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/25:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/30:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/35:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/40:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/45:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/5:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/50:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/55:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/60:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/65:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/70:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/75:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/80:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/85:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/90:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-ink\/95:hover {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #f5f4f0 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/0:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/10:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/100:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/15:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/20:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/25:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/30:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/35:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/40:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/45:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/5:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/50:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/55:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/60:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/65:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/70:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/75:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/80:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/85:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/90:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-light\/95:hover {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #936e07 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #4a3703 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/0:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/10:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/100:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/15:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/20:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/25:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/30:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/35:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/40:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/45:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/5:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/50:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/55:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/60:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/65:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/70:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/75:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/80:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/85:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/90:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link-hover\/95:hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/0:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/10:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/100:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/15:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/20:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/25:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/30:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/35:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/40:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/45:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/5:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/50:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/55:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/60:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/65:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/70:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/75:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/80:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/85:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/90:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-link\/95:hover {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #6C757D var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/0:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/10:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/100:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/15:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/20:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/25:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/30:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/35:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/40:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/45:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/5:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/50:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/55:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/60:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/65:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/70:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/75:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/80:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/85:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/90:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-muted\/95:hover {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #F4B811 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/0:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/10:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/100:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/15:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/20:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/25:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/30:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/35:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/40:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/45:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/5:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/50:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/55:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/60:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/65:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/70:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/75:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/80:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/85:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/90:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-primary\/95:hover {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #FFCC00 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/0:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/10:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/100:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/15:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/20:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/25:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/30:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/35:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/40:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/45:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/5:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/50:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/55:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/60:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/65:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/70:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/75:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/80:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/85:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/90:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-brand-secondary\/95:hover {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #782e01 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/0:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/10:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/100:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/15:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/20:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/25:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/30:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/35:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/40:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/45:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/5:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/50:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/55:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/60:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/65:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/70:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/75:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/80:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/85:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/90:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-earth\/95:hover {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #d78131 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/0:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/10:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/100:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/15:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/20:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/25:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/30:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/35:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/40:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/45:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/5:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/50:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/55:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/60:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/65:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/70:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/75:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/80:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/85:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/90:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-harvest\/95:hover {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #c4d148 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/0:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/10:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/100:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/15:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/20:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/25:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/30:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/35:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/40:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/45:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/5:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/50:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/55:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/60:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/65:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/70:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/75:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/80:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/85:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/90:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:via-sprout\/95:hover {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:to-brand-dark:hover {
  --tw-gradient-to: #2e2714 var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/0:hover {
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/10:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/100:hover {
  --tw-gradient-to: rgb(46 39 20 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/15:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/20:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/25:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/30:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/35:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/40:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/45:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/5:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/50:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/55:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/60:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/65:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/70:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/75:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/80:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/85:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/90:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-dark\/95:hover {
  --tw-gradient-to: rgb(46 39 20 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink:hover {
  --tw-gradient-to: #212529 var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/0:hover {
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/10:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/100:hover {
  --tw-gradient-to: rgb(33 37 41 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/15:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/20:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/25:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/30:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/35:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/40:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/45:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/5:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/50:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/55:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/60:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/65:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/70:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/75:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/80:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/85:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/90:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-ink\/95:hover {
  --tw-gradient-to: rgb(33 37 41 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light:hover {
  --tw-gradient-to: #f5f4f0 var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/0:hover {
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/10:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/100:hover {
  --tw-gradient-to: rgb(245 244 240 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/15:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/20:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/25:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/30:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/35:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/40:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/45:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/5:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/50:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/55:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/60:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/65:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/70:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/75:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/80:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/85:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/90:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-light\/95:hover {
  --tw-gradient-to: rgb(245 244 240 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link:hover {
  --tw-gradient-to: #936e07 var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover:hover {
  --tw-gradient-to: #4a3703 var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/0:hover {
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/10:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/100:hover {
  --tw-gradient-to: rgb(74 55 3 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/15:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/20:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/25:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/30:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/35:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/40:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/45:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/5:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/50:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/55:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/60:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/65:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/70:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/75:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/80:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/85:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/90:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link-hover\/95:hover {
  --tw-gradient-to: rgb(74 55 3 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/0:hover {
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/10:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/100:hover {
  --tw-gradient-to: rgb(147 110 7 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/15:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/20:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/25:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/30:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/35:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/40:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/45:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/5:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/50:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/55:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/60:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/65:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/70:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/75:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/80:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/85:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/90:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-link\/95:hover {
  --tw-gradient-to: rgb(147 110 7 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted:hover {
  --tw-gradient-to: #6C757D var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/0:hover {
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/10:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/100:hover {
  --tw-gradient-to: rgb(108 117 125 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/15:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/20:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/25:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/30:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/35:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/40:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/45:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/5:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/50:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/55:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/60:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/65:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/70:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/75:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/80:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/85:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/90:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-muted\/95:hover {
  --tw-gradient-to: rgb(108 117 125 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary:hover {
  --tw-gradient-to: #F4B811 var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/0:hover {
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/10:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/100:hover {
  --tw-gradient-to: rgb(244 184 17 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/15:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/20:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/25:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/30:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/35:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/40:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/45:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/5:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/50:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/55:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/60:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/65:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/70:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/75:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/80:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/85:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/90:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-primary\/95:hover {
  --tw-gradient-to: rgb(244 184 17 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary:hover {
  --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/0:hover {
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/10:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/100:hover {
  --tw-gradient-to: rgb(255 204 0 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/15:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/20:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/25:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/30:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/35:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/40:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/45:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/5:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/50:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/55:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/60:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/65:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/70:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/75:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/80:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/85:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/90:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-brand-secondary\/95:hover {
  --tw-gradient-to: rgb(255 204 0 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth:hover {
  --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/0:hover {
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/10:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/100:hover {
  --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/15:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/20:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/25:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/30:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/35:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/40:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/45:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/5:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/50:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/55:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/60:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/65:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/70:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/75:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/80:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/85:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/90:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-earth\/95:hover {
  --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest:hover {
  --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/0:hover {
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/10:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/100:hover {
  --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/15:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/20:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/25:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/30:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/35:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/40:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/45:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/5:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/50:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/55:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/60:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/65:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/70:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/75:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/80:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/85:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/90:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-harvest\/95:hover {
  --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout:hover {
  --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/0:hover {
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/10:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/100:hover {
  --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/15:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/20:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/25:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/30:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/35:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/40:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/45:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/5:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/50:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/55:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/60:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/65:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/70:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/75:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/80:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/85:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/90:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
}

.hover\:to-sprout\/95:hover {
  --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
}

.hover\:fill-brand-dark:hover {
  fill: #2e2714 !important;
}

.hover\:fill-brand-dark\/0:hover {
  fill: rgb(46 39 20 / 0) !important;
}

.hover\:fill-brand-dark\/10:hover {
  fill: rgb(46 39 20 / 0.1) !important;
}

.hover\:fill-brand-dark\/100:hover {
  fill: rgb(46 39 20 / 1) !important;
}

.hover\:fill-brand-dark\/15:hover {
  fill: rgb(46 39 20 / 0.15) !important;
}

.hover\:fill-brand-dark\/20:hover {
  fill: rgb(46 39 20 / 0.2) !important;
}

.hover\:fill-brand-dark\/25:hover {
  fill: rgb(46 39 20 / 0.25) !important;
}

.hover\:fill-brand-dark\/30:hover {
  fill: rgb(46 39 20 / 0.3) !important;
}

.hover\:fill-brand-dark\/35:hover {
  fill: rgb(46 39 20 / 0.35) !important;
}

.hover\:fill-brand-dark\/40:hover {
  fill: rgb(46 39 20 / 0.4) !important;
}

.hover\:fill-brand-dark\/45:hover {
  fill: rgb(46 39 20 / 0.45) !important;
}

.hover\:fill-brand-dark\/5:hover {
  fill: rgb(46 39 20 / 0.05) !important;
}

.hover\:fill-brand-dark\/50:hover {
  fill: rgb(46 39 20 / 0.5) !important;
}

.hover\:fill-brand-dark\/55:hover {
  fill: rgb(46 39 20 / 0.55) !important;
}

.hover\:fill-brand-dark\/60:hover {
  fill: rgb(46 39 20 / 0.6) !important;
}

.hover\:fill-brand-dark\/65:hover {
  fill: rgb(46 39 20 / 0.65) !important;
}

.hover\:fill-brand-dark\/70:hover {
  fill: rgb(46 39 20 / 0.7) !important;
}

.hover\:fill-brand-dark\/75:hover {
  fill: rgb(46 39 20 / 0.75) !important;
}

.hover\:fill-brand-dark\/80:hover {
  fill: rgb(46 39 20 / 0.8) !important;
}

.hover\:fill-brand-dark\/85:hover {
  fill: rgb(46 39 20 / 0.85) !important;
}

.hover\:fill-brand-dark\/90:hover {
  fill: rgb(46 39 20 / 0.9) !important;
}

.hover\:fill-brand-dark\/95:hover {
  fill: rgb(46 39 20 / 0.95) !important;
}

.hover\:fill-brand-ink:hover {
  fill: #212529 !important;
}

.hover\:fill-brand-ink\/0:hover {
  fill: rgb(33 37 41 / 0) !important;
}

.hover\:fill-brand-ink\/10:hover {
  fill: rgb(33 37 41 / 0.1) !important;
}

.hover\:fill-brand-ink\/100:hover {
  fill: rgb(33 37 41 / 1) !important;
}

.hover\:fill-brand-ink\/15:hover {
  fill: rgb(33 37 41 / 0.15) !important;
}

.hover\:fill-brand-ink\/20:hover {
  fill: rgb(33 37 41 / 0.2) !important;
}

.hover\:fill-brand-ink\/25:hover {
  fill: rgb(33 37 41 / 0.25) !important;
}

.hover\:fill-brand-ink\/30:hover {
  fill: rgb(33 37 41 / 0.3) !important;
}

.hover\:fill-brand-ink\/35:hover {
  fill: rgb(33 37 41 / 0.35) !important;
}

.hover\:fill-brand-ink\/40:hover {
  fill: rgb(33 37 41 / 0.4) !important;
}

.hover\:fill-brand-ink\/45:hover {
  fill: rgb(33 37 41 / 0.45) !important;
}

.hover\:fill-brand-ink\/5:hover {
  fill: rgb(33 37 41 / 0.05) !important;
}

.hover\:fill-brand-ink\/50:hover {
  fill: rgb(33 37 41 / 0.5) !important;
}

.hover\:fill-brand-ink\/55:hover {
  fill: rgb(33 37 41 / 0.55) !important;
}

.hover\:fill-brand-ink\/60:hover {
  fill: rgb(33 37 41 / 0.6) !important;
}

.hover\:fill-brand-ink\/65:hover {
  fill: rgb(33 37 41 / 0.65) !important;
}

.hover\:fill-brand-ink\/70:hover {
  fill: rgb(33 37 41 / 0.7) !important;
}

.hover\:fill-brand-ink\/75:hover {
  fill: rgb(33 37 41 / 0.75) !important;
}

.hover\:fill-brand-ink\/80:hover {
  fill: rgb(33 37 41 / 0.8) !important;
}

.hover\:fill-brand-ink\/85:hover {
  fill: rgb(33 37 41 / 0.85) !important;
}

.hover\:fill-brand-ink\/90:hover {
  fill: rgb(33 37 41 / 0.9) !important;
}

.hover\:fill-brand-ink\/95:hover {
  fill: rgb(33 37 41 / 0.95) !important;
}

.hover\:fill-brand-light:hover {
  fill: #f5f4f0 !important;
}

.hover\:fill-brand-light\/0:hover {
  fill: rgb(245 244 240 / 0) !important;
}

.hover\:fill-brand-light\/10:hover {
  fill: rgb(245 244 240 / 0.1) !important;
}

.hover\:fill-brand-light\/100:hover {
  fill: rgb(245 244 240 / 1) !important;
}

.hover\:fill-brand-light\/15:hover {
  fill: rgb(245 244 240 / 0.15) !important;
}

.hover\:fill-brand-light\/20:hover {
  fill: rgb(245 244 240 / 0.2) !important;
}

.hover\:fill-brand-light\/25:hover {
  fill: rgb(245 244 240 / 0.25) !important;
}

.hover\:fill-brand-light\/30:hover {
  fill: rgb(245 244 240 / 0.3) !important;
}

.hover\:fill-brand-light\/35:hover {
  fill: rgb(245 244 240 / 0.35) !important;
}

.hover\:fill-brand-light\/40:hover {
  fill: rgb(245 244 240 / 0.4) !important;
}

.hover\:fill-brand-light\/45:hover {
  fill: rgb(245 244 240 / 0.45) !important;
}

.hover\:fill-brand-light\/5:hover {
  fill: rgb(245 244 240 / 0.05) !important;
}

.hover\:fill-brand-light\/50:hover {
  fill: rgb(245 244 240 / 0.5) !important;
}

.hover\:fill-brand-light\/55:hover {
  fill: rgb(245 244 240 / 0.55) !important;
}

.hover\:fill-brand-light\/60:hover {
  fill: rgb(245 244 240 / 0.6) !important;
}

.hover\:fill-brand-light\/65:hover {
  fill: rgb(245 244 240 / 0.65) !important;
}

.hover\:fill-brand-light\/70:hover {
  fill: rgb(245 244 240 / 0.7) !important;
}

.hover\:fill-brand-light\/75:hover {
  fill: rgb(245 244 240 / 0.75) !important;
}

.hover\:fill-brand-light\/80:hover {
  fill: rgb(245 244 240 / 0.8) !important;
}

.hover\:fill-brand-light\/85:hover {
  fill: rgb(245 244 240 / 0.85) !important;
}

.hover\:fill-brand-light\/90:hover {
  fill: rgb(245 244 240 / 0.9) !important;
}

.hover\:fill-brand-light\/95:hover {
  fill: rgb(245 244 240 / 0.95) !important;
}

.hover\:fill-brand-link:hover {
  fill: #936e07 !important;
}

.hover\:fill-brand-link-hover:hover {
  fill: #4a3703 !important;
}

.hover\:fill-brand-link-hover\/0:hover {
  fill: rgb(74 55 3 / 0) !important;
}

.hover\:fill-brand-link-hover\/10:hover {
  fill: rgb(74 55 3 / 0.1) !important;
}

.hover\:fill-brand-link-hover\/100:hover {
  fill: rgb(74 55 3 / 1) !important;
}

.hover\:fill-brand-link-hover\/15:hover {
  fill: rgb(74 55 3 / 0.15) !important;
}

.hover\:fill-brand-link-hover\/20:hover {
  fill: rgb(74 55 3 / 0.2) !important;
}

.hover\:fill-brand-link-hover\/25:hover {
  fill: rgb(74 55 3 / 0.25) !important;
}

.hover\:fill-brand-link-hover\/30:hover {
  fill: rgb(74 55 3 / 0.3) !important;
}

.hover\:fill-brand-link-hover\/35:hover {
  fill: rgb(74 55 3 / 0.35) !important;
}

.hover\:fill-brand-link-hover\/40:hover {
  fill: rgb(74 55 3 / 0.4) !important;
}

.hover\:fill-brand-link-hover\/45:hover {
  fill: rgb(74 55 3 / 0.45) !important;
}

.hover\:fill-brand-link-hover\/5:hover {
  fill: rgb(74 55 3 / 0.05) !important;
}

.hover\:fill-brand-link-hover\/50:hover {
  fill: rgb(74 55 3 / 0.5) !important;
}

.hover\:fill-brand-link-hover\/55:hover {
  fill: rgb(74 55 3 / 0.55) !important;
}

.hover\:fill-brand-link-hover\/60:hover {
  fill: rgb(74 55 3 / 0.6) !important;
}

.hover\:fill-brand-link-hover\/65:hover {
  fill: rgb(74 55 3 / 0.65) !important;
}

.hover\:fill-brand-link-hover\/70:hover {
  fill: rgb(74 55 3 / 0.7) !important;
}

.hover\:fill-brand-link-hover\/75:hover {
  fill: rgb(74 55 3 / 0.75) !important;
}

.hover\:fill-brand-link-hover\/80:hover {
  fill: rgb(74 55 3 / 0.8) !important;
}

.hover\:fill-brand-link-hover\/85:hover {
  fill: rgb(74 55 3 / 0.85) !important;
}

.hover\:fill-brand-link-hover\/90:hover {
  fill: rgb(74 55 3 / 0.9) !important;
}

.hover\:fill-brand-link-hover\/95:hover {
  fill: rgb(74 55 3 / 0.95) !important;
}

.hover\:fill-brand-link\/0:hover {
  fill: rgb(147 110 7 / 0) !important;
}

.hover\:fill-brand-link\/10:hover {
  fill: rgb(147 110 7 / 0.1) !important;
}

.hover\:fill-brand-link\/100:hover {
  fill: rgb(147 110 7 / 1) !important;
}

.hover\:fill-brand-link\/15:hover {
  fill: rgb(147 110 7 / 0.15) !important;
}

.hover\:fill-brand-link\/20:hover {
  fill: rgb(147 110 7 / 0.2) !important;
}

.hover\:fill-brand-link\/25:hover {
  fill: rgb(147 110 7 / 0.25) !important;
}

.hover\:fill-brand-link\/30:hover {
  fill: rgb(147 110 7 / 0.3) !important;
}

.hover\:fill-brand-link\/35:hover {
  fill: rgb(147 110 7 / 0.35) !important;
}

.hover\:fill-brand-link\/40:hover {
  fill: rgb(147 110 7 / 0.4) !important;
}

.hover\:fill-brand-link\/45:hover {
  fill: rgb(147 110 7 / 0.45) !important;
}

.hover\:fill-brand-link\/5:hover {
  fill: rgb(147 110 7 / 0.05) !important;
}

.hover\:fill-brand-link\/50:hover {
  fill: rgb(147 110 7 / 0.5) !important;
}

.hover\:fill-brand-link\/55:hover {
  fill: rgb(147 110 7 / 0.55) !important;
}

.hover\:fill-brand-link\/60:hover {
  fill: rgb(147 110 7 / 0.6) !important;
}

.hover\:fill-brand-link\/65:hover {
  fill: rgb(147 110 7 / 0.65) !important;
}

.hover\:fill-brand-link\/70:hover {
  fill: rgb(147 110 7 / 0.7) !important;
}

.hover\:fill-brand-link\/75:hover {
  fill: rgb(147 110 7 / 0.75) !important;
}

.hover\:fill-brand-link\/80:hover {
  fill: rgb(147 110 7 / 0.8) !important;
}

.hover\:fill-brand-link\/85:hover {
  fill: rgb(147 110 7 / 0.85) !important;
}

.hover\:fill-brand-link\/90:hover {
  fill: rgb(147 110 7 / 0.9) !important;
}

.hover\:fill-brand-link\/95:hover {
  fill: rgb(147 110 7 / 0.95) !important;
}

.hover\:fill-brand-muted:hover {
  fill: #6C757D !important;
}

.hover\:fill-brand-muted\/0:hover {
  fill: rgb(108 117 125 / 0) !important;
}

.hover\:fill-brand-muted\/10:hover {
  fill: rgb(108 117 125 / 0.1) !important;
}

.hover\:fill-brand-muted\/100:hover {
  fill: rgb(108 117 125 / 1) !important;
}

.hover\:fill-brand-muted\/15:hover {
  fill: rgb(108 117 125 / 0.15) !important;
}

.hover\:fill-brand-muted\/20:hover {
  fill: rgb(108 117 125 / 0.2) !important;
}

.hover\:fill-brand-muted\/25:hover {
  fill: rgb(108 117 125 / 0.25) !important;
}

.hover\:fill-brand-muted\/30:hover {
  fill: rgb(108 117 125 / 0.3) !important;
}

.hover\:fill-brand-muted\/35:hover {
  fill: rgb(108 117 125 / 0.35) !important;
}

.hover\:fill-brand-muted\/40:hover {
  fill: rgb(108 117 125 / 0.4) !important;
}

.hover\:fill-brand-muted\/45:hover {
  fill: rgb(108 117 125 / 0.45) !important;
}

.hover\:fill-brand-muted\/5:hover {
  fill: rgb(108 117 125 / 0.05) !important;
}

.hover\:fill-brand-muted\/50:hover {
  fill: rgb(108 117 125 / 0.5) !important;
}

.hover\:fill-brand-muted\/55:hover {
  fill: rgb(108 117 125 / 0.55) !important;
}

.hover\:fill-brand-muted\/60:hover {
  fill: rgb(108 117 125 / 0.6) !important;
}

.hover\:fill-brand-muted\/65:hover {
  fill: rgb(108 117 125 / 0.65) !important;
}

.hover\:fill-brand-muted\/70:hover {
  fill: rgb(108 117 125 / 0.7) !important;
}

.hover\:fill-brand-muted\/75:hover {
  fill: rgb(108 117 125 / 0.75) !important;
}

.hover\:fill-brand-muted\/80:hover {
  fill: rgb(108 117 125 / 0.8) !important;
}

.hover\:fill-brand-muted\/85:hover {
  fill: rgb(108 117 125 / 0.85) !important;
}

.hover\:fill-brand-muted\/90:hover {
  fill: rgb(108 117 125 / 0.9) !important;
}

.hover\:fill-brand-muted\/95:hover {
  fill: rgb(108 117 125 / 0.95) !important;
}

.hover\:fill-brand-primary:hover {
  fill: #F4B811 !important;
}

.hover\:fill-brand-primary\/0:hover {
  fill: rgb(244 184 17 / 0) !important;
}

.hover\:fill-brand-primary\/10:hover {
  fill: rgb(244 184 17 / 0.1) !important;
}

.hover\:fill-brand-primary\/100:hover {
  fill: rgb(244 184 17 / 1) !important;
}

.hover\:fill-brand-primary\/15:hover {
  fill: rgb(244 184 17 / 0.15) !important;
}

.hover\:fill-brand-primary\/20:hover {
  fill: rgb(244 184 17 / 0.2) !important;
}

.hover\:fill-brand-primary\/25:hover {
  fill: rgb(244 184 17 / 0.25) !important;
}

.hover\:fill-brand-primary\/30:hover {
  fill: rgb(244 184 17 / 0.3) !important;
}

.hover\:fill-brand-primary\/35:hover {
  fill: rgb(244 184 17 / 0.35) !important;
}

.hover\:fill-brand-primary\/40:hover {
  fill: rgb(244 184 17 / 0.4) !important;
}

.hover\:fill-brand-primary\/45:hover {
  fill: rgb(244 184 17 / 0.45) !important;
}

.hover\:fill-brand-primary\/5:hover {
  fill: rgb(244 184 17 / 0.05) !important;
}

.hover\:fill-brand-primary\/50:hover {
  fill: rgb(244 184 17 / 0.5) !important;
}

.hover\:fill-brand-primary\/55:hover {
  fill: rgb(244 184 17 / 0.55) !important;
}

.hover\:fill-brand-primary\/60:hover {
  fill: rgb(244 184 17 / 0.6) !important;
}

.hover\:fill-brand-primary\/65:hover {
  fill: rgb(244 184 17 / 0.65) !important;
}

.hover\:fill-brand-primary\/70:hover {
  fill: rgb(244 184 17 / 0.7) !important;
}

.hover\:fill-brand-primary\/75:hover {
  fill: rgb(244 184 17 / 0.75) !important;
}

.hover\:fill-brand-primary\/80:hover {
  fill: rgb(244 184 17 / 0.8) !important;
}

.hover\:fill-brand-primary\/85:hover {
  fill: rgb(244 184 17 / 0.85) !important;
}

.hover\:fill-brand-primary\/90:hover {
  fill: rgb(244 184 17 / 0.9) !important;
}

.hover\:fill-brand-primary\/95:hover {
  fill: rgb(244 184 17 / 0.95) !important;
}

.hover\:fill-brand-secondary:hover {
  fill: #FFCC00 !important;
}

.hover\:fill-brand-secondary\/0:hover {
  fill: rgb(255 204 0 / 0) !important;
}

.hover\:fill-brand-secondary\/10:hover {
  fill: rgb(255 204 0 / 0.1) !important;
}

.hover\:fill-brand-secondary\/100:hover {
  fill: rgb(255 204 0 / 1) !important;
}

.hover\:fill-brand-secondary\/15:hover {
  fill: rgb(255 204 0 / 0.15) !important;
}

.hover\:fill-brand-secondary\/20:hover {
  fill: rgb(255 204 0 / 0.2) !important;
}

.hover\:fill-brand-secondary\/25:hover {
  fill: rgb(255 204 0 / 0.25) !important;
}

.hover\:fill-brand-secondary\/30:hover {
  fill: rgb(255 204 0 / 0.3) !important;
}

.hover\:fill-brand-secondary\/35:hover {
  fill: rgb(255 204 0 / 0.35) !important;
}

.hover\:fill-brand-secondary\/40:hover {
  fill: rgb(255 204 0 / 0.4) !important;
}

.hover\:fill-brand-secondary\/45:hover {
  fill: rgb(255 204 0 / 0.45) !important;
}

.hover\:fill-brand-secondary\/5:hover {
  fill: rgb(255 204 0 / 0.05) !important;
}

.hover\:fill-brand-secondary\/50:hover {
  fill: rgb(255 204 0 / 0.5) !important;
}

.hover\:fill-brand-secondary\/55:hover {
  fill: rgb(255 204 0 / 0.55) !important;
}

.hover\:fill-brand-secondary\/60:hover {
  fill: rgb(255 204 0 / 0.6) !important;
}

.hover\:fill-brand-secondary\/65:hover {
  fill: rgb(255 204 0 / 0.65) !important;
}

.hover\:fill-brand-secondary\/70:hover {
  fill: rgb(255 204 0 / 0.7) !important;
}

.hover\:fill-brand-secondary\/75:hover {
  fill: rgb(255 204 0 / 0.75) !important;
}

.hover\:fill-brand-secondary\/80:hover {
  fill: rgb(255 204 0 / 0.8) !important;
}

.hover\:fill-brand-secondary\/85:hover {
  fill: rgb(255 204 0 / 0.85) !important;
}

.hover\:fill-brand-secondary\/90:hover {
  fill: rgb(255 204 0 / 0.9) !important;
}

.hover\:fill-brand-secondary\/95:hover {
  fill: rgb(255 204 0 / 0.95) !important;
}

.hover\:fill-earth:hover {
  fill: #782e01 !important;
}

.hover\:fill-earth\/0:hover {
  fill: rgb(120 46 1 / 0) !important;
}

.hover\:fill-earth\/10:hover {
  fill: rgb(120 46 1 / 0.1) !important;
}

.hover\:fill-earth\/100:hover {
  fill: rgb(120 46 1 / 1) !important;
}

.hover\:fill-earth\/15:hover {
  fill: rgb(120 46 1 / 0.15) !important;
}

.hover\:fill-earth\/20:hover {
  fill: rgb(120 46 1 / 0.2) !important;
}

.hover\:fill-earth\/25:hover {
  fill: rgb(120 46 1 / 0.25) !important;
}

.hover\:fill-earth\/30:hover {
  fill: rgb(120 46 1 / 0.3) !important;
}

.hover\:fill-earth\/35:hover {
  fill: rgb(120 46 1 / 0.35) !important;
}

.hover\:fill-earth\/40:hover {
  fill: rgb(120 46 1 / 0.4) !important;
}

.hover\:fill-earth\/45:hover {
  fill: rgb(120 46 1 / 0.45) !important;
}

.hover\:fill-earth\/5:hover {
  fill: rgb(120 46 1 / 0.05) !important;
}

.hover\:fill-earth\/50:hover {
  fill: rgb(120 46 1 / 0.5) !important;
}

.hover\:fill-earth\/55:hover {
  fill: rgb(120 46 1 / 0.55) !important;
}

.hover\:fill-earth\/60:hover {
  fill: rgb(120 46 1 / 0.6) !important;
}

.hover\:fill-earth\/65:hover {
  fill: rgb(120 46 1 / 0.65) !important;
}

.hover\:fill-earth\/70:hover {
  fill: rgb(120 46 1 / 0.7) !important;
}

.hover\:fill-earth\/75:hover {
  fill: rgb(120 46 1 / 0.75) !important;
}

.hover\:fill-earth\/80:hover {
  fill: rgb(120 46 1 / 0.8) !important;
}

.hover\:fill-earth\/85:hover {
  fill: rgb(120 46 1 / 0.85) !important;
}

.hover\:fill-earth\/90:hover {
  fill: rgb(120 46 1 / 0.9) !important;
}

.hover\:fill-earth\/95:hover {
  fill: rgb(120 46 1 / 0.95) !important;
}

.hover\:fill-harvest:hover {
  fill: #d78131 !important;
}

.hover\:fill-harvest\/0:hover {
  fill: rgb(215 129 49 / 0) !important;
}

.hover\:fill-harvest\/10:hover {
  fill: rgb(215 129 49 / 0.1) !important;
}

.hover\:fill-harvest\/100:hover {
  fill: rgb(215 129 49 / 1) !important;
}

.hover\:fill-harvest\/15:hover {
  fill: rgb(215 129 49 / 0.15) !important;
}

.hover\:fill-harvest\/20:hover {
  fill: rgb(215 129 49 / 0.2) !important;
}

.hover\:fill-harvest\/25:hover {
  fill: rgb(215 129 49 / 0.25) !important;
}

.hover\:fill-harvest\/30:hover {
  fill: rgb(215 129 49 / 0.3) !important;
}

.hover\:fill-harvest\/35:hover {
  fill: rgb(215 129 49 / 0.35) !important;
}

.hover\:fill-harvest\/40:hover {
  fill: rgb(215 129 49 / 0.4) !important;
}

.hover\:fill-harvest\/45:hover {
  fill: rgb(215 129 49 / 0.45) !important;
}

.hover\:fill-harvest\/5:hover {
  fill: rgb(215 129 49 / 0.05) !important;
}

.hover\:fill-harvest\/50:hover {
  fill: rgb(215 129 49 / 0.5) !important;
}

.hover\:fill-harvest\/55:hover {
  fill: rgb(215 129 49 / 0.55) !important;
}

.hover\:fill-harvest\/60:hover {
  fill: rgb(215 129 49 / 0.6) !important;
}

.hover\:fill-harvest\/65:hover {
  fill: rgb(215 129 49 / 0.65) !important;
}

.hover\:fill-harvest\/70:hover {
  fill: rgb(215 129 49 / 0.7) !important;
}

.hover\:fill-harvest\/75:hover {
  fill: rgb(215 129 49 / 0.75) !important;
}

.hover\:fill-harvest\/80:hover {
  fill: rgb(215 129 49 / 0.8) !important;
}

.hover\:fill-harvest\/85:hover {
  fill: rgb(215 129 49 / 0.85) !important;
}

.hover\:fill-harvest\/90:hover {
  fill: rgb(215 129 49 / 0.9) !important;
}

.hover\:fill-harvest\/95:hover {
  fill: rgb(215 129 49 / 0.95) !important;
}

.hover\:fill-sprout:hover {
  fill: #c4d148 !important;
}

.hover\:fill-sprout\/0:hover {
  fill: rgb(196 209 72 / 0) !important;
}

.hover\:fill-sprout\/10:hover {
  fill: rgb(196 209 72 / 0.1) !important;
}

.hover\:fill-sprout\/100:hover {
  fill: rgb(196 209 72 / 1) !important;
}

.hover\:fill-sprout\/15:hover {
  fill: rgb(196 209 72 / 0.15) !important;
}

.hover\:fill-sprout\/20:hover {
  fill: rgb(196 209 72 / 0.2) !important;
}

.hover\:fill-sprout\/25:hover {
  fill: rgb(196 209 72 / 0.25) !important;
}

.hover\:fill-sprout\/30:hover {
  fill: rgb(196 209 72 / 0.3) !important;
}

.hover\:fill-sprout\/35:hover {
  fill: rgb(196 209 72 / 0.35) !important;
}

.hover\:fill-sprout\/40:hover {
  fill: rgb(196 209 72 / 0.4) !important;
}

.hover\:fill-sprout\/45:hover {
  fill: rgb(196 209 72 / 0.45) !important;
}

.hover\:fill-sprout\/5:hover {
  fill: rgb(196 209 72 / 0.05) !important;
}

.hover\:fill-sprout\/50:hover {
  fill: rgb(196 209 72 / 0.5) !important;
}

.hover\:fill-sprout\/55:hover {
  fill: rgb(196 209 72 / 0.55) !important;
}

.hover\:fill-sprout\/60:hover {
  fill: rgb(196 209 72 / 0.6) !important;
}

.hover\:fill-sprout\/65:hover {
  fill: rgb(196 209 72 / 0.65) !important;
}

.hover\:fill-sprout\/70:hover {
  fill: rgb(196 209 72 / 0.7) !important;
}

.hover\:fill-sprout\/75:hover {
  fill: rgb(196 209 72 / 0.75) !important;
}

.hover\:fill-sprout\/80:hover {
  fill: rgb(196 209 72 / 0.8) !important;
}

.hover\:fill-sprout\/85:hover {
  fill: rgb(196 209 72 / 0.85) !important;
}

.hover\:fill-sprout\/90:hover {
  fill: rgb(196 209 72 / 0.9) !important;
}

.hover\:fill-sprout\/95:hover {
  fill: rgb(196 209 72 / 0.95) !important;
}

.hover\:stroke-brand-dark:hover {
  stroke: #2e2714 !important;
}

.hover\:stroke-brand-dark\/0:hover {
  stroke: rgb(46 39 20 / 0) !important;
}

.hover\:stroke-brand-dark\/10:hover {
  stroke: rgb(46 39 20 / 0.1) !important;
}

.hover\:stroke-brand-dark\/100:hover {
  stroke: rgb(46 39 20 / 1) !important;
}

.hover\:stroke-brand-dark\/15:hover {
  stroke: rgb(46 39 20 / 0.15) !important;
}

.hover\:stroke-brand-dark\/20:hover {
  stroke: rgb(46 39 20 / 0.2) !important;
}

.hover\:stroke-brand-dark\/25:hover {
  stroke: rgb(46 39 20 / 0.25) !important;
}

.hover\:stroke-brand-dark\/30:hover {
  stroke: rgb(46 39 20 / 0.3) !important;
}

.hover\:stroke-brand-dark\/35:hover {
  stroke: rgb(46 39 20 / 0.35) !important;
}

.hover\:stroke-brand-dark\/40:hover {
  stroke: rgb(46 39 20 / 0.4) !important;
}

.hover\:stroke-brand-dark\/45:hover {
  stroke: rgb(46 39 20 / 0.45) !important;
}

.hover\:stroke-brand-dark\/5:hover {
  stroke: rgb(46 39 20 / 0.05) !important;
}

.hover\:stroke-brand-dark\/50:hover {
  stroke: rgb(46 39 20 / 0.5) !important;
}

.hover\:stroke-brand-dark\/55:hover {
  stroke: rgb(46 39 20 / 0.55) !important;
}

.hover\:stroke-brand-dark\/60:hover {
  stroke: rgb(46 39 20 / 0.6) !important;
}

.hover\:stroke-brand-dark\/65:hover {
  stroke: rgb(46 39 20 / 0.65) !important;
}

.hover\:stroke-brand-dark\/70:hover {
  stroke: rgb(46 39 20 / 0.7) !important;
}

.hover\:stroke-brand-dark\/75:hover {
  stroke: rgb(46 39 20 / 0.75) !important;
}

.hover\:stroke-brand-dark\/80:hover {
  stroke: rgb(46 39 20 / 0.8) !important;
}

.hover\:stroke-brand-dark\/85:hover {
  stroke: rgb(46 39 20 / 0.85) !important;
}

.hover\:stroke-brand-dark\/90:hover {
  stroke: rgb(46 39 20 / 0.9) !important;
}

.hover\:stroke-brand-dark\/95:hover {
  stroke: rgb(46 39 20 / 0.95) !important;
}

.hover\:stroke-brand-ink:hover {
  stroke: #212529 !important;
}

.hover\:stroke-brand-ink\/0:hover {
  stroke: rgb(33 37 41 / 0) !important;
}

.hover\:stroke-brand-ink\/10:hover {
  stroke: rgb(33 37 41 / 0.1) !important;
}

.hover\:stroke-brand-ink\/100:hover {
  stroke: rgb(33 37 41 / 1) !important;
}

.hover\:stroke-brand-ink\/15:hover {
  stroke: rgb(33 37 41 / 0.15) !important;
}

.hover\:stroke-brand-ink\/20:hover {
  stroke: rgb(33 37 41 / 0.2) !important;
}

.hover\:stroke-brand-ink\/25:hover {
  stroke: rgb(33 37 41 / 0.25) !important;
}

.hover\:stroke-brand-ink\/30:hover {
  stroke: rgb(33 37 41 / 0.3) !important;
}

.hover\:stroke-brand-ink\/35:hover {
  stroke: rgb(33 37 41 / 0.35) !important;
}

.hover\:stroke-brand-ink\/40:hover {
  stroke: rgb(33 37 41 / 0.4) !important;
}

.hover\:stroke-brand-ink\/45:hover {
  stroke: rgb(33 37 41 / 0.45) !important;
}

.hover\:stroke-brand-ink\/5:hover {
  stroke: rgb(33 37 41 / 0.05) !important;
}

.hover\:stroke-brand-ink\/50:hover {
  stroke: rgb(33 37 41 / 0.5) !important;
}

.hover\:stroke-brand-ink\/55:hover {
  stroke: rgb(33 37 41 / 0.55) !important;
}

.hover\:stroke-brand-ink\/60:hover {
  stroke: rgb(33 37 41 / 0.6) !important;
}

.hover\:stroke-brand-ink\/65:hover {
  stroke: rgb(33 37 41 / 0.65) !important;
}

.hover\:stroke-brand-ink\/70:hover {
  stroke: rgb(33 37 41 / 0.7) !important;
}

.hover\:stroke-brand-ink\/75:hover {
  stroke: rgb(33 37 41 / 0.75) !important;
}

.hover\:stroke-brand-ink\/80:hover {
  stroke: rgb(33 37 41 / 0.8) !important;
}

.hover\:stroke-brand-ink\/85:hover {
  stroke: rgb(33 37 41 / 0.85) !important;
}

.hover\:stroke-brand-ink\/90:hover {
  stroke: rgb(33 37 41 / 0.9) !important;
}

.hover\:stroke-brand-ink\/95:hover {
  stroke: rgb(33 37 41 / 0.95) !important;
}

.hover\:stroke-brand-light:hover {
  stroke: #f5f4f0 !important;
}

.hover\:stroke-brand-light\/0:hover {
  stroke: rgb(245 244 240 / 0) !important;
}

.hover\:stroke-brand-light\/10:hover {
  stroke: rgb(245 244 240 / 0.1) !important;
}

.hover\:stroke-brand-light\/100:hover {
  stroke: rgb(245 244 240 / 1) !important;
}

.hover\:stroke-brand-light\/15:hover {
  stroke: rgb(245 244 240 / 0.15) !important;
}

.hover\:stroke-brand-light\/20:hover {
  stroke: rgb(245 244 240 / 0.2) !important;
}

.hover\:stroke-brand-light\/25:hover {
  stroke: rgb(245 244 240 / 0.25) !important;
}

.hover\:stroke-brand-light\/30:hover {
  stroke: rgb(245 244 240 / 0.3) !important;
}

.hover\:stroke-brand-light\/35:hover {
  stroke: rgb(245 244 240 / 0.35) !important;
}

.hover\:stroke-brand-light\/40:hover {
  stroke: rgb(245 244 240 / 0.4) !important;
}

.hover\:stroke-brand-light\/45:hover {
  stroke: rgb(245 244 240 / 0.45) !important;
}

.hover\:stroke-brand-light\/5:hover {
  stroke: rgb(245 244 240 / 0.05) !important;
}

.hover\:stroke-brand-light\/50:hover {
  stroke: rgb(245 244 240 / 0.5) !important;
}

.hover\:stroke-brand-light\/55:hover {
  stroke: rgb(245 244 240 / 0.55) !important;
}

.hover\:stroke-brand-light\/60:hover {
  stroke: rgb(245 244 240 / 0.6) !important;
}

.hover\:stroke-brand-light\/65:hover {
  stroke: rgb(245 244 240 / 0.65) !important;
}

.hover\:stroke-brand-light\/70:hover {
  stroke: rgb(245 244 240 / 0.7) !important;
}

.hover\:stroke-brand-light\/75:hover {
  stroke: rgb(245 244 240 / 0.75) !important;
}

.hover\:stroke-brand-light\/80:hover {
  stroke: rgb(245 244 240 / 0.8) !important;
}

.hover\:stroke-brand-light\/85:hover {
  stroke: rgb(245 244 240 / 0.85) !important;
}

.hover\:stroke-brand-light\/90:hover {
  stroke: rgb(245 244 240 / 0.9) !important;
}

.hover\:stroke-brand-light\/95:hover {
  stroke: rgb(245 244 240 / 0.95) !important;
}

.hover\:stroke-brand-link:hover {
  stroke: #936e07 !important;
}

.hover\:stroke-brand-link-hover:hover {
  stroke: #4a3703 !important;
}

.hover\:stroke-brand-link-hover\/0:hover {
  stroke: rgb(74 55 3 / 0) !important;
}

.hover\:stroke-brand-link-hover\/10:hover {
  stroke: rgb(74 55 3 / 0.1) !important;
}

.hover\:stroke-brand-link-hover\/100:hover {
  stroke: rgb(74 55 3 / 1) !important;
}

.hover\:stroke-brand-link-hover\/15:hover {
  stroke: rgb(74 55 3 / 0.15) !important;
}

.hover\:stroke-brand-link-hover\/20:hover {
  stroke: rgb(74 55 3 / 0.2) !important;
}

.hover\:stroke-brand-link-hover\/25:hover {
  stroke: rgb(74 55 3 / 0.25) !important;
}

.hover\:stroke-brand-link-hover\/30:hover {
  stroke: rgb(74 55 3 / 0.3) !important;
}

.hover\:stroke-brand-link-hover\/35:hover {
  stroke: rgb(74 55 3 / 0.35) !important;
}

.hover\:stroke-brand-link-hover\/40:hover {
  stroke: rgb(74 55 3 / 0.4) !important;
}

.hover\:stroke-brand-link-hover\/45:hover {
  stroke: rgb(74 55 3 / 0.45) !important;
}

.hover\:stroke-brand-link-hover\/5:hover {
  stroke: rgb(74 55 3 / 0.05) !important;
}

.hover\:stroke-brand-link-hover\/50:hover {
  stroke: rgb(74 55 3 / 0.5) !important;
}

.hover\:stroke-brand-link-hover\/55:hover {
  stroke: rgb(74 55 3 / 0.55) !important;
}

.hover\:stroke-brand-link-hover\/60:hover {
  stroke: rgb(74 55 3 / 0.6) !important;
}

.hover\:stroke-brand-link-hover\/65:hover {
  stroke: rgb(74 55 3 / 0.65) !important;
}

.hover\:stroke-brand-link-hover\/70:hover {
  stroke: rgb(74 55 3 / 0.7) !important;
}

.hover\:stroke-brand-link-hover\/75:hover {
  stroke: rgb(74 55 3 / 0.75) !important;
}

.hover\:stroke-brand-link-hover\/80:hover {
  stroke: rgb(74 55 3 / 0.8) !important;
}

.hover\:stroke-brand-link-hover\/85:hover {
  stroke: rgb(74 55 3 / 0.85) !important;
}

.hover\:stroke-brand-link-hover\/90:hover {
  stroke: rgb(74 55 3 / 0.9) !important;
}

.hover\:stroke-brand-link-hover\/95:hover {
  stroke: rgb(74 55 3 / 0.95) !important;
}

.hover\:stroke-brand-link\/0:hover {
  stroke: rgb(147 110 7 / 0) !important;
}

.hover\:stroke-brand-link\/10:hover {
  stroke: rgb(147 110 7 / 0.1) !important;
}

.hover\:stroke-brand-link\/100:hover {
  stroke: rgb(147 110 7 / 1) !important;
}

.hover\:stroke-brand-link\/15:hover {
  stroke: rgb(147 110 7 / 0.15) !important;
}

.hover\:stroke-brand-link\/20:hover {
  stroke: rgb(147 110 7 / 0.2) !important;
}

.hover\:stroke-brand-link\/25:hover {
  stroke: rgb(147 110 7 / 0.25) !important;
}

.hover\:stroke-brand-link\/30:hover {
  stroke: rgb(147 110 7 / 0.3) !important;
}

.hover\:stroke-brand-link\/35:hover {
  stroke: rgb(147 110 7 / 0.35) !important;
}

.hover\:stroke-brand-link\/40:hover {
  stroke: rgb(147 110 7 / 0.4) !important;
}

.hover\:stroke-brand-link\/45:hover {
  stroke: rgb(147 110 7 / 0.45) !important;
}

.hover\:stroke-brand-link\/5:hover {
  stroke: rgb(147 110 7 / 0.05) !important;
}

.hover\:stroke-brand-link\/50:hover {
  stroke: rgb(147 110 7 / 0.5) !important;
}

.hover\:stroke-brand-link\/55:hover {
  stroke: rgb(147 110 7 / 0.55) !important;
}

.hover\:stroke-brand-link\/60:hover {
  stroke: rgb(147 110 7 / 0.6) !important;
}

.hover\:stroke-brand-link\/65:hover {
  stroke: rgb(147 110 7 / 0.65) !important;
}

.hover\:stroke-brand-link\/70:hover {
  stroke: rgb(147 110 7 / 0.7) !important;
}

.hover\:stroke-brand-link\/75:hover {
  stroke: rgb(147 110 7 / 0.75) !important;
}

.hover\:stroke-brand-link\/80:hover {
  stroke: rgb(147 110 7 / 0.8) !important;
}

.hover\:stroke-brand-link\/85:hover {
  stroke: rgb(147 110 7 / 0.85) !important;
}

.hover\:stroke-brand-link\/90:hover {
  stroke: rgb(147 110 7 / 0.9) !important;
}

.hover\:stroke-brand-link\/95:hover {
  stroke: rgb(147 110 7 / 0.95) !important;
}

.hover\:stroke-brand-muted:hover {
  stroke: #6C757D !important;
}

.hover\:stroke-brand-muted\/0:hover {
  stroke: rgb(108 117 125 / 0) !important;
}

.hover\:stroke-brand-muted\/10:hover {
  stroke: rgb(108 117 125 / 0.1) !important;
}

.hover\:stroke-brand-muted\/100:hover {
  stroke: rgb(108 117 125 / 1) !important;
}

.hover\:stroke-brand-muted\/15:hover {
  stroke: rgb(108 117 125 / 0.15) !important;
}

.hover\:stroke-brand-muted\/20:hover {
  stroke: rgb(108 117 125 / 0.2) !important;
}

.hover\:stroke-brand-muted\/25:hover {
  stroke: rgb(108 117 125 / 0.25) !important;
}

.hover\:stroke-brand-muted\/30:hover {
  stroke: rgb(108 117 125 / 0.3) !important;
}

.hover\:stroke-brand-muted\/35:hover {
  stroke: rgb(108 117 125 / 0.35) !important;
}

.hover\:stroke-brand-muted\/40:hover {
  stroke: rgb(108 117 125 / 0.4) !important;
}

.hover\:stroke-brand-muted\/45:hover {
  stroke: rgb(108 117 125 / 0.45) !important;
}

.hover\:stroke-brand-muted\/5:hover {
  stroke: rgb(108 117 125 / 0.05) !important;
}

.hover\:stroke-brand-muted\/50:hover {
  stroke: rgb(108 117 125 / 0.5) !important;
}

.hover\:stroke-brand-muted\/55:hover {
  stroke: rgb(108 117 125 / 0.55) !important;
}

.hover\:stroke-brand-muted\/60:hover {
  stroke: rgb(108 117 125 / 0.6) !important;
}

.hover\:stroke-brand-muted\/65:hover {
  stroke: rgb(108 117 125 / 0.65) !important;
}

.hover\:stroke-brand-muted\/70:hover {
  stroke: rgb(108 117 125 / 0.7) !important;
}

.hover\:stroke-brand-muted\/75:hover {
  stroke: rgb(108 117 125 / 0.75) !important;
}

.hover\:stroke-brand-muted\/80:hover {
  stroke: rgb(108 117 125 / 0.8) !important;
}

.hover\:stroke-brand-muted\/85:hover {
  stroke: rgb(108 117 125 / 0.85) !important;
}

.hover\:stroke-brand-muted\/90:hover {
  stroke: rgb(108 117 125 / 0.9) !important;
}

.hover\:stroke-brand-muted\/95:hover {
  stroke: rgb(108 117 125 / 0.95) !important;
}

.hover\:stroke-brand-primary:hover {
  stroke: #F4B811 !important;
}

.hover\:stroke-brand-primary\/0:hover {
  stroke: rgb(244 184 17 / 0) !important;
}

.hover\:stroke-brand-primary\/10:hover {
  stroke: rgb(244 184 17 / 0.1) !important;
}

.hover\:stroke-brand-primary\/100:hover {
  stroke: rgb(244 184 17 / 1) !important;
}

.hover\:stroke-brand-primary\/15:hover {
  stroke: rgb(244 184 17 / 0.15) !important;
}

.hover\:stroke-brand-primary\/20:hover {
  stroke: rgb(244 184 17 / 0.2) !important;
}

.hover\:stroke-brand-primary\/25:hover {
  stroke: rgb(244 184 17 / 0.25) !important;
}

.hover\:stroke-brand-primary\/30:hover {
  stroke: rgb(244 184 17 / 0.3) !important;
}

.hover\:stroke-brand-primary\/35:hover {
  stroke: rgb(244 184 17 / 0.35) !important;
}

.hover\:stroke-brand-primary\/40:hover {
  stroke: rgb(244 184 17 / 0.4) !important;
}

.hover\:stroke-brand-primary\/45:hover {
  stroke: rgb(244 184 17 / 0.45) !important;
}

.hover\:stroke-brand-primary\/5:hover {
  stroke: rgb(244 184 17 / 0.05) !important;
}

.hover\:stroke-brand-primary\/50:hover {
  stroke: rgb(244 184 17 / 0.5) !important;
}

.hover\:stroke-brand-primary\/55:hover {
  stroke: rgb(244 184 17 / 0.55) !important;
}

.hover\:stroke-brand-primary\/60:hover {
  stroke: rgb(244 184 17 / 0.6) !important;
}

.hover\:stroke-brand-primary\/65:hover {
  stroke: rgb(244 184 17 / 0.65) !important;
}

.hover\:stroke-brand-primary\/70:hover {
  stroke: rgb(244 184 17 / 0.7) !important;
}

.hover\:stroke-brand-primary\/75:hover {
  stroke: rgb(244 184 17 / 0.75) !important;
}

.hover\:stroke-brand-primary\/80:hover {
  stroke: rgb(244 184 17 / 0.8) !important;
}

.hover\:stroke-brand-primary\/85:hover {
  stroke: rgb(244 184 17 / 0.85) !important;
}

.hover\:stroke-brand-primary\/90:hover {
  stroke: rgb(244 184 17 / 0.9) !important;
}

.hover\:stroke-brand-primary\/95:hover {
  stroke: rgb(244 184 17 / 0.95) !important;
}

.hover\:stroke-brand-secondary:hover {
  stroke: #FFCC00 !important;
}

.hover\:stroke-brand-secondary\/0:hover {
  stroke: rgb(255 204 0 / 0) !important;
}

.hover\:stroke-brand-secondary\/10:hover {
  stroke: rgb(255 204 0 / 0.1) !important;
}

.hover\:stroke-brand-secondary\/100:hover {
  stroke: rgb(255 204 0 / 1) !important;
}

.hover\:stroke-brand-secondary\/15:hover {
  stroke: rgb(255 204 0 / 0.15) !important;
}

.hover\:stroke-brand-secondary\/20:hover {
  stroke: rgb(255 204 0 / 0.2) !important;
}

.hover\:stroke-brand-secondary\/25:hover {
  stroke: rgb(255 204 0 / 0.25) !important;
}

.hover\:stroke-brand-secondary\/30:hover {
  stroke: rgb(255 204 0 / 0.3) !important;
}

.hover\:stroke-brand-secondary\/35:hover {
  stroke: rgb(255 204 0 / 0.35) !important;
}

.hover\:stroke-brand-secondary\/40:hover {
  stroke: rgb(255 204 0 / 0.4) !important;
}

.hover\:stroke-brand-secondary\/45:hover {
  stroke: rgb(255 204 0 / 0.45) !important;
}

.hover\:stroke-brand-secondary\/5:hover {
  stroke: rgb(255 204 0 / 0.05) !important;
}

.hover\:stroke-brand-secondary\/50:hover {
  stroke: rgb(255 204 0 / 0.5) !important;
}

.hover\:stroke-brand-secondary\/55:hover {
  stroke: rgb(255 204 0 / 0.55) !important;
}

.hover\:stroke-brand-secondary\/60:hover {
  stroke: rgb(255 204 0 / 0.6) !important;
}

.hover\:stroke-brand-secondary\/65:hover {
  stroke: rgb(255 204 0 / 0.65) !important;
}

.hover\:stroke-brand-secondary\/70:hover {
  stroke: rgb(255 204 0 / 0.7) !important;
}

.hover\:stroke-brand-secondary\/75:hover {
  stroke: rgb(255 204 0 / 0.75) !important;
}

.hover\:stroke-brand-secondary\/80:hover {
  stroke: rgb(255 204 0 / 0.8) !important;
}

.hover\:stroke-brand-secondary\/85:hover {
  stroke: rgb(255 204 0 / 0.85) !important;
}

.hover\:stroke-brand-secondary\/90:hover {
  stroke: rgb(255 204 0 / 0.9) !important;
}

.hover\:stroke-brand-secondary\/95:hover {
  stroke: rgb(255 204 0 / 0.95) !important;
}

.hover\:stroke-earth:hover {
  stroke: #782e01 !important;
}

.hover\:stroke-earth\/0:hover {
  stroke: rgb(120 46 1 / 0) !important;
}

.hover\:stroke-earth\/10:hover {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.hover\:stroke-earth\/100:hover {
  stroke: rgb(120 46 1 / 1) !important;
}

.hover\:stroke-earth\/15:hover {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.hover\:stroke-earth\/20:hover {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.hover\:stroke-earth\/25:hover {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.hover\:stroke-earth\/30:hover {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.hover\:stroke-earth\/35:hover {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.hover\:stroke-earth\/40:hover {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.hover\:stroke-earth\/45:hover {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.hover\:stroke-earth\/5:hover {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.hover\:stroke-earth\/50:hover {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.hover\:stroke-earth\/55:hover {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.hover\:stroke-earth\/60:hover {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.hover\:stroke-earth\/65:hover {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.hover\:stroke-earth\/70:hover {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.hover\:stroke-earth\/75:hover {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.hover\:stroke-earth\/80:hover {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.hover\:stroke-earth\/85:hover {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.hover\:stroke-earth\/90:hover {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.hover\:stroke-earth\/95:hover {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.hover\:stroke-harvest:hover {
  stroke: #d78131 !important;
}

.hover\:stroke-harvest\/0:hover {
  stroke: rgb(215 129 49 / 0) !important;
}

.hover\:stroke-harvest\/10:hover {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.hover\:stroke-harvest\/100:hover {
  stroke: rgb(215 129 49 / 1) !important;
}

.hover\:stroke-harvest\/15:hover {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.hover\:stroke-harvest\/20:hover {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.hover\:stroke-harvest\/25:hover {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.hover\:stroke-harvest\/30:hover {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.hover\:stroke-harvest\/35:hover {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.hover\:stroke-harvest\/40:hover {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.hover\:stroke-harvest\/45:hover {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.hover\:stroke-harvest\/5:hover {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.hover\:stroke-harvest\/50:hover {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.hover\:stroke-harvest\/55:hover {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.hover\:stroke-harvest\/60:hover {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.hover\:stroke-harvest\/65:hover {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.hover\:stroke-harvest\/70:hover {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.hover\:stroke-harvest\/75:hover {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.hover\:stroke-harvest\/80:hover {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.hover\:stroke-harvest\/85:hover {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.hover\:stroke-harvest\/90:hover {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.hover\:stroke-harvest\/95:hover {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.hover\:stroke-sprout:hover {
  stroke: #c4d148 !important;
}

.hover\:stroke-sprout\/0:hover {
  stroke: rgb(196 209 72 / 0) !important;
}

.hover\:stroke-sprout\/10:hover {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.hover\:stroke-sprout\/100:hover {
  stroke: rgb(196 209 72 / 1) !important;
}

.hover\:stroke-sprout\/15:hover {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.hover\:stroke-sprout\/20:hover {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.hover\:stroke-sprout\/25:hover {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.hover\:stroke-sprout\/30:hover {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.hover\:stroke-sprout\/35:hover {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.hover\:stroke-sprout\/40:hover {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.hover\:stroke-sprout\/45:hover {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.hover\:stroke-sprout\/5:hover {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.hover\:stroke-sprout\/50:hover {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.hover\:stroke-sprout\/55:hover {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.hover\:stroke-sprout\/60:hover {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.hover\:stroke-sprout\/65:hover {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.hover\:stroke-sprout\/70:hover {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.hover\:stroke-sprout\/75:hover {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.hover\:stroke-sprout\/80:hover {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.hover\:stroke-sprout\/85:hover {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.hover\:stroke-sprout\/90:hover {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.hover\:stroke-sprout\/95:hover {
  stroke: rgb(196 209 72 / 0.95) !important;
}

.hover\:text-brand-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(46 39 20 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-dark\/0:hover {
  color: rgb(46 39 20 / 0) !important;
}

.hover\:text-brand-dark\/10:hover {
  color: rgb(46 39 20 / 0.1) !important;
}

.hover\:text-brand-dark\/100:hover {
  color: rgb(46 39 20 / 1) !important;
}

.hover\:text-brand-dark\/15:hover {
  color: rgb(46 39 20 / 0.15) !important;
}

.hover\:text-brand-dark\/20:hover {
  color: rgb(46 39 20 / 0.2) !important;
}

.hover\:text-brand-dark\/25:hover {
  color: rgb(46 39 20 / 0.25) !important;
}

.hover\:text-brand-dark\/30:hover {
  color: rgb(46 39 20 / 0.3) !important;
}

.hover\:text-brand-dark\/35:hover {
  color: rgb(46 39 20 / 0.35) !important;
}

.hover\:text-brand-dark\/40:hover {
  color: rgb(46 39 20 / 0.4) !important;
}

.hover\:text-brand-dark\/45:hover {
  color: rgb(46 39 20 / 0.45) !important;
}

.hover\:text-brand-dark\/5:hover {
  color: rgb(46 39 20 / 0.05) !important;
}

.hover\:text-brand-dark\/50:hover {
  color: rgb(46 39 20 / 0.5) !important;
}

.hover\:text-brand-dark\/55:hover {
  color: rgb(46 39 20 / 0.55) !important;
}

.hover\:text-brand-dark\/60:hover {
  color: rgb(46 39 20 / 0.6) !important;
}

.hover\:text-brand-dark\/65:hover {
  color: rgb(46 39 20 / 0.65) !important;
}

.hover\:text-brand-dark\/70:hover {
  color: rgb(46 39 20 / 0.7) !important;
}

.hover\:text-brand-dark\/75:hover {
  color: rgb(46 39 20 / 0.75) !important;
}

.hover\:text-brand-dark\/80:hover {
  color: rgb(46 39 20 / 0.8) !important;
}

.hover\:text-brand-dark\/85:hover {
  color: rgb(46 39 20 / 0.85) !important;
}

.hover\:text-brand-dark\/90:hover {
  color: rgb(46 39 20 / 0.9) !important;
}

.hover\:text-brand-dark\/95:hover {
  color: rgb(46 39 20 / 0.95) !important;
}

.hover\:text-brand-ink:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-ink\/0:hover {
  color: rgb(33 37 41 / 0) !important;
}

.hover\:text-brand-ink\/10:hover {
  color: rgb(33 37 41 / 0.1) !important;
}

.hover\:text-brand-ink\/100:hover {
  color: rgb(33 37 41 / 1) !important;
}

.hover\:text-brand-ink\/15:hover {
  color: rgb(33 37 41 / 0.15) !important;
}

.hover\:text-brand-ink\/20:hover {
  color: rgb(33 37 41 / 0.2) !important;
}

.hover\:text-brand-ink\/25:hover {
  color: rgb(33 37 41 / 0.25) !important;
}

.hover\:text-brand-ink\/30:hover {
  color: rgb(33 37 41 / 0.3) !important;
}

.hover\:text-brand-ink\/35:hover {
  color: rgb(33 37 41 / 0.35) !important;
}

.hover\:text-brand-ink\/40:hover {
  color: rgb(33 37 41 / 0.4) !important;
}

.hover\:text-brand-ink\/45:hover {
  color: rgb(33 37 41 / 0.45) !important;
}

.hover\:text-brand-ink\/5:hover {
  color: rgb(33 37 41 / 0.05) !important;
}

.hover\:text-brand-ink\/50:hover {
  color: rgb(33 37 41 / 0.5) !important;
}

.hover\:text-brand-ink\/55:hover {
  color: rgb(33 37 41 / 0.55) !important;
}

.hover\:text-brand-ink\/60:hover {
  color: rgb(33 37 41 / 0.6) !important;
}

.hover\:text-brand-ink\/65:hover {
  color: rgb(33 37 41 / 0.65) !important;
}

.hover\:text-brand-ink\/70:hover {
  color: rgb(33 37 41 / 0.7) !important;
}

.hover\:text-brand-ink\/75:hover {
  color: rgb(33 37 41 / 0.75) !important;
}

.hover\:text-brand-ink\/80:hover {
  color: rgb(33 37 41 / 0.8) !important;
}

.hover\:text-brand-ink\/85:hover {
  color: rgb(33 37 41 / 0.85) !important;
}

.hover\:text-brand-ink\/90:hover {
  color: rgb(33 37 41 / 0.9) !important;
}

.hover\:text-brand-ink\/95:hover {
  color: rgb(33 37 41 / 0.95) !important;
}

.hover\:text-brand-light:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(245 244 240 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-light\/0:hover {
  color: rgb(245 244 240 / 0) !important;
}

.hover\:text-brand-light\/10:hover {
  color: rgb(245 244 240 / 0.1) !important;
}

.hover\:text-brand-light\/100:hover {
  color: rgb(245 244 240 / 1) !important;
}

.hover\:text-brand-light\/15:hover {
  color: rgb(245 244 240 / 0.15) !important;
}

.hover\:text-brand-light\/20:hover {
  color: rgb(245 244 240 / 0.2) !important;
}

.hover\:text-brand-light\/25:hover {
  color: rgb(245 244 240 / 0.25) !important;
}

.hover\:text-brand-light\/30:hover {
  color: rgb(245 244 240 / 0.3) !important;
}

.hover\:text-brand-light\/35:hover {
  color: rgb(245 244 240 / 0.35) !important;
}

.hover\:text-brand-light\/40:hover {
  color: rgb(245 244 240 / 0.4) !important;
}

.hover\:text-brand-light\/45:hover {
  color: rgb(245 244 240 / 0.45) !important;
}

.hover\:text-brand-light\/5:hover {
  color: rgb(245 244 240 / 0.05) !important;
}

.hover\:text-brand-light\/50:hover {
  color: rgb(245 244 240 / 0.5) !important;
}

.hover\:text-brand-light\/55:hover {
  color: rgb(245 244 240 / 0.55) !important;
}

.hover\:text-brand-light\/60:hover {
  color: rgb(245 244 240 / 0.6) !important;
}

.hover\:text-brand-light\/65:hover {
  color: rgb(245 244 240 / 0.65) !important;
}

.hover\:text-brand-light\/70:hover {
  color: rgb(245 244 240 / 0.7) !important;
}

.hover\:text-brand-light\/75:hover {
  color: rgb(245 244 240 / 0.75) !important;
}

.hover\:text-brand-light\/80:hover {
  color: rgb(245 244 240 / 0.8) !important;
}

.hover\:text-brand-light\/85:hover {
  color: rgb(245 244 240 / 0.85) !important;
}

.hover\:text-brand-light\/90:hover {
  color: rgb(245 244 240 / 0.9) !important;
}

.hover\:text-brand-light\/95:hover {
  color: rgb(245 244 240 / 0.95) !important;
}

.hover\:text-brand-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(147 110 7 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-link-hover:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(74 55 3 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-link-hover\/0:hover {
  color: rgb(74 55 3 / 0) !important;
}

.hover\:text-brand-link-hover\/10:hover {
  color: rgb(74 55 3 / 0.1) !important;
}

.hover\:text-brand-link-hover\/100:hover {
  color: rgb(74 55 3 / 1) !important;
}

.hover\:text-brand-link-hover\/15:hover {
  color: rgb(74 55 3 / 0.15) !important;
}

.hover\:text-brand-link-hover\/20:hover {
  color: rgb(74 55 3 / 0.2) !important;
}

.hover\:text-brand-link-hover\/25:hover {
  color: rgb(74 55 3 / 0.25) !important;
}

.hover\:text-brand-link-hover\/30:hover {
  color: rgb(74 55 3 / 0.3) !important;
}

.hover\:text-brand-link-hover\/35:hover {
  color: rgb(74 55 3 / 0.35) !important;
}

.hover\:text-brand-link-hover\/40:hover {
  color: rgb(74 55 3 / 0.4) !important;
}

.hover\:text-brand-link-hover\/45:hover {
  color: rgb(74 55 3 / 0.45) !important;
}

.hover\:text-brand-link-hover\/5:hover {
  color: rgb(74 55 3 / 0.05) !important;
}

.hover\:text-brand-link-hover\/50:hover {
  color: rgb(74 55 3 / 0.5) !important;
}

.hover\:text-brand-link-hover\/55:hover {
  color: rgb(74 55 3 / 0.55) !important;
}

.hover\:text-brand-link-hover\/60:hover {
  color: rgb(74 55 3 / 0.6) !important;
}

.hover\:text-brand-link-hover\/65:hover {
  color: rgb(74 55 3 / 0.65) !important;
}

.hover\:text-brand-link-hover\/70:hover {
  color: rgb(74 55 3 / 0.7) !important;
}

.hover\:text-brand-link-hover\/75:hover {
  color: rgb(74 55 3 / 0.75) !important;
}

.hover\:text-brand-link-hover\/80:hover {
  color: rgb(74 55 3 / 0.8) !important;
}

.hover\:text-brand-link-hover\/85:hover {
  color: rgb(74 55 3 / 0.85) !important;
}

.hover\:text-brand-link-hover\/90:hover {
  color: rgb(74 55 3 / 0.9) !important;
}

.hover\:text-brand-link-hover\/95:hover {
  color: rgb(74 55 3 / 0.95) !important;
}

.hover\:text-brand-link\/0:hover {
  color: rgb(147 110 7 / 0) !important;
}

.hover\:text-brand-link\/10:hover {
  color: rgb(147 110 7 / 0.1) !important;
}

.hover\:text-brand-link\/100:hover {
  color: rgb(147 110 7 / 1) !important;
}

.hover\:text-brand-link\/15:hover {
  color: rgb(147 110 7 / 0.15) !important;
}

.hover\:text-brand-link\/20:hover {
  color: rgb(147 110 7 / 0.2) !important;
}

.hover\:text-brand-link\/25:hover {
  color: rgb(147 110 7 / 0.25) !important;
}

.hover\:text-brand-link\/30:hover {
  color: rgb(147 110 7 / 0.3) !important;
}

.hover\:text-brand-link\/35:hover {
  color: rgb(147 110 7 / 0.35) !important;
}

.hover\:text-brand-link\/40:hover {
  color: rgb(147 110 7 / 0.4) !important;
}

.hover\:text-brand-link\/45:hover {
  color: rgb(147 110 7 / 0.45) !important;
}

.hover\:text-brand-link\/5:hover {
  color: rgb(147 110 7 / 0.05) !important;
}

.hover\:text-brand-link\/50:hover {
  color: rgb(147 110 7 / 0.5) !important;
}

.hover\:text-brand-link\/55:hover {
  color: rgb(147 110 7 / 0.55) !important;
}

.hover\:text-brand-link\/60:hover {
  color: rgb(147 110 7 / 0.6) !important;
}

.hover\:text-brand-link\/65:hover {
  color: rgb(147 110 7 / 0.65) !important;
}

.hover\:text-brand-link\/70:hover {
  color: rgb(147 110 7 / 0.7) !important;
}

.hover\:text-brand-link\/75:hover {
  color: rgb(147 110 7 / 0.75) !important;
}

.hover\:text-brand-link\/80:hover {
  color: rgb(147 110 7 / 0.8) !important;
}

.hover\:text-brand-link\/85:hover {
  color: rgb(147 110 7 / 0.85) !important;
}

.hover\:text-brand-link\/90:hover {
  color: rgb(147 110 7 / 0.9) !important;
}

.hover\:text-brand-link\/95:hover {
  color: rgb(147 110 7 / 0.95) !important;
}

.hover\:text-brand-muted:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-muted\/0:hover {
  color: rgb(108 117 125 / 0) !important;
}

.hover\:text-brand-muted\/10:hover {
  color: rgb(108 117 125 / 0.1) !important;
}

.hover\:text-brand-muted\/100:hover {
  color: rgb(108 117 125 / 1) !important;
}

.hover\:text-brand-muted\/15:hover {
  color: rgb(108 117 125 / 0.15) !important;
}

.hover\:text-brand-muted\/20:hover {
  color: rgb(108 117 125 / 0.2) !important;
}

.hover\:text-brand-muted\/25:hover {
  color: rgb(108 117 125 / 0.25) !important;
}

.hover\:text-brand-muted\/30:hover {
  color: rgb(108 117 125 / 0.3) !important;
}

.hover\:text-brand-muted\/35:hover {
  color: rgb(108 117 125 / 0.35) !important;
}

.hover\:text-brand-muted\/40:hover {
  color: rgb(108 117 125 / 0.4) !important;
}

.hover\:text-brand-muted\/45:hover {
  color: rgb(108 117 125 / 0.45) !important;
}

.hover\:text-brand-muted\/5:hover {
  color: rgb(108 117 125 / 0.05) !important;
}

.hover\:text-brand-muted\/50:hover {
  color: rgb(108 117 125 / 0.5) !important;
}

.hover\:text-brand-muted\/55:hover {
  color: rgb(108 117 125 / 0.55) !important;
}

.hover\:text-brand-muted\/60:hover {
  color: rgb(108 117 125 / 0.6) !important;
}

.hover\:text-brand-muted\/65:hover {
  color: rgb(108 117 125 / 0.65) !important;
}

.hover\:text-brand-muted\/70:hover {
  color: rgb(108 117 125 / 0.7) !important;
}

.hover\:text-brand-muted\/75:hover {
  color: rgb(108 117 125 / 0.75) !important;
}

.hover\:text-brand-muted\/80:hover {
  color: rgb(108 117 125 / 0.8) !important;
}

.hover\:text-brand-muted\/85:hover {
  color: rgb(108 117 125 / 0.85) !important;
}

.hover\:text-brand-muted\/90:hover {
  color: rgb(108 117 125 / 0.9) !important;
}

.hover\:text-brand-muted\/95:hover {
  color: rgb(108 117 125 / 0.95) !important;
}

.hover\:text-brand-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(244 184 17 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-primary\/0:hover {
  color: rgb(244 184 17 / 0) !important;
}

.hover\:text-brand-primary\/10:hover {
  color: rgb(244 184 17 / 0.1) !important;
}

.hover\:text-brand-primary\/100:hover {
  color: rgb(244 184 17 / 1) !important;
}

.hover\:text-brand-primary\/15:hover {
  color: rgb(244 184 17 / 0.15) !important;
}

.hover\:text-brand-primary\/20:hover {
  color: rgb(244 184 17 / 0.2) !important;
}

.hover\:text-brand-primary\/25:hover {
  color: rgb(244 184 17 / 0.25) !important;
}

.hover\:text-brand-primary\/30:hover {
  color: rgb(244 184 17 / 0.3) !important;
}

.hover\:text-brand-primary\/35:hover {
  color: rgb(244 184 17 / 0.35) !important;
}

.hover\:text-brand-primary\/40:hover {
  color: rgb(244 184 17 / 0.4) !important;
}

.hover\:text-brand-primary\/45:hover {
  color: rgb(244 184 17 / 0.45) !important;
}

.hover\:text-brand-primary\/5:hover {
  color: rgb(244 184 17 / 0.05) !important;
}

.hover\:text-brand-primary\/50:hover {
  color: rgb(244 184 17 / 0.5) !important;
}

.hover\:text-brand-primary\/55:hover {
  color: rgb(244 184 17 / 0.55) !important;
}

.hover\:text-brand-primary\/60:hover {
  color: rgb(244 184 17 / 0.6) !important;
}

.hover\:text-brand-primary\/65:hover {
  color: rgb(244 184 17 / 0.65) !important;
}

.hover\:text-brand-primary\/70:hover {
  color: rgb(244 184 17 / 0.7) !important;
}

.hover\:text-brand-primary\/75:hover {
  color: rgb(244 184 17 / 0.75) !important;
}

.hover\:text-brand-primary\/80:hover {
  color: rgb(244 184 17 / 0.8) !important;
}

.hover\:text-brand-primary\/85:hover {
  color: rgb(244 184 17 / 0.85) !important;
}

.hover\:text-brand-primary\/90:hover {
  color: rgb(244 184 17 / 0.9) !important;
}

.hover\:text-brand-primary\/95:hover {
  color: rgb(244 184 17 / 0.95) !important;
}

.hover\:text-brand-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 204 0 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand-secondary\/0:hover {
  color: rgb(255 204 0 / 0) !important;
}

.hover\:text-brand-secondary\/10:hover {
  color: rgb(255 204 0 / 0.1) !important;
}

.hover\:text-brand-secondary\/100:hover {
  color: rgb(255 204 0 / 1) !important;
}

.hover\:text-brand-secondary\/15:hover {
  color: rgb(255 204 0 / 0.15) !important;
}

.hover\:text-brand-secondary\/20:hover {
  color: rgb(255 204 0 / 0.2) !important;
}

.hover\:text-brand-secondary\/25:hover {
  color: rgb(255 204 0 / 0.25) !important;
}

.hover\:text-brand-secondary\/30:hover {
  color: rgb(255 204 0 / 0.3) !important;
}

.hover\:text-brand-secondary\/35:hover {
  color: rgb(255 204 0 / 0.35) !important;
}

.hover\:text-brand-secondary\/40:hover {
  color: rgb(255 204 0 / 0.4) !important;
}

.hover\:text-brand-secondary\/45:hover {
  color: rgb(255 204 0 / 0.45) !important;
}

.hover\:text-brand-secondary\/5:hover {
  color: rgb(255 204 0 / 0.05) !important;
}

.hover\:text-brand-secondary\/50:hover {
  color: rgb(255 204 0 / 0.5) !important;
}

.hover\:text-brand-secondary\/55:hover {
  color: rgb(255 204 0 / 0.55) !important;
}

.hover\:text-brand-secondary\/60:hover {
  color: rgb(255 204 0 / 0.6) !important;
}

.hover\:text-brand-secondary\/65:hover {
  color: rgb(255 204 0 / 0.65) !important;
}

.hover\:text-brand-secondary\/70:hover {
  color: rgb(255 204 0 / 0.7) !important;
}

.hover\:text-brand-secondary\/75:hover {
  color: rgb(255 204 0 / 0.75) !important;
}

.hover\:text-brand-secondary\/80:hover {
  color: rgb(255 204 0 / 0.8) !important;
}

.hover\:text-brand-secondary\/85:hover {
  color: rgb(255 204 0 / 0.85) !important;
}

.hover\:text-brand-secondary\/90:hover {
  color: rgb(255 204 0 / 0.9) !important;
}

.hover\:text-brand-secondary\/95:hover {
  color: rgb(255 204 0 / 0.95) !important;
}

.hover\:text-earth:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-earth\/0:hover {
  color: rgb(120 46 1 / 0) !important;
}

.hover\:text-earth\/10:hover {
  color: rgb(120 46 1 / 0.1) !important;
}

.hover\:text-earth\/100:hover {
  color: rgb(120 46 1 / 1) !important;
}

.hover\:text-earth\/15:hover {
  color: rgb(120 46 1 / 0.15) !important;
}

.hover\:text-earth\/20:hover {
  color: rgb(120 46 1 / 0.2) !important;
}

.hover\:text-earth\/25:hover {
  color: rgb(120 46 1 / 0.25) !important;
}

.hover\:text-earth\/30:hover {
  color: rgb(120 46 1 / 0.3) !important;
}

.hover\:text-earth\/35:hover {
  color: rgb(120 46 1 / 0.35) !important;
}

.hover\:text-earth\/40:hover {
  color: rgb(120 46 1 / 0.4) !important;
}

.hover\:text-earth\/45:hover {
  color: rgb(120 46 1 / 0.45) !important;
}

.hover\:text-earth\/5:hover {
  color: rgb(120 46 1 / 0.05) !important;
}

.hover\:text-earth\/50:hover {
  color: rgb(120 46 1 / 0.5) !important;
}

.hover\:text-earth\/55:hover {
  color: rgb(120 46 1 / 0.55) !important;
}

.hover\:text-earth\/60:hover {
  color: rgb(120 46 1 / 0.6) !important;
}

.hover\:text-earth\/65:hover {
  color: rgb(120 46 1 / 0.65) !important;
}

.hover\:text-earth\/70:hover {
  color: rgb(120 46 1 / 0.7) !important;
}

.hover\:text-earth\/75:hover {
  color: rgb(120 46 1 / 0.75) !important;
}

.hover\:text-earth\/80:hover {
  color: rgb(120 46 1 / 0.8) !important;
}

.hover\:text-earth\/85:hover {
  color: rgb(120 46 1 / 0.85) !important;
}

.hover\:text-earth\/90:hover {
  color: rgb(120 46 1 / 0.9) !important;
}

.hover\:text-earth\/95:hover {
  color: rgb(120 46 1 / 0.95) !important;
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-harvest:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-harvest\/0:hover {
  color: rgb(215 129 49 / 0) !important;
}

.hover\:text-harvest\/10:hover {
  color: rgb(215 129 49 / 0.1) !important;
}

.hover\:text-harvest\/100:hover {
  color: rgb(215 129 49 / 1) !important;
}

.hover\:text-harvest\/15:hover {
  color: rgb(215 129 49 / 0.15) !important;
}

.hover\:text-harvest\/20:hover {
  color: rgb(215 129 49 / 0.2) !important;
}

.hover\:text-harvest\/25:hover {
  color: rgb(215 129 49 / 0.25) !important;
}

.hover\:text-harvest\/30:hover {
  color: rgb(215 129 49 / 0.3) !important;
}

.hover\:text-harvest\/35:hover {
  color: rgb(215 129 49 / 0.35) !important;
}

.hover\:text-harvest\/40:hover {
  color: rgb(215 129 49 / 0.4) !important;
}

.hover\:text-harvest\/45:hover {
  color: rgb(215 129 49 / 0.45) !important;
}

.hover\:text-harvest\/5:hover {
  color: rgb(215 129 49 / 0.05) !important;
}

.hover\:text-harvest\/50:hover {
  color: rgb(215 129 49 / 0.5) !important;
}

.hover\:text-harvest\/55:hover {
  color: rgb(215 129 49 / 0.55) !important;
}

.hover\:text-harvest\/60:hover {
  color: rgb(215 129 49 / 0.6) !important;
}

.hover\:text-harvest\/65:hover {
  color: rgb(215 129 49 / 0.65) !important;
}

.hover\:text-harvest\/70:hover {
  color: rgb(215 129 49 / 0.7) !important;
}

.hover\:text-harvest\/75:hover {
  color: rgb(215 129 49 / 0.75) !important;
}

.hover\:text-harvest\/80:hover {
  color: rgb(215 129 49 / 0.8) !important;
}

.hover\:text-harvest\/85:hover {
  color: rgb(215 129 49 / 0.85) !important;
}

.hover\:text-harvest\/90:hover {
  color: rgb(215 129 49 / 0.9) !important;
}

.hover\:text-harvest\/95:hover {
  color: rgb(215 129 49 / 0.95) !important;
}

.hover\:text-sprout:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-sprout\/0:hover {
  color: rgb(196 209 72 / 0) !important;
}

.hover\:text-sprout\/10:hover {
  color: rgb(196 209 72 / 0.1) !important;
}

.hover\:text-sprout\/100:hover {
  color: rgb(196 209 72 / 1) !important;
}

.hover\:text-sprout\/15:hover {
  color: rgb(196 209 72 / 0.15) !important;
}

.hover\:text-sprout\/20:hover {
  color: rgb(196 209 72 / 0.2) !important;
}

.hover\:text-sprout\/25:hover {
  color: rgb(196 209 72 / 0.25) !important;
}

.hover\:text-sprout\/30:hover {
  color: rgb(196 209 72 / 0.3) !important;
}

.hover\:text-sprout\/35:hover {
  color: rgb(196 209 72 / 0.35) !important;
}

.hover\:text-sprout\/40:hover {
  color: rgb(196 209 72 / 0.4) !important;
}

.hover\:text-sprout\/45:hover {
  color: rgb(196 209 72 / 0.45) !important;
}

.hover\:text-sprout\/5:hover {
  color: rgb(196 209 72 / 0.05) !important;
}

.hover\:text-sprout\/50:hover {
  color: rgb(196 209 72 / 0.5) !important;
}

.hover\:text-sprout\/55:hover {
  color: rgb(196 209 72 / 0.55) !important;
}

.hover\:text-sprout\/60:hover {
  color: rgb(196 209 72 / 0.6) !important;
}

.hover\:text-sprout\/65:hover {
  color: rgb(196 209 72 / 0.65) !important;
}

.hover\:text-sprout\/70:hover {
  color: rgb(196 209 72 / 0.7) !important;
}

.hover\:text-sprout\/75:hover {
  color: rgb(196 209 72 / 0.75) !important;
}

.hover\:text-sprout\/80:hover {
  color: rgb(196 209 72 / 0.8) !important;
}

.hover\:text-sprout\/85:hover {
  color: rgb(196 209 72 / 0.85) !important;
}

.hover\:text-sprout\/90:hover {
  color: rgb(196 209 72 / 0.9) !important;
}

.hover\:text-sprout\/95:hover {
  color: rgb(196 209 72 / 0.95) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0px 12px 32px rgba(0, 0, 0, 0.175) !important;
  --tw-shadow-colored: 0px 12px 32px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:ring-brand-dark:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(46 39 20 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-dark\/0:hover {
  --tw-ring-color: rgb(46 39 20 / 0) !important;
}

.hover\:ring-brand-dark\/10:hover {
  --tw-ring-color: rgb(46 39 20 / 0.1) !important;
}

.hover\:ring-brand-dark\/100:hover {
  --tw-ring-color: rgb(46 39 20 / 1) !important;
}

.hover\:ring-brand-dark\/15:hover {
  --tw-ring-color: rgb(46 39 20 / 0.15) !important;
}

.hover\:ring-brand-dark\/20:hover {
  --tw-ring-color: rgb(46 39 20 / 0.2) !important;
}

.hover\:ring-brand-dark\/25:hover {
  --tw-ring-color: rgb(46 39 20 / 0.25) !important;
}

.hover\:ring-brand-dark\/30:hover {
  --tw-ring-color: rgb(46 39 20 / 0.3) !important;
}

.hover\:ring-brand-dark\/35:hover {
  --tw-ring-color: rgb(46 39 20 / 0.35) !important;
}

.hover\:ring-brand-dark\/40:hover {
  --tw-ring-color: rgb(46 39 20 / 0.4) !important;
}

.hover\:ring-brand-dark\/45:hover {
  --tw-ring-color: rgb(46 39 20 / 0.45) !important;
}

.hover\:ring-brand-dark\/5:hover {
  --tw-ring-color: rgb(46 39 20 / 0.05) !important;
}

.hover\:ring-brand-dark\/50:hover {
  --tw-ring-color: rgb(46 39 20 / 0.5) !important;
}

.hover\:ring-brand-dark\/55:hover {
  --tw-ring-color: rgb(46 39 20 / 0.55) !important;
}

.hover\:ring-brand-dark\/60:hover {
  --tw-ring-color: rgb(46 39 20 / 0.6) !important;
}

.hover\:ring-brand-dark\/65:hover {
  --tw-ring-color: rgb(46 39 20 / 0.65) !important;
}

.hover\:ring-brand-dark\/70:hover {
  --tw-ring-color: rgb(46 39 20 / 0.7) !important;
}

.hover\:ring-brand-dark\/75:hover {
  --tw-ring-color: rgb(46 39 20 / 0.75) !important;
}

.hover\:ring-brand-dark\/80:hover {
  --tw-ring-color: rgb(46 39 20 / 0.8) !important;
}

.hover\:ring-brand-dark\/85:hover {
  --tw-ring-color: rgb(46 39 20 / 0.85) !important;
}

.hover\:ring-brand-dark\/90:hover {
  --tw-ring-color: rgb(46 39 20 / 0.9) !important;
}

.hover\:ring-brand-dark\/95:hover {
  --tw-ring-color: rgb(46 39 20 / 0.95) !important;
}

.hover\:ring-brand-ink:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(33 37 41 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-ink\/0:hover {
  --tw-ring-color: rgb(33 37 41 / 0) !important;
}

.hover\:ring-brand-ink\/10:hover {
  --tw-ring-color: rgb(33 37 41 / 0.1) !important;
}

.hover\:ring-brand-ink\/100:hover {
  --tw-ring-color: rgb(33 37 41 / 1) !important;
}

.hover\:ring-brand-ink\/15:hover {
  --tw-ring-color: rgb(33 37 41 / 0.15) !important;
}

.hover\:ring-brand-ink\/20:hover {
  --tw-ring-color: rgb(33 37 41 / 0.2) !important;
}

.hover\:ring-brand-ink\/25:hover {
  --tw-ring-color: rgb(33 37 41 / 0.25) !important;
}

.hover\:ring-brand-ink\/30:hover {
  --tw-ring-color: rgb(33 37 41 / 0.3) !important;
}

.hover\:ring-brand-ink\/35:hover {
  --tw-ring-color: rgb(33 37 41 / 0.35) !important;
}

.hover\:ring-brand-ink\/40:hover {
  --tw-ring-color: rgb(33 37 41 / 0.4) !important;
}

.hover\:ring-brand-ink\/45:hover {
  --tw-ring-color: rgb(33 37 41 / 0.45) !important;
}

.hover\:ring-brand-ink\/5:hover {
  --tw-ring-color: rgb(33 37 41 / 0.05) !important;
}

.hover\:ring-brand-ink\/50:hover {
  --tw-ring-color: rgb(33 37 41 / 0.5) !important;
}

.hover\:ring-brand-ink\/55:hover {
  --tw-ring-color: rgb(33 37 41 / 0.55) !important;
}

.hover\:ring-brand-ink\/60:hover {
  --tw-ring-color: rgb(33 37 41 / 0.6) !important;
}

.hover\:ring-brand-ink\/65:hover {
  --tw-ring-color: rgb(33 37 41 / 0.65) !important;
}

.hover\:ring-brand-ink\/70:hover {
  --tw-ring-color: rgb(33 37 41 / 0.7) !important;
}

.hover\:ring-brand-ink\/75:hover {
  --tw-ring-color: rgb(33 37 41 / 0.75) !important;
}

.hover\:ring-brand-ink\/80:hover {
  --tw-ring-color: rgb(33 37 41 / 0.8) !important;
}

.hover\:ring-brand-ink\/85:hover {
  --tw-ring-color: rgb(33 37 41 / 0.85) !important;
}

.hover\:ring-brand-ink\/90:hover {
  --tw-ring-color: rgb(33 37 41 / 0.9) !important;
}

.hover\:ring-brand-ink\/95:hover {
  --tw-ring-color: rgb(33 37 41 / 0.95) !important;
}

.hover\:ring-brand-light:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(245 244 240 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-light\/0:hover {
  --tw-ring-color: rgb(245 244 240 / 0) !important;
}

.hover\:ring-brand-light\/10:hover {
  --tw-ring-color: rgb(245 244 240 / 0.1) !important;
}

.hover\:ring-brand-light\/100:hover {
  --tw-ring-color: rgb(245 244 240 / 1) !important;
}

.hover\:ring-brand-light\/15:hover {
  --tw-ring-color: rgb(245 244 240 / 0.15) !important;
}

.hover\:ring-brand-light\/20:hover {
  --tw-ring-color: rgb(245 244 240 / 0.2) !important;
}

.hover\:ring-brand-light\/25:hover {
  --tw-ring-color: rgb(245 244 240 / 0.25) !important;
}

.hover\:ring-brand-light\/30:hover {
  --tw-ring-color: rgb(245 244 240 / 0.3) !important;
}

.hover\:ring-brand-light\/35:hover {
  --tw-ring-color: rgb(245 244 240 / 0.35) !important;
}

.hover\:ring-brand-light\/40:hover {
  --tw-ring-color: rgb(245 244 240 / 0.4) !important;
}

.hover\:ring-brand-light\/45:hover {
  --tw-ring-color: rgb(245 244 240 / 0.45) !important;
}

.hover\:ring-brand-light\/5:hover {
  --tw-ring-color: rgb(245 244 240 / 0.05) !important;
}

.hover\:ring-brand-light\/50:hover {
  --tw-ring-color: rgb(245 244 240 / 0.5) !important;
}

.hover\:ring-brand-light\/55:hover {
  --tw-ring-color: rgb(245 244 240 / 0.55) !important;
}

.hover\:ring-brand-light\/60:hover {
  --tw-ring-color: rgb(245 244 240 / 0.6) !important;
}

.hover\:ring-brand-light\/65:hover {
  --tw-ring-color: rgb(245 244 240 / 0.65) !important;
}

.hover\:ring-brand-light\/70:hover {
  --tw-ring-color: rgb(245 244 240 / 0.7) !important;
}

.hover\:ring-brand-light\/75:hover {
  --tw-ring-color: rgb(245 244 240 / 0.75) !important;
}

.hover\:ring-brand-light\/80:hover {
  --tw-ring-color: rgb(245 244 240 / 0.8) !important;
}

.hover\:ring-brand-light\/85:hover {
  --tw-ring-color: rgb(245 244 240 / 0.85) !important;
}

.hover\:ring-brand-light\/90:hover {
  --tw-ring-color: rgb(245 244 240 / 0.9) !important;
}

.hover\:ring-brand-light\/95:hover {
  --tw-ring-color: rgb(245 244 240 / 0.95) !important;
}

.hover\:ring-brand-link:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 110 7 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-link-hover:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 55 3 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-link-hover\/0:hover {
  --tw-ring-color: rgb(74 55 3 / 0) !important;
}

.hover\:ring-brand-link-hover\/10:hover {
  --tw-ring-color: rgb(74 55 3 / 0.1) !important;
}

.hover\:ring-brand-link-hover\/100:hover {
  --tw-ring-color: rgb(74 55 3 / 1) !important;
}

.hover\:ring-brand-link-hover\/15:hover {
  --tw-ring-color: rgb(74 55 3 / 0.15) !important;
}

.hover\:ring-brand-link-hover\/20:hover {
  --tw-ring-color: rgb(74 55 3 / 0.2) !important;
}

.hover\:ring-brand-link-hover\/25:hover {
  --tw-ring-color: rgb(74 55 3 / 0.25) !important;
}

.hover\:ring-brand-link-hover\/30:hover {
  --tw-ring-color: rgb(74 55 3 / 0.3) !important;
}

.hover\:ring-brand-link-hover\/35:hover {
  --tw-ring-color: rgb(74 55 3 / 0.35) !important;
}

.hover\:ring-brand-link-hover\/40:hover {
  --tw-ring-color: rgb(74 55 3 / 0.4) !important;
}

.hover\:ring-brand-link-hover\/45:hover {
  --tw-ring-color: rgb(74 55 3 / 0.45) !important;
}

.hover\:ring-brand-link-hover\/5:hover {
  --tw-ring-color: rgb(74 55 3 / 0.05) !important;
}

.hover\:ring-brand-link-hover\/50:hover {
  --tw-ring-color: rgb(74 55 3 / 0.5) !important;
}

.hover\:ring-brand-link-hover\/55:hover {
  --tw-ring-color: rgb(74 55 3 / 0.55) !important;
}

.hover\:ring-brand-link-hover\/60:hover {
  --tw-ring-color: rgb(74 55 3 / 0.6) !important;
}

.hover\:ring-brand-link-hover\/65:hover {
  --tw-ring-color: rgb(74 55 3 / 0.65) !important;
}

.hover\:ring-brand-link-hover\/70:hover {
  --tw-ring-color: rgb(74 55 3 / 0.7) !important;
}

.hover\:ring-brand-link-hover\/75:hover {
  --tw-ring-color: rgb(74 55 3 / 0.75) !important;
}

.hover\:ring-brand-link-hover\/80:hover {
  --tw-ring-color: rgb(74 55 3 / 0.8) !important;
}

.hover\:ring-brand-link-hover\/85:hover {
  --tw-ring-color: rgb(74 55 3 / 0.85) !important;
}

.hover\:ring-brand-link-hover\/90:hover {
  --tw-ring-color: rgb(74 55 3 / 0.9) !important;
}

.hover\:ring-brand-link-hover\/95:hover {
  --tw-ring-color: rgb(74 55 3 / 0.95) !important;
}

.hover\:ring-brand-link\/0:hover {
  --tw-ring-color: rgb(147 110 7 / 0) !important;
}

.hover\:ring-brand-link\/10:hover {
  --tw-ring-color: rgb(147 110 7 / 0.1) !important;
}

.hover\:ring-brand-link\/100:hover {
  --tw-ring-color: rgb(147 110 7 / 1) !important;
}

.hover\:ring-brand-link\/15:hover {
  --tw-ring-color: rgb(147 110 7 / 0.15) !important;
}

.hover\:ring-brand-link\/20:hover {
  --tw-ring-color: rgb(147 110 7 / 0.2) !important;
}

.hover\:ring-brand-link\/25:hover {
  --tw-ring-color: rgb(147 110 7 / 0.25) !important;
}

.hover\:ring-brand-link\/30:hover {
  --tw-ring-color: rgb(147 110 7 / 0.3) !important;
}

.hover\:ring-brand-link\/35:hover {
  --tw-ring-color: rgb(147 110 7 / 0.35) !important;
}

.hover\:ring-brand-link\/40:hover {
  --tw-ring-color: rgb(147 110 7 / 0.4) !important;
}

.hover\:ring-brand-link\/45:hover {
  --tw-ring-color: rgb(147 110 7 / 0.45) !important;
}

.hover\:ring-brand-link\/5:hover {
  --tw-ring-color: rgb(147 110 7 / 0.05) !important;
}

.hover\:ring-brand-link\/50:hover {
  --tw-ring-color: rgb(147 110 7 / 0.5) !important;
}

.hover\:ring-brand-link\/55:hover {
  --tw-ring-color: rgb(147 110 7 / 0.55) !important;
}

.hover\:ring-brand-link\/60:hover {
  --tw-ring-color: rgb(147 110 7 / 0.6) !important;
}

.hover\:ring-brand-link\/65:hover {
  --tw-ring-color: rgb(147 110 7 / 0.65) !important;
}

.hover\:ring-brand-link\/70:hover {
  --tw-ring-color: rgb(147 110 7 / 0.7) !important;
}

.hover\:ring-brand-link\/75:hover {
  --tw-ring-color: rgb(147 110 7 / 0.75) !important;
}

.hover\:ring-brand-link\/80:hover {
  --tw-ring-color: rgb(147 110 7 / 0.8) !important;
}

.hover\:ring-brand-link\/85:hover {
  --tw-ring-color: rgb(147 110 7 / 0.85) !important;
}

.hover\:ring-brand-link\/90:hover {
  --tw-ring-color: rgb(147 110 7 / 0.9) !important;
}

.hover\:ring-brand-link\/95:hover {
  --tw-ring-color: rgb(147 110 7 / 0.95) !important;
}

.hover\:ring-brand-muted:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(108 117 125 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-muted\/0:hover {
  --tw-ring-color: rgb(108 117 125 / 0) !important;
}

.hover\:ring-brand-muted\/10:hover {
  --tw-ring-color: rgb(108 117 125 / 0.1) !important;
}

.hover\:ring-brand-muted\/100:hover {
  --tw-ring-color: rgb(108 117 125 / 1) !important;
}

.hover\:ring-brand-muted\/15:hover {
  --tw-ring-color: rgb(108 117 125 / 0.15) !important;
}

.hover\:ring-brand-muted\/20:hover {
  --tw-ring-color: rgb(108 117 125 / 0.2) !important;
}

.hover\:ring-brand-muted\/25:hover {
  --tw-ring-color: rgb(108 117 125 / 0.25) !important;
}

.hover\:ring-brand-muted\/30:hover {
  --tw-ring-color: rgb(108 117 125 / 0.3) !important;
}

.hover\:ring-brand-muted\/35:hover {
  --tw-ring-color: rgb(108 117 125 / 0.35) !important;
}

.hover\:ring-brand-muted\/40:hover {
  --tw-ring-color: rgb(108 117 125 / 0.4) !important;
}

.hover\:ring-brand-muted\/45:hover {
  --tw-ring-color: rgb(108 117 125 / 0.45) !important;
}

.hover\:ring-brand-muted\/5:hover {
  --tw-ring-color: rgb(108 117 125 / 0.05) !important;
}

.hover\:ring-brand-muted\/50:hover {
  --tw-ring-color: rgb(108 117 125 / 0.5) !important;
}

.hover\:ring-brand-muted\/55:hover {
  --tw-ring-color: rgb(108 117 125 / 0.55) !important;
}

.hover\:ring-brand-muted\/60:hover {
  --tw-ring-color: rgb(108 117 125 / 0.6) !important;
}

.hover\:ring-brand-muted\/65:hover {
  --tw-ring-color: rgb(108 117 125 / 0.65) !important;
}

.hover\:ring-brand-muted\/70:hover {
  --tw-ring-color: rgb(108 117 125 / 0.7) !important;
}

.hover\:ring-brand-muted\/75:hover {
  --tw-ring-color: rgb(108 117 125 / 0.75) !important;
}

.hover\:ring-brand-muted\/80:hover {
  --tw-ring-color: rgb(108 117 125 / 0.8) !important;
}

.hover\:ring-brand-muted\/85:hover {
  --tw-ring-color: rgb(108 117 125 / 0.85) !important;
}

.hover\:ring-brand-muted\/90:hover {
  --tw-ring-color: rgb(108 117 125 / 0.9) !important;
}

.hover\:ring-brand-muted\/95:hover {
  --tw-ring-color: rgb(108 117 125 / 0.95) !important;
}

.hover\:ring-brand-primary:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 184 17 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-primary\/0:hover {
  --tw-ring-color: rgb(244 184 17 / 0) !important;
}

.hover\:ring-brand-primary\/10:hover {
  --tw-ring-color: rgb(244 184 17 / 0.1) !important;
}

.hover\:ring-brand-primary\/100:hover {
  --tw-ring-color: rgb(244 184 17 / 1) !important;
}

.hover\:ring-brand-primary\/15:hover {
  --tw-ring-color: rgb(244 184 17 / 0.15) !important;
}

.hover\:ring-brand-primary\/20:hover {
  --tw-ring-color: rgb(244 184 17 / 0.2) !important;
}

.hover\:ring-brand-primary\/25:hover {
  --tw-ring-color: rgb(244 184 17 / 0.25) !important;
}

.hover\:ring-brand-primary\/30:hover {
  --tw-ring-color: rgb(244 184 17 / 0.3) !important;
}

.hover\:ring-brand-primary\/35:hover {
  --tw-ring-color: rgb(244 184 17 / 0.35) !important;
}

.hover\:ring-brand-primary\/40:hover {
  --tw-ring-color: rgb(244 184 17 / 0.4) !important;
}

.hover\:ring-brand-primary\/45:hover {
  --tw-ring-color: rgb(244 184 17 / 0.45) !important;
}

.hover\:ring-brand-primary\/5:hover {
  --tw-ring-color: rgb(244 184 17 / 0.05) !important;
}

.hover\:ring-brand-primary\/50:hover {
  --tw-ring-color: rgb(244 184 17 / 0.5) !important;
}

.hover\:ring-brand-primary\/55:hover {
  --tw-ring-color: rgb(244 184 17 / 0.55) !important;
}

.hover\:ring-brand-primary\/60:hover {
  --tw-ring-color: rgb(244 184 17 / 0.6) !important;
}

.hover\:ring-brand-primary\/65:hover {
  --tw-ring-color: rgb(244 184 17 / 0.65) !important;
}

.hover\:ring-brand-primary\/70:hover {
  --tw-ring-color: rgb(244 184 17 / 0.7) !important;
}

.hover\:ring-brand-primary\/75:hover {
  --tw-ring-color: rgb(244 184 17 / 0.75) !important;
}

.hover\:ring-brand-primary\/80:hover {
  --tw-ring-color: rgb(244 184 17 / 0.8) !important;
}

.hover\:ring-brand-primary\/85:hover {
  --tw-ring-color: rgb(244 184 17 / 0.85) !important;
}

.hover\:ring-brand-primary\/90:hover {
  --tw-ring-color: rgb(244 184 17 / 0.9) !important;
}

.hover\:ring-brand-primary\/95:hover {
  --tw-ring-color: rgb(244 184 17 / 0.95) !important;
}

.hover\:ring-brand-secondary:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 204 0 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-brand-secondary\/0:hover {
  --tw-ring-color: rgb(255 204 0 / 0) !important;
}

.hover\:ring-brand-secondary\/10:hover {
  --tw-ring-color: rgb(255 204 0 / 0.1) !important;
}

.hover\:ring-brand-secondary\/100:hover {
  --tw-ring-color: rgb(255 204 0 / 1) !important;
}

.hover\:ring-brand-secondary\/15:hover {
  --tw-ring-color: rgb(255 204 0 / 0.15) !important;
}

.hover\:ring-brand-secondary\/20:hover {
  --tw-ring-color: rgb(255 204 0 / 0.2) !important;
}

.hover\:ring-brand-secondary\/25:hover {
  --tw-ring-color: rgb(255 204 0 / 0.25) !important;
}

.hover\:ring-brand-secondary\/30:hover {
  --tw-ring-color: rgb(255 204 0 / 0.3) !important;
}

.hover\:ring-brand-secondary\/35:hover {
  --tw-ring-color: rgb(255 204 0 / 0.35) !important;
}

.hover\:ring-brand-secondary\/40:hover {
  --tw-ring-color: rgb(255 204 0 / 0.4) !important;
}

.hover\:ring-brand-secondary\/45:hover {
  --tw-ring-color: rgb(255 204 0 / 0.45) !important;
}

.hover\:ring-brand-secondary\/5:hover {
  --tw-ring-color: rgb(255 204 0 / 0.05) !important;
}

.hover\:ring-brand-secondary\/50:hover {
  --tw-ring-color: rgb(255 204 0 / 0.5) !important;
}

.hover\:ring-brand-secondary\/55:hover {
  --tw-ring-color: rgb(255 204 0 / 0.55) !important;
}

.hover\:ring-brand-secondary\/60:hover {
  --tw-ring-color: rgb(255 204 0 / 0.6) !important;
}

.hover\:ring-brand-secondary\/65:hover {
  --tw-ring-color: rgb(255 204 0 / 0.65) !important;
}

.hover\:ring-brand-secondary\/70:hover {
  --tw-ring-color: rgb(255 204 0 / 0.7) !important;
}

.hover\:ring-brand-secondary\/75:hover {
  --tw-ring-color: rgb(255 204 0 / 0.75) !important;
}

.hover\:ring-brand-secondary\/80:hover {
  --tw-ring-color: rgb(255 204 0 / 0.8) !important;
}

.hover\:ring-brand-secondary\/85:hover {
  --tw-ring-color: rgb(255 204 0 / 0.85) !important;
}

.hover\:ring-brand-secondary\/90:hover {
  --tw-ring-color: rgb(255 204 0 / 0.9) !important;
}

.hover\:ring-brand-secondary\/95:hover {
  --tw-ring-color: rgb(255 204 0 / 0.95) !important;
}

.hover\:ring-earth:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-earth\/0:hover {
  --tw-ring-color: rgb(120 46 1 / 0) !important;
}

.hover\:ring-earth\/10:hover {
  --tw-ring-color: rgb(120 46 1 / 0.1) !important;
}

.hover\:ring-earth\/100:hover {
  --tw-ring-color: rgb(120 46 1 / 1) !important;
}

.hover\:ring-earth\/15:hover {
  --tw-ring-color: rgb(120 46 1 / 0.15) !important;
}

.hover\:ring-earth\/20:hover {
  --tw-ring-color: rgb(120 46 1 / 0.2) !important;
}

.hover\:ring-earth\/25:hover {
  --tw-ring-color: rgb(120 46 1 / 0.25) !important;
}

.hover\:ring-earth\/30:hover {
  --tw-ring-color: rgb(120 46 1 / 0.3) !important;
}

.hover\:ring-earth\/35:hover {
  --tw-ring-color: rgb(120 46 1 / 0.35) !important;
}

.hover\:ring-earth\/40:hover {
  --tw-ring-color: rgb(120 46 1 / 0.4) !important;
}

.hover\:ring-earth\/45:hover {
  --tw-ring-color: rgb(120 46 1 / 0.45) !important;
}

.hover\:ring-earth\/5:hover {
  --tw-ring-color: rgb(120 46 1 / 0.05) !important;
}

.hover\:ring-earth\/50:hover {
  --tw-ring-color: rgb(120 46 1 / 0.5) !important;
}

.hover\:ring-earth\/55:hover {
  --tw-ring-color: rgb(120 46 1 / 0.55) !important;
}

.hover\:ring-earth\/60:hover {
  --tw-ring-color: rgb(120 46 1 / 0.6) !important;
}

.hover\:ring-earth\/65:hover {
  --tw-ring-color: rgb(120 46 1 / 0.65) !important;
}

.hover\:ring-earth\/70:hover {
  --tw-ring-color: rgb(120 46 1 / 0.7) !important;
}

.hover\:ring-earth\/75:hover {
  --tw-ring-color: rgb(120 46 1 / 0.75) !important;
}

.hover\:ring-earth\/80:hover {
  --tw-ring-color: rgb(120 46 1 / 0.8) !important;
}

.hover\:ring-earth\/85:hover {
  --tw-ring-color: rgb(120 46 1 / 0.85) !important;
}

.hover\:ring-earth\/90:hover {
  --tw-ring-color: rgb(120 46 1 / 0.9) !important;
}

.hover\:ring-earth\/95:hover {
  --tw-ring-color: rgb(120 46 1 / 0.95) !important;
}

.hover\:ring-harvest:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-harvest\/0:hover {
  --tw-ring-color: rgb(215 129 49 / 0) !important;
}

.hover\:ring-harvest\/10:hover {
  --tw-ring-color: rgb(215 129 49 / 0.1) !important;
}

.hover\:ring-harvest\/100:hover {
  --tw-ring-color: rgb(215 129 49 / 1) !important;
}

.hover\:ring-harvest\/15:hover {
  --tw-ring-color: rgb(215 129 49 / 0.15) !important;
}

.hover\:ring-harvest\/20:hover {
  --tw-ring-color: rgb(215 129 49 / 0.2) !important;
}

.hover\:ring-harvest\/25:hover {
  --tw-ring-color: rgb(215 129 49 / 0.25) !important;
}

.hover\:ring-harvest\/30:hover {
  --tw-ring-color: rgb(215 129 49 / 0.3) !important;
}

.hover\:ring-harvest\/35:hover {
  --tw-ring-color: rgb(215 129 49 / 0.35) !important;
}

.hover\:ring-harvest\/40:hover {
  --tw-ring-color: rgb(215 129 49 / 0.4) !important;
}

.hover\:ring-harvest\/45:hover {
  --tw-ring-color: rgb(215 129 49 / 0.45) !important;
}

.hover\:ring-harvest\/5:hover {
  --tw-ring-color: rgb(215 129 49 / 0.05) !important;
}

.hover\:ring-harvest\/50:hover {
  --tw-ring-color: rgb(215 129 49 / 0.5) !important;
}

.hover\:ring-harvest\/55:hover {
  --tw-ring-color: rgb(215 129 49 / 0.55) !important;
}

.hover\:ring-harvest\/60:hover {
  --tw-ring-color: rgb(215 129 49 / 0.6) !important;
}

.hover\:ring-harvest\/65:hover {
  --tw-ring-color: rgb(215 129 49 / 0.65) !important;
}

.hover\:ring-harvest\/70:hover {
  --tw-ring-color: rgb(215 129 49 / 0.7) !important;
}

.hover\:ring-harvest\/75:hover {
  --tw-ring-color: rgb(215 129 49 / 0.75) !important;
}

.hover\:ring-harvest\/80:hover {
  --tw-ring-color: rgb(215 129 49 / 0.8) !important;
}

.hover\:ring-harvest\/85:hover {
  --tw-ring-color: rgb(215 129 49 / 0.85) !important;
}

.hover\:ring-harvest\/90:hover {
  --tw-ring-color: rgb(215 129 49 / 0.9) !important;
}

.hover\:ring-harvest\/95:hover {
  --tw-ring-color: rgb(215 129 49 / 0.95) !important;
}

.hover\:ring-sprout:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
}

.hover\:ring-sprout\/0:hover {
  --tw-ring-color: rgb(196 209 72 / 0) !important;
}

.hover\:ring-sprout\/10:hover {
  --tw-ring-color: rgb(196 209 72 / 0.1) !important;
}

.hover\:ring-sprout\/100:hover {
  --tw-ring-color: rgb(196 209 72 / 1) !important;
}

.hover\:ring-sprout\/15:hover {
  --tw-ring-color: rgb(196 209 72 / 0.15) !important;
}

.hover\:ring-sprout\/20:hover {
  --tw-ring-color: rgb(196 209 72 / 0.2) !important;
}

.hover\:ring-sprout\/25:hover {
  --tw-ring-color: rgb(196 209 72 / 0.25) !important;
}

.hover\:ring-sprout\/30:hover {
  --tw-ring-color: rgb(196 209 72 / 0.3) !important;
}

.hover\:ring-sprout\/35:hover {
  --tw-ring-color: rgb(196 209 72 / 0.35) !important;
}

.hover\:ring-sprout\/40:hover {
  --tw-ring-color: rgb(196 209 72 / 0.4) !important;
}

.hover\:ring-sprout\/45:hover {
  --tw-ring-color: rgb(196 209 72 / 0.45) !important;
}

.hover\:ring-sprout\/5:hover {
  --tw-ring-color: rgb(196 209 72 / 0.05) !important;
}

.hover\:ring-sprout\/50:hover {
  --tw-ring-color: rgb(196 209 72 / 0.5) !important;
}

.hover\:ring-sprout\/55:hover {
  --tw-ring-color: rgb(196 209 72 / 0.55) !important;
}

.hover\:ring-sprout\/60:hover {
  --tw-ring-color: rgb(196 209 72 / 0.6) !important;
}

.hover\:ring-sprout\/65:hover {
  --tw-ring-color: rgb(196 209 72 / 0.65) !important;
}

.hover\:ring-sprout\/70:hover {
  --tw-ring-color: rgb(196 209 72 / 0.7) !important;
}

.hover\:ring-sprout\/75:hover {
  --tw-ring-color: rgb(196 209 72 / 0.75) !important;
}

.hover\:ring-sprout\/80:hover {
  --tw-ring-color: rgb(196 209 72 / 0.8) !important;
}

.hover\:ring-sprout\/85:hover {
  --tw-ring-color: rgb(196 209 72 / 0.85) !important;
}

.hover\:ring-sprout\/90:hover {
  --tw-ring-color: rgb(196 209 72 / 0.9) !important;
}

.hover\:ring-sprout\/95:hover {
  --tw-ring-color: rgb(196 209 72 / 0.95) !important;
}

.focus\:border-brand-dark:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 39 20 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-dark\/0:focus {
  border-color: rgb(46 39 20 / 0) !important;
}

.focus\:border-brand-dark\/10:focus {
  border-color: rgb(46 39 20 / 0.1) !important;
}

.focus\:border-brand-dark\/100:focus {
  border-color: rgb(46 39 20 / 1) !important;
}

.focus\:border-brand-dark\/15:focus {
  border-color: rgb(46 39 20 / 0.15) !important;
}

.focus\:border-brand-dark\/20:focus {
  border-color: rgb(46 39 20 / 0.2) !important;
}

.focus\:border-brand-dark\/25:focus {
  border-color: rgb(46 39 20 / 0.25) !important;
}

.focus\:border-brand-dark\/30:focus {
  border-color: rgb(46 39 20 / 0.3) !important;
}

.focus\:border-brand-dark\/35:focus {
  border-color: rgb(46 39 20 / 0.35) !important;
}

.focus\:border-brand-dark\/40:focus {
  border-color: rgb(46 39 20 / 0.4) !important;
}

.focus\:border-brand-dark\/45:focus {
  border-color: rgb(46 39 20 / 0.45) !important;
}

.focus\:border-brand-dark\/5:focus {
  border-color: rgb(46 39 20 / 0.05) !important;
}

.focus\:border-brand-dark\/50:focus {
  border-color: rgb(46 39 20 / 0.5) !important;
}

.focus\:border-brand-dark\/55:focus {
  border-color: rgb(46 39 20 / 0.55) !important;
}

.focus\:border-brand-dark\/60:focus {
  border-color: rgb(46 39 20 / 0.6) !important;
}

.focus\:border-brand-dark\/65:focus {
  border-color: rgb(46 39 20 / 0.65) !important;
}

.focus\:border-brand-dark\/70:focus {
  border-color: rgb(46 39 20 / 0.7) !important;
}

.focus\:border-brand-dark\/75:focus {
  border-color: rgb(46 39 20 / 0.75) !important;
}

.focus\:border-brand-dark\/80:focus {
  border-color: rgb(46 39 20 / 0.8) !important;
}

.focus\:border-brand-dark\/85:focus {
  border-color: rgb(46 39 20 / 0.85) !important;
}

.focus\:border-brand-dark\/90:focus {
  border-color: rgb(46 39 20 / 0.9) !important;
}

.focus\:border-brand-dark\/95:focus {
  border-color: rgb(46 39 20 / 0.95) !important;
}

.focus\:border-brand-ink:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 37 41 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-ink\/0:focus {
  border-color: rgb(33 37 41 / 0) !important;
}

.focus\:border-brand-ink\/10:focus {
  border-color: rgb(33 37 41 / 0.1) !important;
}

.focus\:border-brand-ink\/100:focus {
  border-color: rgb(33 37 41 / 1) !important;
}

.focus\:border-brand-ink\/15:focus {
  border-color: rgb(33 37 41 / 0.15) !important;
}

.focus\:border-brand-ink\/20:focus {
  border-color: rgb(33 37 41 / 0.2) !important;
}

.focus\:border-brand-ink\/25:focus {
  border-color: rgb(33 37 41 / 0.25) !important;
}

.focus\:border-brand-ink\/30:focus {
  border-color: rgb(33 37 41 / 0.3) !important;
}

.focus\:border-brand-ink\/35:focus {
  border-color: rgb(33 37 41 / 0.35) !important;
}

.focus\:border-brand-ink\/40:focus {
  border-color: rgb(33 37 41 / 0.4) !important;
}

.focus\:border-brand-ink\/45:focus {
  border-color: rgb(33 37 41 / 0.45) !important;
}

.focus\:border-brand-ink\/5:focus {
  border-color: rgb(33 37 41 / 0.05) !important;
}

.focus\:border-brand-ink\/50:focus {
  border-color: rgb(33 37 41 / 0.5) !important;
}

.focus\:border-brand-ink\/55:focus {
  border-color: rgb(33 37 41 / 0.55) !important;
}

.focus\:border-brand-ink\/60:focus {
  border-color: rgb(33 37 41 / 0.6) !important;
}

.focus\:border-brand-ink\/65:focus {
  border-color: rgb(33 37 41 / 0.65) !important;
}

.focus\:border-brand-ink\/70:focus {
  border-color: rgb(33 37 41 / 0.7) !important;
}

.focus\:border-brand-ink\/75:focus {
  border-color: rgb(33 37 41 / 0.75) !important;
}

.focus\:border-brand-ink\/80:focus {
  border-color: rgb(33 37 41 / 0.8) !important;
}

.focus\:border-brand-ink\/85:focus {
  border-color: rgb(33 37 41 / 0.85) !important;
}

.focus\:border-brand-ink\/90:focus {
  border-color: rgb(33 37 41 / 0.9) !important;
}

.focus\:border-brand-ink\/95:focus {
  border-color: rgb(33 37 41 / 0.95) !important;
}

.focus\:border-brand-light:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 244 240 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-light\/0:focus {
  border-color: rgb(245 244 240 / 0) !important;
}

.focus\:border-brand-light\/10:focus {
  border-color: rgb(245 244 240 / 0.1) !important;
}

.focus\:border-brand-light\/100:focus {
  border-color: rgb(245 244 240 / 1) !important;
}

.focus\:border-brand-light\/15:focus {
  border-color: rgb(245 244 240 / 0.15) !important;
}

.focus\:border-brand-light\/20:focus {
  border-color: rgb(245 244 240 / 0.2) !important;
}

.focus\:border-brand-light\/25:focus {
  border-color: rgb(245 244 240 / 0.25) !important;
}

.focus\:border-brand-light\/30:focus {
  border-color: rgb(245 244 240 / 0.3) !important;
}

.focus\:border-brand-light\/35:focus {
  border-color: rgb(245 244 240 / 0.35) !important;
}

.focus\:border-brand-light\/40:focus {
  border-color: rgb(245 244 240 / 0.4) !important;
}

.focus\:border-brand-light\/45:focus {
  border-color: rgb(245 244 240 / 0.45) !important;
}

.focus\:border-brand-light\/5:focus {
  border-color: rgb(245 244 240 / 0.05) !important;
}

.focus\:border-brand-light\/50:focus {
  border-color: rgb(245 244 240 / 0.5) !important;
}

.focus\:border-brand-light\/55:focus {
  border-color: rgb(245 244 240 / 0.55) !important;
}

.focus\:border-brand-light\/60:focus {
  border-color: rgb(245 244 240 / 0.6) !important;
}

.focus\:border-brand-light\/65:focus {
  border-color: rgb(245 244 240 / 0.65) !important;
}

.focus\:border-brand-light\/70:focus {
  border-color: rgb(245 244 240 / 0.7) !important;
}

.focus\:border-brand-light\/75:focus {
  border-color: rgb(245 244 240 / 0.75) !important;
}

.focus\:border-brand-light\/80:focus {
  border-color: rgb(245 244 240 / 0.8) !important;
}

.focus\:border-brand-light\/85:focus {
  border-color: rgb(245 244 240 / 0.85) !important;
}

.focus\:border-brand-light\/90:focus {
  border-color: rgb(245 244 240 / 0.9) !important;
}

.focus\:border-brand-light\/95:focus {
  border-color: rgb(245 244 240 / 0.95) !important;
}

.focus\:border-brand-link:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 110 7 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-link-hover:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 55 3 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-link-hover\/0:focus {
  border-color: rgb(74 55 3 / 0) !important;
}

.focus\:border-brand-link-hover\/10:focus {
  border-color: rgb(74 55 3 / 0.1) !important;
}

.focus\:border-brand-link-hover\/100:focus {
  border-color: rgb(74 55 3 / 1) !important;
}

.focus\:border-brand-link-hover\/15:focus {
  border-color: rgb(74 55 3 / 0.15) !important;
}

.focus\:border-brand-link-hover\/20:focus {
  border-color: rgb(74 55 3 / 0.2) !important;
}

.focus\:border-brand-link-hover\/25:focus {
  border-color: rgb(74 55 3 / 0.25) !important;
}

.focus\:border-brand-link-hover\/30:focus {
  border-color: rgb(74 55 3 / 0.3) !important;
}

.focus\:border-brand-link-hover\/35:focus {
  border-color: rgb(74 55 3 / 0.35) !important;
}

.focus\:border-brand-link-hover\/40:focus {
  border-color: rgb(74 55 3 / 0.4) !important;
}

.focus\:border-brand-link-hover\/45:focus {
  border-color: rgb(74 55 3 / 0.45) !important;
}

.focus\:border-brand-link-hover\/5:focus {
  border-color: rgb(74 55 3 / 0.05) !important;
}

.focus\:border-brand-link-hover\/50:focus {
  border-color: rgb(74 55 3 / 0.5) !important;
}

.focus\:border-brand-link-hover\/55:focus {
  border-color: rgb(74 55 3 / 0.55) !important;
}

.focus\:border-brand-link-hover\/60:focus {
  border-color: rgb(74 55 3 / 0.6) !important;
}

.focus\:border-brand-link-hover\/65:focus {
  border-color: rgb(74 55 3 / 0.65) !important;
}

.focus\:border-brand-link-hover\/70:focus {
  border-color: rgb(74 55 3 / 0.7) !important;
}

.focus\:border-brand-link-hover\/75:focus {
  border-color: rgb(74 55 3 / 0.75) !important;
}

.focus\:border-brand-link-hover\/80:focus {
  border-color: rgb(74 55 3 / 0.8) !important;
}

.focus\:border-brand-link-hover\/85:focus {
  border-color: rgb(74 55 3 / 0.85) !important;
}

.focus\:border-brand-link-hover\/90:focus {
  border-color: rgb(74 55 3 / 0.9) !important;
}

.focus\:border-brand-link-hover\/95:focus {
  border-color: rgb(74 55 3 / 0.95) !important;
}

.focus\:border-brand-link\/0:focus {
  border-color: rgb(147 110 7 / 0) !important;
}

.focus\:border-brand-link\/10:focus {
  border-color: rgb(147 110 7 / 0.1) !important;
}

.focus\:border-brand-link\/100:focus {
  border-color: rgb(147 110 7 / 1) !important;
}

.focus\:border-brand-link\/15:focus {
  border-color: rgb(147 110 7 / 0.15) !important;
}

.focus\:border-brand-link\/20:focus {
  border-color: rgb(147 110 7 / 0.2) !important;
}

.focus\:border-brand-link\/25:focus {
  border-color: rgb(147 110 7 / 0.25) !important;
}

.focus\:border-brand-link\/30:focus {
  border-color: rgb(147 110 7 / 0.3) !important;
}

.focus\:border-brand-link\/35:focus {
  border-color: rgb(147 110 7 / 0.35) !important;
}

.focus\:border-brand-link\/40:focus {
  border-color: rgb(147 110 7 / 0.4) !important;
}

.focus\:border-brand-link\/45:focus {
  border-color: rgb(147 110 7 / 0.45) !important;
}

.focus\:border-brand-link\/5:focus {
  border-color: rgb(147 110 7 / 0.05) !important;
}

.focus\:border-brand-link\/50:focus {
  border-color: rgb(147 110 7 / 0.5) !important;
}

.focus\:border-brand-link\/55:focus {
  border-color: rgb(147 110 7 / 0.55) !important;
}

.focus\:border-brand-link\/60:focus {
  border-color: rgb(147 110 7 / 0.6) !important;
}

.focus\:border-brand-link\/65:focus {
  border-color: rgb(147 110 7 / 0.65) !important;
}

.focus\:border-brand-link\/70:focus {
  border-color: rgb(147 110 7 / 0.7) !important;
}

.focus\:border-brand-link\/75:focus {
  border-color: rgb(147 110 7 / 0.75) !important;
}

.focus\:border-brand-link\/80:focus {
  border-color: rgb(147 110 7 / 0.8) !important;
}

.focus\:border-brand-link\/85:focus {
  border-color: rgb(147 110 7 / 0.85) !important;
}

.focus\:border-brand-link\/90:focus {
  border-color: rgb(147 110 7 / 0.9) !important;
}

.focus\:border-brand-link\/95:focus {
  border-color: rgb(147 110 7 / 0.95) !important;
}

.focus\:border-brand-muted:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(108 117 125 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-muted\/0:focus {
  border-color: rgb(108 117 125 / 0) !important;
}

.focus\:border-brand-muted\/10:focus {
  border-color: rgb(108 117 125 / 0.1) !important;
}

.focus\:border-brand-muted\/100:focus {
  border-color: rgb(108 117 125 / 1) !important;
}

.focus\:border-brand-muted\/15:focus {
  border-color: rgb(108 117 125 / 0.15) !important;
}

.focus\:border-brand-muted\/20:focus {
  border-color: rgb(108 117 125 / 0.2) !important;
}

.focus\:border-brand-muted\/25:focus {
  border-color: rgb(108 117 125 / 0.25) !important;
}

.focus\:border-brand-muted\/30:focus {
  border-color: rgb(108 117 125 / 0.3) !important;
}

.focus\:border-brand-muted\/35:focus {
  border-color: rgb(108 117 125 / 0.35) !important;
}

.focus\:border-brand-muted\/40:focus {
  border-color: rgb(108 117 125 / 0.4) !important;
}

.focus\:border-brand-muted\/45:focus {
  border-color: rgb(108 117 125 / 0.45) !important;
}

.focus\:border-brand-muted\/5:focus {
  border-color: rgb(108 117 125 / 0.05) !important;
}

.focus\:border-brand-muted\/50:focus {
  border-color: rgb(108 117 125 / 0.5) !important;
}

.focus\:border-brand-muted\/55:focus {
  border-color: rgb(108 117 125 / 0.55) !important;
}

.focus\:border-brand-muted\/60:focus {
  border-color: rgb(108 117 125 / 0.6) !important;
}

.focus\:border-brand-muted\/65:focus {
  border-color: rgb(108 117 125 / 0.65) !important;
}

.focus\:border-brand-muted\/70:focus {
  border-color: rgb(108 117 125 / 0.7) !important;
}

.focus\:border-brand-muted\/75:focus {
  border-color: rgb(108 117 125 / 0.75) !important;
}

.focus\:border-brand-muted\/80:focus {
  border-color: rgb(108 117 125 / 0.8) !important;
}

.focus\:border-brand-muted\/85:focus {
  border-color: rgb(108 117 125 / 0.85) !important;
}

.focus\:border-brand-muted\/90:focus {
  border-color: rgb(108 117 125 / 0.9) !important;
}

.focus\:border-brand-muted\/95:focus {
  border-color: rgb(108 117 125 / 0.95) !important;
}

.focus\:border-brand-primary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 184 17 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-primary\/0:focus {
  border-color: rgb(244 184 17 / 0) !important;
}

.focus\:border-brand-primary\/10:focus {
  border-color: rgb(244 184 17 / 0.1) !important;
}

.focus\:border-brand-primary\/100:focus {
  border-color: rgb(244 184 17 / 1) !important;
}

.focus\:border-brand-primary\/15:focus {
  border-color: rgb(244 184 17 / 0.15) !important;
}

.focus\:border-brand-primary\/20:focus {
  border-color: rgb(244 184 17 / 0.2) !important;
}

.focus\:border-brand-primary\/25:focus {
  border-color: rgb(244 184 17 / 0.25) !important;
}

.focus\:border-brand-primary\/30:focus {
  border-color: rgb(244 184 17 / 0.3) !important;
}

.focus\:border-brand-primary\/35:focus {
  border-color: rgb(244 184 17 / 0.35) !important;
}

.focus\:border-brand-primary\/40:focus {
  border-color: rgb(244 184 17 / 0.4) !important;
}

.focus\:border-brand-primary\/45:focus {
  border-color: rgb(244 184 17 / 0.45) !important;
}

.focus\:border-brand-primary\/5:focus {
  border-color: rgb(244 184 17 / 0.05) !important;
}

.focus\:border-brand-primary\/50:focus {
  border-color: rgb(244 184 17 / 0.5) !important;
}

.focus\:border-brand-primary\/55:focus {
  border-color: rgb(244 184 17 / 0.55) !important;
}

.focus\:border-brand-primary\/60:focus {
  border-color: rgb(244 184 17 / 0.6) !important;
}

.focus\:border-brand-primary\/65:focus {
  border-color: rgb(244 184 17 / 0.65) !important;
}

.focus\:border-brand-primary\/70:focus {
  border-color: rgb(244 184 17 / 0.7) !important;
}

.focus\:border-brand-primary\/75:focus {
  border-color: rgb(244 184 17 / 0.75) !important;
}

.focus\:border-brand-primary\/80:focus {
  border-color: rgb(244 184 17 / 0.8) !important;
}

.focus\:border-brand-primary\/85:focus {
  border-color: rgb(244 184 17 / 0.85) !important;
}

.focus\:border-brand-primary\/90:focus {
  border-color: rgb(244 184 17 / 0.9) !important;
}

.focus\:border-brand-primary\/95:focus {
  border-color: rgb(244 184 17 / 0.95) !important;
}

.focus\:border-brand-secondary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-brand-secondary\/0:focus {
  border-color: rgb(255 204 0 / 0) !important;
}

.focus\:border-brand-secondary\/10:focus {
  border-color: rgb(255 204 0 / 0.1) !important;
}

.focus\:border-brand-secondary\/100:focus {
  border-color: rgb(255 204 0 / 1) !important;
}

.focus\:border-brand-secondary\/15:focus {
  border-color: rgb(255 204 0 / 0.15) !important;
}

.focus\:border-brand-secondary\/20:focus {
  border-color: rgb(255 204 0 / 0.2) !important;
}

.focus\:border-brand-secondary\/25:focus {
  border-color: rgb(255 204 0 / 0.25) !important;
}

.focus\:border-brand-secondary\/30:focus {
  border-color: rgb(255 204 0 / 0.3) !important;
}

.focus\:border-brand-secondary\/35:focus {
  border-color: rgb(255 204 0 / 0.35) !important;
}

.focus\:border-brand-secondary\/40:focus {
  border-color: rgb(255 204 0 / 0.4) !important;
}

.focus\:border-brand-secondary\/45:focus {
  border-color: rgb(255 204 0 / 0.45) !important;
}

.focus\:border-brand-secondary\/5:focus {
  border-color: rgb(255 204 0 / 0.05) !important;
}

.focus\:border-brand-secondary\/50:focus {
  border-color: rgb(255 204 0 / 0.5) !important;
}

.focus\:border-brand-secondary\/55:focus {
  border-color: rgb(255 204 0 / 0.55) !important;
}

.focus\:border-brand-secondary\/60:focus {
  border-color: rgb(255 204 0 / 0.6) !important;
}

.focus\:border-brand-secondary\/65:focus {
  border-color: rgb(255 204 0 / 0.65) !important;
}

.focus\:border-brand-secondary\/70:focus {
  border-color: rgb(255 204 0 / 0.7) !important;
}

.focus\:border-brand-secondary\/75:focus {
  border-color: rgb(255 204 0 / 0.75) !important;
}

.focus\:border-brand-secondary\/80:focus {
  border-color: rgb(255 204 0 / 0.8) !important;
}

.focus\:border-brand-secondary\/85:focus {
  border-color: rgb(255 204 0 / 0.85) !important;
}

.focus\:border-brand-secondary\/90:focus {
  border-color: rgb(255 204 0 / 0.9) !important;
}

.focus\:border-brand-secondary\/95:focus {
  border-color: rgb(255 204 0 / 0.95) !important;
}

.focus\:border-earth:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-earth\/0:focus {
  border-color: rgb(120 46 1 / 0) !important;
}

.focus\:border-earth\/10:focus {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.focus\:border-earth\/100:focus {
  border-color: rgb(120 46 1 / 1) !important;
}

.focus\:border-earth\/15:focus {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.focus\:border-earth\/20:focus {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.focus\:border-earth\/25:focus {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.focus\:border-earth\/30:focus {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.focus\:border-earth\/35:focus {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.focus\:border-earth\/40:focus {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.focus\:border-earth\/45:focus {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.focus\:border-earth\/5:focus {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.focus\:border-earth\/50:focus {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.focus\:border-earth\/55:focus {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.focus\:border-earth\/60:focus {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.focus\:border-earth\/65:focus {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.focus\:border-earth\/70:focus {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.focus\:border-earth\/75:focus {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.focus\:border-earth\/80:focus {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.focus\:border-earth\/85:focus {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.focus\:border-earth\/90:focus {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.focus\:border-earth\/95:focus {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.focus\:border-harvest:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-harvest\/0:focus {
  border-color: rgb(215 129 49 / 0) !important;
}

.focus\:border-harvest\/10:focus {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.focus\:border-harvest\/100:focus {
  border-color: rgb(215 129 49 / 1) !important;
}

.focus\:border-harvest\/15:focus {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.focus\:border-harvest\/20:focus {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.focus\:border-harvest\/25:focus {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.focus\:border-harvest\/30:focus {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.focus\:border-harvest\/35:focus {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.focus\:border-harvest\/40:focus {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.focus\:border-harvest\/45:focus {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.focus\:border-harvest\/5:focus {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.focus\:border-harvest\/50:focus {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.focus\:border-harvest\/55:focus {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.focus\:border-harvest\/60:focus {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.focus\:border-harvest\/65:focus {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.focus\:border-harvest\/70:focus {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.focus\:border-harvest\/75:focus {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.focus\:border-harvest\/80:focus {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.focus\:border-harvest\/85:focus {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.focus\:border-harvest\/90:focus {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.focus\:border-harvest\/95:focus {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.focus\:border-sprout:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-sprout\/0:focus {
  border-color: rgb(196 209 72 / 0) !important;
}

.focus\:border-sprout\/10:focus {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.focus\:border-sprout\/100:focus {
  border-color: rgb(196 209 72 / 1) !important;
}

.focus\:border-sprout\/15:focus {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.focus\:border-sprout\/20:focus {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.focus\:border-sprout\/25:focus {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.focus\:border-sprout\/30:focus {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.focus\:border-sprout\/35:focus {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.focus\:border-sprout\/40:focus {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.focus\:border-sprout\/45:focus {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.focus\:border-sprout\/5:focus {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.focus\:border-sprout\/50:focus {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.focus\:border-sprout\/55:focus {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.focus\:border-sprout\/60:focus {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.focus\:border-sprout\/65:focus {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.focus\:border-sprout\/70:focus {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.focus\:border-sprout\/75:focus {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.focus\:border-sprout\/80:focus {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.focus\:border-sprout\/85:focus {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.focus\:border-sprout\/90:focus {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.focus\:border-sprout\/95:focus {
  border-color: rgb(196 209 72 / 0.95) !important;
}

.focus\:bg-brand-dark:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-dark\/0:focus {
  background-color: rgb(46 39 20 / 0) !important;
}

.focus\:bg-brand-dark\/10:focus {
  background-color: rgb(46 39 20 / 0.1) !important;
}

.focus\:bg-brand-dark\/100:focus {
  background-color: rgb(46 39 20 / 1) !important;
}

.focus\:bg-brand-dark\/15:focus {
  background-color: rgb(46 39 20 / 0.15) !important;
}

.focus\:bg-brand-dark\/20:focus {
  background-color: rgb(46 39 20 / 0.2) !important;
}

.focus\:bg-brand-dark\/25:focus {
  background-color: rgb(46 39 20 / 0.25) !important;
}

.focus\:bg-brand-dark\/30:focus {
  background-color: rgb(46 39 20 / 0.3) !important;
}

.focus\:bg-brand-dark\/35:focus {
  background-color: rgb(46 39 20 / 0.35) !important;
}

.focus\:bg-brand-dark\/40:focus {
  background-color: rgb(46 39 20 / 0.4) !important;
}

.focus\:bg-brand-dark\/45:focus {
  background-color: rgb(46 39 20 / 0.45) !important;
}

.focus\:bg-brand-dark\/5:focus {
  background-color: rgb(46 39 20 / 0.05) !important;
}

.focus\:bg-brand-dark\/50:focus {
  background-color: rgb(46 39 20 / 0.5) !important;
}

.focus\:bg-brand-dark\/55:focus {
  background-color: rgb(46 39 20 / 0.55) !important;
}

.focus\:bg-brand-dark\/60:focus {
  background-color: rgb(46 39 20 / 0.6) !important;
}

.focus\:bg-brand-dark\/65:focus {
  background-color: rgb(46 39 20 / 0.65) !important;
}

.focus\:bg-brand-dark\/70:focus {
  background-color: rgb(46 39 20 / 0.7) !important;
}

.focus\:bg-brand-dark\/75:focus {
  background-color: rgb(46 39 20 / 0.75) !important;
}

.focus\:bg-brand-dark\/80:focus {
  background-color: rgb(46 39 20 / 0.8) !important;
}

.focus\:bg-brand-dark\/85:focus {
  background-color: rgb(46 39 20 / 0.85) !important;
}

.focus\:bg-brand-dark\/90:focus {
  background-color: rgb(46 39 20 / 0.9) !important;
}

.focus\:bg-brand-dark\/95:focus {
  background-color: rgb(46 39 20 / 0.95) !important;
}

.focus\:bg-brand-ink:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-ink\/0:focus {
  background-color: rgb(33 37 41 / 0) !important;
}

.focus\:bg-brand-ink\/10:focus {
  background-color: rgb(33 37 41 / 0.1) !important;
}

.focus\:bg-brand-ink\/100:focus {
  background-color: rgb(33 37 41 / 1) !important;
}

.focus\:bg-brand-ink\/15:focus {
  background-color: rgb(33 37 41 / 0.15) !important;
}

.focus\:bg-brand-ink\/20:focus {
  background-color: rgb(33 37 41 / 0.2) !important;
}

.focus\:bg-brand-ink\/25:focus {
  background-color: rgb(33 37 41 / 0.25) !important;
}

.focus\:bg-brand-ink\/30:focus {
  background-color: rgb(33 37 41 / 0.3) !important;
}

.focus\:bg-brand-ink\/35:focus {
  background-color: rgb(33 37 41 / 0.35) !important;
}

.focus\:bg-brand-ink\/40:focus {
  background-color: rgb(33 37 41 / 0.4) !important;
}

.focus\:bg-brand-ink\/45:focus {
  background-color: rgb(33 37 41 / 0.45) !important;
}

.focus\:bg-brand-ink\/5:focus {
  background-color: rgb(33 37 41 / 0.05) !important;
}

.focus\:bg-brand-ink\/50:focus {
  background-color: rgb(33 37 41 / 0.5) !important;
}

.focus\:bg-brand-ink\/55:focus {
  background-color: rgb(33 37 41 / 0.55) !important;
}

.focus\:bg-brand-ink\/60:focus {
  background-color: rgb(33 37 41 / 0.6) !important;
}

.focus\:bg-brand-ink\/65:focus {
  background-color: rgb(33 37 41 / 0.65) !important;
}

.focus\:bg-brand-ink\/70:focus {
  background-color: rgb(33 37 41 / 0.7) !important;
}

.focus\:bg-brand-ink\/75:focus {
  background-color: rgb(33 37 41 / 0.75) !important;
}

.focus\:bg-brand-ink\/80:focus {
  background-color: rgb(33 37 41 / 0.8) !important;
}

.focus\:bg-brand-ink\/85:focus {
  background-color: rgb(33 37 41 / 0.85) !important;
}

.focus\:bg-brand-ink\/90:focus {
  background-color: rgb(33 37 41 / 0.9) !important;
}

.focus\:bg-brand-ink\/95:focus {
  background-color: rgb(33 37 41 / 0.95) !important;
}

.focus\:bg-brand-light:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 244 240 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-light\/0:focus {
  background-color: rgb(245 244 240 / 0) !important;
}

.focus\:bg-brand-light\/10:focus {
  background-color: rgb(245 244 240 / 0.1) !important;
}

.focus\:bg-brand-light\/100:focus {
  background-color: rgb(245 244 240 / 1) !important;
}

.focus\:bg-brand-light\/15:focus {
  background-color: rgb(245 244 240 / 0.15) !important;
}

.focus\:bg-brand-light\/20:focus {
  background-color: rgb(245 244 240 / 0.2) !important;
}

.focus\:bg-brand-light\/25:focus {
  background-color: rgb(245 244 240 / 0.25) !important;
}

.focus\:bg-brand-light\/30:focus {
  background-color: rgb(245 244 240 / 0.3) !important;
}

.focus\:bg-brand-light\/35:focus {
  background-color: rgb(245 244 240 / 0.35) !important;
}

.focus\:bg-brand-light\/40:focus {
  background-color: rgb(245 244 240 / 0.4) !important;
}

.focus\:bg-brand-light\/45:focus {
  background-color: rgb(245 244 240 / 0.45) !important;
}

.focus\:bg-brand-light\/5:focus {
  background-color: rgb(245 244 240 / 0.05) !important;
}

.focus\:bg-brand-light\/50:focus {
  background-color: rgb(245 244 240 / 0.5) !important;
}

.focus\:bg-brand-light\/55:focus {
  background-color: rgb(245 244 240 / 0.55) !important;
}

.focus\:bg-brand-light\/60:focus {
  background-color: rgb(245 244 240 / 0.6) !important;
}

.focus\:bg-brand-light\/65:focus {
  background-color: rgb(245 244 240 / 0.65) !important;
}

.focus\:bg-brand-light\/70:focus {
  background-color: rgb(245 244 240 / 0.7) !important;
}

.focus\:bg-brand-light\/75:focus {
  background-color: rgb(245 244 240 / 0.75) !important;
}

.focus\:bg-brand-light\/80:focus {
  background-color: rgb(245 244 240 / 0.8) !important;
}

.focus\:bg-brand-light\/85:focus {
  background-color: rgb(245 244 240 / 0.85) !important;
}

.focus\:bg-brand-light\/90:focus {
  background-color: rgb(245 244 240 / 0.9) !important;
}

.focus\:bg-brand-light\/95:focus {
  background-color: rgb(245 244 240 / 0.95) !important;
}

.focus\:bg-brand-link:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 110 7 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-link-hover:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 55 3 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-link-hover\/0:focus {
  background-color: rgb(74 55 3 / 0) !important;
}

.focus\:bg-brand-link-hover\/10:focus {
  background-color: rgb(74 55 3 / 0.1) !important;
}

.focus\:bg-brand-link-hover\/100:focus {
  background-color: rgb(74 55 3 / 1) !important;
}

.focus\:bg-brand-link-hover\/15:focus {
  background-color: rgb(74 55 3 / 0.15) !important;
}

.focus\:bg-brand-link-hover\/20:focus {
  background-color: rgb(74 55 3 / 0.2) !important;
}

.focus\:bg-brand-link-hover\/25:focus {
  background-color: rgb(74 55 3 / 0.25) !important;
}

.focus\:bg-brand-link-hover\/30:focus {
  background-color: rgb(74 55 3 / 0.3) !important;
}

.focus\:bg-brand-link-hover\/35:focus {
  background-color: rgb(74 55 3 / 0.35) !important;
}

.focus\:bg-brand-link-hover\/40:focus {
  background-color: rgb(74 55 3 / 0.4) !important;
}

.focus\:bg-brand-link-hover\/45:focus {
  background-color: rgb(74 55 3 / 0.45) !important;
}

.focus\:bg-brand-link-hover\/5:focus {
  background-color: rgb(74 55 3 / 0.05) !important;
}

.focus\:bg-brand-link-hover\/50:focus {
  background-color: rgb(74 55 3 / 0.5) !important;
}

.focus\:bg-brand-link-hover\/55:focus {
  background-color: rgb(74 55 3 / 0.55) !important;
}

.focus\:bg-brand-link-hover\/60:focus {
  background-color: rgb(74 55 3 / 0.6) !important;
}

.focus\:bg-brand-link-hover\/65:focus {
  background-color: rgb(74 55 3 / 0.65) !important;
}

.focus\:bg-brand-link-hover\/70:focus {
  background-color: rgb(74 55 3 / 0.7) !important;
}

.focus\:bg-brand-link-hover\/75:focus {
  background-color: rgb(74 55 3 / 0.75) !important;
}

.focus\:bg-brand-link-hover\/80:focus {
  background-color: rgb(74 55 3 / 0.8) !important;
}

.focus\:bg-brand-link-hover\/85:focus {
  background-color: rgb(74 55 3 / 0.85) !important;
}

.focus\:bg-brand-link-hover\/90:focus {
  background-color: rgb(74 55 3 / 0.9) !important;
}

.focus\:bg-brand-link-hover\/95:focus {
  background-color: rgb(74 55 3 / 0.95) !important;
}

.focus\:bg-brand-link\/0:focus {
  background-color: rgb(147 110 7 / 0) !important;
}

.focus\:bg-brand-link\/10:focus {
  background-color: rgb(147 110 7 / 0.1) !important;
}

.focus\:bg-brand-link\/100:focus {
  background-color: rgb(147 110 7 / 1) !important;
}

.focus\:bg-brand-link\/15:focus {
  background-color: rgb(147 110 7 / 0.15) !important;
}

.focus\:bg-brand-link\/20:focus {
  background-color: rgb(147 110 7 / 0.2) !important;
}

.focus\:bg-brand-link\/25:focus {
  background-color: rgb(147 110 7 / 0.25) !important;
}

.focus\:bg-brand-link\/30:focus {
  background-color: rgb(147 110 7 / 0.3) !important;
}

.focus\:bg-brand-link\/35:focus {
  background-color: rgb(147 110 7 / 0.35) !important;
}

.focus\:bg-brand-link\/40:focus {
  background-color: rgb(147 110 7 / 0.4) !important;
}

.focus\:bg-brand-link\/45:focus {
  background-color: rgb(147 110 7 / 0.45) !important;
}

.focus\:bg-brand-link\/5:focus {
  background-color: rgb(147 110 7 / 0.05) !important;
}

.focus\:bg-brand-link\/50:focus {
  background-color: rgb(147 110 7 / 0.5) !important;
}

.focus\:bg-brand-link\/55:focus {
  background-color: rgb(147 110 7 / 0.55) !important;
}

.focus\:bg-brand-link\/60:focus {
  background-color: rgb(147 110 7 / 0.6) !important;
}

.focus\:bg-brand-link\/65:focus {
  background-color: rgb(147 110 7 / 0.65) !important;
}

.focus\:bg-brand-link\/70:focus {
  background-color: rgb(147 110 7 / 0.7) !important;
}

.focus\:bg-brand-link\/75:focus {
  background-color: rgb(147 110 7 / 0.75) !important;
}

.focus\:bg-brand-link\/80:focus {
  background-color: rgb(147 110 7 / 0.8) !important;
}

.focus\:bg-brand-link\/85:focus {
  background-color: rgb(147 110 7 / 0.85) !important;
}

.focus\:bg-brand-link\/90:focus {
  background-color: rgb(147 110 7 / 0.9) !important;
}

.focus\:bg-brand-link\/95:focus {
  background-color: rgb(147 110 7 / 0.95) !important;
}

.focus\:bg-brand-muted:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-muted\/0:focus {
  background-color: rgb(108 117 125 / 0) !important;
}

.focus\:bg-brand-muted\/10:focus {
  background-color: rgb(108 117 125 / 0.1) !important;
}

.focus\:bg-brand-muted\/100:focus {
  background-color: rgb(108 117 125 / 1) !important;
}

.focus\:bg-brand-muted\/15:focus {
  background-color: rgb(108 117 125 / 0.15) !important;
}

.focus\:bg-brand-muted\/20:focus {
  background-color: rgb(108 117 125 / 0.2) !important;
}

.focus\:bg-brand-muted\/25:focus {
  background-color: rgb(108 117 125 / 0.25) !important;
}

.focus\:bg-brand-muted\/30:focus {
  background-color: rgb(108 117 125 / 0.3) !important;
}

.focus\:bg-brand-muted\/35:focus {
  background-color: rgb(108 117 125 / 0.35) !important;
}

.focus\:bg-brand-muted\/40:focus {
  background-color: rgb(108 117 125 / 0.4) !important;
}

.focus\:bg-brand-muted\/45:focus {
  background-color: rgb(108 117 125 / 0.45) !important;
}

.focus\:bg-brand-muted\/5:focus {
  background-color: rgb(108 117 125 / 0.05) !important;
}

.focus\:bg-brand-muted\/50:focus {
  background-color: rgb(108 117 125 / 0.5) !important;
}

.focus\:bg-brand-muted\/55:focus {
  background-color: rgb(108 117 125 / 0.55) !important;
}

.focus\:bg-brand-muted\/60:focus {
  background-color: rgb(108 117 125 / 0.6) !important;
}

.focus\:bg-brand-muted\/65:focus {
  background-color: rgb(108 117 125 / 0.65) !important;
}

.focus\:bg-brand-muted\/70:focus {
  background-color: rgb(108 117 125 / 0.7) !important;
}

.focus\:bg-brand-muted\/75:focus {
  background-color: rgb(108 117 125 / 0.75) !important;
}

.focus\:bg-brand-muted\/80:focus {
  background-color: rgb(108 117 125 / 0.8) !important;
}

.focus\:bg-brand-muted\/85:focus {
  background-color: rgb(108 117 125 / 0.85) !important;
}

.focus\:bg-brand-muted\/90:focus {
  background-color: rgb(108 117 125 / 0.9) !important;
}

.focus\:bg-brand-muted\/95:focus {
  background-color: rgb(108 117 125 / 0.95) !important;
}

.focus\:bg-brand-primary:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-primary\/0:focus {
  background-color: rgb(244 184 17 / 0) !important;
}

.focus\:bg-brand-primary\/10:focus {
  background-color: rgb(244 184 17 / 0.1) !important;
}

.focus\:bg-brand-primary\/100:focus {
  background-color: rgb(244 184 17 / 1) !important;
}

.focus\:bg-brand-primary\/15:focus {
  background-color: rgb(244 184 17 / 0.15) !important;
}

.focus\:bg-brand-primary\/20:focus {
  background-color: rgb(244 184 17 / 0.2) !important;
}

.focus\:bg-brand-primary\/25:focus {
  background-color: rgb(244 184 17 / 0.25) !important;
}

.focus\:bg-brand-primary\/30:focus {
  background-color: rgb(244 184 17 / 0.3) !important;
}

.focus\:bg-brand-primary\/35:focus {
  background-color: rgb(244 184 17 / 0.35) !important;
}

.focus\:bg-brand-primary\/40:focus {
  background-color: rgb(244 184 17 / 0.4) !important;
}

.focus\:bg-brand-primary\/45:focus {
  background-color: rgb(244 184 17 / 0.45) !important;
}

.focus\:bg-brand-primary\/5:focus {
  background-color: rgb(244 184 17 / 0.05) !important;
}

.focus\:bg-brand-primary\/50:focus {
  background-color: rgb(244 184 17 / 0.5) !important;
}

.focus\:bg-brand-primary\/55:focus {
  background-color: rgb(244 184 17 / 0.55) !important;
}

.focus\:bg-brand-primary\/60:focus {
  background-color: rgb(244 184 17 / 0.6) !important;
}

.focus\:bg-brand-primary\/65:focus {
  background-color: rgb(244 184 17 / 0.65) !important;
}

.focus\:bg-brand-primary\/70:focus {
  background-color: rgb(244 184 17 / 0.7) !important;
}

.focus\:bg-brand-primary\/75:focus {
  background-color: rgb(244 184 17 / 0.75) !important;
}

.focus\:bg-brand-primary\/80:focus {
  background-color: rgb(244 184 17 / 0.8) !important;
}

.focus\:bg-brand-primary\/85:focus {
  background-color: rgb(244 184 17 / 0.85) !important;
}

.focus\:bg-brand-primary\/90:focus {
  background-color: rgb(244 184 17 / 0.9) !important;
}

.focus\:bg-brand-primary\/95:focus {
  background-color: rgb(244 184 17 / 0.95) !important;
}

.focus\:bg-brand-secondary:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-brand-secondary\/0:focus {
  background-color: rgb(255 204 0 / 0) !important;
}

.focus\:bg-brand-secondary\/10:focus {
  background-color: rgb(255 204 0 / 0.1) !important;
}

.focus\:bg-brand-secondary\/100:focus {
  background-color: rgb(255 204 0 / 1) !important;
}

.focus\:bg-brand-secondary\/15:focus {
  background-color: rgb(255 204 0 / 0.15) !important;
}

.focus\:bg-brand-secondary\/20:focus {
  background-color: rgb(255 204 0 / 0.2) !important;
}

.focus\:bg-brand-secondary\/25:focus {
  background-color: rgb(255 204 0 / 0.25) !important;
}

.focus\:bg-brand-secondary\/30:focus {
  background-color: rgb(255 204 0 / 0.3) !important;
}

.focus\:bg-brand-secondary\/35:focus {
  background-color: rgb(255 204 0 / 0.35) !important;
}

.focus\:bg-brand-secondary\/40:focus {
  background-color: rgb(255 204 0 / 0.4) !important;
}

.focus\:bg-brand-secondary\/45:focus {
  background-color: rgb(255 204 0 / 0.45) !important;
}

.focus\:bg-brand-secondary\/5:focus {
  background-color: rgb(255 204 0 / 0.05) !important;
}

.focus\:bg-brand-secondary\/50:focus {
  background-color: rgb(255 204 0 / 0.5) !important;
}

.focus\:bg-brand-secondary\/55:focus {
  background-color: rgb(255 204 0 / 0.55) !important;
}

.focus\:bg-brand-secondary\/60:focus {
  background-color: rgb(255 204 0 / 0.6) !important;
}

.focus\:bg-brand-secondary\/65:focus {
  background-color: rgb(255 204 0 / 0.65) !important;
}

.focus\:bg-brand-secondary\/70:focus {
  background-color: rgb(255 204 0 / 0.7) !important;
}

.focus\:bg-brand-secondary\/75:focus {
  background-color: rgb(255 204 0 / 0.75) !important;
}

.focus\:bg-brand-secondary\/80:focus {
  background-color: rgb(255 204 0 / 0.8) !important;
}

.focus\:bg-brand-secondary\/85:focus {
  background-color: rgb(255 204 0 / 0.85) !important;
}

.focus\:bg-brand-secondary\/90:focus {
  background-color: rgb(255 204 0 / 0.9) !important;
}

.focus\:bg-brand-secondary\/95:focus {
  background-color: rgb(255 204 0 / 0.95) !important;
}

.focus\:bg-earth:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-earth\/0:focus {
  background-color: rgb(120 46 1 / 0) !important;
}

.focus\:bg-earth\/10:focus {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.focus\:bg-earth\/100:focus {
  background-color: rgb(120 46 1 / 1) !important;
}

.focus\:bg-earth\/15:focus {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.focus\:bg-earth\/20:focus {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.focus\:bg-earth\/25:focus {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.focus\:bg-earth\/30:focus {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.focus\:bg-earth\/35:focus {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.focus\:bg-earth\/40:focus {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.focus\:bg-earth\/45:focus {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.focus\:bg-earth\/5:focus {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.focus\:bg-earth\/50:focus {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.focus\:bg-earth\/55:focus {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.focus\:bg-earth\/60:focus {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.focus\:bg-earth\/65:focus {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.focus\:bg-earth\/70:focus {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.focus\:bg-earth\/75:focus {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.focus\:bg-earth\/80:focus {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.focus\:bg-earth\/85:focus {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.focus\:bg-earth\/90:focus {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.focus\:bg-earth\/95:focus {
  background-color: rgb(120 46 1 / 0.95) !important;
}

.focus\:bg-harvest:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-harvest\/0:focus {
  background-color: rgb(215 129 49 / 0) !important;
}

.focus\:bg-harvest\/10:focus {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.focus\:bg-harvest\/100:focus {
  background-color: rgb(215 129 49 / 1) !important;
}

.focus\:bg-harvest\/15:focus {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.focus\:bg-harvest\/20:focus {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.focus\:bg-harvest\/25:focus {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.focus\:bg-harvest\/30:focus {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.focus\:bg-harvest\/35:focus {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.focus\:bg-harvest\/40:focus {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.focus\:bg-harvest\/45:focus {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.focus\:bg-harvest\/5:focus {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.focus\:bg-harvest\/50:focus {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.focus\:bg-harvest\/55:focus {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.focus\:bg-harvest\/60:focus {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.focus\:bg-harvest\/65:focus {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.focus\:bg-harvest\/70:focus {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.focus\:bg-harvest\/75:focus {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.focus\:bg-harvest\/80:focus {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.focus\:bg-harvest\/85:focus {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.focus\:bg-harvest\/90:focus {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.focus\:bg-harvest\/95:focus {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.focus\:bg-sprout:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-sprout\/0:focus {
  background-color: rgb(196 209 72 / 0) !important;
}

.focus\:bg-sprout\/10:focus {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.focus\:bg-sprout\/100:focus {
  background-color: rgb(196 209 72 / 1) !important;
}

.focus\:bg-sprout\/15:focus {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.focus\:bg-sprout\/20:focus {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.focus\:bg-sprout\/25:focus {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.focus\:bg-sprout\/30:focus {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.focus\:bg-sprout\/35:focus {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.focus\:bg-sprout\/40:focus {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.focus\:bg-sprout\/45:focus {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.focus\:bg-sprout\/5:focus {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.focus\:bg-sprout\/50:focus {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.focus\:bg-sprout\/55:focus {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.focus\:bg-sprout\/60:focus {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.focus\:bg-sprout\/65:focus {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.focus\:bg-sprout\/70:focus {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.focus\:bg-sprout\/75:focus {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.focus\:bg-sprout\/80:focus {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.focus\:bg-sprout\/85:focus {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.focus\:bg-sprout\/90:focus {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.focus\:bg-sprout\/95:focus {
  background-color: rgb(196 209 72 / 0.95) !important;
}

.focus\:from-brand-dark:focus {
  --tw-gradient-from: #2e2714 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/0:focus {
  --tw-gradient-from: rgb(46 39 20 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/10:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/100:focus {
  --tw-gradient-from: rgb(46 39 20 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/15:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/20:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/25:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/30:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/35:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/40:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/45:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/5:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/50:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/55:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/60:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/65:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/70:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/75:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/80:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/85:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/90:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-dark\/95:focus {
  --tw-gradient-from: rgb(46 39 20 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink:focus {
  --tw-gradient-from: #212529 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/0:focus {
  --tw-gradient-from: rgb(33 37 41 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/10:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/100:focus {
  --tw-gradient-from: rgb(33 37 41 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/15:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/20:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/25:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/30:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/35:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/40:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/45:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/5:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/50:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/55:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/60:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/65:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/70:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/75:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/80:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/85:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/90:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-ink\/95:focus {
  --tw-gradient-from: rgb(33 37 41 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light:focus {
  --tw-gradient-from: #f5f4f0 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/0:focus {
  --tw-gradient-from: rgb(245 244 240 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/10:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/100:focus {
  --tw-gradient-from: rgb(245 244 240 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/15:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/20:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/25:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/30:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/35:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/40:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/45:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/5:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/50:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/55:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/60:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/65:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/70:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/75:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/80:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/85:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/90:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-light\/95:focus {
  --tw-gradient-from: rgb(245 244 240 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link:focus {
  --tw-gradient-from: #936e07 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover:focus {
  --tw-gradient-from: #4a3703 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/0:focus {
  --tw-gradient-from: rgb(74 55 3 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/10:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/100:focus {
  --tw-gradient-from: rgb(74 55 3 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/15:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/20:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/25:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/30:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/35:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/40:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/45:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/5:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/50:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/55:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/60:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/65:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/70:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/75:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/80:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/85:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/90:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link-hover\/95:focus {
  --tw-gradient-from: rgb(74 55 3 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/0:focus {
  --tw-gradient-from: rgb(147 110 7 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/10:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/100:focus {
  --tw-gradient-from: rgb(147 110 7 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/15:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/20:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/25:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/30:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/35:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/40:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/45:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/5:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/50:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/55:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/60:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/65:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/70:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/75:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/80:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/85:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/90:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-link\/95:focus {
  --tw-gradient-from: rgb(147 110 7 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted:focus {
  --tw-gradient-from: #6C757D var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/0:focus {
  --tw-gradient-from: rgb(108 117 125 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/10:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/100:focus {
  --tw-gradient-from: rgb(108 117 125 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/15:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/20:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/25:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/30:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/35:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/40:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/45:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/5:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/50:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/55:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/60:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/65:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/70:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/75:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/80:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/85:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/90:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-muted\/95:focus {
  --tw-gradient-from: rgb(108 117 125 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary:focus {
  --tw-gradient-from: #F4B811 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/0:focus {
  --tw-gradient-from: rgb(244 184 17 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/10:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/100:focus {
  --tw-gradient-from: rgb(244 184 17 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/15:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/20:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/25:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/30:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/35:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/40:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/45:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/5:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/50:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/55:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/60:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/65:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/70:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/75:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/80:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/85:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/90:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-primary\/95:focus {
  --tw-gradient-from: rgb(244 184 17 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary:focus {
  --tw-gradient-from: #FFCC00 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/0:focus {
  --tw-gradient-from: rgb(255 204 0 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/10:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/100:focus {
  --tw-gradient-from: rgb(255 204 0 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/15:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/20:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/25:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/30:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/35:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/40:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/45:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/5:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/50:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/55:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/60:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/65:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/70:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/75:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/80:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/85:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/90:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-brand-secondary\/95:focus {
  --tw-gradient-from: rgb(255 204 0 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth:focus {
  --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/0:focus {
  --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/10:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/100:focus {
  --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/15:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/20:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/25:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/30:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/35:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/40:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/45:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/5:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/50:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/55:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/60:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/65:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/70:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/75:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/80:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/85:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/90:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-earth\/95:focus {
  --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest:focus {
  --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/0:focus {
  --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/10:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/100:focus {
  --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/15:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/20:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/25:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/30:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/35:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/40:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/45:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/5:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/50:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/55:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/60:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/65:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/70:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/75:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/80:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/85:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/90:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-harvest\/95:focus {
  --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout:focus {
  --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/0:focus {
  --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/10:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/100:focus {
  --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/15:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/20:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/25:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/30:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/35:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/40:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/45:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/5:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/50:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/55:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/60:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/65:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/70:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/75:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/80:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/85:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/90:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:from-sprout\/95:focus {
  --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #2e2714 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/0:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/10:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/100:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/15:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/20:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/25:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/30:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/35:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/40:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/45:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/5:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/50:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/55:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/60:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/65:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/70:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/75:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/80:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/85:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/90:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-dark\/95:focus {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #212529 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/0:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/10:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/100:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/15:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/20:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/25:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/30:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/35:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/40:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/45:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/5:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/50:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/55:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/60:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/65:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/70:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/75:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/80:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/85:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/90:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-ink\/95:focus {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #f5f4f0 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/0:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/10:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/100:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/15:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/20:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/25:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/30:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/35:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/40:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/45:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/5:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/50:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/55:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/60:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/65:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/70:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/75:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/80:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/85:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/90:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-light\/95:focus {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #936e07 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #4a3703 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/0:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/10:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/100:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/15:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/20:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/25:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/30:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/35:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/40:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/45:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/5:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/50:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/55:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/60:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/65:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/70:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/75:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/80:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/85:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/90:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link-hover\/95:focus {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/0:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/10:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/100:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/15:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/20:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/25:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/30:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/35:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/40:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/45:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/5:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/50:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/55:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/60:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/65:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/70:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/75:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/80:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/85:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/90:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-link\/95:focus {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #6C757D var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/0:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/10:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/100:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/15:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/20:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/25:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/30:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/35:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/40:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/45:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/5:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/50:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/55:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/60:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/65:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/70:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/75:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/80:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/85:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/90:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-muted\/95:focus {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #F4B811 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/0:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/10:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/100:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/15:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/20:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/25:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/30:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/35:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/40:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/45:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/5:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/50:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/55:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/60:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/65:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/70:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/75:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/80:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/85:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/90:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-primary\/95:focus {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #FFCC00 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/0:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/10:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/100:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/15:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/20:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/25:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/30:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/35:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/40:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/45:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/5:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/50:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/55:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/60:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/65:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/70:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/75:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/80:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/85:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/90:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-brand-secondary\/95:focus {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #782e01 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/0:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/10:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/100:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/15:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/20:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/25:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/30:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/35:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/40:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/45:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/5:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/50:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/55:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/60:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/65:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/70:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/75:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/80:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/85:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/90:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-earth\/95:focus {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #d78131 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/0:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/10:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/100:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/15:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/20:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/25:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/30:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/35:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/40:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/45:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/5:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/50:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/55:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/60:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/65:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/70:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/75:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/80:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/85:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/90:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-harvest\/95:focus {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #c4d148 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/0:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/10:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/100:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/15:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/20:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/25:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/30:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/35:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/40:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/45:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/5:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/50:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/55:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/60:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/65:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/70:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/75:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/80:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/85:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/90:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:via-sprout\/95:focus {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.focus\:to-brand-dark:focus {
  --tw-gradient-to: #2e2714 var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/0:focus {
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/10:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/100:focus {
  --tw-gradient-to: rgb(46 39 20 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/15:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/20:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/25:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/30:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/35:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/40:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/45:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/5:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/50:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/55:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/60:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/65:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/70:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/75:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/80:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/85:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/90:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-dark\/95:focus {
  --tw-gradient-to: rgb(46 39 20 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink:focus {
  --tw-gradient-to: #212529 var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/0:focus {
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/10:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/100:focus {
  --tw-gradient-to: rgb(33 37 41 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/15:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/20:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/25:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/30:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/35:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/40:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/45:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/5:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/50:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/55:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/60:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/65:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/70:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/75:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/80:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/85:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/90:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-ink\/95:focus {
  --tw-gradient-to: rgb(33 37 41 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light:focus {
  --tw-gradient-to: #f5f4f0 var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/0:focus {
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/10:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/100:focus {
  --tw-gradient-to: rgb(245 244 240 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/15:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/20:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/25:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/30:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/35:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/40:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/45:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/5:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/50:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/55:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/60:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/65:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/70:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/75:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/80:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/85:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/90:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-light\/95:focus {
  --tw-gradient-to: rgb(245 244 240 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link:focus {
  --tw-gradient-to: #936e07 var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover:focus {
  --tw-gradient-to: #4a3703 var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/0:focus {
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/10:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/100:focus {
  --tw-gradient-to: rgb(74 55 3 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/15:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/20:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/25:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/30:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/35:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/40:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/45:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/5:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/50:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/55:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/60:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/65:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/70:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/75:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/80:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/85:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/90:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link-hover\/95:focus {
  --tw-gradient-to: rgb(74 55 3 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/0:focus {
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/10:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/100:focus {
  --tw-gradient-to: rgb(147 110 7 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/15:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/20:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/25:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/30:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/35:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/40:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/45:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/5:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/50:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/55:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/60:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/65:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/70:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/75:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/80:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/85:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/90:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-link\/95:focus {
  --tw-gradient-to: rgb(147 110 7 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted:focus {
  --tw-gradient-to: #6C757D var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/0:focus {
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/10:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/100:focus {
  --tw-gradient-to: rgb(108 117 125 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/15:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/20:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/25:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/30:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/35:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/40:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/45:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/5:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/50:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/55:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/60:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/65:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/70:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/75:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/80:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/85:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/90:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-muted\/95:focus {
  --tw-gradient-to: rgb(108 117 125 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary:focus {
  --tw-gradient-to: #F4B811 var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/0:focus {
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/10:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/100:focus {
  --tw-gradient-to: rgb(244 184 17 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/15:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/20:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/25:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/30:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/35:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/40:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/45:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/5:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/50:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/55:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/60:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/65:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/70:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/75:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/80:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/85:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/90:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-primary\/95:focus {
  --tw-gradient-to: rgb(244 184 17 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary:focus {
  --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/0:focus {
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/10:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/100:focus {
  --tw-gradient-to: rgb(255 204 0 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/15:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/20:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/25:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/30:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/35:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/40:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/45:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/5:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/50:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/55:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/60:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/65:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/70:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/75:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/80:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/85:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/90:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-brand-secondary\/95:focus {
  --tw-gradient-to: rgb(255 204 0 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth:focus {
  --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/0:focus {
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/10:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/100:focus {
  --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/15:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/20:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/25:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/30:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/35:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/40:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/45:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/5:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/50:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/55:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/60:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/65:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/70:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/75:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/80:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/85:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/90:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-earth\/95:focus {
  --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest:focus {
  --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/0:focus {
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/10:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/100:focus {
  --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/15:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/20:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/25:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/30:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/35:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/40:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/45:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/5:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/50:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/55:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/60:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/65:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/70:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/75:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/80:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/85:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/90:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-harvest\/95:focus {
  --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout:focus {
  --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/0:focus {
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/10:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/100:focus {
  --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/15:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/20:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/25:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/30:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/35:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/40:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/45:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/5:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/50:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/55:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/60:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/65:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/70:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/75:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/80:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/85:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/90:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
}

.focus\:to-sprout\/95:focus {
  --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
}

.focus\:fill-brand-dark:focus {
  fill: #2e2714 !important;
}

.focus\:fill-brand-dark\/0:focus {
  fill: rgb(46 39 20 / 0) !important;
}

.focus\:fill-brand-dark\/10:focus {
  fill: rgb(46 39 20 / 0.1) !important;
}

.focus\:fill-brand-dark\/100:focus {
  fill: rgb(46 39 20 / 1) !important;
}

.focus\:fill-brand-dark\/15:focus {
  fill: rgb(46 39 20 / 0.15) !important;
}

.focus\:fill-brand-dark\/20:focus {
  fill: rgb(46 39 20 / 0.2) !important;
}

.focus\:fill-brand-dark\/25:focus {
  fill: rgb(46 39 20 / 0.25) !important;
}

.focus\:fill-brand-dark\/30:focus {
  fill: rgb(46 39 20 / 0.3) !important;
}

.focus\:fill-brand-dark\/35:focus {
  fill: rgb(46 39 20 / 0.35) !important;
}

.focus\:fill-brand-dark\/40:focus {
  fill: rgb(46 39 20 / 0.4) !important;
}

.focus\:fill-brand-dark\/45:focus {
  fill: rgb(46 39 20 / 0.45) !important;
}

.focus\:fill-brand-dark\/5:focus {
  fill: rgb(46 39 20 / 0.05) !important;
}

.focus\:fill-brand-dark\/50:focus {
  fill: rgb(46 39 20 / 0.5) !important;
}

.focus\:fill-brand-dark\/55:focus {
  fill: rgb(46 39 20 / 0.55) !important;
}

.focus\:fill-brand-dark\/60:focus {
  fill: rgb(46 39 20 / 0.6) !important;
}

.focus\:fill-brand-dark\/65:focus {
  fill: rgb(46 39 20 / 0.65) !important;
}

.focus\:fill-brand-dark\/70:focus {
  fill: rgb(46 39 20 / 0.7) !important;
}

.focus\:fill-brand-dark\/75:focus {
  fill: rgb(46 39 20 / 0.75) !important;
}

.focus\:fill-brand-dark\/80:focus {
  fill: rgb(46 39 20 / 0.8) !important;
}

.focus\:fill-brand-dark\/85:focus {
  fill: rgb(46 39 20 / 0.85) !important;
}

.focus\:fill-brand-dark\/90:focus {
  fill: rgb(46 39 20 / 0.9) !important;
}

.focus\:fill-brand-dark\/95:focus {
  fill: rgb(46 39 20 / 0.95) !important;
}

.focus\:fill-brand-ink:focus {
  fill: #212529 !important;
}

.focus\:fill-brand-ink\/0:focus {
  fill: rgb(33 37 41 / 0) !important;
}

.focus\:fill-brand-ink\/10:focus {
  fill: rgb(33 37 41 / 0.1) !important;
}

.focus\:fill-brand-ink\/100:focus {
  fill: rgb(33 37 41 / 1) !important;
}

.focus\:fill-brand-ink\/15:focus {
  fill: rgb(33 37 41 / 0.15) !important;
}

.focus\:fill-brand-ink\/20:focus {
  fill: rgb(33 37 41 / 0.2) !important;
}

.focus\:fill-brand-ink\/25:focus {
  fill: rgb(33 37 41 / 0.25) !important;
}

.focus\:fill-brand-ink\/30:focus {
  fill: rgb(33 37 41 / 0.3) !important;
}

.focus\:fill-brand-ink\/35:focus {
  fill: rgb(33 37 41 / 0.35) !important;
}

.focus\:fill-brand-ink\/40:focus {
  fill: rgb(33 37 41 / 0.4) !important;
}

.focus\:fill-brand-ink\/45:focus {
  fill: rgb(33 37 41 / 0.45) !important;
}

.focus\:fill-brand-ink\/5:focus {
  fill: rgb(33 37 41 / 0.05) !important;
}

.focus\:fill-brand-ink\/50:focus {
  fill: rgb(33 37 41 / 0.5) !important;
}

.focus\:fill-brand-ink\/55:focus {
  fill: rgb(33 37 41 / 0.55) !important;
}

.focus\:fill-brand-ink\/60:focus {
  fill: rgb(33 37 41 / 0.6) !important;
}

.focus\:fill-brand-ink\/65:focus {
  fill: rgb(33 37 41 / 0.65) !important;
}

.focus\:fill-brand-ink\/70:focus {
  fill: rgb(33 37 41 / 0.7) !important;
}

.focus\:fill-brand-ink\/75:focus {
  fill: rgb(33 37 41 / 0.75) !important;
}

.focus\:fill-brand-ink\/80:focus {
  fill: rgb(33 37 41 / 0.8) !important;
}

.focus\:fill-brand-ink\/85:focus {
  fill: rgb(33 37 41 / 0.85) !important;
}

.focus\:fill-brand-ink\/90:focus {
  fill: rgb(33 37 41 / 0.9) !important;
}

.focus\:fill-brand-ink\/95:focus {
  fill: rgb(33 37 41 / 0.95) !important;
}

.focus\:fill-brand-light:focus {
  fill: #f5f4f0 !important;
}

.focus\:fill-brand-light\/0:focus {
  fill: rgb(245 244 240 / 0) !important;
}

.focus\:fill-brand-light\/10:focus {
  fill: rgb(245 244 240 / 0.1) !important;
}

.focus\:fill-brand-light\/100:focus {
  fill: rgb(245 244 240 / 1) !important;
}

.focus\:fill-brand-light\/15:focus {
  fill: rgb(245 244 240 / 0.15) !important;
}

.focus\:fill-brand-light\/20:focus {
  fill: rgb(245 244 240 / 0.2) !important;
}

.focus\:fill-brand-light\/25:focus {
  fill: rgb(245 244 240 / 0.25) !important;
}

.focus\:fill-brand-light\/30:focus {
  fill: rgb(245 244 240 / 0.3) !important;
}

.focus\:fill-brand-light\/35:focus {
  fill: rgb(245 244 240 / 0.35) !important;
}

.focus\:fill-brand-light\/40:focus {
  fill: rgb(245 244 240 / 0.4) !important;
}

.focus\:fill-brand-light\/45:focus {
  fill: rgb(245 244 240 / 0.45) !important;
}

.focus\:fill-brand-light\/5:focus {
  fill: rgb(245 244 240 / 0.05) !important;
}

.focus\:fill-brand-light\/50:focus {
  fill: rgb(245 244 240 / 0.5) !important;
}

.focus\:fill-brand-light\/55:focus {
  fill: rgb(245 244 240 / 0.55) !important;
}

.focus\:fill-brand-light\/60:focus {
  fill: rgb(245 244 240 / 0.6) !important;
}

.focus\:fill-brand-light\/65:focus {
  fill: rgb(245 244 240 / 0.65) !important;
}

.focus\:fill-brand-light\/70:focus {
  fill: rgb(245 244 240 / 0.7) !important;
}

.focus\:fill-brand-light\/75:focus {
  fill: rgb(245 244 240 / 0.75) !important;
}

.focus\:fill-brand-light\/80:focus {
  fill: rgb(245 244 240 / 0.8) !important;
}

.focus\:fill-brand-light\/85:focus {
  fill: rgb(245 244 240 / 0.85) !important;
}

.focus\:fill-brand-light\/90:focus {
  fill: rgb(245 244 240 / 0.9) !important;
}

.focus\:fill-brand-light\/95:focus {
  fill: rgb(245 244 240 / 0.95) !important;
}

.focus\:fill-brand-link:focus {
  fill: #936e07 !important;
}

.focus\:fill-brand-link-hover:focus {
  fill: #4a3703 !important;
}

.focus\:fill-brand-link-hover\/0:focus {
  fill: rgb(74 55 3 / 0) !important;
}

.focus\:fill-brand-link-hover\/10:focus {
  fill: rgb(74 55 3 / 0.1) !important;
}

.focus\:fill-brand-link-hover\/100:focus {
  fill: rgb(74 55 3 / 1) !important;
}

.focus\:fill-brand-link-hover\/15:focus {
  fill: rgb(74 55 3 / 0.15) !important;
}

.focus\:fill-brand-link-hover\/20:focus {
  fill: rgb(74 55 3 / 0.2) !important;
}

.focus\:fill-brand-link-hover\/25:focus {
  fill: rgb(74 55 3 / 0.25) !important;
}

.focus\:fill-brand-link-hover\/30:focus {
  fill: rgb(74 55 3 / 0.3) !important;
}

.focus\:fill-brand-link-hover\/35:focus {
  fill: rgb(74 55 3 / 0.35) !important;
}

.focus\:fill-brand-link-hover\/40:focus {
  fill: rgb(74 55 3 / 0.4) !important;
}

.focus\:fill-brand-link-hover\/45:focus {
  fill: rgb(74 55 3 / 0.45) !important;
}

.focus\:fill-brand-link-hover\/5:focus {
  fill: rgb(74 55 3 / 0.05) !important;
}

.focus\:fill-brand-link-hover\/50:focus {
  fill: rgb(74 55 3 / 0.5) !important;
}

.focus\:fill-brand-link-hover\/55:focus {
  fill: rgb(74 55 3 / 0.55) !important;
}

.focus\:fill-brand-link-hover\/60:focus {
  fill: rgb(74 55 3 / 0.6) !important;
}

.focus\:fill-brand-link-hover\/65:focus {
  fill: rgb(74 55 3 / 0.65) !important;
}

.focus\:fill-brand-link-hover\/70:focus {
  fill: rgb(74 55 3 / 0.7) !important;
}

.focus\:fill-brand-link-hover\/75:focus {
  fill: rgb(74 55 3 / 0.75) !important;
}

.focus\:fill-brand-link-hover\/80:focus {
  fill: rgb(74 55 3 / 0.8) !important;
}

.focus\:fill-brand-link-hover\/85:focus {
  fill: rgb(74 55 3 / 0.85) !important;
}

.focus\:fill-brand-link-hover\/90:focus {
  fill: rgb(74 55 3 / 0.9) !important;
}

.focus\:fill-brand-link-hover\/95:focus {
  fill: rgb(74 55 3 / 0.95) !important;
}

.focus\:fill-brand-link\/0:focus {
  fill: rgb(147 110 7 / 0) !important;
}

.focus\:fill-brand-link\/10:focus {
  fill: rgb(147 110 7 / 0.1) !important;
}

.focus\:fill-brand-link\/100:focus {
  fill: rgb(147 110 7 / 1) !important;
}

.focus\:fill-brand-link\/15:focus {
  fill: rgb(147 110 7 / 0.15) !important;
}

.focus\:fill-brand-link\/20:focus {
  fill: rgb(147 110 7 / 0.2) !important;
}

.focus\:fill-brand-link\/25:focus {
  fill: rgb(147 110 7 / 0.25) !important;
}

.focus\:fill-brand-link\/30:focus {
  fill: rgb(147 110 7 / 0.3) !important;
}

.focus\:fill-brand-link\/35:focus {
  fill: rgb(147 110 7 / 0.35) !important;
}

.focus\:fill-brand-link\/40:focus {
  fill: rgb(147 110 7 / 0.4) !important;
}

.focus\:fill-brand-link\/45:focus {
  fill: rgb(147 110 7 / 0.45) !important;
}

.focus\:fill-brand-link\/5:focus {
  fill: rgb(147 110 7 / 0.05) !important;
}

.focus\:fill-brand-link\/50:focus {
  fill: rgb(147 110 7 / 0.5) !important;
}

.focus\:fill-brand-link\/55:focus {
  fill: rgb(147 110 7 / 0.55) !important;
}

.focus\:fill-brand-link\/60:focus {
  fill: rgb(147 110 7 / 0.6) !important;
}

.focus\:fill-brand-link\/65:focus {
  fill: rgb(147 110 7 / 0.65) !important;
}

.focus\:fill-brand-link\/70:focus {
  fill: rgb(147 110 7 / 0.7) !important;
}

.focus\:fill-brand-link\/75:focus {
  fill: rgb(147 110 7 / 0.75) !important;
}

.focus\:fill-brand-link\/80:focus {
  fill: rgb(147 110 7 / 0.8) !important;
}

.focus\:fill-brand-link\/85:focus {
  fill: rgb(147 110 7 / 0.85) !important;
}

.focus\:fill-brand-link\/90:focus {
  fill: rgb(147 110 7 / 0.9) !important;
}

.focus\:fill-brand-link\/95:focus {
  fill: rgb(147 110 7 / 0.95) !important;
}

.focus\:fill-brand-muted:focus {
  fill: #6C757D !important;
}

.focus\:fill-brand-muted\/0:focus {
  fill: rgb(108 117 125 / 0) !important;
}

.focus\:fill-brand-muted\/10:focus {
  fill: rgb(108 117 125 / 0.1) !important;
}

.focus\:fill-brand-muted\/100:focus {
  fill: rgb(108 117 125 / 1) !important;
}

.focus\:fill-brand-muted\/15:focus {
  fill: rgb(108 117 125 / 0.15) !important;
}

.focus\:fill-brand-muted\/20:focus {
  fill: rgb(108 117 125 / 0.2) !important;
}

.focus\:fill-brand-muted\/25:focus {
  fill: rgb(108 117 125 / 0.25) !important;
}

.focus\:fill-brand-muted\/30:focus {
  fill: rgb(108 117 125 / 0.3) !important;
}

.focus\:fill-brand-muted\/35:focus {
  fill: rgb(108 117 125 / 0.35) !important;
}

.focus\:fill-brand-muted\/40:focus {
  fill: rgb(108 117 125 / 0.4) !important;
}

.focus\:fill-brand-muted\/45:focus {
  fill: rgb(108 117 125 / 0.45) !important;
}

.focus\:fill-brand-muted\/5:focus {
  fill: rgb(108 117 125 / 0.05) !important;
}

.focus\:fill-brand-muted\/50:focus {
  fill: rgb(108 117 125 / 0.5) !important;
}

.focus\:fill-brand-muted\/55:focus {
  fill: rgb(108 117 125 / 0.55) !important;
}

.focus\:fill-brand-muted\/60:focus {
  fill: rgb(108 117 125 / 0.6) !important;
}

.focus\:fill-brand-muted\/65:focus {
  fill: rgb(108 117 125 / 0.65) !important;
}

.focus\:fill-brand-muted\/70:focus {
  fill: rgb(108 117 125 / 0.7) !important;
}

.focus\:fill-brand-muted\/75:focus {
  fill: rgb(108 117 125 / 0.75) !important;
}

.focus\:fill-brand-muted\/80:focus {
  fill: rgb(108 117 125 / 0.8) !important;
}

.focus\:fill-brand-muted\/85:focus {
  fill: rgb(108 117 125 / 0.85) !important;
}

.focus\:fill-brand-muted\/90:focus {
  fill: rgb(108 117 125 / 0.9) !important;
}

.focus\:fill-brand-muted\/95:focus {
  fill: rgb(108 117 125 / 0.95) !important;
}

.focus\:fill-brand-primary:focus {
  fill: #F4B811 !important;
}

.focus\:fill-brand-primary\/0:focus {
  fill: rgb(244 184 17 / 0) !important;
}

.focus\:fill-brand-primary\/10:focus {
  fill: rgb(244 184 17 / 0.1) !important;
}

.focus\:fill-brand-primary\/100:focus {
  fill: rgb(244 184 17 / 1) !important;
}

.focus\:fill-brand-primary\/15:focus {
  fill: rgb(244 184 17 / 0.15) !important;
}

.focus\:fill-brand-primary\/20:focus {
  fill: rgb(244 184 17 / 0.2) !important;
}

.focus\:fill-brand-primary\/25:focus {
  fill: rgb(244 184 17 / 0.25) !important;
}

.focus\:fill-brand-primary\/30:focus {
  fill: rgb(244 184 17 / 0.3) !important;
}

.focus\:fill-brand-primary\/35:focus {
  fill: rgb(244 184 17 / 0.35) !important;
}

.focus\:fill-brand-primary\/40:focus {
  fill: rgb(244 184 17 / 0.4) !important;
}

.focus\:fill-brand-primary\/45:focus {
  fill: rgb(244 184 17 / 0.45) !important;
}

.focus\:fill-brand-primary\/5:focus {
  fill: rgb(244 184 17 / 0.05) !important;
}

.focus\:fill-brand-primary\/50:focus {
  fill: rgb(244 184 17 / 0.5) !important;
}

.focus\:fill-brand-primary\/55:focus {
  fill: rgb(244 184 17 / 0.55) !important;
}

.focus\:fill-brand-primary\/60:focus {
  fill: rgb(244 184 17 / 0.6) !important;
}

.focus\:fill-brand-primary\/65:focus {
  fill: rgb(244 184 17 / 0.65) !important;
}

.focus\:fill-brand-primary\/70:focus {
  fill: rgb(244 184 17 / 0.7) !important;
}

.focus\:fill-brand-primary\/75:focus {
  fill: rgb(244 184 17 / 0.75) !important;
}

.focus\:fill-brand-primary\/80:focus {
  fill: rgb(244 184 17 / 0.8) !important;
}

.focus\:fill-brand-primary\/85:focus {
  fill: rgb(244 184 17 / 0.85) !important;
}

.focus\:fill-brand-primary\/90:focus {
  fill: rgb(244 184 17 / 0.9) !important;
}

.focus\:fill-brand-primary\/95:focus {
  fill: rgb(244 184 17 / 0.95) !important;
}

.focus\:fill-brand-secondary:focus {
  fill: #FFCC00 !important;
}

.focus\:fill-brand-secondary\/0:focus {
  fill: rgb(255 204 0 / 0) !important;
}

.focus\:fill-brand-secondary\/10:focus {
  fill: rgb(255 204 0 / 0.1) !important;
}

.focus\:fill-brand-secondary\/100:focus {
  fill: rgb(255 204 0 / 1) !important;
}

.focus\:fill-brand-secondary\/15:focus {
  fill: rgb(255 204 0 / 0.15) !important;
}

.focus\:fill-brand-secondary\/20:focus {
  fill: rgb(255 204 0 / 0.2) !important;
}

.focus\:fill-brand-secondary\/25:focus {
  fill: rgb(255 204 0 / 0.25) !important;
}

.focus\:fill-brand-secondary\/30:focus {
  fill: rgb(255 204 0 / 0.3) !important;
}

.focus\:fill-brand-secondary\/35:focus {
  fill: rgb(255 204 0 / 0.35) !important;
}

.focus\:fill-brand-secondary\/40:focus {
  fill: rgb(255 204 0 / 0.4) !important;
}

.focus\:fill-brand-secondary\/45:focus {
  fill: rgb(255 204 0 / 0.45) !important;
}

.focus\:fill-brand-secondary\/5:focus {
  fill: rgb(255 204 0 / 0.05) !important;
}

.focus\:fill-brand-secondary\/50:focus {
  fill: rgb(255 204 0 / 0.5) !important;
}

.focus\:fill-brand-secondary\/55:focus {
  fill: rgb(255 204 0 / 0.55) !important;
}

.focus\:fill-brand-secondary\/60:focus {
  fill: rgb(255 204 0 / 0.6) !important;
}

.focus\:fill-brand-secondary\/65:focus {
  fill: rgb(255 204 0 / 0.65) !important;
}

.focus\:fill-brand-secondary\/70:focus {
  fill: rgb(255 204 0 / 0.7) !important;
}

.focus\:fill-brand-secondary\/75:focus {
  fill: rgb(255 204 0 / 0.75) !important;
}

.focus\:fill-brand-secondary\/80:focus {
  fill: rgb(255 204 0 / 0.8) !important;
}

.focus\:fill-brand-secondary\/85:focus {
  fill: rgb(255 204 0 / 0.85) !important;
}

.focus\:fill-brand-secondary\/90:focus {
  fill: rgb(255 204 0 / 0.9) !important;
}

.focus\:fill-brand-secondary\/95:focus {
  fill: rgb(255 204 0 / 0.95) !important;
}

.focus\:fill-earth:focus {
  fill: #782e01 !important;
}

.focus\:fill-earth\/0:focus {
  fill: rgb(120 46 1 / 0) !important;
}

.focus\:fill-earth\/10:focus {
  fill: rgb(120 46 1 / 0.1) !important;
}

.focus\:fill-earth\/100:focus {
  fill: rgb(120 46 1 / 1) !important;
}

.focus\:fill-earth\/15:focus {
  fill: rgb(120 46 1 / 0.15) !important;
}

.focus\:fill-earth\/20:focus {
  fill: rgb(120 46 1 / 0.2) !important;
}

.focus\:fill-earth\/25:focus {
  fill: rgb(120 46 1 / 0.25) !important;
}

.focus\:fill-earth\/30:focus {
  fill: rgb(120 46 1 / 0.3) !important;
}

.focus\:fill-earth\/35:focus {
  fill: rgb(120 46 1 / 0.35) !important;
}

.focus\:fill-earth\/40:focus {
  fill: rgb(120 46 1 / 0.4) !important;
}

.focus\:fill-earth\/45:focus {
  fill: rgb(120 46 1 / 0.45) !important;
}

.focus\:fill-earth\/5:focus {
  fill: rgb(120 46 1 / 0.05) !important;
}

.focus\:fill-earth\/50:focus {
  fill: rgb(120 46 1 / 0.5) !important;
}

.focus\:fill-earth\/55:focus {
  fill: rgb(120 46 1 / 0.55) !important;
}

.focus\:fill-earth\/60:focus {
  fill: rgb(120 46 1 / 0.6) !important;
}

.focus\:fill-earth\/65:focus {
  fill: rgb(120 46 1 / 0.65) !important;
}

.focus\:fill-earth\/70:focus {
  fill: rgb(120 46 1 / 0.7) !important;
}

.focus\:fill-earth\/75:focus {
  fill: rgb(120 46 1 / 0.75) !important;
}

.focus\:fill-earth\/80:focus {
  fill: rgb(120 46 1 / 0.8) !important;
}

.focus\:fill-earth\/85:focus {
  fill: rgb(120 46 1 / 0.85) !important;
}

.focus\:fill-earth\/90:focus {
  fill: rgb(120 46 1 / 0.9) !important;
}

.focus\:fill-earth\/95:focus {
  fill: rgb(120 46 1 / 0.95) !important;
}

.focus\:fill-harvest:focus {
  fill: #d78131 !important;
}

.focus\:fill-harvest\/0:focus {
  fill: rgb(215 129 49 / 0) !important;
}

.focus\:fill-harvest\/10:focus {
  fill: rgb(215 129 49 / 0.1) !important;
}

.focus\:fill-harvest\/100:focus {
  fill: rgb(215 129 49 / 1) !important;
}

.focus\:fill-harvest\/15:focus {
  fill: rgb(215 129 49 / 0.15) !important;
}

.focus\:fill-harvest\/20:focus {
  fill: rgb(215 129 49 / 0.2) !important;
}

.focus\:fill-harvest\/25:focus {
  fill: rgb(215 129 49 / 0.25) !important;
}

.focus\:fill-harvest\/30:focus {
  fill: rgb(215 129 49 / 0.3) !important;
}

.focus\:fill-harvest\/35:focus {
  fill: rgb(215 129 49 / 0.35) !important;
}

.focus\:fill-harvest\/40:focus {
  fill: rgb(215 129 49 / 0.4) !important;
}

.focus\:fill-harvest\/45:focus {
  fill: rgb(215 129 49 / 0.45) !important;
}

.focus\:fill-harvest\/5:focus {
  fill: rgb(215 129 49 / 0.05) !important;
}

.focus\:fill-harvest\/50:focus {
  fill: rgb(215 129 49 / 0.5) !important;
}

.focus\:fill-harvest\/55:focus {
  fill: rgb(215 129 49 / 0.55) !important;
}

.focus\:fill-harvest\/60:focus {
  fill: rgb(215 129 49 / 0.6) !important;
}

.focus\:fill-harvest\/65:focus {
  fill: rgb(215 129 49 / 0.65) !important;
}

.focus\:fill-harvest\/70:focus {
  fill: rgb(215 129 49 / 0.7) !important;
}

.focus\:fill-harvest\/75:focus {
  fill: rgb(215 129 49 / 0.75) !important;
}

.focus\:fill-harvest\/80:focus {
  fill: rgb(215 129 49 / 0.8) !important;
}

.focus\:fill-harvest\/85:focus {
  fill: rgb(215 129 49 / 0.85) !important;
}

.focus\:fill-harvest\/90:focus {
  fill: rgb(215 129 49 / 0.9) !important;
}

.focus\:fill-harvest\/95:focus {
  fill: rgb(215 129 49 / 0.95) !important;
}

.focus\:fill-sprout:focus {
  fill: #c4d148 !important;
}

.focus\:fill-sprout\/0:focus {
  fill: rgb(196 209 72 / 0) !important;
}

.focus\:fill-sprout\/10:focus {
  fill: rgb(196 209 72 / 0.1) !important;
}

.focus\:fill-sprout\/100:focus {
  fill: rgb(196 209 72 / 1) !important;
}

.focus\:fill-sprout\/15:focus {
  fill: rgb(196 209 72 / 0.15) !important;
}

.focus\:fill-sprout\/20:focus {
  fill: rgb(196 209 72 / 0.2) !important;
}

.focus\:fill-sprout\/25:focus {
  fill: rgb(196 209 72 / 0.25) !important;
}

.focus\:fill-sprout\/30:focus {
  fill: rgb(196 209 72 / 0.3) !important;
}

.focus\:fill-sprout\/35:focus {
  fill: rgb(196 209 72 / 0.35) !important;
}

.focus\:fill-sprout\/40:focus {
  fill: rgb(196 209 72 / 0.4) !important;
}

.focus\:fill-sprout\/45:focus {
  fill: rgb(196 209 72 / 0.45) !important;
}

.focus\:fill-sprout\/5:focus {
  fill: rgb(196 209 72 / 0.05) !important;
}

.focus\:fill-sprout\/50:focus {
  fill: rgb(196 209 72 / 0.5) !important;
}

.focus\:fill-sprout\/55:focus {
  fill: rgb(196 209 72 / 0.55) !important;
}

.focus\:fill-sprout\/60:focus {
  fill: rgb(196 209 72 / 0.6) !important;
}

.focus\:fill-sprout\/65:focus {
  fill: rgb(196 209 72 / 0.65) !important;
}

.focus\:fill-sprout\/70:focus {
  fill: rgb(196 209 72 / 0.7) !important;
}

.focus\:fill-sprout\/75:focus {
  fill: rgb(196 209 72 / 0.75) !important;
}

.focus\:fill-sprout\/80:focus {
  fill: rgb(196 209 72 / 0.8) !important;
}

.focus\:fill-sprout\/85:focus {
  fill: rgb(196 209 72 / 0.85) !important;
}

.focus\:fill-sprout\/90:focus {
  fill: rgb(196 209 72 / 0.9) !important;
}

.focus\:fill-sprout\/95:focus {
  fill: rgb(196 209 72 / 0.95) !important;
}

.focus\:stroke-brand-dark:focus {
  stroke: #2e2714 !important;
}

.focus\:stroke-brand-dark\/0:focus {
  stroke: rgb(46 39 20 / 0) !important;
}

.focus\:stroke-brand-dark\/10:focus {
  stroke: rgb(46 39 20 / 0.1) !important;
}

.focus\:stroke-brand-dark\/100:focus {
  stroke: rgb(46 39 20 / 1) !important;
}

.focus\:stroke-brand-dark\/15:focus {
  stroke: rgb(46 39 20 / 0.15) !important;
}

.focus\:stroke-brand-dark\/20:focus {
  stroke: rgb(46 39 20 / 0.2) !important;
}

.focus\:stroke-brand-dark\/25:focus {
  stroke: rgb(46 39 20 / 0.25) !important;
}

.focus\:stroke-brand-dark\/30:focus {
  stroke: rgb(46 39 20 / 0.3) !important;
}

.focus\:stroke-brand-dark\/35:focus {
  stroke: rgb(46 39 20 / 0.35) !important;
}

.focus\:stroke-brand-dark\/40:focus {
  stroke: rgb(46 39 20 / 0.4) !important;
}

.focus\:stroke-brand-dark\/45:focus {
  stroke: rgb(46 39 20 / 0.45) !important;
}

.focus\:stroke-brand-dark\/5:focus {
  stroke: rgb(46 39 20 / 0.05) !important;
}

.focus\:stroke-brand-dark\/50:focus {
  stroke: rgb(46 39 20 / 0.5) !important;
}

.focus\:stroke-brand-dark\/55:focus {
  stroke: rgb(46 39 20 / 0.55) !important;
}

.focus\:stroke-brand-dark\/60:focus {
  stroke: rgb(46 39 20 / 0.6) !important;
}

.focus\:stroke-brand-dark\/65:focus {
  stroke: rgb(46 39 20 / 0.65) !important;
}

.focus\:stroke-brand-dark\/70:focus {
  stroke: rgb(46 39 20 / 0.7) !important;
}

.focus\:stroke-brand-dark\/75:focus {
  stroke: rgb(46 39 20 / 0.75) !important;
}

.focus\:stroke-brand-dark\/80:focus {
  stroke: rgb(46 39 20 / 0.8) !important;
}

.focus\:stroke-brand-dark\/85:focus {
  stroke: rgb(46 39 20 / 0.85) !important;
}

.focus\:stroke-brand-dark\/90:focus {
  stroke: rgb(46 39 20 / 0.9) !important;
}

.focus\:stroke-brand-dark\/95:focus {
  stroke: rgb(46 39 20 / 0.95) !important;
}

.focus\:stroke-brand-ink:focus {
  stroke: #212529 !important;
}

.focus\:stroke-brand-ink\/0:focus {
  stroke: rgb(33 37 41 / 0) !important;
}

.focus\:stroke-brand-ink\/10:focus {
  stroke: rgb(33 37 41 / 0.1) !important;
}

.focus\:stroke-brand-ink\/100:focus {
  stroke: rgb(33 37 41 / 1) !important;
}

.focus\:stroke-brand-ink\/15:focus {
  stroke: rgb(33 37 41 / 0.15) !important;
}

.focus\:stroke-brand-ink\/20:focus {
  stroke: rgb(33 37 41 / 0.2) !important;
}

.focus\:stroke-brand-ink\/25:focus {
  stroke: rgb(33 37 41 / 0.25) !important;
}

.focus\:stroke-brand-ink\/30:focus {
  stroke: rgb(33 37 41 / 0.3) !important;
}

.focus\:stroke-brand-ink\/35:focus {
  stroke: rgb(33 37 41 / 0.35) !important;
}

.focus\:stroke-brand-ink\/40:focus {
  stroke: rgb(33 37 41 / 0.4) !important;
}

.focus\:stroke-brand-ink\/45:focus {
  stroke: rgb(33 37 41 / 0.45) !important;
}

.focus\:stroke-brand-ink\/5:focus {
  stroke: rgb(33 37 41 / 0.05) !important;
}

.focus\:stroke-brand-ink\/50:focus {
  stroke: rgb(33 37 41 / 0.5) !important;
}

.focus\:stroke-brand-ink\/55:focus {
  stroke: rgb(33 37 41 / 0.55) !important;
}

.focus\:stroke-brand-ink\/60:focus {
  stroke: rgb(33 37 41 / 0.6) !important;
}

.focus\:stroke-brand-ink\/65:focus {
  stroke: rgb(33 37 41 / 0.65) !important;
}

.focus\:stroke-brand-ink\/70:focus {
  stroke: rgb(33 37 41 / 0.7) !important;
}

.focus\:stroke-brand-ink\/75:focus {
  stroke: rgb(33 37 41 / 0.75) !important;
}

.focus\:stroke-brand-ink\/80:focus {
  stroke: rgb(33 37 41 / 0.8) !important;
}

.focus\:stroke-brand-ink\/85:focus {
  stroke: rgb(33 37 41 / 0.85) !important;
}

.focus\:stroke-brand-ink\/90:focus {
  stroke: rgb(33 37 41 / 0.9) !important;
}

.focus\:stroke-brand-ink\/95:focus {
  stroke: rgb(33 37 41 / 0.95) !important;
}

.focus\:stroke-brand-light:focus {
  stroke: #f5f4f0 !important;
}

.focus\:stroke-brand-light\/0:focus {
  stroke: rgb(245 244 240 / 0) !important;
}

.focus\:stroke-brand-light\/10:focus {
  stroke: rgb(245 244 240 / 0.1) !important;
}

.focus\:stroke-brand-light\/100:focus {
  stroke: rgb(245 244 240 / 1) !important;
}

.focus\:stroke-brand-light\/15:focus {
  stroke: rgb(245 244 240 / 0.15) !important;
}

.focus\:stroke-brand-light\/20:focus {
  stroke: rgb(245 244 240 / 0.2) !important;
}

.focus\:stroke-brand-light\/25:focus {
  stroke: rgb(245 244 240 / 0.25) !important;
}

.focus\:stroke-brand-light\/30:focus {
  stroke: rgb(245 244 240 / 0.3) !important;
}

.focus\:stroke-brand-light\/35:focus {
  stroke: rgb(245 244 240 / 0.35) !important;
}

.focus\:stroke-brand-light\/40:focus {
  stroke: rgb(245 244 240 / 0.4) !important;
}

.focus\:stroke-brand-light\/45:focus {
  stroke: rgb(245 244 240 / 0.45) !important;
}

.focus\:stroke-brand-light\/5:focus {
  stroke: rgb(245 244 240 / 0.05) !important;
}

.focus\:stroke-brand-light\/50:focus {
  stroke: rgb(245 244 240 / 0.5) !important;
}

.focus\:stroke-brand-light\/55:focus {
  stroke: rgb(245 244 240 / 0.55) !important;
}

.focus\:stroke-brand-light\/60:focus {
  stroke: rgb(245 244 240 / 0.6) !important;
}

.focus\:stroke-brand-light\/65:focus {
  stroke: rgb(245 244 240 / 0.65) !important;
}

.focus\:stroke-brand-light\/70:focus {
  stroke: rgb(245 244 240 / 0.7) !important;
}

.focus\:stroke-brand-light\/75:focus {
  stroke: rgb(245 244 240 / 0.75) !important;
}

.focus\:stroke-brand-light\/80:focus {
  stroke: rgb(245 244 240 / 0.8) !important;
}

.focus\:stroke-brand-light\/85:focus {
  stroke: rgb(245 244 240 / 0.85) !important;
}

.focus\:stroke-brand-light\/90:focus {
  stroke: rgb(245 244 240 / 0.9) !important;
}

.focus\:stroke-brand-light\/95:focus {
  stroke: rgb(245 244 240 / 0.95) !important;
}

.focus\:stroke-brand-link:focus {
  stroke: #936e07 !important;
}

.focus\:stroke-brand-link-hover:focus {
  stroke: #4a3703 !important;
}

.focus\:stroke-brand-link-hover\/0:focus {
  stroke: rgb(74 55 3 / 0) !important;
}

.focus\:stroke-brand-link-hover\/10:focus {
  stroke: rgb(74 55 3 / 0.1) !important;
}

.focus\:stroke-brand-link-hover\/100:focus {
  stroke: rgb(74 55 3 / 1) !important;
}

.focus\:stroke-brand-link-hover\/15:focus {
  stroke: rgb(74 55 3 / 0.15) !important;
}

.focus\:stroke-brand-link-hover\/20:focus {
  stroke: rgb(74 55 3 / 0.2) !important;
}

.focus\:stroke-brand-link-hover\/25:focus {
  stroke: rgb(74 55 3 / 0.25) !important;
}

.focus\:stroke-brand-link-hover\/30:focus {
  stroke: rgb(74 55 3 / 0.3) !important;
}

.focus\:stroke-brand-link-hover\/35:focus {
  stroke: rgb(74 55 3 / 0.35) !important;
}

.focus\:stroke-brand-link-hover\/40:focus {
  stroke: rgb(74 55 3 / 0.4) !important;
}

.focus\:stroke-brand-link-hover\/45:focus {
  stroke: rgb(74 55 3 / 0.45) !important;
}

.focus\:stroke-brand-link-hover\/5:focus {
  stroke: rgb(74 55 3 / 0.05) !important;
}

.focus\:stroke-brand-link-hover\/50:focus {
  stroke: rgb(74 55 3 / 0.5) !important;
}

.focus\:stroke-brand-link-hover\/55:focus {
  stroke: rgb(74 55 3 / 0.55) !important;
}

.focus\:stroke-brand-link-hover\/60:focus {
  stroke: rgb(74 55 3 / 0.6) !important;
}

.focus\:stroke-brand-link-hover\/65:focus {
  stroke: rgb(74 55 3 / 0.65) !important;
}

.focus\:stroke-brand-link-hover\/70:focus {
  stroke: rgb(74 55 3 / 0.7) !important;
}

.focus\:stroke-brand-link-hover\/75:focus {
  stroke: rgb(74 55 3 / 0.75) !important;
}

.focus\:stroke-brand-link-hover\/80:focus {
  stroke: rgb(74 55 3 / 0.8) !important;
}

.focus\:stroke-brand-link-hover\/85:focus {
  stroke: rgb(74 55 3 / 0.85) !important;
}

.focus\:stroke-brand-link-hover\/90:focus {
  stroke: rgb(74 55 3 / 0.9) !important;
}

.focus\:stroke-brand-link-hover\/95:focus {
  stroke: rgb(74 55 3 / 0.95) !important;
}

.focus\:stroke-brand-link\/0:focus {
  stroke: rgb(147 110 7 / 0) !important;
}

.focus\:stroke-brand-link\/10:focus {
  stroke: rgb(147 110 7 / 0.1) !important;
}

.focus\:stroke-brand-link\/100:focus {
  stroke: rgb(147 110 7 / 1) !important;
}

.focus\:stroke-brand-link\/15:focus {
  stroke: rgb(147 110 7 / 0.15) !important;
}

.focus\:stroke-brand-link\/20:focus {
  stroke: rgb(147 110 7 / 0.2) !important;
}

.focus\:stroke-brand-link\/25:focus {
  stroke: rgb(147 110 7 / 0.25) !important;
}

.focus\:stroke-brand-link\/30:focus {
  stroke: rgb(147 110 7 / 0.3) !important;
}

.focus\:stroke-brand-link\/35:focus {
  stroke: rgb(147 110 7 / 0.35) !important;
}

.focus\:stroke-brand-link\/40:focus {
  stroke: rgb(147 110 7 / 0.4) !important;
}

.focus\:stroke-brand-link\/45:focus {
  stroke: rgb(147 110 7 / 0.45) !important;
}

.focus\:stroke-brand-link\/5:focus {
  stroke: rgb(147 110 7 / 0.05) !important;
}

.focus\:stroke-brand-link\/50:focus {
  stroke: rgb(147 110 7 / 0.5) !important;
}

.focus\:stroke-brand-link\/55:focus {
  stroke: rgb(147 110 7 / 0.55) !important;
}

.focus\:stroke-brand-link\/60:focus {
  stroke: rgb(147 110 7 / 0.6) !important;
}

.focus\:stroke-brand-link\/65:focus {
  stroke: rgb(147 110 7 / 0.65) !important;
}

.focus\:stroke-brand-link\/70:focus {
  stroke: rgb(147 110 7 / 0.7) !important;
}

.focus\:stroke-brand-link\/75:focus {
  stroke: rgb(147 110 7 / 0.75) !important;
}

.focus\:stroke-brand-link\/80:focus {
  stroke: rgb(147 110 7 / 0.8) !important;
}

.focus\:stroke-brand-link\/85:focus {
  stroke: rgb(147 110 7 / 0.85) !important;
}

.focus\:stroke-brand-link\/90:focus {
  stroke: rgb(147 110 7 / 0.9) !important;
}

.focus\:stroke-brand-link\/95:focus {
  stroke: rgb(147 110 7 / 0.95) !important;
}

.focus\:stroke-brand-muted:focus {
  stroke: #6C757D !important;
}

.focus\:stroke-brand-muted\/0:focus {
  stroke: rgb(108 117 125 / 0) !important;
}

.focus\:stroke-brand-muted\/10:focus {
  stroke: rgb(108 117 125 / 0.1) !important;
}

.focus\:stroke-brand-muted\/100:focus {
  stroke: rgb(108 117 125 / 1) !important;
}

.focus\:stroke-brand-muted\/15:focus {
  stroke: rgb(108 117 125 / 0.15) !important;
}

.focus\:stroke-brand-muted\/20:focus {
  stroke: rgb(108 117 125 / 0.2) !important;
}

.focus\:stroke-brand-muted\/25:focus {
  stroke: rgb(108 117 125 / 0.25) !important;
}

.focus\:stroke-brand-muted\/30:focus {
  stroke: rgb(108 117 125 / 0.3) !important;
}

.focus\:stroke-brand-muted\/35:focus {
  stroke: rgb(108 117 125 / 0.35) !important;
}

.focus\:stroke-brand-muted\/40:focus {
  stroke: rgb(108 117 125 / 0.4) !important;
}

.focus\:stroke-brand-muted\/45:focus {
  stroke: rgb(108 117 125 / 0.45) !important;
}

.focus\:stroke-brand-muted\/5:focus {
  stroke: rgb(108 117 125 / 0.05) !important;
}

.focus\:stroke-brand-muted\/50:focus {
  stroke: rgb(108 117 125 / 0.5) !important;
}

.focus\:stroke-brand-muted\/55:focus {
  stroke: rgb(108 117 125 / 0.55) !important;
}

.focus\:stroke-brand-muted\/60:focus {
  stroke: rgb(108 117 125 / 0.6) !important;
}

.focus\:stroke-brand-muted\/65:focus {
  stroke: rgb(108 117 125 / 0.65) !important;
}

.focus\:stroke-brand-muted\/70:focus {
  stroke: rgb(108 117 125 / 0.7) !important;
}

.focus\:stroke-brand-muted\/75:focus {
  stroke: rgb(108 117 125 / 0.75) !important;
}

.focus\:stroke-brand-muted\/80:focus {
  stroke: rgb(108 117 125 / 0.8) !important;
}

.focus\:stroke-brand-muted\/85:focus {
  stroke: rgb(108 117 125 / 0.85) !important;
}

.focus\:stroke-brand-muted\/90:focus {
  stroke: rgb(108 117 125 / 0.9) !important;
}

.focus\:stroke-brand-muted\/95:focus {
  stroke: rgb(108 117 125 / 0.95) !important;
}

.focus\:stroke-brand-primary:focus {
  stroke: #F4B811 !important;
}

.focus\:stroke-brand-primary\/0:focus {
  stroke: rgb(244 184 17 / 0) !important;
}

.focus\:stroke-brand-primary\/10:focus {
  stroke: rgb(244 184 17 / 0.1) !important;
}

.focus\:stroke-brand-primary\/100:focus {
  stroke: rgb(244 184 17 / 1) !important;
}

.focus\:stroke-brand-primary\/15:focus {
  stroke: rgb(244 184 17 / 0.15) !important;
}

.focus\:stroke-brand-primary\/20:focus {
  stroke: rgb(244 184 17 / 0.2) !important;
}

.focus\:stroke-brand-primary\/25:focus {
  stroke: rgb(244 184 17 / 0.25) !important;
}

.focus\:stroke-brand-primary\/30:focus {
  stroke: rgb(244 184 17 / 0.3) !important;
}

.focus\:stroke-brand-primary\/35:focus {
  stroke: rgb(244 184 17 / 0.35) !important;
}

.focus\:stroke-brand-primary\/40:focus {
  stroke: rgb(244 184 17 / 0.4) !important;
}

.focus\:stroke-brand-primary\/45:focus {
  stroke: rgb(244 184 17 / 0.45) !important;
}

.focus\:stroke-brand-primary\/5:focus {
  stroke: rgb(244 184 17 / 0.05) !important;
}

.focus\:stroke-brand-primary\/50:focus {
  stroke: rgb(244 184 17 / 0.5) !important;
}

.focus\:stroke-brand-primary\/55:focus {
  stroke: rgb(244 184 17 / 0.55) !important;
}

.focus\:stroke-brand-primary\/60:focus {
  stroke: rgb(244 184 17 / 0.6) !important;
}

.focus\:stroke-brand-primary\/65:focus {
  stroke: rgb(244 184 17 / 0.65) !important;
}

.focus\:stroke-brand-primary\/70:focus {
  stroke: rgb(244 184 17 / 0.7) !important;
}

.focus\:stroke-brand-primary\/75:focus {
  stroke: rgb(244 184 17 / 0.75) !important;
}

.focus\:stroke-brand-primary\/80:focus {
  stroke: rgb(244 184 17 / 0.8) !important;
}

.focus\:stroke-brand-primary\/85:focus {
  stroke: rgb(244 184 17 / 0.85) !important;
}

.focus\:stroke-brand-primary\/90:focus {
  stroke: rgb(244 184 17 / 0.9) !important;
}

.focus\:stroke-brand-primary\/95:focus {
  stroke: rgb(244 184 17 / 0.95) !important;
}

.focus\:stroke-brand-secondary:focus {
  stroke: #FFCC00 !important;
}

.focus\:stroke-brand-secondary\/0:focus {
  stroke: rgb(255 204 0 / 0) !important;
}

.focus\:stroke-brand-secondary\/10:focus {
  stroke: rgb(255 204 0 / 0.1) !important;
}

.focus\:stroke-brand-secondary\/100:focus {
  stroke: rgb(255 204 0 / 1) !important;
}

.focus\:stroke-brand-secondary\/15:focus {
  stroke: rgb(255 204 0 / 0.15) !important;
}

.focus\:stroke-brand-secondary\/20:focus {
  stroke: rgb(255 204 0 / 0.2) !important;
}

.focus\:stroke-brand-secondary\/25:focus {
  stroke: rgb(255 204 0 / 0.25) !important;
}

.focus\:stroke-brand-secondary\/30:focus {
  stroke: rgb(255 204 0 / 0.3) !important;
}

.focus\:stroke-brand-secondary\/35:focus {
  stroke: rgb(255 204 0 / 0.35) !important;
}

.focus\:stroke-brand-secondary\/40:focus {
  stroke: rgb(255 204 0 / 0.4) !important;
}

.focus\:stroke-brand-secondary\/45:focus {
  stroke: rgb(255 204 0 / 0.45) !important;
}

.focus\:stroke-brand-secondary\/5:focus {
  stroke: rgb(255 204 0 / 0.05) !important;
}

.focus\:stroke-brand-secondary\/50:focus {
  stroke: rgb(255 204 0 / 0.5) !important;
}

.focus\:stroke-brand-secondary\/55:focus {
  stroke: rgb(255 204 0 / 0.55) !important;
}

.focus\:stroke-brand-secondary\/60:focus {
  stroke: rgb(255 204 0 / 0.6) !important;
}

.focus\:stroke-brand-secondary\/65:focus {
  stroke: rgb(255 204 0 / 0.65) !important;
}

.focus\:stroke-brand-secondary\/70:focus {
  stroke: rgb(255 204 0 / 0.7) !important;
}

.focus\:stroke-brand-secondary\/75:focus {
  stroke: rgb(255 204 0 / 0.75) !important;
}

.focus\:stroke-brand-secondary\/80:focus {
  stroke: rgb(255 204 0 / 0.8) !important;
}

.focus\:stroke-brand-secondary\/85:focus {
  stroke: rgb(255 204 0 / 0.85) !important;
}

.focus\:stroke-brand-secondary\/90:focus {
  stroke: rgb(255 204 0 / 0.9) !important;
}

.focus\:stroke-brand-secondary\/95:focus {
  stroke: rgb(255 204 0 / 0.95) !important;
}

.focus\:stroke-earth:focus {
  stroke: #782e01 !important;
}

.focus\:stroke-earth\/0:focus {
  stroke: rgb(120 46 1 / 0) !important;
}

.focus\:stroke-earth\/10:focus {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.focus\:stroke-earth\/100:focus {
  stroke: rgb(120 46 1 / 1) !important;
}

.focus\:stroke-earth\/15:focus {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.focus\:stroke-earth\/20:focus {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.focus\:stroke-earth\/25:focus {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.focus\:stroke-earth\/30:focus {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.focus\:stroke-earth\/35:focus {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.focus\:stroke-earth\/40:focus {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.focus\:stroke-earth\/45:focus {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.focus\:stroke-earth\/5:focus {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.focus\:stroke-earth\/50:focus {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.focus\:stroke-earth\/55:focus {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.focus\:stroke-earth\/60:focus {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.focus\:stroke-earth\/65:focus {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.focus\:stroke-earth\/70:focus {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.focus\:stroke-earth\/75:focus {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.focus\:stroke-earth\/80:focus {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.focus\:stroke-earth\/85:focus {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.focus\:stroke-earth\/90:focus {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.focus\:stroke-earth\/95:focus {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.focus\:stroke-harvest:focus {
  stroke: #d78131 !important;
}

.focus\:stroke-harvest\/0:focus {
  stroke: rgb(215 129 49 / 0) !important;
}

.focus\:stroke-harvest\/10:focus {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.focus\:stroke-harvest\/100:focus {
  stroke: rgb(215 129 49 / 1) !important;
}

.focus\:stroke-harvest\/15:focus {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.focus\:stroke-harvest\/20:focus {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.focus\:stroke-harvest\/25:focus {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.focus\:stroke-harvest\/30:focus {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.focus\:stroke-harvest\/35:focus {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.focus\:stroke-harvest\/40:focus {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.focus\:stroke-harvest\/45:focus {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.focus\:stroke-harvest\/5:focus {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.focus\:stroke-harvest\/50:focus {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.focus\:stroke-harvest\/55:focus {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.focus\:stroke-harvest\/60:focus {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.focus\:stroke-harvest\/65:focus {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.focus\:stroke-harvest\/70:focus {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.focus\:stroke-harvest\/75:focus {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.focus\:stroke-harvest\/80:focus {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.focus\:stroke-harvest\/85:focus {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.focus\:stroke-harvest\/90:focus {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.focus\:stroke-harvest\/95:focus {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.focus\:stroke-sprout:focus {
  stroke: #c4d148 !important;
}

.focus\:stroke-sprout\/0:focus {
  stroke: rgb(196 209 72 / 0) !important;
}

.focus\:stroke-sprout\/10:focus {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.focus\:stroke-sprout\/100:focus {
  stroke: rgb(196 209 72 / 1) !important;
}

.focus\:stroke-sprout\/15:focus {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.focus\:stroke-sprout\/20:focus {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.focus\:stroke-sprout\/25:focus {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.focus\:stroke-sprout\/30:focus {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.focus\:stroke-sprout\/35:focus {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.focus\:stroke-sprout\/40:focus {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.focus\:stroke-sprout\/45:focus {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.focus\:stroke-sprout\/5:focus {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.focus\:stroke-sprout\/50:focus {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.focus\:stroke-sprout\/55:focus {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.focus\:stroke-sprout\/60:focus {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.focus\:stroke-sprout\/65:focus {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.focus\:stroke-sprout\/70:focus {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.focus\:stroke-sprout\/75:focus {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.focus\:stroke-sprout\/80:focus {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.focus\:stroke-sprout\/85:focus {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.focus\:stroke-sprout\/90:focus {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.focus\:stroke-sprout\/95:focus {
  stroke: rgb(196 209 72 / 0.95) !important;
}

.focus\:text-brand-dark:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(46 39 20 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-dark\/0:focus {
  color: rgb(46 39 20 / 0) !important;
}

.focus\:text-brand-dark\/10:focus {
  color: rgb(46 39 20 / 0.1) !important;
}

.focus\:text-brand-dark\/100:focus {
  color: rgb(46 39 20 / 1) !important;
}

.focus\:text-brand-dark\/15:focus {
  color: rgb(46 39 20 / 0.15) !important;
}

.focus\:text-brand-dark\/20:focus {
  color: rgb(46 39 20 / 0.2) !important;
}

.focus\:text-brand-dark\/25:focus {
  color: rgb(46 39 20 / 0.25) !important;
}

.focus\:text-brand-dark\/30:focus {
  color: rgb(46 39 20 / 0.3) !important;
}

.focus\:text-brand-dark\/35:focus {
  color: rgb(46 39 20 / 0.35) !important;
}

.focus\:text-brand-dark\/40:focus {
  color: rgb(46 39 20 / 0.4) !important;
}

.focus\:text-brand-dark\/45:focus {
  color: rgb(46 39 20 / 0.45) !important;
}

.focus\:text-brand-dark\/5:focus {
  color: rgb(46 39 20 / 0.05) !important;
}

.focus\:text-brand-dark\/50:focus {
  color: rgb(46 39 20 / 0.5) !important;
}

.focus\:text-brand-dark\/55:focus {
  color: rgb(46 39 20 / 0.55) !important;
}

.focus\:text-brand-dark\/60:focus {
  color: rgb(46 39 20 / 0.6) !important;
}

.focus\:text-brand-dark\/65:focus {
  color: rgb(46 39 20 / 0.65) !important;
}

.focus\:text-brand-dark\/70:focus {
  color: rgb(46 39 20 / 0.7) !important;
}

.focus\:text-brand-dark\/75:focus {
  color: rgb(46 39 20 / 0.75) !important;
}

.focus\:text-brand-dark\/80:focus {
  color: rgb(46 39 20 / 0.8) !important;
}

.focus\:text-brand-dark\/85:focus {
  color: rgb(46 39 20 / 0.85) !important;
}

.focus\:text-brand-dark\/90:focus {
  color: rgb(46 39 20 / 0.9) !important;
}

.focus\:text-brand-dark\/95:focus {
  color: rgb(46 39 20 / 0.95) !important;
}

.focus\:text-brand-ink:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-ink\/0:focus {
  color: rgb(33 37 41 / 0) !important;
}

.focus\:text-brand-ink\/10:focus {
  color: rgb(33 37 41 / 0.1) !important;
}

.focus\:text-brand-ink\/100:focus {
  color: rgb(33 37 41 / 1) !important;
}

.focus\:text-brand-ink\/15:focus {
  color: rgb(33 37 41 / 0.15) !important;
}

.focus\:text-brand-ink\/20:focus {
  color: rgb(33 37 41 / 0.2) !important;
}

.focus\:text-brand-ink\/25:focus {
  color: rgb(33 37 41 / 0.25) !important;
}

.focus\:text-brand-ink\/30:focus {
  color: rgb(33 37 41 / 0.3) !important;
}

.focus\:text-brand-ink\/35:focus {
  color: rgb(33 37 41 / 0.35) !important;
}

.focus\:text-brand-ink\/40:focus {
  color: rgb(33 37 41 / 0.4) !important;
}

.focus\:text-brand-ink\/45:focus {
  color: rgb(33 37 41 / 0.45) !important;
}

.focus\:text-brand-ink\/5:focus {
  color: rgb(33 37 41 / 0.05) !important;
}

.focus\:text-brand-ink\/50:focus {
  color: rgb(33 37 41 / 0.5) !important;
}

.focus\:text-brand-ink\/55:focus {
  color: rgb(33 37 41 / 0.55) !important;
}

.focus\:text-brand-ink\/60:focus {
  color: rgb(33 37 41 / 0.6) !important;
}

.focus\:text-brand-ink\/65:focus {
  color: rgb(33 37 41 / 0.65) !important;
}

.focus\:text-brand-ink\/70:focus {
  color: rgb(33 37 41 / 0.7) !important;
}

.focus\:text-brand-ink\/75:focus {
  color: rgb(33 37 41 / 0.75) !important;
}

.focus\:text-brand-ink\/80:focus {
  color: rgb(33 37 41 / 0.8) !important;
}

.focus\:text-brand-ink\/85:focus {
  color: rgb(33 37 41 / 0.85) !important;
}

.focus\:text-brand-ink\/90:focus {
  color: rgb(33 37 41 / 0.9) !important;
}

.focus\:text-brand-ink\/95:focus {
  color: rgb(33 37 41 / 0.95) !important;
}

.focus\:text-brand-light:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(245 244 240 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-light\/0:focus {
  color: rgb(245 244 240 / 0) !important;
}

.focus\:text-brand-light\/10:focus {
  color: rgb(245 244 240 / 0.1) !important;
}

.focus\:text-brand-light\/100:focus {
  color: rgb(245 244 240 / 1) !important;
}

.focus\:text-brand-light\/15:focus {
  color: rgb(245 244 240 / 0.15) !important;
}

.focus\:text-brand-light\/20:focus {
  color: rgb(245 244 240 / 0.2) !important;
}

.focus\:text-brand-light\/25:focus {
  color: rgb(245 244 240 / 0.25) !important;
}

.focus\:text-brand-light\/30:focus {
  color: rgb(245 244 240 / 0.3) !important;
}

.focus\:text-brand-light\/35:focus {
  color: rgb(245 244 240 / 0.35) !important;
}

.focus\:text-brand-light\/40:focus {
  color: rgb(245 244 240 / 0.4) !important;
}

.focus\:text-brand-light\/45:focus {
  color: rgb(245 244 240 / 0.45) !important;
}

.focus\:text-brand-light\/5:focus {
  color: rgb(245 244 240 / 0.05) !important;
}

.focus\:text-brand-light\/50:focus {
  color: rgb(245 244 240 / 0.5) !important;
}

.focus\:text-brand-light\/55:focus {
  color: rgb(245 244 240 / 0.55) !important;
}

.focus\:text-brand-light\/60:focus {
  color: rgb(245 244 240 / 0.6) !important;
}

.focus\:text-brand-light\/65:focus {
  color: rgb(245 244 240 / 0.65) !important;
}

.focus\:text-brand-light\/70:focus {
  color: rgb(245 244 240 / 0.7) !important;
}

.focus\:text-brand-light\/75:focus {
  color: rgb(245 244 240 / 0.75) !important;
}

.focus\:text-brand-light\/80:focus {
  color: rgb(245 244 240 / 0.8) !important;
}

.focus\:text-brand-light\/85:focus {
  color: rgb(245 244 240 / 0.85) !important;
}

.focus\:text-brand-light\/90:focus {
  color: rgb(245 244 240 / 0.9) !important;
}

.focus\:text-brand-light\/95:focus {
  color: rgb(245 244 240 / 0.95) !important;
}

.focus\:text-brand-link:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(147 110 7 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-link-hover:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(74 55 3 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-link-hover\/0:focus {
  color: rgb(74 55 3 / 0) !important;
}

.focus\:text-brand-link-hover\/10:focus {
  color: rgb(74 55 3 / 0.1) !important;
}

.focus\:text-brand-link-hover\/100:focus {
  color: rgb(74 55 3 / 1) !important;
}

.focus\:text-brand-link-hover\/15:focus {
  color: rgb(74 55 3 / 0.15) !important;
}

.focus\:text-brand-link-hover\/20:focus {
  color: rgb(74 55 3 / 0.2) !important;
}

.focus\:text-brand-link-hover\/25:focus {
  color: rgb(74 55 3 / 0.25) !important;
}

.focus\:text-brand-link-hover\/30:focus {
  color: rgb(74 55 3 / 0.3) !important;
}

.focus\:text-brand-link-hover\/35:focus {
  color: rgb(74 55 3 / 0.35) !important;
}

.focus\:text-brand-link-hover\/40:focus {
  color: rgb(74 55 3 / 0.4) !important;
}

.focus\:text-brand-link-hover\/45:focus {
  color: rgb(74 55 3 / 0.45) !important;
}

.focus\:text-brand-link-hover\/5:focus {
  color: rgb(74 55 3 / 0.05) !important;
}

.focus\:text-brand-link-hover\/50:focus {
  color: rgb(74 55 3 / 0.5) !important;
}

.focus\:text-brand-link-hover\/55:focus {
  color: rgb(74 55 3 / 0.55) !important;
}

.focus\:text-brand-link-hover\/60:focus {
  color: rgb(74 55 3 / 0.6) !important;
}

.focus\:text-brand-link-hover\/65:focus {
  color: rgb(74 55 3 / 0.65) !important;
}

.focus\:text-brand-link-hover\/70:focus {
  color: rgb(74 55 3 / 0.7) !important;
}

.focus\:text-brand-link-hover\/75:focus {
  color: rgb(74 55 3 / 0.75) !important;
}

.focus\:text-brand-link-hover\/80:focus {
  color: rgb(74 55 3 / 0.8) !important;
}

.focus\:text-brand-link-hover\/85:focus {
  color: rgb(74 55 3 / 0.85) !important;
}

.focus\:text-brand-link-hover\/90:focus {
  color: rgb(74 55 3 / 0.9) !important;
}

.focus\:text-brand-link-hover\/95:focus {
  color: rgb(74 55 3 / 0.95) !important;
}

.focus\:text-brand-link\/0:focus {
  color: rgb(147 110 7 / 0) !important;
}

.focus\:text-brand-link\/10:focus {
  color: rgb(147 110 7 / 0.1) !important;
}

.focus\:text-brand-link\/100:focus {
  color: rgb(147 110 7 / 1) !important;
}

.focus\:text-brand-link\/15:focus {
  color: rgb(147 110 7 / 0.15) !important;
}

.focus\:text-brand-link\/20:focus {
  color: rgb(147 110 7 / 0.2) !important;
}

.focus\:text-brand-link\/25:focus {
  color: rgb(147 110 7 / 0.25) !important;
}

.focus\:text-brand-link\/30:focus {
  color: rgb(147 110 7 / 0.3) !important;
}

.focus\:text-brand-link\/35:focus {
  color: rgb(147 110 7 / 0.35) !important;
}

.focus\:text-brand-link\/40:focus {
  color: rgb(147 110 7 / 0.4) !important;
}

.focus\:text-brand-link\/45:focus {
  color: rgb(147 110 7 / 0.45) !important;
}

.focus\:text-brand-link\/5:focus {
  color: rgb(147 110 7 / 0.05) !important;
}

.focus\:text-brand-link\/50:focus {
  color: rgb(147 110 7 / 0.5) !important;
}

.focus\:text-brand-link\/55:focus {
  color: rgb(147 110 7 / 0.55) !important;
}

.focus\:text-brand-link\/60:focus {
  color: rgb(147 110 7 / 0.6) !important;
}

.focus\:text-brand-link\/65:focus {
  color: rgb(147 110 7 / 0.65) !important;
}

.focus\:text-brand-link\/70:focus {
  color: rgb(147 110 7 / 0.7) !important;
}

.focus\:text-brand-link\/75:focus {
  color: rgb(147 110 7 / 0.75) !important;
}

.focus\:text-brand-link\/80:focus {
  color: rgb(147 110 7 / 0.8) !important;
}

.focus\:text-brand-link\/85:focus {
  color: rgb(147 110 7 / 0.85) !important;
}

.focus\:text-brand-link\/90:focus {
  color: rgb(147 110 7 / 0.9) !important;
}

.focus\:text-brand-link\/95:focus {
  color: rgb(147 110 7 / 0.95) !important;
}

.focus\:text-brand-muted:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-muted\/0:focus {
  color: rgb(108 117 125 / 0) !important;
}

.focus\:text-brand-muted\/10:focus {
  color: rgb(108 117 125 / 0.1) !important;
}

.focus\:text-brand-muted\/100:focus {
  color: rgb(108 117 125 / 1) !important;
}

.focus\:text-brand-muted\/15:focus {
  color: rgb(108 117 125 / 0.15) !important;
}

.focus\:text-brand-muted\/20:focus {
  color: rgb(108 117 125 / 0.2) !important;
}

.focus\:text-brand-muted\/25:focus {
  color: rgb(108 117 125 / 0.25) !important;
}

.focus\:text-brand-muted\/30:focus {
  color: rgb(108 117 125 / 0.3) !important;
}

.focus\:text-brand-muted\/35:focus {
  color: rgb(108 117 125 / 0.35) !important;
}

.focus\:text-brand-muted\/40:focus {
  color: rgb(108 117 125 / 0.4) !important;
}

.focus\:text-brand-muted\/45:focus {
  color: rgb(108 117 125 / 0.45) !important;
}

.focus\:text-brand-muted\/5:focus {
  color: rgb(108 117 125 / 0.05) !important;
}

.focus\:text-brand-muted\/50:focus {
  color: rgb(108 117 125 / 0.5) !important;
}

.focus\:text-brand-muted\/55:focus {
  color: rgb(108 117 125 / 0.55) !important;
}

.focus\:text-brand-muted\/60:focus {
  color: rgb(108 117 125 / 0.6) !important;
}

.focus\:text-brand-muted\/65:focus {
  color: rgb(108 117 125 / 0.65) !important;
}

.focus\:text-brand-muted\/70:focus {
  color: rgb(108 117 125 / 0.7) !important;
}

.focus\:text-brand-muted\/75:focus {
  color: rgb(108 117 125 / 0.75) !important;
}

.focus\:text-brand-muted\/80:focus {
  color: rgb(108 117 125 / 0.8) !important;
}

.focus\:text-brand-muted\/85:focus {
  color: rgb(108 117 125 / 0.85) !important;
}

.focus\:text-brand-muted\/90:focus {
  color: rgb(108 117 125 / 0.9) !important;
}

.focus\:text-brand-muted\/95:focus {
  color: rgb(108 117 125 / 0.95) !important;
}

.focus\:text-brand-primary:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(244 184 17 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-primary\/0:focus {
  color: rgb(244 184 17 / 0) !important;
}

.focus\:text-brand-primary\/10:focus {
  color: rgb(244 184 17 / 0.1) !important;
}

.focus\:text-brand-primary\/100:focus {
  color: rgb(244 184 17 / 1) !important;
}

.focus\:text-brand-primary\/15:focus {
  color: rgb(244 184 17 / 0.15) !important;
}

.focus\:text-brand-primary\/20:focus {
  color: rgb(244 184 17 / 0.2) !important;
}

.focus\:text-brand-primary\/25:focus {
  color: rgb(244 184 17 / 0.25) !important;
}

.focus\:text-brand-primary\/30:focus {
  color: rgb(244 184 17 / 0.3) !important;
}

.focus\:text-brand-primary\/35:focus {
  color: rgb(244 184 17 / 0.35) !important;
}

.focus\:text-brand-primary\/40:focus {
  color: rgb(244 184 17 / 0.4) !important;
}

.focus\:text-brand-primary\/45:focus {
  color: rgb(244 184 17 / 0.45) !important;
}

.focus\:text-brand-primary\/5:focus {
  color: rgb(244 184 17 / 0.05) !important;
}

.focus\:text-brand-primary\/50:focus {
  color: rgb(244 184 17 / 0.5) !important;
}

.focus\:text-brand-primary\/55:focus {
  color: rgb(244 184 17 / 0.55) !important;
}

.focus\:text-brand-primary\/60:focus {
  color: rgb(244 184 17 / 0.6) !important;
}

.focus\:text-brand-primary\/65:focus {
  color: rgb(244 184 17 / 0.65) !important;
}

.focus\:text-brand-primary\/70:focus {
  color: rgb(244 184 17 / 0.7) !important;
}

.focus\:text-brand-primary\/75:focus {
  color: rgb(244 184 17 / 0.75) !important;
}

.focus\:text-brand-primary\/80:focus {
  color: rgb(244 184 17 / 0.8) !important;
}

.focus\:text-brand-primary\/85:focus {
  color: rgb(244 184 17 / 0.85) !important;
}

.focus\:text-brand-primary\/90:focus {
  color: rgb(244 184 17 / 0.9) !important;
}

.focus\:text-brand-primary\/95:focus {
  color: rgb(244 184 17 / 0.95) !important;
}

.focus\:text-brand-secondary:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(255 204 0 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-brand-secondary\/0:focus {
  color: rgb(255 204 0 / 0) !important;
}

.focus\:text-brand-secondary\/10:focus {
  color: rgb(255 204 0 / 0.1) !important;
}

.focus\:text-brand-secondary\/100:focus {
  color: rgb(255 204 0 / 1) !important;
}

.focus\:text-brand-secondary\/15:focus {
  color: rgb(255 204 0 / 0.15) !important;
}

.focus\:text-brand-secondary\/20:focus {
  color: rgb(255 204 0 / 0.2) !important;
}

.focus\:text-brand-secondary\/25:focus {
  color: rgb(255 204 0 / 0.25) !important;
}

.focus\:text-brand-secondary\/30:focus {
  color: rgb(255 204 0 / 0.3) !important;
}

.focus\:text-brand-secondary\/35:focus {
  color: rgb(255 204 0 / 0.35) !important;
}

.focus\:text-brand-secondary\/40:focus {
  color: rgb(255 204 0 / 0.4) !important;
}

.focus\:text-brand-secondary\/45:focus {
  color: rgb(255 204 0 / 0.45) !important;
}

.focus\:text-brand-secondary\/5:focus {
  color: rgb(255 204 0 / 0.05) !important;
}

.focus\:text-brand-secondary\/50:focus {
  color: rgb(255 204 0 / 0.5) !important;
}

.focus\:text-brand-secondary\/55:focus {
  color: rgb(255 204 0 / 0.55) !important;
}

.focus\:text-brand-secondary\/60:focus {
  color: rgb(255 204 0 / 0.6) !important;
}

.focus\:text-brand-secondary\/65:focus {
  color: rgb(255 204 0 / 0.65) !important;
}

.focus\:text-brand-secondary\/70:focus {
  color: rgb(255 204 0 / 0.7) !important;
}

.focus\:text-brand-secondary\/75:focus {
  color: rgb(255 204 0 / 0.75) !important;
}

.focus\:text-brand-secondary\/80:focus {
  color: rgb(255 204 0 / 0.8) !important;
}

.focus\:text-brand-secondary\/85:focus {
  color: rgb(255 204 0 / 0.85) !important;
}

.focus\:text-brand-secondary\/90:focus {
  color: rgb(255 204 0 / 0.9) !important;
}

.focus\:text-brand-secondary\/95:focus {
  color: rgb(255 204 0 / 0.95) !important;
}

.focus\:text-earth:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-earth\/0:focus {
  color: rgb(120 46 1 / 0) !important;
}

.focus\:text-earth\/10:focus {
  color: rgb(120 46 1 / 0.1) !important;
}

.focus\:text-earth\/100:focus {
  color: rgb(120 46 1 / 1) !important;
}

.focus\:text-earth\/15:focus {
  color: rgb(120 46 1 / 0.15) !important;
}

.focus\:text-earth\/20:focus {
  color: rgb(120 46 1 / 0.2) !important;
}

.focus\:text-earth\/25:focus {
  color: rgb(120 46 1 / 0.25) !important;
}

.focus\:text-earth\/30:focus {
  color: rgb(120 46 1 / 0.3) !important;
}

.focus\:text-earth\/35:focus {
  color: rgb(120 46 1 / 0.35) !important;
}

.focus\:text-earth\/40:focus {
  color: rgb(120 46 1 / 0.4) !important;
}

.focus\:text-earth\/45:focus {
  color: rgb(120 46 1 / 0.45) !important;
}

.focus\:text-earth\/5:focus {
  color: rgb(120 46 1 / 0.05) !important;
}

.focus\:text-earth\/50:focus {
  color: rgb(120 46 1 / 0.5) !important;
}

.focus\:text-earth\/55:focus {
  color: rgb(120 46 1 / 0.55) !important;
}

.focus\:text-earth\/60:focus {
  color: rgb(120 46 1 / 0.6) !important;
}

.focus\:text-earth\/65:focus {
  color: rgb(120 46 1 / 0.65) !important;
}

.focus\:text-earth\/70:focus {
  color: rgb(120 46 1 / 0.7) !important;
}

.focus\:text-earth\/75:focus {
  color: rgb(120 46 1 / 0.75) !important;
}

.focus\:text-earth\/80:focus {
  color: rgb(120 46 1 / 0.8) !important;
}

.focus\:text-earth\/85:focus {
  color: rgb(120 46 1 / 0.85) !important;
}

.focus\:text-earth\/90:focus {
  color: rgb(120 46 1 / 0.9) !important;
}

.focus\:text-earth\/95:focus {
  color: rgb(120 46 1 / 0.95) !important;
}

.focus\:text-harvest:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-harvest\/0:focus {
  color: rgb(215 129 49 / 0) !important;
}

.focus\:text-harvest\/10:focus {
  color: rgb(215 129 49 / 0.1) !important;
}

.focus\:text-harvest\/100:focus {
  color: rgb(215 129 49 / 1) !important;
}

.focus\:text-harvest\/15:focus {
  color: rgb(215 129 49 / 0.15) !important;
}

.focus\:text-harvest\/20:focus {
  color: rgb(215 129 49 / 0.2) !important;
}

.focus\:text-harvest\/25:focus {
  color: rgb(215 129 49 / 0.25) !important;
}

.focus\:text-harvest\/30:focus {
  color: rgb(215 129 49 / 0.3) !important;
}

.focus\:text-harvest\/35:focus {
  color: rgb(215 129 49 / 0.35) !important;
}

.focus\:text-harvest\/40:focus {
  color: rgb(215 129 49 / 0.4) !important;
}

.focus\:text-harvest\/45:focus {
  color: rgb(215 129 49 / 0.45) !important;
}

.focus\:text-harvest\/5:focus {
  color: rgb(215 129 49 / 0.05) !important;
}

.focus\:text-harvest\/50:focus {
  color: rgb(215 129 49 / 0.5) !important;
}

.focus\:text-harvest\/55:focus {
  color: rgb(215 129 49 / 0.55) !important;
}

.focus\:text-harvest\/60:focus {
  color: rgb(215 129 49 / 0.6) !important;
}

.focus\:text-harvest\/65:focus {
  color: rgb(215 129 49 / 0.65) !important;
}

.focus\:text-harvest\/70:focus {
  color: rgb(215 129 49 / 0.7) !important;
}

.focus\:text-harvest\/75:focus {
  color: rgb(215 129 49 / 0.75) !important;
}

.focus\:text-harvest\/80:focus {
  color: rgb(215 129 49 / 0.8) !important;
}

.focus\:text-harvest\/85:focus {
  color: rgb(215 129 49 / 0.85) !important;
}

.focus\:text-harvest\/90:focus {
  color: rgb(215 129 49 / 0.9) !important;
}

.focus\:text-harvest\/95:focus {
  color: rgb(215 129 49 / 0.95) !important;
}

.focus\:text-sprout:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-sprout\/0:focus {
  color: rgb(196 209 72 / 0) !important;
}

.focus\:text-sprout\/10:focus {
  color: rgb(196 209 72 / 0.1) !important;
}

.focus\:text-sprout\/100:focus {
  color: rgb(196 209 72 / 1) !important;
}

.focus\:text-sprout\/15:focus {
  color: rgb(196 209 72 / 0.15) !important;
}

.focus\:text-sprout\/20:focus {
  color: rgb(196 209 72 / 0.2) !important;
}

.focus\:text-sprout\/25:focus {
  color: rgb(196 209 72 / 0.25) !important;
}

.focus\:text-sprout\/30:focus {
  color: rgb(196 209 72 / 0.3) !important;
}

.focus\:text-sprout\/35:focus {
  color: rgb(196 209 72 / 0.35) !important;
}

.focus\:text-sprout\/40:focus {
  color: rgb(196 209 72 / 0.4) !important;
}

.focus\:text-sprout\/45:focus {
  color: rgb(196 209 72 / 0.45) !important;
}

.focus\:text-sprout\/5:focus {
  color: rgb(196 209 72 / 0.05) !important;
}

.focus\:text-sprout\/50:focus {
  color: rgb(196 209 72 / 0.5) !important;
}

.focus\:text-sprout\/55:focus {
  color: rgb(196 209 72 / 0.55) !important;
}

.focus\:text-sprout\/60:focus {
  color: rgb(196 209 72 / 0.6) !important;
}

.focus\:text-sprout\/65:focus {
  color: rgb(196 209 72 / 0.65) !important;
}

.focus\:text-sprout\/70:focus {
  color: rgb(196 209 72 / 0.7) !important;
}

.focus\:text-sprout\/75:focus {
  color: rgb(196 209 72 / 0.75) !important;
}

.focus\:text-sprout\/80:focus {
  color: rgb(196 209 72 / 0.8) !important;
}

.focus\:text-sprout\/85:focus {
  color: rgb(196 209 72 / 0.85) !important;
}

.focus\:text-sprout\/90:focus {
  color: rgb(196 209 72 / 0.9) !important;
}

.focus\:text-sprout\/95:focus {
  color: rgb(196 209 72 / 0.95) !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-brand-dark:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(46 39 20 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-dark\/0:focus {
  --tw-ring-color: rgb(46 39 20 / 0) !important;
}

.focus\:ring-brand-dark\/10:focus {
  --tw-ring-color: rgb(46 39 20 / 0.1) !important;
}

.focus\:ring-brand-dark\/100:focus {
  --tw-ring-color: rgb(46 39 20 / 1) !important;
}

.focus\:ring-brand-dark\/15:focus {
  --tw-ring-color: rgb(46 39 20 / 0.15) !important;
}

.focus\:ring-brand-dark\/20:focus {
  --tw-ring-color: rgb(46 39 20 / 0.2) !important;
}

.focus\:ring-brand-dark\/25:focus {
  --tw-ring-color: rgb(46 39 20 / 0.25) !important;
}

.focus\:ring-brand-dark\/30:focus {
  --tw-ring-color: rgb(46 39 20 / 0.3) !important;
}

.focus\:ring-brand-dark\/35:focus {
  --tw-ring-color: rgb(46 39 20 / 0.35) !important;
}

.focus\:ring-brand-dark\/40:focus {
  --tw-ring-color: rgb(46 39 20 / 0.4) !important;
}

.focus\:ring-brand-dark\/45:focus {
  --tw-ring-color: rgb(46 39 20 / 0.45) !important;
}

.focus\:ring-brand-dark\/5:focus {
  --tw-ring-color: rgb(46 39 20 / 0.05) !important;
}

.focus\:ring-brand-dark\/50:focus {
  --tw-ring-color: rgb(46 39 20 / 0.5) !important;
}

.focus\:ring-brand-dark\/55:focus {
  --tw-ring-color: rgb(46 39 20 / 0.55) !important;
}

.focus\:ring-brand-dark\/60:focus {
  --tw-ring-color: rgb(46 39 20 / 0.6) !important;
}

.focus\:ring-brand-dark\/65:focus {
  --tw-ring-color: rgb(46 39 20 / 0.65) !important;
}

.focus\:ring-brand-dark\/70:focus {
  --tw-ring-color: rgb(46 39 20 / 0.7) !important;
}

.focus\:ring-brand-dark\/75:focus {
  --tw-ring-color: rgb(46 39 20 / 0.75) !important;
}

.focus\:ring-brand-dark\/80:focus {
  --tw-ring-color: rgb(46 39 20 / 0.8) !important;
}

.focus\:ring-brand-dark\/85:focus {
  --tw-ring-color: rgb(46 39 20 / 0.85) !important;
}

.focus\:ring-brand-dark\/90:focus {
  --tw-ring-color: rgb(46 39 20 / 0.9) !important;
}

.focus\:ring-brand-dark\/95:focus {
  --tw-ring-color: rgb(46 39 20 / 0.95) !important;
}

.focus\:ring-brand-ink:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(33 37 41 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-ink\/0:focus {
  --tw-ring-color: rgb(33 37 41 / 0) !important;
}

.focus\:ring-brand-ink\/10:focus {
  --tw-ring-color: rgb(33 37 41 / 0.1) !important;
}

.focus\:ring-brand-ink\/100:focus {
  --tw-ring-color: rgb(33 37 41 / 1) !important;
}

.focus\:ring-brand-ink\/15:focus {
  --tw-ring-color: rgb(33 37 41 / 0.15) !important;
}

.focus\:ring-brand-ink\/20:focus {
  --tw-ring-color: rgb(33 37 41 / 0.2) !important;
}

.focus\:ring-brand-ink\/25:focus {
  --tw-ring-color: rgb(33 37 41 / 0.25) !important;
}

.focus\:ring-brand-ink\/30:focus {
  --tw-ring-color: rgb(33 37 41 / 0.3) !important;
}

.focus\:ring-brand-ink\/35:focus {
  --tw-ring-color: rgb(33 37 41 / 0.35) !important;
}

.focus\:ring-brand-ink\/40:focus {
  --tw-ring-color: rgb(33 37 41 / 0.4) !important;
}

.focus\:ring-brand-ink\/45:focus {
  --tw-ring-color: rgb(33 37 41 / 0.45) !important;
}

.focus\:ring-brand-ink\/5:focus {
  --tw-ring-color: rgb(33 37 41 / 0.05) !important;
}

.focus\:ring-brand-ink\/50:focus {
  --tw-ring-color: rgb(33 37 41 / 0.5) !important;
}

.focus\:ring-brand-ink\/55:focus {
  --tw-ring-color: rgb(33 37 41 / 0.55) !important;
}

.focus\:ring-brand-ink\/60:focus {
  --tw-ring-color: rgb(33 37 41 / 0.6) !important;
}

.focus\:ring-brand-ink\/65:focus {
  --tw-ring-color: rgb(33 37 41 / 0.65) !important;
}

.focus\:ring-brand-ink\/70:focus {
  --tw-ring-color: rgb(33 37 41 / 0.7) !important;
}

.focus\:ring-brand-ink\/75:focus {
  --tw-ring-color: rgb(33 37 41 / 0.75) !important;
}

.focus\:ring-brand-ink\/80:focus {
  --tw-ring-color: rgb(33 37 41 / 0.8) !important;
}

.focus\:ring-brand-ink\/85:focus {
  --tw-ring-color: rgb(33 37 41 / 0.85) !important;
}

.focus\:ring-brand-ink\/90:focus {
  --tw-ring-color: rgb(33 37 41 / 0.9) !important;
}

.focus\:ring-brand-ink\/95:focus {
  --tw-ring-color: rgb(33 37 41 / 0.95) !important;
}

.focus\:ring-brand-light:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(245 244 240 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-light\/0:focus {
  --tw-ring-color: rgb(245 244 240 / 0) !important;
}

.focus\:ring-brand-light\/10:focus {
  --tw-ring-color: rgb(245 244 240 / 0.1) !important;
}

.focus\:ring-brand-light\/100:focus {
  --tw-ring-color: rgb(245 244 240 / 1) !important;
}

.focus\:ring-brand-light\/15:focus {
  --tw-ring-color: rgb(245 244 240 / 0.15) !important;
}

.focus\:ring-brand-light\/20:focus {
  --tw-ring-color: rgb(245 244 240 / 0.2) !important;
}

.focus\:ring-brand-light\/25:focus {
  --tw-ring-color: rgb(245 244 240 / 0.25) !important;
}

.focus\:ring-brand-light\/30:focus {
  --tw-ring-color: rgb(245 244 240 / 0.3) !important;
}

.focus\:ring-brand-light\/35:focus {
  --tw-ring-color: rgb(245 244 240 / 0.35) !important;
}

.focus\:ring-brand-light\/40:focus {
  --tw-ring-color: rgb(245 244 240 / 0.4) !important;
}

.focus\:ring-brand-light\/45:focus {
  --tw-ring-color: rgb(245 244 240 / 0.45) !important;
}

.focus\:ring-brand-light\/5:focus {
  --tw-ring-color: rgb(245 244 240 / 0.05) !important;
}

.focus\:ring-brand-light\/50:focus {
  --tw-ring-color: rgb(245 244 240 / 0.5) !important;
}

.focus\:ring-brand-light\/55:focus {
  --tw-ring-color: rgb(245 244 240 / 0.55) !important;
}

.focus\:ring-brand-light\/60:focus {
  --tw-ring-color: rgb(245 244 240 / 0.6) !important;
}

.focus\:ring-brand-light\/65:focus {
  --tw-ring-color: rgb(245 244 240 / 0.65) !important;
}

.focus\:ring-brand-light\/70:focus {
  --tw-ring-color: rgb(245 244 240 / 0.7) !important;
}

.focus\:ring-brand-light\/75:focus {
  --tw-ring-color: rgb(245 244 240 / 0.75) !important;
}

.focus\:ring-brand-light\/80:focus {
  --tw-ring-color: rgb(245 244 240 / 0.8) !important;
}

.focus\:ring-brand-light\/85:focus {
  --tw-ring-color: rgb(245 244 240 / 0.85) !important;
}

.focus\:ring-brand-light\/90:focus {
  --tw-ring-color: rgb(245 244 240 / 0.9) !important;
}

.focus\:ring-brand-light\/95:focus {
  --tw-ring-color: rgb(245 244 240 / 0.95) !important;
}

.focus\:ring-brand-link:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 110 7 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-link-hover:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 55 3 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-link-hover\/0:focus {
  --tw-ring-color: rgb(74 55 3 / 0) !important;
}

.focus\:ring-brand-link-hover\/10:focus {
  --tw-ring-color: rgb(74 55 3 / 0.1) !important;
}

.focus\:ring-brand-link-hover\/100:focus {
  --tw-ring-color: rgb(74 55 3 / 1) !important;
}

.focus\:ring-brand-link-hover\/15:focus {
  --tw-ring-color: rgb(74 55 3 / 0.15) !important;
}

.focus\:ring-brand-link-hover\/20:focus {
  --tw-ring-color: rgb(74 55 3 / 0.2) !important;
}

.focus\:ring-brand-link-hover\/25:focus {
  --tw-ring-color: rgb(74 55 3 / 0.25) !important;
}

.focus\:ring-brand-link-hover\/30:focus {
  --tw-ring-color: rgb(74 55 3 / 0.3) !important;
}

.focus\:ring-brand-link-hover\/35:focus {
  --tw-ring-color: rgb(74 55 3 / 0.35) !important;
}

.focus\:ring-brand-link-hover\/40:focus {
  --tw-ring-color: rgb(74 55 3 / 0.4) !important;
}

.focus\:ring-brand-link-hover\/45:focus {
  --tw-ring-color: rgb(74 55 3 / 0.45) !important;
}

.focus\:ring-brand-link-hover\/5:focus {
  --tw-ring-color: rgb(74 55 3 / 0.05) !important;
}

.focus\:ring-brand-link-hover\/50:focus {
  --tw-ring-color: rgb(74 55 3 / 0.5) !important;
}

.focus\:ring-brand-link-hover\/55:focus {
  --tw-ring-color: rgb(74 55 3 / 0.55) !important;
}

.focus\:ring-brand-link-hover\/60:focus {
  --tw-ring-color: rgb(74 55 3 / 0.6) !important;
}

.focus\:ring-brand-link-hover\/65:focus {
  --tw-ring-color: rgb(74 55 3 / 0.65) !important;
}

.focus\:ring-brand-link-hover\/70:focus {
  --tw-ring-color: rgb(74 55 3 / 0.7) !important;
}

.focus\:ring-brand-link-hover\/75:focus {
  --tw-ring-color: rgb(74 55 3 / 0.75) !important;
}

.focus\:ring-brand-link-hover\/80:focus {
  --tw-ring-color: rgb(74 55 3 / 0.8) !important;
}

.focus\:ring-brand-link-hover\/85:focus {
  --tw-ring-color: rgb(74 55 3 / 0.85) !important;
}

.focus\:ring-brand-link-hover\/90:focus {
  --tw-ring-color: rgb(74 55 3 / 0.9) !important;
}

.focus\:ring-brand-link-hover\/95:focus {
  --tw-ring-color: rgb(74 55 3 / 0.95) !important;
}

.focus\:ring-brand-link\/0:focus {
  --tw-ring-color: rgb(147 110 7 / 0) !important;
}

.focus\:ring-brand-link\/10:focus {
  --tw-ring-color: rgb(147 110 7 / 0.1) !important;
}

.focus\:ring-brand-link\/100:focus {
  --tw-ring-color: rgb(147 110 7 / 1) !important;
}

.focus\:ring-brand-link\/15:focus {
  --tw-ring-color: rgb(147 110 7 / 0.15) !important;
}

.focus\:ring-brand-link\/20:focus {
  --tw-ring-color: rgb(147 110 7 / 0.2) !important;
}

.focus\:ring-brand-link\/25:focus {
  --tw-ring-color: rgb(147 110 7 / 0.25) !important;
}

.focus\:ring-brand-link\/30:focus {
  --tw-ring-color: rgb(147 110 7 / 0.3) !important;
}

.focus\:ring-brand-link\/35:focus {
  --tw-ring-color: rgb(147 110 7 / 0.35) !important;
}

.focus\:ring-brand-link\/40:focus {
  --tw-ring-color: rgb(147 110 7 / 0.4) !important;
}

.focus\:ring-brand-link\/45:focus {
  --tw-ring-color: rgb(147 110 7 / 0.45) !important;
}

.focus\:ring-brand-link\/5:focus {
  --tw-ring-color: rgb(147 110 7 / 0.05) !important;
}

.focus\:ring-brand-link\/50:focus {
  --tw-ring-color: rgb(147 110 7 / 0.5) !important;
}

.focus\:ring-brand-link\/55:focus {
  --tw-ring-color: rgb(147 110 7 / 0.55) !important;
}

.focus\:ring-brand-link\/60:focus {
  --tw-ring-color: rgb(147 110 7 / 0.6) !important;
}

.focus\:ring-brand-link\/65:focus {
  --tw-ring-color: rgb(147 110 7 / 0.65) !important;
}

.focus\:ring-brand-link\/70:focus {
  --tw-ring-color: rgb(147 110 7 / 0.7) !important;
}

.focus\:ring-brand-link\/75:focus {
  --tw-ring-color: rgb(147 110 7 / 0.75) !important;
}

.focus\:ring-brand-link\/80:focus {
  --tw-ring-color: rgb(147 110 7 / 0.8) !important;
}

.focus\:ring-brand-link\/85:focus {
  --tw-ring-color: rgb(147 110 7 / 0.85) !important;
}

.focus\:ring-brand-link\/90:focus {
  --tw-ring-color: rgb(147 110 7 / 0.9) !important;
}

.focus\:ring-brand-link\/95:focus {
  --tw-ring-color: rgb(147 110 7 / 0.95) !important;
}

.focus\:ring-brand-muted:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(108 117 125 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-muted\/0:focus {
  --tw-ring-color: rgb(108 117 125 / 0) !important;
}

.focus\:ring-brand-muted\/10:focus {
  --tw-ring-color: rgb(108 117 125 / 0.1) !important;
}

.focus\:ring-brand-muted\/100:focus {
  --tw-ring-color: rgb(108 117 125 / 1) !important;
}

.focus\:ring-brand-muted\/15:focus {
  --tw-ring-color: rgb(108 117 125 / 0.15) !important;
}

.focus\:ring-brand-muted\/20:focus {
  --tw-ring-color: rgb(108 117 125 / 0.2) !important;
}

.focus\:ring-brand-muted\/25:focus {
  --tw-ring-color: rgb(108 117 125 / 0.25) !important;
}

.focus\:ring-brand-muted\/30:focus {
  --tw-ring-color: rgb(108 117 125 / 0.3) !important;
}

.focus\:ring-brand-muted\/35:focus {
  --tw-ring-color: rgb(108 117 125 / 0.35) !important;
}

.focus\:ring-brand-muted\/40:focus {
  --tw-ring-color: rgb(108 117 125 / 0.4) !important;
}

.focus\:ring-brand-muted\/45:focus {
  --tw-ring-color: rgb(108 117 125 / 0.45) !important;
}

.focus\:ring-brand-muted\/5:focus {
  --tw-ring-color: rgb(108 117 125 / 0.05) !important;
}

.focus\:ring-brand-muted\/50:focus {
  --tw-ring-color: rgb(108 117 125 / 0.5) !important;
}

.focus\:ring-brand-muted\/55:focus {
  --tw-ring-color: rgb(108 117 125 / 0.55) !important;
}

.focus\:ring-brand-muted\/60:focus {
  --tw-ring-color: rgb(108 117 125 / 0.6) !important;
}

.focus\:ring-brand-muted\/65:focus {
  --tw-ring-color: rgb(108 117 125 / 0.65) !important;
}

.focus\:ring-brand-muted\/70:focus {
  --tw-ring-color: rgb(108 117 125 / 0.7) !important;
}

.focus\:ring-brand-muted\/75:focus {
  --tw-ring-color: rgb(108 117 125 / 0.75) !important;
}

.focus\:ring-brand-muted\/80:focus {
  --tw-ring-color: rgb(108 117 125 / 0.8) !important;
}

.focus\:ring-brand-muted\/85:focus {
  --tw-ring-color: rgb(108 117 125 / 0.85) !important;
}

.focus\:ring-brand-muted\/90:focus {
  --tw-ring-color: rgb(108 117 125 / 0.9) !important;
}

.focus\:ring-brand-muted\/95:focus {
  --tw-ring-color: rgb(108 117 125 / 0.95) !important;
}

.focus\:ring-brand-primary:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 184 17 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-primary\/0:focus {
  --tw-ring-color: rgb(244 184 17 / 0) !important;
}

.focus\:ring-brand-primary\/10:focus {
  --tw-ring-color: rgb(244 184 17 / 0.1) !important;
}

.focus\:ring-brand-primary\/100:focus {
  --tw-ring-color: rgb(244 184 17 / 1) !important;
}

.focus\:ring-brand-primary\/15:focus {
  --tw-ring-color: rgb(244 184 17 / 0.15) !important;
}

.focus\:ring-brand-primary\/20:focus {
  --tw-ring-color: rgb(244 184 17 / 0.2) !important;
}

.focus\:ring-brand-primary\/25:focus {
  --tw-ring-color: rgb(244 184 17 / 0.25) !important;
}

.focus\:ring-brand-primary\/30:focus {
  --tw-ring-color: rgb(244 184 17 / 0.3) !important;
}

.focus\:ring-brand-primary\/35:focus {
  --tw-ring-color: rgb(244 184 17 / 0.35) !important;
}

.focus\:ring-brand-primary\/40:focus {
  --tw-ring-color: rgb(244 184 17 / 0.4) !important;
}

.focus\:ring-brand-primary\/45:focus {
  --tw-ring-color: rgb(244 184 17 / 0.45) !important;
}

.focus\:ring-brand-primary\/5:focus {
  --tw-ring-color: rgb(244 184 17 / 0.05) !important;
}

.focus\:ring-brand-primary\/50:focus {
  --tw-ring-color: rgb(244 184 17 / 0.5) !important;
}

.focus\:ring-brand-primary\/55:focus {
  --tw-ring-color: rgb(244 184 17 / 0.55) !important;
}

.focus\:ring-brand-primary\/60:focus {
  --tw-ring-color: rgb(244 184 17 / 0.6) !important;
}

.focus\:ring-brand-primary\/65:focus {
  --tw-ring-color: rgb(244 184 17 / 0.65) !important;
}

.focus\:ring-brand-primary\/70:focus {
  --tw-ring-color: rgb(244 184 17 / 0.7) !important;
}

.focus\:ring-brand-primary\/75:focus {
  --tw-ring-color: rgb(244 184 17 / 0.75) !important;
}

.focus\:ring-brand-primary\/80:focus {
  --tw-ring-color: rgb(244 184 17 / 0.8) !important;
}

.focus\:ring-brand-primary\/85:focus {
  --tw-ring-color: rgb(244 184 17 / 0.85) !important;
}

.focus\:ring-brand-primary\/90:focus {
  --tw-ring-color: rgb(244 184 17 / 0.9) !important;
}

.focus\:ring-brand-primary\/95:focus {
  --tw-ring-color: rgb(244 184 17 / 0.95) !important;
}

.focus\:ring-brand-secondary:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 204 0 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-brand-secondary\/0:focus {
  --tw-ring-color: rgb(255 204 0 / 0) !important;
}

.focus\:ring-brand-secondary\/10:focus {
  --tw-ring-color: rgb(255 204 0 / 0.1) !important;
}

.focus\:ring-brand-secondary\/100:focus {
  --tw-ring-color: rgb(255 204 0 / 1) !important;
}

.focus\:ring-brand-secondary\/15:focus {
  --tw-ring-color: rgb(255 204 0 / 0.15) !important;
}

.focus\:ring-brand-secondary\/20:focus {
  --tw-ring-color: rgb(255 204 0 / 0.2) !important;
}

.focus\:ring-brand-secondary\/25:focus {
  --tw-ring-color: rgb(255 204 0 / 0.25) !important;
}

.focus\:ring-brand-secondary\/30:focus {
  --tw-ring-color: rgb(255 204 0 / 0.3) !important;
}

.focus\:ring-brand-secondary\/35:focus {
  --tw-ring-color: rgb(255 204 0 / 0.35) !important;
}

.focus\:ring-brand-secondary\/40:focus {
  --tw-ring-color: rgb(255 204 0 / 0.4) !important;
}

.focus\:ring-brand-secondary\/45:focus {
  --tw-ring-color: rgb(255 204 0 / 0.45) !important;
}

.focus\:ring-brand-secondary\/5:focus {
  --tw-ring-color: rgb(255 204 0 / 0.05) !important;
}

.focus\:ring-brand-secondary\/50:focus {
  --tw-ring-color: rgb(255 204 0 / 0.5) !important;
}

.focus\:ring-brand-secondary\/55:focus {
  --tw-ring-color: rgb(255 204 0 / 0.55) !important;
}

.focus\:ring-brand-secondary\/60:focus {
  --tw-ring-color: rgb(255 204 0 / 0.6) !important;
}

.focus\:ring-brand-secondary\/65:focus {
  --tw-ring-color: rgb(255 204 0 / 0.65) !important;
}

.focus\:ring-brand-secondary\/70:focus {
  --tw-ring-color: rgb(255 204 0 / 0.7) !important;
}

.focus\:ring-brand-secondary\/75:focus {
  --tw-ring-color: rgb(255 204 0 / 0.75) !important;
}

.focus\:ring-brand-secondary\/80:focus {
  --tw-ring-color: rgb(255 204 0 / 0.8) !important;
}

.focus\:ring-brand-secondary\/85:focus {
  --tw-ring-color: rgb(255 204 0 / 0.85) !important;
}

.focus\:ring-brand-secondary\/90:focus {
  --tw-ring-color: rgb(255 204 0 / 0.9) !important;
}

.focus\:ring-brand-secondary\/95:focus {
  --tw-ring-color: rgb(255 204 0 / 0.95) !important;
}

.focus\:ring-earth:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-earth\/0:focus {
  --tw-ring-color: rgb(120 46 1 / 0) !important;
}

.focus\:ring-earth\/10:focus {
  --tw-ring-color: rgb(120 46 1 / 0.1) !important;
}

.focus\:ring-earth\/100:focus {
  --tw-ring-color: rgb(120 46 1 / 1) !important;
}

.focus\:ring-earth\/15:focus {
  --tw-ring-color: rgb(120 46 1 / 0.15) !important;
}

.focus\:ring-earth\/20:focus {
  --tw-ring-color: rgb(120 46 1 / 0.2) !important;
}

.focus\:ring-earth\/25:focus {
  --tw-ring-color: rgb(120 46 1 / 0.25) !important;
}

.focus\:ring-earth\/30:focus {
  --tw-ring-color: rgb(120 46 1 / 0.3) !important;
}

.focus\:ring-earth\/35:focus {
  --tw-ring-color: rgb(120 46 1 / 0.35) !important;
}

.focus\:ring-earth\/40:focus {
  --tw-ring-color: rgb(120 46 1 / 0.4) !important;
}

.focus\:ring-earth\/45:focus {
  --tw-ring-color: rgb(120 46 1 / 0.45) !important;
}

.focus\:ring-earth\/5:focus {
  --tw-ring-color: rgb(120 46 1 / 0.05) !important;
}

.focus\:ring-earth\/50:focus {
  --tw-ring-color: rgb(120 46 1 / 0.5) !important;
}

.focus\:ring-earth\/55:focus {
  --tw-ring-color: rgb(120 46 1 / 0.55) !important;
}

.focus\:ring-earth\/60:focus {
  --tw-ring-color: rgb(120 46 1 / 0.6) !important;
}

.focus\:ring-earth\/65:focus {
  --tw-ring-color: rgb(120 46 1 / 0.65) !important;
}

.focus\:ring-earth\/70:focus {
  --tw-ring-color: rgb(120 46 1 / 0.7) !important;
}

.focus\:ring-earth\/75:focus {
  --tw-ring-color: rgb(120 46 1 / 0.75) !important;
}

.focus\:ring-earth\/80:focus {
  --tw-ring-color: rgb(120 46 1 / 0.8) !important;
}

.focus\:ring-earth\/85:focus {
  --tw-ring-color: rgb(120 46 1 / 0.85) !important;
}

.focus\:ring-earth\/90:focus {
  --tw-ring-color: rgb(120 46 1 / 0.9) !important;
}

.focus\:ring-earth\/95:focus {
  --tw-ring-color: rgb(120 46 1 / 0.95) !important;
}

.focus\:ring-harvest:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-harvest\/0:focus {
  --tw-ring-color: rgb(215 129 49 / 0) !important;
}

.focus\:ring-harvest\/10:focus {
  --tw-ring-color: rgb(215 129 49 / 0.1) !important;
}

.focus\:ring-harvest\/100:focus {
  --tw-ring-color: rgb(215 129 49 / 1) !important;
}

.focus\:ring-harvest\/15:focus {
  --tw-ring-color: rgb(215 129 49 / 0.15) !important;
}

.focus\:ring-harvest\/20:focus {
  --tw-ring-color: rgb(215 129 49 / 0.2) !important;
}

.focus\:ring-harvest\/25:focus {
  --tw-ring-color: rgb(215 129 49 / 0.25) !important;
}

.focus\:ring-harvest\/30:focus {
  --tw-ring-color: rgb(215 129 49 / 0.3) !important;
}

.focus\:ring-harvest\/35:focus {
  --tw-ring-color: rgb(215 129 49 / 0.35) !important;
}

.focus\:ring-harvest\/40:focus {
  --tw-ring-color: rgb(215 129 49 / 0.4) !important;
}

.focus\:ring-harvest\/45:focus {
  --tw-ring-color: rgb(215 129 49 / 0.45) !important;
}

.focus\:ring-harvest\/5:focus {
  --tw-ring-color: rgb(215 129 49 / 0.05) !important;
}

.focus\:ring-harvest\/50:focus {
  --tw-ring-color: rgb(215 129 49 / 0.5) !important;
}

.focus\:ring-harvest\/55:focus {
  --tw-ring-color: rgb(215 129 49 / 0.55) !important;
}

.focus\:ring-harvest\/60:focus {
  --tw-ring-color: rgb(215 129 49 / 0.6) !important;
}

.focus\:ring-harvest\/65:focus {
  --tw-ring-color: rgb(215 129 49 / 0.65) !important;
}

.focus\:ring-harvest\/70:focus {
  --tw-ring-color: rgb(215 129 49 / 0.7) !important;
}

.focus\:ring-harvest\/75:focus {
  --tw-ring-color: rgb(215 129 49 / 0.75) !important;
}

.focus\:ring-harvest\/80:focus {
  --tw-ring-color: rgb(215 129 49 / 0.8) !important;
}

.focus\:ring-harvest\/85:focus {
  --tw-ring-color: rgb(215 129 49 / 0.85) !important;
}

.focus\:ring-harvest\/90:focus {
  --tw-ring-color: rgb(215 129 49 / 0.9) !important;
}

.focus\:ring-harvest\/95:focus {
  --tw-ring-color: rgb(215 129 49 / 0.95) !important;
}

.focus\:ring-sprout:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-sprout\/0:focus {
  --tw-ring-color: rgb(196 209 72 / 0) !important;
}

.focus\:ring-sprout\/10:focus {
  --tw-ring-color: rgb(196 209 72 / 0.1) !important;
}

.focus\:ring-sprout\/100:focus {
  --tw-ring-color: rgb(196 209 72 / 1) !important;
}

.focus\:ring-sprout\/15:focus {
  --tw-ring-color: rgb(196 209 72 / 0.15) !important;
}

.focus\:ring-sprout\/20:focus {
  --tw-ring-color: rgb(196 209 72 / 0.2) !important;
}

.focus\:ring-sprout\/25:focus {
  --tw-ring-color: rgb(196 209 72 / 0.25) !important;
}

.focus\:ring-sprout\/30:focus {
  --tw-ring-color: rgb(196 209 72 / 0.3) !important;
}

.focus\:ring-sprout\/35:focus {
  --tw-ring-color: rgb(196 209 72 / 0.35) !important;
}

.focus\:ring-sprout\/40:focus {
  --tw-ring-color: rgb(196 209 72 / 0.4) !important;
}

.focus\:ring-sprout\/45:focus {
  --tw-ring-color: rgb(196 209 72 / 0.45) !important;
}

.focus\:ring-sprout\/5:focus {
  --tw-ring-color: rgb(196 209 72 / 0.05) !important;
}

.focus\:ring-sprout\/50:focus {
  --tw-ring-color: rgb(196 209 72 / 0.5) !important;
}

.focus\:ring-sprout\/55:focus {
  --tw-ring-color: rgb(196 209 72 / 0.55) !important;
}

.focus\:ring-sprout\/60:focus {
  --tw-ring-color: rgb(196 209 72 / 0.6) !important;
}

.focus\:ring-sprout\/65:focus {
  --tw-ring-color: rgb(196 209 72 / 0.65) !important;
}

.focus\:ring-sprout\/70:focus {
  --tw-ring-color: rgb(196 209 72 / 0.7) !important;
}

.focus\:ring-sprout\/75:focus {
  --tw-ring-color: rgb(196 209 72 / 0.75) !important;
}

.focus\:ring-sprout\/80:focus {
  --tw-ring-color: rgb(196 209 72 / 0.8) !important;
}

.focus\:ring-sprout\/85:focus {
  --tw-ring-color: rgb(196 209 72 / 0.85) !important;
}

.focus\:ring-sprout\/90:focus {
  --tw-ring-color: rgb(196 209 72 / 0.9) !important;
}

.focus\:ring-sprout\/95:focus {
  --tw-ring-color: rgb(196 209 72 / 0.95) !important;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-visible\:ring-harvest:focus-visible {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px !important;
}

.group:hover .group-hover\:-translate-x-0\.5 {
  --tw-translate-x: -0.125rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:border-brand-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 39 20 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-dark\/0 {
  border-color: rgb(46 39 20 / 0) !important;
}

.group:hover .group-hover\:border-brand-dark\/10 {
  border-color: rgb(46 39 20 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-dark\/100 {
  border-color: rgb(46 39 20 / 1) !important;
}

.group:hover .group-hover\:border-brand-dark\/15 {
  border-color: rgb(46 39 20 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-dark\/20 {
  border-color: rgb(46 39 20 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-dark\/25 {
  border-color: rgb(46 39 20 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-dark\/30 {
  border-color: rgb(46 39 20 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-dark\/35 {
  border-color: rgb(46 39 20 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-dark\/40 {
  border-color: rgb(46 39 20 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-dark\/45 {
  border-color: rgb(46 39 20 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-dark\/5 {
  border-color: rgb(46 39 20 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-dark\/50 {
  border-color: rgb(46 39 20 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-dark\/55 {
  border-color: rgb(46 39 20 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-dark\/60 {
  border-color: rgb(46 39 20 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-dark\/65 {
  border-color: rgb(46 39 20 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-dark\/70 {
  border-color: rgb(46 39 20 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-dark\/75 {
  border-color: rgb(46 39 20 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-dark\/80 {
  border-color: rgb(46 39 20 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-dark\/85 {
  border-color: rgb(46 39 20 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-dark\/90 {
  border-color: rgb(46 39 20 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-dark\/95 {
  border-color: rgb(46 39 20 / 0.95) !important;
}

.group:hover .group-hover\:border-brand-ink {
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 37 41 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-ink\/0 {
  border-color: rgb(33 37 41 / 0) !important;
}

.group:hover .group-hover\:border-brand-ink\/10 {
  border-color: rgb(33 37 41 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-ink\/100 {
  border-color: rgb(33 37 41 / 1) !important;
}

.group:hover .group-hover\:border-brand-ink\/15 {
  border-color: rgb(33 37 41 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-ink\/20 {
  border-color: rgb(33 37 41 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-ink\/25 {
  border-color: rgb(33 37 41 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-ink\/30 {
  border-color: rgb(33 37 41 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-ink\/35 {
  border-color: rgb(33 37 41 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-ink\/40 {
  border-color: rgb(33 37 41 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-ink\/45 {
  border-color: rgb(33 37 41 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-ink\/5 {
  border-color: rgb(33 37 41 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-ink\/50 {
  border-color: rgb(33 37 41 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-ink\/55 {
  border-color: rgb(33 37 41 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-ink\/60 {
  border-color: rgb(33 37 41 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-ink\/65 {
  border-color: rgb(33 37 41 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-ink\/70 {
  border-color: rgb(33 37 41 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-ink\/75 {
  border-color: rgb(33 37 41 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-ink\/80 {
  border-color: rgb(33 37 41 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-ink\/85 {
  border-color: rgb(33 37 41 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-ink\/90 {
  border-color: rgb(33 37 41 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-ink\/95 {
  border-color: rgb(33 37 41 / 0.95) !important;
}

.group:hover .group-hover\:border-brand-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 244 240 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-light\/0 {
  border-color: rgb(245 244 240 / 0) !important;
}

.group:hover .group-hover\:border-brand-light\/10 {
  border-color: rgb(245 244 240 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-light\/100 {
  border-color: rgb(245 244 240 / 1) !important;
}

.group:hover .group-hover\:border-brand-light\/15 {
  border-color: rgb(245 244 240 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-light\/20 {
  border-color: rgb(245 244 240 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-light\/25 {
  border-color: rgb(245 244 240 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-light\/30 {
  border-color: rgb(245 244 240 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-light\/35 {
  border-color: rgb(245 244 240 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-light\/40 {
  border-color: rgb(245 244 240 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-light\/45 {
  border-color: rgb(245 244 240 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-light\/5 {
  border-color: rgb(245 244 240 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-light\/50 {
  border-color: rgb(245 244 240 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-light\/55 {
  border-color: rgb(245 244 240 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-light\/60 {
  border-color: rgb(245 244 240 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-light\/65 {
  border-color: rgb(245 244 240 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-light\/70 {
  border-color: rgb(245 244 240 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-light\/75 {
  border-color: rgb(245 244 240 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-light\/80 {
  border-color: rgb(245 244 240 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-light\/85 {
  border-color: rgb(245 244 240 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-light\/90 {
  border-color: rgb(245 244 240 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-light\/95 {
  border-color: rgb(245 244 240 / 0.95) !important;
}

.group:hover .group-hover\:border-brand-link {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 110 7 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-link-hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 55 3 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/0 {
  border-color: rgb(74 55 3 / 0) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/10 {
  border-color: rgb(74 55 3 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/100 {
  border-color: rgb(74 55 3 / 1) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/15 {
  border-color: rgb(74 55 3 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/20 {
  border-color: rgb(74 55 3 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/25 {
  border-color: rgb(74 55 3 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/30 {
  border-color: rgb(74 55 3 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/35 {
  border-color: rgb(74 55 3 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/40 {
  border-color: rgb(74 55 3 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/45 {
  border-color: rgb(74 55 3 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/5 {
  border-color: rgb(74 55 3 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/50 {
  border-color: rgb(74 55 3 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/55 {
  border-color: rgb(74 55 3 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/60 {
  border-color: rgb(74 55 3 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/65 {
  border-color: rgb(74 55 3 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/70 {
  border-color: rgb(74 55 3 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/75 {
  border-color: rgb(74 55 3 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/80 {
  border-color: rgb(74 55 3 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/85 {
  border-color: rgb(74 55 3 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/90 {
  border-color: rgb(74 55 3 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-link-hover\/95 {
  border-color: rgb(74 55 3 / 0.95) !important;
}

.group:hover .group-hover\:border-brand-link\/0 {
  border-color: rgb(147 110 7 / 0) !important;
}

.group:hover .group-hover\:border-brand-link\/10 {
  border-color: rgb(147 110 7 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-link\/100 {
  border-color: rgb(147 110 7 / 1) !important;
}

.group:hover .group-hover\:border-brand-link\/15 {
  border-color: rgb(147 110 7 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-link\/20 {
  border-color: rgb(147 110 7 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-link\/25 {
  border-color: rgb(147 110 7 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-link\/30 {
  border-color: rgb(147 110 7 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-link\/35 {
  border-color: rgb(147 110 7 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-link\/40 {
  border-color: rgb(147 110 7 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-link\/45 {
  border-color: rgb(147 110 7 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-link\/5 {
  border-color: rgb(147 110 7 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-link\/50 {
  border-color: rgb(147 110 7 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-link\/55 {
  border-color: rgb(147 110 7 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-link\/60 {
  border-color: rgb(147 110 7 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-link\/65 {
  border-color: rgb(147 110 7 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-link\/70 {
  border-color: rgb(147 110 7 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-link\/75 {
  border-color: rgb(147 110 7 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-link\/80 {
  border-color: rgb(147 110 7 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-link\/85 {
  border-color: rgb(147 110 7 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-link\/90 {
  border-color: rgb(147 110 7 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-link\/95 {
  border-color: rgb(147 110 7 / 0.95) !important;
}

.group:hover .group-hover\:border-brand-muted {
  --tw-border-opacity: 1 !important;
  border-color: rgb(108 117 125 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-muted\/0 {
  border-color: rgb(108 117 125 / 0) !important;
}

.group:hover .group-hover\:border-brand-muted\/10 {
  border-color: rgb(108 117 125 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-muted\/100 {
  border-color: rgb(108 117 125 / 1) !important;
}

.group:hover .group-hover\:border-brand-muted\/15 {
  border-color: rgb(108 117 125 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-muted\/20 {
  border-color: rgb(108 117 125 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-muted\/25 {
  border-color: rgb(108 117 125 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-muted\/30 {
  border-color: rgb(108 117 125 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-muted\/35 {
  border-color: rgb(108 117 125 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-muted\/40 {
  border-color: rgb(108 117 125 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-muted\/45 {
  border-color: rgb(108 117 125 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-muted\/5 {
  border-color: rgb(108 117 125 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-muted\/50 {
  border-color: rgb(108 117 125 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-muted\/55 {
  border-color: rgb(108 117 125 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-muted\/60 {
  border-color: rgb(108 117 125 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-muted\/65 {
  border-color: rgb(108 117 125 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-muted\/70 {
  border-color: rgb(108 117 125 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-muted\/75 {
  border-color: rgb(108 117 125 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-muted\/80 {
  border-color: rgb(108 117 125 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-muted\/85 {
  border-color: rgb(108 117 125 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-muted\/90 {
  border-color: rgb(108 117 125 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-muted\/95 {
  border-color: rgb(108 117 125 / 0.95) !important;
}

.group:hover .group-hover\:border-brand-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 184 17 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-primary\/0 {
  border-color: rgb(244 184 17 / 0) !important;
}

.group:hover .group-hover\:border-brand-primary\/10 {
  border-color: rgb(244 184 17 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-primary\/100 {
  border-color: rgb(244 184 17 / 1) !important;
}

.group:hover .group-hover\:border-brand-primary\/15 {
  border-color: rgb(244 184 17 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-primary\/20 {
  border-color: rgb(244 184 17 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-primary\/25 {
  border-color: rgb(244 184 17 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-primary\/30 {
  border-color: rgb(244 184 17 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-primary\/35 {
  border-color: rgb(244 184 17 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-primary\/40 {
  border-color: rgb(244 184 17 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-primary\/45 {
  border-color: rgb(244 184 17 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-primary\/5 {
  border-color: rgb(244 184 17 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-primary\/50 {
  border-color: rgb(244 184 17 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-primary\/55 {
  border-color: rgb(244 184 17 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-primary\/60 {
  border-color: rgb(244 184 17 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-primary\/65 {
  border-color: rgb(244 184 17 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-primary\/70 {
  border-color: rgb(244 184 17 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-primary\/75 {
  border-color: rgb(244 184 17 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-primary\/80 {
  border-color: rgb(244 184 17 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-primary\/85 {
  border-color: rgb(244 184 17 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-primary\/90 {
  border-color: rgb(244 184 17 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-primary\/95 {
  border-color: rgb(244 184 17 / 0.95) !important;
}

.group:hover .group-hover\:border-brand-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-brand-secondary\/0 {
  border-color: rgb(255 204 0 / 0) !important;
}

.group:hover .group-hover\:border-brand-secondary\/10 {
  border-color: rgb(255 204 0 / 0.1) !important;
}

.group:hover .group-hover\:border-brand-secondary\/100 {
  border-color: rgb(255 204 0 / 1) !important;
}

.group:hover .group-hover\:border-brand-secondary\/15 {
  border-color: rgb(255 204 0 / 0.15) !important;
}

.group:hover .group-hover\:border-brand-secondary\/20 {
  border-color: rgb(255 204 0 / 0.2) !important;
}

.group:hover .group-hover\:border-brand-secondary\/25 {
  border-color: rgb(255 204 0 / 0.25) !important;
}

.group:hover .group-hover\:border-brand-secondary\/30 {
  border-color: rgb(255 204 0 / 0.3) !important;
}

.group:hover .group-hover\:border-brand-secondary\/35 {
  border-color: rgb(255 204 0 / 0.35) !important;
}

.group:hover .group-hover\:border-brand-secondary\/40 {
  border-color: rgb(255 204 0 / 0.4) !important;
}

.group:hover .group-hover\:border-brand-secondary\/45 {
  border-color: rgb(255 204 0 / 0.45) !important;
}

.group:hover .group-hover\:border-brand-secondary\/5 {
  border-color: rgb(255 204 0 / 0.05) !important;
}

.group:hover .group-hover\:border-brand-secondary\/50 {
  border-color: rgb(255 204 0 / 0.5) !important;
}

.group:hover .group-hover\:border-brand-secondary\/55 {
  border-color: rgb(255 204 0 / 0.55) !important;
}

.group:hover .group-hover\:border-brand-secondary\/60 {
  border-color: rgb(255 204 0 / 0.6) !important;
}

.group:hover .group-hover\:border-brand-secondary\/65 {
  border-color: rgb(255 204 0 / 0.65) !important;
}

.group:hover .group-hover\:border-brand-secondary\/70 {
  border-color: rgb(255 204 0 / 0.7) !important;
}

.group:hover .group-hover\:border-brand-secondary\/75 {
  border-color: rgb(255 204 0 / 0.75) !important;
}

.group:hover .group-hover\:border-brand-secondary\/80 {
  border-color: rgb(255 204 0 / 0.8) !important;
}

.group:hover .group-hover\:border-brand-secondary\/85 {
  border-color: rgb(255 204 0 / 0.85) !important;
}

.group:hover .group-hover\:border-brand-secondary\/90 {
  border-color: rgb(255 204 0 / 0.9) !important;
}

.group:hover .group-hover\:border-brand-secondary\/95 {
  border-color: rgb(255 204 0 / 0.95) !important;
}

.group:hover .group-hover\:border-earth {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-earth\/0 {
  border-color: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:border-earth\/10 {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:border-earth\/100 {
  border-color: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:border-earth\/15 {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:border-earth\/20 {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:border-earth\/25 {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:border-earth\/30 {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:border-earth\/35 {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:border-earth\/40 {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:border-earth\/45 {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:border-earth\/5 {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:border-earth\/50 {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:border-earth\/55 {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:border-earth\/60 {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:border-earth\/65 {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:border-earth\/70 {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:border-earth\/75 {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:border-earth\/80 {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:border-earth\/85 {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:border-earth\/90 {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:border-earth\/95 {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:border-harvest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-harvest\/0 {
  border-color: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:border-harvest\/10 {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:border-harvest\/100 {
  border-color: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:border-harvest\/15 {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:border-harvest\/20 {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:border-harvest\/25 {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:border-harvest\/30 {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:border-harvest\/35 {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:border-harvest\/40 {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:border-harvest\/45 {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:border-harvest\/5 {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:border-harvest\/50 {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:border-harvest\/55 {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:border-harvest\/60 {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:border-harvest\/65 {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:border-harvest\/70 {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:border-harvest\/75 {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:border-harvest\/80 {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:border-harvest\/85 {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:border-harvest\/90 {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:border-harvest\/95 {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:border-sprout {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-sprout\/0 {
  border-color: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:border-sprout\/10 {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:border-sprout\/100 {
  border-color: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:border-sprout\/15 {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:border-sprout\/20 {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:border-sprout\/25 {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:border-sprout\/30 {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:border-sprout\/35 {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:border-sprout\/40 {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:border-sprout\/45 {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:border-sprout\/5 {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:border-sprout\/50 {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:border-sprout\/55 {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:border-sprout\/60 {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:border-sprout\/65 {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:border-sprout\/70 {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:border-sprout\/75 {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:border-sprout\/80 {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:border-sprout\/85 {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:border-sprout\/90 {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:border-sprout\/95 {
  border-color: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-dark\/0 {
  background-color: rgb(46 39 20 / 0) !important;
}

.group:hover .group-hover\:bg-brand-dark\/10 {
  background-color: rgb(46 39 20 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-dark\/100 {
  background-color: rgb(46 39 20 / 1) !important;
}

.group:hover .group-hover\:bg-brand-dark\/15 {
  background-color: rgb(46 39 20 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-dark\/20 {
  background-color: rgb(46 39 20 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-dark\/25 {
  background-color: rgb(46 39 20 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-dark\/30 {
  background-color: rgb(46 39 20 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-dark\/35 {
  background-color: rgb(46 39 20 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-dark\/40 {
  background-color: rgb(46 39 20 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-dark\/45 {
  background-color: rgb(46 39 20 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-dark\/5 {
  background-color: rgb(46 39 20 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-dark\/50 {
  background-color: rgb(46 39 20 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-dark\/55 {
  background-color: rgb(46 39 20 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-dark\/60 {
  background-color: rgb(46 39 20 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-dark\/65 {
  background-color: rgb(46 39 20 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-dark\/70 {
  background-color: rgb(46 39 20 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-dark\/75 {
  background-color: rgb(46 39 20 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-dark\/80 {
  background-color: rgb(46 39 20 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-dark\/85 {
  background-color: rgb(46 39 20 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-dark\/90 {
  background-color: rgb(46 39 20 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-dark\/95 {
  background-color: rgb(46 39 20 / 0.95) !important;
}

.group:hover .group-hover\:bg-brand-ink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-ink\/0 {
  background-color: rgb(33 37 41 / 0) !important;
}

.group:hover .group-hover\:bg-brand-ink\/10 {
  background-color: rgb(33 37 41 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-ink\/100 {
  background-color: rgb(33 37 41 / 1) !important;
}

.group:hover .group-hover\:bg-brand-ink\/15 {
  background-color: rgb(33 37 41 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-ink\/20 {
  background-color: rgb(33 37 41 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-ink\/25 {
  background-color: rgb(33 37 41 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-ink\/30 {
  background-color: rgb(33 37 41 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-ink\/35 {
  background-color: rgb(33 37 41 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-ink\/40 {
  background-color: rgb(33 37 41 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-ink\/45 {
  background-color: rgb(33 37 41 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-ink\/5 {
  background-color: rgb(33 37 41 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-ink\/50 {
  background-color: rgb(33 37 41 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-ink\/55 {
  background-color: rgb(33 37 41 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-ink\/60 {
  background-color: rgb(33 37 41 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-ink\/65 {
  background-color: rgb(33 37 41 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-ink\/70 {
  background-color: rgb(33 37 41 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-ink\/75 {
  background-color: rgb(33 37 41 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-ink\/80 {
  background-color: rgb(33 37 41 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-ink\/85 {
  background-color: rgb(33 37 41 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-ink\/90 {
  background-color: rgb(33 37 41 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-ink\/95 {
  background-color: rgb(33 37 41 / 0.95) !important;
}

.group:hover .group-hover\:bg-brand-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 244 240 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-light\/0 {
  background-color: rgb(245 244 240 / 0) !important;
}

.group:hover .group-hover\:bg-brand-light\/10 {
  background-color: rgb(245 244 240 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-light\/100 {
  background-color: rgb(245 244 240 / 1) !important;
}

.group:hover .group-hover\:bg-brand-light\/15 {
  background-color: rgb(245 244 240 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-light\/20 {
  background-color: rgb(245 244 240 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-light\/25 {
  background-color: rgb(245 244 240 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-light\/30 {
  background-color: rgb(245 244 240 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-light\/35 {
  background-color: rgb(245 244 240 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-light\/40 {
  background-color: rgb(245 244 240 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-light\/45 {
  background-color: rgb(245 244 240 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-light\/5 {
  background-color: rgb(245 244 240 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-light\/50 {
  background-color: rgb(245 244 240 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-light\/55 {
  background-color: rgb(245 244 240 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-light\/60 {
  background-color: rgb(245 244 240 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-light\/65 {
  background-color: rgb(245 244 240 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-light\/70 {
  background-color: rgb(245 244 240 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-light\/75 {
  background-color: rgb(245 244 240 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-light\/80 {
  background-color: rgb(245 244 240 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-light\/85 {
  background-color: rgb(245 244 240 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-light\/90 {
  background-color: rgb(245 244 240 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-light\/95 {
  background-color: rgb(245 244 240 / 0.95) !important;
}

.group:hover .group-hover\:bg-brand-link {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 110 7 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-link-hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 55 3 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/0 {
  background-color: rgb(74 55 3 / 0) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/10 {
  background-color: rgb(74 55 3 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/100 {
  background-color: rgb(74 55 3 / 1) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/15 {
  background-color: rgb(74 55 3 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/20 {
  background-color: rgb(74 55 3 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/25 {
  background-color: rgb(74 55 3 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/30 {
  background-color: rgb(74 55 3 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/35 {
  background-color: rgb(74 55 3 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/40 {
  background-color: rgb(74 55 3 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/45 {
  background-color: rgb(74 55 3 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/5 {
  background-color: rgb(74 55 3 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/50 {
  background-color: rgb(74 55 3 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/55 {
  background-color: rgb(74 55 3 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/60 {
  background-color: rgb(74 55 3 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/65 {
  background-color: rgb(74 55 3 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/70 {
  background-color: rgb(74 55 3 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/75 {
  background-color: rgb(74 55 3 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/80 {
  background-color: rgb(74 55 3 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/85 {
  background-color: rgb(74 55 3 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/90 {
  background-color: rgb(74 55 3 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-link-hover\/95 {
  background-color: rgb(74 55 3 / 0.95) !important;
}

.group:hover .group-hover\:bg-brand-link\/0 {
  background-color: rgb(147 110 7 / 0) !important;
}

.group:hover .group-hover\:bg-brand-link\/10 {
  background-color: rgb(147 110 7 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-link\/100 {
  background-color: rgb(147 110 7 / 1) !important;
}

.group:hover .group-hover\:bg-brand-link\/15 {
  background-color: rgb(147 110 7 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-link\/20 {
  background-color: rgb(147 110 7 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-link\/25 {
  background-color: rgb(147 110 7 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-link\/30 {
  background-color: rgb(147 110 7 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-link\/35 {
  background-color: rgb(147 110 7 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-link\/40 {
  background-color: rgb(147 110 7 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-link\/45 {
  background-color: rgb(147 110 7 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-link\/5 {
  background-color: rgb(147 110 7 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-link\/50 {
  background-color: rgb(147 110 7 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-link\/55 {
  background-color: rgb(147 110 7 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-link\/60 {
  background-color: rgb(147 110 7 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-link\/65 {
  background-color: rgb(147 110 7 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-link\/70 {
  background-color: rgb(147 110 7 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-link\/75 {
  background-color: rgb(147 110 7 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-link\/80 {
  background-color: rgb(147 110 7 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-link\/85 {
  background-color: rgb(147 110 7 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-link\/90 {
  background-color: rgb(147 110 7 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-link\/95 {
  background-color: rgb(147 110 7 / 0.95) !important;
}

.group:hover .group-hover\:bg-brand-muted {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-muted\/0 {
  background-color: rgb(108 117 125 / 0) !important;
}

.group:hover .group-hover\:bg-brand-muted\/10 {
  background-color: rgb(108 117 125 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-muted\/100 {
  background-color: rgb(108 117 125 / 1) !important;
}

.group:hover .group-hover\:bg-brand-muted\/15 {
  background-color: rgb(108 117 125 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-muted\/20 {
  background-color: rgb(108 117 125 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-muted\/25 {
  background-color: rgb(108 117 125 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-muted\/30 {
  background-color: rgb(108 117 125 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-muted\/35 {
  background-color: rgb(108 117 125 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-muted\/40 {
  background-color: rgb(108 117 125 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-muted\/45 {
  background-color: rgb(108 117 125 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-muted\/5 {
  background-color: rgb(108 117 125 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-muted\/50 {
  background-color: rgb(108 117 125 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-muted\/55 {
  background-color: rgb(108 117 125 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-muted\/60 {
  background-color: rgb(108 117 125 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-muted\/65 {
  background-color: rgb(108 117 125 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-muted\/70 {
  background-color: rgb(108 117 125 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-muted\/75 {
  background-color: rgb(108 117 125 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-muted\/80 {
  background-color: rgb(108 117 125 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-muted\/85 {
  background-color: rgb(108 117 125 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-muted\/90 {
  background-color: rgb(108 117 125 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-muted\/95 {
  background-color: rgb(108 117 125 / 0.95) !important;
}

.group:hover .group-hover\:bg-brand-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-primary\/0 {
  background-color: rgb(244 184 17 / 0) !important;
}

.group:hover .group-hover\:bg-brand-primary\/10 {
  background-color: rgb(244 184 17 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-primary\/100 {
  background-color: rgb(244 184 17 / 1) !important;
}

.group:hover .group-hover\:bg-brand-primary\/15 {
  background-color: rgb(244 184 17 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-primary\/20 {
  background-color: rgb(244 184 17 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-primary\/25 {
  background-color: rgb(244 184 17 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-primary\/30 {
  background-color: rgb(244 184 17 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-primary\/35 {
  background-color: rgb(244 184 17 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-primary\/40 {
  background-color: rgb(244 184 17 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-primary\/45 {
  background-color: rgb(244 184 17 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-primary\/5 {
  background-color: rgb(244 184 17 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-primary\/50 {
  background-color: rgb(244 184 17 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-primary\/55 {
  background-color: rgb(244 184 17 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-primary\/60 {
  background-color: rgb(244 184 17 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-primary\/65 {
  background-color: rgb(244 184 17 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-primary\/70 {
  background-color: rgb(244 184 17 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-primary\/75 {
  background-color: rgb(244 184 17 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-primary\/80 {
  background-color: rgb(244 184 17 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-primary\/85 {
  background-color: rgb(244 184 17 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-primary\/90 {
  background-color: rgb(244 184 17 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-primary\/95 {
  background-color: rgb(244 184 17 / 0.95) !important;
}

.group:hover .group-hover\:bg-brand-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/0 {
  background-color: rgb(255 204 0 / 0) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/10 {
  background-color: rgb(255 204 0 / 0.1) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/100 {
  background-color: rgb(255 204 0 / 1) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/15 {
  background-color: rgb(255 204 0 / 0.15) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/20 {
  background-color: rgb(255 204 0 / 0.2) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/25 {
  background-color: rgb(255 204 0 / 0.25) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/30 {
  background-color: rgb(255 204 0 / 0.3) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/35 {
  background-color: rgb(255 204 0 / 0.35) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/40 {
  background-color: rgb(255 204 0 / 0.4) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/45 {
  background-color: rgb(255 204 0 / 0.45) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/5 {
  background-color: rgb(255 204 0 / 0.05) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/50 {
  background-color: rgb(255 204 0 / 0.5) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/55 {
  background-color: rgb(255 204 0 / 0.55) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/60 {
  background-color: rgb(255 204 0 / 0.6) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/65 {
  background-color: rgb(255 204 0 / 0.65) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/70 {
  background-color: rgb(255 204 0 / 0.7) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/75 {
  background-color: rgb(255 204 0 / 0.75) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/80 {
  background-color: rgb(255 204 0 / 0.8) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/85 {
  background-color: rgb(255 204 0 / 0.85) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/90 {
  background-color: rgb(255 204 0 / 0.9) !important;
}

.group:hover .group-hover\:bg-brand-secondary\/95 {
  background-color: rgb(255 204 0 / 0.95) !important;
}

.group:hover .group-hover\:bg-earth {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-earth\/0 {
  background-color: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:bg-earth\/10 {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:bg-earth\/100 {
  background-color: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:bg-earth\/15 {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:bg-earth\/20 {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:bg-earth\/25 {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:bg-earth\/30 {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:bg-earth\/35 {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:bg-earth\/40 {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:bg-earth\/45 {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:bg-earth\/5 {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:bg-earth\/50 {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:bg-earth\/55 {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:bg-earth\/60 {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:bg-earth\/65 {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:bg-earth\/70 {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:bg-earth\/75 {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:bg-earth\/80 {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:bg-earth\/85 {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:bg-earth\/90 {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:bg-earth\/95 {
  background-color: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:bg-harvest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-harvest\/0 {
  background-color: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:bg-harvest\/10 {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:bg-harvest\/100 {
  background-color: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:bg-harvest\/15 {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:bg-harvest\/20 {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:bg-harvest\/25 {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:bg-harvest\/30 {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:bg-harvest\/35 {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:bg-harvest\/40 {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:bg-harvest\/45 {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:bg-harvest\/5 {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:bg-harvest\/50 {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:bg-harvest\/55 {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:bg-harvest\/60 {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:bg-harvest\/65 {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:bg-harvest\/70 {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:bg-harvest\/75 {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:bg-harvest\/80 {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:bg-harvest\/85 {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:bg-harvest\/90 {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:bg-harvest\/95 {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:bg-sprout {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-sprout\/0 {
  background-color: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:bg-sprout\/10 {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:bg-sprout\/100 {
  background-color: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:bg-sprout\/15 {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:bg-sprout\/20 {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:bg-sprout\/25 {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:bg-sprout\/30 {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:bg-sprout\/35 {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:bg-sprout\/40 {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:bg-sprout\/45 {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:bg-sprout\/5 {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:bg-sprout\/50 {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:bg-sprout\/55 {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:bg-sprout\/60 {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:bg-sprout\/65 {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:bg-sprout\/70 {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:bg-sprout\/75 {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:bg-sprout\/80 {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:bg-sprout\/85 {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:bg-sprout\/90 {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:bg-sprout\/95 {
  background-color: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:from-brand-dark {
  --tw-gradient-from: #2e2714 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/0 {
  --tw-gradient-from: rgb(46 39 20 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/10 {
  --tw-gradient-from: rgb(46 39 20 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/100 {
  --tw-gradient-from: rgb(46 39 20 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/15 {
  --tw-gradient-from: rgb(46 39 20 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/20 {
  --tw-gradient-from: rgb(46 39 20 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/25 {
  --tw-gradient-from: rgb(46 39 20 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/30 {
  --tw-gradient-from: rgb(46 39 20 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/35 {
  --tw-gradient-from: rgb(46 39 20 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/40 {
  --tw-gradient-from: rgb(46 39 20 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/45 {
  --tw-gradient-from: rgb(46 39 20 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/5 {
  --tw-gradient-from: rgb(46 39 20 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/50 {
  --tw-gradient-from: rgb(46 39 20 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/55 {
  --tw-gradient-from: rgb(46 39 20 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/60 {
  --tw-gradient-from: rgb(46 39 20 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/65 {
  --tw-gradient-from: rgb(46 39 20 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/70 {
  --tw-gradient-from: rgb(46 39 20 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/75 {
  --tw-gradient-from: rgb(46 39 20 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/80 {
  --tw-gradient-from: rgb(46 39 20 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/85 {
  --tw-gradient-from: rgb(46 39 20 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/90 {
  --tw-gradient-from: rgb(46 39 20 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-dark\/95 {
  --tw-gradient-from: rgb(46 39 20 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink {
  --tw-gradient-from: #212529 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/0 {
  --tw-gradient-from: rgb(33 37 41 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/10 {
  --tw-gradient-from: rgb(33 37 41 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/100 {
  --tw-gradient-from: rgb(33 37 41 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/15 {
  --tw-gradient-from: rgb(33 37 41 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/20 {
  --tw-gradient-from: rgb(33 37 41 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/25 {
  --tw-gradient-from: rgb(33 37 41 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/30 {
  --tw-gradient-from: rgb(33 37 41 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/35 {
  --tw-gradient-from: rgb(33 37 41 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/40 {
  --tw-gradient-from: rgb(33 37 41 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/45 {
  --tw-gradient-from: rgb(33 37 41 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/5 {
  --tw-gradient-from: rgb(33 37 41 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/50 {
  --tw-gradient-from: rgb(33 37 41 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/55 {
  --tw-gradient-from: rgb(33 37 41 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/60 {
  --tw-gradient-from: rgb(33 37 41 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/65 {
  --tw-gradient-from: rgb(33 37 41 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/70 {
  --tw-gradient-from: rgb(33 37 41 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/75 {
  --tw-gradient-from: rgb(33 37 41 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/80 {
  --tw-gradient-from: rgb(33 37 41 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/85 {
  --tw-gradient-from: rgb(33 37 41 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/90 {
  --tw-gradient-from: rgb(33 37 41 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-ink\/95 {
  --tw-gradient-from: rgb(33 37 41 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light {
  --tw-gradient-from: #f5f4f0 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/0 {
  --tw-gradient-from: rgb(245 244 240 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/10 {
  --tw-gradient-from: rgb(245 244 240 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/100 {
  --tw-gradient-from: rgb(245 244 240 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/15 {
  --tw-gradient-from: rgb(245 244 240 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/20 {
  --tw-gradient-from: rgb(245 244 240 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/25 {
  --tw-gradient-from: rgb(245 244 240 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/30 {
  --tw-gradient-from: rgb(245 244 240 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/35 {
  --tw-gradient-from: rgb(245 244 240 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/40 {
  --tw-gradient-from: rgb(245 244 240 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/45 {
  --tw-gradient-from: rgb(245 244 240 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/5 {
  --tw-gradient-from: rgb(245 244 240 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/50 {
  --tw-gradient-from: rgb(245 244 240 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/55 {
  --tw-gradient-from: rgb(245 244 240 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/60 {
  --tw-gradient-from: rgb(245 244 240 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/65 {
  --tw-gradient-from: rgb(245 244 240 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/70 {
  --tw-gradient-from: rgb(245 244 240 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/75 {
  --tw-gradient-from: rgb(245 244 240 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/80 {
  --tw-gradient-from: rgb(245 244 240 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/85 {
  --tw-gradient-from: rgb(245 244 240 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/90 {
  --tw-gradient-from: rgb(245 244 240 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-light\/95 {
  --tw-gradient-from: rgb(245 244 240 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link {
  --tw-gradient-from: #936e07 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover {
  --tw-gradient-from: #4a3703 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/0 {
  --tw-gradient-from: rgb(74 55 3 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/10 {
  --tw-gradient-from: rgb(74 55 3 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/100 {
  --tw-gradient-from: rgb(74 55 3 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/15 {
  --tw-gradient-from: rgb(74 55 3 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/20 {
  --tw-gradient-from: rgb(74 55 3 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/25 {
  --tw-gradient-from: rgb(74 55 3 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/30 {
  --tw-gradient-from: rgb(74 55 3 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/35 {
  --tw-gradient-from: rgb(74 55 3 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/40 {
  --tw-gradient-from: rgb(74 55 3 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/45 {
  --tw-gradient-from: rgb(74 55 3 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/5 {
  --tw-gradient-from: rgb(74 55 3 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/50 {
  --tw-gradient-from: rgb(74 55 3 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/55 {
  --tw-gradient-from: rgb(74 55 3 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/60 {
  --tw-gradient-from: rgb(74 55 3 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/65 {
  --tw-gradient-from: rgb(74 55 3 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/70 {
  --tw-gradient-from: rgb(74 55 3 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/75 {
  --tw-gradient-from: rgb(74 55 3 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/80 {
  --tw-gradient-from: rgb(74 55 3 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/85 {
  --tw-gradient-from: rgb(74 55 3 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/90 {
  --tw-gradient-from: rgb(74 55 3 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link-hover\/95 {
  --tw-gradient-from: rgb(74 55 3 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/0 {
  --tw-gradient-from: rgb(147 110 7 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/10 {
  --tw-gradient-from: rgb(147 110 7 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/100 {
  --tw-gradient-from: rgb(147 110 7 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/15 {
  --tw-gradient-from: rgb(147 110 7 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/20 {
  --tw-gradient-from: rgb(147 110 7 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/25 {
  --tw-gradient-from: rgb(147 110 7 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/30 {
  --tw-gradient-from: rgb(147 110 7 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/35 {
  --tw-gradient-from: rgb(147 110 7 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/40 {
  --tw-gradient-from: rgb(147 110 7 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/45 {
  --tw-gradient-from: rgb(147 110 7 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/5 {
  --tw-gradient-from: rgb(147 110 7 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/50 {
  --tw-gradient-from: rgb(147 110 7 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/55 {
  --tw-gradient-from: rgb(147 110 7 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/60 {
  --tw-gradient-from: rgb(147 110 7 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/65 {
  --tw-gradient-from: rgb(147 110 7 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/70 {
  --tw-gradient-from: rgb(147 110 7 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/75 {
  --tw-gradient-from: rgb(147 110 7 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/80 {
  --tw-gradient-from: rgb(147 110 7 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/85 {
  --tw-gradient-from: rgb(147 110 7 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/90 {
  --tw-gradient-from: rgb(147 110 7 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-link\/95 {
  --tw-gradient-from: rgb(147 110 7 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted {
  --tw-gradient-from: #6C757D var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/0 {
  --tw-gradient-from: rgb(108 117 125 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/10 {
  --tw-gradient-from: rgb(108 117 125 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/100 {
  --tw-gradient-from: rgb(108 117 125 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/15 {
  --tw-gradient-from: rgb(108 117 125 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/20 {
  --tw-gradient-from: rgb(108 117 125 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/25 {
  --tw-gradient-from: rgb(108 117 125 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/30 {
  --tw-gradient-from: rgb(108 117 125 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/35 {
  --tw-gradient-from: rgb(108 117 125 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/40 {
  --tw-gradient-from: rgb(108 117 125 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/45 {
  --tw-gradient-from: rgb(108 117 125 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/5 {
  --tw-gradient-from: rgb(108 117 125 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/50 {
  --tw-gradient-from: rgb(108 117 125 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/55 {
  --tw-gradient-from: rgb(108 117 125 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/60 {
  --tw-gradient-from: rgb(108 117 125 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/65 {
  --tw-gradient-from: rgb(108 117 125 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/70 {
  --tw-gradient-from: rgb(108 117 125 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/75 {
  --tw-gradient-from: rgb(108 117 125 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/80 {
  --tw-gradient-from: rgb(108 117 125 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/85 {
  --tw-gradient-from: rgb(108 117 125 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/90 {
  --tw-gradient-from: rgb(108 117 125 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-muted\/95 {
  --tw-gradient-from: rgb(108 117 125 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary {
  --tw-gradient-from: #F4B811 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/0 {
  --tw-gradient-from: rgb(244 184 17 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/10 {
  --tw-gradient-from: rgb(244 184 17 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/100 {
  --tw-gradient-from: rgb(244 184 17 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/15 {
  --tw-gradient-from: rgb(244 184 17 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/20 {
  --tw-gradient-from: rgb(244 184 17 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/25 {
  --tw-gradient-from: rgb(244 184 17 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/30 {
  --tw-gradient-from: rgb(244 184 17 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/35 {
  --tw-gradient-from: rgb(244 184 17 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/40 {
  --tw-gradient-from: rgb(244 184 17 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/45 {
  --tw-gradient-from: rgb(244 184 17 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/5 {
  --tw-gradient-from: rgb(244 184 17 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/50 {
  --tw-gradient-from: rgb(244 184 17 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/55 {
  --tw-gradient-from: rgb(244 184 17 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/60 {
  --tw-gradient-from: rgb(244 184 17 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/65 {
  --tw-gradient-from: rgb(244 184 17 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/70 {
  --tw-gradient-from: rgb(244 184 17 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/75 {
  --tw-gradient-from: rgb(244 184 17 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/80 {
  --tw-gradient-from: rgb(244 184 17 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/85 {
  --tw-gradient-from: rgb(244 184 17 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/90 {
  --tw-gradient-from: rgb(244 184 17 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-primary\/95 {
  --tw-gradient-from: rgb(244 184 17 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary {
  --tw-gradient-from: #FFCC00 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/0 {
  --tw-gradient-from: rgb(255 204 0 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/10 {
  --tw-gradient-from: rgb(255 204 0 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/100 {
  --tw-gradient-from: rgb(255 204 0 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/15 {
  --tw-gradient-from: rgb(255 204 0 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/20 {
  --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/25 {
  --tw-gradient-from: rgb(255 204 0 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/30 {
  --tw-gradient-from: rgb(255 204 0 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/35 {
  --tw-gradient-from: rgb(255 204 0 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/40 {
  --tw-gradient-from: rgb(255 204 0 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/45 {
  --tw-gradient-from: rgb(255 204 0 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/5 {
  --tw-gradient-from: rgb(255 204 0 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/50 {
  --tw-gradient-from: rgb(255 204 0 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/55 {
  --tw-gradient-from: rgb(255 204 0 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/60 {
  --tw-gradient-from: rgb(255 204 0 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/65 {
  --tw-gradient-from: rgb(255 204 0 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/70 {
  --tw-gradient-from: rgb(255 204 0 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/75 {
  --tw-gradient-from: rgb(255 204 0 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/80 {
  --tw-gradient-from: rgb(255 204 0 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/85 {
  --tw-gradient-from: rgb(255 204 0 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/90 {
  --tw-gradient-from: rgb(255 204 0 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-brand-secondary\/95 {
  --tw-gradient-from: rgb(255 204 0 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth {
  --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/0 {
  --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/10 {
  --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/100 {
  --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/15 {
  --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/20 {
  --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/25 {
  --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/30 {
  --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/35 {
  --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/40 {
  --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/45 {
  --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/5 {
  --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/50 {
  --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/55 {
  --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/60 {
  --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/65 {
  --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/70 {
  --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/75 {
  --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/80 {
  --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/85 {
  --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/90 {
  --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-earth\/95 {
  --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest {
  --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/0 {
  --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/10 {
  --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/100 {
  --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/15 {
  --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/20 {
  --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/25 {
  --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/30 {
  --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/35 {
  --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/40 {
  --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/45 {
  --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/5 {
  --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/50 {
  --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/55 {
  --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/60 {
  --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/65 {
  --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/70 {
  --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/75 {
  --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/80 {
  --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/85 {
  --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/90 {
  --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-harvest\/95 {
  --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout {
  --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/0 {
  --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/10 {
  --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/100 {
  --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/15 {
  --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/20 {
  --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/25 {
  --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/30 {
  --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/35 {
  --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/40 {
  --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/45 {
  --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/5 {
  --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/50 {
  --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/55 {
  --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/60 {
  --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/65 {
  --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/70 {
  --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/75 {
  --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/80 {
  --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/85 {
  --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/90 {
  --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:from-sprout\/95 {
  --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #2e2714 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/0 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/10 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/100 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/15 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/20 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/25 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/30 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/35 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/40 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/45 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/5 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/50 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/55 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/60 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/65 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/70 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/75 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/80 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/85 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/90 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-dark\/95 {
  --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #212529 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/0 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/10 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/100 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/15 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/20 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/25 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/30 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/35 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/40 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/45 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/5 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/50 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/55 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/60 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/65 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/70 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/75 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/80 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/85 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/90 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-ink\/95 {
  --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #f5f4f0 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/0 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/10 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/100 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/15 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/20 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/25 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/30 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/35 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/40 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/45 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/5 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/50 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/55 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/60 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/65 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/70 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/75 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/80 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/85 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/90 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-light\/95 {
  --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #936e07 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #4a3703 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/0 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/10 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/100 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/15 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/20 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/25 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/30 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/35 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/40 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/45 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/5 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/50 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/55 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/60 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/65 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/70 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/75 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/80 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/85 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/90 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link-hover\/95 {
  --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/0 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/10 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/100 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/15 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/20 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/25 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/30 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/35 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/40 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/45 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/5 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/50 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/55 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/60 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/65 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/70 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/75 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/80 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/85 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/90 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-link\/95 {
  --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #6C757D var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/0 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/10 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/100 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/15 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/20 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/25 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/30 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/35 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/40 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/45 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/5 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/50 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/55 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/60 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/65 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/70 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/75 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/80 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/85 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/90 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-muted\/95 {
  --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #F4B811 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/0 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/10 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/100 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/15 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/20 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/25 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/30 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/35 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/40 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/45 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/5 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/50 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/55 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/60 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/65 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/70 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/75 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/80 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/85 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/90 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-primary\/95 {
  --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #FFCC00 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/0 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/10 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/100 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/15 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/20 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/25 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/30 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/35 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/40 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/45 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/5 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/50 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/55 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/60 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/65 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/70 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/75 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/80 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/85 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/90 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-brand-secondary\/95 {
  --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #782e01 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/0 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/10 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/100 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/15 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/20 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/25 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/30 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/35 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/40 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/45 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/5 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/50 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/55 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/60 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/65 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/70 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/75 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/80 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/85 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/90 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-earth\/95 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #d78131 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/0 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/10 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/100 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/15 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/20 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/25 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/30 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/35 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/40 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/45 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/5 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/50 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/55 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/60 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/65 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/70 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/75 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/80 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/85 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/90 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-harvest\/95 {
  --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #c4d148 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/0 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/10 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/100 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/15 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/20 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/25 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/30 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/35 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/40 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/45 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/5 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/50 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/55 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/60 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/65 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/70 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/75 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/80 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/85 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/90 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:via-sprout\/95 {
  --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group:hover .group-hover\:to-brand-dark {
  --tw-gradient-to: #2e2714 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/0 {
  --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/10 {
  --tw-gradient-to: rgb(46 39 20 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/100 {
  --tw-gradient-to: rgb(46 39 20 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/15 {
  --tw-gradient-to: rgb(46 39 20 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/20 {
  --tw-gradient-to: rgb(46 39 20 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/25 {
  --tw-gradient-to: rgb(46 39 20 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/30 {
  --tw-gradient-to: rgb(46 39 20 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/35 {
  --tw-gradient-to: rgb(46 39 20 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/40 {
  --tw-gradient-to: rgb(46 39 20 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/45 {
  --tw-gradient-to: rgb(46 39 20 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/5 {
  --tw-gradient-to: rgb(46 39 20 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/50 {
  --tw-gradient-to: rgb(46 39 20 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/55 {
  --tw-gradient-to: rgb(46 39 20 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/60 {
  --tw-gradient-to: rgb(46 39 20 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/65 {
  --tw-gradient-to: rgb(46 39 20 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/70 {
  --tw-gradient-to: rgb(46 39 20 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/75 {
  --tw-gradient-to: rgb(46 39 20 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/80 {
  --tw-gradient-to: rgb(46 39 20 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/85 {
  --tw-gradient-to: rgb(46 39 20 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/90 {
  --tw-gradient-to: rgb(46 39 20 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-dark\/95 {
  --tw-gradient-to: rgb(46 39 20 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink {
  --tw-gradient-to: #212529 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/0 {
  --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/10 {
  --tw-gradient-to: rgb(33 37 41 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/100 {
  --tw-gradient-to: rgb(33 37 41 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/15 {
  --tw-gradient-to: rgb(33 37 41 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/20 {
  --tw-gradient-to: rgb(33 37 41 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/25 {
  --tw-gradient-to: rgb(33 37 41 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/30 {
  --tw-gradient-to: rgb(33 37 41 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/35 {
  --tw-gradient-to: rgb(33 37 41 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/40 {
  --tw-gradient-to: rgb(33 37 41 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/45 {
  --tw-gradient-to: rgb(33 37 41 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/5 {
  --tw-gradient-to: rgb(33 37 41 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/50 {
  --tw-gradient-to: rgb(33 37 41 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/55 {
  --tw-gradient-to: rgb(33 37 41 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/60 {
  --tw-gradient-to: rgb(33 37 41 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/65 {
  --tw-gradient-to: rgb(33 37 41 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/70 {
  --tw-gradient-to: rgb(33 37 41 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/75 {
  --tw-gradient-to: rgb(33 37 41 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/80 {
  --tw-gradient-to: rgb(33 37 41 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/85 {
  --tw-gradient-to: rgb(33 37 41 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/90 {
  --tw-gradient-to: rgb(33 37 41 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-ink\/95 {
  --tw-gradient-to: rgb(33 37 41 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light {
  --tw-gradient-to: #f5f4f0 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/0 {
  --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/10 {
  --tw-gradient-to: rgb(245 244 240 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/100 {
  --tw-gradient-to: rgb(245 244 240 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/15 {
  --tw-gradient-to: rgb(245 244 240 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/20 {
  --tw-gradient-to: rgb(245 244 240 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/25 {
  --tw-gradient-to: rgb(245 244 240 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/30 {
  --tw-gradient-to: rgb(245 244 240 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/35 {
  --tw-gradient-to: rgb(245 244 240 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/40 {
  --tw-gradient-to: rgb(245 244 240 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/45 {
  --tw-gradient-to: rgb(245 244 240 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/5 {
  --tw-gradient-to: rgb(245 244 240 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/50 {
  --tw-gradient-to: rgb(245 244 240 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/55 {
  --tw-gradient-to: rgb(245 244 240 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/60 {
  --tw-gradient-to: rgb(245 244 240 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/65 {
  --tw-gradient-to: rgb(245 244 240 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/70 {
  --tw-gradient-to: rgb(245 244 240 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/75 {
  --tw-gradient-to: rgb(245 244 240 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/80 {
  --tw-gradient-to: rgb(245 244 240 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/85 {
  --tw-gradient-to: rgb(245 244 240 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/90 {
  --tw-gradient-to: rgb(245 244 240 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-light\/95 {
  --tw-gradient-to: rgb(245 244 240 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link {
  --tw-gradient-to: #936e07 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover {
  --tw-gradient-to: #4a3703 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/0 {
  --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/10 {
  --tw-gradient-to: rgb(74 55 3 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/100 {
  --tw-gradient-to: rgb(74 55 3 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/15 {
  --tw-gradient-to: rgb(74 55 3 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/20 {
  --tw-gradient-to: rgb(74 55 3 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/25 {
  --tw-gradient-to: rgb(74 55 3 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/30 {
  --tw-gradient-to: rgb(74 55 3 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/35 {
  --tw-gradient-to: rgb(74 55 3 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/40 {
  --tw-gradient-to: rgb(74 55 3 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/45 {
  --tw-gradient-to: rgb(74 55 3 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/5 {
  --tw-gradient-to: rgb(74 55 3 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/50 {
  --tw-gradient-to: rgb(74 55 3 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/55 {
  --tw-gradient-to: rgb(74 55 3 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/60 {
  --tw-gradient-to: rgb(74 55 3 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/65 {
  --tw-gradient-to: rgb(74 55 3 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/70 {
  --tw-gradient-to: rgb(74 55 3 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/75 {
  --tw-gradient-to: rgb(74 55 3 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/80 {
  --tw-gradient-to: rgb(74 55 3 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/85 {
  --tw-gradient-to: rgb(74 55 3 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/90 {
  --tw-gradient-to: rgb(74 55 3 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link-hover\/95 {
  --tw-gradient-to: rgb(74 55 3 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/0 {
  --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/10 {
  --tw-gradient-to: rgb(147 110 7 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/100 {
  --tw-gradient-to: rgb(147 110 7 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/15 {
  --tw-gradient-to: rgb(147 110 7 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/20 {
  --tw-gradient-to: rgb(147 110 7 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/25 {
  --tw-gradient-to: rgb(147 110 7 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/30 {
  --tw-gradient-to: rgb(147 110 7 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/35 {
  --tw-gradient-to: rgb(147 110 7 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/40 {
  --tw-gradient-to: rgb(147 110 7 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/45 {
  --tw-gradient-to: rgb(147 110 7 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/5 {
  --tw-gradient-to: rgb(147 110 7 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/50 {
  --tw-gradient-to: rgb(147 110 7 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/55 {
  --tw-gradient-to: rgb(147 110 7 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/60 {
  --tw-gradient-to: rgb(147 110 7 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/65 {
  --tw-gradient-to: rgb(147 110 7 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/70 {
  --tw-gradient-to: rgb(147 110 7 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/75 {
  --tw-gradient-to: rgb(147 110 7 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/80 {
  --tw-gradient-to: rgb(147 110 7 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/85 {
  --tw-gradient-to: rgb(147 110 7 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/90 {
  --tw-gradient-to: rgb(147 110 7 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-link\/95 {
  --tw-gradient-to: rgb(147 110 7 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted {
  --tw-gradient-to: #6C757D var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/0 {
  --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/10 {
  --tw-gradient-to: rgb(108 117 125 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/100 {
  --tw-gradient-to: rgb(108 117 125 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/15 {
  --tw-gradient-to: rgb(108 117 125 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/20 {
  --tw-gradient-to: rgb(108 117 125 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/25 {
  --tw-gradient-to: rgb(108 117 125 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/30 {
  --tw-gradient-to: rgb(108 117 125 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/35 {
  --tw-gradient-to: rgb(108 117 125 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/40 {
  --tw-gradient-to: rgb(108 117 125 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/45 {
  --tw-gradient-to: rgb(108 117 125 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/5 {
  --tw-gradient-to: rgb(108 117 125 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/50 {
  --tw-gradient-to: rgb(108 117 125 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/55 {
  --tw-gradient-to: rgb(108 117 125 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/60 {
  --tw-gradient-to: rgb(108 117 125 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/65 {
  --tw-gradient-to: rgb(108 117 125 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/70 {
  --tw-gradient-to: rgb(108 117 125 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/75 {
  --tw-gradient-to: rgb(108 117 125 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/80 {
  --tw-gradient-to: rgb(108 117 125 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/85 {
  --tw-gradient-to: rgb(108 117 125 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/90 {
  --tw-gradient-to: rgb(108 117 125 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-muted\/95 {
  --tw-gradient-to: rgb(108 117 125 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary {
  --tw-gradient-to: #F4B811 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/0 {
  --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/10 {
  --tw-gradient-to: rgb(244 184 17 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/100 {
  --tw-gradient-to: rgb(244 184 17 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/15 {
  --tw-gradient-to: rgb(244 184 17 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/20 {
  --tw-gradient-to: rgb(244 184 17 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/25 {
  --tw-gradient-to: rgb(244 184 17 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/30 {
  --tw-gradient-to: rgb(244 184 17 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/35 {
  --tw-gradient-to: rgb(244 184 17 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/40 {
  --tw-gradient-to: rgb(244 184 17 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/45 {
  --tw-gradient-to: rgb(244 184 17 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/5 {
  --tw-gradient-to: rgb(244 184 17 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/50 {
  --tw-gradient-to: rgb(244 184 17 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/55 {
  --tw-gradient-to: rgb(244 184 17 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/60 {
  --tw-gradient-to: rgb(244 184 17 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/65 {
  --tw-gradient-to: rgb(244 184 17 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/70 {
  --tw-gradient-to: rgb(244 184 17 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/75 {
  --tw-gradient-to: rgb(244 184 17 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/80 {
  --tw-gradient-to: rgb(244 184 17 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/85 {
  --tw-gradient-to: rgb(244 184 17 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/90 {
  --tw-gradient-to: rgb(244 184 17 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-primary\/95 {
  --tw-gradient-to: rgb(244 184 17 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary {
  --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/0 {
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/10 {
  --tw-gradient-to: rgb(255 204 0 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/100 {
  --tw-gradient-to: rgb(255 204 0 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/15 {
  --tw-gradient-to: rgb(255 204 0 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/20 {
  --tw-gradient-to: rgb(255 204 0 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/25 {
  --tw-gradient-to: rgb(255 204 0 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/30 {
  --tw-gradient-to: rgb(255 204 0 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/35 {
  --tw-gradient-to: rgb(255 204 0 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/40 {
  --tw-gradient-to: rgb(255 204 0 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/45 {
  --tw-gradient-to: rgb(255 204 0 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/5 {
  --tw-gradient-to: rgb(255 204 0 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/50 {
  --tw-gradient-to: rgb(255 204 0 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/55 {
  --tw-gradient-to: rgb(255 204 0 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/60 {
  --tw-gradient-to: rgb(255 204 0 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/65 {
  --tw-gradient-to: rgb(255 204 0 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/70 {
  --tw-gradient-to: rgb(255 204 0 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/75 {
  --tw-gradient-to: rgb(255 204 0 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/80 {
  --tw-gradient-to: rgb(255 204 0 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/85 {
  --tw-gradient-to: rgb(255 204 0 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/90 {
  --tw-gradient-to: rgb(255 204 0 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-brand-secondary\/95 {
  --tw-gradient-to: rgb(255 204 0 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth {
  --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/0 {
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/10 {
  --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/100 {
  --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/15 {
  --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/20 {
  --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/25 {
  --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/30 {
  --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/35 {
  --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/40 {
  --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/45 {
  --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/5 {
  --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/50 {
  --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/55 {
  --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/60 {
  --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/65 {
  --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/70 {
  --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/75 {
  --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/80 {
  --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/85 {
  --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/90 {
  --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-earth\/95 {
  --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest {
  --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/0 {
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/10 {
  --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/100 {
  --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/15 {
  --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/20 {
  --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/25 {
  --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/30 {
  --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/35 {
  --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/40 {
  --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/45 {
  --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/5 {
  --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/50 {
  --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/55 {
  --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/60 {
  --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/65 {
  --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/70 {
  --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/75 {
  --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/80 {
  --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/85 {
  --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/90 {
  --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-harvest\/95 {
  --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout {
  --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/0 {
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/10 {
  --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/100 {
  --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/15 {
  --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/20 {
  --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/25 {
  --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/30 {
  --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/35 {
  --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/40 {
  --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/45 {
  --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/5 {
  --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/50 {
  --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/55 {
  --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/60 {
  --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/65 {
  --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/70 {
  --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/75 {
  --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/80 {
  --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/85 {
  --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/90 {
  --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:to-sprout\/95 {
  --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
}

.group:hover .group-hover\:fill-brand-dark {
  fill: #2e2714 !important;
}

.group:hover .group-hover\:fill-brand-dark\/0 {
  fill: rgb(46 39 20 / 0) !important;
}

.group:hover .group-hover\:fill-brand-dark\/10 {
  fill: rgb(46 39 20 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-dark\/100 {
  fill: rgb(46 39 20 / 1) !important;
}

.group:hover .group-hover\:fill-brand-dark\/15 {
  fill: rgb(46 39 20 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-dark\/20 {
  fill: rgb(46 39 20 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-dark\/25 {
  fill: rgb(46 39 20 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-dark\/30 {
  fill: rgb(46 39 20 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-dark\/35 {
  fill: rgb(46 39 20 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-dark\/40 {
  fill: rgb(46 39 20 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-dark\/45 {
  fill: rgb(46 39 20 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-dark\/5 {
  fill: rgb(46 39 20 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-dark\/50 {
  fill: rgb(46 39 20 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-dark\/55 {
  fill: rgb(46 39 20 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-dark\/60 {
  fill: rgb(46 39 20 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-dark\/65 {
  fill: rgb(46 39 20 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-dark\/70 {
  fill: rgb(46 39 20 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-dark\/75 {
  fill: rgb(46 39 20 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-dark\/80 {
  fill: rgb(46 39 20 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-dark\/85 {
  fill: rgb(46 39 20 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-dark\/90 {
  fill: rgb(46 39 20 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-dark\/95 {
  fill: rgb(46 39 20 / 0.95) !important;
}

.group:hover .group-hover\:fill-brand-ink {
  fill: #212529 !important;
}

.group:hover .group-hover\:fill-brand-ink\/0 {
  fill: rgb(33 37 41 / 0) !important;
}

.group:hover .group-hover\:fill-brand-ink\/10 {
  fill: rgb(33 37 41 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-ink\/100 {
  fill: rgb(33 37 41 / 1) !important;
}

.group:hover .group-hover\:fill-brand-ink\/15 {
  fill: rgb(33 37 41 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-ink\/20 {
  fill: rgb(33 37 41 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-ink\/25 {
  fill: rgb(33 37 41 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-ink\/30 {
  fill: rgb(33 37 41 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-ink\/35 {
  fill: rgb(33 37 41 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-ink\/40 {
  fill: rgb(33 37 41 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-ink\/45 {
  fill: rgb(33 37 41 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-ink\/5 {
  fill: rgb(33 37 41 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-ink\/50 {
  fill: rgb(33 37 41 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-ink\/55 {
  fill: rgb(33 37 41 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-ink\/60 {
  fill: rgb(33 37 41 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-ink\/65 {
  fill: rgb(33 37 41 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-ink\/70 {
  fill: rgb(33 37 41 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-ink\/75 {
  fill: rgb(33 37 41 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-ink\/80 {
  fill: rgb(33 37 41 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-ink\/85 {
  fill: rgb(33 37 41 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-ink\/90 {
  fill: rgb(33 37 41 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-ink\/95 {
  fill: rgb(33 37 41 / 0.95) !important;
}

.group:hover .group-hover\:fill-brand-light {
  fill: #f5f4f0 !important;
}

.group:hover .group-hover\:fill-brand-light\/0 {
  fill: rgb(245 244 240 / 0) !important;
}

.group:hover .group-hover\:fill-brand-light\/10 {
  fill: rgb(245 244 240 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-light\/100 {
  fill: rgb(245 244 240 / 1) !important;
}

.group:hover .group-hover\:fill-brand-light\/15 {
  fill: rgb(245 244 240 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-light\/20 {
  fill: rgb(245 244 240 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-light\/25 {
  fill: rgb(245 244 240 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-light\/30 {
  fill: rgb(245 244 240 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-light\/35 {
  fill: rgb(245 244 240 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-light\/40 {
  fill: rgb(245 244 240 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-light\/45 {
  fill: rgb(245 244 240 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-light\/5 {
  fill: rgb(245 244 240 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-light\/50 {
  fill: rgb(245 244 240 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-light\/55 {
  fill: rgb(245 244 240 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-light\/60 {
  fill: rgb(245 244 240 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-light\/65 {
  fill: rgb(245 244 240 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-light\/70 {
  fill: rgb(245 244 240 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-light\/75 {
  fill: rgb(245 244 240 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-light\/80 {
  fill: rgb(245 244 240 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-light\/85 {
  fill: rgb(245 244 240 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-light\/90 {
  fill: rgb(245 244 240 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-light\/95 {
  fill: rgb(245 244 240 / 0.95) !important;
}

.group:hover .group-hover\:fill-brand-link {
  fill: #936e07 !important;
}

.group:hover .group-hover\:fill-brand-link-hover {
  fill: #4a3703 !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/0 {
  fill: rgb(74 55 3 / 0) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/10 {
  fill: rgb(74 55 3 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/100 {
  fill: rgb(74 55 3 / 1) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/15 {
  fill: rgb(74 55 3 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/20 {
  fill: rgb(74 55 3 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/25 {
  fill: rgb(74 55 3 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/30 {
  fill: rgb(74 55 3 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/35 {
  fill: rgb(74 55 3 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/40 {
  fill: rgb(74 55 3 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/45 {
  fill: rgb(74 55 3 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/5 {
  fill: rgb(74 55 3 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/50 {
  fill: rgb(74 55 3 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/55 {
  fill: rgb(74 55 3 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/60 {
  fill: rgb(74 55 3 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/65 {
  fill: rgb(74 55 3 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/70 {
  fill: rgb(74 55 3 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/75 {
  fill: rgb(74 55 3 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/80 {
  fill: rgb(74 55 3 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/85 {
  fill: rgb(74 55 3 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/90 {
  fill: rgb(74 55 3 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-link-hover\/95 {
  fill: rgb(74 55 3 / 0.95) !important;
}

.group:hover .group-hover\:fill-brand-link\/0 {
  fill: rgb(147 110 7 / 0) !important;
}

.group:hover .group-hover\:fill-brand-link\/10 {
  fill: rgb(147 110 7 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-link\/100 {
  fill: rgb(147 110 7 / 1) !important;
}

.group:hover .group-hover\:fill-brand-link\/15 {
  fill: rgb(147 110 7 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-link\/20 {
  fill: rgb(147 110 7 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-link\/25 {
  fill: rgb(147 110 7 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-link\/30 {
  fill: rgb(147 110 7 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-link\/35 {
  fill: rgb(147 110 7 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-link\/40 {
  fill: rgb(147 110 7 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-link\/45 {
  fill: rgb(147 110 7 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-link\/5 {
  fill: rgb(147 110 7 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-link\/50 {
  fill: rgb(147 110 7 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-link\/55 {
  fill: rgb(147 110 7 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-link\/60 {
  fill: rgb(147 110 7 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-link\/65 {
  fill: rgb(147 110 7 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-link\/70 {
  fill: rgb(147 110 7 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-link\/75 {
  fill: rgb(147 110 7 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-link\/80 {
  fill: rgb(147 110 7 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-link\/85 {
  fill: rgb(147 110 7 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-link\/90 {
  fill: rgb(147 110 7 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-link\/95 {
  fill: rgb(147 110 7 / 0.95) !important;
}

.group:hover .group-hover\:fill-brand-muted {
  fill: #6C757D !important;
}

.group:hover .group-hover\:fill-brand-muted\/0 {
  fill: rgb(108 117 125 / 0) !important;
}

.group:hover .group-hover\:fill-brand-muted\/10 {
  fill: rgb(108 117 125 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-muted\/100 {
  fill: rgb(108 117 125 / 1) !important;
}

.group:hover .group-hover\:fill-brand-muted\/15 {
  fill: rgb(108 117 125 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-muted\/20 {
  fill: rgb(108 117 125 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-muted\/25 {
  fill: rgb(108 117 125 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-muted\/30 {
  fill: rgb(108 117 125 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-muted\/35 {
  fill: rgb(108 117 125 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-muted\/40 {
  fill: rgb(108 117 125 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-muted\/45 {
  fill: rgb(108 117 125 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-muted\/5 {
  fill: rgb(108 117 125 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-muted\/50 {
  fill: rgb(108 117 125 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-muted\/55 {
  fill: rgb(108 117 125 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-muted\/60 {
  fill: rgb(108 117 125 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-muted\/65 {
  fill: rgb(108 117 125 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-muted\/70 {
  fill: rgb(108 117 125 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-muted\/75 {
  fill: rgb(108 117 125 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-muted\/80 {
  fill: rgb(108 117 125 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-muted\/85 {
  fill: rgb(108 117 125 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-muted\/90 {
  fill: rgb(108 117 125 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-muted\/95 {
  fill: rgb(108 117 125 / 0.95) !important;
}

.group:hover .group-hover\:fill-brand-primary {
  fill: #F4B811 !important;
}

.group:hover .group-hover\:fill-brand-primary\/0 {
  fill: rgb(244 184 17 / 0) !important;
}

.group:hover .group-hover\:fill-brand-primary\/10 {
  fill: rgb(244 184 17 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-primary\/100 {
  fill: rgb(244 184 17 / 1) !important;
}

.group:hover .group-hover\:fill-brand-primary\/15 {
  fill: rgb(244 184 17 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-primary\/20 {
  fill: rgb(244 184 17 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-primary\/25 {
  fill: rgb(244 184 17 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-primary\/30 {
  fill: rgb(244 184 17 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-primary\/35 {
  fill: rgb(244 184 17 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-primary\/40 {
  fill: rgb(244 184 17 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-primary\/45 {
  fill: rgb(244 184 17 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-primary\/5 {
  fill: rgb(244 184 17 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-primary\/50 {
  fill: rgb(244 184 17 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-primary\/55 {
  fill: rgb(244 184 17 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-primary\/60 {
  fill: rgb(244 184 17 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-primary\/65 {
  fill: rgb(244 184 17 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-primary\/70 {
  fill: rgb(244 184 17 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-primary\/75 {
  fill: rgb(244 184 17 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-primary\/80 {
  fill: rgb(244 184 17 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-primary\/85 {
  fill: rgb(244 184 17 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-primary\/90 {
  fill: rgb(244 184 17 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-primary\/95 {
  fill: rgb(244 184 17 / 0.95) !important;
}

.group:hover .group-hover\:fill-brand-secondary {
  fill: #FFCC00 !important;
}

.group:hover .group-hover\:fill-brand-secondary\/0 {
  fill: rgb(255 204 0 / 0) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/10 {
  fill: rgb(255 204 0 / 0.1) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/100 {
  fill: rgb(255 204 0 / 1) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/15 {
  fill: rgb(255 204 0 / 0.15) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/20 {
  fill: rgb(255 204 0 / 0.2) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/25 {
  fill: rgb(255 204 0 / 0.25) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/30 {
  fill: rgb(255 204 0 / 0.3) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/35 {
  fill: rgb(255 204 0 / 0.35) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/40 {
  fill: rgb(255 204 0 / 0.4) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/45 {
  fill: rgb(255 204 0 / 0.45) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/5 {
  fill: rgb(255 204 0 / 0.05) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/50 {
  fill: rgb(255 204 0 / 0.5) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/55 {
  fill: rgb(255 204 0 / 0.55) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/60 {
  fill: rgb(255 204 0 / 0.6) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/65 {
  fill: rgb(255 204 0 / 0.65) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/70 {
  fill: rgb(255 204 0 / 0.7) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/75 {
  fill: rgb(255 204 0 / 0.75) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/80 {
  fill: rgb(255 204 0 / 0.8) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/85 {
  fill: rgb(255 204 0 / 0.85) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/90 {
  fill: rgb(255 204 0 / 0.9) !important;
}

.group:hover .group-hover\:fill-brand-secondary\/95 {
  fill: rgb(255 204 0 / 0.95) !important;
}

.group:hover .group-hover\:fill-earth {
  fill: #782e01 !important;
}

.group:hover .group-hover\:fill-earth\/0 {
  fill: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:fill-earth\/10 {
  fill: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:fill-earth\/100 {
  fill: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:fill-earth\/15 {
  fill: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:fill-earth\/20 {
  fill: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:fill-earth\/25 {
  fill: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:fill-earth\/30 {
  fill: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:fill-earth\/35 {
  fill: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:fill-earth\/40 {
  fill: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:fill-earth\/45 {
  fill: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:fill-earth\/5 {
  fill: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:fill-earth\/50 {
  fill: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:fill-earth\/55 {
  fill: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:fill-earth\/60 {
  fill: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:fill-earth\/65 {
  fill: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:fill-earth\/70 {
  fill: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:fill-earth\/75 {
  fill: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:fill-earth\/80 {
  fill: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:fill-earth\/85 {
  fill: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:fill-earth\/90 {
  fill: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:fill-earth\/95 {
  fill: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:fill-harvest {
  fill: #d78131 !important;
}

.group:hover .group-hover\:fill-harvest\/0 {
  fill: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:fill-harvest\/10 {
  fill: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:fill-harvest\/100 {
  fill: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:fill-harvest\/15 {
  fill: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:fill-harvest\/20 {
  fill: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:fill-harvest\/25 {
  fill: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:fill-harvest\/30 {
  fill: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:fill-harvest\/35 {
  fill: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:fill-harvest\/40 {
  fill: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:fill-harvest\/45 {
  fill: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:fill-harvest\/5 {
  fill: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:fill-harvest\/50 {
  fill: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:fill-harvest\/55 {
  fill: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:fill-harvest\/60 {
  fill: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:fill-harvest\/65 {
  fill: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:fill-harvest\/70 {
  fill: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:fill-harvest\/75 {
  fill: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:fill-harvest\/80 {
  fill: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:fill-harvest\/85 {
  fill: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:fill-harvest\/90 {
  fill: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:fill-harvest\/95 {
  fill: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:fill-sprout {
  fill: #c4d148 !important;
}

.group:hover .group-hover\:fill-sprout\/0 {
  fill: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:fill-sprout\/10 {
  fill: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:fill-sprout\/100 {
  fill: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:fill-sprout\/15 {
  fill: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:fill-sprout\/20 {
  fill: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:fill-sprout\/25 {
  fill: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:fill-sprout\/30 {
  fill: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:fill-sprout\/35 {
  fill: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:fill-sprout\/40 {
  fill: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:fill-sprout\/45 {
  fill: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:fill-sprout\/5 {
  fill: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:fill-sprout\/50 {
  fill: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:fill-sprout\/55 {
  fill: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:fill-sprout\/60 {
  fill: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:fill-sprout\/65 {
  fill: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:fill-sprout\/70 {
  fill: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:fill-sprout\/75 {
  fill: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:fill-sprout\/80 {
  fill: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:fill-sprout\/85 {
  fill: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:fill-sprout\/90 {
  fill: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:fill-sprout\/95 {
  fill: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-dark {
  stroke: #2e2714 !important;
}

.group:hover .group-hover\:stroke-brand-dark\/0 {
  stroke: rgb(46 39 20 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/10 {
  stroke: rgb(46 39 20 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/100 {
  stroke: rgb(46 39 20 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/15 {
  stroke: rgb(46 39 20 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/20 {
  stroke: rgb(46 39 20 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/25 {
  stroke: rgb(46 39 20 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/30 {
  stroke: rgb(46 39 20 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/35 {
  stroke: rgb(46 39 20 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/40 {
  stroke: rgb(46 39 20 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/45 {
  stroke: rgb(46 39 20 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/5 {
  stroke: rgb(46 39 20 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/50 {
  stroke: rgb(46 39 20 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/55 {
  stroke: rgb(46 39 20 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/60 {
  stroke: rgb(46 39 20 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/65 {
  stroke: rgb(46 39 20 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/70 {
  stroke: rgb(46 39 20 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/75 {
  stroke: rgb(46 39 20 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/80 {
  stroke: rgb(46 39 20 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/85 {
  stroke: rgb(46 39 20 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/90 {
  stroke: rgb(46 39 20 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-dark\/95 {
  stroke: rgb(46 39 20 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-ink {
  stroke: #212529 !important;
}

.group:hover .group-hover\:stroke-brand-ink\/0 {
  stroke: rgb(33 37 41 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/10 {
  stroke: rgb(33 37 41 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/100 {
  stroke: rgb(33 37 41 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/15 {
  stroke: rgb(33 37 41 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/20 {
  stroke: rgb(33 37 41 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/25 {
  stroke: rgb(33 37 41 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/30 {
  stroke: rgb(33 37 41 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/35 {
  stroke: rgb(33 37 41 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/40 {
  stroke: rgb(33 37 41 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/45 {
  stroke: rgb(33 37 41 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/5 {
  stroke: rgb(33 37 41 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/50 {
  stroke: rgb(33 37 41 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/55 {
  stroke: rgb(33 37 41 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/60 {
  stroke: rgb(33 37 41 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/65 {
  stroke: rgb(33 37 41 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/70 {
  stroke: rgb(33 37 41 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/75 {
  stroke: rgb(33 37 41 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/80 {
  stroke: rgb(33 37 41 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/85 {
  stroke: rgb(33 37 41 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/90 {
  stroke: rgb(33 37 41 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-ink\/95 {
  stroke: rgb(33 37 41 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-light {
  stroke: #f5f4f0 !important;
}

.group:hover .group-hover\:stroke-brand-light\/0 {
  stroke: rgb(245 244 240 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-light\/10 {
  stroke: rgb(245 244 240 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-light\/100 {
  stroke: rgb(245 244 240 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-light\/15 {
  stroke: rgb(245 244 240 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-light\/20 {
  stroke: rgb(245 244 240 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-light\/25 {
  stroke: rgb(245 244 240 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-light\/30 {
  stroke: rgb(245 244 240 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-light\/35 {
  stroke: rgb(245 244 240 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-light\/40 {
  stroke: rgb(245 244 240 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-light\/45 {
  stroke: rgb(245 244 240 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-light\/5 {
  stroke: rgb(245 244 240 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-light\/50 {
  stroke: rgb(245 244 240 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-light\/55 {
  stroke: rgb(245 244 240 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-light\/60 {
  stroke: rgb(245 244 240 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-light\/65 {
  stroke: rgb(245 244 240 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-light\/70 {
  stroke: rgb(245 244 240 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-light\/75 {
  stroke: rgb(245 244 240 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-light\/80 {
  stroke: rgb(245 244 240 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-light\/85 {
  stroke: rgb(245 244 240 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-light\/90 {
  stroke: rgb(245 244 240 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-light\/95 {
  stroke: rgb(245 244 240 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-link {
  stroke: #936e07 !important;
}

.group:hover .group-hover\:stroke-brand-link-hover {
  stroke: #4a3703 !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/0 {
  stroke: rgb(74 55 3 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/10 {
  stroke: rgb(74 55 3 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/100 {
  stroke: rgb(74 55 3 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/15 {
  stroke: rgb(74 55 3 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/20 {
  stroke: rgb(74 55 3 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/25 {
  stroke: rgb(74 55 3 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/30 {
  stroke: rgb(74 55 3 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/35 {
  stroke: rgb(74 55 3 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/40 {
  stroke: rgb(74 55 3 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/45 {
  stroke: rgb(74 55 3 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/5 {
  stroke: rgb(74 55 3 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/50 {
  stroke: rgb(74 55 3 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/55 {
  stroke: rgb(74 55 3 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/60 {
  stroke: rgb(74 55 3 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/65 {
  stroke: rgb(74 55 3 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/70 {
  stroke: rgb(74 55 3 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/75 {
  stroke: rgb(74 55 3 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/80 {
  stroke: rgb(74 55 3 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/85 {
  stroke: rgb(74 55 3 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/90 {
  stroke: rgb(74 55 3 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-link-hover\/95 {
  stroke: rgb(74 55 3 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-link\/0 {
  stroke: rgb(147 110 7 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-link\/10 {
  stroke: rgb(147 110 7 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-link\/100 {
  stroke: rgb(147 110 7 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-link\/15 {
  stroke: rgb(147 110 7 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-link\/20 {
  stroke: rgb(147 110 7 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-link\/25 {
  stroke: rgb(147 110 7 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-link\/30 {
  stroke: rgb(147 110 7 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-link\/35 {
  stroke: rgb(147 110 7 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-link\/40 {
  stroke: rgb(147 110 7 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-link\/45 {
  stroke: rgb(147 110 7 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-link\/5 {
  stroke: rgb(147 110 7 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-link\/50 {
  stroke: rgb(147 110 7 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-link\/55 {
  stroke: rgb(147 110 7 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-link\/60 {
  stroke: rgb(147 110 7 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-link\/65 {
  stroke: rgb(147 110 7 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-link\/70 {
  stroke: rgb(147 110 7 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-link\/75 {
  stroke: rgb(147 110 7 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-link\/80 {
  stroke: rgb(147 110 7 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-link\/85 {
  stroke: rgb(147 110 7 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-link\/90 {
  stroke: rgb(147 110 7 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-link\/95 {
  stroke: rgb(147 110 7 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-muted {
  stroke: #6C757D !important;
}

.group:hover .group-hover\:stroke-brand-muted\/0 {
  stroke: rgb(108 117 125 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/10 {
  stroke: rgb(108 117 125 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/100 {
  stroke: rgb(108 117 125 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/15 {
  stroke: rgb(108 117 125 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/20 {
  stroke: rgb(108 117 125 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/25 {
  stroke: rgb(108 117 125 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/30 {
  stroke: rgb(108 117 125 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/35 {
  stroke: rgb(108 117 125 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/40 {
  stroke: rgb(108 117 125 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/45 {
  stroke: rgb(108 117 125 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/5 {
  stroke: rgb(108 117 125 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/50 {
  stroke: rgb(108 117 125 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/55 {
  stroke: rgb(108 117 125 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/60 {
  stroke: rgb(108 117 125 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/65 {
  stroke: rgb(108 117 125 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/70 {
  stroke: rgb(108 117 125 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/75 {
  stroke: rgb(108 117 125 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/80 {
  stroke: rgb(108 117 125 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/85 {
  stroke: rgb(108 117 125 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/90 {
  stroke: rgb(108 117 125 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-muted\/95 {
  stroke: rgb(108 117 125 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-primary {
  stroke: #F4B811 !important;
}

.group:hover .group-hover\:stroke-brand-primary\/0 {
  stroke: rgb(244 184 17 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/10 {
  stroke: rgb(244 184 17 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/100 {
  stroke: rgb(244 184 17 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/15 {
  stroke: rgb(244 184 17 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/20 {
  stroke: rgb(244 184 17 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/25 {
  stroke: rgb(244 184 17 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/30 {
  stroke: rgb(244 184 17 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/35 {
  stroke: rgb(244 184 17 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/40 {
  stroke: rgb(244 184 17 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/45 {
  stroke: rgb(244 184 17 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/5 {
  stroke: rgb(244 184 17 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/50 {
  stroke: rgb(244 184 17 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/55 {
  stroke: rgb(244 184 17 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/60 {
  stroke: rgb(244 184 17 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/65 {
  stroke: rgb(244 184 17 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/70 {
  stroke: rgb(244 184 17 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/75 {
  stroke: rgb(244 184 17 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/80 {
  stroke: rgb(244 184 17 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/85 {
  stroke: rgb(244 184 17 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/90 {
  stroke: rgb(244 184 17 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-primary\/95 {
  stroke: rgb(244 184 17 / 0.95) !important;
}

.group:hover .group-hover\:stroke-brand-secondary {
  stroke: #FFCC00 !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/0 {
  stroke: rgb(255 204 0 / 0) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/10 {
  stroke: rgb(255 204 0 / 0.1) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/100 {
  stroke: rgb(255 204 0 / 1) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/15 {
  stroke: rgb(255 204 0 / 0.15) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/20 {
  stroke: rgb(255 204 0 / 0.2) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/25 {
  stroke: rgb(255 204 0 / 0.25) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/30 {
  stroke: rgb(255 204 0 / 0.3) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/35 {
  stroke: rgb(255 204 0 / 0.35) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/40 {
  stroke: rgb(255 204 0 / 0.4) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/45 {
  stroke: rgb(255 204 0 / 0.45) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/5 {
  stroke: rgb(255 204 0 / 0.05) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/50 {
  stroke: rgb(255 204 0 / 0.5) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/55 {
  stroke: rgb(255 204 0 / 0.55) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/60 {
  stroke: rgb(255 204 0 / 0.6) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/65 {
  stroke: rgb(255 204 0 / 0.65) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/70 {
  stroke: rgb(255 204 0 / 0.7) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/75 {
  stroke: rgb(255 204 0 / 0.75) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/80 {
  stroke: rgb(255 204 0 / 0.8) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/85 {
  stroke: rgb(255 204 0 / 0.85) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/90 {
  stroke: rgb(255 204 0 / 0.9) !important;
}

.group:hover .group-hover\:stroke-brand-secondary\/95 {
  stroke: rgb(255 204 0 / 0.95) !important;
}

.group:hover .group-hover\:stroke-earth {
  stroke: #782e01 !important;
}

.group:hover .group-hover\:stroke-earth\/0 {
  stroke: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:stroke-earth\/10 {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:stroke-earth\/100 {
  stroke: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:stroke-earth\/15 {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:stroke-earth\/20 {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:stroke-earth\/25 {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:stroke-earth\/30 {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:stroke-earth\/35 {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:stroke-earth\/40 {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:stroke-earth\/45 {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:stroke-earth\/5 {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:stroke-earth\/50 {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:stroke-earth\/55 {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:stroke-earth\/60 {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:stroke-earth\/65 {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:stroke-earth\/70 {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:stroke-earth\/75 {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:stroke-earth\/80 {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:stroke-earth\/85 {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:stroke-earth\/90 {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:stroke-earth\/95 {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:stroke-harvest {
  stroke: #d78131 !important;
}

.group:hover .group-hover\:stroke-harvest\/0 {
  stroke: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:stroke-harvest\/10 {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:stroke-harvest\/100 {
  stroke: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:stroke-harvest\/15 {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:stroke-harvest\/20 {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:stroke-harvest\/25 {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:stroke-harvest\/30 {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:stroke-harvest\/35 {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:stroke-harvest\/40 {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:stroke-harvest\/45 {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:stroke-harvest\/5 {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:stroke-harvest\/50 {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:stroke-harvest\/55 {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:stroke-harvest\/60 {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:stroke-harvest\/65 {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:stroke-harvest\/70 {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:stroke-harvest\/75 {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:stroke-harvest\/80 {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:stroke-harvest\/85 {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:stroke-harvest\/90 {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:stroke-harvest\/95 {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:stroke-sprout {
  stroke: #c4d148 !important;
}

.group:hover .group-hover\:stroke-sprout\/0 {
  stroke: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:stroke-sprout\/10 {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:stroke-sprout\/100 {
  stroke: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:stroke-sprout\/15 {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:stroke-sprout\/20 {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:stroke-sprout\/25 {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:stroke-sprout\/30 {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:stroke-sprout\/35 {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:stroke-sprout\/40 {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:stroke-sprout\/45 {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:stroke-sprout\/5 {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:stroke-sprout\/50 {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:stroke-sprout\/55 {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:stroke-sprout\/60 {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:stroke-sprout\/65 {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:stroke-sprout\/70 {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:stroke-sprout\/75 {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:stroke-sprout\/80 {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:stroke-sprout\/85 {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:stroke-sprout\/90 {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:stroke-sprout\/95 {
  stroke: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(46 39 20 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-dark\/0 {
  color: rgb(46 39 20 / 0) !important;
}

.group:hover .group-hover\:text-brand-dark\/10 {
  color: rgb(46 39 20 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-dark\/100 {
  color: rgb(46 39 20 / 1) !important;
}

.group:hover .group-hover\:text-brand-dark\/15 {
  color: rgb(46 39 20 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-dark\/20 {
  color: rgb(46 39 20 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-dark\/25 {
  color: rgb(46 39 20 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-dark\/30 {
  color: rgb(46 39 20 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-dark\/35 {
  color: rgb(46 39 20 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-dark\/40 {
  color: rgb(46 39 20 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-dark\/45 {
  color: rgb(46 39 20 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-dark\/5 {
  color: rgb(46 39 20 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-dark\/50 {
  color: rgb(46 39 20 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-dark\/55 {
  color: rgb(46 39 20 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-dark\/60 {
  color: rgb(46 39 20 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-dark\/65 {
  color: rgb(46 39 20 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-dark\/70 {
  color: rgb(46 39 20 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-dark\/75 {
  color: rgb(46 39 20 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-dark\/80 {
  color: rgb(46 39 20 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-dark\/85 {
  color: rgb(46 39 20 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-dark\/90 {
  color: rgb(46 39 20 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-dark\/95 {
  color: rgb(46 39 20 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-ink {
  --tw-text-opacity: 1 !important;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-ink\/0 {
  color: rgb(33 37 41 / 0) !important;
}

.group:hover .group-hover\:text-brand-ink\/10 {
  color: rgb(33 37 41 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-ink\/100 {
  color: rgb(33 37 41 / 1) !important;
}

.group:hover .group-hover\:text-brand-ink\/15 {
  color: rgb(33 37 41 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-ink\/20 {
  color: rgb(33 37 41 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-ink\/25 {
  color: rgb(33 37 41 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-ink\/30 {
  color: rgb(33 37 41 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-ink\/35 {
  color: rgb(33 37 41 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-ink\/40 {
  color: rgb(33 37 41 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-ink\/45 {
  color: rgb(33 37 41 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-ink\/5 {
  color: rgb(33 37 41 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-ink\/50 {
  color: rgb(33 37 41 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-ink\/55 {
  color: rgb(33 37 41 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-ink\/60 {
  color: rgb(33 37 41 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-ink\/65 {
  color: rgb(33 37 41 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-ink\/70 {
  color: rgb(33 37 41 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-ink\/75 {
  color: rgb(33 37 41 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-ink\/80 {
  color: rgb(33 37 41 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-ink\/85 {
  color: rgb(33 37 41 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-ink\/90 {
  color: rgb(33 37 41 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-ink\/95 {
  color: rgb(33 37 41 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-light {
  --tw-text-opacity: 1 !important;
  color: rgb(245 244 240 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-light\/0 {
  color: rgb(245 244 240 / 0) !important;
}

.group:hover .group-hover\:text-brand-light\/10 {
  color: rgb(245 244 240 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-light\/100 {
  color: rgb(245 244 240 / 1) !important;
}

.group:hover .group-hover\:text-brand-light\/15 {
  color: rgb(245 244 240 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-light\/20 {
  color: rgb(245 244 240 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-light\/25 {
  color: rgb(245 244 240 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-light\/30 {
  color: rgb(245 244 240 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-light\/35 {
  color: rgb(245 244 240 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-light\/40 {
  color: rgb(245 244 240 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-light\/45 {
  color: rgb(245 244 240 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-light\/5 {
  color: rgb(245 244 240 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-light\/50 {
  color: rgb(245 244 240 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-light\/55 {
  color: rgb(245 244 240 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-light\/60 {
  color: rgb(245 244 240 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-light\/65 {
  color: rgb(245 244 240 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-light\/70 {
  color: rgb(245 244 240 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-light\/75 {
  color: rgb(245 244 240 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-light\/80 {
  color: rgb(245 244 240 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-light\/85 {
  color: rgb(245 244 240 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-light\/90 {
  color: rgb(245 244 240 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-light\/95 {
  color: rgb(245 244 240 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-link {
  --tw-text-opacity: 1 !important;
  color: rgb(147 110 7 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-link-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(74 55 3 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/0 {
  color: rgb(74 55 3 / 0) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/10 {
  color: rgb(74 55 3 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/100 {
  color: rgb(74 55 3 / 1) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/15 {
  color: rgb(74 55 3 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/20 {
  color: rgb(74 55 3 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/25 {
  color: rgb(74 55 3 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/30 {
  color: rgb(74 55 3 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/35 {
  color: rgb(74 55 3 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/40 {
  color: rgb(74 55 3 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/45 {
  color: rgb(74 55 3 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/5 {
  color: rgb(74 55 3 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/50 {
  color: rgb(74 55 3 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/55 {
  color: rgb(74 55 3 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/60 {
  color: rgb(74 55 3 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/65 {
  color: rgb(74 55 3 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/70 {
  color: rgb(74 55 3 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/75 {
  color: rgb(74 55 3 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/80 {
  color: rgb(74 55 3 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/85 {
  color: rgb(74 55 3 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/90 {
  color: rgb(74 55 3 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-link-hover\/95 {
  color: rgb(74 55 3 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-link\/0 {
  color: rgb(147 110 7 / 0) !important;
}

.group:hover .group-hover\:text-brand-link\/10 {
  color: rgb(147 110 7 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-link\/100 {
  color: rgb(147 110 7 / 1) !important;
}

.group:hover .group-hover\:text-brand-link\/15 {
  color: rgb(147 110 7 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-link\/20 {
  color: rgb(147 110 7 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-link\/25 {
  color: rgb(147 110 7 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-link\/30 {
  color: rgb(147 110 7 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-link\/35 {
  color: rgb(147 110 7 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-link\/40 {
  color: rgb(147 110 7 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-link\/45 {
  color: rgb(147 110 7 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-link\/5 {
  color: rgb(147 110 7 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-link\/50 {
  color: rgb(147 110 7 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-link\/55 {
  color: rgb(147 110 7 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-link\/60 {
  color: rgb(147 110 7 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-link\/65 {
  color: rgb(147 110 7 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-link\/70 {
  color: rgb(147 110 7 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-link\/75 {
  color: rgb(147 110 7 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-link\/80 {
  color: rgb(147 110 7 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-link\/85 {
  color: rgb(147 110 7 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-link\/90 {
  color: rgb(147 110 7 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-link\/95 {
  color: rgb(147 110 7 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-muted {
  --tw-text-opacity: 1 !important;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-muted\/0 {
  color: rgb(108 117 125 / 0) !important;
}

.group:hover .group-hover\:text-brand-muted\/10 {
  color: rgb(108 117 125 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-muted\/100 {
  color: rgb(108 117 125 / 1) !important;
}

.group:hover .group-hover\:text-brand-muted\/15 {
  color: rgb(108 117 125 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-muted\/20 {
  color: rgb(108 117 125 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-muted\/25 {
  color: rgb(108 117 125 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-muted\/30 {
  color: rgb(108 117 125 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-muted\/35 {
  color: rgb(108 117 125 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-muted\/40 {
  color: rgb(108 117 125 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-muted\/45 {
  color: rgb(108 117 125 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-muted\/5 {
  color: rgb(108 117 125 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-muted\/50 {
  color: rgb(108 117 125 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-muted\/55 {
  color: rgb(108 117 125 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-muted\/60 {
  color: rgb(108 117 125 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-muted\/65 {
  color: rgb(108 117 125 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-muted\/70 {
  color: rgb(108 117 125 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-muted\/75 {
  color: rgb(108 117 125 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-muted\/80 {
  color: rgb(108 117 125 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-muted\/85 {
  color: rgb(108 117 125 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-muted\/90 {
  color: rgb(108 117 125 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-muted\/95 {
  color: rgb(108 117 125 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(244 184 17 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-primary\/0 {
  color: rgb(244 184 17 / 0) !important;
}

.group:hover .group-hover\:text-brand-primary\/10 {
  color: rgb(244 184 17 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-primary\/100 {
  color: rgb(244 184 17 / 1) !important;
}

.group:hover .group-hover\:text-brand-primary\/15 {
  color: rgb(244 184 17 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-primary\/20 {
  color: rgb(244 184 17 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-primary\/25 {
  color: rgb(244 184 17 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-primary\/30 {
  color: rgb(244 184 17 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-primary\/35 {
  color: rgb(244 184 17 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-primary\/40 {
  color: rgb(244 184 17 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-primary\/45 {
  color: rgb(244 184 17 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-primary\/5 {
  color: rgb(244 184 17 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-primary\/50 {
  color: rgb(244 184 17 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-primary\/55 {
  color: rgb(244 184 17 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-primary\/60 {
  color: rgb(244 184 17 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-primary\/65 {
  color: rgb(244 184 17 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-primary\/70 {
  color: rgb(244 184 17 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-primary\/75 {
  color: rgb(244 184 17 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-primary\/80 {
  color: rgb(244 184 17 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-primary\/85 {
  color: rgb(244 184 17 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-primary\/90 {
  color: rgb(244 184 17 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-primary\/95 {
  color: rgb(244 184 17 / 0.95) !important;
}

.group:hover .group-hover\:text-brand-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 204 0 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-brand-secondary\/0 {
  color: rgb(255 204 0 / 0) !important;
}

.group:hover .group-hover\:text-brand-secondary\/10 {
  color: rgb(255 204 0 / 0.1) !important;
}

.group:hover .group-hover\:text-brand-secondary\/100 {
  color: rgb(255 204 0 / 1) !important;
}

.group:hover .group-hover\:text-brand-secondary\/15 {
  color: rgb(255 204 0 / 0.15) !important;
}

.group:hover .group-hover\:text-brand-secondary\/20 {
  color: rgb(255 204 0 / 0.2) !important;
}

.group:hover .group-hover\:text-brand-secondary\/25 {
  color: rgb(255 204 0 / 0.25) !important;
}

.group:hover .group-hover\:text-brand-secondary\/30 {
  color: rgb(255 204 0 / 0.3) !important;
}

.group:hover .group-hover\:text-brand-secondary\/35 {
  color: rgb(255 204 0 / 0.35) !important;
}

.group:hover .group-hover\:text-brand-secondary\/40 {
  color: rgb(255 204 0 / 0.4) !important;
}

.group:hover .group-hover\:text-brand-secondary\/45 {
  color: rgb(255 204 0 / 0.45) !important;
}

.group:hover .group-hover\:text-brand-secondary\/5 {
  color: rgb(255 204 0 / 0.05) !important;
}

.group:hover .group-hover\:text-brand-secondary\/50 {
  color: rgb(255 204 0 / 0.5) !important;
}

.group:hover .group-hover\:text-brand-secondary\/55 {
  color: rgb(255 204 0 / 0.55) !important;
}

.group:hover .group-hover\:text-brand-secondary\/60 {
  color: rgb(255 204 0 / 0.6) !important;
}

.group:hover .group-hover\:text-brand-secondary\/65 {
  color: rgb(255 204 0 / 0.65) !important;
}

.group:hover .group-hover\:text-brand-secondary\/70 {
  color: rgb(255 204 0 / 0.7) !important;
}

.group:hover .group-hover\:text-brand-secondary\/75 {
  color: rgb(255 204 0 / 0.75) !important;
}

.group:hover .group-hover\:text-brand-secondary\/80 {
  color: rgb(255 204 0 / 0.8) !important;
}

.group:hover .group-hover\:text-brand-secondary\/85 {
  color: rgb(255 204 0 / 0.85) !important;
}

.group:hover .group-hover\:text-brand-secondary\/90 {
  color: rgb(255 204 0 / 0.9) !important;
}

.group:hover .group-hover\:text-brand-secondary\/95 {
  color: rgb(255 204 0 / 0.95) !important;
}

.group:hover .group-hover\:text-earth {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-earth\/0 {
  color: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:text-earth\/10 {
  color: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:text-earth\/100 {
  color: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:text-earth\/15 {
  color: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:text-earth\/20 {
  color: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:text-earth\/25 {
  color: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:text-earth\/30 {
  color: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:text-earth\/35 {
  color: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:text-earth\/40 {
  color: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:text-earth\/45 {
  color: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:text-earth\/5 {
  color: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:text-earth\/50 {
  color: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:text-earth\/55 {
  color: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:text-earth\/60 {
  color: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:text-earth\/65 {
  color: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:text-earth\/70 {
  color: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:text-earth\/75 {
  color: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:text-earth\/80 {
  color: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:text-earth\/85 {
  color: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:text-earth\/90 {
  color: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:text-earth\/95 {
  color: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:text-harvest {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-harvest\/0 {
  color: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:text-harvest\/10 {
  color: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:text-harvest\/100 {
  color: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:text-harvest\/15 {
  color: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:text-harvest\/20 {
  color: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:text-harvest\/25 {
  color: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:text-harvest\/30 {
  color: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:text-harvest\/35 {
  color: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:text-harvest\/40 {
  color: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:text-harvest\/45 {
  color: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:text-harvest\/5 {
  color: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:text-harvest\/50 {
  color: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:text-harvest\/55 {
  color: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:text-harvest\/60 {
  color: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:text-harvest\/65 {
  color: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:text-harvest\/70 {
  color: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:text-harvest\/75 {
  color: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:text-harvest\/80 {
  color: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:text-harvest\/85 {
  color: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:text-harvest\/90 {
  color: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:text-harvest\/95 {
  color: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:text-sprout {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-sprout\/0 {
  color: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:text-sprout\/10 {
  color: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:text-sprout\/100 {
  color: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:text-sprout\/15 {
  color: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:text-sprout\/20 {
  color: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:text-sprout\/25 {
  color: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:text-sprout\/30 {
  color: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:text-sprout\/35 {
  color: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:text-sprout\/40 {
  color: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:text-sprout\/45 {
  color: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:text-sprout\/5 {
  color: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:text-sprout\/50 {
  color: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:text-sprout\/55 {
  color: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:text-sprout\/60 {
  color: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:text-sprout\/65 {
  color: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:text-sprout\/70 {
  color: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:text-sprout\/75 {
  color: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:text-sprout\/80 {
  color: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:text-sprout\/85 {
  color: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:text-sprout\/90 {
  color: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:text-sprout\/95 {
  color: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:ring-brand-dark {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(46 39 20 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-dark\/0 {
  --tw-ring-color: rgb(46 39 20 / 0) !important;
}

.group:hover .group-hover\:ring-brand-dark\/10 {
  --tw-ring-color: rgb(46 39 20 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-dark\/100 {
  --tw-ring-color: rgb(46 39 20 / 1) !important;
}

.group:hover .group-hover\:ring-brand-dark\/15 {
  --tw-ring-color: rgb(46 39 20 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-dark\/20 {
  --tw-ring-color: rgb(46 39 20 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-dark\/25 {
  --tw-ring-color: rgb(46 39 20 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-dark\/30 {
  --tw-ring-color: rgb(46 39 20 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-dark\/35 {
  --tw-ring-color: rgb(46 39 20 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-dark\/40 {
  --tw-ring-color: rgb(46 39 20 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-dark\/45 {
  --tw-ring-color: rgb(46 39 20 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-dark\/5 {
  --tw-ring-color: rgb(46 39 20 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-dark\/50 {
  --tw-ring-color: rgb(46 39 20 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-dark\/55 {
  --tw-ring-color: rgb(46 39 20 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-dark\/60 {
  --tw-ring-color: rgb(46 39 20 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-dark\/65 {
  --tw-ring-color: rgb(46 39 20 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-dark\/70 {
  --tw-ring-color: rgb(46 39 20 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-dark\/75 {
  --tw-ring-color: rgb(46 39 20 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-dark\/80 {
  --tw-ring-color: rgb(46 39 20 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-dark\/85 {
  --tw-ring-color: rgb(46 39 20 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-dark\/90 {
  --tw-ring-color: rgb(46 39 20 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-dark\/95 {
  --tw-ring-color: rgb(46 39 20 / 0.95) !important;
}

.group:hover .group-hover\:ring-brand-ink {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(33 37 41 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-ink\/0 {
  --tw-ring-color: rgb(33 37 41 / 0) !important;
}

.group:hover .group-hover\:ring-brand-ink\/10 {
  --tw-ring-color: rgb(33 37 41 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-ink\/100 {
  --tw-ring-color: rgb(33 37 41 / 1) !important;
}

.group:hover .group-hover\:ring-brand-ink\/15 {
  --tw-ring-color: rgb(33 37 41 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-ink\/20 {
  --tw-ring-color: rgb(33 37 41 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-ink\/25 {
  --tw-ring-color: rgb(33 37 41 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-ink\/30 {
  --tw-ring-color: rgb(33 37 41 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-ink\/35 {
  --tw-ring-color: rgb(33 37 41 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-ink\/40 {
  --tw-ring-color: rgb(33 37 41 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-ink\/45 {
  --tw-ring-color: rgb(33 37 41 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-ink\/5 {
  --tw-ring-color: rgb(33 37 41 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-ink\/50 {
  --tw-ring-color: rgb(33 37 41 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-ink\/55 {
  --tw-ring-color: rgb(33 37 41 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-ink\/60 {
  --tw-ring-color: rgb(33 37 41 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-ink\/65 {
  --tw-ring-color: rgb(33 37 41 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-ink\/70 {
  --tw-ring-color: rgb(33 37 41 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-ink\/75 {
  --tw-ring-color: rgb(33 37 41 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-ink\/80 {
  --tw-ring-color: rgb(33 37 41 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-ink\/85 {
  --tw-ring-color: rgb(33 37 41 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-ink\/90 {
  --tw-ring-color: rgb(33 37 41 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-ink\/95 {
  --tw-ring-color: rgb(33 37 41 / 0.95) !important;
}

.group:hover .group-hover\:ring-brand-light {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(245 244 240 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-light\/0 {
  --tw-ring-color: rgb(245 244 240 / 0) !important;
}

.group:hover .group-hover\:ring-brand-light\/10 {
  --tw-ring-color: rgb(245 244 240 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-light\/100 {
  --tw-ring-color: rgb(245 244 240 / 1) !important;
}

.group:hover .group-hover\:ring-brand-light\/15 {
  --tw-ring-color: rgb(245 244 240 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-light\/20 {
  --tw-ring-color: rgb(245 244 240 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-light\/25 {
  --tw-ring-color: rgb(245 244 240 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-light\/30 {
  --tw-ring-color: rgb(245 244 240 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-light\/35 {
  --tw-ring-color: rgb(245 244 240 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-light\/40 {
  --tw-ring-color: rgb(245 244 240 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-light\/45 {
  --tw-ring-color: rgb(245 244 240 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-light\/5 {
  --tw-ring-color: rgb(245 244 240 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-light\/50 {
  --tw-ring-color: rgb(245 244 240 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-light\/55 {
  --tw-ring-color: rgb(245 244 240 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-light\/60 {
  --tw-ring-color: rgb(245 244 240 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-light\/65 {
  --tw-ring-color: rgb(245 244 240 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-light\/70 {
  --tw-ring-color: rgb(245 244 240 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-light\/75 {
  --tw-ring-color: rgb(245 244 240 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-light\/80 {
  --tw-ring-color: rgb(245 244 240 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-light\/85 {
  --tw-ring-color: rgb(245 244 240 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-light\/90 {
  --tw-ring-color: rgb(245 244 240 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-light\/95 {
  --tw-ring-color: rgb(245 244 240 / 0.95) !important;
}

.group:hover .group-hover\:ring-brand-link {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 110 7 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-link-hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 55 3 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/0 {
  --tw-ring-color: rgb(74 55 3 / 0) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/10 {
  --tw-ring-color: rgb(74 55 3 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/100 {
  --tw-ring-color: rgb(74 55 3 / 1) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/15 {
  --tw-ring-color: rgb(74 55 3 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/20 {
  --tw-ring-color: rgb(74 55 3 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/25 {
  --tw-ring-color: rgb(74 55 3 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/30 {
  --tw-ring-color: rgb(74 55 3 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/35 {
  --tw-ring-color: rgb(74 55 3 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/40 {
  --tw-ring-color: rgb(74 55 3 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/45 {
  --tw-ring-color: rgb(74 55 3 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/5 {
  --tw-ring-color: rgb(74 55 3 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/50 {
  --tw-ring-color: rgb(74 55 3 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/55 {
  --tw-ring-color: rgb(74 55 3 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/60 {
  --tw-ring-color: rgb(74 55 3 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/65 {
  --tw-ring-color: rgb(74 55 3 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/70 {
  --tw-ring-color: rgb(74 55 3 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/75 {
  --tw-ring-color: rgb(74 55 3 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/80 {
  --tw-ring-color: rgb(74 55 3 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/85 {
  --tw-ring-color: rgb(74 55 3 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/90 {
  --tw-ring-color: rgb(74 55 3 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-link-hover\/95 {
  --tw-ring-color: rgb(74 55 3 / 0.95) !important;
}

.group:hover .group-hover\:ring-brand-link\/0 {
  --tw-ring-color: rgb(147 110 7 / 0) !important;
}

.group:hover .group-hover\:ring-brand-link\/10 {
  --tw-ring-color: rgb(147 110 7 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-link\/100 {
  --tw-ring-color: rgb(147 110 7 / 1) !important;
}

.group:hover .group-hover\:ring-brand-link\/15 {
  --tw-ring-color: rgb(147 110 7 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-link\/20 {
  --tw-ring-color: rgb(147 110 7 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-link\/25 {
  --tw-ring-color: rgb(147 110 7 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-link\/30 {
  --tw-ring-color: rgb(147 110 7 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-link\/35 {
  --tw-ring-color: rgb(147 110 7 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-link\/40 {
  --tw-ring-color: rgb(147 110 7 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-link\/45 {
  --tw-ring-color: rgb(147 110 7 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-link\/5 {
  --tw-ring-color: rgb(147 110 7 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-link\/50 {
  --tw-ring-color: rgb(147 110 7 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-link\/55 {
  --tw-ring-color: rgb(147 110 7 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-link\/60 {
  --tw-ring-color: rgb(147 110 7 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-link\/65 {
  --tw-ring-color: rgb(147 110 7 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-link\/70 {
  --tw-ring-color: rgb(147 110 7 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-link\/75 {
  --tw-ring-color: rgb(147 110 7 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-link\/80 {
  --tw-ring-color: rgb(147 110 7 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-link\/85 {
  --tw-ring-color: rgb(147 110 7 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-link\/90 {
  --tw-ring-color: rgb(147 110 7 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-link\/95 {
  --tw-ring-color: rgb(147 110 7 / 0.95) !important;
}

.group:hover .group-hover\:ring-brand-muted {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(108 117 125 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-muted\/0 {
  --tw-ring-color: rgb(108 117 125 / 0) !important;
}

.group:hover .group-hover\:ring-brand-muted\/10 {
  --tw-ring-color: rgb(108 117 125 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-muted\/100 {
  --tw-ring-color: rgb(108 117 125 / 1) !important;
}

.group:hover .group-hover\:ring-brand-muted\/15 {
  --tw-ring-color: rgb(108 117 125 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-muted\/20 {
  --tw-ring-color: rgb(108 117 125 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-muted\/25 {
  --tw-ring-color: rgb(108 117 125 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-muted\/30 {
  --tw-ring-color: rgb(108 117 125 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-muted\/35 {
  --tw-ring-color: rgb(108 117 125 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-muted\/40 {
  --tw-ring-color: rgb(108 117 125 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-muted\/45 {
  --tw-ring-color: rgb(108 117 125 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-muted\/5 {
  --tw-ring-color: rgb(108 117 125 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-muted\/50 {
  --tw-ring-color: rgb(108 117 125 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-muted\/55 {
  --tw-ring-color: rgb(108 117 125 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-muted\/60 {
  --tw-ring-color: rgb(108 117 125 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-muted\/65 {
  --tw-ring-color: rgb(108 117 125 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-muted\/70 {
  --tw-ring-color: rgb(108 117 125 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-muted\/75 {
  --tw-ring-color: rgb(108 117 125 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-muted\/80 {
  --tw-ring-color: rgb(108 117 125 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-muted\/85 {
  --tw-ring-color: rgb(108 117 125 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-muted\/90 {
  --tw-ring-color: rgb(108 117 125 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-muted\/95 {
  --tw-ring-color: rgb(108 117 125 / 0.95) !important;
}

.group:hover .group-hover\:ring-brand-primary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 184 17 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-primary\/0 {
  --tw-ring-color: rgb(244 184 17 / 0) !important;
}

.group:hover .group-hover\:ring-brand-primary\/10 {
  --tw-ring-color: rgb(244 184 17 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-primary\/100 {
  --tw-ring-color: rgb(244 184 17 / 1) !important;
}

.group:hover .group-hover\:ring-brand-primary\/15 {
  --tw-ring-color: rgb(244 184 17 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-primary\/20 {
  --tw-ring-color: rgb(244 184 17 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-primary\/25 {
  --tw-ring-color: rgb(244 184 17 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-primary\/30 {
  --tw-ring-color: rgb(244 184 17 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-primary\/35 {
  --tw-ring-color: rgb(244 184 17 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-primary\/40 {
  --tw-ring-color: rgb(244 184 17 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-primary\/45 {
  --tw-ring-color: rgb(244 184 17 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-primary\/5 {
  --tw-ring-color: rgb(244 184 17 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-primary\/50 {
  --tw-ring-color: rgb(244 184 17 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-primary\/55 {
  --tw-ring-color: rgb(244 184 17 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-primary\/60 {
  --tw-ring-color: rgb(244 184 17 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-primary\/65 {
  --tw-ring-color: rgb(244 184 17 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-primary\/70 {
  --tw-ring-color: rgb(244 184 17 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-primary\/75 {
  --tw-ring-color: rgb(244 184 17 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-primary\/80 {
  --tw-ring-color: rgb(244 184 17 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-primary\/85 {
  --tw-ring-color: rgb(244 184 17 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-primary\/90 {
  --tw-ring-color: rgb(244 184 17 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-primary\/95 {
  --tw-ring-color: rgb(244 184 17 / 0.95) !important;
}

.group:hover .group-hover\:ring-brand-secondary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 204 0 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/0 {
  --tw-ring-color: rgb(255 204 0 / 0) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/10 {
  --tw-ring-color: rgb(255 204 0 / 0.1) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/100 {
  --tw-ring-color: rgb(255 204 0 / 1) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/15 {
  --tw-ring-color: rgb(255 204 0 / 0.15) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/20 {
  --tw-ring-color: rgb(255 204 0 / 0.2) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/25 {
  --tw-ring-color: rgb(255 204 0 / 0.25) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/30 {
  --tw-ring-color: rgb(255 204 0 / 0.3) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/35 {
  --tw-ring-color: rgb(255 204 0 / 0.35) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/40 {
  --tw-ring-color: rgb(255 204 0 / 0.4) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/45 {
  --tw-ring-color: rgb(255 204 0 / 0.45) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/5 {
  --tw-ring-color: rgb(255 204 0 / 0.05) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/50 {
  --tw-ring-color: rgb(255 204 0 / 0.5) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/55 {
  --tw-ring-color: rgb(255 204 0 / 0.55) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/60 {
  --tw-ring-color: rgb(255 204 0 / 0.6) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/65 {
  --tw-ring-color: rgb(255 204 0 / 0.65) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/70 {
  --tw-ring-color: rgb(255 204 0 / 0.7) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/75 {
  --tw-ring-color: rgb(255 204 0 / 0.75) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/80 {
  --tw-ring-color: rgb(255 204 0 / 0.8) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/85 {
  --tw-ring-color: rgb(255 204 0 / 0.85) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/90 {
  --tw-ring-color: rgb(255 204 0 / 0.9) !important;
}

.group:hover .group-hover\:ring-brand-secondary\/95 {
  --tw-ring-color: rgb(255 204 0 / 0.95) !important;
}

.group:hover .group-hover\:ring-earth {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-earth\/0 {
  --tw-ring-color: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:ring-earth\/10 {
  --tw-ring-color: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:ring-earth\/100 {
  --tw-ring-color: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:ring-earth\/15 {
  --tw-ring-color: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:ring-earth\/20 {
  --tw-ring-color: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:ring-earth\/25 {
  --tw-ring-color: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:ring-earth\/30 {
  --tw-ring-color: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:ring-earth\/35 {
  --tw-ring-color: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:ring-earth\/40 {
  --tw-ring-color: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:ring-earth\/45 {
  --tw-ring-color: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:ring-earth\/5 {
  --tw-ring-color: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:ring-earth\/50 {
  --tw-ring-color: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:ring-earth\/55 {
  --tw-ring-color: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:ring-earth\/60 {
  --tw-ring-color: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:ring-earth\/65 {
  --tw-ring-color: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:ring-earth\/70 {
  --tw-ring-color: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:ring-earth\/75 {
  --tw-ring-color: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:ring-earth\/80 {
  --tw-ring-color: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:ring-earth\/85 {
  --tw-ring-color: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:ring-earth\/90 {
  --tw-ring-color: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:ring-earth\/95 {
  --tw-ring-color: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:ring-harvest {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-harvest\/0 {
  --tw-ring-color: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:ring-harvest\/10 {
  --tw-ring-color: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:ring-harvest\/100 {
  --tw-ring-color: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:ring-harvest\/15 {
  --tw-ring-color: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:ring-harvest\/20 {
  --tw-ring-color: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:ring-harvest\/25 {
  --tw-ring-color: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:ring-harvest\/30 {
  --tw-ring-color: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:ring-harvest\/35 {
  --tw-ring-color: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:ring-harvest\/40 {
  --tw-ring-color: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:ring-harvest\/45 {
  --tw-ring-color: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:ring-harvest\/5 {
  --tw-ring-color: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:ring-harvest\/50 {
  --tw-ring-color: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:ring-harvest\/55 {
  --tw-ring-color: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:ring-harvest\/60 {
  --tw-ring-color: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:ring-harvest\/65 {
  --tw-ring-color: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:ring-harvest\/70 {
  --tw-ring-color: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:ring-harvest\/75 {
  --tw-ring-color: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:ring-harvest\/80 {
  --tw-ring-color: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:ring-harvest\/85 {
  --tw-ring-color: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:ring-harvest\/90 {
  --tw-ring-color: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:ring-harvest\/95 {
  --tw-ring-color: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:ring-sprout {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:ring-sprout\/0 {
  --tw-ring-color: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:ring-sprout\/10 {
  --tw-ring-color: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:ring-sprout\/100 {
  --tw-ring-color: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:ring-sprout\/15 {
  --tw-ring-color: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:ring-sprout\/20 {
  --tw-ring-color: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:ring-sprout\/25 {
  --tw-ring-color: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:ring-sprout\/30 {
  --tw-ring-color: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:ring-sprout\/35 {
  --tw-ring-color: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:ring-sprout\/40 {
  --tw-ring-color: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:ring-sprout\/45 {
  --tw-ring-color: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:ring-sprout\/5 {
  --tw-ring-color: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:ring-sprout\/50 {
  --tw-ring-color: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:ring-sprout\/55 {
  --tw-ring-color: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:ring-sprout\/60 {
  --tw-ring-color: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:ring-sprout\/65 {
  --tw-ring-color: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:ring-sprout\/70 {
  --tw-ring-color: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:ring-sprout\/75 {
  --tw-ring-color: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:ring-sprout\/80 {
  --tw-ring-color: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:ring-sprout\/85 {
  --tw-ring-color: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:ring-sprout\/90 {
  --tw-ring-color: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:ring-sprout\/95 {
  --tw-ring-color: rgb(196 209 72 / 0.95) !important;
}

@media (min-width: 640px) {
  .sm\:-bottom-0 {
    bottom: -0px !important;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .sm\:-bottom-12 {
    bottom: -3rem !important;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .sm\:-bottom-16 {
    bottom: -4rem !important;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .sm\:-bottom-20 {
    bottom: -5rem !important;
  }

  .sm\:-bottom-24 {
    bottom: -6rem !important;
  }

  .sm\:-bottom-28 {
    bottom: -7rem !important;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .sm\:-bottom-32 {
    bottom: -8rem !important;
  }

  .sm\:-bottom-36 {
    bottom: -9rem !important;
  }

  .sm\:-bottom-4 {
    bottom: -1rem !important;
  }

  .sm\:-bottom-40 {
    bottom: -10rem !important;
  }

  .sm\:-bottom-44 {
    bottom: -11rem !important;
  }

  .sm\:-bottom-48 {
    bottom: -12rem !important;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .sm\:-bottom-52 {
    bottom: -13rem !important;
  }

  .sm\:-bottom-56 {
    bottom: -14rem !important;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .sm\:-bottom-60 {
    bottom: -15rem !important;
  }

  .sm\:-bottom-64 {
    bottom: -16rem !important;
  }

  .sm\:-bottom-8 {
    bottom: -2rem !important;
  }

  .sm\:-bottom-80 {
    bottom: -20rem !important;
  }

  .sm\:-top-0 {
    top: -0px !important;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .sm\:-top-1 {
    top: -0.25rem !important;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .sm\:-top-1\/2 {
    top: -50% !important;
  }

  .sm\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .sm\:-top-1\/4 {
    top: -25% !important;
  }

  .sm\:-top-10 {
    top: -2.5rem !important;
  }

  .sm\:-top-11 {
    top: -2.75rem !important;
  }

  .sm\:-top-12 {
    top: -3rem !important;
  }

  .sm\:-top-14 {
    top: -3.5rem !important;
  }

  .sm\:-top-16 {
    top: -4rem !important;
  }

  .sm\:-top-2 {
    top: -0.5rem !important;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .sm\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .sm\:-top-2\/4 {
    top: -50% !important;
  }

  .sm\:-top-20 {
    top: -5rem !important;
  }

  .sm\:-top-24 {
    top: -6rem !important;
  }

  .sm\:-top-28 {
    top: -7rem !important;
  }

  .sm\:-top-3 {
    top: -0.75rem !important;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .sm\:-top-3\/4 {
    top: -75% !important;
  }

  .sm\:-top-32 {
    top: -8rem !important;
  }

  .sm\:-top-36 {
    top: -9rem !important;
  }

  .sm\:-top-4 {
    top: -1rem !important;
  }

  .sm\:-top-40 {
    top: -10rem !important;
  }

  .sm\:-top-44 {
    top: -11rem !important;
  }

  .sm\:-top-48 {
    top: -12rem !important;
  }

  .sm\:-top-5 {
    top: -1.25rem !important;
  }

  .sm\:-top-52 {
    top: -13rem !important;
  }

  .sm\:-top-56 {
    top: -14rem !important;
  }

  .sm\:-top-6 {
    top: -1.5rem !important;
  }

  .sm\:-top-60 {
    top: -15rem !important;
  }

  .sm\:-top-64 {
    top: -16rem !important;
  }

  .sm\:-top-8 {
    top: -2rem !important;
  }

  .sm\:-top-80 {
    top: -20rem !important;
  }

  .sm\:bottom-0 {
    bottom: 0px !important;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .sm\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .sm\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .sm\:bottom-12 {
    bottom: 3rem !important;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .sm\:bottom-16 {
    bottom: 4rem !important;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .sm\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .sm\:bottom-20 {
    bottom: 5rem !important;
  }

  .sm\:bottom-24 {
    bottom: 6rem !important;
  }

  .sm\:bottom-28 {
    bottom: 7rem !important;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .sm\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .sm\:bottom-32 {
    bottom: 8rem !important;
  }

  .sm\:bottom-36 {
    bottom: 9rem !important;
  }

  .sm\:bottom-4 {
    bottom: 1rem !important;
  }

  .sm\:bottom-40 {
    bottom: 10rem !important;
  }

  .sm\:bottom-44 {
    bottom: 11rem !important;
  }

  .sm\:bottom-48 {
    bottom: 12rem !important;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .sm\:bottom-52 {
    bottom: 13rem !important;
  }

  .sm\:bottom-56 {
    bottom: 14rem !important;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .sm\:bottom-60 {
    bottom: 15rem !important;
  }

  .sm\:bottom-64 {
    bottom: 16rem !important;
  }

  .sm\:bottom-8 {
    bottom: 2rem !important;
  }

  .sm\:bottom-80 {
    bottom: 20rem !important;
  }

  .sm\:top-0 {
    top: 0px !important;
  }

  .sm\:top-0\.5 {
    top: 0.125rem !important;
  }

  .sm\:top-1 {
    top: 0.25rem !important;
  }

  .sm\:top-1\.5 {
    top: 0.375rem !important;
  }

  .sm\:top-1\/2 {
    top: 50% !important;
  }

  .sm\:top-1\/3 {
    top: 33.333333% !important;
  }

  .sm\:top-1\/4 {
    top: 25% !important;
  }

  .sm\:top-10 {
    top: 2.5rem !important;
  }

  .sm\:top-11 {
    top: 2.75rem !important;
  }

  .sm\:top-12 {
    top: 3rem !important;
  }

  .sm\:top-14 {
    top: 3.5rem !important;
  }

  .sm\:top-16 {
    top: 4rem !important;
  }

  .sm\:top-2 {
    top: 0.5rem !important;
  }

  .sm\:top-2\.5 {
    top: 0.625rem !important;
  }

  .sm\:top-2\/3 {
    top: 66.666667% !important;
  }

  .sm\:top-2\/4 {
    top: 50% !important;
  }

  .sm\:top-20 {
    top: 5rem !important;
  }

  .sm\:top-24 {
    top: 6rem !important;
  }

  .sm\:top-28 {
    top: 7rem !important;
  }

  .sm\:top-3 {
    top: 0.75rem !important;
  }

  .sm\:top-3\.5 {
    top: 0.875rem !important;
  }

  .sm\:top-3\/4 {
    top: 75% !important;
  }

  .sm\:top-32 {
    top: 8rem !important;
  }

  .sm\:top-36 {
    top: 9rem !important;
  }

  .sm\:top-4 {
    top: 1rem !important;
  }

  .sm\:top-40 {
    top: 10rem !important;
  }

  .sm\:top-44 {
    top: 11rem !important;
  }

  .sm\:top-48 {
    top: 12rem !important;
  }

  .sm\:top-5 {
    top: 1.25rem !important;
  }

  .sm\:top-52 {
    top: 13rem !important;
  }

  .sm\:top-56 {
    top: 14rem !important;
  }

  .sm\:top-6 {
    top: 1.5rem !important;
  }

  .sm\:top-60 {
    top: 15rem !important;
  }

  .sm\:top-64 {
    top: 16rem !important;
  }

  .sm\:top-8 {
    top: 2rem !important;
  }

  .sm\:top-80 {
    top: 20rem !important;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:-m-0 {
    margin: -0px !important;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .sm\:-m-1 {
    margin: -0.25rem !important;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .sm\:-m-10 {
    margin: -2.5rem !important;
  }

  .sm\:-m-11 {
    margin: -2.75rem !important;
  }

  .sm\:-m-12 {
    margin: -3rem !important;
  }

  .sm\:-m-14 {
    margin: -3.5rem !important;
  }

  .sm\:-m-16 {
    margin: -4rem !important;
  }

  .sm\:-m-2 {
    margin: -0.5rem !important;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .sm\:-m-20 {
    margin: -5rem !important;
  }

  .sm\:-m-24 {
    margin: -6rem !important;
  }

  .sm\:-m-28 {
    margin: -7rem !important;
  }

  .sm\:-m-3 {
    margin: -0.75rem !important;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .sm\:-m-32 {
    margin: -8rem !important;
  }

  .sm\:-m-36 {
    margin: -9rem !important;
  }

  .sm\:-m-4 {
    margin: -1rem !important;
  }

  .sm\:-m-40 {
    margin: -10rem !important;
  }

  .sm\:-m-44 {
    margin: -11rem !important;
  }

  .sm\:-m-48 {
    margin: -12rem !important;
  }

  .sm\:-m-5 {
    margin: -1.25rem !important;
  }

  .sm\:-m-52 {
    margin: -13rem !important;
  }

  .sm\:-m-56 {
    margin: -14rem !important;
  }

  .sm\:-m-6 {
    margin: -1.5rem !important;
  }

  .sm\:-m-60 {
    margin: -15rem !important;
  }

  .sm\:-m-64 {
    margin: -16rem !important;
  }

  .sm\:-m-8 {
    margin: -2rem !important;
  }

  .sm\:-m-80 {
    margin: -20rem !important;
  }

  .sm\:m-0 {
    margin: 0px !important;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .sm\:m-1 {
    margin: 0.25rem !important;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .sm\:m-10 {
    margin: 2.5rem !important;
  }

  .sm\:m-11 {
    margin: 2.75rem !important;
  }

  .sm\:m-12 {
    margin: 3rem !important;
  }

  .sm\:m-14 {
    margin: 3.5rem !important;
  }

  .sm\:m-16 {
    margin: 4rem !important;
  }

  .sm\:m-2 {
    margin: 0.5rem !important;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .sm\:m-20 {
    margin: 5rem !important;
  }

  .sm\:m-24 {
    margin: 6rem !important;
  }

  .sm\:m-28 {
    margin: 7rem !important;
  }

  .sm\:m-3 {
    margin: 0.75rem !important;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .sm\:m-32 {
    margin: 8rem !important;
  }

  .sm\:m-36 {
    margin: 9rem !important;
  }

  .sm\:m-4 {
    margin: 1rem !important;
  }

  .sm\:m-40 {
    margin: 10rem !important;
  }

  .sm\:m-44 {
    margin: 11rem !important;
  }

  .sm\:m-48 {
    margin: 12rem !important;
  }

  .sm\:m-5 {
    margin: 1.25rem !important;
  }

  .sm\:m-52 {
    margin: 13rem !important;
  }

  .sm\:m-56 {
    margin: 14rem !important;
  }

  .sm\:m-6 {
    margin: 1.5rem !important;
  }

  .sm\:m-60 {
    margin: 15rem !important;
  }

  .sm\:m-64 {
    margin: 16rem !important;
  }

  .sm\:m-8 {
    margin: 2rem !important;
  }

  .sm\:m-80 {
    margin: 20rem !important;
  }

  .sm\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:-mb-0 {
    margin-bottom: -0px !important;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .sm\:-ml-0 {
    margin-left: -0px !important;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:-ml-28 {
    margin-left: -7rem !important;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:-ml-36 {
    margin-left: -9rem !important;
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:-ml-44 {
    margin-left: -11rem !important;
  }

  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:-ml-52 {
    margin-left: -13rem !important;
  }

  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:-ml-60 {
    margin-left: -15rem !important;
  }

  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:-ml-80 {
    margin-left: -20rem !important;
  }

  .sm\:-mr-0 {
    margin-right: -0px !important;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:-mr-28 {
    margin-right: -7rem !important;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:-mr-36 {
    margin-right: -9rem !important;
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:-mr-44 {
    margin-right: -11rem !important;
  }

  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:-mr-52 {
    margin-right: -13rem !important;
  }

  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:-mr-60 {
    margin-right: -15rem !important;
  }

  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:-mr-80 {
    margin-right: -20rem !important;
  }

  .sm\:-mt-0 {
    margin-top: -0px !important;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:-mt-28 {
    margin-top: -7rem !important;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:-mt-36 {
    margin-top: -9rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:-mt-44 {
    margin-top: -11rem !important;
  }

  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:-mt-52 {
    margin-top: -13rem !important;
  }

  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:-mt-60 {
    margin-top: -15rem !important;
  }

  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:-mt-80 {
    margin-top: -20rem !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:ml-28 {
    margin-left: 7rem !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:ml-36 {
    margin-left: 9rem !important;
  }

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:ml-44 {
    margin-left: 11rem !important;
  }

  .sm\:ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:ml-52 {
    margin-left: 13rem !important;
  }

  .sm\:ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:ml-60 {
    margin-left: 15rem !important;
  }

  .sm\:ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:ml-80 {
    margin-left: 20rem !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mr-0 {
    margin-right: 0px !important;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .sm\:mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:mr-28 {
    margin-right: 7rem !important;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:mr-36 {
    margin-right: 9rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:mr-44 {
    margin-right: 11rem !important;
  }

  .sm\:mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:mr-52 {
    margin-right: 13rem !important;
  }

  .sm\:mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:mr-60 {
    margin-right: 15rem !important;
  }

  .sm\:mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:mr-80 {
    margin-right: 20rem !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:mt-28 {
    margin-top: 7rem !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:mt-36 {
    margin-top: 9rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:mt-44 {
    margin-top: 11rem !important;
  }

  .sm\:mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:mt-52 {
    margin-top: 13rem !important;
  }

  .sm\:mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mt-60 {
    margin-top: 15rem !important;
  }

  .sm\:mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:mt-80 {
    margin-top: 20rem !important;
  }

  .sm\:line-clamp-1 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .sm\:line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .sm\:line-clamp-3 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .sm\:line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .sm\:line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .sm\:line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .sm\:h-11 {
    height: 2.75rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:w-11 {
    width: 2.75rem !important;
  }

  .sm\:w-\[28\%\] {
    width: 28% !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:-scroll-m-0 {
    scroll-margin: -0px !important;
  }

  .sm\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem !important;
  }

  .sm\:-scroll-m-1 {
    scroll-margin: -0.25rem !important;
  }

  .sm\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem !important;
  }

  .sm\:-scroll-m-10 {
    scroll-margin: -2.5rem !important;
  }

  .sm\:-scroll-m-11 {
    scroll-margin: -2.75rem !important;
  }

  .sm\:-scroll-m-12 {
    scroll-margin: -3rem !important;
  }

  .sm\:-scroll-m-14 {
    scroll-margin: -3.5rem !important;
  }

  .sm\:-scroll-m-16 {
    scroll-margin: -4rem !important;
  }

  .sm\:-scroll-m-2 {
    scroll-margin: -0.5rem !important;
  }

  .sm\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem !important;
  }

  .sm\:-scroll-m-20 {
    scroll-margin: -5rem !important;
  }

  .sm\:-scroll-m-24 {
    scroll-margin: -6rem !important;
  }

  .sm\:-scroll-m-28 {
    scroll-margin: -7rem !important;
  }

  .sm\:-scroll-m-3 {
    scroll-margin: -0.75rem !important;
  }

  .sm\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem !important;
  }

  .sm\:-scroll-m-32 {
    scroll-margin: -8rem !important;
  }

  .sm\:-scroll-m-36 {
    scroll-margin: -9rem !important;
  }

  .sm\:-scroll-m-4 {
    scroll-margin: -1rem !important;
  }

  .sm\:-scroll-m-40 {
    scroll-margin: -10rem !important;
  }

  .sm\:-scroll-m-44 {
    scroll-margin: -11rem !important;
  }

  .sm\:-scroll-m-48 {
    scroll-margin: -12rem !important;
  }

  .sm\:-scroll-m-5 {
    scroll-margin: -1.25rem !important;
  }

  .sm\:-scroll-m-52 {
    scroll-margin: -13rem !important;
  }

  .sm\:-scroll-m-56 {
    scroll-margin: -14rem !important;
  }

  .sm\:-scroll-m-6 {
    scroll-margin: -1.5rem !important;
  }

  .sm\:-scroll-m-60 {
    scroll-margin: -15rem !important;
  }

  .sm\:-scroll-m-64 {
    scroll-margin: -16rem !important;
  }

  .sm\:-scroll-m-8 {
    scroll-margin: -2rem !important;
  }

  .sm\:-scroll-m-80 {
    scroll-margin: -20rem !important;
  }

  .sm\:scroll-m-0 {
    scroll-margin: 0px !important;
  }

  .sm\:scroll-m-0\.5 {
    scroll-margin: 0.125rem !important;
  }

  .sm\:scroll-m-1 {
    scroll-margin: 0.25rem !important;
  }

  .sm\:scroll-m-1\.5 {
    scroll-margin: 0.375rem !important;
  }

  .sm\:scroll-m-10 {
    scroll-margin: 2.5rem !important;
  }

  .sm\:scroll-m-11 {
    scroll-margin: 2.75rem !important;
  }

  .sm\:scroll-m-12 {
    scroll-margin: 3rem !important;
  }

  .sm\:scroll-m-14 {
    scroll-margin: 3.5rem !important;
  }

  .sm\:scroll-m-16 {
    scroll-margin: 4rem !important;
  }

  .sm\:scroll-m-2 {
    scroll-margin: 0.5rem !important;
  }

  .sm\:scroll-m-2\.5 {
    scroll-margin: 0.625rem !important;
  }

  .sm\:scroll-m-20 {
    scroll-margin: 5rem !important;
  }

  .sm\:scroll-m-24 {
    scroll-margin: 6rem !important;
  }

  .sm\:scroll-m-28 {
    scroll-margin: 7rem !important;
  }

  .sm\:scroll-m-3 {
    scroll-margin: 0.75rem !important;
  }

  .sm\:scroll-m-3\.5 {
    scroll-margin: 0.875rem !important;
  }

  .sm\:scroll-m-32 {
    scroll-margin: 8rem !important;
  }

  .sm\:scroll-m-36 {
    scroll-margin: 9rem !important;
  }

  .sm\:scroll-m-4 {
    scroll-margin: 1rem !important;
  }

  .sm\:scroll-m-40 {
    scroll-margin: 10rem !important;
  }

  .sm\:scroll-m-44 {
    scroll-margin: 11rem !important;
  }

  .sm\:scroll-m-48 {
    scroll-margin: 12rem !important;
  }

  .sm\:scroll-m-5 {
    scroll-margin: 1.25rem !important;
  }

  .sm\:scroll-m-52 {
    scroll-margin: 13rem !important;
  }

  .sm\:scroll-m-56 {
    scroll-margin: 14rem !important;
  }

  .sm\:scroll-m-6 {
    scroll-margin: 1.5rem !important;
  }

  .sm\:scroll-m-60 {
    scroll-margin: 15rem !important;
  }

  .sm\:scroll-m-64 {
    scroll-margin: 16rem !important;
  }

  .sm\:scroll-m-8 {
    scroll-margin: 2rem !important;
  }

  .sm\:scroll-m-80 {
    scroll-margin: 20rem !important;
  }

  .sm\:-scroll-mx-0 {
    scroll-margin-left: -0px !important;
    scroll-margin-right: -0px !important;
  }

  .sm\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem !important;
    scroll-margin-right: -0.125rem !important;
  }

  .sm\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem !important;
    scroll-margin-right: -0.25rem !important;
  }

  .sm\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem !important;
    scroll-margin-right: -0.375rem !important;
  }

  .sm\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem !important;
    scroll-margin-right: -2.5rem !important;
  }

  .sm\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem !important;
    scroll-margin-right: -2.75rem !important;
  }

  .sm\:-scroll-mx-12 {
    scroll-margin-left: -3rem !important;
    scroll-margin-right: -3rem !important;
  }

  .sm\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem !important;
    scroll-margin-right: -3.5rem !important;
  }

  .sm\:-scroll-mx-16 {
    scroll-margin-left: -4rem !important;
    scroll-margin-right: -4rem !important;
  }

  .sm\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem !important;
    scroll-margin-right: -0.5rem !important;
  }

  .sm\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem !important;
    scroll-margin-right: -0.625rem !important;
  }

  .sm\:-scroll-mx-20 {
    scroll-margin-left: -5rem !important;
    scroll-margin-right: -5rem !important;
  }

  .sm\:-scroll-mx-24 {
    scroll-margin-left: -6rem !important;
    scroll-margin-right: -6rem !important;
  }

  .sm\:-scroll-mx-28 {
    scroll-margin-left: -7rem !important;
    scroll-margin-right: -7rem !important;
  }

  .sm\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem !important;
    scroll-margin-right: -0.75rem !important;
  }

  .sm\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem !important;
    scroll-margin-right: -0.875rem !important;
  }

  .sm\:-scroll-mx-32 {
    scroll-margin-left: -8rem !important;
    scroll-margin-right: -8rem !important;
  }

  .sm\:-scroll-mx-36 {
    scroll-margin-left: -9rem !important;
    scroll-margin-right: -9rem !important;
  }

  .sm\:-scroll-mx-4 {
    scroll-margin-left: -1rem !important;
    scroll-margin-right: -1rem !important;
  }

  .sm\:-scroll-mx-40 {
    scroll-margin-left: -10rem !important;
    scroll-margin-right: -10rem !important;
  }

  .sm\:-scroll-mx-44 {
    scroll-margin-left: -11rem !important;
    scroll-margin-right: -11rem !important;
  }

  .sm\:-scroll-mx-48 {
    scroll-margin-left: -12rem !important;
    scroll-margin-right: -12rem !important;
  }

  .sm\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem !important;
    scroll-margin-right: -1.25rem !important;
  }

  .sm\:-scroll-mx-52 {
    scroll-margin-left: -13rem !important;
    scroll-margin-right: -13rem !important;
  }

  .sm\:-scroll-mx-56 {
    scroll-margin-left: -14rem !important;
    scroll-margin-right: -14rem !important;
  }

  .sm\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem !important;
    scroll-margin-right: -1.5rem !important;
  }

  .sm\:-scroll-mx-60 {
    scroll-margin-left: -15rem !important;
    scroll-margin-right: -15rem !important;
  }

  .sm\:-scroll-mx-64 {
    scroll-margin-left: -16rem !important;
    scroll-margin-right: -16rem !important;
  }

  .sm\:-scroll-mx-8 {
    scroll-margin-left: -2rem !important;
    scroll-margin-right: -2rem !important;
  }

  .sm\:-scroll-mx-80 {
    scroll-margin-left: -20rem !important;
    scroll-margin-right: -20rem !important;
  }

  .sm\:-scroll-my-0 {
    scroll-margin-top: -0px !important;
    scroll-margin-bottom: -0px !important;
  }

  .sm\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem !important;
    scroll-margin-bottom: -0.125rem !important;
  }

  .sm\:-scroll-my-1 {
    scroll-margin-top: -0.25rem !important;
    scroll-margin-bottom: -0.25rem !important;
  }

  .sm\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem !important;
    scroll-margin-bottom: -0.375rem !important;
  }

  .sm\:-scroll-my-10 {
    scroll-margin-top: -2.5rem !important;
    scroll-margin-bottom: -2.5rem !important;
  }

  .sm\:-scroll-my-11 {
    scroll-margin-top: -2.75rem !important;
    scroll-margin-bottom: -2.75rem !important;
  }

  .sm\:-scroll-my-12 {
    scroll-margin-top: -3rem !important;
    scroll-margin-bottom: -3rem !important;
  }

  .sm\:-scroll-my-14 {
    scroll-margin-top: -3.5rem !important;
    scroll-margin-bottom: -3.5rem !important;
  }

  .sm\:-scroll-my-16 {
    scroll-margin-top: -4rem !important;
    scroll-margin-bottom: -4rem !important;
  }

  .sm\:-scroll-my-2 {
    scroll-margin-top: -0.5rem !important;
    scroll-margin-bottom: -0.5rem !important;
  }

  .sm\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem !important;
    scroll-margin-bottom: -0.625rem !important;
  }

  .sm\:-scroll-my-20 {
    scroll-margin-top: -5rem !important;
    scroll-margin-bottom: -5rem !important;
  }

  .sm\:-scroll-my-24 {
    scroll-margin-top: -6rem !important;
    scroll-margin-bottom: -6rem !important;
  }

  .sm\:-scroll-my-28 {
    scroll-margin-top: -7rem !important;
    scroll-margin-bottom: -7rem !important;
  }

  .sm\:-scroll-my-3 {
    scroll-margin-top: -0.75rem !important;
    scroll-margin-bottom: -0.75rem !important;
  }

  .sm\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem !important;
    scroll-margin-bottom: -0.875rem !important;
  }

  .sm\:-scroll-my-32 {
    scroll-margin-top: -8rem !important;
    scroll-margin-bottom: -8rem !important;
  }

  .sm\:-scroll-my-36 {
    scroll-margin-top: -9rem !important;
    scroll-margin-bottom: -9rem !important;
  }

  .sm\:-scroll-my-4 {
    scroll-margin-top: -1rem !important;
    scroll-margin-bottom: -1rem !important;
  }

  .sm\:-scroll-my-40 {
    scroll-margin-top: -10rem !important;
    scroll-margin-bottom: -10rem !important;
  }

  .sm\:-scroll-my-44 {
    scroll-margin-top: -11rem !important;
    scroll-margin-bottom: -11rem !important;
  }

  .sm\:-scroll-my-48 {
    scroll-margin-top: -12rem !important;
    scroll-margin-bottom: -12rem !important;
  }

  .sm\:-scroll-my-5 {
    scroll-margin-top: -1.25rem !important;
    scroll-margin-bottom: -1.25rem !important;
  }

  .sm\:-scroll-my-52 {
    scroll-margin-top: -13rem !important;
    scroll-margin-bottom: -13rem !important;
  }

  .sm\:-scroll-my-56 {
    scroll-margin-top: -14rem !important;
    scroll-margin-bottom: -14rem !important;
  }

  .sm\:-scroll-my-6 {
    scroll-margin-top: -1.5rem !important;
    scroll-margin-bottom: -1.5rem !important;
  }

  .sm\:-scroll-my-60 {
    scroll-margin-top: -15rem !important;
    scroll-margin-bottom: -15rem !important;
  }

  .sm\:-scroll-my-64 {
    scroll-margin-top: -16rem !important;
    scroll-margin-bottom: -16rem !important;
  }

  .sm\:-scroll-my-8 {
    scroll-margin-top: -2rem !important;
    scroll-margin-bottom: -2rem !important;
  }

  .sm\:-scroll-my-80 {
    scroll-margin-top: -20rem !important;
    scroll-margin-bottom: -20rem !important;
  }

  .sm\:scroll-mx-0 {
    scroll-margin-left: 0px !important;
    scroll-margin-right: 0px !important;
  }

  .sm\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem !important;
    scroll-margin-right: 0.125rem !important;
  }

  .sm\:scroll-mx-1 {
    scroll-margin-left: 0.25rem !important;
    scroll-margin-right: 0.25rem !important;
  }

  .sm\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem !important;
    scroll-margin-right: 0.375rem !important;
  }

  .sm\:scroll-mx-10 {
    scroll-margin-left: 2.5rem !important;
    scroll-margin-right: 2.5rem !important;
  }

  .sm\:scroll-mx-11 {
    scroll-margin-left: 2.75rem !important;
    scroll-margin-right: 2.75rem !important;
  }

  .sm\:scroll-mx-12 {
    scroll-margin-left: 3rem !important;
    scroll-margin-right: 3rem !important;
  }

  .sm\:scroll-mx-14 {
    scroll-margin-left: 3.5rem !important;
    scroll-margin-right: 3.5rem !important;
  }

  .sm\:scroll-mx-16 {
    scroll-margin-left: 4rem !important;
    scroll-margin-right: 4rem !important;
  }

  .sm\:scroll-mx-2 {
    scroll-margin-left: 0.5rem !important;
    scroll-margin-right: 0.5rem !important;
  }

  .sm\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem !important;
    scroll-margin-right: 0.625rem !important;
  }

  .sm\:scroll-mx-20 {
    scroll-margin-left: 5rem !important;
    scroll-margin-right: 5rem !important;
  }

  .sm\:scroll-mx-24 {
    scroll-margin-left: 6rem !important;
    scroll-margin-right: 6rem !important;
  }

  .sm\:scroll-mx-28 {
    scroll-margin-left: 7rem !important;
    scroll-margin-right: 7rem !important;
  }

  .sm\:scroll-mx-3 {
    scroll-margin-left: 0.75rem !important;
    scroll-margin-right: 0.75rem !important;
  }

  .sm\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem !important;
    scroll-margin-right: 0.875rem !important;
  }

  .sm\:scroll-mx-32 {
    scroll-margin-left: 8rem !important;
    scroll-margin-right: 8rem !important;
  }

  .sm\:scroll-mx-36 {
    scroll-margin-left: 9rem !important;
    scroll-margin-right: 9rem !important;
  }

  .sm\:scroll-mx-4 {
    scroll-margin-left: 1rem !important;
    scroll-margin-right: 1rem !important;
  }

  .sm\:scroll-mx-40 {
    scroll-margin-left: 10rem !important;
    scroll-margin-right: 10rem !important;
  }

  .sm\:scroll-mx-44 {
    scroll-margin-left: 11rem !important;
    scroll-margin-right: 11rem !important;
  }

  .sm\:scroll-mx-48 {
    scroll-margin-left: 12rem !important;
    scroll-margin-right: 12rem !important;
  }

  .sm\:scroll-mx-5 {
    scroll-margin-left: 1.25rem !important;
    scroll-margin-right: 1.25rem !important;
  }

  .sm\:scroll-mx-52 {
    scroll-margin-left: 13rem !important;
    scroll-margin-right: 13rem !important;
  }

  .sm\:scroll-mx-56 {
    scroll-margin-left: 14rem !important;
    scroll-margin-right: 14rem !important;
  }

  .sm\:scroll-mx-6 {
    scroll-margin-left: 1.5rem !important;
    scroll-margin-right: 1.5rem !important;
  }

  .sm\:scroll-mx-60 {
    scroll-margin-left: 15rem !important;
    scroll-margin-right: 15rem !important;
  }

  .sm\:scroll-mx-64 {
    scroll-margin-left: 16rem !important;
    scroll-margin-right: 16rem !important;
  }

  .sm\:scroll-mx-8 {
    scroll-margin-left: 2rem !important;
    scroll-margin-right: 2rem !important;
  }

  .sm\:scroll-mx-80 {
    scroll-margin-left: 20rem !important;
    scroll-margin-right: 20rem !important;
  }

  .sm\:scroll-my-0 {
    scroll-margin-top: 0px !important;
    scroll-margin-bottom: 0px !important;
  }

  .sm\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem !important;
    scroll-margin-bottom: 0.125rem !important;
  }

  .sm\:scroll-my-1 {
    scroll-margin-top: 0.25rem !important;
    scroll-margin-bottom: 0.25rem !important;
  }

  .sm\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem !important;
    scroll-margin-bottom: 0.375rem !important;
  }

  .sm\:scroll-my-10 {
    scroll-margin-top: 2.5rem !important;
    scroll-margin-bottom: 2.5rem !important;
  }

  .sm\:scroll-my-11 {
    scroll-margin-top: 2.75rem !important;
    scroll-margin-bottom: 2.75rem !important;
  }

  .sm\:scroll-my-12 {
    scroll-margin-top: 3rem !important;
    scroll-margin-bottom: 3rem !important;
  }

  .sm\:scroll-my-14 {
    scroll-margin-top: 3.5rem !important;
    scroll-margin-bottom: 3.5rem !important;
  }

  .sm\:scroll-my-16 {
    scroll-margin-top: 4rem !important;
    scroll-margin-bottom: 4rem !important;
  }

  .sm\:scroll-my-2 {
    scroll-margin-top: 0.5rem !important;
    scroll-margin-bottom: 0.5rem !important;
  }

  .sm\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem !important;
    scroll-margin-bottom: 0.625rem !important;
  }

  .sm\:scroll-my-20 {
    scroll-margin-top: 5rem !important;
    scroll-margin-bottom: 5rem !important;
  }

  .sm\:scroll-my-24 {
    scroll-margin-top: 6rem !important;
    scroll-margin-bottom: 6rem !important;
  }

  .sm\:scroll-my-28 {
    scroll-margin-top: 7rem !important;
    scroll-margin-bottom: 7rem !important;
  }

  .sm\:scroll-my-3 {
    scroll-margin-top: 0.75rem !important;
    scroll-margin-bottom: 0.75rem !important;
  }

  .sm\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem !important;
    scroll-margin-bottom: 0.875rem !important;
  }

  .sm\:scroll-my-32 {
    scroll-margin-top: 8rem !important;
    scroll-margin-bottom: 8rem !important;
  }

  .sm\:scroll-my-36 {
    scroll-margin-top: 9rem !important;
    scroll-margin-bottom: 9rem !important;
  }

  .sm\:scroll-my-4 {
    scroll-margin-top: 1rem !important;
    scroll-margin-bottom: 1rem !important;
  }

  .sm\:scroll-my-40 {
    scroll-margin-top: 10rem !important;
    scroll-margin-bottom: 10rem !important;
  }

  .sm\:scroll-my-44 {
    scroll-margin-top: 11rem !important;
    scroll-margin-bottom: 11rem !important;
  }

  .sm\:scroll-my-48 {
    scroll-margin-top: 12rem !important;
    scroll-margin-bottom: 12rem !important;
  }

  .sm\:scroll-my-5 {
    scroll-margin-top: 1.25rem !important;
    scroll-margin-bottom: 1.25rem !important;
  }

  .sm\:scroll-my-52 {
    scroll-margin-top: 13rem !important;
    scroll-margin-bottom: 13rem !important;
  }

  .sm\:scroll-my-56 {
    scroll-margin-top: 14rem !important;
    scroll-margin-bottom: 14rem !important;
  }

  .sm\:scroll-my-6 {
    scroll-margin-top: 1.5rem !important;
    scroll-margin-bottom: 1.5rem !important;
  }

  .sm\:scroll-my-60 {
    scroll-margin-top: 15rem !important;
    scroll-margin-bottom: 15rem !important;
  }

  .sm\:scroll-my-64 {
    scroll-margin-top: 16rem !important;
    scroll-margin-bottom: 16rem !important;
  }

  .sm\:scroll-my-8 {
    scroll-margin-top: 2rem !important;
    scroll-margin-bottom: 2rem !important;
  }

  .sm\:scroll-my-80 {
    scroll-margin-top: 20rem !important;
    scroll-margin-bottom: 20rem !important;
  }

  .sm\:-scroll-mb-0 {
    scroll-margin-bottom: -0px !important;
  }

  .sm\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem !important;
  }

  .sm\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem !important;
  }

  .sm\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem !important;
  }

  .sm\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem !important;
  }

  .sm\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem !important;
  }

  .sm\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem !important;
  }

  .sm\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem !important;
  }

  .sm\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem !important;
  }

  .sm\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem !important;
  }

  .sm\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem !important;
  }

  .sm\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem !important;
  }

  .sm\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem !important;
  }

  .sm\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem !important;
  }

  .sm\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem !important;
  }

  .sm\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem !important;
  }

  .sm\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem !important;
  }

  .sm\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem !important;
  }

  .sm\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem !important;
  }

  .sm\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem !important;
  }

  .sm\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem !important;
  }

  .sm\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem !important;
  }

  .sm\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem !important;
  }

  .sm\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem !important;
  }

  .sm\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem !important;
  }

  .sm\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem !important;
  }

  .sm\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem !important;
  }

  .sm\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem !important;
  }

  .sm\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem !important;
  }

  .sm\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem !important;
  }

  .sm\:-scroll-ml-0 {
    scroll-margin-left: -0px !important;
  }

  .sm\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem !important;
  }

  .sm\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem !important;
  }

  .sm\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem !important;
  }

  .sm\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem !important;
  }

  .sm\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem !important;
  }

  .sm\:-scroll-ml-12 {
    scroll-margin-left: -3rem !important;
  }

  .sm\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem !important;
  }

  .sm\:-scroll-ml-16 {
    scroll-margin-left: -4rem !important;
  }

  .sm\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem !important;
  }

  .sm\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem !important;
  }

  .sm\:-scroll-ml-20 {
    scroll-margin-left: -5rem !important;
  }

  .sm\:-scroll-ml-24 {
    scroll-margin-left: -6rem !important;
  }

  .sm\:-scroll-ml-28 {
    scroll-margin-left: -7rem !important;
  }

  .sm\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem !important;
  }

  .sm\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem !important;
  }

  .sm\:-scroll-ml-32 {
    scroll-margin-left: -8rem !important;
  }

  .sm\:-scroll-ml-36 {
    scroll-margin-left: -9rem !important;
  }

  .sm\:-scroll-ml-4 {
    scroll-margin-left: -1rem !important;
  }

  .sm\:-scroll-ml-40 {
    scroll-margin-left: -10rem !important;
  }

  .sm\:-scroll-ml-44 {
    scroll-margin-left: -11rem !important;
  }

  .sm\:-scroll-ml-48 {
    scroll-margin-left: -12rem !important;
  }

  .sm\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem !important;
  }

  .sm\:-scroll-ml-52 {
    scroll-margin-left: -13rem !important;
  }

  .sm\:-scroll-ml-56 {
    scroll-margin-left: -14rem !important;
  }

  .sm\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem !important;
  }

  .sm\:-scroll-ml-60 {
    scroll-margin-left: -15rem !important;
  }

  .sm\:-scroll-ml-64 {
    scroll-margin-left: -16rem !important;
  }

  .sm\:-scroll-ml-8 {
    scroll-margin-left: -2rem !important;
  }

  .sm\:-scroll-ml-80 {
    scroll-margin-left: -20rem !important;
  }

  .sm\:-scroll-mr-0 {
    scroll-margin-right: -0px !important;
  }

  .sm\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem !important;
  }

  .sm\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem !important;
  }

  .sm\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem !important;
  }

  .sm\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem !important;
  }

  .sm\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem !important;
  }

  .sm\:-scroll-mr-12 {
    scroll-margin-right: -3rem !important;
  }

  .sm\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem !important;
  }

  .sm\:-scroll-mr-16 {
    scroll-margin-right: -4rem !important;
  }

  .sm\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem !important;
  }

  .sm\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem !important;
  }

  .sm\:-scroll-mr-20 {
    scroll-margin-right: -5rem !important;
  }

  .sm\:-scroll-mr-24 {
    scroll-margin-right: -6rem !important;
  }

  .sm\:-scroll-mr-28 {
    scroll-margin-right: -7rem !important;
  }

  .sm\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem !important;
  }

  .sm\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem !important;
  }

  .sm\:-scroll-mr-32 {
    scroll-margin-right: -8rem !important;
  }

  .sm\:-scroll-mr-36 {
    scroll-margin-right: -9rem !important;
  }

  .sm\:-scroll-mr-4 {
    scroll-margin-right: -1rem !important;
  }

  .sm\:-scroll-mr-40 {
    scroll-margin-right: -10rem !important;
  }

  .sm\:-scroll-mr-44 {
    scroll-margin-right: -11rem !important;
  }

  .sm\:-scroll-mr-48 {
    scroll-margin-right: -12rem !important;
  }

  .sm\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem !important;
  }

  .sm\:-scroll-mr-52 {
    scroll-margin-right: -13rem !important;
  }

  .sm\:-scroll-mr-56 {
    scroll-margin-right: -14rem !important;
  }

  .sm\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem !important;
  }

  .sm\:-scroll-mr-60 {
    scroll-margin-right: -15rem !important;
  }

  .sm\:-scroll-mr-64 {
    scroll-margin-right: -16rem !important;
  }

  .sm\:-scroll-mr-8 {
    scroll-margin-right: -2rem !important;
  }

  .sm\:-scroll-mr-80 {
    scroll-margin-right: -20rem !important;
  }

  .sm\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .sm\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !important;
  }

  .sm\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem !important;
  }

  .sm\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem !important;
  }

  .sm\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem !important;
  }

  .sm\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem !important;
  }

  .sm\:-scroll-mt-12 {
    scroll-margin-top: -3rem !important;
  }

  .sm\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem !important;
  }

  .sm\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .sm\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem !important;
  }

  .sm\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem !important;
  }

  .sm\:-scroll-mt-20 {
    scroll-margin-top: -5rem !important;
  }

  .sm\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .sm\:-scroll-mt-28 {
    scroll-margin-top: -7rem !important;
  }

  .sm\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem !important;
  }

  .sm\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem !important;
  }

  .sm\:-scroll-mt-32 {
    scroll-margin-top: -8rem !important;
  }

  .sm\:-scroll-mt-36 {
    scroll-margin-top: -9rem !important;
  }

  .sm\:-scroll-mt-4 {
    scroll-margin-top: -1rem !important;
  }

  .sm\:-scroll-mt-40 {
    scroll-margin-top: -10rem !important;
  }

  .sm\:-scroll-mt-44 {
    scroll-margin-top: -11rem !important;
  }

  .sm\:-scroll-mt-48 {
    scroll-margin-top: -12rem !important;
  }

  .sm\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem !important;
  }

  .sm\:-scroll-mt-52 {
    scroll-margin-top: -13rem !important;
  }

  .sm\:-scroll-mt-56 {
    scroll-margin-top: -14rem !important;
  }

  .sm\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem !important;
  }

  .sm\:-scroll-mt-60 {
    scroll-margin-top: -15rem !important;
  }

  .sm\:-scroll-mt-64 {
    scroll-margin-top: -16rem !important;
  }

  .sm\:-scroll-mt-8 {
    scroll-margin-top: -2rem !important;
  }

  .sm\:-scroll-mt-80 {
    scroll-margin-top: -20rem !important;
  }

  .sm\:scroll-mb-0 {
    scroll-margin-bottom: 0px !important;
  }

  .sm\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem !important;
  }

  .sm\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem !important;
  }

  .sm\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem !important;
  }

  .sm\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem !important;
  }

  .sm\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem !important;
  }

  .sm\:scroll-mb-12 {
    scroll-margin-bottom: 3rem !important;
  }

  .sm\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem !important;
  }

  .sm\:scroll-mb-16 {
    scroll-margin-bottom: 4rem !important;
  }

  .sm\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem !important;
  }

  .sm\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem !important;
  }

  .sm\:scroll-mb-20 {
    scroll-margin-bottom: 5rem !important;
  }

  .sm\:scroll-mb-24 {
    scroll-margin-bottom: 6rem !important;
  }

  .sm\:scroll-mb-28 {
    scroll-margin-bottom: 7rem !important;
  }

  .sm\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem !important;
  }

  .sm\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem !important;
  }

  .sm\:scroll-mb-32 {
    scroll-margin-bottom: 8rem !important;
  }

  .sm\:scroll-mb-36 {
    scroll-margin-bottom: 9rem !important;
  }

  .sm\:scroll-mb-4 {
    scroll-margin-bottom: 1rem !important;
  }

  .sm\:scroll-mb-40 {
    scroll-margin-bottom: 10rem !important;
  }

  .sm\:scroll-mb-44 {
    scroll-margin-bottom: 11rem !important;
  }

  .sm\:scroll-mb-48 {
    scroll-margin-bottom: 12rem !important;
  }

  .sm\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem !important;
  }

  .sm\:scroll-mb-52 {
    scroll-margin-bottom: 13rem !important;
  }

  .sm\:scroll-mb-56 {
    scroll-margin-bottom: 14rem !important;
  }

  .sm\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem !important;
  }

  .sm\:scroll-mb-60 {
    scroll-margin-bottom: 15rem !important;
  }

  .sm\:scroll-mb-64 {
    scroll-margin-bottom: 16rem !important;
  }

  .sm\:scroll-mb-8 {
    scroll-margin-bottom: 2rem !important;
  }

  .sm\:scroll-mb-80 {
    scroll-margin-bottom: 20rem !important;
  }

  .sm\:scroll-ml-0 {
    scroll-margin-left: 0px !important;
  }

  .sm\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem !important;
  }

  .sm\:scroll-ml-1 {
    scroll-margin-left: 0.25rem !important;
  }

  .sm\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem !important;
  }

  .sm\:scroll-ml-10 {
    scroll-margin-left: 2.5rem !important;
  }

  .sm\:scroll-ml-11 {
    scroll-margin-left: 2.75rem !important;
  }

  .sm\:scroll-ml-12 {
    scroll-margin-left: 3rem !important;
  }

  .sm\:scroll-ml-14 {
    scroll-margin-left: 3.5rem !important;
  }

  .sm\:scroll-ml-16 {
    scroll-margin-left: 4rem !important;
  }

  .sm\:scroll-ml-2 {
    scroll-margin-left: 0.5rem !important;
  }

  .sm\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem !important;
  }

  .sm\:scroll-ml-20 {
    scroll-margin-left: 5rem !important;
  }

  .sm\:scroll-ml-24 {
    scroll-margin-left: 6rem !important;
  }

  .sm\:scroll-ml-28 {
    scroll-margin-left: 7rem !important;
  }

  .sm\:scroll-ml-3 {
    scroll-margin-left: 0.75rem !important;
  }

  .sm\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem !important;
  }

  .sm\:scroll-ml-32 {
    scroll-margin-left: 8rem !important;
  }

  .sm\:scroll-ml-36 {
    scroll-margin-left: 9rem !important;
  }

  .sm\:scroll-ml-4 {
    scroll-margin-left: 1rem !important;
  }

  .sm\:scroll-ml-40 {
    scroll-margin-left: 10rem !important;
  }

  .sm\:scroll-ml-44 {
    scroll-margin-left: 11rem !important;
  }

  .sm\:scroll-ml-48 {
    scroll-margin-left: 12rem !important;
  }

  .sm\:scroll-ml-5 {
    scroll-margin-left: 1.25rem !important;
  }

  .sm\:scroll-ml-52 {
    scroll-margin-left: 13rem !important;
  }

  .sm\:scroll-ml-56 {
    scroll-margin-left: 14rem !important;
  }

  .sm\:scroll-ml-6 {
    scroll-margin-left: 1.5rem !important;
  }

  .sm\:scroll-ml-60 {
    scroll-margin-left: 15rem !important;
  }

  .sm\:scroll-ml-64 {
    scroll-margin-left: 16rem !important;
  }

  .sm\:scroll-ml-8 {
    scroll-margin-left: 2rem !important;
  }

  .sm\:scroll-ml-80 {
    scroll-margin-left: 20rem !important;
  }

  .sm\:scroll-mr-0 {
    scroll-margin-right: 0px !important;
  }

  .sm\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem !important;
  }

  .sm\:scroll-mr-1 {
    scroll-margin-right: 0.25rem !important;
  }

  .sm\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem !important;
  }

  .sm\:scroll-mr-10 {
    scroll-margin-right: 2.5rem !important;
  }

  .sm\:scroll-mr-11 {
    scroll-margin-right: 2.75rem !important;
  }

  .sm\:scroll-mr-12 {
    scroll-margin-right: 3rem !important;
  }

  .sm\:scroll-mr-14 {
    scroll-margin-right: 3.5rem !important;
  }

  .sm\:scroll-mr-16 {
    scroll-margin-right: 4rem !important;
  }

  .sm\:scroll-mr-2 {
    scroll-margin-right: 0.5rem !important;
  }

  .sm\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem !important;
  }

  .sm\:scroll-mr-20 {
    scroll-margin-right: 5rem !important;
  }

  .sm\:scroll-mr-24 {
    scroll-margin-right: 6rem !important;
  }

  .sm\:scroll-mr-28 {
    scroll-margin-right: 7rem !important;
  }

  .sm\:scroll-mr-3 {
    scroll-margin-right: 0.75rem !important;
  }

  .sm\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem !important;
  }

  .sm\:scroll-mr-32 {
    scroll-margin-right: 8rem !important;
  }

  .sm\:scroll-mr-36 {
    scroll-margin-right: 9rem !important;
  }

  .sm\:scroll-mr-4 {
    scroll-margin-right: 1rem !important;
  }

  .sm\:scroll-mr-40 {
    scroll-margin-right: 10rem !important;
  }

  .sm\:scroll-mr-44 {
    scroll-margin-right: 11rem !important;
  }

  .sm\:scroll-mr-48 {
    scroll-margin-right: 12rem !important;
  }

  .sm\:scroll-mr-5 {
    scroll-margin-right: 1.25rem !important;
  }

  .sm\:scroll-mr-52 {
    scroll-margin-right: 13rem !important;
  }

  .sm\:scroll-mr-56 {
    scroll-margin-right: 14rem !important;
  }

  .sm\:scroll-mr-6 {
    scroll-margin-right: 1.5rem !important;
  }

  .sm\:scroll-mr-60 {
    scroll-margin-right: 15rem !important;
  }

  .sm\:scroll-mr-64 {
    scroll-margin-right: 16rem !important;
  }

  .sm\:scroll-mr-8 {
    scroll-margin-right: 2rem !important;
  }

  .sm\:scroll-mr-80 {
    scroll-margin-right: 20rem !important;
  }

  .sm\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .sm\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem !important;
  }

  .sm\:scroll-mt-1 {
    scroll-margin-top: 0.25rem !important;
  }

  .sm\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem !important;
  }

  .sm\:scroll-mt-10 {
    scroll-margin-top: 2.5rem !important;
  }

  .sm\:scroll-mt-11 {
    scroll-margin-top: 2.75rem !important;
  }

  .sm\:scroll-mt-12 {
    scroll-margin-top: 3rem !important;
  }

  .sm\:scroll-mt-14 {
    scroll-margin-top: 3.5rem !important;
  }

  .sm\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .sm\:scroll-mt-2 {
    scroll-margin-top: 0.5rem !important;
  }

  .sm\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem !important;
  }

  .sm\:scroll-mt-20 {
    scroll-margin-top: 5rem !important;
  }

  .sm\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

  .sm\:scroll-mt-28 {
    scroll-margin-top: 7rem !important;
  }

  .sm\:scroll-mt-3 {
    scroll-margin-top: 0.75rem !important;
  }

  .sm\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem !important;
  }

  .sm\:scroll-mt-32 {
    scroll-margin-top: 8rem !important;
  }

  .sm\:scroll-mt-36 {
    scroll-margin-top: 9rem !important;
  }

  .sm\:scroll-mt-4 {
    scroll-margin-top: 1rem !important;
  }

  .sm\:scroll-mt-40 {
    scroll-margin-top: 10rem !important;
  }

  .sm\:scroll-mt-44 {
    scroll-margin-top: 11rem !important;
  }

  .sm\:scroll-mt-48 {
    scroll-margin-top: 12rem !important;
  }

  .sm\:scroll-mt-5 {
    scroll-margin-top: 1.25rem !important;
  }

  .sm\:scroll-mt-52 {
    scroll-margin-top: 13rem !important;
  }

  .sm\:scroll-mt-56 {
    scroll-margin-top: 14rem !important;
  }

  .sm\:scroll-mt-6 {
    scroll-margin-top: 1.5rem !important;
  }

  .sm\:scroll-mt-60 {
    scroll-margin-top: 15rem !important;
  }

  .sm\:scroll-mt-64 {
    scroll-margin-top: 16rem !important;
  }

  .sm\:scroll-mt-8 {
    scroll-margin-top: 2rem !important;
  }

  .sm\:scroll-mt-80 {
    scroll-margin-top: 20rem !important;
  }

  .sm\:scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .sm\:scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .sm\:scroll-p-1 {
    scroll-padding: 0.25rem !important;
  }

  .sm\:scroll-p-1\.5 {
    scroll-padding: 0.375rem !important;
  }

  .sm\:scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .sm\:scroll-p-11 {
    scroll-padding: 2.75rem !important;
  }

  .sm\:scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .sm\:scroll-p-14 {
    scroll-padding: 3.5rem !important;
  }

  .sm\:scroll-p-16 {
    scroll-padding: 4rem !important;
  }

  .sm\:scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .sm\:scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .sm\:scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .sm\:scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .sm\:scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .sm\:scroll-p-3 {
    scroll-padding: 0.75rem !important;
  }

  .sm\:scroll-p-3\.5 {
    scroll-padding: 0.875rem !important;
  }

  .sm\:scroll-p-32 {
    scroll-padding: 8rem !important;
  }

  .sm\:scroll-p-36 {
    scroll-padding: 9rem !important;
  }

  .sm\:scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .sm\:scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .sm\:scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .sm\:scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .sm\:scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .sm\:scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .sm\:scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .sm\:scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .sm\:scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .sm\:scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .sm\:scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .sm\:scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .sm\:scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .sm\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .sm\:scroll-px-1 {
    scroll-padding-left: 0.25rem !important;
    scroll-padding-right: 0.25rem !important;
  }

  .sm\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem !important;
    scroll-padding-right: 0.375rem !important;
  }

  .sm\:scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .sm\:scroll-px-11 {
    scroll-padding-left: 2.75rem !important;
    scroll-padding-right: 2.75rem !important;
  }

  .sm\:scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .sm\:scroll-px-14 {
    scroll-padding-left: 3.5rem !important;
    scroll-padding-right: 3.5rem !important;
  }

  .sm\:scroll-px-16 {
    scroll-padding-left: 4rem !important;
    scroll-padding-right: 4rem !important;
  }

  .sm\:scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .sm\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .sm\:scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .sm\:scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .sm\:scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .sm\:scroll-px-3 {
    scroll-padding-left: 0.75rem !important;
    scroll-padding-right: 0.75rem !important;
  }

  .sm\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem !important;
    scroll-padding-right: 0.875rem !important;
  }

  .sm\:scroll-px-32 {
    scroll-padding-left: 8rem !important;
    scroll-padding-right: 8rem !important;
  }

  .sm\:scroll-px-36 {
    scroll-padding-left: 9rem !important;
    scroll-padding-right: 9rem !important;
  }

  .sm\:scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .sm\:scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .sm\:scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .sm\:scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .sm\:scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .sm\:scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .sm\:scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .sm\:scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .sm\:scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .sm\:scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .sm\:scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .sm\:scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .sm\:scroll-py-0 {
    scroll-padding-top: 0px !important;
    scroll-padding-bottom: 0px !important;
  }

  .sm\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem !important;
    scroll-padding-bottom: 0.125rem !important;
  }

  .sm\:scroll-py-1 {
    scroll-padding-top: 0.25rem !important;
    scroll-padding-bottom: 0.25rem !important;
  }

  .sm\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem !important;
    scroll-padding-bottom: 0.375rem !important;
  }

  .sm\:scroll-py-10 {
    scroll-padding-top: 2.5rem !important;
    scroll-padding-bottom: 2.5rem !important;
  }

  .sm\:scroll-py-11 {
    scroll-padding-top: 2.75rem !important;
    scroll-padding-bottom: 2.75rem !important;
  }

  .sm\:scroll-py-12 {
    scroll-padding-top: 3rem !important;
    scroll-padding-bottom: 3rem !important;
  }

  .sm\:scroll-py-14 {
    scroll-padding-top: 3.5rem !important;
    scroll-padding-bottom: 3.5rem !important;
  }

  .sm\:scroll-py-16 {
    scroll-padding-top: 4rem !important;
    scroll-padding-bottom: 4rem !important;
  }

  .sm\:scroll-py-2 {
    scroll-padding-top: 0.5rem !important;
    scroll-padding-bottom: 0.5rem !important;
  }

  .sm\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem !important;
    scroll-padding-bottom: 0.625rem !important;
  }

  .sm\:scroll-py-20 {
    scroll-padding-top: 5rem !important;
    scroll-padding-bottom: 5rem !important;
  }

  .sm\:scroll-py-24 {
    scroll-padding-top: 6rem !important;
    scroll-padding-bottom: 6rem !important;
  }

  .sm\:scroll-py-28 {
    scroll-padding-top: 7rem !important;
    scroll-padding-bottom: 7rem !important;
  }

  .sm\:scroll-py-3 {
    scroll-padding-top: 0.75rem !important;
    scroll-padding-bottom: 0.75rem !important;
  }

  .sm\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem !important;
    scroll-padding-bottom: 0.875rem !important;
  }

  .sm\:scroll-py-32 {
    scroll-padding-top: 8rem !important;
    scroll-padding-bottom: 8rem !important;
  }

  .sm\:scroll-py-36 {
    scroll-padding-top: 9rem !important;
    scroll-padding-bottom: 9rem !important;
  }

  .sm\:scroll-py-4 {
    scroll-padding-top: 1rem !important;
    scroll-padding-bottom: 1rem !important;
  }

  .sm\:scroll-py-40 {
    scroll-padding-top: 10rem !important;
    scroll-padding-bottom: 10rem !important;
  }

  .sm\:scroll-py-44 {
    scroll-padding-top: 11rem !important;
    scroll-padding-bottom: 11rem !important;
  }

  .sm\:scroll-py-48 {
    scroll-padding-top: 12rem !important;
    scroll-padding-bottom: 12rem !important;
  }

  .sm\:scroll-py-5 {
    scroll-padding-top: 1.25rem !important;
    scroll-padding-bottom: 1.25rem !important;
  }

  .sm\:scroll-py-52 {
    scroll-padding-top: 13rem !important;
    scroll-padding-bottom: 13rem !important;
  }

  .sm\:scroll-py-56 {
    scroll-padding-top: 14rem !important;
    scroll-padding-bottom: 14rem !important;
  }

  .sm\:scroll-py-6 {
    scroll-padding-top: 1.5rem !important;
    scroll-padding-bottom: 1.5rem !important;
  }

  .sm\:scroll-py-60 {
    scroll-padding-top: 15rem !important;
    scroll-padding-bottom: 15rem !important;
  }

  .sm\:scroll-py-64 {
    scroll-padding-top: 16rem !important;
    scroll-padding-bottom: 16rem !important;
  }

  .sm\:scroll-py-8 {
    scroll-padding-top: 2rem !important;
    scroll-padding-bottom: 2rem !important;
  }

  .sm\:scroll-py-80 {
    scroll-padding-top: 20rem !important;
    scroll-padding-bottom: 20rem !important;
  }

  .sm\:scroll-pb-0 {
    scroll-padding-bottom: 0px !important;
  }

  .sm\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem !important;
  }

  .sm\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem !important;
  }

  .sm\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem !important;
  }

  .sm\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem !important;
  }

  .sm\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem !important;
  }

  .sm\:scroll-pb-12 {
    scroll-padding-bottom: 3rem !important;
  }

  .sm\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem !important;
  }

  .sm\:scroll-pb-16 {
    scroll-padding-bottom: 4rem !important;
  }

  .sm\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem !important;
  }

  .sm\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem !important;
  }

  .sm\:scroll-pb-20 {
    scroll-padding-bottom: 5rem !important;
  }

  .sm\:scroll-pb-24 {
    scroll-padding-bottom: 6rem !important;
  }

  .sm\:scroll-pb-28 {
    scroll-padding-bottom: 7rem !important;
  }

  .sm\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem !important;
  }

  .sm\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem !important;
  }

  .sm\:scroll-pb-32 {
    scroll-padding-bottom: 8rem !important;
  }

  .sm\:scroll-pb-36 {
    scroll-padding-bottom: 9rem !important;
  }

  .sm\:scroll-pb-4 {
    scroll-padding-bottom: 1rem !important;
  }

  .sm\:scroll-pb-40 {
    scroll-padding-bottom: 10rem !important;
  }

  .sm\:scroll-pb-44 {
    scroll-padding-bottom: 11rem !important;
  }

  .sm\:scroll-pb-48 {
    scroll-padding-bottom: 12rem !important;
  }

  .sm\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem !important;
  }

  .sm\:scroll-pb-52 {
    scroll-padding-bottom: 13rem !important;
  }

  .sm\:scroll-pb-56 {
    scroll-padding-bottom: 14rem !important;
  }

  .sm\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem !important;
  }

  .sm\:scroll-pb-60 {
    scroll-padding-bottom: 15rem !important;
  }

  .sm\:scroll-pb-64 {
    scroll-padding-bottom: 16rem !important;
  }

  .sm\:scroll-pb-8 {
    scroll-padding-bottom: 2rem !important;
  }

  .sm\:scroll-pb-80 {
    scroll-padding-bottom: 20rem !important;
  }

  .sm\:scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .sm\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .sm\:scroll-pl-1 {
    scroll-padding-left: 0.25rem !important;
  }

  .sm\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem !important;
  }

  .sm\:scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .sm\:scroll-pl-11 {
    scroll-padding-left: 2.75rem !important;
  }

  .sm\:scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .sm\:scroll-pl-14 {
    scroll-padding-left: 3.5rem !important;
  }

  .sm\:scroll-pl-16 {
    scroll-padding-left: 4rem !important;
  }

  .sm\:scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .sm\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .sm\:scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .sm\:scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .sm\:scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .sm\:scroll-pl-3 {
    scroll-padding-left: 0.75rem !important;
  }

  .sm\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem !important;
  }

  .sm\:scroll-pl-32 {
    scroll-padding-left: 8rem !important;
  }

  .sm\:scroll-pl-36 {
    scroll-padding-left: 9rem !important;
  }

  .sm\:scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .sm\:scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .sm\:scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .sm\:scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .sm\:scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .sm\:scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .sm\:scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .sm\:scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .sm\:scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .sm\:scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .sm\:scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .sm\:scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .sm\:scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .sm\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .sm\:scroll-pr-1 {
    scroll-padding-right: 0.25rem !important;
  }

  .sm\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem !important;
  }

  .sm\:scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .sm\:scroll-pr-11 {
    scroll-padding-right: 2.75rem !important;
  }

  .sm\:scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .sm\:scroll-pr-14 {
    scroll-padding-right: 3.5rem !important;
  }

  .sm\:scroll-pr-16 {
    scroll-padding-right: 4rem !important;
  }

  .sm\:scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .sm\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .sm\:scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .sm\:scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .sm\:scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .sm\:scroll-pr-3 {
    scroll-padding-right: 0.75rem !important;
  }

  .sm\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem !important;
  }

  .sm\:scroll-pr-32 {
    scroll-padding-right: 8rem !important;
  }

  .sm\:scroll-pr-36 {
    scroll-padding-right: 9rem !important;
  }

  .sm\:scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .sm\:scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .sm\:scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .sm\:scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .sm\:scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .sm\:scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .sm\:scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .sm\:scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .sm\:scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .sm\:scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .sm\:scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .sm\:scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .sm\:scroll-pt-0 {
    scroll-padding-top: 0px !important;
  }

  .sm\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem !important;
  }

  .sm\:scroll-pt-1 {
    scroll-padding-top: 0.25rem !important;
  }

  .sm\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem !important;
  }

  .sm\:scroll-pt-10 {
    scroll-padding-top: 2.5rem !important;
  }

  .sm\:scroll-pt-11 {
    scroll-padding-top: 2.75rem !important;
  }

  .sm\:scroll-pt-12 {
    scroll-padding-top: 3rem !important;
  }

  .sm\:scroll-pt-14 {
    scroll-padding-top: 3.5rem !important;
  }

  .sm\:scroll-pt-16 {
    scroll-padding-top: 4rem !important;
  }

  .sm\:scroll-pt-2 {
    scroll-padding-top: 0.5rem !important;
  }

  .sm\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem !important;
  }

  .sm\:scroll-pt-20 {
    scroll-padding-top: 5rem !important;
  }

  .sm\:scroll-pt-24 {
    scroll-padding-top: 6rem !important;
  }

  .sm\:scroll-pt-28 {
    scroll-padding-top: 7rem !important;
  }

  .sm\:scroll-pt-3 {
    scroll-padding-top: 0.75rem !important;
  }

  .sm\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem !important;
  }

  .sm\:scroll-pt-32 {
    scroll-padding-top: 8rem !important;
  }

  .sm\:scroll-pt-36 {
    scroll-padding-top: 9rem !important;
  }

  .sm\:scroll-pt-4 {
    scroll-padding-top: 1rem !important;
  }

  .sm\:scroll-pt-40 {
    scroll-padding-top: 10rem !important;
  }

  .sm\:scroll-pt-44 {
    scroll-padding-top: 11rem !important;
  }

  .sm\:scroll-pt-48 {
    scroll-padding-top: 12rem !important;
  }

  .sm\:scroll-pt-5 {
    scroll-padding-top: 1.25rem !important;
  }

  .sm\:scroll-pt-52 {
    scroll-padding-top: 13rem !important;
  }

  .sm\:scroll-pt-56 {
    scroll-padding-top: 14rem !important;
  }

  .sm\:scroll-pt-6 {
    scroll-padding-top: 1.5rem !important;
  }

  .sm\:scroll-pt-60 {
    scroll-padding-top: 15rem !important;
  }

  .sm\:scroll-pt-64 {
    scroll-padding-top: 16rem !important;
  }

  .sm\:scroll-pt-8 {
    scroll-padding-top: 2rem !important;
  }

  .sm\:scroll-pt-80 {
    scroll-padding-top: 20rem !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:gap-0 {
    gap: 0px !important;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-12 {
    gap: 3rem !important;
  }

  .sm\:gap-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-16 {
    gap: 4rem !important;
  }

  .sm\:gap-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-20 {
    gap: 5rem !important;
  }

  .sm\:gap-24 {
    gap: 6rem !important;
  }

  .sm\:gap-28 {
    gap: 7rem !important;
  }

  .sm\:gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-32 {
    gap: 8rem !important;
  }

  .sm\:gap-36 {
    gap: 9rem !important;
  }

  .sm\:gap-4 {
    gap: 1rem !important;
  }

  .sm\:gap-40 {
    gap: 10rem !important;
  }

  .sm\:gap-44 {
    gap: 11rem !important;
  }

  .sm\:gap-48 {
    gap: 12rem !important;
  }

  .sm\:gap-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-52 {
    gap: 13rem !important;
  }

  .sm\:gap-56 {
    gap: 14rem !important;
  }

  .sm\:gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-60 {
    gap: 15rem !important;
  }

  .sm\:gap-64 {
    gap: 16rem !important;
  }

  .sm\:gap-8 {
    gap: 2rem !important;
  }

  .sm\:gap-80 {
    gap: 20rem !important;
  }

  .sm\:border-brand-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(46 39 20 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-dark\/0 {
    border-color: rgb(46 39 20 / 0) !important;
  }

  .sm\:border-brand-dark\/10 {
    border-color: rgb(46 39 20 / 0.1) !important;
  }

  .sm\:border-brand-dark\/100 {
    border-color: rgb(46 39 20 / 1) !important;
  }

  .sm\:border-brand-dark\/15 {
    border-color: rgb(46 39 20 / 0.15) !important;
  }

  .sm\:border-brand-dark\/20 {
    border-color: rgb(46 39 20 / 0.2) !important;
  }

  .sm\:border-brand-dark\/25 {
    border-color: rgb(46 39 20 / 0.25) !important;
  }

  .sm\:border-brand-dark\/30 {
    border-color: rgb(46 39 20 / 0.3) !important;
  }

  .sm\:border-brand-dark\/35 {
    border-color: rgb(46 39 20 / 0.35) !important;
  }

  .sm\:border-brand-dark\/40 {
    border-color: rgb(46 39 20 / 0.4) !important;
  }

  .sm\:border-brand-dark\/45 {
    border-color: rgb(46 39 20 / 0.45) !important;
  }

  .sm\:border-brand-dark\/5 {
    border-color: rgb(46 39 20 / 0.05) !important;
  }

  .sm\:border-brand-dark\/50 {
    border-color: rgb(46 39 20 / 0.5) !important;
  }

  .sm\:border-brand-dark\/55 {
    border-color: rgb(46 39 20 / 0.55) !important;
  }

  .sm\:border-brand-dark\/60 {
    border-color: rgb(46 39 20 / 0.6) !important;
  }

  .sm\:border-brand-dark\/65 {
    border-color: rgb(46 39 20 / 0.65) !important;
  }

  .sm\:border-brand-dark\/70 {
    border-color: rgb(46 39 20 / 0.7) !important;
  }

  .sm\:border-brand-dark\/75 {
    border-color: rgb(46 39 20 / 0.75) !important;
  }

  .sm\:border-brand-dark\/80 {
    border-color: rgb(46 39 20 / 0.8) !important;
  }

  .sm\:border-brand-dark\/85 {
    border-color: rgb(46 39 20 / 0.85) !important;
  }

  .sm\:border-brand-dark\/90 {
    border-color: rgb(46 39 20 / 0.9) !important;
  }

  .sm\:border-brand-dark\/95 {
    border-color: rgb(46 39 20 / 0.95) !important;
  }

  .sm\:border-brand-ink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(33 37 41 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-ink\/0 {
    border-color: rgb(33 37 41 / 0) !important;
  }

  .sm\:border-brand-ink\/10 {
    border-color: rgb(33 37 41 / 0.1) !important;
  }

  .sm\:border-brand-ink\/100 {
    border-color: rgb(33 37 41 / 1) !important;
  }

  .sm\:border-brand-ink\/15 {
    border-color: rgb(33 37 41 / 0.15) !important;
  }

  .sm\:border-brand-ink\/20 {
    border-color: rgb(33 37 41 / 0.2) !important;
  }

  .sm\:border-brand-ink\/25 {
    border-color: rgb(33 37 41 / 0.25) !important;
  }

  .sm\:border-brand-ink\/30 {
    border-color: rgb(33 37 41 / 0.3) !important;
  }

  .sm\:border-brand-ink\/35 {
    border-color: rgb(33 37 41 / 0.35) !important;
  }

  .sm\:border-brand-ink\/40 {
    border-color: rgb(33 37 41 / 0.4) !important;
  }

  .sm\:border-brand-ink\/45 {
    border-color: rgb(33 37 41 / 0.45) !important;
  }

  .sm\:border-brand-ink\/5 {
    border-color: rgb(33 37 41 / 0.05) !important;
  }

  .sm\:border-brand-ink\/50 {
    border-color: rgb(33 37 41 / 0.5) !important;
  }

  .sm\:border-brand-ink\/55 {
    border-color: rgb(33 37 41 / 0.55) !important;
  }

  .sm\:border-brand-ink\/60 {
    border-color: rgb(33 37 41 / 0.6) !important;
  }

  .sm\:border-brand-ink\/65 {
    border-color: rgb(33 37 41 / 0.65) !important;
  }

  .sm\:border-brand-ink\/70 {
    border-color: rgb(33 37 41 / 0.7) !important;
  }

  .sm\:border-brand-ink\/75 {
    border-color: rgb(33 37 41 / 0.75) !important;
  }

  .sm\:border-brand-ink\/80 {
    border-color: rgb(33 37 41 / 0.8) !important;
  }

  .sm\:border-brand-ink\/85 {
    border-color: rgb(33 37 41 / 0.85) !important;
  }

  .sm\:border-brand-ink\/90 {
    border-color: rgb(33 37 41 / 0.9) !important;
  }

  .sm\:border-brand-ink\/95 {
    border-color: rgb(33 37 41 / 0.95) !important;
  }

  .sm\:border-brand-light {
    --tw-border-opacity: 1 !important;
    border-color: rgb(245 244 240 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-light\/0 {
    border-color: rgb(245 244 240 / 0) !important;
  }

  .sm\:border-brand-light\/10 {
    border-color: rgb(245 244 240 / 0.1) !important;
  }

  .sm\:border-brand-light\/100 {
    border-color: rgb(245 244 240 / 1) !important;
  }

  .sm\:border-brand-light\/15 {
    border-color: rgb(245 244 240 / 0.15) !important;
  }

  .sm\:border-brand-light\/20 {
    border-color: rgb(245 244 240 / 0.2) !important;
  }

  .sm\:border-brand-light\/25 {
    border-color: rgb(245 244 240 / 0.25) !important;
  }

  .sm\:border-brand-light\/30 {
    border-color: rgb(245 244 240 / 0.3) !important;
  }

  .sm\:border-brand-light\/35 {
    border-color: rgb(245 244 240 / 0.35) !important;
  }

  .sm\:border-brand-light\/40 {
    border-color: rgb(245 244 240 / 0.4) !important;
  }

  .sm\:border-brand-light\/45 {
    border-color: rgb(245 244 240 / 0.45) !important;
  }

  .sm\:border-brand-light\/5 {
    border-color: rgb(245 244 240 / 0.05) !important;
  }

  .sm\:border-brand-light\/50 {
    border-color: rgb(245 244 240 / 0.5) !important;
  }

  .sm\:border-brand-light\/55 {
    border-color: rgb(245 244 240 / 0.55) !important;
  }

  .sm\:border-brand-light\/60 {
    border-color: rgb(245 244 240 / 0.6) !important;
  }

  .sm\:border-brand-light\/65 {
    border-color: rgb(245 244 240 / 0.65) !important;
  }

  .sm\:border-brand-light\/70 {
    border-color: rgb(245 244 240 / 0.7) !important;
  }

  .sm\:border-brand-light\/75 {
    border-color: rgb(245 244 240 / 0.75) !important;
  }

  .sm\:border-brand-light\/80 {
    border-color: rgb(245 244 240 / 0.8) !important;
  }

  .sm\:border-brand-light\/85 {
    border-color: rgb(245 244 240 / 0.85) !important;
  }

  .sm\:border-brand-light\/90 {
    border-color: rgb(245 244 240 / 0.9) !important;
  }

  .sm\:border-brand-light\/95 {
    border-color: rgb(245 244 240 / 0.95) !important;
  }

  .sm\:border-brand-link {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 110 7 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-link-hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(74 55 3 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-link-hover\/0 {
    border-color: rgb(74 55 3 / 0) !important;
  }

  .sm\:border-brand-link-hover\/10 {
    border-color: rgb(74 55 3 / 0.1) !important;
  }

  .sm\:border-brand-link-hover\/100 {
    border-color: rgb(74 55 3 / 1) !important;
  }

  .sm\:border-brand-link-hover\/15 {
    border-color: rgb(74 55 3 / 0.15) !important;
  }

  .sm\:border-brand-link-hover\/20 {
    border-color: rgb(74 55 3 / 0.2) !important;
  }

  .sm\:border-brand-link-hover\/25 {
    border-color: rgb(74 55 3 / 0.25) !important;
  }

  .sm\:border-brand-link-hover\/30 {
    border-color: rgb(74 55 3 / 0.3) !important;
  }

  .sm\:border-brand-link-hover\/35 {
    border-color: rgb(74 55 3 / 0.35) !important;
  }

  .sm\:border-brand-link-hover\/40 {
    border-color: rgb(74 55 3 / 0.4) !important;
  }

  .sm\:border-brand-link-hover\/45 {
    border-color: rgb(74 55 3 / 0.45) !important;
  }

  .sm\:border-brand-link-hover\/5 {
    border-color: rgb(74 55 3 / 0.05) !important;
  }

  .sm\:border-brand-link-hover\/50 {
    border-color: rgb(74 55 3 / 0.5) !important;
  }

  .sm\:border-brand-link-hover\/55 {
    border-color: rgb(74 55 3 / 0.55) !important;
  }

  .sm\:border-brand-link-hover\/60 {
    border-color: rgb(74 55 3 / 0.6) !important;
  }

  .sm\:border-brand-link-hover\/65 {
    border-color: rgb(74 55 3 / 0.65) !important;
  }

  .sm\:border-brand-link-hover\/70 {
    border-color: rgb(74 55 3 / 0.7) !important;
  }

  .sm\:border-brand-link-hover\/75 {
    border-color: rgb(74 55 3 / 0.75) !important;
  }

  .sm\:border-brand-link-hover\/80 {
    border-color: rgb(74 55 3 / 0.8) !important;
  }

  .sm\:border-brand-link-hover\/85 {
    border-color: rgb(74 55 3 / 0.85) !important;
  }

  .sm\:border-brand-link-hover\/90 {
    border-color: rgb(74 55 3 / 0.9) !important;
  }

  .sm\:border-brand-link-hover\/95 {
    border-color: rgb(74 55 3 / 0.95) !important;
  }

  .sm\:border-brand-link\/0 {
    border-color: rgb(147 110 7 / 0) !important;
  }

  .sm\:border-brand-link\/10 {
    border-color: rgb(147 110 7 / 0.1) !important;
  }

  .sm\:border-brand-link\/100 {
    border-color: rgb(147 110 7 / 1) !important;
  }

  .sm\:border-brand-link\/15 {
    border-color: rgb(147 110 7 / 0.15) !important;
  }

  .sm\:border-brand-link\/20 {
    border-color: rgb(147 110 7 / 0.2) !important;
  }

  .sm\:border-brand-link\/25 {
    border-color: rgb(147 110 7 / 0.25) !important;
  }

  .sm\:border-brand-link\/30 {
    border-color: rgb(147 110 7 / 0.3) !important;
  }

  .sm\:border-brand-link\/35 {
    border-color: rgb(147 110 7 / 0.35) !important;
  }

  .sm\:border-brand-link\/40 {
    border-color: rgb(147 110 7 / 0.4) !important;
  }

  .sm\:border-brand-link\/45 {
    border-color: rgb(147 110 7 / 0.45) !important;
  }

  .sm\:border-brand-link\/5 {
    border-color: rgb(147 110 7 / 0.05) !important;
  }

  .sm\:border-brand-link\/50 {
    border-color: rgb(147 110 7 / 0.5) !important;
  }

  .sm\:border-brand-link\/55 {
    border-color: rgb(147 110 7 / 0.55) !important;
  }

  .sm\:border-brand-link\/60 {
    border-color: rgb(147 110 7 / 0.6) !important;
  }

  .sm\:border-brand-link\/65 {
    border-color: rgb(147 110 7 / 0.65) !important;
  }

  .sm\:border-brand-link\/70 {
    border-color: rgb(147 110 7 / 0.7) !important;
  }

  .sm\:border-brand-link\/75 {
    border-color: rgb(147 110 7 / 0.75) !important;
  }

  .sm\:border-brand-link\/80 {
    border-color: rgb(147 110 7 / 0.8) !important;
  }

  .sm\:border-brand-link\/85 {
    border-color: rgb(147 110 7 / 0.85) !important;
  }

  .sm\:border-brand-link\/90 {
    border-color: rgb(147 110 7 / 0.9) !important;
  }

  .sm\:border-brand-link\/95 {
    border-color: rgb(147 110 7 / 0.95) !important;
  }

  .sm\:border-brand-muted {
    --tw-border-opacity: 1 !important;
    border-color: rgb(108 117 125 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-muted\/0 {
    border-color: rgb(108 117 125 / 0) !important;
  }

  .sm\:border-brand-muted\/10 {
    border-color: rgb(108 117 125 / 0.1) !important;
  }

  .sm\:border-brand-muted\/100 {
    border-color: rgb(108 117 125 / 1) !important;
  }

  .sm\:border-brand-muted\/15 {
    border-color: rgb(108 117 125 / 0.15) !important;
  }

  .sm\:border-brand-muted\/20 {
    border-color: rgb(108 117 125 / 0.2) !important;
  }

  .sm\:border-brand-muted\/25 {
    border-color: rgb(108 117 125 / 0.25) !important;
  }

  .sm\:border-brand-muted\/30 {
    border-color: rgb(108 117 125 / 0.3) !important;
  }

  .sm\:border-brand-muted\/35 {
    border-color: rgb(108 117 125 / 0.35) !important;
  }

  .sm\:border-brand-muted\/40 {
    border-color: rgb(108 117 125 / 0.4) !important;
  }

  .sm\:border-brand-muted\/45 {
    border-color: rgb(108 117 125 / 0.45) !important;
  }

  .sm\:border-brand-muted\/5 {
    border-color: rgb(108 117 125 / 0.05) !important;
  }

  .sm\:border-brand-muted\/50 {
    border-color: rgb(108 117 125 / 0.5) !important;
  }

  .sm\:border-brand-muted\/55 {
    border-color: rgb(108 117 125 / 0.55) !important;
  }

  .sm\:border-brand-muted\/60 {
    border-color: rgb(108 117 125 / 0.6) !important;
  }

  .sm\:border-brand-muted\/65 {
    border-color: rgb(108 117 125 / 0.65) !important;
  }

  .sm\:border-brand-muted\/70 {
    border-color: rgb(108 117 125 / 0.7) !important;
  }

  .sm\:border-brand-muted\/75 {
    border-color: rgb(108 117 125 / 0.75) !important;
  }

  .sm\:border-brand-muted\/80 {
    border-color: rgb(108 117 125 / 0.8) !important;
  }

  .sm\:border-brand-muted\/85 {
    border-color: rgb(108 117 125 / 0.85) !important;
  }

  .sm\:border-brand-muted\/90 {
    border-color: rgb(108 117 125 / 0.9) !important;
  }

  .sm\:border-brand-muted\/95 {
    border-color: rgb(108 117 125 / 0.95) !important;
  }

  .sm\:border-brand-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 184 17 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-primary\/0 {
    border-color: rgb(244 184 17 / 0) !important;
  }

  .sm\:border-brand-primary\/10 {
    border-color: rgb(244 184 17 / 0.1) !important;
  }

  .sm\:border-brand-primary\/100 {
    border-color: rgb(244 184 17 / 1) !important;
  }

  .sm\:border-brand-primary\/15 {
    border-color: rgb(244 184 17 / 0.15) !important;
  }

  .sm\:border-brand-primary\/20 {
    border-color: rgb(244 184 17 / 0.2) !important;
  }

  .sm\:border-brand-primary\/25 {
    border-color: rgb(244 184 17 / 0.25) !important;
  }

  .sm\:border-brand-primary\/30 {
    border-color: rgb(244 184 17 / 0.3) !important;
  }

  .sm\:border-brand-primary\/35 {
    border-color: rgb(244 184 17 / 0.35) !important;
  }

  .sm\:border-brand-primary\/40 {
    border-color: rgb(244 184 17 / 0.4) !important;
  }

  .sm\:border-brand-primary\/45 {
    border-color: rgb(244 184 17 / 0.45) !important;
  }

  .sm\:border-brand-primary\/5 {
    border-color: rgb(244 184 17 / 0.05) !important;
  }

  .sm\:border-brand-primary\/50 {
    border-color: rgb(244 184 17 / 0.5) !important;
  }

  .sm\:border-brand-primary\/55 {
    border-color: rgb(244 184 17 / 0.55) !important;
  }

  .sm\:border-brand-primary\/60 {
    border-color: rgb(244 184 17 / 0.6) !important;
  }

  .sm\:border-brand-primary\/65 {
    border-color: rgb(244 184 17 / 0.65) !important;
  }

  .sm\:border-brand-primary\/70 {
    border-color: rgb(244 184 17 / 0.7) !important;
  }

  .sm\:border-brand-primary\/75 {
    border-color: rgb(244 184 17 / 0.75) !important;
  }

  .sm\:border-brand-primary\/80 {
    border-color: rgb(244 184 17 / 0.8) !important;
  }

  .sm\:border-brand-primary\/85 {
    border-color: rgb(244 184 17 / 0.85) !important;
  }

  .sm\:border-brand-primary\/90 {
    border-color: rgb(244 184 17 / 0.9) !important;
  }

  .sm\:border-brand-primary\/95 {
    border-color: rgb(244 184 17 / 0.95) !important;
  }

  .sm\:border-brand-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 204 0 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-brand-secondary\/0 {
    border-color: rgb(255 204 0 / 0) !important;
  }

  .sm\:border-brand-secondary\/10 {
    border-color: rgb(255 204 0 / 0.1) !important;
  }

  .sm\:border-brand-secondary\/100 {
    border-color: rgb(255 204 0 / 1) !important;
  }

  .sm\:border-brand-secondary\/15 {
    border-color: rgb(255 204 0 / 0.15) !important;
  }

  .sm\:border-brand-secondary\/20 {
    border-color: rgb(255 204 0 / 0.2) !important;
  }

  .sm\:border-brand-secondary\/25 {
    border-color: rgb(255 204 0 / 0.25) !important;
  }

  .sm\:border-brand-secondary\/30 {
    border-color: rgb(255 204 0 / 0.3) !important;
  }

  .sm\:border-brand-secondary\/35 {
    border-color: rgb(255 204 0 / 0.35) !important;
  }

  .sm\:border-brand-secondary\/40 {
    border-color: rgb(255 204 0 / 0.4) !important;
  }

  .sm\:border-brand-secondary\/45 {
    border-color: rgb(255 204 0 / 0.45) !important;
  }

  .sm\:border-brand-secondary\/5 {
    border-color: rgb(255 204 0 / 0.05) !important;
  }

  .sm\:border-brand-secondary\/50 {
    border-color: rgb(255 204 0 / 0.5) !important;
  }

  .sm\:border-brand-secondary\/55 {
    border-color: rgb(255 204 0 / 0.55) !important;
  }

  .sm\:border-brand-secondary\/60 {
    border-color: rgb(255 204 0 / 0.6) !important;
  }

  .sm\:border-brand-secondary\/65 {
    border-color: rgb(255 204 0 / 0.65) !important;
  }

  .sm\:border-brand-secondary\/70 {
    border-color: rgb(255 204 0 / 0.7) !important;
  }

  .sm\:border-brand-secondary\/75 {
    border-color: rgb(255 204 0 / 0.75) !important;
  }

  .sm\:border-brand-secondary\/80 {
    border-color: rgb(255 204 0 / 0.8) !important;
  }

  .sm\:border-brand-secondary\/85 {
    border-color: rgb(255 204 0 / 0.85) !important;
  }

  .sm\:border-brand-secondary\/90 {
    border-color: rgb(255 204 0 / 0.9) !important;
  }

  .sm\:border-brand-secondary\/95 {
    border-color: rgb(255 204 0 / 0.95) !important;
  }

  .sm\:border-earth {
    --tw-border-opacity: 1 !important;
    border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-earth\/0 {
    border-color: rgb(120 46 1 / 0) !important;
  }

  .sm\:border-earth\/10 {
    border-color: rgb(120 46 1 / 0.1) !important;
  }

  .sm\:border-earth\/100 {
    border-color: rgb(120 46 1 / 1) !important;
  }

  .sm\:border-earth\/15 {
    border-color: rgb(120 46 1 / 0.15) !important;
  }

  .sm\:border-earth\/20 {
    border-color: rgb(120 46 1 / 0.2) !important;
  }

  .sm\:border-earth\/25 {
    border-color: rgb(120 46 1 / 0.25) !important;
  }

  .sm\:border-earth\/30 {
    border-color: rgb(120 46 1 / 0.3) !important;
  }

  .sm\:border-earth\/35 {
    border-color: rgb(120 46 1 / 0.35) !important;
  }

  .sm\:border-earth\/40 {
    border-color: rgb(120 46 1 / 0.4) !important;
  }

  .sm\:border-earth\/45 {
    border-color: rgb(120 46 1 / 0.45) !important;
  }

  .sm\:border-earth\/5 {
    border-color: rgb(120 46 1 / 0.05) !important;
  }

  .sm\:border-earth\/50 {
    border-color: rgb(120 46 1 / 0.5) !important;
  }

  .sm\:border-earth\/55 {
    border-color: rgb(120 46 1 / 0.55) !important;
  }

  .sm\:border-earth\/60 {
    border-color: rgb(120 46 1 / 0.6) !important;
  }

  .sm\:border-earth\/65 {
    border-color: rgb(120 46 1 / 0.65) !important;
  }

  .sm\:border-earth\/70 {
    border-color: rgb(120 46 1 / 0.7) !important;
  }

  .sm\:border-earth\/75 {
    border-color: rgb(120 46 1 / 0.75) !important;
  }

  .sm\:border-earth\/80 {
    border-color: rgb(120 46 1 / 0.8) !important;
  }

  .sm\:border-earth\/85 {
    border-color: rgb(120 46 1 / 0.85) !important;
  }

  .sm\:border-earth\/90 {
    border-color: rgb(120 46 1 / 0.9) !important;
  }

  .sm\:border-earth\/95 {
    border-color: rgb(120 46 1 / 0.95) !important;
  }

  .sm\:border-harvest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-harvest\/0 {
    border-color: rgb(215 129 49 / 0) !important;
  }

  .sm\:border-harvest\/10 {
    border-color: rgb(215 129 49 / 0.1) !important;
  }

  .sm\:border-harvest\/100 {
    border-color: rgb(215 129 49 / 1) !important;
  }

  .sm\:border-harvest\/15 {
    border-color: rgb(215 129 49 / 0.15) !important;
  }

  .sm\:border-harvest\/20 {
    border-color: rgb(215 129 49 / 0.2) !important;
  }

  .sm\:border-harvest\/25 {
    border-color: rgb(215 129 49 / 0.25) !important;
  }

  .sm\:border-harvest\/30 {
    border-color: rgb(215 129 49 / 0.3) !important;
  }

  .sm\:border-harvest\/35 {
    border-color: rgb(215 129 49 / 0.35) !important;
  }

  .sm\:border-harvest\/40 {
    border-color: rgb(215 129 49 / 0.4) !important;
  }

  .sm\:border-harvest\/45 {
    border-color: rgb(215 129 49 / 0.45) !important;
  }

  .sm\:border-harvest\/5 {
    border-color: rgb(215 129 49 / 0.05) !important;
  }

  .sm\:border-harvest\/50 {
    border-color: rgb(215 129 49 / 0.5) !important;
  }

  .sm\:border-harvest\/55 {
    border-color: rgb(215 129 49 / 0.55) !important;
  }

  .sm\:border-harvest\/60 {
    border-color: rgb(215 129 49 / 0.6) !important;
  }

  .sm\:border-harvest\/65 {
    border-color: rgb(215 129 49 / 0.65) !important;
  }

  .sm\:border-harvest\/70 {
    border-color: rgb(215 129 49 / 0.7) !important;
  }

  .sm\:border-harvest\/75 {
    border-color: rgb(215 129 49 / 0.75) !important;
  }

  .sm\:border-harvest\/80 {
    border-color: rgb(215 129 49 / 0.8) !important;
  }

  .sm\:border-harvest\/85 {
    border-color: rgb(215 129 49 / 0.85) !important;
  }

  .sm\:border-harvest\/90 {
    border-color: rgb(215 129 49 / 0.9) !important;
  }

  .sm\:border-harvest\/95 {
    border-color: rgb(215 129 49 / 0.95) !important;
  }

  .sm\:border-sprout {
    --tw-border-opacity: 1 !important;
    border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:border-sprout\/0 {
    border-color: rgb(196 209 72 / 0) !important;
  }

  .sm\:border-sprout\/10 {
    border-color: rgb(196 209 72 / 0.1) !important;
  }

  .sm\:border-sprout\/100 {
    border-color: rgb(196 209 72 / 1) !important;
  }

  .sm\:border-sprout\/15 {
    border-color: rgb(196 209 72 / 0.15) !important;
  }

  .sm\:border-sprout\/20 {
    border-color: rgb(196 209 72 / 0.2) !important;
  }

  .sm\:border-sprout\/25 {
    border-color: rgb(196 209 72 / 0.25) !important;
  }

  .sm\:border-sprout\/30 {
    border-color: rgb(196 209 72 / 0.3) !important;
  }

  .sm\:border-sprout\/35 {
    border-color: rgb(196 209 72 / 0.35) !important;
  }

  .sm\:border-sprout\/40 {
    border-color: rgb(196 209 72 / 0.4) !important;
  }

  .sm\:border-sprout\/45 {
    border-color: rgb(196 209 72 / 0.45) !important;
  }

  .sm\:border-sprout\/5 {
    border-color: rgb(196 209 72 / 0.05) !important;
  }

  .sm\:border-sprout\/50 {
    border-color: rgb(196 209 72 / 0.5) !important;
  }

  .sm\:border-sprout\/55 {
    border-color: rgb(196 209 72 / 0.55) !important;
  }

  .sm\:border-sprout\/60 {
    border-color: rgb(196 209 72 / 0.6) !important;
  }

  .sm\:border-sprout\/65 {
    border-color: rgb(196 209 72 / 0.65) !important;
  }

  .sm\:border-sprout\/70 {
    border-color: rgb(196 209 72 / 0.7) !important;
  }

  .sm\:border-sprout\/75 {
    border-color: rgb(196 209 72 / 0.75) !important;
  }

  .sm\:border-sprout\/80 {
    border-color: rgb(196 209 72 / 0.8) !important;
  }

  .sm\:border-sprout\/85 {
    border-color: rgb(196 209 72 / 0.85) !important;
  }

  .sm\:border-sprout\/90 {
    border-color: rgb(196 209 72 / 0.9) !important;
  }

  .sm\:border-sprout\/95 {
    border-color: rgb(196 209 72 / 0.95) !important;
  }

  .sm\:bg-brand-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-dark\/0 {
    background-color: rgb(46 39 20 / 0) !important;
  }

  .sm\:bg-brand-dark\/10 {
    background-color: rgb(46 39 20 / 0.1) !important;
  }

  .sm\:bg-brand-dark\/100 {
    background-color: rgb(46 39 20 / 1) !important;
  }

  .sm\:bg-brand-dark\/15 {
    background-color: rgb(46 39 20 / 0.15) !important;
  }

  .sm\:bg-brand-dark\/20 {
    background-color: rgb(46 39 20 / 0.2) !important;
  }

  .sm\:bg-brand-dark\/25 {
    background-color: rgb(46 39 20 / 0.25) !important;
  }

  .sm\:bg-brand-dark\/30 {
    background-color: rgb(46 39 20 / 0.3) !important;
  }

  .sm\:bg-brand-dark\/35 {
    background-color: rgb(46 39 20 / 0.35) !important;
  }

  .sm\:bg-brand-dark\/40 {
    background-color: rgb(46 39 20 / 0.4) !important;
  }

  .sm\:bg-brand-dark\/45 {
    background-color: rgb(46 39 20 / 0.45) !important;
  }

  .sm\:bg-brand-dark\/5 {
    background-color: rgb(46 39 20 / 0.05) !important;
  }

  .sm\:bg-brand-dark\/50 {
    background-color: rgb(46 39 20 / 0.5) !important;
  }

  .sm\:bg-brand-dark\/55 {
    background-color: rgb(46 39 20 / 0.55) !important;
  }

  .sm\:bg-brand-dark\/60 {
    background-color: rgb(46 39 20 / 0.6) !important;
  }

  .sm\:bg-brand-dark\/65 {
    background-color: rgb(46 39 20 / 0.65) !important;
  }

  .sm\:bg-brand-dark\/70 {
    background-color: rgb(46 39 20 / 0.7) !important;
  }

  .sm\:bg-brand-dark\/75 {
    background-color: rgb(46 39 20 / 0.75) !important;
  }

  .sm\:bg-brand-dark\/80 {
    background-color: rgb(46 39 20 / 0.8) !important;
  }

  .sm\:bg-brand-dark\/85 {
    background-color: rgb(46 39 20 / 0.85) !important;
  }

  .sm\:bg-brand-dark\/90 {
    background-color: rgb(46 39 20 / 0.9) !important;
  }

  .sm\:bg-brand-dark\/95 {
    background-color: rgb(46 39 20 / 0.95) !important;
  }

  .sm\:bg-brand-ink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-ink\/0 {
    background-color: rgb(33 37 41 / 0) !important;
  }

  .sm\:bg-brand-ink\/10 {
    background-color: rgb(33 37 41 / 0.1) !important;
  }

  .sm\:bg-brand-ink\/100 {
    background-color: rgb(33 37 41 / 1) !important;
  }

  .sm\:bg-brand-ink\/15 {
    background-color: rgb(33 37 41 / 0.15) !important;
  }

  .sm\:bg-brand-ink\/20 {
    background-color: rgb(33 37 41 / 0.2) !important;
  }

  .sm\:bg-brand-ink\/25 {
    background-color: rgb(33 37 41 / 0.25) !important;
  }

  .sm\:bg-brand-ink\/30 {
    background-color: rgb(33 37 41 / 0.3) !important;
  }

  .sm\:bg-brand-ink\/35 {
    background-color: rgb(33 37 41 / 0.35) !important;
  }

  .sm\:bg-brand-ink\/40 {
    background-color: rgb(33 37 41 / 0.4) !important;
  }

  .sm\:bg-brand-ink\/45 {
    background-color: rgb(33 37 41 / 0.45) !important;
  }

  .sm\:bg-brand-ink\/5 {
    background-color: rgb(33 37 41 / 0.05) !important;
  }

  .sm\:bg-brand-ink\/50 {
    background-color: rgb(33 37 41 / 0.5) !important;
  }

  .sm\:bg-brand-ink\/55 {
    background-color: rgb(33 37 41 / 0.55) !important;
  }

  .sm\:bg-brand-ink\/60 {
    background-color: rgb(33 37 41 / 0.6) !important;
  }

  .sm\:bg-brand-ink\/65 {
    background-color: rgb(33 37 41 / 0.65) !important;
  }

  .sm\:bg-brand-ink\/70 {
    background-color: rgb(33 37 41 / 0.7) !important;
  }

  .sm\:bg-brand-ink\/75 {
    background-color: rgb(33 37 41 / 0.75) !important;
  }

  .sm\:bg-brand-ink\/80 {
    background-color: rgb(33 37 41 / 0.8) !important;
  }

  .sm\:bg-brand-ink\/85 {
    background-color: rgb(33 37 41 / 0.85) !important;
  }

  .sm\:bg-brand-ink\/90 {
    background-color: rgb(33 37 41 / 0.9) !important;
  }

  .sm\:bg-brand-ink\/95 {
    background-color: rgb(33 37 41 / 0.95) !important;
  }

  .sm\:bg-brand-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 244 240 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-light\/0 {
    background-color: rgb(245 244 240 / 0) !important;
  }

  .sm\:bg-brand-light\/10 {
    background-color: rgb(245 244 240 / 0.1) !important;
  }

  .sm\:bg-brand-light\/100 {
    background-color: rgb(245 244 240 / 1) !important;
  }

  .sm\:bg-brand-light\/15 {
    background-color: rgb(245 244 240 / 0.15) !important;
  }

  .sm\:bg-brand-light\/20 {
    background-color: rgb(245 244 240 / 0.2) !important;
  }

  .sm\:bg-brand-light\/25 {
    background-color: rgb(245 244 240 / 0.25) !important;
  }

  .sm\:bg-brand-light\/30 {
    background-color: rgb(245 244 240 / 0.3) !important;
  }

  .sm\:bg-brand-light\/35 {
    background-color: rgb(245 244 240 / 0.35) !important;
  }

  .sm\:bg-brand-light\/40 {
    background-color: rgb(245 244 240 / 0.4) !important;
  }

  .sm\:bg-brand-light\/45 {
    background-color: rgb(245 244 240 / 0.45) !important;
  }

  .sm\:bg-brand-light\/5 {
    background-color: rgb(245 244 240 / 0.05) !important;
  }

  .sm\:bg-brand-light\/50 {
    background-color: rgb(245 244 240 / 0.5) !important;
  }

  .sm\:bg-brand-light\/55 {
    background-color: rgb(245 244 240 / 0.55) !important;
  }

  .sm\:bg-brand-light\/60 {
    background-color: rgb(245 244 240 / 0.6) !important;
  }

  .sm\:bg-brand-light\/65 {
    background-color: rgb(245 244 240 / 0.65) !important;
  }

  .sm\:bg-brand-light\/70 {
    background-color: rgb(245 244 240 / 0.7) !important;
  }

  .sm\:bg-brand-light\/75 {
    background-color: rgb(245 244 240 / 0.75) !important;
  }

  .sm\:bg-brand-light\/80 {
    background-color: rgb(245 244 240 / 0.8) !important;
  }

  .sm\:bg-brand-light\/85 {
    background-color: rgb(245 244 240 / 0.85) !important;
  }

  .sm\:bg-brand-light\/90 {
    background-color: rgb(245 244 240 / 0.9) !important;
  }

  .sm\:bg-brand-light\/95 {
    background-color: rgb(245 244 240 / 0.95) !important;
  }

  .sm\:bg-brand-link {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(147 110 7 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-link-hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(74 55 3 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-link-hover\/0 {
    background-color: rgb(74 55 3 / 0) !important;
  }

  .sm\:bg-brand-link-hover\/10 {
    background-color: rgb(74 55 3 / 0.1) !important;
  }

  .sm\:bg-brand-link-hover\/100 {
    background-color: rgb(74 55 3 / 1) !important;
  }

  .sm\:bg-brand-link-hover\/15 {
    background-color: rgb(74 55 3 / 0.15) !important;
  }

  .sm\:bg-brand-link-hover\/20 {
    background-color: rgb(74 55 3 / 0.2) !important;
  }

  .sm\:bg-brand-link-hover\/25 {
    background-color: rgb(74 55 3 / 0.25) !important;
  }

  .sm\:bg-brand-link-hover\/30 {
    background-color: rgb(74 55 3 / 0.3) !important;
  }

  .sm\:bg-brand-link-hover\/35 {
    background-color: rgb(74 55 3 / 0.35) !important;
  }

  .sm\:bg-brand-link-hover\/40 {
    background-color: rgb(74 55 3 / 0.4) !important;
  }

  .sm\:bg-brand-link-hover\/45 {
    background-color: rgb(74 55 3 / 0.45) !important;
  }

  .sm\:bg-brand-link-hover\/5 {
    background-color: rgb(74 55 3 / 0.05) !important;
  }

  .sm\:bg-brand-link-hover\/50 {
    background-color: rgb(74 55 3 / 0.5) !important;
  }

  .sm\:bg-brand-link-hover\/55 {
    background-color: rgb(74 55 3 / 0.55) !important;
  }

  .sm\:bg-brand-link-hover\/60 {
    background-color: rgb(74 55 3 / 0.6) !important;
  }

  .sm\:bg-brand-link-hover\/65 {
    background-color: rgb(74 55 3 / 0.65) !important;
  }

  .sm\:bg-brand-link-hover\/70 {
    background-color: rgb(74 55 3 / 0.7) !important;
  }

  .sm\:bg-brand-link-hover\/75 {
    background-color: rgb(74 55 3 / 0.75) !important;
  }

  .sm\:bg-brand-link-hover\/80 {
    background-color: rgb(74 55 3 / 0.8) !important;
  }

  .sm\:bg-brand-link-hover\/85 {
    background-color: rgb(74 55 3 / 0.85) !important;
  }

  .sm\:bg-brand-link-hover\/90 {
    background-color: rgb(74 55 3 / 0.9) !important;
  }

  .sm\:bg-brand-link-hover\/95 {
    background-color: rgb(74 55 3 / 0.95) !important;
  }

  .sm\:bg-brand-link\/0 {
    background-color: rgb(147 110 7 / 0) !important;
  }

  .sm\:bg-brand-link\/10 {
    background-color: rgb(147 110 7 / 0.1) !important;
  }

  .sm\:bg-brand-link\/100 {
    background-color: rgb(147 110 7 / 1) !important;
  }

  .sm\:bg-brand-link\/15 {
    background-color: rgb(147 110 7 / 0.15) !important;
  }

  .sm\:bg-brand-link\/20 {
    background-color: rgb(147 110 7 / 0.2) !important;
  }

  .sm\:bg-brand-link\/25 {
    background-color: rgb(147 110 7 / 0.25) !important;
  }

  .sm\:bg-brand-link\/30 {
    background-color: rgb(147 110 7 / 0.3) !important;
  }

  .sm\:bg-brand-link\/35 {
    background-color: rgb(147 110 7 / 0.35) !important;
  }

  .sm\:bg-brand-link\/40 {
    background-color: rgb(147 110 7 / 0.4) !important;
  }

  .sm\:bg-brand-link\/45 {
    background-color: rgb(147 110 7 / 0.45) !important;
  }

  .sm\:bg-brand-link\/5 {
    background-color: rgb(147 110 7 / 0.05) !important;
  }

  .sm\:bg-brand-link\/50 {
    background-color: rgb(147 110 7 / 0.5) !important;
  }

  .sm\:bg-brand-link\/55 {
    background-color: rgb(147 110 7 / 0.55) !important;
  }

  .sm\:bg-brand-link\/60 {
    background-color: rgb(147 110 7 / 0.6) !important;
  }

  .sm\:bg-brand-link\/65 {
    background-color: rgb(147 110 7 / 0.65) !important;
  }

  .sm\:bg-brand-link\/70 {
    background-color: rgb(147 110 7 / 0.7) !important;
  }

  .sm\:bg-brand-link\/75 {
    background-color: rgb(147 110 7 / 0.75) !important;
  }

  .sm\:bg-brand-link\/80 {
    background-color: rgb(147 110 7 / 0.8) !important;
  }

  .sm\:bg-brand-link\/85 {
    background-color: rgb(147 110 7 / 0.85) !important;
  }

  .sm\:bg-brand-link\/90 {
    background-color: rgb(147 110 7 / 0.9) !important;
  }

  .sm\:bg-brand-link\/95 {
    background-color: rgb(147 110 7 / 0.95) !important;
  }

  .sm\:bg-brand-muted {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-muted\/0 {
    background-color: rgb(108 117 125 / 0) !important;
  }

  .sm\:bg-brand-muted\/10 {
    background-color: rgb(108 117 125 / 0.1) !important;
  }

  .sm\:bg-brand-muted\/100 {
    background-color: rgb(108 117 125 / 1) !important;
  }

  .sm\:bg-brand-muted\/15 {
    background-color: rgb(108 117 125 / 0.15) !important;
  }

  .sm\:bg-brand-muted\/20 {
    background-color: rgb(108 117 125 / 0.2) !important;
  }

  .sm\:bg-brand-muted\/25 {
    background-color: rgb(108 117 125 / 0.25) !important;
  }

  .sm\:bg-brand-muted\/30 {
    background-color: rgb(108 117 125 / 0.3) !important;
  }

  .sm\:bg-brand-muted\/35 {
    background-color: rgb(108 117 125 / 0.35) !important;
  }

  .sm\:bg-brand-muted\/40 {
    background-color: rgb(108 117 125 / 0.4) !important;
  }

  .sm\:bg-brand-muted\/45 {
    background-color: rgb(108 117 125 / 0.45) !important;
  }

  .sm\:bg-brand-muted\/5 {
    background-color: rgb(108 117 125 / 0.05) !important;
  }

  .sm\:bg-brand-muted\/50 {
    background-color: rgb(108 117 125 / 0.5) !important;
  }

  .sm\:bg-brand-muted\/55 {
    background-color: rgb(108 117 125 / 0.55) !important;
  }

  .sm\:bg-brand-muted\/60 {
    background-color: rgb(108 117 125 / 0.6) !important;
  }

  .sm\:bg-brand-muted\/65 {
    background-color: rgb(108 117 125 / 0.65) !important;
  }

  .sm\:bg-brand-muted\/70 {
    background-color: rgb(108 117 125 / 0.7) !important;
  }

  .sm\:bg-brand-muted\/75 {
    background-color: rgb(108 117 125 / 0.75) !important;
  }

  .sm\:bg-brand-muted\/80 {
    background-color: rgb(108 117 125 / 0.8) !important;
  }

  .sm\:bg-brand-muted\/85 {
    background-color: rgb(108 117 125 / 0.85) !important;
  }

  .sm\:bg-brand-muted\/90 {
    background-color: rgb(108 117 125 / 0.9) !important;
  }

  .sm\:bg-brand-muted\/95 {
    background-color: rgb(108 117 125 / 0.95) !important;
  }

  .sm\:bg-brand-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-primary\/0 {
    background-color: rgb(244 184 17 / 0) !important;
  }

  .sm\:bg-brand-primary\/10 {
    background-color: rgb(244 184 17 / 0.1) !important;
  }

  .sm\:bg-brand-primary\/100 {
    background-color: rgb(244 184 17 / 1) !important;
  }

  .sm\:bg-brand-primary\/15 {
    background-color: rgb(244 184 17 / 0.15) !important;
  }

  .sm\:bg-brand-primary\/20 {
    background-color: rgb(244 184 17 / 0.2) !important;
  }

  .sm\:bg-brand-primary\/25 {
    background-color: rgb(244 184 17 / 0.25) !important;
  }

  .sm\:bg-brand-primary\/30 {
    background-color: rgb(244 184 17 / 0.3) !important;
  }

  .sm\:bg-brand-primary\/35 {
    background-color: rgb(244 184 17 / 0.35) !important;
  }

  .sm\:bg-brand-primary\/40 {
    background-color: rgb(244 184 17 / 0.4) !important;
  }

  .sm\:bg-brand-primary\/45 {
    background-color: rgb(244 184 17 / 0.45) !important;
  }

  .sm\:bg-brand-primary\/5 {
    background-color: rgb(244 184 17 / 0.05) !important;
  }

  .sm\:bg-brand-primary\/50 {
    background-color: rgb(244 184 17 / 0.5) !important;
  }

  .sm\:bg-brand-primary\/55 {
    background-color: rgb(244 184 17 / 0.55) !important;
  }

  .sm\:bg-brand-primary\/60 {
    background-color: rgb(244 184 17 / 0.6) !important;
  }

  .sm\:bg-brand-primary\/65 {
    background-color: rgb(244 184 17 / 0.65) !important;
  }

  .sm\:bg-brand-primary\/70 {
    background-color: rgb(244 184 17 / 0.7) !important;
  }

  .sm\:bg-brand-primary\/75 {
    background-color: rgb(244 184 17 / 0.75) !important;
  }

  .sm\:bg-brand-primary\/80 {
    background-color: rgb(244 184 17 / 0.8) !important;
  }

  .sm\:bg-brand-primary\/85 {
    background-color: rgb(244 184 17 / 0.85) !important;
  }

  .sm\:bg-brand-primary\/90 {
    background-color: rgb(244 184 17 / 0.9) !important;
  }

  .sm\:bg-brand-primary\/95 {
    background-color: rgb(244 184 17 / 0.95) !important;
  }

  .sm\:bg-brand-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-brand-secondary\/0 {
    background-color: rgb(255 204 0 / 0) !important;
  }

  .sm\:bg-brand-secondary\/10 {
    background-color: rgb(255 204 0 / 0.1) !important;
  }

  .sm\:bg-brand-secondary\/100 {
    background-color: rgb(255 204 0 / 1) !important;
  }

  .sm\:bg-brand-secondary\/15 {
    background-color: rgb(255 204 0 / 0.15) !important;
  }

  .sm\:bg-brand-secondary\/20 {
    background-color: rgb(255 204 0 / 0.2) !important;
  }

  .sm\:bg-brand-secondary\/25 {
    background-color: rgb(255 204 0 / 0.25) !important;
  }

  .sm\:bg-brand-secondary\/30 {
    background-color: rgb(255 204 0 / 0.3) !important;
  }

  .sm\:bg-brand-secondary\/35 {
    background-color: rgb(255 204 0 / 0.35) !important;
  }

  .sm\:bg-brand-secondary\/40 {
    background-color: rgb(255 204 0 / 0.4) !important;
  }

  .sm\:bg-brand-secondary\/45 {
    background-color: rgb(255 204 0 / 0.45) !important;
  }

  .sm\:bg-brand-secondary\/5 {
    background-color: rgb(255 204 0 / 0.05) !important;
  }

  .sm\:bg-brand-secondary\/50 {
    background-color: rgb(255 204 0 / 0.5) !important;
  }

  .sm\:bg-brand-secondary\/55 {
    background-color: rgb(255 204 0 / 0.55) !important;
  }

  .sm\:bg-brand-secondary\/60 {
    background-color: rgb(255 204 0 / 0.6) !important;
  }

  .sm\:bg-brand-secondary\/65 {
    background-color: rgb(255 204 0 / 0.65) !important;
  }

  .sm\:bg-brand-secondary\/70 {
    background-color: rgb(255 204 0 / 0.7) !important;
  }

  .sm\:bg-brand-secondary\/75 {
    background-color: rgb(255 204 0 / 0.75) !important;
  }

  .sm\:bg-brand-secondary\/80 {
    background-color: rgb(255 204 0 / 0.8) !important;
  }

  .sm\:bg-brand-secondary\/85 {
    background-color: rgb(255 204 0 / 0.85) !important;
  }

  .sm\:bg-brand-secondary\/90 {
    background-color: rgb(255 204 0 / 0.9) !important;
  }

  .sm\:bg-brand-secondary\/95 {
    background-color: rgb(255 204 0 / 0.95) !important;
  }

  .sm\:bg-earth {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-earth\/0 {
    background-color: rgb(120 46 1 / 0) !important;
  }

  .sm\:bg-earth\/10 {
    background-color: rgb(120 46 1 / 0.1) !important;
  }

  .sm\:bg-earth\/100 {
    background-color: rgb(120 46 1 / 1) !important;
  }

  .sm\:bg-earth\/15 {
    background-color: rgb(120 46 1 / 0.15) !important;
  }

  .sm\:bg-earth\/20 {
    background-color: rgb(120 46 1 / 0.2) !important;
  }

  .sm\:bg-earth\/25 {
    background-color: rgb(120 46 1 / 0.25) !important;
  }

  .sm\:bg-earth\/30 {
    background-color: rgb(120 46 1 / 0.3) !important;
  }

  .sm\:bg-earth\/35 {
    background-color: rgb(120 46 1 / 0.35) !important;
  }

  .sm\:bg-earth\/40 {
    background-color: rgb(120 46 1 / 0.4) !important;
  }

  .sm\:bg-earth\/45 {
    background-color: rgb(120 46 1 / 0.45) !important;
  }

  .sm\:bg-earth\/5 {
    background-color: rgb(120 46 1 / 0.05) !important;
  }

  .sm\:bg-earth\/50 {
    background-color: rgb(120 46 1 / 0.5) !important;
  }

  .sm\:bg-earth\/55 {
    background-color: rgb(120 46 1 / 0.55) !important;
  }

  .sm\:bg-earth\/60 {
    background-color: rgb(120 46 1 / 0.6) !important;
  }

  .sm\:bg-earth\/65 {
    background-color: rgb(120 46 1 / 0.65) !important;
  }

  .sm\:bg-earth\/70 {
    background-color: rgb(120 46 1 / 0.7) !important;
  }

  .sm\:bg-earth\/75 {
    background-color: rgb(120 46 1 / 0.75) !important;
  }

  .sm\:bg-earth\/80 {
    background-color: rgb(120 46 1 / 0.8) !important;
  }

  .sm\:bg-earth\/85 {
    background-color: rgb(120 46 1 / 0.85) !important;
  }

  .sm\:bg-earth\/90 {
    background-color: rgb(120 46 1 / 0.9) !important;
  }

  .sm\:bg-earth\/95 {
    background-color: rgb(120 46 1 / 0.95) !important;
  }

  .sm\:bg-harvest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-harvest\/0 {
    background-color: rgb(215 129 49 / 0) !important;
  }

  .sm\:bg-harvest\/10 {
    background-color: rgb(215 129 49 / 0.1) !important;
  }

  .sm\:bg-harvest\/100 {
    background-color: rgb(215 129 49 / 1) !important;
  }

  .sm\:bg-harvest\/15 {
    background-color: rgb(215 129 49 / 0.15) !important;
  }

  .sm\:bg-harvest\/20 {
    background-color: rgb(215 129 49 / 0.2) !important;
  }

  .sm\:bg-harvest\/25 {
    background-color: rgb(215 129 49 / 0.25) !important;
  }

  .sm\:bg-harvest\/30 {
    background-color: rgb(215 129 49 / 0.3) !important;
  }

  .sm\:bg-harvest\/35 {
    background-color: rgb(215 129 49 / 0.35) !important;
  }

  .sm\:bg-harvest\/40 {
    background-color: rgb(215 129 49 / 0.4) !important;
  }

  .sm\:bg-harvest\/45 {
    background-color: rgb(215 129 49 / 0.45) !important;
  }

  .sm\:bg-harvest\/5 {
    background-color: rgb(215 129 49 / 0.05) !important;
  }

  .sm\:bg-harvest\/50 {
    background-color: rgb(215 129 49 / 0.5) !important;
  }

  .sm\:bg-harvest\/55 {
    background-color: rgb(215 129 49 / 0.55) !important;
  }

  .sm\:bg-harvest\/60 {
    background-color: rgb(215 129 49 / 0.6) !important;
  }

  .sm\:bg-harvest\/65 {
    background-color: rgb(215 129 49 / 0.65) !important;
  }

  .sm\:bg-harvest\/70 {
    background-color: rgb(215 129 49 / 0.7) !important;
  }

  .sm\:bg-harvest\/75 {
    background-color: rgb(215 129 49 / 0.75) !important;
  }

  .sm\:bg-harvest\/80 {
    background-color: rgb(215 129 49 / 0.8) !important;
  }

  .sm\:bg-harvest\/85 {
    background-color: rgb(215 129 49 / 0.85) !important;
  }

  .sm\:bg-harvest\/90 {
    background-color: rgb(215 129 49 / 0.9) !important;
  }

  .sm\:bg-harvest\/95 {
    background-color: rgb(215 129 49 / 0.95) !important;
  }

  .sm\:bg-sprout {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:bg-sprout\/0 {
    background-color: rgb(196 209 72 / 0) !important;
  }

  .sm\:bg-sprout\/10 {
    background-color: rgb(196 209 72 / 0.1) !important;
  }

  .sm\:bg-sprout\/100 {
    background-color: rgb(196 209 72 / 1) !important;
  }

  .sm\:bg-sprout\/15 {
    background-color: rgb(196 209 72 / 0.15) !important;
  }

  .sm\:bg-sprout\/20 {
    background-color: rgb(196 209 72 / 0.2) !important;
  }

  .sm\:bg-sprout\/25 {
    background-color: rgb(196 209 72 / 0.25) !important;
  }

  .sm\:bg-sprout\/30 {
    background-color: rgb(196 209 72 / 0.3) !important;
  }

  .sm\:bg-sprout\/35 {
    background-color: rgb(196 209 72 / 0.35) !important;
  }

  .sm\:bg-sprout\/40 {
    background-color: rgb(196 209 72 / 0.4) !important;
  }

  .sm\:bg-sprout\/45 {
    background-color: rgb(196 209 72 / 0.45) !important;
  }

  .sm\:bg-sprout\/5 {
    background-color: rgb(196 209 72 / 0.05) !important;
  }

  .sm\:bg-sprout\/50 {
    background-color: rgb(196 209 72 / 0.5) !important;
  }

  .sm\:bg-sprout\/55 {
    background-color: rgb(196 209 72 / 0.55) !important;
  }

  .sm\:bg-sprout\/60 {
    background-color: rgb(196 209 72 / 0.6) !important;
  }

  .sm\:bg-sprout\/65 {
    background-color: rgb(196 209 72 / 0.65) !important;
  }

  .sm\:bg-sprout\/70 {
    background-color: rgb(196 209 72 / 0.7) !important;
  }

  .sm\:bg-sprout\/75 {
    background-color: rgb(196 209 72 / 0.75) !important;
  }

  .sm\:bg-sprout\/80 {
    background-color: rgb(196 209 72 / 0.8) !important;
  }

  .sm\:bg-sprout\/85 {
    background-color: rgb(196 209 72 / 0.85) !important;
  }

  .sm\:bg-sprout\/90 {
    background-color: rgb(196 209 72 / 0.9) !important;
  }

  .sm\:bg-sprout\/95 {
    background-color: rgb(196 209 72 / 0.95) !important;
  }

  .sm\:from-brand-dark {
    --tw-gradient-from: #2e2714 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/0 {
    --tw-gradient-from: rgb(46 39 20 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/10 {
    --tw-gradient-from: rgb(46 39 20 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/100 {
    --tw-gradient-from: rgb(46 39 20 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/15 {
    --tw-gradient-from: rgb(46 39 20 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/20 {
    --tw-gradient-from: rgb(46 39 20 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/25 {
    --tw-gradient-from: rgb(46 39 20 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/30 {
    --tw-gradient-from: rgb(46 39 20 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/35 {
    --tw-gradient-from: rgb(46 39 20 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/40 {
    --tw-gradient-from: rgb(46 39 20 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/45 {
    --tw-gradient-from: rgb(46 39 20 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/5 {
    --tw-gradient-from: rgb(46 39 20 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/50 {
    --tw-gradient-from: rgb(46 39 20 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/55 {
    --tw-gradient-from: rgb(46 39 20 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/60 {
    --tw-gradient-from: rgb(46 39 20 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/65 {
    --tw-gradient-from: rgb(46 39 20 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/70 {
    --tw-gradient-from: rgb(46 39 20 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/75 {
    --tw-gradient-from: rgb(46 39 20 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/80 {
    --tw-gradient-from: rgb(46 39 20 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/85 {
    --tw-gradient-from: rgb(46 39 20 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/90 {
    --tw-gradient-from: rgb(46 39 20 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-dark\/95 {
    --tw-gradient-from: rgb(46 39 20 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink {
    --tw-gradient-from: #212529 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/0 {
    --tw-gradient-from: rgb(33 37 41 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/10 {
    --tw-gradient-from: rgb(33 37 41 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/100 {
    --tw-gradient-from: rgb(33 37 41 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/15 {
    --tw-gradient-from: rgb(33 37 41 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/20 {
    --tw-gradient-from: rgb(33 37 41 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/25 {
    --tw-gradient-from: rgb(33 37 41 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/30 {
    --tw-gradient-from: rgb(33 37 41 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/35 {
    --tw-gradient-from: rgb(33 37 41 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/40 {
    --tw-gradient-from: rgb(33 37 41 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/45 {
    --tw-gradient-from: rgb(33 37 41 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/5 {
    --tw-gradient-from: rgb(33 37 41 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/50 {
    --tw-gradient-from: rgb(33 37 41 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/55 {
    --tw-gradient-from: rgb(33 37 41 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/60 {
    --tw-gradient-from: rgb(33 37 41 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/65 {
    --tw-gradient-from: rgb(33 37 41 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/70 {
    --tw-gradient-from: rgb(33 37 41 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/75 {
    --tw-gradient-from: rgb(33 37 41 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/80 {
    --tw-gradient-from: rgb(33 37 41 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/85 {
    --tw-gradient-from: rgb(33 37 41 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/90 {
    --tw-gradient-from: rgb(33 37 41 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-ink\/95 {
    --tw-gradient-from: rgb(33 37 41 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light {
    --tw-gradient-from: #f5f4f0 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/0 {
    --tw-gradient-from: rgb(245 244 240 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/10 {
    --tw-gradient-from: rgb(245 244 240 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/100 {
    --tw-gradient-from: rgb(245 244 240 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/15 {
    --tw-gradient-from: rgb(245 244 240 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/20 {
    --tw-gradient-from: rgb(245 244 240 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/25 {
    --tw-gradient-from: rgb(245 244 240 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/30 {
    --tw-gradient-from: rgb(245 244 240 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/35 {
    --tw-gradient-from: rgb(245 244 240 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/40 {
    --tw-gradient-from: rgb(245 244 240 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/45 {
    --tw-gradient-from: rgb(245 244 240 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/5 {
    --tw-gradient-from: rgb(245 244 240 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/50 {
    --tw-gradient-from: rgb(245 244 240 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/55 {
    --tw-gradient-from: rgb(245 244 240 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/60 {
    --tw-gradient-from: rgb(245 244 240 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/65 {
    --tw-gradient-from: rgb(245 244 240 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/70 {
    --tw-gradient-from: rgb(245 244 240 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/75 {
    --tw-gradient-from: rgb(245 244 240 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/80 {
    --tw-gradient-from: rgb(245 244 240 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/85 {
    --tw-gradient-from: rgb(245 244 240 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/90 {
    --tw-gradient-from: rgb(245 244 240 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-light\/95 {
    --tw-gradient-from: rgb(245 244 240 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link {
    --tw-gradient-from: #936e07 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover {
    --tw-gradient-from: #4a3703 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/0 {
    --tw-gradient-from: rgb(74 55 3 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/10 {
    --tw-gradient-from: rgb(74 55 3 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/100 {
    --tw-gradient-from: rgb(74 55 3 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/15 {
    --tw-gradient-from: rgb(74 55 3 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/20 {
    --tw-gradient-from: rgb(74 55 3 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/25 {
    --tw-gradient-from: rgb(74 55 3 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/30 {
    --tw-gradient-from: rgb(74 55 3 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/35 {
    --tw-gradient-from: rgb(74 55 3 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/40 {
    --tw-gradient-from: rgb(74 55 3 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/45 {
    --tw-gradient-from: rgb(74 55 3 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/5 {
    --tw-gradient-from: rgb(74 55 3 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/50 {
    --tw-gradient-from: rgb(74 55 3 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/55 {
    --tw-gradient-from: rgb(74 55 3 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/60 {
    --tw-gradient-from: rgb(74 55 3 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/65 {
    --tw-gradient-from: rgb(74 55 3 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/70 {
    --tw-gradient-from: rgb(74 55 3 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/75 {
    --tw-gradient-from: rgb(74 55 3 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/80 {
    --tw-gradient-from: rgb(74 55 3 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/85 {
    --tw-gradient-from: rgb(74 55 3 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/90 {
    --tw-gradient-from: rgb(74 55 3 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link-hover\/95 {
    --tw-gradient-from: rgb(74 55 3 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/0 {
    --tw-gradient-from: rgb(147 110 7 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/10 {
    --tw-gradient-from: rgb(147 110 7 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/100 {
    --tw-gradient-from: rgb(147 110 7 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/15 {
    --tw-gradient-from: rgb(147 110 7 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/20 {
    --tw-gradient-from: rgb(147 110 7 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/25 {
    --tw-gradient-from: rgb(147 110 7 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/30 {
    --tw-gradient-from: rgb(147 110 7 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/35 {
    --tw-gradient-from: rgb(147 110 7 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/40 {
    --tw-gradient-from: rgb(147 110 7 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/45 {
    --tw-gradient-from: rgb(147 110 7 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/5 {
    --tw-gradient-from: rgb(147 110 7 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/50 {
    --tw-gradient-from: rgb(147 110 7 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/55 {
    --tw-gradient-from: rgb(147 110 7 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/60 {
    --tw-gradient-from: rgb(147 110 7 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/65 {
    --tw-gradient-from: rgb(147 110 7 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/70 {
    --tw-gradient-from: rgb(147 110 7 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/75 {
    --tw-gradient-from: rgb(147 110 7 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/80 {
    --tw-gradient-from: rgb(147 110 7 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/85 {
    --tw-gradient-from: rgb(147 110 7 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/90 {
    --tw-gradient-from: rgb(147 110 7 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-link\/95 {
    --tw-gradient-from: rgb(147 110 7 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted {
    --tw-gradient-from: #6C757D var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/0 {
    --tw-gradient-from: rgb(108 117 125 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/10 {
    --tw-gradient-from: rgb(108 117 125 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/100 {
    --tw-gradient-from: rgb(108 117 125 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/15 {
    --tw-gradient-from: rgb(108 117 125 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/20 {
    --tw-gradient-from: rgb(108 117 125 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/25 {
    --tw-gradient-from: rgb(108 117 125 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/30 {
    --tw-gradient-from: rgb(108 117 125 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/35 {
    --tw-gradient-from: rgb(108 117 125 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/40 {
    --tw-gradient-from: rgb(108 117 125 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/45 {
    --tw-gradient-from: rgb(108 117 125 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/5 {
    --tw-gradient-from: rgb(108 117 125 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/50 {
    --tw-gradient-from: rgb(108 117 125 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/55 {
    --tw-gradient-from: rgb(108 117 125 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/60 {
    --tw-gradient-from: rgb(108 117 125 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/65 {
    --tw-gradient-from: rgb(108 117 125 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/70 {
    --tw-gradient-from: rgb(108 117 125 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/75 {
    --tw-gradient-from: rgb(108 117 125 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/80 {
    --tw-gradient-from: rgb(108 117 125 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/85 {
    --tw-gradient-from: rgb(108 117 125 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/90 {
    --tw-gradient-from: rgb(108 117 125 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-muted\/95 {
    --tw-gradient-from: rgb(108 117 125 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary {
    --tw-gradient-from: #F4B811 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/0 {
    --tw-gradient-from: rgb(244 184 17 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/10 {
    --tw-gradient-from: rgb(244 184 17 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/100 {
    --tw-gradient-from: rgb(244 184 17 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/15 {
    --tw-gradient-from: rgb(244 184 17 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/20 {
    --tw-gradient-from: rgb(244 184 17 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/25 {
    --tw-gradient-from: rgb(244 184 17 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/30 {
    --tw-gradient-from: rgb(244 184 17 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/35 {
    --tw-gradient-from: rgb(244 184 17 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/40 {
    --tw-gradient-from: rgb(244 184 17 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/45 {
    --tw-gradient-from: rgb(244 184 17 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/5 {
    --tw-gradient-from: rgb(244 184 17 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/50 {
    --tw-gradient-from: rgb(244 184 17 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/55 {
    --tw-gradient-from: rgb(244 184 17 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/60 {
    --tw-gradient-from: rgb(244 184 17 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/65 {
    --tw-gradient-from: rgb(244 184 17 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/70 {
    --tw-gradient-from: rgb(244 184 17 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/75 {
    --tw-gradient-from: rgb(244 184 17 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/80 {
    --tw-gradient-from: rgb(244 184 17 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/85 {
    --tw-gradient-from: rgb(244 184 17 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/90 {
    --tw-gradient-from: rgb(244 184 17 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-primary\/95 {
    --tw-gradient-from: rgb(244 184 17 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary {
    --tw-gradient-from: #FFCC00 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/0 {
    --tw-gradient-from: rgb(255 204 0 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/10 {
    --tw-gradient-from: rgb(255 204 0 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/100 {
    --tw-gradient-from: rgb(255 204 0 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/15 {
    --tw-gradient-from: rgb(255 204 0 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/20 {
    --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/25 {
    --tw-gradient-from: rgb(255 204 0 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/30 {
    --tw-gradient-from: rgb(255 204 0 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/35 {
    --tw-gradient-from: rgb(255 204 0 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/40 {
    --tw-gradient-from: rgb(255 204 0 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/45 {
    --tw-gradient-from: rgb(255 204 0 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/5 {
    --tw-gradient-from: rgb(255 204 0 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/50 {
    --tw-gradient-from: rgb(255 204 0 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/55 {
    --tw-gradient-from: rgb(255 204 0 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/60 {
    --tw-gradient-from: rgb(255 204 0 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/65 {
    --tw-gradient-from: rgb(255 204 0 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/70 {
    --tw-gradient-from: rgb(255 204 0 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/75 {
    --tw-gradient-from: rgb(255 204 0 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/80 {
    --tw-gradient-from: rgb(255 204 0 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/85 {
    --tw-gradient-from: rgb(255 204 0 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/90 {
    --tw-gradient-from: rgb(255 204 0 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-brand-secondary\/95 {
    --tw-gradient-from: rgb(255 204 0 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth {
    --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/0 {
    --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/10 {
    --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/100 {
    --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/15 {
    --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/20 {
    --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/25 {
    --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/30 {
    --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/35 {
    --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/40 {
    --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/45 {
    --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/5 {
    --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/50 {
    --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/55 {
    --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/60 {
    --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/65 {
    --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/70 {
    --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/75 {
    --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/80 {
    --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/85 {
    --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/90 {
    --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-earth\/95 {
    --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest {
    --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/0 {
    --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/10 {
    --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/100 {
    --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/15 {
    --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/20 {
    --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/25 {
    --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/30 {
    --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/35 {
    --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/40 {
    --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/45 {
    --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/5 {
    --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/50 {
    --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/55 {
    --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/60 {
    --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/65 {
    --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/70 {
    --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/75 {
    --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/80 {
    --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/85 {
    --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/90 {
    --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-harvest\/95 {
    --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout {
    --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/0 {
    --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/10 {
    --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/100 {
    --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/15 {
    --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/20 {
    --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/25 {
    --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/30 {
    --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/35 {
    --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/40 {
    --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/45 {
    --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/5 {
    --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/50 {
    --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/55 {
    --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/60 {
    --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/65 {
    --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/70 {
    --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/75 {
    --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/80 {
    --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/85 {
    --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/90 {
    --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-sprout\/95 {
    --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-0\% {
    --tw-gradient-from-position: 0% !important;
  }

  .sm\:from-10\% {
    --tw-gradient-from-position: 10% !important;
  }

  .sm\:from-100\% {
    --tw-gradient-from-position: 100% !important;
  }

  .sm\:from-15\% {
    --tw-gradient-from-position: 15% !important;
  }

  .sm\:from-20\% {
    --tw-gradient-from-position: 20% !important;
  }

  .sm\:from-25\% {
    --tw-gradient-from-position: 25% !important;
  }

  .sm\:from-30\% {
    --tw-gradient-from-position: 30% !important;
  }

  .sm\:from-35\% {
    --tw-gradient-from-position: 35% !important;
  }

  .sm\:from-40\% {
    --tw-gradient-from-position: 40% !important;
  }

  .sm\:from-45\% {
    --tw-gradient-from-position: 45% !important;
  }

  .sm\:from-5\% {
    --tw-gradient-from-position: 5% !important;
  }

  .sm\:from-50\% {
    --tw-gradient-from-position: 50% !important;
  }

  .sm\:from-55\% {
    --tw-gradient-from-position: 55% !important;
  }

  .sm\:from-60\% {
    --tw-gradient-from-position: 60% !important;
  }

  .sm\:from-65\% {
    --tw-gradient-from-position: 65% !important;
  }

  .sm\:from-80\% {
    --tw-gradient-from-position: 80% !important;
  }

  .sm\:from-85\% {
    --tw-gradient-from-position: 85% !important;
  }

  .sm\:via-brand-dark {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #2e2714 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/0 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/10 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/100 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/15 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/20 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/25 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/30 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/35 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/40 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/45 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/5 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/50 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/55 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/60 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/65 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/70 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/75 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/80 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/85 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/90 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-dark\/95 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #212529 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/0 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/10 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/100 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/15 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/20 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/25 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/30 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/35 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/40 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/45 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/5 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/50 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/55 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/60 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/65 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/70 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/75 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/80 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/85 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/90 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-ink\/95 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #f5f4f0 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/0 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/10 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/100 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/15 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/20 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/25 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/30 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/35 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/40 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/45 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/5 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/50 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/55 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/60 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/65 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/70 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/75 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/80 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/85 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/90 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-light\/95 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #936e07 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #4a3703 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/0 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/10 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/100 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/15 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/20 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/25 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/30 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/35 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/40 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/45 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/5 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/50 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/55 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/60 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/65 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/70 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/75 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/80 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/85 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/90 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link-hover\/95 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/0 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/10 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/100 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/15 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/20 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/25 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/30 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/35 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/40 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/45 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/5 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/50 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/55 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/60 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/65 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/70 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/75 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/80 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/85 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/90 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-link\/95 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #6C757D var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/0 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/10 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/100 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/15 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/20 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/25 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/30 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/35 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/40 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/45 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/5 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/50 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/55 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/60 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/65 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/70 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/75 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/80 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/85 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/90 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-muted\/95 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #F4B811 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/0 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/10 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/100 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/15 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/20 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/25 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/30 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/35 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/40 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/45 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/5 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/50 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/55 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/60 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/65 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/70 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/75 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/80 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/85 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/90 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-primary\/95 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/0 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/10 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/100 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/15 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/20 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/25 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/30 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/35 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/40 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/45 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/5 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/50 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/55 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/60 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/65 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/70 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/75 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/80 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/85 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/90 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-brand-secondary\/95 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #782e01 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/0 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/10 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/100 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/15 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/20 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/25 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/30 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/35 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/40 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/45 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/5 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/50 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/55 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/60 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/65 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/70 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/75 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/80 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/85 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/90 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-earth\/95 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #d78131 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/0 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/10 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/100 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/15 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/20 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/25 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/30 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/35 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/40 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/45 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/5 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/50 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/55 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/60 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/65 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/70 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/75 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/80 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/85 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/90 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-harvest\/95 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #c4d148 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/0 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/10 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/100 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/15 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/20 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/25 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/30 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/35 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/40 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/45 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/5 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/50 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/55 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/60 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/65 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/70 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/75 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/80 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/85 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/90 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-sprout\/95 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:to-brand-dark {
    --tw-gradient-to: #2e2714 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/0 {
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/10 {
    --tw-gradient-to: rgb(46 39 20 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/100 {
    --tw-gradient-to: rgb(46 39 20 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/15 {
    --tw-gradient-to: rgb(46 39 20 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/20 {
    --tw-gradient-to: rgb(46 39 20 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/25 {
    --tw-gradient-to: rgb(46 39 20 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/30 {
    --tw-gradient-to: rgb(46 39 20 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/35 {
    --tw-gradient-to: rgb(46 39 20 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/40 {
    --tw-gradient-to: rgb(46 39 20 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/45 {
    --tw-gradient-to: rgb(46 39 20 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/5 {
    --tw-gradient-to: rgb(46 39 20 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/50 {
    --tw-gradient-to: rgb(46 39 20 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/55 {
    --tw-gradient-to: rgb(46 39 20 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/60 {
    --tw-gradient-to: rgb(46 39 20 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/65 {
    --tw-gradient-to: rgb(46 39 20 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/70 {
    --tw-gradient-to: rgb(46 39 20 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/75 {
    --tw-gradient-to: rgb(46 39 20 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/80 {
    --tw-gradient-to: rgb(46 39 20 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/85 {
    --tw-gradient-to: rgb(46 39 20 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/90 {
    --tw-gradient-to: rgb(46 39 20 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-dark\/95 {
    --tw-gradient-to: rgb(46 39 20 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink {
    --tw-gradient-to: #212529 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/0 {
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/10 {
    --tw-gradient-to: rgb(33 37 41 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/100 {
    --tw-gradient-to: rgb(33 37 41 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/15 {
    --tw-gradient-to: rgb(33 37 41 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/20 {
    --tw-gradient-to: rgb(33 37 41 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/25 {
    --tw-gradient-to: rgb(33 37 41 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/30 {
    --tw-gradient-to: rgb(33 37 41 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/35 {
    --tw-gradient-to: rgb(33 37 41 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/40 {
    --tw-gradient-to: rgb(33 37 41 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/45 {
    --tw-gradient-to: rgb(33 37 41 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/5 {
    --tw-gradient-to: rgb(33 37 41 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/50 {
    --tw-gradient-to: rgb(33 37 41 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/55 {
    --tw-gradient-to: rgb(33 37 41 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/60 {
    --tw-gradient-to: rgb(33 37 41 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/65 {
    --tw-gradient-to: rgb(33 37 41 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/70 {
    --tw-gradient-to: rgb(33 37 41 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/75 {
    --tw-gradient-to: rgb(33 37 41 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/80 {
    --tw-gradient-to: rgb(33 37 41 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/85 {
    --tw-gradient-to: rgb(33 37 41 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/90 {
    --tw-gradient-to: rgb(33 37 41 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-ink\/95 {
    --tw-gradient-to: rgb(33 37 41 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light {
    --tw-gradient-to: #f5f4f0 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/0 {
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/10 {
    --tw-gradient-to: rgb(245 244 240 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/100 {
    --tw-gradient-to: rgb(245 244 240 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/15 {
    --tw-gradient-to: rgb(245 244 240 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/20 {
    --tw-gradient-to: rgb(245 244 240 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/25 {
    --tw-gradient-to: rgb(245 244 240 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/30 {
    --tw-gradient-to: rgb(245 244 240 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/35 {
    --tw-gradient-to: rgb(245 244 240 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/40 {
    --tw-gradient-to: rgb(245 244 240 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/45 {
    --tw-gradient-to: rgb(245 244 240 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/5 {
    --tw-gradient-to: rgb(245 244 240 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/50 {
    --tw-gradient-to: rgb(245 244 240 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/55 {
    --tw-gradient-to: rgb(245 244 240 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/60 {
    --tw-gradient-to: rgb(245 244 240 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/65 {
    --tw-gradient-to: rgb(245 244 240 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/70 {
    --tw-gradient-to: rgb(245 244 240 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/75 {
    --tw-gradient-to: rgb(245 244 240 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/80 {
    --tw-gradient-to: rgb(245 244 240 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/85 {
    --tw-gradient-to: rgb(245 244 240 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/90 {
    --tw-gradient-to: rgb(245 244 240 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-light\/95 {
    --tw-gradient-to: rgb(245 244 240 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link {
    --tw-gradient-to: #936e07 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover {
    --tw-gradient-to: #4a3703 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/0 {
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/10 {
    --tw-gradient-to: rgb(74 55 3 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/100 {
    --tw-gradient-to: rgb(74 55 3 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/15 {
    --tw-gradient-to: rgb(74 55 3 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/20 {
    --tw-gradient-to: rgb(74 55 3 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/25 {
    --tw-gradient-to: rgb(74 55 3 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/30 {
    --tw-gradient-to: rgb(74 55 3 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/35 {
    --tw-gradient-to: rgb(74 55 3 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/40 {
    --tw-gradient-to: rgb(74 55 3 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/45 {
    --tw-gradient-to: rgb(74 55 3 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/5 {
    --tw-gradient-to: rgb(74 55 3 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/50 {
    --tw-gradient-to: rgb(74 55 3 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/55 {
    --tw-gradient-to: rgb(74 55 3 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/60 {
    --tw-gradient-to: rgb(74 55 3 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/65 {
    --tw-gradient-to: rgb(74 55 3 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/70 {
    --tw-gradient-to: rgb(74 55 3 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/75 {
    --tw-gradient-to: rgb(74 55 3 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/80 {
    --tw-gradient-to: rgb(74 55 3 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/85 {
    --tw-gradient-to: rgb(74 55 3 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/90 {
    --tw-gradient-to: rgb(74 55 3 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link-hover\/95 {
    --tw-gradient-to: rgb(74 55 3 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/0 {
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/10 {
    --tw-gradient-to: rgb(147 110 7 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/100 {
    --tw-gradient-to: rgb(147 110 7 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/15 {
    --tw-gradient-to: rgb(147 110 7 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/20 {
    --tw-gradient-to: rgb(147 110 7 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/25 {
    --tw-gradient-to: rgb(147 110 7 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/30 {
    --tw-gradient-to: rgb(147 110 7 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/35 {
    --tw-gradient-to: rgb(147 110 7 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/40 {
    --tw-gradient-to: rgb(147 110 7 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/45 {
    --tw-gradient-to: rgb(147 110 7 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/5 {
    --tw-gradient-to: rgb(147 110 7 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/50 {
    --tw-gradient-to: rgb(147 110 7 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/55 {
    --tw-gradient-to: rgb(147 110 7 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/60 {
    --tw-gradient-to: rgb(147 110 7 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/65 {
    --tw-gradient-to: rgb(147 110 7 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/70 {
    --tw-gradient-to: rgb(147 110 7 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/75 {
    --tw-gradient-to: rgb(147 110 7 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/80 {
    --tw-gradient-to: rgb(147 110 7 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/85 {
    --tw-gradient-to: rgb(147 110 7 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/90 {
    --tw-gradient-to: rgb(147 110 7 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-link\/95 {
    --tw-gradient-to: rgb(147 110 7 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted {
    --tw-gradient-to: #6C757D var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/0 {
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/10 {
    --tw-gradient-to: rgb(108 117 125 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/100 {
    --tw-gradient-to: rgb(108 117 125 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/15 {
    --tw-gradient-to: rgb(108 117 125 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/20 {
    --tw-gradient-to: rgb(108 117 125 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/25 {
    --tw-gradient-to: rgb(108 117 125 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/30 {
    --tw-gradient-to: rgb(108 117 125 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/35 {
    --tw-gradient-to: rgb(108 117 125 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/40 {
    --tw-gradient-to: rgb(108 117 125 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/45 {
    --tw-gradient-to: rgb(108 117 125 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/5 {
    --tw-gradient-to: rgb(108 117 125 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/50 {
    --tw-gradient-to: rgb(108 117 125 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/55 {
    --tw-gradient-to: rgb(108 117 125 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/60 {
    --tw-gradient-to: rgb(108 117 125 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/65 {
    --tw-gradient-to: rgb(108 117 125 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/70 {
    --tw-gradient-to: rgb(108 117 125 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/75 {
    --tw-gradient-to: rgb(108 117 125 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/80 {
    --tw-gradient-to: rgb(108 117 125 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/85 {
    --tw-gradient-to: rgb(108 117 125 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/90 {
    --tw-gradient-to: rgb(108 117 125 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-muted\/95 {
    --tw-gradient-to: rgb(108 117 125 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary {
    --tw-gradient-to: #F4B811 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/0 {
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/10 {
    --tw-gradient-to: rgb(244 184 17 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/100 {
    --tw-gradient-to: rgb(244 184 17 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/15 {
    --tw-gradient-to: rgb(244 184 17 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/20 {
    --tw-gradient-to: rgb(244 184 17 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/25 {
    --tw-gradient-to: rgb(244 184 17 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/30 {
    --tw-gradient-to: rgb(244 184 17 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/35 {
    --tw-gradient-to: rgb(244 184 17 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/40 {
    --tw-gradient-to: rgb(244 184 17 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/45 {
    --tw-gradient-to: rgb(244 184 17 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/5 {
    --tw-gradient-to: rgb(244 184 17 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/50 {
    --tw-gradient-to: rgb(244 184 17 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/55 {
    --tw-gradient-to: rgb(244 184 17 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/60 {
    --tw-gradient-to: rgb(244 184 17 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/65 {
    --tw-gradient-to: rgb(244 184 17 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/70 {
    --tw-gradient-to: rgb(244 184 17 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/75 {
    --tw-gradient-to: rgb(244 184 17 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/80 {
    --tw-gradient-to: rgb(244 184 17 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/85 {
    --tw-gradient-to: rgb(244 184 17 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/90 {
    --tw-gradient-to: rgb(244 184 17 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-primary\/95 {
    --tw-gradient-to: rgb(244 184 17 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary {
    --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/0 {
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/10 {
    --tw-gradient-to: rgb(255 204 0 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/100 {
    --tw-gradient-to: rgb(255 204 0 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/15 {
    --tw-gradient-to: rgb(255 204 0 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/20 {
    --tw-gradient-to: rgb(255 204 0 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/25 {
    --tw-gradient-to: rgb(255 204 0 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/30 {
    --tw-gradient-to: rgb(255 204 0 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/35 {
    --tw-gradient-to: rgb(255 204 0 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/40 {
    --tw-gradient-to: rgb(255 204 0 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/45 {
    --tw-gradient-to: rgb(255 204 0 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/5 {
    --tw-gradient-to: rgb(255 204 0 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/50 {
    --tw-gradient-to: rgb(255 204 0 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/55 {
    --tw-gradient-to: rgb(255 204 0 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/60 {
    --tw-gradient-to: rgb(255 204 0 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/65 {
    --tw-gradient-to: rgb(255 204 0 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/70 {
    --tw-gradient-to: rgb(255 204 0 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/75 {
    --tw-gradient-to: rgb(255 204 0 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/80 {
    --tw-gradient-to: rgb(255 204 0 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/85 {
    --tw-gradient-to: rgb(255 204 0 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/90 {
    --tw-gradient-to: rgb(255 204 0 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-brand-secondary\/95 {
    --tw-gradient-to: rgb(255 204 0 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth {
    --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/0 {
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/10 {
    --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/100 {
    --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/15 {
    --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/20 {
    --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/25 {
    --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/30 {
    --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/35 {
    --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/40 {
    --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/45 {
    --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/5 {
    --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/50 {
    --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/55 {
    --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/60 {
    --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/65 {
    --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/70 {
    --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/75 {
    --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/80 {
    --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/85 {
    --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/90 {
    --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-earth\/95 {
    --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest {
    --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/0 {
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/10 {
    --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/100 {
    --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/15 {
    --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/20 {
    --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/25 {
    --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/30 {
    --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/35 {
    --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/40 {
    --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/45 {
    --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/5 {
    --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/50 {
    --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/55 {
    --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/60 {
    --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/65 {
    --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/70 {
    --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/75 {
    --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/80 {
    --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/85 {
    --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/90 {
    --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-harvest\/95 {
    --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout {
    --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/0 {
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/10 {
    --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/100 {
    --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/15 {
    --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/20 {
    --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/25 {
    --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/30 {
    --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/35 {
    --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/40 {
    --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/45 {
    --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/5 {
    --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/50 {
    --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/55 {
    --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/60 {
    --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/65 {
    --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/70 {
    --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/75 {
    --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/80 {
    --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/85 {
    --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/90 {
    --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-sprout\/95 {
    --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:fill-brand-dark {
    fill: #2e2714 !important;
  }

  .sm\:fill-brand-dark\/0 {
    fill: rgb(46 39 20 / 0) !important;
  }

  .sm\:fill-brand-dark\/10 {
    fill: rgb(46 39 20 / 0.1) !important;
  }

  .sm\:fill-brand-dark\/100 {
    fill: rgb(46 39 20 / 1) !important;
  }

  .sm\:fill-brand-dark\/15 {
    fill: rgb(46 39 20 / 0.15) !important;
  }

  .sm\:fill-brand-dark\/20 {
    fill: rgb(46 39 20 / 0.2) !important;
  }

  .sm\:fill-brand-dark\/25 {
    fill: rgb(46 39 20 / 0.25) !important;
  }

  .sm\:fill-brand-dark\/30 {
    fill: rgb(46 39 20 / 0.3) !important;
  }

  .sm\:fill-brand-dark\/35 {
    fill: rgb(46 39 20 / 0.35) !important;
  }

  .sm\:fill-brand-dark\/40 {
    fill: rgb(46 39 20 / 0.4) !important;
  }

  .sm\:fill-brand-dark\/45 {
    fill: rgb(46 39 20 / 0.45) !important;
  }

  .sm\:fill-brand-dark\/5 {
    fill: rgb(46 39 20 / 0.05) !important;
  }

  .sm\:fill-brand-dark\/50 {
    fill: rgb(46 39 20 / 0.5) !important;
  }

  .sm\:fill-brand-dark\/55 {
    fill: rgb(46 39 20 / 0.55) !important;
  }

  .sm\:fill-brand-dark\/60 {
    fill: rgb(46 39 20 / 0.6) !important;
  }

  .sm\:fill-brand-dark\/65 {
    fill: rgb(46 39 20 / 0.65) !important;
  }

  .sm\:fill-brand-dark\/70 {
    fill: rgb(46 39 20 / 0.7) !important;
  }

  .sm\:fill-brand-dark\/75 {
    fill: rgb(46 39 20 / 0.75) !important;
  }

  .sm\:fill-brand-dark\/80 {
    fill: rgb(46 39 20 / 0.8) !important;
  }

  .sm\:fill-brand-dark\/85 {
    fill: rgb(46 39 20 / 0.85) !important;
  }

  .sm\:fill-brand-dark\/90 {
    fill: rgb(46 39 20 / 0.9) !important;
  }

  .sm\:fill-brand-dark\/95 {
    fill: rgb(46 39 20 / 0.95) !important;
  }

  .sm\:fill-brand-ink {
    fill: #212529 !important;
  }

  .sm\:fill-brand-ink\/0 {
    fill: rgb(33 37 41 / 0) !important;
  }

  .sm\:fill-brand-ink\/10 {
    fill: rgb(33 37 41 / 0.1) !important;
  }

  .sm\:fill-brand-ink\/100 {
    fill: rgb(33 37 41 / 1) !important;
  }

  .sm\:fill-brand-ink\/15 {
    fill: rgb(33 37 41 / 0.15) !important;
  }

  .sm\:fill-brand-ink\/20 {
    fill: rgb(33 37 41 / 0.2) !important;
  }

  .sm\:fill-brand-ink\/25 {
    fill: rgb(33 37 41 / 0.25) !important;
  }

  .sm\:fill-brand-ink\/30 {
    fill: rgb(33 37 41 / 0.3) !important;
  }

  .sm\:fill-brand-ink\/35 {
    fill: rgb(33 37 41 / 0.35) !important;
  }

  .sm\:fill-brand-ink\/40 {
    fill: rgb(33 37 41 / 0.4) !important;
  }

  .sm\:fill-brand-ink\/45 {
    fill: rgb(33 37 41 / 0.45) !important;
  }

  .sm\:fill-brand-ink\/5 {
    fill: rgb(33 37 41 / 0.05) !important;
  }

  .sm\:fill-brand-ink\/50 {
    fill: rgb(33 37 41 / 0.5) !important;
  }

  .sm\:fill-brand-ink\/55 {
    fill: rgb(33 37 41 / 0.55) !important;
  }

  .sm\:fill-brand-ink\/60 {
    fill: rgb(33 37 41 / 0.6) !important;
  }

  .sm\:fill-brand-ink\/65 {
    fill: rgb(33 37 41 / 0.65) !important;
  }

  .sm\:fill-brand-ink\/70 {
    fill: rgb(33 37 41 / 0.7) !important;
  }

  .sm\:fill-brand-ink\/75 {
    fill: rgb(33 37 41 / 0.75) !important;
  }

  .sm\:fill-brand-ink\/80 {
    fill: rgb(33 37 41 / 0.8) !important;
  }

  .sm\:fill-brand-ink\/85 {
    fill: rgb(33 37 41 / 0.85) !important;
  }

  .sm\:fill-brand-ink\/90 {
    fill: rgb(33 37 41 / 0.9) !important;
  }

  .sm\:fill-brand-ink\/95 {
    fill: rgb(33 37 41 / 0.95) !important;
  }

  .sm\:fill-brand-light {
    fill: #f5f4f0 !important;
  }

  .sm\:fill-brand-light\/0 {
    fill: rgb(245 244 240 / 0) !important;
  }

  .sm\:fill-brand-light\/10 {
    fill: rgb(245 244 240 / 0.1) !important;
  }

  .sm\:fill-brand-light\/100 {
    fill: rgb(245 244 240 / 1) !important;
  }

  .sm\:fill-brand-light\/15 {
    fill: rgb(245 244 240 / 0.15) !important;
  }

  .sm\:fill-brand-light\/20 {
    fill: rgb(245 244 240 / 0.2) !important;
  }

  .sm\:fill-brand-light\/25 {
    fill: rgb(245 244 240 / 0.25) !important;
  }

  .sm\:fill-brand-light\/30 {
    fill: rgb(245 244 240 / 0.3) !important;
  }

  .sm\:fill-brand-light\/35 {
    fill: rgb(245 244 240 / 0.35) !important;
  }

  .sm\:fill-brand-light\/40 {
    fill: rgb(245 244 240 / 0.4) !important;
  }

  .sm\:fill-brand-light\/45 {
    fill: rgb(245 244 240 / 0.45) !important;
  }

  .sm\:fill-brand-light\/5 {
    fill: rgb(245 244 240 / 0.05) !important;
  }

  .sm\:fill-brand-light\/50 {
    fill: rgb(245 244 240 / 0.5) !important;
  }

  .sm\:fill-brand-light\/55 {
    fill: rgb(245 244 240 / 0.55) !important;
  }

  .sm\:fill-brand-light\/60 {
    fill: rgb(245 244 240 / 0.6) !important;
  }

  .sm\:fill-brand-light\/65 {
    fill: rgb(245 244 240 / 0.65) !important;
  }

  .sm\:fill-brand-light\/70 {
    fill: rgb(245 244 240 / 0.7) !important;
  }

  .sm\:fill-brand-light\/75 {
    fill: rgb(245 244 240 / 0.75) !important;
  }

  .sm\:fill-brand-light\/80 {
    fill: rgb(245 244 240 / 0.8) !important;
  }

  .sm\:fill-brand-light\/85 {
    fill: rgb(245 244 240 / 0.85) !important;
  }

  .sm\:fill-brand-light\/90 {
    fill: rgb(245 244 240 / 0.9) !important;
  }

  .sm\:fill-brand-light\/95 {
    fill: rgb(245 244 240 / 0.95) !important;
  }

  .sm\:fill-brand-link {
    fill: #936e07 !important;
  }

  .sm\:fill-brand-link-hover {
    fill: #4a3703 !important;
  }

  .sm\:fill-brand-link-hover\/0 {
    fill: rgb(74 55 3 / 0) !important;
  }

  .sm\:fill-brand-link-hover\/10 {
    fill: rgb(74 55 3 / 0.1) !important;
  }

  .sm\:fill-brand-link-hover\/100 {
    fill: rgb(74 55 3 / 1) !important;
  }

  .sm\:fill-brand-link-hover\/15 {
    fill: rgb(74 55 3 / 0.15) !important;
  }

  .sm\:fill-brand-link-hover\/20 {
    fill: rgb(74 55 3 / 0.2) !important;
  }

  .sm\:fill-brand-link-hover\/25 {
    fill: rgb(74 55 3 / 0.25) !important;
  }

  .sm\:fill-brand-link-hover\/30 {
    fill: rgb(74 55 3 / 0.3) !important;
  }

  .sm\:fill-brand-link-hover\/35 {
    fill: rgb(74 55 3 / 0.35) !important;
  }

  .sm\:fill-brand-link-hover\/40 {
    fill: rgb(74 55 3 / 0.4) !important;
  }

  .sm\:fill-brand-link-hover\/45 {
    fill: rgb(74 55 3 / 0.45) !important;
  }

  .sm\:fill-brand-link-hover\/5 {
    fill: rgb(74 55 3 / 0.05) !important;
  }

  .sm\:fill-brand-link-hover\/50 {
    fill: rgb(74 55 3 / 0.5) !important;
  }

  .sm\:fill-brand-link-hover\/55 {
    fill: rgb(74 55 3 / 0.55) !important;
  }

  .sm\:fill-brand-link-hover\/60 {
    fill: rgb(74 55 3 / 0.6) !important;
  }

  .sm\:fill-brand-link-hover\/65 {
    fill: rgb(74 55 3 / 0.65) !important;
  }

  .sm\:fill-brand-link-hover\/70 {
    fill: rgb(74 55 3 / 0.7) !important;
  }

  .sm\:fill-brand-link-hover\/75 {
    fill: rgb(74 55 3 / 0.75) !important;
  }

  .sm\:fill-brand-link-hover\/80 {
    fill: rgb(74 55 3 / 0.8) !important;
  }

  .sm\:fill-brand-link-hover\/85 {
    fill: rgb(74 55 3 / 0.85) !important;
  }

  .sm\:fill-brand-link-hover\/90 {
    fill: rgb(74 55 3 / 0.9) !important;
  }

  .sm\:fill-brand-link-hover\/95 {
    fill: rgb(74 55 3 / 0.95) !important;
  }

  .sm\:fill-brand-link\/0 {
    fill: rgb(147 110 7 / 0) !important;
  }

  .sm\:fill-brand-link\/10 {
    fill: rgb(147 110 7 / 0.1) !important;
  }

  .sm\:fill-brand-link\/100 {
    fill: rgb(147 110 7 / 1) !important;
  }

  .sm\:fill-brand-link\/15 {
    fill: rgb(147 110 7 / 0.15) !important;
  }

  .sm\:fill-brand-link\/20 {
    fill: rgb(147 110 7 / 0.2) !important;
  }

  .sm\:fill-brand-link\/25 {
    fill: rgb(147 110 7 / 0.25) !important;
  }

  .sm\:fill-brand-link\/30 {
    fill: rgb(147 110 7 / 0.3) !important;
  }

  .sm\:fill-brand-link\/35 {
    fill: rgb(147 110 7 / 0.35) !important;
  }

  .sm\:fill-brand-link\/40 {
    fill: rgb(147 110 7 / 0.4) !important;
  }

  .sm\:fill-brand-link\/45 {
    fill: rgb(147 110 7 / 0.45) !important;
  }

  .sm\:fill-brand-link\/5 {
    fill: rgb(147 110 7 / 0.05) !important;
  }

  .sm\:fill-brand-link\/50 {
    fill: rgb(147 110 7 / 0.5) !important;
  }

  .sm\:fill-brand-link\/55 {
    fill: rgb(147 110 7 / 0.55) !important;
  }

  .sm\:fill-brand-link\/60 {
    fill: rgb(147 110 7 / 0.6) !important;
  }

  .sm\:fill-brand-link\/65 {
    fill: rgb(147 110 7 / 0.65) !important;
  }

  .sm\:fill-brand-link\/70 {
    fill: rgb(147 110 7 / 0.7) !important;
  }

  .sm\:fill-brand-link\/75 {
    fill: rgb(147 110 7 / 0.75) !important;
  }

  .sm\:fill-brand-link\/80 {
    fill: rgb(147 110 7 / 0.8) !important;
  }

  .sm\:fill-brand-link\/85 {
    fill: rgb(147 110 7 / 0.85) !important;
  }

  .sm\:fill-brand-link\/90 {
    fill: rgb(147 110 7 / 0.9) !important;
  }

  .sm\:fill-brand-link\/95 {
    fill: rgb(147 110 7 / 0.95) !important;
  }

  .sm\:fill-brand-muted {
    fill: #6C757D !important;
  }

  .sm\:fill-brand-muted\/0 {
    fill: rgb(108 117 125 / 0) !important;
  }

  .sm\:fill-brand-muted\/10 {
    fill: rgb(108 117 125 / 0.1) !important;
  }

  .sm\:fill-brand-muted\/100 {
    fill: rgb(108 117 125 / 1) !important;
  }

  .sm\:fill-brand-muted\/15 {
    fill: rgb(108 117 125 / 0.15) !important;
  }

  .sm\:fill-brand-muted\/20 {
    fill: rgb(108 117 125 / 0.2) !important;
  }

  .sm\:fill-brand-muted\/25 {
    fill: rgb(108 117 125 / 0.25) !important;
  }

  .sm\:fill-brand-muted\/30 {
    fill: rgb(108 117 125 / 0.3) !important;
  }

  .sm\:fill-brand-muted\/35 {
    fill: rgb(108 117 125 / 0.35) !important;
  }

  .sm\:fill-brand-muted\/40 {
    fill: rgb(108 117 125 / 0.4) !important;
  }

  .sm\:fill-brand-muted\/45 {
    fill: rgb(108 117 125 / 0.45) !important;
  }

  .sm\:fill-brand-muted\/5 {
    fill: rgb(108 117 125 / 0.05) !important;
  }

  .sm\:fill-brand-muted\/50 {
    fill: rgb(108 117 125 / 0.5) !important;
  }

  .sm\:fill-brand-muted\/55 {
    fill: rgb(108 117 125 / 0.55) !important;
  }

  .sm\:fill-brand-muted\/60 {
    fill: rgb(108 117 125 / 0.6) !important;
  }

  .sm\:fill-brand-muted\/65 {
    fill: rgb(108 117 125 / 0.65) !important;
  }

  .sm\:fill-brand-muted\/70 {
    fill: rgb(108 117 125 / 0.7) !important;
  }

  .sm\:fill-brand-muted\/75 {
    fill: rgb(108 117 125 / 0.75) !important;
  }

  .sm\:fill-brand-muted\/80 {
    fill: rgb(108 117 125 / 0.8) !important;
  }

  .sm\:fill-brand-muted\/85 {
    fill: rgb(108 117 125 / 0.85) !important;
  }

  .sm\:fill-brand-muted\/90 {
    fill: rgb(108 117 125 / 0.9) !important;
  }

  .sm\:fill-brand-muted\/95 {
    fill: rgb(108 117 125 / 0.95) !important;
  }

  .sm\:fill-brand-primary {
    fill: #F4B811 !important;
  }

  .sm\:fill-brand-primary\/0 {
    fill: rgb(244 184 17 / 0) !important;
  }

  .sm\:fill-brand-primary\/10 {
    fill: rgb(244 184 17 / 0.1) !important;
  }

  .sm\:fill-brand-primary\/100 {
    fill: rgb(244 184 17 / 1) !important;
  }

  .sm\:fill-brand-primary\/15 {
    fill: rgb(244 184 17 / 0.15) !important;
  }

  .sm\:fill-brand-primary\/20 {
    fill: rgb(244 184 17 / 0.2) !important;
  }

  .sm\:fill-brand-primary\/25 {
    fill: rgb(244 184 17 / 0.25) !important;
  }

  .sm\:fill-brand-primary\/30 {
    fill: rgb(244 184 17 / 0.3) !important;
  }

  .sm\:fill-brand-primary\/35 {
    fill: rgb(244 184 17 / 0.35) !important;
  }

  .sm\:fill-brand-primary\/40 {
    fill: rgb(244 184 17 / 0.4) !important;
  }

  .sm\:fill-brand-primary\/45 {
    fill: rgb(244 184 17 / 0.45) !important;
  }

  .sm\:fill-brand-primary\/5 {
    fill: rgb(244 184 17 / 0.05) !important;
  }

  .sm\:fill-brand-primary\/50 {
    fill: rgb(244 184 17 / 0.5) !important;
  }

  .sm\:fill-brand-primary\/55 {
    fill: rgb(244 184 17 / 0.55) !important;
  }

  .sm\:fill-brand-primary\/60 {
    fill: rgb(244 184 17 / 0.6) !important;
  }

  .sm\:fill-brand-primary\/65 {
    fill: rgb(244 184 17 / 0.65) !important;
  }

  .sm\:fill-brand-primary\/70 {
    fill: rgb(244 184 17 / 0.7) !important;
  }

  .sm\:fill-brand-primary\/75 {
    fill: rgb(244 184 17 / 0.75) !important;
  }

  .sm\:fill-brand-primary\/80 {
    fill: rgb(244 184 17 / 0.8) !important;
  }

  .sm\:fill-brand-primary\/85 {
    fill: rgb(244 184 17 / 0.85) !important;
  }

  .sm\:fill-brand-primary\/90 {
    fill: rgb(244 184 17 / 0.9) !important;
  }

  .sm\:fill-brand-primary\/95 {
    fill: rgb(244 184 17 / 0.95) !important;
  }

  .sm\:fill-brand-secondary {
    fill: #FFCC00 !important;
  }

  .sm\:fill-brand-secondary\/0 {
    fill: rgb(255 204 0 / 0) !important;
  }

  .sm\:fill-brand-secondary\/10 {
    fill: rgb(255 204 0 / 0.1) !important;
  }

  .sm\:fill-brand-secondary\/100 {
    fill: rgb(255 204 0 / 1) !important;
  }

  .sm\:fill-brand-secondary\/15 {
    fill: rgb(255 204 0 / 0.15) !important;
  }

  .sm\:fill-brand-secondary\/20 {
    fill: rgb(255 204 0 / 0.2) !important;
  }

  .sm\:fill-brand-secondary\/25 {
    fill: rgb(255 204 0 / 0.25) !important;
  }

  .sm\:fill-brand-secondary\/30 {
    fill: rgb(255 204 0 / 0.3) !important;
  }

  .sm\:fill-brand-secondary\/35 {
    fill: rgb(255 204 0 / 0.35) !important;
  }

  .sm\:fill-brand-secondary\/40 {
    fill: rgb(255 204 0 / 0.4) !important;
  }

  .sm\:fill-brand-secondary\/45 {
    fill: rgb(255 204 0 / 0.45) !important;
  }

  .sm\:fill-brand-secondary\/5 {
    fill: rgb(255 204 0 / 0.05) !important;
  }

  .sm\:fill-brand-secondary\/50 {
    fill: rgb(255 204 0 / 0.5) !important;
  }

  .sm\:fill-brand-secondary\/55 {
    fill: rgb(255 204 0 / 0.55) !important;
  }

  .sm\:fill-brand-secondary\/60 {
    fill: rgb(255 204 0 / 0.6) !important;
  }

  .sm\:fill-brand-secondary\/65 {
    fill: rgb(255 204 0 / 0.65) !important;
  }

  .sm\:fill-brand-secondary\/70 {
    fill: rgb(255 204 0 / 0.7) !important;
  }

  .sm\:fill-brand-secondary\/75 {
    fill: rgb(255 204 0 / 0.75) !important;
  }

  .sm\:fill-brand-secondary\/80 {
    fill: rgb(255 204 0 / 0.8) !important;
  }

  .sm\:fill-brand-secondary\/85 {
    fill: rgb(255 204 0 / 0.85) !important;
  }

  .sm\:fill-brand-secondary\/90 {
    fill: rgb(255 204 0 / 0.9) !important;
  }

  .sm\:fill-brand-secondary\/95 {
    fill: rgb(255 204 0 / 0.95) !important;
  }

  .sm\:fill-earth {
    fill: #782e01 !important;
  }

  .sm\:fill-earth\/0 {
    fill: rgb(120 46 1 / 0) !important;
  }

  .sm\:fill-earth\/10 {
    fill: rgb(120 46 1 / 0.1) !important;
  }

  .sm\:fill-earth\/100 {
    fill: rgb(120 46 1 / 1) !important;
  }

  .sm\:fill-earth\/15 {
    fill: rgb(120 46 1 / 0.15) !important;
  }

  .sm\:fill-earth\/20 {
    fill: rgb(120 46 1 / 0.2) !important;
  }

  .sm\:fill-earth\/25 {
    fill: rgb(120 46 1 / 0.25) !important;
  }

  .sm\:fill-earth\/30 {
    fill: rgb(120 46 1 / 0.3) !important;
  }

  .sm\:fill-earth\/35 {
    fill: rgb(120 46 1 / 0.35) !important;
  }

  .sm\:fill-earth\/40 {
    fill: rgb(120 46 1 / 0.4) !important;
  }

  .sm\:fill-earth\/45 {
    fill: rgb(120 46 1 / 0.45) !important;
  }

  .sm\:fill-earth\/5 {
    fill: rgb(120 46 1 / 0.05) !important;
  }

  .sm\:fill-earth\/50 {
    fill: rgb(120 46 1 / 0.5) !important;
  }

  .sm\:fill-earth\/55 {
    fill: rgb(120 46 1 / 0.55) !important;
  }

  .sm\:fill-earth\/60 {
    fill: rgb(120 46 1 / 0.6) !important;
  }

  .sm\:fill-earth\/65 {
    fill: rgb(120 46 1 / 0.65) !important;
  }

  .sm\:fill-earth\/70 {
    fill: rgb(120 46 1 / 0.7) !important;
  }

  .sm\:fill-earth\/75 {
    fill: rgb(120 46 1 / 0.75) !important;
  }

  .sm\:fill-earth\/80 {
    fill: rgb(120 46 1 / 0.8) !important;
  }

  .sm\:fill-earth\/85 {
    fill: rgb(120 46 1 / 0.85) !important;
  }

  .sm\:fill-earth\/90 {
    fill: rgb(120 46 1 / 0.9) !important;
  }

  .sm\:fill-earth\/95 {
    fill: rgb(120 46 1 / 0.95) !important;
  }

  .sm\:fill-harvest {
    fill: #d78131 !important;
  }

  .sm\:fill-harvest\/0 {
    fill: rgb(215 129 49 / 0) !important;
  }

  .sm\:fill-harvest\/10 {
    fill: rgb(215 129 49 / 0.1) !important;
  }

  .sm\:fill-harvest\/100 {
    fill: rgb(215 129 49 / 1) !important;
  }

  .sm\:fill-harvest\/15 {
    fill: rgb(215 129 49 / 0.15) !important;
  }

  .sm\:fill-harvest\/20 {
    fill: rgb(215 129 49 / 0.2) !important;
  }

  .sm\:fill-harvest\/25 {
    fill: rgb(215 129 49 / 0.25) !important;
  }

  .sm\:fill-harvest\/30 {
    fill: rgb(215 129 49 / 0.3) !important;
  }

  .sm\:fill-harvest\/35 {
    fill: rgb(215 129 49 / 0.35) !important;
  }

  .sm\:fill-harvest\/40 {
    fill: rgb(215 129 49 / 0.4) !important;
  }

  .sm\:fill-harvest\/45 {
    fill: rgb(215 129 49 / 0.45) !important;
  }

  .sm\:fill-harvest\/5 {
    fill: rgb(215 129 49 / 0.05) !important;
  }

  .sm\:fill-harvest\/50 {
    fill: rgb(215 129 49 / 0.5) !important;
  }

  .sm\:fill-harvest\/55 {
    fill: rgb(215 129 49 / 0.55) !important;
  }

  .sm\:fill-harvest\/60 {
    fill: rgb(215 129 49 / 0.6) !important;
  }

  .sm\:fill-harvest\/65 {
    fill: rgb(215 129 49 / 0.65) !important;
  }

  .sm\:fill-harvest\/70 {
    fill: rgb(215 129 49 / 0.7) !important;
  }

  .sm\:fill-harvest\/75 {
    fill: rgb(215 129 49 / 0.75) !important;
  }

  .sm\:fill-harvest\/80 {
    fill: rgb(215 129 49 / 0.8) !important;
  }

  .sm\:fill-harvest\/85 {
    fill: rgb(215 129 49 / 0.85) !important;
  }

  .sm\:fill-harvest\/90 {
    fill: rgb(215 129 49 / 0.9) !important;
  }

  .sm\:fill-harvest\/95 {
    fill: rgb(215 129 49 / 0.95) !important;
  }

  .sm\:fill-sprout {
    fill: #c4d148 !important;
  }

  .sm\:fill-sprout\/0 {
    fill: rgb(196 209 72 / 0) !important;
  }

  .sm\:fill-sprout\/10 {
    fill: rgb(196 209 72 / 0.1) !important;
  }

  .sm\:fill-sprout\/100 {
    fill: rgb(196 209 72 / 1) !important;
  }

  .sm\:fill-sprout\/15 {
    fill: rgb(196 209 72 / 0.15) !important;
  }

  .sm\:fill-sprout\/20 {
    fill: rgb(196 209 72 / 0.2) !important;
  }

  .sm\:fill-sprout\/25 {
    fill: rgb(196 209 72 / 0.25) !important;
  }

  .sm\:fill-sprout\/30 {
    fill: rgb(196 209 72 / 0.3) !important;
  }

  .sm\:fill-sprout\/35 {
    fill: rgb(196 209 72 / 0.35) !important;
  }

  .sm\:fill-sprout\/40 {
    fill: rgb(196 209 72 / 0.4) !important;
  }

  .sm\:fill-sprout\/45 {
    fill: rgb(196 209 72 / 0.45) !important;
  }

  .sm\:fill-sprout\/5 {
    fill: rgb(196 209 72 / 0.05) !important;
  }

  .sm\:fill-sprout\/50 {
    fill: rgb(196 209 72 / 0.5) !important;
  }

  .sm\:fill-sprout\/55 {
    fill: rgb(196 209 72 / 0.55) !important;
  }

  .sm\:fill-sprout\/60 {
    fill: rgb(196 209 72 / 0.6) !important;
  }

  .sm\:fill-sprout\/65 {
    fill: rgb(196 209 72 / 0.65) !important;
  }

  .sm\:fill-sprout\/70 {
    fill: rgb(196 209 72 / 0.7) !important;
  }

  .sm\:fill-sprout\/75 {
    fill: rgb(196 209 72 / 0.75) !important;
  }

  .sm\:fill-sprout\/80 {
    fill: rgb(196 209 72 / 0.8) !important;
  }

  .sm\:fill-sprout\/85 {
    fill: rgb(196 209 72 / 0.85) !important;
  }

  .sm\:fill-sprout\/90 {
    fill: rgb(196 209 72 / 0.9) !important;
  }

  .sm\:fill-sprout\/95 {
    fill: rgb(196 209 72 / 0.95) !important;
  }

  .sm\:stroke-brand-dark {
    stroke: #2e2714 !important;
  }

  .sm\:stroke-brand-dark\/0 {
    stroke: rgb(46 39 20 / 0) !important;
  }

  .sm\:stroke-brand-dark\/10 {
    stroke: rgb(46 39 20 / 0.1) !important;
  }

  .sm\:stroke-brand-dark\/100 {
    stroke: rgb(46 39 20 / 1) !important;
  }

  .sm\:stroke-brand-dark\/15 {
    stroke: rgb(46 39 20 / 0.15) !important;
  }

  .sm\:stroke-brand-dark\/20 {
    stroke: rgb(46 39 20 / 0.2) !important;
  }

  .sm\:stroke-brand-dark\/25 {
    stroke: rgb(46 39 20 / 0.25) !important;
  }

  .sm\:stroke-brand-dark\/30 {
    stroke: rgb(46 39 20 / 0.3) !important;
  }

  .sm\:stroke-brand-dark\/35 {
    stroke: rgb(46 39 20 / 0.35) !important;
  }

  .sm\:stroke-brand-dark\/40 {
    stroke: rgb(46 39 20 / 0.4) !important;
  }

  .sm\:stroke-brand-dark\/45 {
    stroke: rgb(46 39 20 / 0.45) !important;
  }

  .sm\:stroke-brand-dark\/5 {
    stroke: rgb(46 39 20 / 0.05) !important;
  }

  .sm\:stroke-brand-dark\/50 {
    stroke: rgb(46 39 20 / 0.5) !important;
  }

  .sm\:stroke-brand-dark\/55 {
    stroke: rgb(46 39 20 / 0.55) !important;
  }

  .sm\:stroke-brand-dark\/60 {
    stroke: rgb(46 39 20 / 0.6) !important;
  }

  .sm\:stroke-brand-dark\/65 {
    stroke: rgb(46 39 20 / 0.65) !important;
  }

  .sm\:stroke-brand-dark\/70 {
    stroke: rgb(46 39 20 / 0.7) !important;
  }

  .sm\:stroke-brand-dark\/75 {
    stroke: rgb(46 39 20 / 0.75) !important;
  }

  .sm\:stroke-brand-dark\/80 {
    stroke: rgb(46 39 20 / 0.8) !important;
  }

  .sm\:stroke-brand-dark\/85 {
    stroke: rgb(46 39 20 / 0.85) !important;
  }

  .sm\:stroke-brand-dark\/90 {
    stroke: rgb(46 39 20 / 0.9) !important;
  }

  .sm\:stroke-brand-dark\/95 {
    stroke: rgb(46 39 20 / 0.95) !important;
  }

  .sm\:stroke-brand-ink {
    stroke: #212529 !important;
  }

  .sm\:stroke-brand-ink\/0 {
    stroke: rgb(33 37 41 / 0) !important;
  }

  .sm\:stroke-brand-ink\/10 {
    stroke: rgb(33 37 41 / 0.1) !important;
  }

  .sm\:stroke-brand-ink\/100 {
    stroke: rgb(33 37 41 / 1) !important;
  }

  .sm\:stroke-brand-ink\/15 {
    stroke: rgb(33 37 41 / 0.15) !important;
  }

  .sm\:stroke-brand-ink\/20 {
    stroke: rgb(33 37 41 / 0.2) !important;
  }

  .sm\:stroke-brand-ink\/25 {
    stroke: rgb(33 37 41 / 0.25) !important;
  }

  .sm\:stroke-brand-ink\/30 {
    stroke: rgb(33 37 41 / 0.3) !important;
  }

  .sm\:stroke-brand-ink\/35 {
    stroke: rgb(33 37 41 / 0.35) !important;
  }

  .sm\:stroke-brand-ink\/40 {
    stroke: rgb(33 37 41 / 0.4) !important;
  }

  .sm\:stroke-brand-ink\/45 {
    stroke: rgb(33 37 41 / 0.45) !important;
  }

  .sm\:stroke-brand-ink\/5 {
    stroke: rgb(33 37 41 / 0.05) !important;
  }

  .sm\:stroke-brand-ink\/50 {
    stroke: rgb(33 37 41 / 0.5) !important;
  }

  .sm\:stroke-brand-ink\/55 {
    stroke: rgb(33 37 41 / 0.55) !important;
  }

  .sm\:stroke-brand-ink\/60 {
    stroke: rgb(33 37 41 / 0.6) !important;
  }

  .sm\:stroke-brand-ink\/65 {
    stroke: rgb(33 37 41 / 0.65) !important;
  }

  .sm\:stroke-brand-ink\/70 {
    stroke: rgb(33 37 41 / 0.7) !important;
  }

  .sm\:stroke-brand-ink\/75 {
    stroke: rgb(33 37 41 / 0.75) !important;
  }

  .sm\:stroke-brand-ink\/80 {
    stroke: rgb(33 37 41 / 0.8) !important;
  }

  .sm\:stroke-brand-ink\/85 {
    stroke: rgb(33 37 41 / 0.85) !important;
  }

  .sm\:stroke-brand-ink\/90 {
    stroke: rgb(33 37 41 / 0.9) !important;
  }

  .sm\:stroke-brand-ink\/95 {
    stroke: rgb(33 37 41 / 0.95) !important;
  }

  .sm\:stroke-brand-light {
    stroke: #f5f4f0 !important;
  }

  .sm\:stroke-brand-light\/0 {
    stroke: rgb(245 244 240 / 0) !important;
  }

  .sm\:stroke-brand-light\/10 {
    stroke: rgb(245 244 240 / 0.1) !important;
  }

  .sm\:stroke-brand-light\/100 {
    stroke: rgb(245 244 240 / 1) !important;
  }

  .sm\:stroke-brand-light\/15 {
    stroke: rgb(245 244 240 / 0.15) !important;
  }

  .sm\:stroke-brand-light\/20 {
    stroke: rgb(245 244 240 / 0.2) !important;
  }

  .sm\:stroke-brand-light\/25 {
    stroke: rgb(245 244 240 / 0.25) !important;
  }

  .sm\:stroke-brand-light\/30 {
    stroke: rgb(245 244 240 / 0.3) !important;
  }

  .sm\:stroke-brand-light\/35 {
    stroke: rgb(245 244 240 / 0.35) !important;
  }

  .sm\:stroke-brand-light\/40 {
    stroke: rgb(245 244 240 / 0.4) !important;
  }

  .sm\:stroke-brand-light\/45 {
    stroke: rgb(245 244 240 / 0.45) !important;
  }

  .sm\:stroke-brand-light\/5 {
    stroke: rgb(245 244 240 / 0.05) !important;
  }

  .sm\:stroke-brand-light\/50 {
    stroke: rgb(245 244 240 / 0.5) !important;
  }

  .sm\:stroke-brand-light\/55 {
    stroke: rgb(245 244 240 / 0.55) !important;
  }

  .sm\:stroke-brand-light\/60 {
    stroke: rgb(245 244 240 / 0.6) !important;
  }

  .sm\:stroke-brand-light\/65 {
    stroke: rgb(245 244 240 / 0.65) !important;
  }

  .sm\:stroke-brand-light\/70 {
    stroke: rgb(245 244 240 / 0.7) !important;
  }

  .sm\:stroke-brand-light\/75 {
    stroke: rgb(245 244 240 / 0.75) !important;
  }

  .sm\:stroke-brand-light\/80 {
    stroke: rgb(245 244 240 / 0.8) !important;
  }

  .sm\:stroke-brand-light\/85 {
    stroke: rgb(245 244 240 / 0.85) !important;
  }

  .sm\:stroke-brand-light\/90 {
    stroke: rgb(245 244 240 / 0.9) !important;
  }

  .sm\:stroke-brand-light\/95 {
    stroke: rgb(245 244 240 / 0.95) !important;
  }

  .sm\:stroke-brand-link {
    stroke: #936e07 !important;
  }

  .sm\:stroke-brand-link-hover {
    stroke: #4a3703 !important;
  }

  .sm\:stroke-brand-link-hover\/0 {
    stroke: rgb(74 55 3 / 0) !important;
  }

  .sm\:stroke-brand-link-hover\/10 {
    stroke: rgb(74 55 3 / 0.1) !important;
  }

  .sm\:stroke-brand-link-hover\/100 {
    stroke: rgb(74 55 3 / 1) !important;
  }

  .sm\:stroke-brand-link-hover\/15 {
    stroke: rgb(74 55 3 / 0.15) !important;
  }

  .sm\:stroke-brand-link-hover\/20 {
    stroke: rgb(74 55 3 / 0.2) !important;
  }

  .sm\:stroke-brand-link-hover\/25 {
    stroke: rgb(74 55 3 / 0.25) !important;
  }

  .sm\:stroke-brand-link-hover\/30 {
    stroke: rgb(74 55 3 / 0.3) !important;
  }

  .sm\:stroke-brand-link-hover\/35 {
    stroke: rgb(74 55 3 / 0.35) !important;
  }

  .sm\:stroke-brand-link-hover\/40 {
    stroke: rgb(74 55 3 / 0.4) !important;
  }

  .sm\:stroke-brand-link-hover\/45 {
    stroke: rgb(74 55 3 / 0.45) !important;
  }

  .sm\:stroke-brand-link-hover\/5 {
    stroke: rgb(74 55 3 / 0.05) !important;
  }

  .sm\:stroke-brand-link-hover\/50 {
    stroke: rgb(74 55 3 / 0.5) !important;
  }

  .sm\:stroke-brand-link-hover\/55 {
    stroke: rgb(74 55 3 / 0.55) !important;
  }

  .sm\:stroke-brand-link-hover\/60 {
    stroke: rgb(74 55 3 / 0.6) !important;
  }

  .sm\:stroke-brand-link-hover\/65 {
    stroke: rgb(74 55 3 / 0.65) !important;
  }

  .sm\:stroke-brand-link-hover\/70 {
    stroke: rgb(74 55 3 / 0.7) !important;
  }

  .sm\:stroke-brand-link-hover\/75 {
    stroke: rgb(74 55 3 / 0.75) !important;
  }

  .sm\:stroke-brand-link-hover\/80 {
    stroke: rgb(74 55 3 / 0.8) !important;
  }

  .sm\:stroke-brand-link-hover\/85 {
    stroke: rgb(74 55 3 / 0.85) !important;
  }

  .sm\:stroke-brand-link-hover\/90 {
    stroke: rgb(74 55 3 / 0.9) !important;
  }

  .sm\:stroke-brand-link-hover\/95 {
    stroke: rgb(74 55 3 / 0.95) !important;
  }

  .sm\:stroke-brand-link\/0 {
    stroke: rgb(147 110 7 / 0) !important;
  }

  .sm\:stroke-brand-link\/10 {
    stroke: rgb(147 110 7 / 0.1) !important;
  }

  .sm\:stroke-brand-link\/100 {
    stroke: rgb(147 110 7 / 1) !important;
  }

  .sm\:stroke-brand-link\/15 {
    stroke: rgb(147 110 7 / 0.15) !important;
  }

  .sm\:stroke-brand-link\/20 {
    stroke: rgb(147 110 7 / 0.2) !important;
  }

  .sm\:stroke-brand-link\/25 {
    stroke: rgb(147 110 7 / 0.25) !important;
  }

  .sm\:stroke-brand-link\/30 {
    stroke: rgb(147 110 7 / 0.3) !important;
  }

  .sm\:stroke-brand-link\/35 {
    stroke: rgb(147 110 7 / 0.35) !important;
  }

  .sm\:stroke-brand-link\/40 {
    stroke: rgb(147 110 7 / 0.4) !important;
  }

  .sm\:stroke-brand-link\/45 {
    stroke: rgb(147 110 7 / 0.45) !important;
  }

  .sm\:stroke-brand-link\/5 {
    stroke: rgb(147 110 7 / 0.05) !important;
  }

  .sm\:stroke-brand-link\/50 {
    stroke: rgb(147 110 7 / 0.5) !important;
  }

  .sm\:stroke-brand-link\/55 {
    stroke: rgb(147 110 7 / 0.55) !important;
  }

  .sm\:stroke-brand-link\/60 {
    stroke: rgb(147 110 7 / 0.6) !important;
  }

  .sm\:stroke-brand-link\/65 {
    stroke: rgb(147 110 7 / 0.65) !important;
  }

  .sm\:stroke-brand-link\/70 {
    stroke: rgb(147 110 7 / 0.7) !important;
  }

  .sm\:stroke-brand-link\/75 {
    stroke: rgb(147 110 7 / 0.75) !important;
  }

  .sm\:stroke-brand-link\/80 {
    stroke: rgb(147 110 7 / 0.8) !important;
  }

  .sm\:stroke-brand-link\/85 {
    stroke: rgb(147 110 7 / 0.85) !important;
  }

  .sm\:stroke-brand-link\/90 {
    stroke: rgb(147 110 7 / 0.9) !important;
  }

  .sm\:stroke-brand-link\/95 {
    stroke: rgb(147 110 7 / 0.95) !important;
  }

  .sm\:stroke-brand-muted {
    stroke: #6C757D !important;
  }

  .sm\:stroke-brand-muted\/0 {
    stroke: rgb(108 117 125 / 0) !important;
  }

  .sm\:stroke-brand-muted\/10 {
    stroke: rgb(108 117 125 / 0.1) !important;
  }

  .sm\:stroke-brand-muted\/100 {
    stroke: rgb(108 117 125 / 1) !important;
  }

  .sm\:stroke-brand-muted\/15 {
    stroke: rgb(108 117 125 / 0.15) !important;
  }

  .sm\:stroke-brand-muted\/20 {
    stroke: rgb(108 117 125 / 0.2) !important;
  }

  .sm\:stroke-brand-muted\/25 {
    stroke: rgb(108 117 125 / 0.25) !important;
  }

  .sm\:stroke-brand-muted\/30 {
    stroke: rgb(108 117 125 / 0.3) !important;
  }

  .sm\:stroke-brand-muted\/35 {
    stroke: rgb(108 117 125 / 0.35) !important;
  }

  .sm\:stroke-brand-muted\/40 {
    stroke: rgb(108 117 125 / 0.4) !important;
  }

  .sm\:stroke-brand-muted\/45 {
    stroke: rgb(108 117 125 / 0.45) !important;
  }

  .sm\:stroke-brand-muted\/5 {
    stroke: rgb(108 117 125 / 0.05) !important;
  }

  .sm\:stroke-brand-muted\/50 {
    stroke: rgb(108 117 125 / 0.5) !important;
  }

  .sm\:stroke-brand-muted\/55 {
    stroke: rgb(108 117 125 / 0.55) !important;
  }

  .sm\:stroke-brand-muted\/60 {
    stroke: rgb(108 117 125 / 0.6) !important;
  }

  .sm\:stroke-brand-muted\/65 {
    stroke: rgb(108 117 125 / 0.65) !important;
  }

  .sm\:stroke-brand-muted\/70 {
    stroke: rgb(108 117 125 / 0.7) !important;
  }

  .sm\:stroke-brand-muted\/75 {
    stroke: rgb(108 117 125 / 0.75) !important;
  }

  .sm\:stroke-brand-muted\/80 {
    stroke: rgb(108 117 125 / 0.8) !important;
  }

  .sm\:stroke-brand-muted\/85 {
    stroke: rgb(108 117 125 / 0.85) !important;
  }

  .sm\:stroke-brand-muted\/90 {
    stroke: rgb(108 117 125 / 0.9) !important;
  }

  .sm\:stroke-brand-muted\/95 {
    stroke: rgb(108 117 125 / 0.95) !important;
  }

  .sm\:stroke-brand-primary {
    stroke: #F4B811 !important;
  }

  .sm\:stroke-brand-primary\/0 {
    stroke: rgb(244 184 17 / 0) !important;
  }

  .sm\:stroke-brand-primary\/10 {
    stroke: rgb(244 184 17 / 0.1) !important;
  }

  .sm\:stroke-brand-primary\/100 {
    stroke: rgb(244 184 17 / 1) !important;
  }

  .sm\:stroke-brand-primary\/15 {
    stroke: rgb(244 184 17 / 0.15) !important;
  }

  .sm\:stroke-brand-primary\/20 {
    stroke: rgb(244 184 17 / 0.2) !important;
  }

  .sm\:stroke-brand-primary\/25 {
    stroke: rgb(244 184 17 / 0.25) !important;
  }

  .sm\:stroke-brand-primary\/30 {
    stroke: rgb(244 184 17 / 0.3) !important;
  }

  .sm\:stroke-brand-primary\/35 {
    stroke: rgb(244 184 17 / 0.35) !important;
  }

  .sm\:stroke-brand-primary\/40 {
    stroke: rgb(244 184 17 / 0.4) !important;
  }

  .sm\:stroke-brand-primary\/45 {
    stroke: rgb(244 184 17 / 0.45) !important;
  }

  .sm\:stroke-brand-primary\/5 {
    stroke: rgb(244 184 17 / 0.05) !important;
  }

  .sm\:stroke-brand-primary\/50 {
    stroke: rgb(244 184 17 / 0.5) !important;
  }

  .sm\:stroke-brand-primary\/55 {
    stroke: rgb(244 184 17 / 0.55) !important;
  }

  .sm\:stroke-brand-primary\/60 {
    stroke: rgb(244 184 17 / 0.6) !important;
  }

  .sm\:stroke-brand-primary\/65 {
    stroke: rgb(244 184 17 / 0.65) !important;
  }

  .sm\:stroke-brand-primary\/70 {
    stroke: rgb(244 184 17 / 0.7) !important;
  }

  .sm\:stroke-brand-primary\/75 {
    stroke: rgb(244 184 17 / 0.75) !important;
  }

  .sm\:stroke-brand-primary\/80 {
    stroke: rgb(244 184 17 / 0.8) !important;
  }

  .sm\:stroke-brand-primary\/85 {
    stroke: rgb(244 184 17 / 0.85) !important;
  }

  .sm\:stroke-brand-primary\/90 {
    stroke: rgb(244 184 17 / 0.9) !important;
  }

  .sm\:stroke-brand-primary\/95 {
    stroke: rgb(244 184 17 / 0.95) !important;
  }

  .sm\:stroke-brand-secondary {
    stroke: #FFCC00 !important;
  }

  .sm\:stroke-brand-secondary\/0 {
    stroke: rgb(255 204 0 / 0) !important;
  }

  .sm\:stroke-brand-secondary\/10 {
    stroke: rgb(255 204 0 / 0.1) !important;
  }

  .sm\:stroke-brand-secondary\/100 {
    stroke: rgb(255 204 0 / 1) !important;
  }

  .sm\:stroke-brand-secondary\/15 {
    stroke: rgb(255 204 0 / 0.15) !important;
  }

  .sm\:stroke-brand-secondary\/20 {
    stroke: rgb(255 204 0 / 0.2) !important;
  }

  .sm\:stroke-brand-secondary\/25 {
    stroke: rgb(255 204 0 / 0.25) !important;
  }

  .sm\:stroke-brand-secondary\/30 {
    stroke: rgb(255 204 0 / 0.3) !important;
  }

  .sm\:stroke-brand-secondary\/35 {
    stroke: rgb(255 204 0 / 0.35) !important;
  }

  .sm\:stroke-brand-secondary\/40 {
    stroke: rgb(255 204 0 / 0.4) !important;
  }

  .sm\:stroke-brand-secondary\/45 {
    stroke: rgb(255 204 0 / 0.45) !important;
  }

  .sm\:stroke-brand-secondary\/5 {
    stroke: rgb(255 204 0 / 0.05) !important;
  }

  .sm\:stroke-brand-secondary\/50 {
    stroke: rgb(255 204 0 / 0.5) !important;
  }

  .sm\:stroke-brand-secondary\/55 {
    stroke: rgb(255 204 0 / 0.55) !important;
  }

  .sm\:stroke-brand-secondary\/60 {
    stroke: rgb(255 204 0 / 0.6) !important;
  }

  .sm\:stroke-brand-secondary\/65 {
    stroke: rgb(255 204 0 / 0.65) !important;
  }

  .sm\:stroke-brand-secondary\/70 {
    stroke: rgb(255 204 0 / 0.7) !important;
  }

  .sm\:stroke-brand-secondary\/75 {
    stroke: rgb(255 204 0 / 0.75) !important;
  }

  .sm\:stroke-brand-secondary\/80 {
    stroke: rgb(255 204 0 / 0.8) !important;
  }

  .sm\:stroke-brand-secondary\/85 {
    stroke: rgb(255 204 0 / 0.85) !important;
  }

  .sm\:stroke-brand-secondary\/90 {
    stroke: rgb(255 204 0 / 0.9) !important;
  }

  .sm\:stroke-brand-secondary\/95 {
    stroke: rgb(255 204 0 / 0.95) !important;
  }

  .sm\:stroke-earth {
    stroke: #782e01 !important;
  }

  .sm\:stroke-earth\/0 {
    stroke: rgb(120 46 1 / 0) !important;
  }

  .sm\:stroke-earth\/10 {
    stroke: rgb(120 46 1 / 0.1) !important;
  }

  .sm\:stroke-earth\/100 {
    stroke: rgb(120 46 1 / 1) !important;
  }

  .sm\:stroke-earth\/15 {
    stroke: rgb(120 46 1 / 0.15) !important;
  }

  .sm\:stroke-earth\/20 {
    stroke: rgb(120 46 1 / 0.2) !important;
  }

  .sm\:stroke-earth\/25 {
    stroke: rgb(120 46 1 / 0.25) !important;
  }

  .sm\:stroke-earth\/30 {
    stroke: rgb(120 46 1 / 0.3) !important;
  }

  .sm\:stroke-earth\/35 {
    stroke: rgb(120 46 1 / 0.35) !important;
  }

  .sm\:stroke-earth\/40 {
    stroke: rgb(120 46 1 / 0.4) !important;
  }

  .sm\:stroke-earth\/45 {
    stroke: rgb(120 46 1 / 0.45) !important;
  }

  .sm\:stroke-earth\/5 {
    stroke: rgb(120 46 1 / 0.05) !important;
  }

  .sm\:stroke-earth\/50 {
    stroke: rgb(120 46 1 / 0.5) !important;
  }

  .sm\:stroke-earth\/55 {
    stroke: rgb(120 46 1 / 0.55) !important;
  }

  .sm\:stroke-earth\/60 {
    stroke: rgb(120 46 1 / 0.6) !important;
  }

  .sm\:stroke-earth\/65 {
    stroke: rgb(120 46 1 / 0.65) !important;
  }

  .sm\:stroke-earth\/70 {
    stroke: rgb(120 46 1 / 0.7) !important;
  }

  .sm\:stroke-earth\/75 {
    stroke: rgb(120 46 1 / 0.75) !important;
  }

  .sm\:stroke-earth\/80 {
    stroke: rgb(120 46 1 / 0.8) !important;
  }

  .sm\:stroke-earth\/85 {
    stroke: rgb(120 46 1 / 0.85) !important;
  }

  .sm\:stroke-earth\/90 {
    stroke: rgb(120 46 1 / 0.9) !important;
  }

  .sm\:stroke-earth\/95 {
    stroke: rgb(120 46 1 / 0.95) !important;
  }

  .sm\:stroke-harvest {
    stroke: #d78131 !important;
  }

  .sm\:stroke-harvest\/0 {
    stroke: rgb(215 129 49 / 0) !important;
  }

  .sm\:stroke-harvest\/10 {
    stroke: rgb(215 129 49 / 0.1) !important;
  }

  .sm\:stroke-harvest\/100 {
    stroke: rgb(215 129 49 / 1) !important;
  }

  .sm\:stroke-harvest\/15 {
    stroke: rgb(215 129 49 / 0.15) !important;
  }

  .sm\:stroke-harvest\/20 {
    stroke: rgb(215 129 49 / 0.2) !important;
  }

  .sm\:stroke-harvest\/25 {
    stroke: rgb(215 129 49 / 0.25) !important;
  }

  .sm\:stroke-harvest\/30 {
    stroke: rgb(215 129 49 / 0.3) !important;
  }

  .sm\:stroke-harvest\/35 {
    stroke: rgb(215 129 49 / 0.35) !important;
  }

  .sm\:stroke-harvest\/40 {
    stroke: rgb(215 129 49 / 0.4) !important;
  }

  .sm\:stroke-harvest\/45 {
    stroke: rgb(215 129 49 / 0.45) !important;
  }

  .sm\:stroke-harvest\/5 {
    stroke: rgb(215 129 49 / 0.05) !important;
  }

  .sm\:stroke-harvest\/50 {
    stroke: rgb(215 129 49 / 0.5) !important;
  }

  .sm\:stroke-harvest\/55 {
    stroke: rgb(215 129 49 / 0.55) !important;
  }

  .sm\:stroke-harvest\/60 {
    stroke: rgb(215 129 49 / 0.6) !important;
  }

  .sm\:stroke-harvest\/65 {
    stroke: rgb(215 129 49 / 0.65) !important;
  }

  .sm\:stroke-harvest\/70 {
    stroke: rgb(215 129 49 / 0.7) !important;
  }

  .sm\:stroke-harvest\/75 {
    stroke: rgb(215 129 49 / 0.75) !important;
  }

  .sm\:stroke-harvest\/80 {
    stroke: rgb(215 129 49 / 0.8) !important;
  }

  .sm\:stroke-harvest\/85 {
    stroke: rgb(215 129 49 / 0.85) !important;
  }

  .sm\:stroke-harvest\/90 {
    stroke: rgb(215 129 49 / 0.9) !important;
  }

  .sm\:stroke-harvest\/95 {
    stroke: rgb(215 129 49 / 0.95) !important;
  }

  .sm\:stroke-sprout {
    stroke: #c4d148 !important;
  }

  .sm\:stroke-sprout\/0 {
    stroke: rgb(196 209 72 / 0) !important;
  }

  .sm\:stroke-sprout\/10 {
    stroke: rgb(196 209 72 / 0.1) !important;
  }

  .sm\:stroke-sprout\/100 {
    stroke: rgb(196 209 72 / 1) !important;
  }

  .sm\:stroke-sprout\/15 {
    stroke: rgb(196 209 72 / 0.15) !important;
  }

  .sm\:stroke-sprout\/20 {
    stroke: rgb(196 209 72 / 0.2) !important;
  }

  .sm\:stroke-sprout\/25 {
    stroke: rgb(196 209 72 / 0.25) !important;
  }

  .sm\:stroke-sprout\/30 {
    stroke: rgb(196 209 72 / 0.3) !important;
  }

  .sm\:stroke-sprout\/35 {
    stroke: rgb(196 209 72 / 0.35) !important;
  }

  .sm\:stroke-sprout\/40 {
    stroke: rgb(196 209 72 / 0.4) !important;
  }

  .sm\:stroke-sprout\/45 {
    stroke: rgb(196 209 72 / 0.45) !important;
  }

  .sm\:stroke-sprout\/5 {
    stroke: rgb(196 209 72 / 0.05) !important;
  }

  .sm\:stroke-sprout\/50 {
    stroke: rgb(196 209 72 / 0.5) !important;
  }

  .sm\:stroke-sprout\/55 {
    stroke: rgb(196 209 72 / 0.55) !important;
  }

  .sm\:stroke-sprout\/60 {
    stroke: rgb(196 209 72 / 0.6) !important;
  }

  .sm\:stroke-sprout\/65 {
    stroke: rgb(196 209 72 / 0.65) !important;
  }

  .sm\:stroke-sprout\/70 {
    stroke: rgb(196 209 72 / 0.7) !important;
  }

  .sm\:stroke-sprout\/75 {
    stroke: rgb(196 209 72 / 0.75) !important;
  }

  .sm\:stroke-sprout\/80 {
    stroke: rgb(196 209 72 / 0.8) !important;
  }

  .sm\:stroke-sprout\/85 {
    stroke: rgb(196 209 72 / 0.85) !important;
  }

  .sm\:stroke-sprout\/90 {
    stroke: rgb(196 209 72 / 0.9) !important;
  }

  .sm\:stroke-sprout\/95 {
    stroke: rgb(196 209 72 / 0.95) !important;
  }

  .sm\:p-0 {
    padding: 0px !important;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .sm\:p-1 {
    padding: 0.25rem !important;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .sm\:p-10 {
    padding: 2.5rem !important;
  }

  .sm\:p-11 {
    padding: 2.75rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-14 {
    padding: 3.5rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-2 {
    padding: 0.5rem !important;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .sm\:p-20 {
    padding: 5rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-28 {
    padding: 7rem !important;
  }

  .sm\:p-3 {
    padding: 0.75rem !important;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-36 {
    padding: 9rem !important;
  }

  .sm\:p-4 {
    padding: 1rem !important;
  }

  .sm\:p-40 {
    padding: 10rem !important;
  }

  .sm\:p-44 {
    padding: 11rem !important;
  }

  .sm\:p-48 {
    padding: 12rem !important;
  }

  .sm\:p-5 {
    padding: 1.25rem !important;
  }

  .sm\:p-52 {
    padding: 13rem !important;
  }

  .sm\:p-56 {
    padding: 14rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-60 {
    padding: 15rem !important;
  }

  .sm\:p-64 {
    padding: 16rem !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:p-80 {
    padding: 20rem !important;
  }

  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .sm\:pl-0 {
    padding-left: 0px !important;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .sm\:pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pl-36 {
    padding-left: 9rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:pl-44 {
    padding-left: 11rem !important;
  }

  .sm\:pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:pl-52 {
    padding-left: 13rem !important;
  }

  .sm\:pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pl-60 {
    padding-left: 15rem !important;
  }

  .sm\:pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pl-80 {
    padding-left: 20rem !important;
  }

  .sm\:pr-0 {
    padding-right: 0px !important;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pr-36 {
    padding-right: 9rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:pr-44 {
    padding-right: 11rem !important;
  }

  .sm\:pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:pr-52 {
    padding-right: 13rem !important;
  }

  .sm\:pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pr-60 {
    padding-right: 15rem !important;
  }

  .sm\:pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pr-80 {
    padding-right: 20rem !important;
  }

  .sm\:pt-0 {
    padding-top: 0px !important;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:pt-36 {
    padding-top: 9rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:pt-44 {
    padding-top: 11rem !important;
  }

  .sm\:pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:pt-52 {
    padding-top: 13rem !important;
  }

  .sm\:pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:pt-60 {
    padding-top: 15rem !important;
  }

  .sm\:pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pt-80 {
    padding-top: 20rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .sm\:text-brand-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(46 39 20 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-dark\/0 {
    color: rgb(46 39 20 / 0) !important;
  }

  .sm\:text-brand-dark\/10 {
    color: rgb(46 39 20 / 0.1) !important;
  }

  .sm\:text-brand-dark\/100 {
    color: rgb(46 39 20 / 1) !important;
  }

  .sm\:text-brand-dark\/15 {
    color: rgb(46 39 20 / 0.15) !important;
  }

  .sm\:text-brand-dark\/20 {
    color: rgb(46 39 20 / 0.2) !important;
  }

  .sm\:text-brand-dark\/25 {
    color: rgb(46 39 20 / 0.25) !important;
  }

  .sm\:text-brand-dark\/30 {
    color: rgb(46 39 20 / 0.3) !important;
  }

  .sm\:text-brand-dark\/35 {
    color: rgb(46 39 20 / 0.35) !important;
  }

  .sm\:text-brand-dark\/40 {
    color: rgb(46 39 20 / 0.4) !important;
  }

  .sm\:text-brand-dark\/45 {
    color: rgb(46 39 20 / 0.45) !important;
  }

  .sm\:text-brand-dark\/5 {
    color: rgb(46 39 20 / 0.05) !important;
  }

  .sm\:text-brand-dark\/50 {
    color: rgb(46 39 20 / 0.5) !important;
  }

  .sm\:text-brand-dark\/55 {
    color: rgb(46 39 20 / 0.55) !important;
  }

  .sm\:text-brand-dark\/60 {
    color: rgb(46 39 20 / 0.6) !important;
  }

  .sm\:text-brand-dark\/65 {
    color: rgb(46 39 20 / 0.65) !important;
  }

  .sm\:text-brand-dark\/70 {
    color: rgb(46 39 20 / 0.7) !important;
  }

  .sm\:text-brand-dark\/75 {
    color: rgb(46 39 20 / 0.75) !important;
  }

  .sm\:text-brand-dark\/80 {
    color: rgb(46 39 20 / 0.8) !important;
  }

  .sm\:text-brand-dark\/85 {
    color: rgb(46 39 20 / 0.85) !important;
  }

  .sm\:text-brand-dark\/90 {
    color: rgb(46 39 20 / 0.9) !important;
  }

  .sm\:text-brand-dark\/95 {
    color: rgb(46 39 20 / 0.95) !important;
  }

  .sm\:text-brand-ink {
    --tw-text-opacity: 1 !important;
    color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-ink\/0 {
    color: rgb(33 37 41 / 0) !important;
  }

  .sm\:text-brand-ink\/10 {
    color: rgb(33 37 41 / 0.1) !important;
  }

  .sm\:text-brand-ink\/100 {
    color: rgb(33 37 41 / 1) !important;
  }

  .sm\:text-brand-ink\/15 {
    color: rgb(33 37 41 / 0.15) !important;
  }

  .sm\:text-brand-ink\/20 {
    color: rgb(33 37 41 / 0.2) !important;
  }

  .sm\:text-brand-ink\/25 {
    color: rgb(33 37 41 / 0.25) !important;
  }

  .sm\:text-brand-ink\/30 {
    color: rgb(33 37 41 / 0.3) !important;
  }

  .sm\:text-brand-ink\/35 {
    color: rgb(33 37 41 / 0.35) !important;
  }

  .sm\:text-brand-ink\/40 {
    color: rgb(33 37 41 / 0.4) !important;
  }

  .sm\:text-brand-ink\/45 {
    color: rgb(33 37 41 / 0.45) !important;
  }

  .sm\:text-brand-ink\/5 {
    color: rgb(33 37 41 / 0.05) !important;
  }

  .sm\:text-brand-ink\/50 {
    color: rgb(33 37 41 / 0.5) !important;
  }

  .sm\:text-brand-ink\/55 {
    color: rgb(33 37 41 / 0.55) !important;
  }

  .sm\:text-brand-ink\/60 {
    color: rgb(33 37 41 / 0.6) !important;
  }

  .sm\:text-brand-ink\/65 {
    color: rgb(33 37 41 / 0.65) !important;
  }

  .sm\:text-brand-ink\/70 {
    color: rgb(33 37 41 / 0.7) !important;
  }

  .sm\:text-brand-ink\/75 {
    color: rgb(33 37 41 / 0.75) !important;
  }

  .sm\:text-brand-ink\/80 {
    color: rgb(33 37 41 / 0.8) !important;
  }

  .sm\:text-brand-ink\/85 {
    color: rgb(33 37 41 / 0.85) !important;
  }

  .sm\:text-brand-ink\/90 {
    color: rgb(33 37 41 / 0.9) !important;
  }

  .sm\:text-brand-ink\/95 {
    color: rgb(33 37 41 / 0.95) !important;
  }

  .sm\:text-brand-light {
    --tw-text-opacity: 1 !important;
    color: rgb(245 244 240 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-light\/0 {
    color: rgb(245 244 240 / 0) !important;
  }

  .sm\:text-brand-light\/10 {
    color: rgb(245 244 240 / 0.1) !important;
  }

  .sm\:text-brand-light\/100 {
    color: rgb(245 244 240 / 1) !important;
  }

  .sm\:text-brand-light\/15 {
    color: rgb(245 244 240 / 0.15) !important;
  }

  .sm\:text-brand-light\/20 {
    color: rgb(245 244 240 / 0.2) !important;
  }

  .sm\:text-brand-light\/25 {
    color: rgb(245 244 240 / 0.25) !important;
  }

  .sm\:text-brand-light\/30 {
    color: rgb(245 244 240 / 0.3) !important;
  }

  .sm\:text-brand-light\/35 {
    color: rgb(245 244 240 / 0.35) !important;
  }

  .sm\:text-brand-light\/40 {
    color: rgb(245 244 240 / 0.4) !important;
  }

  .sm\:text-brand-light\/45 {
    color: rgb(245 244 240 / 0.45) !important;
  }

  .sm\:text-brand-light\/5 {
    color: rgb(245 244 240 / 0.05) !important;
  }

  .sm\:text-brand-light\/50 {
    color: rgb(245 244 240 / 0.5) !important;
  }

  .sm\:text-brand-light\/55 {
    color: rgb(245 244 240 / 0.55) !important;
  }

  .sm\:text-brand-light\/60 {
    color: rgb(245 244 240 / 0.6) !important;
  }

  .sm\:text-brand-light\/65 {
    color: rgb(245 244 240 / 0.65) !important;
  }

  .sm\:text-brand-light\/70 {
    color: rgb(245 244 240 / 0.7) !important;
  }

  .sm\:text-brand-light\/75 {
    color: rgb(245 244 240 / 0.75) !important;
  }

  .sm\:text-brand-light\/80 {
    color: rgb(245 244 240 / 0.8) !important;
  }

  .sm\:text-brand-light\/85 {
    color: rgb(245 244 240 / 0.85) !important;
  }

  .sm\:text-brand-light\/90 {
    color: rgb(245 244 240 / 0.9) !important;
  }

  .sm\:text-brand-light\/95 {
    color: rgb(245 244 240 / 0.95) !important;
  }

  .sm\:text-brand-link {
    --tw-text-opacity: 1 !important;
    color: rgb(147 110 7 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-link-hover {
    --tw-text-opacity: 1 !important;
    color: rgb(74 55 3 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-link-hover\/0 {
    color: rgb(74 55 3 / 0) !important;
  }

  .sm\:text-brand-link-hover\/10 {
    color: rgb(74 55 3 / 0.1) !important;
  }

  .sm\:text-brand-link-hover\/100 {
    color: rgb(74 55 3 / 1) !important;
  }

  .sm\:text-brand-link-hover\/15 {
    color: rgb(74 55 3 / 0.15) !important;
  }

  .sm\:text-brand-link-hover\/20 {
    color: rgb(74 55 3 / 0.2) !important;
  }

  .sm\:text-brand-link-hover\/25 {
    color: rgb(74 55 3 / 0.25) !important;
  }

  .sm\:text-brand-link-hover\/30 {
    color: rgb(74 55 3 / 0.3) !important;
  }

  .sm\:text-brand-link-hover\/35 {
    color: rgb(74 55 3 / 0.35) !important;
  }

  .sm\:text-brand-link-hover\/40 {
    color: rgb(74 55 3 / 0.4) !important;
  }

  .sm\:text-brand-link-hover\/45 {
    color: rgb(74 55 3 / 0.45) !important;
  }

  .sm\:text-brand-link-hover\/5 {
    color: rgb(74 55 3 / 0.05) !important;
  }

  .sm\:text-brand-link-hover\/50 {
    color: rgb(74 55 3 / 0.5) !important;
  }

  .sm\:text-brand-link-hover\/55 {
    color: rgb(74 55 3 / 0.55) !important;
  }

  .sm\:text-brand-link-hover\/60 {
    color: rgb(74 55 3 / 0.6) !important;
  }

  .sm\:text-brand-link-hover\/65 {
    color: rgb(74 55 3 / 0.65) !important;
  }

  .sm\:text-brand-link-hover\/70 {
    color: rgb(74 55 3 / 0.7) !important;
  }

  .sm\:text-brand-link-hover\/75 {
    color: rgb(74 55 3 / 0.75) !important;
  }

  .sm\:text-brand-link-hover\/80 {
    color: rgb(74 55 3 / 0.8) !important;
  }

  .sm\:text-brand-link-hover\/85 {
    color: rgb(74 55 3 / 0.85) !important;
  }

  .sm\:text-brand-link-hover\/90 {
    color: rgb(74 55 3 / 0.9) !important;
  }

  .sm\:text-brand-link-hover\/95 {
    color: rgb(74 55 3 / 0.95) !important;
  }

  .sm\:text-brand-link\/0 {
    color: rgb(147 110 7 / 0) !important;
  }

  .sm\:text-brand-link\/10 {
    color: rgb(147 110 7 / 0.1) !important;
  }

  .sm\:text-brand-link\/100 {
    color: rgb(147 110 7 / 1) !important;
  }

  .sm\:text-brand-link\/15 {
    color: rgb(147 110 7 / 0.15) !important;
  }

  .sm\:text-brand-link\/20 {
    color: rgb(147 110 7 / 0.2) !important;
  }

  .sm\:text-brand-link\/25 {
    color: rgb(147 110 7 / 0.25) !important;
  }

  .sm\:text-brand-link\/30 {
    color: rgb(147 110 7 / 0.3) !important;
  }

  .sm\:text-brand-link\/35 {
    color: rgb(147 110 7 / 0.35) !important;
  }

  .sm\:text-brand-link\/40 {
    color: rgb(147 110 7 / 0.4) !important;
  }

  .sm\:text-brand-link\/45 {
    color: rgb(147 110 7 / 0.45) !important;
  }

  .sm\:text-brand-link\/5 {
    color: rgb(147 110 7 / 0.05) !important;
  }

  .sm\:text-brand-link\/50 {
    color: rgb(147 110 7 / 0.5) !important;
  }

  .sm\:text-brand-link\/55 {
    color: rgb(147 110 7 / 0.55) !important;
  }

  .sm\:text-brand-link\/60 {
    color: rgb(147 110 7 / 0.6) !important;
  }

  .sm\:text-brand-link\/65 {
    color: rgb(147 110 7 / 0.65) !important;
  }

  .sm\:text-brand-link\/70 {
    color: rgb(147 110 7 / 0.7) !important;
  }

  .sm\:text-brand-link\/75 {
    color: rgb(147 110 7 / 0.75) !important;
  }

  .sm\:text-brand-link\/80 {
    color: rgb(147 110 7 / 0.8) !important;
  }

  .sm\:text-brand-link\/85 {
    color: rgb(147 110 7 / 0.85) !important;
  }

  .sm\:text-brand-link\/90 {
    color: rgb(147 110 7 / 0.9) !important;
  }

  .sm\:text-brand-link\/95 {
    color: rgb(147 110 7 / 0.95) !important;
  }

  .sm\:text-brand-muted {
    --tw-text-opacity: 1 !important;
    color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-muted\/0 {
    color: rgb(108 117 125 / 0) !important;
  }

  .sm\:text-brand-muted\/10 {
    color: rgb(108 117 125 / 0.1) !important;
  }

  .sm\:text-brand-muted\/100 {
    color: rgb(108 117 125 / 1) !important;
  }

  .sm\:text-brand-muted\/15 {
    color: rgb(108 117 125 / 0.15) !important;
  }

  .sm\:text-brand-muted\/20 {
    color: rgb(108 117 125 / 0.2) !important;
  }

  .sm\:text-brand-muted\/25 {
    color: rgb(108 117 125 / 0.25) !important;
  }

  .sm\:text-brand-muted\/30 {
    color: rgb(108 117 125 / 0.3) !important;
  }

  .sm\:text-brand-muted\/35 {
    color: rgb(108 117 125 / 0.35) !important;
  }

  .sm\:text-brand-muted\/40 {
    color: rgb(108 117 125 / 0.4) !important;
  }

  .sm\:text-brand-muted\/45 {
    color: rgb(108 117 125 / 0.45) !important;
  }

  .sm\:text-brand-muted\/5 {
    color: rgb(108 117 125 / 0.05) !important;
  }

  .sm\:text-brand-muted\/50 {
    color: rgb(108 117 125 / 0.5) !important;
  }

  .sm\:text-brand-muted\/55 {
    color: rgb(108 117 125 / 0.55) !important;
  }

  .sm\:text-brand-muted\/60 {
    color: rgb(108 117 125 / 0.6) !important;
  }

  .sm\:text-brand-muted\/65 {
    color: rgb(108 117 125 / 0.65) !important;
  }

  .sm\:text-brand-muted\/70 {
    color: rgb(108 117 125 / 0.7) !important;
  }

  .sm\:text-brand-muted\/75 {
    color: rgb(108 117 125 / 0.75) !important;
  }

  .sm\:text-brand-muted\/80 {
    color: rgb(108 117 125 / 0.8) !important;
  }

  .sm\:text-brand-muted\/85 {
    color: rgb(108 117 125 / 0.85) !important;
  }

  .sm\:text-brand-muted\/90 {
    color: rgb(108 117 125 / 0.9) !important;
  }

  .sm\:text-brand-muted\/95 {
    color: rgb(108 117 125 / 0.95) !important;
  }

  .sm\:text-brand-primary {
    --tw-text-opacity: 1 !important;
    color: rgb(244 184 17 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-primary\/0 {
    color: rgb(244 184 17 / 0) !important;
  }

  .sm\:text-brand-primary\/10 {
    color: rgb(244 184 17 / 0.1) !important;
  }

  .sm\:text-brand-primary\/100 {
    color: rgb(244 184 17 / 1) !important;
  }

  .sm\:text-brand-primary\/15 {
    color: rgb(244 184 17 / 0.15) !important;
  }

  .sm\:text-brand-primary\/20 {
    color: rgb(244 184 17 / 0.2) !important;
  }

  .sm\:text-brand-primary\/25 {
    color: rgb(244 184 17 / 0.25) !important;
  }

  .sm\:text-brand-primary\/30 {
    color: rgb(244 184 17 / 0.3) !important;
  }

  .sm\:text-brand-primary\/35 {
    color: rgb(244 184 17 / 0.35) !important;
  }

  .sm\:text-brand-primary\/40 {
    color: rgb(244 184 17 / 0.4) !important;
  }

  .sm\:text-brand-primary\/45 {
    color: rgb(244 184 17 / 0.45) !important;
  }

  .sm\:text-brand-primary\/5 {
    color: rgb(244 184 17 / 0.05) !important;
  }

  .sm\:text-brand-primary\/50 {
    color: rgb(244 184 17 / 0.5) !important;
  }

  .sm\:text-brand-primary\/55 {
    color: rgb(244 184 17 / 0.55) !important;
  }

  .sm\:text-brand-primary\/60 {
    color: rgb(244 184 17 / 0.6) !important;
  }

  .sm\:text-brand-primary\/65 {
    color: rgb(244 184 17 / 0.65) !important;
  }

  .sm\:text-brand-primary\/70 {
    color: rgb(244 184 17 / 0.7) !important;
  }

  .sm\:text-brand-primary\/75 {
    color: rgb(244 184 17 / 0.75) !important;
  }

  .sm\:text-brand-primary\/80 {
    color: rgb(244 184 17 / 0.8) !important;
  }

  .sm\:text-brand-primary\/85 {
    color: rgb(244 184 17 / 0.85) !important;
  }

  .sm\:text-brand-primary\/90 {
    color: rgb(244 184 17 / 0.9) !important;
  }

  .sm\:text-brand-primary\/95 {
    color: rgb(244 184 17 / 0.95) !important;
  }

  .sm\:text-brand-secondary {
    --tw-text-opacity: 1 !important;
    color: rgb(255 204 0 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-brand-secondary\/0 {
    color: rgb(255 204 0 / 0) !important;
  }

  .sm\:text-brand-secondary\/10 {
    color: rgb(255 204 0 / 0.1) !important;
  }

  .sm\:text-brand-secondary\/100 {
    color: rgb(255 204 0 / 1) !important;
  }

  .sm\:text-brand-secondary\/15 {
    color: rgb(255 204 0 / 0.15) !important;
  }

  .sm\:text-brand-secondary\/20 {
    color: rgb(255 204 0 / 0.2) !important;
  }

  .sm\:text-brand-secondary\/25 {
    color: rgb(255 204 0 / 0.25) !important;
  }

  .sm\:text-brand-secondary\/30 {
    color: rgb(255 204 0 / 0.3) !important;
  }

  .sm\:text-brand-secondary\/35 {
    color: rgb(255 204 0 / 0.35) !important;
  }

  .sm\:text-brand-secondary\/40 {
    color: rgb(255 204 0 / 0.4) !important;
  }

  .sm\:text-brand-secondary\/45 {
    color: rgb(255 204 0 / 0.45) !important;
  }

  .sm\:text-brand-secondary\/5 {
    color: rgb(255 204 0 / 0.05) !important;
  }

  .sm\:text-brand-secondary\/50 {
    color: rgb(255 204 0 / 0.5) !important;
  }

  .sm\:text-brand-secondary\/55 {
    color: rgb(255 204 0 / 0.55) !important;
  }

  .sm\:text-brand-secondary\/60 {
    color: rgb(255 204 0 / 0.6) !important;
  }

  .sm\:text-brand-secondary\/65 {
    color: rgb(255 204 0 / 0.65) !important;
  }

  .sm\:text-brand-secondary\/70 {
    color: rgb(255 204 0 / 0.7) !important;
  }

  .sm\:text-brand-secondary\/75 {
    color: rgb(255 204 0 / 0.75) !important;
  }

  .sm\:text-brand-secondary\/80 {
    color: rgb(255 204 0 / 0.8) !important;
  }

  .sm\:text-brand-secondary\/85 {
    color: rgb(255 204 0 / 0.85) !important;
  }

  .sm\:text-brand-secondary\/90 {
    color: rgb(255 204 0 / 0.9) !important;
  }

  .sm\:text-brand-secondary\/95 {
    color: rgb(255 204 0 / 0.95) !important;
  }

  .sm\:text-earth {
    --tw-text-opacity: 1 !important;
    color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-earth\/0 {
    color: rgb(120 46 1 / 0) !important;
  }

  .sm\:text-earth\/10 {
    color: rgb(120 46 1 / 0.1) !important;
  }

  .sm\:text-earth\/100 {
    color: rgb(120 46 1 / 1) !important;
  }

  .sm\:text-earth\/15 {
    color: rgb(120 46 1 / 0.15) !important;
  }

  .sm\:text-earth\/20 {
    color: rgb(120 46 1 / 0.2) !important;
  }

  .sm\:text-earth\/25 {
    color: rgb(120 46 1 / 0.25) !important;
  }

  .sm\:text-earth\/30 {
    color: rgb(120 46 1 / 0.3) !important;
  }

  .sm\:text-earth\/35 {
    color: rgb(120 46 1 / 0.35) !important;
  }

  .sm\:text-earth\/40 {
    color: rgb(120 46 1 / 0.4) !important;
  }

  .sm\:text-earth\/45 {
    color: rgb(120 46 1 / 0.45) !important;
  }

  .sm\:text-earth\/5 {
    color: rgb(120 46 1 / 0.05) !important;
  }

  .sm\:text-earth\/50 {
    color: rgb(120 46 1 / 0.5) !important;
  }

  .sm\:text-earth\/55 {
    color: rgb(120 46 1 / 0.55) !important;
  }

  .sm\:text-earth\/60 {
    color: rgb(120 46 1 / 0.6) !important;
  }

  .sm\:text-earth\/65 {
    color: rgb(120 46 1 / 0.65) !important;
  }

  .sm\:text-earth\/70 {
    color: rgb(120 46 1 / 0.7) !important;
  }

  .sm\:text-earth\/75 {
    color: rgb(120 46 1 / 0.75) !important;
  }

  .sm\:text-earth\/80 {
    color: rgb(120 46 1 / 0.8) !important;
  }

  .sm\:text-earth\/85 {
    color: rgb(120 46 1 / 0.85) !important;
  }

  .sm\:text-earth\/90 {
    color: rgb(120 46 1 / 0.9) !important;
  }

  .sm\:text-earth\/95 {
    color: rgb(120 46 1 / 0.95) !important;
  }

  .sm\:text-harvest {
    --tw-text-opacity: 1 !important;
    color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-harvest\/0 {
    color: rgb(215 129 49 / 0) !important;
  }

  .sm\:text-harvest\/10 {
    color: rgb(215 129 49 / 0.1) !important;
  }

  .sm\:text-harvest\/100 {
    color: rgb(215 129 49 / 1) !important;
  }

  .sm\:text-harvest\/15 {
    color: rgb(215 129 49 / 0.15) !important;
  }

  .sm\:text-harvest\/20 {
    color: rgb(215 129 49 / 0.2) !important;
  }

  .sm\:text-harvest\/25 {
    color: rgb(215 129 49 / 0.25) !important;
  }

  .sm\:text-harvest\/30 {
    color: rgb(215 129 49 / 0.3) !important;
  }

  .sm\:text-harvest\/35 {
    color: rgb(215 129 49 / 0.35) !important;
  }

  .sm\:text-harvest\/40 {
    color: rgb(215 129 49 / 0.4) !important;
  }

  .sm\:text-harvest\/45 {
    color: rgb(215 129 49 / 0.45) !important;
  }

  .sm\:text-harvest\/5 {
    color: rgb(215 129 49 / 0.05) !important;
  }

  .sm\:text-harvest\/50 {
    color: rgb(215 129 49 / 0.5) !important;
  }

  .sm\:text-harvest\/55 {
    color: rgb(215 129 49 / 0.55) !important;
  }

  .sm\:text-harvest\/60 {
    color: rgb(215 129 49 / 0.6) !important;
  }

  .sm\:text-harvest\/65 {
    color: rgb(215 129 49 / 0.65) !important;
  }

  .sm\:text-harvest\/70 {
    color: rgb(215 129 49 / 0.7) !important;
  }

  .sm\:text-harvest\/75 {
    color: rgb(215 129 49 / 0.75) !important;
  }

  .sm\:text-harvest\/80 {
    color: rgb(215 129 49 / 0.8) !important;
  }

  .sm\:text-harvest\/85 {
    color: rgb(215 129 49 / 0.85) !important;
  }

  .sm\:text-harvest\/90 {
    color: rgb(215 129 49 / 0.9) !important;
  }

  .sm\:text-harvest\/95 {
    color: rgb(215 129 49 / 0.95) !important;
  }

  .sm\:text-sprout {
    --tw-text-opacity: 1 !important;
    color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
  }

  .sm\:text-sprout\/0 {
    color: rgb(196 209 72 / 0) !important;
  }

  .sm\:text-sprout\/10 {
    color: rgb(196 209 72 / 0.1) !important;
  }

  .sm\:text-sprout\/100 {
    color: rgb(196 209 72 / 1) !important;
  }

  .sm\:text-sprout\/15 {
    color: rgb(196 209 72 / 0.15) !important;
  }

  .sm\:text-sprout\/20 {
    color: rgb(196 209 72 / 0.2) !important;
  }

  .sm\:text-sprout\/25 {
    color: rgb(196 209 72 / 0.25) !important;
  }

  .sm\:text-sprout\/30 {
    color: rgb(196 209 72 / 0.3) !important;
  }

  .sm\:text-sprout\/35 {
    color: rgb(196 209 72 / 0.35) !important;
  }

  .sm\:text-sprout\/40 {
    color: rgb(196 209 72 / 0.4) !important;
  }

  .sm\:text-sprout\/45 {
    color: rgb(196 209 72 / 0.45) !important;
  }

  .sm\:text-sprout\/5 {
    color: rgb(196 209 72 / 0.05) !important;
  }

  .sm\:text-sprout\/50 {
    color: rgb(196 209 72 / 0.5) !important;
  }

  .sm\:text-sprout\/55 {
    color: rgb(196 209 72 / 0.55) !important;
  }

  .sm\:text-sprout\/60 {
    color: rgb(196 209 72 / 0.6) !important;
  }

  .sm\:text-sprout\/65 {
    color: rgb(196 209 72 / 0.65) !important;
  }

  .sm\:text-sprout\/70 {
    color: rgb(196 209 72 / 0.7) !important;
  }

  .sm\:text-sprout\/75 {
    color: rgb(196 209 72 / 0.75) !important;
  }

  .sm\:text-sprout\/80 {
    color: rgb(196 209 72 / 0.8) !important;
  }

  .sm\:text-sprout\/85 {
    color: rgb(196 209 72 / 0.85) !important;
  }

  .sm\:text-sprout\/90 {
    color: rgb(196 209 72 / 0.9) !important;
  }

  .sm\:text-sprout\/95 {
    color: rgb(196 209 72 / 0.95) !important;
  }

  .sm\:ring-brand-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(46 39 20 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-dark\/0 {
    --tw-ring-color: rgb(46 39 20 / 0) !important;
  }

  .sm\:ring-brand-dark\/10 {
    --tw-ring-color: rgb(46 39 20 / 0.1) !important;
  }

  .sm\:ring-brand-dark\/100 {
    --tw-ring-color: rgb(46 39 20 / 1) !important;
  }

  .sm\:ring-brand-dark\/15 {
    --tw-ring-color: rgb(46 39 20 / 0.15) !important;
  }

  .sm\:ring-brand-dark\/20 {
    --tw-ring-color: rgb(46 39 20 / 0.2) !important;
  }

  .sm\:ring-brand-dark\/25 {
    --tw-ring-color: rgb(46 39 20 / 0.25) !important;
  }

  .sm\:ring-brand-dark\/30 {
    --tw-ring-color: rgb(46 39 20 / 0.3) !important;
  }

  .sm\:ring-brand-dark\/35 {
    --tw-ring-color: rgb(46 39 20 / 0.35) !important;
  }

  .sm\:ring-brand-dark\/40 {
    --tw-ring-color: rgb(46 39 20 / 0.4) !important;
  }

  .sm\:ring-brand-dark\/45 {
    --tw-ring-color: rgb(46 39 20 / 0.45) !important;
  }

  .sm\:ring-brand-dark\/5 {
    --tw-ring-color: rgb(46 39 20 / 0.05) !important;
  }

  .sm\:ring-brand-dark\/50 {
    --tw-ring-color: rgb(46 39 20 / 0.5) !important;
  }

  .sm\:ring-brand-dark\/55 {
    --tw-ring-color: rgb(46 39 20 / 0.55) !important;
  }

  .sm\:ring-brand-dark\/60 {
    --tw-ring-color: rgb(46 39 20 / 0.6) !important;
  }

  .sm\:ring-brand-dark\/65 {
    --tw-ring-color: rgb(46 39 20 / 0.65) !important;
  }

  .sm\:ring-brand-dark\/70 {
    --tw-ring-color: rgb(46 39 20 / 0.7) !important;
  }

  .sm\:ring-brand-dark\/75 {
    --tw-ring-color: rgb(46 39 20 / 0.75) !important;
  }

  .sm\:ring-brand-dark\/80 {
    --tw-ring-color: rgb(46 39 20 / 0.8) !important;
  }

  .sm\:ring-brand-dark\/85 {
    --tw-ring-color: rgb(46 39 20 / 0.85) !important;
  }

  .sm\:ring-brand-dark\/90 {
    --tw-ring-color: rgb(46 39 20 / 0.9) !important;
  }

  .sm\:ring-brand-dark\/95 {
    --tw-ring-color: rgb(46 39 20 / 0.95) !important;
  }

  .sm\:ring-brand-ink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(33 37 41 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-ink\/0 {
    --tw-ring-color: rgb(33 37 41 / 0) !important;
  }

  .sm\:ring-brand-ink\/10 {
    --tw-ring-color: rgb(33 37 41 / 0.1) !important;
  }

  .sm\:ring-brand-ink\/100 {
    --tw-ring-color: rgb(33 37 41 / 1) !important;
  }

  .sm\:ring-brand-ink\/15 {
    --tw-ring-color: rgb(33 37 41 / 0.15) !important;
  }

  .sm\:ring-brand-ink\/20 {
    --tw-ring-color: rgb(33 37 41 / 0.2) !important;
  }

  .sm\:ring-brand-ink\/25 {
    --tw-ring-color: rgb(33 37 41 / 0.25) !important;
  }

  .sm\:ring-brand-ink\/30 {
    --tw-ring-color: rgb(33 37 41 / 0.3) !important;
  }

  .sm\:ring-brand-ink\/35 {
    --tw-ring-color: rgb(33 37 41 / 0.35) !important;
  }

  .sm\:ring-brand-ink\/40 {
    --tw-ring-color: rgb(33 37 41 / 0.4) !important;
  }

  .sm\:ring-brand-ink\/45 {
    --tw-ring-color: rgb(33 37 41 / 0.45) !important;
  }

  .sm\:ring-brand-ink\/5 {
    --tw-ring-color: rgb(33 37 41 / 0.05) !important;
  }

  .sm\:ring-brand-ink\/50 {
    --tw-ring-color: rgb(33 37 41 / 0.5) !important;
  }

  .sm\:ring-brand-ink\/55 {
    --tw-ring-color: rgb(33 37 41 / 0.55) !important;
  }

  .sm\:ring-brand-ink\/60 {
    --tw-ring-color: rgb(33 37 41 / 0.6) !important;
  }

  .sm\:ring-brand-ink\/65 {
    --tw-ring-color: rgb(33 37 41 / 0.65) !important;
  }

  .sm\:ring-brand-ink\/70 {
    --tw-ring-color: rgb(33 37 41 / 0.7) !important;
  }

  .sm\:ring-brand-ink\/75 {
    --tw-ring-color: rgb(33 37 41 / 0.75) !important;
  }

  .sm\:ring-brand-ink\/80 {
    --tw-ring-color: rgb(33 37 41 / 0.8) !important;
  }

  .sm\:ring-brand-ink\/85 {
    --tw-ring-color: rgb(33 37 41 / 0.85) !important;
  }

  .sm\:ring-brand-ink\/90 {
    --tw-ring-color: rgb(33 37 41 / 0.9) !important;
  }

  .sm\:ring-brand-ink\/95 {
    --tw-ring-color: rgb(33 37 41 / 0.95) !important;
  }

  .sm\:ring-brand-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(245 244 240 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-light\/0 {
    --tw-ring-color: rgb(245 244 240 / 0) !important;
  }

  .sm\:ring-brand-light\/10 {
    --tw-ring-color: rgb(245 244 240 / 0.1) !important;
  }

  .sm\:ring-brand-light\/100 {
    --tw-ring-color: rgb(245 244 240 / 1) !important;
  }

  .sm\:ring-brand-light\/15 {
    --tw-ring-color: rgb(245 244 240 / 0.15) !important;
  }

  .sm\:ring-brand-light\/20 {
    --tw-ring-color: rgb(245 244 240 / 0.2) !important;
  }

  .sm\:ring-brand-light\/25 {
    --tw-ring-color: rgb(245 244 240 / 0.25) !important;
  }

  .sm\:ring-brand-light\/30 {
    --tw-ring-color: rgb(245 244 240 / 0.3) !important;
  }

  .sm\:ring-brand-light\/35 {
    --tw-ring-color: rgb(245 244 240 / 0.35) !important;
  }

  .sm\:ring-brand-light\/40 {
    --tw-ring-color: rgb(245 244 240 / 0.4) !important;
  }

  .sm\:ring-brand-light\/45 {
    --tw-ring-color: rgb(245 244 240 / 0.45) !important;
  }

  .sm\:ring-brand-light\/5 {
    --tw-ring-color: rgb(245 244 240 / 0.05) !important;
  }

  .sm\:ring-brand-light\/50 {
    --tw-ring-color: rgb(245 244 240 / 0.5) !important;
  }

  .sm\:ring-brand-light\/55 {
    --tw-ring-color: rgb(245 244 240 / 0.55) !important;
  }

  .sm\:ring-brand-light\/60 {
    --tw-ring-color: rgb(245 244 240 / 0.6) !important;
  }

  .sm\:ring-brand-light\/65 {
    --tw-ring-color: rgb(245 244 240 / 0.65) !important;
  }

  .sm\:ring-brand-light\/70 {
    --tw-ring-color: rgb(245 244 240 / 0.7) !important;
  }

  .sm\:ring-brand-light\/75 {
    --tw-ring-color: rgb(245 244 240 / 0.75) !important;
  }

  .sm\:ring-brand-light\/80 {
    --tw-ring-color: rgb(245 244 240 / 0.8) !important;
  }

  .sm\:ring-brand-light\/85 {
    --tw-ring-color: rgb(245 244 240 / 0.85) !important;
  }

  .sm\:ring-brand-light\/90 {
    --tw-ring-color: rgb(245 244 240 / 0.9) !important;
  }

  .sm\:ring-brand-light\/95 {
    --tw-ring-color: rgb(245 244 240 / 0.95) !important;
  }

  .sm\:ring-brand-link {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(147 110 7 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-link-hover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(74 55 3 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-link-hover\/0 {
    --tw-ring-color: rgb(74 55 3 / 0) !important;
  }

  .sm\:ring-brand-link-hover\/10 {
    --tw-ring-color: rgb(74 55 3 / 0.1) !important;
  }

  .sm\:ring-brand-link-hover\/100 {
    --tw-ring-color: rgb(74 55 3 / 1) !important;
  }

  .sm\:ring-brand-link-hover\/15 {
    --tw-ring-color: rgb(74 55 3 / 0.15) !important;
  }

  .sm\:ring-brand-link-hover\/20 {
    --tw-ring-color: rgb(74 55 3 / 0.2) !important;
  }

  .sm\:ring-brand-link-hover\/25 {
    --tw-ring-color: rgb(74 55 3 / 0.25) !important;
  }

  .sm\:ring-brand-link-hover\/30 {
    --tw-ring-color: rgb(74 55 3 / 0.3) !important;
  }

  .sm\:ring-brand-link-hover\/35 {
    --tw-ring-color: rgb(74 55 3 / 0.35) !important;
  }

  .sm\:ring-brand-link-hover\/40 {
    --tw-ring-color: rgb(74 55 3 / 0.4) !important;
  }

  .sm\:ring-brand-link-hover\/45 {
    --tw-ring-color: rgb(74 55 3 / 0.45) !important;
  }

  .sm\:ring-brand-link-hover\/5 {
    --tw-ring-color: rgb(74 55 3 / 0.05) !important;
  }

  .sm\:ring-brand-link-hover\/50 {
    --tw-ring-color: rgb(74 55 3 / 0.5) !important;
  }

  .sm\:ring-brand-link-hover\/55 {
    --tw-ring-color: rgb(74 55 3 / 0.55) !important;
  }

  .sm\:ring-brand-link-hover\/60 {
    --tw-ring-color: rgb(74 55 3 / 0.6) !important;
  }

  .sm\:ring-brand-link-hover\/65 {
    --tw-ring-color: rgb(74 55 3 / 0.65) !important;
  }

  .sm\:ring-brand-link-hover\/70 {
    --tw-ring-color: rgb(74 55 3 / 0.7) !important;
  }

  .sm\:ring-brand-link-hover\/75 {
    --tw-ring-color: rgb(74 55 3 / 0.75) !important;
  }

  .sm\:ring-brand-link-hover\/80 {
    --tw-ring-color: rgb(74 55 3 / 0.8) !important;
  }

  .sm\:ring-brand-link-hover\/85 {
    --tw-ring-color: rgb(74 55 3 / 0.85) !important;
  }

  .sm\:ring-brand-link-hover\/90 {
    --tw-ring-color: rgb(74 55 3 / 0.9) !important;
  }

  .sm\:ring-brand-link-hover\/95 {
    --tw-ring-color: rgb(74 55 3 / 0.95) !important;
  }

  .sm\:ring-brand-link\/0 {
    --tw-ring-color: rgb(147 110 7 / 0) !important;
  }

  .sm\:ring-brand-link\/10 {
    --tw-ring-color: rgb(147 110 7 / 0.1) !important;
  }

  .sm\:ring-brand-link\/100 {
    --tw-ring-color: rgb(147 110 7 / 1) !important;
  }

  .sm\:ring-brand-link\/15 {
    --tw-ring-color: rgb(147 110 7 / 0.15) !important;
  }

  .sm\:ring-brand-link\/20 {
    --tw-ring-color: rgb(147 110 7 / 0.2) !important;
  }

  .sm\:ring-brand-link\/25 {
    --tw-ring-color: rgb(147 110 7 / 0.25) !important;
  }

  .sm\:ring-brand-link\/30 {
    --tw-ring-color: rgb(147 110 7 / 0.3) !important;
  }

  .sm\:ring-brand-link\/35 {
    --tw-ring-color: rgb(147 110 7 / 0.35) !important;
  }

  .sm\:ring-brand-link\/40 {
    --tw-ring-color: rgb(147 110 7 / 0.4) !important;
  }

  .sm\:ring-brand-link\/45 {
    --tw-ring-color: rgb(147 110 7 / 0.45) !important;
  }

  .sm\:ring-brand-link\/5 {
    --tw-ring-color: rgb(147 110 7 / 0.05) !important;
  }

  .sm\:ring-brand-link\/50 {
    --tw-ring-color: rgb(147 110 7 / 0.5) !important;
  }

  .sm\:ring-brand-link\/55 {
    --tw-ring-color: rgb(147 110 7 / 0.55) !important;
  }

  .sm\:ring-brand-link\/60 {
    --tw-ring-color: rgb(147 110 7 / 0.6) !important;
  }

  .sm\:ring-brand-link\/65 {
    --tw-ring-color: rgb(147 110 7 / 0.65) !important;
  }

  .sm\:ring-brand-link\/70 {
    --tw-ring-color: rgb(147 110 7 / 0.7) !important;
  }

  .sm\:ring-brand-link\/75 {
    --tw-ring-color: rgb(147 110 7 / 0.75) !important;
  }

  .sm\:ring-brand-link\/80 {
    --tw-ring-color: rgb(147 110 7 / 0.8) !important;
  }

  .sm\:ring-brand-link\/85 {
    --tw-ring-color: rgb(147 110 7 / 0.85) !important;
  }

  .sm\:ring-brand-link\/90 {
    --tw-ring-color: rgb(147 110 7 / 0.9) !important;
  }

  .sm\:ring-brand-link\/95 {
    --tw-ring-color: rgb(147 110 7 / 0.95) !important;
  }

  .sm\:ring-brand-muted {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(108 117 125 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-muted\/0 {
    --tw-ring-color: rgb(108 117 125 / 0) !important;
  }

  .sm\:ring-brand-muted\/10 {
    --tw-ring-color: rgb(108 117 125 / 0.1) !important;
  }

  .sm\:ring-brand-muted\/100 {
    --tw-ring-color: rgb(108 117 125 / 1) !important;
  }

  .sm\:ring-brand-muted\/15 {
    --tw-ring-color: rgb(108 117 125 / 0.15) !important;
  }

  .sm\:ring-brand-muted\/20 {
    --tw-ring-color: rgb(108 117 125 / 0.2) !important;
  }

  .sm\:ring-brand-muted\/25 {
    --tw-ring-color: rgb(108 117 125 / 0.25) !important;
  }

  .sm\:ring-brand-muted\/30 {
    --tw-ring-color: rgb(108 117 125 / 0.3) !important;
  }

  .sm\:ring-brand-muted\/35 {
    --tw-ring-color: rgb(108 117 125 / 0.35) !important;
  }

  .sm\:ring-brand-muted\/40 {
    --tw-ring-color: rgb(108 117 125 / 0.4) !important;
  }

  .sm\:ring-brand-muted\/45 {
    --tw-ring-color: rgb(108 117 125 / 0.45) !important;
  }

  .sm\:ring-brand-muted\/5 {
    --tw-ring-color: rgb(108 117 125 / 0.05) !important;
  }

  .sm\:ring-brand-muted\/50 {
    --tw-ring-color: rgb(108 117 125 / 0.5) !important;
  }

  .sm\:ring-brand-muted\/55 {
    --tw-ring-color: rgb(108 117 125 / 0.55) !important;
  }

  .sm\:ring-brand-muted\/60 {
    --tw-ring-color: rgb(108 117 125 / 0.6) !important;
  }

  .sm\:ring-brand-muted\/65 {
    --tw-ring-color: rgb(108 117 125 / 0.65) !important;
  }

  .sm\:ring-brand-muted\/70 {
    --tw-ring-color: rgb(108 117 125 / 0.7) !important;
  }

  .sm\:ring-brand-muted\/75 {
    --tw-ring-color: rgb(108 117 125 / 0.75) !important;
  }

  .sm\:ring-brand-muted\/80 {
    --tw-ring-color: rgb(108 117 125 / 0.8) !important;
  }

  .sm\:ring-brand-muted\/85 {
    --tw-ring-color: rgb(108 117 125 / 0.85) !important;
  }

  .sm\:ring-brand-muted\/90 {
    --tw-ring-color: rgb(108 117 125 / 0.9) !important;
  }

  .sm\:ring-brand-muted\/95 {
    --tw-ring-color: rgb(108 117 125 / 0.95) !important;
  }

  .sm\:ring-brand-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(244 184 17 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-primary\/0 {
    --tw-ring-color: rgb(244 184 17 / 0) !important;
  }

  .sm\:ring-brand-primary\/10 {
    --tw-ring-color: rgb(244 184 17 / 0.1) !important;
  }

  .sm\:ring-brand-primary\/100 {
    --tw-ring-color: rgb(244 184 17 / 1) !important;
  }

  .sm\:ring-brand-primary\/15 {
    --tw-ring-color: rgb(244 184 17 / 0.15) !important;
  }

  .sm\:ring-brand-primary\/20 {
    --tw-ring-color: rgb(244 184 17 / 0.2) !important;
  }

  .sm\:ring-brand-primary\/25 {
    --tw-ring-color: rgb(244 184 17 / 0.25) !important;
  }

  .sm\:ring-brand-primary\/30 {
    --tw-ring-color: rgb(244 184 17 / 0.3) !important;
  }

  .sm\:ring-brand-primary\/35 {
    --tw-ring-color: rgb(244 184 17 / 0.35) !important;
  }

  .sm\:ring-brand-primary\/40 {
    --tw-ring-color: rgb(244 184 17 / 0.4) !important;
  }

  .sm\:ring-brand-primary\/45 {
    --tw-ring-color: rgb(244 184 17 / 0.45) !important;
  }

  .sm\:ring-brand-primary\/5 {
    --tw-ring-color: rgb(244 184 17 / 0.05) !important;
  }

  .sm\:ring-brand-primary\/50 {
    --tw-ring-color: rgb(244 184 17 / 0.5) !important;
  }

  .sm\:ring-brand-primary\/55 {
    --tw-ring-color: rgb(244 184 17 / 0.55) !important;
  }

  .sm\:ring-brand-primary\/60 {
    --tw-ring-color: rgb(244 184 17 / 0.6) !important;
  }

  .sm\:ring-brand-primary\/65 {
    --tw-ring-color: rgb(244 184 17 / 0.65) !important;
  }

  .sm\:ring-brand-primary\/70 {
    --tw-ring-color: rgb(244 184 17 / 0.7) !important;
  }

  .sm\:ring-brand-primary\/75 {
    --tw-ring-color: rgb(244 184 17 / 0.75) !important;
  }

  .sm\:ring-brand-primary\/80 {
    --tw-ring-color: rgb(244 184 17 / 0.8) !important;
  }

  .sm\:ring-brand-primary\/85 {
    --tw-ring-color: rgb(244 184 17 / 0.85) !important;
  }

  .sm\:ring-brand-primary\/90 {
    --tw-ring-color: rgb(244 184 17 / 0.9) !important;
  }

  .sm\:ring-brand-primary\/95 {
    --tw-ring-color: rgb(244 184 17 / 0.95) !important;
  }

  .sm\:ring-brand-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(255 204 0 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-brand-secondary\/0 {
    --tw-ring-color: rgb(255 204 0 / 0) !important;
  }

  .sm\:ring-brand-secondary\/10 {
    --tw-ring-color: rgb(255 204 0 / 0.1) !important;
  }

  .sm\:ring-brand-secondary\/100 {
    --tw-ring-color: rgb(255 204 0 / 1) !important;
  }

  .sm\:ring-brand-secondary\/15 {
    --tw-ring-color: rgb(255 204 0 / 0.15) !important;
  }

  .sm\:ring-brand-secondary\/20 {
    --tw-ring-color: rgb(255 204 0 / 0.2) !important;
  }

  .sm\:ring-brand-secondary\/25 {
    --tw-ring-color: rgb(255 204 0 / 0.25) !important;
  }

  .sm\:ring-brand-secondary\/30 {
    --tw-ring-color: rgb(255 204 0 / 0.3) !important;
  }

  .sm\:ring-brand-secondary\/35 {
    --tw-ring-color: rgb(255 204 0 / 0.35) !important;
  }

  .sm\:ring-brand-secondary\/40 {
    --tw-ring-color: rgb(255 204 0 / 0.4) !important;
  }

  .sm\:ring-brand-secondary\/45 {
    --tw-ring-color: rgb(255 204 0 / 0.45) !important;
  }

  .sm\:ring-brand-secondary\/5 {
    --tw-ring-color: rgb(255 204 0 / 0.05) !important;
  }

  .sm\:ring-brand-secondary\/50 {
    --tw-ring-color: rgb(255 204 0 / 0.5) !important;
  }

  .sm\:ring-brand-secondary\/55 {
    --tw-ring-color: rgb(255 204 0 / 0.55) !important;
  }

  .sm\:ring-brand-secondary\/60 {
    --tw-ring-color: rgb(255 204 0 / 0.6) !important;
  }

  .sm\:ring-brand-secondary\/65 {
    --tw-ring-color: rgb(255 204 0 / 0.65) !important;
  }

  .sm\:ring-brand-secondary\/70 {
    --tw-ring-color: rgb(255 204 0 / 0.7) !important;
  }

  .sm\:ring-brand-secondary\/75 {
    --tw-ring-color: rgb(255 204 0 / 0.75) !important;
  }

  .sm\:ring-brand-secondary\/80 {
    --tw-ring-color: rgb(255 204 0 / 0.8) !important;
  }

  .sm\:ring-brand-secondary\/85 {
    --tw-ring-color: rgb(255 204 0 / 0.85) !important;
  }

  .sm\:ring-brand-secondary\/90 {
    --tw-ring-color: rgb(255 204 0 / 0.9) !important;
  }

  .sm\:ring-brand-secondary\/95 {
    --tw-ring-color: rgb(255 204 0 / 0.95) !important;
  }

  .sm\:ring-earth {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-earth\/0 {
    --tw-ring-color: rgb(120 46 1 / 0) !important;
  }

  .sm\:ring-earth\/10 {
    --tw-ring-color: rgb(120 46 1 / 0.1) !important;
  }

  .sm\:ring-earth\/100 {
    --tw-ring-color: rgb(120 46 1 / 1) !important;
  }

  .sm\:ring-earth\/15 {
    --tw-ring-color: rgb(120 46 1 / 0.15) !important;
  }

  .sm\:ring-earth\/20 {
    --tw-ring-color: rgb(120 46 1 / 0.2) !important;
  }

  .sm\:ring-earth\/25 {
    --tw-ring-color: rgb(120 46 1 / 0.25) !important;
  }

  .sm\:ring-earth\/30 {
    --tw-ring-color: rgb(120 46 1 / 0.3) !important;
  }

  .sm\:ring-earth\/35 {
    --tw-ring-color: rgb(120 46 1 / 0.35) !important;
  }

  .sm\:ring-earth\/40 {
    --tw-ring-color: rgb(120 46 1 / 0.4) !important;
  }

  .sm\:ring-earth\/45 {
    --tw-ring-color: rgb(120 46 1 / 0.45) !important;
  }

  .sm\:ring-earth\/5 {
    --tw-ring-color: rgb(120 46 1 / 0.05) !important;
  }

  .sm\:ring-earth\/50 {
    --tw-ring-color: rgb(120 46 1 / 0.5) !important;
  }

  .sm\:ring-earth\/55 {
    --tw-ring-color: rgb(120 46 1 / 0.55) !important;
  }

  .sm\:ring-earth\/60 {
    --tw-ring-color: rgb(120 46 1 / 0.6) !important;
  }

  .sm\:ring-earth\/65 {
    --tw-ring-color: rgb(120 46 1 / 0.65) !important;
  }

  .sm\:ring-earth\/70 {
    --tw-ring-color: rgb(120 46 1 / 0.7) !important;
  }

  .sm\:ring-earth\/75 {
    --tw-ring-color: rgb(120 46 1 / 0.75) !important;
  }

  .sm\:ring-earth\/80 {
    --tw-ring-color: rgb(120 46 1 / 0.8) !important;
  }

  .sm\:ring-earth\/85 {
    --tw-ring-color: rgb(120 46 1 / 0.85) !important;
  }

  .sm\:ring-earth\/90 {
    --tw-ring-color: rgb(120 46 1 / 0.9) !important;
  }

  .sm\:ring-earth\/95 {
    --tw-ring-color: rgb(120 46 1 / 0.95) !important;
  }

  .sm\:ring-harvest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-harvest\/0 {
    --tw-ring-color: rgb(215 129 49 / 0) !important;
  }

  .sm\:ring-harvest\/10 {
    --tw-ring-color: rgb(215 129 49 / 0.1) !important;
  }

  .sm\:ring-harvest\/100 {
    --tw-ring-color: rgb(215 129 49 / 1) !important;
  }

  .sm\:ring-harvest\/15 {
    --tw-ring-color: rgb(215 129 49 / 0.15) !important;
  }

  .sm\:ring-harvest\/20 {
    --tw-ring-color: rgb(215 129 49 / 0.2) !important;
  }

  .sm\:ring-harvest\/25 {
    --tw-ring-color: rgb(215 129 49 / 0.25) !important;
  }

  .sm\:ring-harvest\/30 {
    --tw-ring-color: rgb(215 129 49 / 0.3) !important;
  }

  .sm\:ring-harvest\/35 {
    --tw-ring-color: rgb(215 129 49 / 0.35) !important;
  }

  .sm\:ring-harvest\/40 {
    --tw-ring-color: rgb(215 129 49 / 0.4) !important;
  }

  .sm\:ring-harvest\/45 {
    --tw-ring-color: rgb(215 129 49 / 0.45) !important;
  }

  .sm\:ring-harvest\/5 {
    --tw-ring-color: rgb(215 129 49 / 0.05) !important;
  }

  .sm\:ring-harvest\/50 {
    --tw-ring-color: rgb(215 129 49 / 0.5) !important;
  }

  .sm\:ring-harvest\/55 {
    --tw-ring-color: rgb(215 129 49 / 0.55) !important;
  }

  .sm\:ring-harvest\/60 {
    --tw-ring-color: rgb(215 129 49 / 0.6) !important;
  }

  .sm\:ring-harvest\/65 {
    --tw-ring-color: rgb(215 129 49 / 0.65) !important;
  }

  .sm\:ring-harvest\/70 {
    --tw-ring-color: rgb(215 129 49 / 0.7) !important;
  }

  .sm\:ring-harvest\/75 {
    --tw-ring-color: rgb(215 129 49 / 0.75) !important;
  }

  .sm\:ring-harvest\/80 {
    --tw-ring-color: rgb(215 129 49 / 0.8) !important;
  }

  .sm\:ring-harvest\/85 {
    --tw-ring-color: rgb(215 129 49 / 0.85) !important;
  }

  .sm\:ring-harvest\/90 {
    --tw-ring-color: rgb(215 129 49 / 0.9) !important;
  }

  .sm\:ring-harvest\/95 {
    --tw-ring-color: rgb(215 129 49 / 0.95) !important;
  }

  .sm\:ring-sprout {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
  }

  .sm\:ring-sprout\/0 {
    --tw-ring-color: rgb(196 209 72 / 0) !important;
  }

  .sm\:ring-sprout\/10 {
    --tw-ring-color: rgb(196 209 72 / 0.1) !important;
  }

  .sm\:ring-sprout\/100 {
    --tw-ring-color: rgb(196 209 72 / 1) !important;
  }

  .sm\:ring-sprout\/15 {
    --tw-ring-color: rgb(196 209 72 / 0.15) !important;
  }

  .sm\:ring-sprout\/20 {
    --tw-ring-color: rgb(196 209 72 / 0.2) !important;
  }

  .sm\:ring-sprout\/25 {
    --tw-ring-color: rgb(196 209 72 / 0.25) !important;
  }

  .sm\:ring-sprout\/30 {
    --tw-ring-color: rgb(196 209 72 / 0.3) !important;
  }

  .sm\:ring-sprout\/35 {
    --tw-ring-color: rgb(196 209 72 / 0.35) !important;
  }

  .sm\:ring-sprout\/40 {
    --tw-ring-color: rgb(196 209 72 / 0.4) !important;
  }

  .sm\:ring-sprout\/45 {
    --tw-ring-color: rgb(196 209 72 / 0.45) !important;
  }

  .sm\:ring-sprout\/5 {
    --tw-ring-color: rgb(196 209 72 / 0.05) !important;
  }

  .sm\:ring-sprout\/50 {
    --tw-ring-color: rgb(196 209 72 / 0.5) !important;
  }

  .sm\:ring-sprout\/55 {
    --tw-ring-color: rgb(196 209 72 / 0.55) !important;
  }

  .sm\:ring-sprout\/60 {
    --tw-ring-color: rgb(196 209 72 / 0.6) !important;
  }

  .sm\:ring-sprout\/65 {
    --tw-ring-color: rgb(196 209 72 / 0.65) !important;
  }

  .sm\:ring-sprout\/70 {
    --tw-ring-color: rgb(196 209 72 / 0.7) !important;
  }

  .sm\:ring-sprout\/75 {
    --tw-ring-color: rgb(196 209 72 / 0.75) !important;
  }

  .sm\:ring-sprout\/80 {
    --tw-ring-color: rgb(196 209 72 / 0.8) !important;
  }

  .sm\:ring-sprout\/85 {
    --tw-ring-color: rgb(196 209 72 / 0.85) !important;
  }

  .sm\:ring-sprout\/90 {
    --tw-ring-color: rgb(196 209 72 / 0.9) !important;
  }

  .sm\:ring-sprout\/95 {
    --tw-ring-color: rgb(196 209 72 / 0.95) !important;
  }
}

@media (min-width: 768px) {
  .md\:-bottom-0 {
    bottom: -0px !important;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .md\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .md\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .md\:-bottom-12 {
    bottom: -3rem !important;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .md\:-bottom-16 {
    bottom: -4rem !important;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .md\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .md\:-bottom-20 {
    bottom: -5rem !important;
  }

  .md\:-bottom-24 {
    bottom: -6rem !important;
  }

  .md\:-bottom-28 {
    bottom: -7rem !important;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .md\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .md\:-bottom-32 {
    bottom: -8rem !important;
  }

  .md\:-bottom-36 {
    bottom: -9rem !important;
  }

  .md\:-bottom-4 {
    bottom: -1rem !important;
  }

  .md\:-bottom-40 {
    bottom: -10rem !important;
  }

  .md\:-bottom-44 {
    bottom: -11rem !important;
  }

  .md\:-bottom-48 {
    bottom: -12rem !important;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .md\:-bottom-52 {
    bottom: -13rem !important;
  }

  .md\:-bottom-56 {
    bottom: -14rem !important;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .md\:-bottom-60 {
    bottom: -15rem !important;
  }

  .md\:-bottom-64 {
    bottom: -16rem !important;
  }

  .md\:-bottom-8 {
    bottom: -2rem !important;
  }

  .md\:-bottom-80 {
    bottom: -20rem !important;
  }

  .md\:-top-0 {
    top: -0px !important;
  }

  .md\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .md\:-top-1 {
    top: -0.25rem !important;
  }

  .md\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .md\:-top-1\/2 {
    top: -50% !important;
  }

  .md\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .md\:-top-1\/4 {
    top: -25% !important;
  }

  .md\:-top-10 {
    top: -2.5rem !important;
  }

  .md\:-top-11 {
    top: -2.75rem !important;
  }

  .md\:-top-12 {
    top: -3rem !important;
  }

  .md\:-top-14 {
    top: -3.5rem !important;
  }

  .md\:-top-16 {
    top: -4rem !important;
  }

  .md\:-top-2 {
    top: -0.5rem !important;
  }

  .md\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .md\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .md\:-top-2\/4 {
    top: -50% !important;
  }

  .md\:-top-20 {
    top: -5rem !important;
  }

  .md\:-top-24 {
    top: -6rem !important;
  }

  .md\:-top-28 {
    top: -7rem !important;
  }

  .md\:-top-3 {
    top: -0.75rem !important;
  }

  .md\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .md\:-top-3\/4 {
    top: -75% !important;
  }

  .md\:-top-32 {
    top: -8rem !important;
  }

  .md\:-top-36 {
    top: -9rem !important;
  }

  .md\:-top-4 {
    top: -1rem !important;
  }

  .md\:-top-40 {
    top: -10rem !important;
  }

  .md\:-top-44 {
    top: -11rem !important;
  }

  .md\:-top-48 {
    top: -12rem !important;
  }

  .md\:-top-5 {
    top: -1.25rem !important;
  }

  .md\:-top-52 {
    top: -13rem !important;
  }

  .md\:-top-56 {
    top: -14rem !important;
  }

  .md\:-top-6 {
    top: -1.5rem !important;
  }

  .md\:-top-60 {
    top: -15rem !important;
  }

  .md\:-top-64 {
    top: -16rem !important;
  }

  .md\:-top-8 {
    top: -2rem !important;
  }

  .md\:-top-80 {
    top: -20rem !important;
  }

  .md\:bottom-0 {
    bottom: 0px !important;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .md\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .md\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .md\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .md\:bottom-12 {
    bottom: 3rem !important;
  }

  .md\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .md\:bottom-16 {
    bottom: 4rem !important;
  }

  .md\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .md\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .md\:bottom-20 {
    bottom: 5rem !important;
  }

  .md\:bottom-24 {
    bottom: 6rem !important;
  }

  .md\:bottom-28 {
    bottom: 7rem !important;
  }

  .md\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .md\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .md\:bottom-32 {
    bottom: 8rem !important;
  }

  .md\:bottom-36 {
    bottom: 9rem !important;
  }

  .md\:bottom-4 {
    bottom: 1rem !important;
  }

  .md\:bottom-40 {
    bottom: 10rem !important;
  }

  .md\:bottom-44 {
    bottom: 11rem !important;
  }

  .md\:bottom-48 {
    bottom: 12rem !important;
  }

  .md\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .md\:bottom-52 {
    bottom: 13rem !important;
  }

  .md\:bottom-56 {
    bottom: 14rem !important;
  }

  .md\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .md\:bottom-60 {
    bottom: 15rem !important;
  }

  .md\:bottom-64 {
    bottom: 16rem !important;
  }

  .md\:bottom-8 {
    bottom: 2rem !important;
  }

  .md\:bottom-80 {
    bottom: 20rem !important;
  }

  .md\:top-0 {
    top: 0px !important;
  }

  .md\:top-0\.5 {
    top: 0.125rem !important;
  }

  .md\:top-1 {
    top: 0.25rem !important;
  }

  .md\:top-1\.5 {
    top: 0.375rem !important;
  }

  .md\:top-1\/2 {
    top: 50% !important;
  }

  .md\:top-1\/3 {
    top: 33.333333% !important;
  }

  .md\:top-1\/4 {
    top: 25% !important;
  }

  .md\:top-10 {
    top: 2.5rem !important;
  }

  .md\:top-11 {
    top: 2.75rem !important;
  }

  .md\:top-12 {
    top: 3rem !important;
  }

  .md\:top-14 {
    top: 3.5rem !important;
  }

  .md\:top-16 {
    top: 4rem !important;
  }

  .md\:top-2 {
    top: 0.5rem !important;
  }

  .md\:top-2\.5 {
    top: 0.625rem !important;
  }

  .md\:top-2\/3 {
    top: 66.666667% !important;
  }

  .md\:top-2\/4 {
    top: 50% !important;
  }

  .md\:top-20 {
    top: 5rem !important;
  }

  .md\:top-24 {
    top: 6rem !important;
  }

  .md\:top-28 {
    top: 7rem !important;
  }

  .md\:top-3 {
    top: 0.75rem !important;
  }

  .md\:top-3\.5 {
    top: 0.875rem !important;
  }

  .md\:top-3\/4 {
    top: 75% !important;
  }

  .md\:top-32 {
    top: 8rem !important;
  }

  .md\:top-36 {
    top: 9rem !important;
  }

  .md\:top-4 {
    top: 1rem !important;
  }

  .md\:top-40 {
    top: 10rem !important;
  }

  .md\:top-44 {
    top: 11rem !important;
  }

  .md\:top-48 {
    top: 12rem !important;
  }

  .md\:top-5 {
    top: 1.25rem !important;
  }

  .md\:top-52 {
    top: 13rem !important;
  }

  .md\:top-56 {
    top: 14rem !important;
  }

  .md\:top-6 {
    top: 1.5rem !important;
  }

  .md\:top-60 {
    top: 15rem !important;
  }

  .md\:top-64 {
    top: 16rem !important;
  }

  .md\:top-8 {
    top: 2rem !important;
  }

  .md\:top-80 {
    top: 20rem !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:-m-0 {
    margin: -0px !important;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .md\:-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .md\:-m-10 {
    margin: -2.5rem !important;
  }

  .md\:-m-11 {
    margin: -2.75rem !important;
  }

  .md\:-m-12 {
    margin: -3rem !important;
  }

  .md\:-m-14 {
    margin: -3.5rem !important;
  }

  .md\:-m-16 {
    margin: -4rem !important;
  }

  .md\:-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .md\:-m-20 {
    margin: -5rem !important;
  }

  .md\:-m-24 {
    margin: -6rem !important;
  }

  .md\:-m-28 {
    margin: -7rem !important;
  }

  .md\:-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .md\:-m-32 {
    margin: -8rem !important;
  }

  .md\:-m-36 {
    margin: -9rem !important;
  }

  .md\:-m-4 {
    margin: -1rem !important;
  }

  .md\:-m-40 {
    margin: -10rem !important;
  }

  .md\:-m-44 {
    margin: -11rem !important;
  }

  .md\:-m-48 {
    margin: -12rem !important;
  }

  .md\:-m-5 {
    margin: -1.25rem !important;
  }

  .md\:-m-52 {
    margin: -13rem !important;
  }

  .md\:-m-56 {
    margin: -14rem !important;
  }

  .md\:-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-m-60 {
    margin: -15rem !important;
  }

  .md\:-m-64 {
    margin: -16rem !important;
  }

  .md\:-m-8 {
    margin: -2rem !important;
  }

  .md\:-m-80 {
    margin: -20rem !important;
  }

  .md\:m-0 {
    margin: 0px !important;
  }

  .md\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .md\:m-1 {
    margin: 0.25rem !important;
  }

  .md\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-11 {
    margin: 2.75rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-14 {
    margin: 3.5rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-2 {
    margin: 0.5rem !important;
  }

  .md\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .md\:m-20 {
    margin: 5rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-28 {
    margin: 7rem !important;
  }

  .md\:m-3 {
    margin: 0.75rem !important;
  }

  .md\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-36 {
    margin: 9rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-40 {
    margin: 10rem !important;
  }

  .md\:m-44 {
    margin: 11rem !important;
  }

  .md\:m-48 {
    margin: 12rem !important;
  }

  .md\:m-5 {
    margin: 1.25rem !important;
  }

  .md\:m-52 {
    margin: 13rem !important;
  }

  .md\:m-56 {
    margin: 14rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-60 {
    margin: 15rem !important;
  }

  .md\:m-64 {
    margin: 16rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-80 {
    margin: 20rem !important;
  }

  .md\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:-mb-0 {
    margin-bottom: -0px !important;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .md\:-ml-0 {
    margin-left: -0px !important;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .md\:-ml-12 {
    margin-left: -3rem !important;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .md\:-ml-20 {
    margin-left: -5rem !important;
  }

  .md\:-ml-24 {
    margin-left: -6rem !important;
  }

  .md\:-ml-28 {
    margin-left: -7rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .md\:-ml-32 {
    margin-left: -8rem !important;
  }

  .md\:-ml-36 {
    margin-left: -9rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  .md\:-ml-40 {
    margin-left: -10rem !important;
  }

  .md\:-ml-44 {
    margin-left: -11rem !important;
  }

  .md\:-ml-48 {
    margin-left: -12rem !important;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:-ml-52 {
    margin-left: -13rem !important;
  }

  .md\:-ml-56 {
    margin-left: -14rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:-ml-60 {
    margin-left: -15rem !important;
  }

  .md\:-ml-64 {
    margin-left: -16rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem !important;
  }

  .md\:-ml-80 {
    margin-left: -20rem !important;
  }

  .md\:-mr-0 {
    margin-right: -0px !important;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .md\:-mr-12 {
    margin-right: -3rem !important;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .md\:-mr-16 {
    margin-right: -4rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .md\:-mr-20 {
    margin-right: -5rem !important;
  }

  .md\:-mr-24 {
    margin-right: -6rem !important;
  }

  .md\:-mr-28 {
    margin-right: -7rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .md\:-mr-32 {
    margin-right: -8rem !important;
  }

  .md\:-mr-36 {
    margin-right: -9rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  .md\:-mr-40 {
    margin-right: -10rem !important;
  }

  .md\:-mr-44 {
    margin-right: -11rem !important;
  }

  .md\:-mr-48 {
    margin-right: -12rem !important;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:-mr-52 {
    margin-right: -13rem !important;
  }

  .md\:-mr-56 {
    margin-right: -14rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:-mr-60 {
    margin-right: -15rem !important;
  }

  .md\:-mr-64 {
    margin-right: -16rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2rem !important;
  }

  .md\:-mr-80 {
    margin-right: -20rem !important;
  }

  .md\:-mt-0 {
    margin-top: -0px !important;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .md\:-mt-12 {
    margin-top: -3rem !important;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\:-mt-16 {
    margin-top: -4rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mt-24 {
    margin-top: -6rem !important;
  }

  .md\:-mt-28 {
    margin-top: -7rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .md\:-mt-32 {
    margin-top: -8rem !important;
  }

  .md\:-mt-36 {
    margin-top: -9rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  .md\:-mt-40 {
    margin-top: -10rem !important;
  }

  .md\:-mt-44 {
    margin-top: -11rem !important;
  }

  .md\:-mt-48 {
    margin-top: -12rem !important;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:-mt-52 {
    margin-top: -13rem !important;
  }

  .md\:-mt-56 {
    margin-top: -14rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:-mt-60 {
    margin-top: -15rem !important;
  }

  .md\:-mt-64 {
    margin-top: -16rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2rem !important;
  }

  .md\:-mt-80 {
    margin-top: -20rem !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .md\:ml-0 {
    margin-left: 0px !important;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .md\:ml-20 {
    margin-left: 5rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:ml-28 {
    margin-left: 7rem !important;
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:ml-36 {
    margin-left: 9rem !important;
  }

  .md\:ml-4 {
    margin-left: 1rem !important;
  }

  .md\:ml-40 {
    margin-left: 10rem !important;
  }

  .md\:ml-44 {
    margin-left: 11rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:ml-52 {
    margin-left: 13rem !important;
  }

  .md\:ml-56 {
    margin-left: 14rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:ml-60 {
    margin-left: 15rem !important;
  }

  .md\:ml-64 {
    margin-left: 16rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:ml-80 {
    margin-left: 20rem !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .md\:mr-20 {
    margin-right: 5rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mr-28 {
    margin-right: 7rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mr-36 {
    margin-right: 9rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mr-40 {
    margin-right: 10rem !important;
  }

  .md\:mr-44 {
    margin-right: 11rem !important;
  }

  .md\:mr-48 {
    margin-right: 12rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mr-52 {
    margin-right: 13rem !important;
  }

  .md\:mr-56 {
    margin-right: 14rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mr-60 {
    margin-right: 15rem !important;
  }

  .md\:mr-64 {
    margin-right: 16rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mr-80 {
    margin-right: 20rem !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mt-28 {
    margin-top: 7rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mt-36 {
    margin-top: 9rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mt-40 {
    margin-top: 10rem !important;
  }

  .md\:mt-44 {
    margin-top: 11rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mt-52 {
    margin-top: 13rem !important;
  }

  .md\:mt-56 {
    margin-top: 14rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mt-60 {
    margin-top: 15rem !important;
  }

  .md\:mt-64 {
    margin-top: 16rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mt-80 {
    margin-top: 20rem !important;
  }

  .md\:line-clamp-1 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .md\:line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .md\:line-clamp-3 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .md\:line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .md\:line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .md\:line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:aspect-\[2\/1\] {
    aspect-ratio: 2/1 !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-11 {
    height: 2.75rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-14 {
    height: 3.5rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-20 {
    height: 5rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-28 {
    height: 7rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-40 {
    height: 10rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-56 {
    height: 14rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-72 {
    height: 18rem !important;
  }

  .md\:h-80 {
    height: 20rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .md\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .md\:max-h-12 {
    max-height: 3rem !important;
  }

  .md\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .md\:max-h-16 {
    max-height: 4rem !important;
  }

  .md\:max-h-20 {
    max-height: 5rem !important;
  }

  .md\:max-h-24 {
    max-height: 6rem !important;
  }

  .md\:max-h-28 {
    max-height: 7rem !important;
  }

  .md\:max-h-32 {
    max-height: 8rem !important;
  }

  .md\:max-h-40 {
    max-height: 10rem !important;
  }

  .md\:max-h-48 {
    max-height: 12rem !important;
  }

  .md\:max-h-56 {
    max-height: 14rem !important;
  }

  .md\:max-h-64 {
    max-height: 16rem !important;
  }

  .md\:max-h-80 {
    max-height: 20rem !important;
  }

  .md\:max-h-\[420px\] {
    max-height: 420px !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:min-h-10 {
    min-height: 2.5rem !important;
  }

  .md\:min-h-11 {
    min-height: 2.75rem !important;
  }

  .md\:min-h-12 {
    min-height: 3rem !important;
  }

  .md\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .md\:min-h-16 {
    min-height: 4rem !important;
  }

  .md\:min-h-20 {
    min-height: 5rem !important;
  }

  .md\:min-h-24 {
    min-height: 6rem !important;
  }

  .md\:min-h-28 {
    min-height: 7rem !important;
  }

  .md\:min-h-32 {
    min-height: 8rem !important;
  }

  .md\:min-h-40 {
    min-height: 10rem !important;
  }

  .md\:min-h-48 {
    min-height: 12rem !important;
  }

  .md\:min-h-56 {
    min-height: 14rem !important;
  }

  .md\:min-h-64 {
    min-height: 16rem !important;
  }

  .md\:min-h-80 {
    min-height: 20rem !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11 {
    width: 2.75rem !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-14 {
    width: 3.5rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-28 {
    width: 7rem !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-56 {
    width: 14rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-80 {
    width: 20rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .md\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .md\:min-w-12 {
    min-width: 3rem !important;
  }

  .md\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .md\:min-w-16 {
    min-width: 4rem !important;
  }

  .md\:min-w-20 {
    min-width: 5rem !important;
  }

  .md\:min-w-24 {
    min-width: 6rem !important;
  }

  .md\:min-w-28 {
    min-width: 7rem !important;
  }

  .md\:min-w-32 {
    min-width: 8rem !important;
  }

  .md\:min-w-40 {
    min-width: 10rem !important;
  }

  .md\:min-w-48 {
    min-width: 12rem !important;
  }

  .md\:min-w-56 {
    min-width: 14rem !important;
  }

  .md\:min-w-64 {
    min-width: 16rem !important;
  }

  .md\:min-w-80 {
    min-width: 20rem !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:max-w-10 {
    max-width: 2.5rem !important;
  }

  .md\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .md\:max-w-12 {
    max-width: 3rem !important;
  }

  .md\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .md\:max-w-16 {
    max-width: 4rem !important;
  }

  .md\:max-w-20 {
    max-width: 5rem !important;
  }

  .md\:max-w-24 {
    max-width: 6rem !important;
  }

  .md\:max-w-28 {
    max-width: 7rem !important;
  }

  .md\:max-w-32 {
    max-width: 8rem !important;
  }

  .md\:max-w-40 {
    max-width: 10rem !important;
  }

  .md\:max-w-48 {
    max-width: 12rem !important;
  }

  .md\:max-w-56 {
    max-width: 14rem !important;
  }

  .md\:max-w-64 {
    max-width: 16rem !important;
  }

  .md\:max-w-80 {
    max-width: 20rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .md\:max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

  .md\:touch-auto {
    touch-action: auto !important;
  }

  .md\:-scroll-m-0 {
    scroll-margin: -0px !important;
  }

  .md\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem !important;
  }

  .md\:-scroll-m-1 {
    scroll-margin: -0.25rem !important;
  }

  .md\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem !important;
  }

  .md\:-scroll-m-10 {
    scroll-margin: -2.5rem !important;
  }

  .md\:-scroll-m-11 {
    scroll-margin: -2.75rem !important;
  }

  .md\:-scroll-m-12 {
    scroll-margin: -3rem !important;
  }

  .md\:-scroll-m-14 {
    scroll-margin: -3.5rem !important;
  }

  .md\:-scroll-m-16 {
    scroll-margin: -4rem !important;
  }

  .md\:-scroll-m-2 {
    scroll-margin: -0.5rem !important;
  }

  .md\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem !important;
  }

  .md\:-scroll-m-20 {
    scroll-margin: -5rem !important;
  }

  .md\:-scroll-m-24 {
    scroll-margin: -6rem !important;
  }

  .md\:-scroll-m-28 {
    scroll-margin: -7rem !important;
  }

  .md\:-scroll-m-3 {
    scroll-margin: -0.75rem !important;
  }

  .md\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem !important;
  }

  .md\:-scroll-m-32 {
    scroll-margin: -8rem !important;
  }

  .md\:-scroll-m-36 {
    scroll-margin: -9rem !important;
  }

  .md\:-scroll-m-4 {
    scroll-margin: -1rem !important;
  }

  .md\:-scroll-m-40 {
    scroll-margin: -10rem !important;
  }

  .md\:-scroll-m-44 {
    scroll-margin: -11rem !important;
  }

  .md\:-scroll-m-48 {
    scroll-margin: -12rem !important;
  }

  .md\:-scroll-m-5 {
    scroll-margin: -1.25rem !important;
  }

  .md\:-scroll-m-52 {
    scroll-margin: -13rem !important;
  }

  .md\:-scroll-m-56 {
    scroll-margin: -14rem !important;
  }

  .md\:-scroll-m-6 {
    scroll-margin: -1.5rem !important;
  }

  .md\:-scroll-m-60 {
    scroll-margin: -15rem !important;
  }

  .md\:-scroll-m-64 {
    scroll-margin: -16rem !important;
  }

  .md\:-scroll-m-8 {
    scroll-margin: -2rem !important;
  }

  .md\:-scroll-m-80 {
    scroll-margin: -20rem !important;
  }

  .md\:scroll-m-0 {
    scroll-margin: 0px !important;
  }

  .md\:scroll-m-0\.5 {
    scroll-margin: 0.125rem !important;
  }

  .md\:scroll-m-1 {
    scroll-margin: 0.25rem !important;
  }

  .md\:scroll-m-1\.5 {
    scroll-margin: 0.375rem !important;
  }

  .md\:scroll-m-10 {
    scroll-margin: 2.5rem !important;
  }

  .md\:scroll-m-11 {
    scroll-margin: 2.75rem !important;
  }

  .md\:scroll-m-12 {
    scroll-margin: 3rem !important;
  }

  .md\:scroll-m-14 {
    scroll-margin: 3.5rem !important;
  }

  .md\:scroll-m-16 {
    scroll-margin: 4rem !important;
  }

  .md\:scroll-m-2 {
    scroll-margin: 0.5rem !important;
  }

  .md\:scroll-m-2\.5 {
    scroll-margin: 0.625rem !important;
  }

  .md\:scroll-m-20 {
    scroll-margin: 5rem !important;
  }

  .md\:scroll-m-24 {
    scroll-margin: 6rem !important;
  }

  .md\:scroll-m-28 {
    scroll-margin: 7rem !important;
  }

  .md\:scroll-m-3 {
    scroll-margin: 0.75rem !important;
  }

  .md\:scroll-m-3\.5 {
    scroll-margin: 0.875rem !important;
  }

  .md\:scroll-m-32 {
    scroll-margin: 8rem !important;
  }

  .md\:scroll-m-36 {
    scroll-margin: 9rem !important;
  }

  .md\:scroll-m-4 {
    scroll-margin: 1rem !important;
  }

  .md\:scroll-m-40 {
    scroll-margin: 10rem !important;
  }

  .md\:scroll-m-44 {
    scroll-margin: 11rem !important;
  }

  .md\:scroll-m-48 {
    scroll-margin: 12rem !important;
  }

  .md\:scroll-m-5 {
    scroll-margin: 1.25rem !important;
  }

  .md\:scroll-m-52 {
    scroll-margin: 13rem !important;
  }

  .md\:scroll-m-56 {
    scroll-margin: 14rem !important;
  }

  .md\:scroll-m-6 {
    scroll-margin: 1.5rem !important;
  }

  .md\:scroll-m-60 {
    scroll-margin: 15rem !important;
  }

  .md\:scroll-m-64 {
    scroll-margin: 16rem !important;
  }

  .md\:scroll-m-8 {
    scroll-margin: 2rem !important;
  }

  .md\:scroll-m-80 {
    scroll-margin: 20rem !important;
  }

  .md\:-scroll-mx-0 {
    scroll-margin-left: -0px !important;
    scroll-margin-right: -0px !important;
  }

  .md\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem !important;
    scroll-margin-right: -0.125rem !important;
  }

  .md\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem !important;
    scroll-margin-right: -0.25rem !important;
  }

  .md\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem !important;
    scroll-margin-right: -0.375rem !important;
  }

  .md\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem !important;
    scroll-margin-right: -2.5rem !important;
  }

  .md\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem !important;
    scroll-margin-right: -2.75rem !important;
  }

  .md\:-scroll-mx-12 {
    scroll-margin-left: -3rem !important;
    scroll-margin-right: -3rem !important;
  }

  .md\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem !important;
    scroll-margin-right: -3.5rem !important;
  }

  .md\:-scroll-mx-16 {
    scroll-margin-left: -4rem !important;
    scroll-margin-right: -4rem !important;
  }

  .md\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem !important;
    scroll-margin-right: -0.5rem !important;
  }

  .md\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem !important;
    scroll-margin-right: -0.625rem !important;
  }

  .md\:-scroll-mx-20 {
    scroll-margin-left: -5rem !important;
    scroll-margin-right: -5rem !important;
  }

  .md\:-scroll-mx-24 {
    scroll-margin-left: -6rem !important;
    scroll-margin-right: -6rem !important;
  }

  .md\:-scroll-mx-28 {
    scroll-margin-left: -7rem !important;
    scroll-margin-right: -7rem !important;
  }

  .md\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem !important;
    scroll-margin-right: -0.75rem !important;
  }

  .md\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem !important;
    scroll-margin-right: -0.875rem !important;
  }

  .md\:-scroll-mx-32 {
    scroll-margin-left: -8rem !important;
    scroll-margin-right: -8rem !important;
  }

  .md\:-scroll-mx-36 {
    scroll-margin-left: -9rem !important;
    scroll-margin-right: -9rem !important;
  }

  .md\:-scroll-mx-4 {
    scroll-margin-left: -1rem !important;
    scroll-margin-right: -1rem !important;
  }

  .md\:-scroll-mx-40 {
    scroll-margin-left: -10rem !important;
    scroll-margin-right: -10rem !important;
  }

  .md\:-scroll-mx-44 {
    scroll-margin-left: -11rem !important;
    scroll-margin-right: -11rem !important;
  }

  .md\:-scroll-mx-48 {
    scroll-margin-left: -12rem !important;
    scroll-margin-right: -12rem !important;
  }

  .md\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem !important;
    scroll-margin-right: -1.25rem !important;
  }

  .md\:-scroll-mx-52 {
    scroll-margin-left: -13rem !important;
    scroll-margin-right: -13rem !important;
  }

  .md\:-scroll-mx-56 {
    scroll-margin-left: -14rem !important;
    scroll-margin-right: -14rem !important;
  }

  .md\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem !important;
    scroll-margin-right: -1.5rem !important;
  }

  .md\:-scroll-mx-60 {
    scroll-margin-left: -15rem !important;
    scroll-margin-right: -15rem !important;
  }

  .md\:-scroll-mx-64 {
    scroll-margin-left: -16rem !important;
    scroll-margin-right: -16rem !important;
  }

  .md\:-scroll-mx-8 {
    scroll-margin-left: -2rem !important;
    scroll-margin-right: -2rem !important;
  }

  .md\:-scroll-mx-80 {
    scroll-margin-left: -20rem !important;
    scroll-margin-right: -20rem !important;
  }

  .md\:-scroll-my-0 {
    scroll-margin-top: -0px !important;
    scroll-margin-bottom: -0px !important;
  }

  .md\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem !important;
    scroll-margin-bottom: -0.125rem !important;
  }

  .md\:-scroll-my-1 {
    scroll-margin-top: -0.25rem !important;
    scroll-margin-bottom: -0.25rem !important;
  }

  .md\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem !important;
    scroll-margin-bottom: -0.375rem !important;
  }

  .md\:-scroll-my-10 {
    scroll-margin-top: -2.5rem !important;
    scroll-margin-bottom: -2.5rem !important;
  }

  .md\:-scroll-my-11 {
    scroll-margin-top: -2.75rem !important;
    scroll-margin-bottom: -2.75rem !important;
  }

  .md\:-scroll-my-12 {
    scroll-margin-top: -3rem !important;
    scroll-margin-bottom: -3rem !important;
  }

  .md\:-scroll-my-14 {
    scroll-margin-top: -3.5rem !important;
    scroll-margin-bottom: -3.5rem !important;
  }

  .md\:-scroll-my-16 {
    scroll-margin-top: -4rem !important;
    scroll-margin-bottom: -4rem !important;
  }

  .md\:-scroll-my-2 {
    scroll-margin-top: -0.5rem !important;
    scroll-margin-bottom: -0.5rem !important;
  }

  .md\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem !important;
    scroll-margin-bottom: -0.625rem !important;
  }

  .md\:-scroll-my-20 {
    scroll-margin-top: -5rem !important;
    scroll-margin-bottom: -5rem !important;
  }

  .md\:-scroll-my-24 {
    scroll-margin-top: -6rem !important;
    scroll-margin-bottom: -6rem !important;
  }

  .md\:-scroll-my-28 {
    scroll-margin-top: -7rem !important;
    scroll-margin-bottom: -7rem !important;
  }

  .md\:-scroll-my-3 {
    scroll-margin-top: -0.75rem !important;
    scroll-margin-bottom: -0.75rem !important;
  }

  .md\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem !important;
    scroll-margin-bottom: -0.875rem !important;
  }

  .md\:-scroll-my-32 {
    scroll-margin-top: -8rem !important;
    scroll-margin-bottom: -8rem !important;
  }

  .md\:-scroll-my-36 {
    scroll-margin-top: -9rem !important;
    scroll-margin-bottom: -9rem !important;
  }

  .md\:-scroll-my-4 {
    scroll-margin-top: -1rem !important;
    scroll-margin-bottom: -1rem !important;
  }

  .md\:-scroll-my-40 {
    scroll-margin-top: -10rem !important;
    scroll-margin-bottom: -10rem !important;
  }

  .md\:-scroll-my-44 {
    scroll-margin-top: -11rem !important;
    scroll-margin-bottom: -11rem !important;
  }

  .md\:-scroll-my-48 {
    scroll-margin-top: -12rem !important;
    scroll-margin-bottom: -12rem !important;
  }

  .md\:-scroll-my-5 {
    scroll-margin-top: -1.25rem !important;
    scroll-margin-bottom: -1.25rem !important;
  }

  .md\:-scroll-my-52 {
    scroll-margin-top: -13rem !important;
    scroll-margin-bottom: -13rem !important;
  }

  .md\:-scroll-my-56 {
    scroll-margin-top: -14rem !important;
    scroll-margin-bottom: -14rem !important;
  }

  .md\:-scroll-my-6 {
    scroll-margin-top: -1.5rem !important;
    scroll-margin-bottom: -1.5rem !important;
  }

  .md\:-scroll-my-60 {
    scroll-margin-top: -15rem !important;
    scroll-margin-bottom: -15rem !important;
  }

  .md\:-scroll-my-64 {
    scroll-margin-top: -16rem !important;
    scroll-margin-bottom: -16rem !important;
  }

  .md\:-scroll-my-8 {
    scroll-margin-top: -2rem !important;
    scroll-margin-bottom: -2rem !important;
  }

  .md\:-scroll-my-80 {
    scroll-margin-top: -20rem !important;
    scroll-margin-bottom: -20rem !important;
  }

  .md\:scroll-mx-0 {
    scroll-margin-left: 0px !important;
    scroll-margin-right: 0px !important;
  }

  .md\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem !important;
    scroll-margin-right: 0.125rem !important;
  }

  .md\:scroll-mx-1 {
    scroll-margin-left: 0.25rem !important;
    scroll-margin-right: 0.25rem !important;
  }

  .md\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem !important;
    scroll-margin-right: 0.375rem !important;
  }

  .md\:scroll-mx-10 {
    scroll-margin-left: 2.5rem !important;
    scroll-margin-right: 2.5rem !important;
  }

  .md\:scroll-mx-11 {
    scroll-margin-left: 2.75rem !important;
    scroll-margin-right: 2.75rem !important;
  }

  .md\:scroll-mx-12 {
    scroll-margin-left: 3rem !important;
    scroll-margin-right: 3rem !important;
  }

  .md\:scroll-mx-14 {
    scroll-margin-left: 3.5rem !important;
    scroll-margin-right: 3.5rem !important;
  }

  .md\:scroll-mx-16 {
    scroll-margin-left: 4rem !important;
    scroll-margin-right: 4rem !important;
  }

  .md\:scroll-mx-2 {
    scroll-margin-left: 0.5rem !important;
    scroll-margin-right: 0.5rem !important;
  }

  .md\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem !important;
    scroll-margin-right: 0.625rem !important;
  }

  .md\:scroll-mx-20 {
    scroll-margin-left: 5rem !important;
    scroll-margin-right: 5rem !important;
  }

  .md\:scroll-mx-24 {
    scroll-margin-left: 6rem !important;
    scroll-margin-right: 6rem !important;
  }

  .md\:scroll-mx-28 {
    scroll-margin-left: 7rem !important;
    scroll-margin-right: 7rem !important;
  }

  .md\:scroll-mx-3 {
    scroll-margin-left: 0.75rem !important;
    scroll-margin-right: 0.75rem !important;
  }

  .md\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem !important;
    scroll-margin-right: 0.875rem !important;
  }

  .md\:scroll-mx-32 {
    scroll-margin-left: 8rem !important;
    scroll-margin-right: 8rem !important;
  }

  .md\:scroll-mx-36 {
    scroll-margin-left: 9rem !important;
    scroll-margin-right: 9rem !important;
  }

  .md\:scroll-mx-4 {
    scroll-margin-left: 1rem !important;
    scroll-margin-right: 1rem !important;
  }

  .md\:scroll-mx-40 {
    scroll-margin-left: 10rem !important;
    scroll-margin-right: 10rem !important;
  }

  .md\:scroll-mx-44 {
    scroll-margin-left: 11rem !important;
    scroll-margin-right: 11rem !important;
  }

  .md\:scroll-mx-48 {
    scroll-margin-left: 12rem !important;
    scroll-margin-right: 12rem !important;
  }

  .md\:scroll-mx-5 {
    scroll-margin-left: 1.25rem !important;
    scroll-margin-right: 1.25rem !important;
  }

  .md\:scroll-mx-52 {
    scroll-margin-left: 13rem !important;
    scroll-margin-right: 13rem !important;
  }

  .md\:scroll-mx-56 {
    scroll-margin-left: 14rem !important;
    scroll-margin-right: 14rem !important;
  }

  .md\:scroll-mx-6 {
    scroll-margin-left: 1.5rem !important;
    scroll-margin-right: 1.5rem !important;
  }

  .md\:scroll-mx-60 {
    scroll-margin-left: 15rem !important;
    scroll-margin-right: 15rem !important;
  }

  .md\:scroll-mx-64 {
    scroll-margin-left: 16rem !important;
    scroll-margin-right: 16rem !important;
  }

  .md\:scroll-mx-8 {
    scroll-margin-left: 2rem !important;
    scroll-margin-right: 2rem !important;
  }

  .md\:scroll-mx-80 {
    scroll-margin-left: 20rem !important;
    scroll-margin-right: 20rem !important;
  }

  .md\:scroll-my-0 {
    scroll-margin-top: 0px !important;
    scroll-margin-bottom: 0px !important;
  }

  .md\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem !important;
    scroll-margin-bottom: 0.125rem !important;
  }

  .md\:scroll-my-1 {
    scroll-margin-top: 0.25rem !important;
    scroll-margin-bottom: 0.25rem !important;
  }

  .md\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem !important;
    scroll-margin-bottom: 0.375rem !important;
  }

  .md\:scroll-my-10 {
    scroll-margin-top: 2.5rem !important;
    scroll-margin-bottom: 2.5rem !important;
  }

  .md\:scroll-my-11 {
    scroll-margin-top: 2.75rem !important;
    scroll-margin-bottom: 2.75rem !important;
  }

  .md\:scroll-my-12 {
    scroll-margin-top: 3rem !important;
    scroll-margin-bottom: 3rem !important;
  }

  .md\:scroll-my-14 {
    scroll-margin-top: 3.5rem !important;
    scroll-margin-bottom: 3.5rem !important;
  }

  .md\:scroll-my-16 {
    scroll-margin-top: 4rem !important;
    scroll-margin-bottom: 4rem !important;
  }

  .md\:scroll-my-2 {
    scroll-margin-top: 0.5rem !important;
    scroll-margin-bottom: 0.5rem !important;
  }

  .md\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem !important;
    scroll-margin-bottom: 0.625rem !important;
  }

  .md\:scroll-my-20 {
    scroll-margin-top: 5rem !important;
    scroll-margin-bottom: 5rem !important;
  }

  .md\:scroll-my-24 {
    scroll-margin-top: 6rem !important;
    scroll-margin-bottom: 6rem !important;
  }

  .md\:scroll-my-28 {
    scroll-margin-top: 7rem !important;
    scroll-margin-bottom: 7rem !important;
  }

  .md\:scroll-my-3 {
    scroll-margin-top: 0.75rem !important;
    scroll-margin-bottom: 0.75rem !important;
  }

  .md\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem !important;
    scroll-margin-bottom: 0.875rem !important;
  }

  .md\:scroll-my-32 {
    scroll-margin-top: 8rem !important;
    scroll-margin-bottom: 8rem !important;
  }

  .md\:scroll-my-36 {
    scroll-margin-top: 9rem !important;
    scroll-margin-bottom: 9rem !important;
  }

  .md\:scroll-my-4 {
    scroll-margin-top: 1rem !important;
    scroll-margin-bottom: 1rem !important;
  }

  .md\:scroll-my-40 {
    scroll-margin-top: 10rem !important;
    scroll-margin-bottom: 10rem !important;
  }

  .md\:scroll-my-44 {
    scroll-margin-top: 11rem !important;
    scroll-margin-bottom: 11rem !important;
  }

  .md\:scroll-my-48 {
    scroll-margin-top: 12rem !important;
    scroll-margin-bottom: 12rem !important;
  }

  .md\:scroll-my-5 {
    scroll-margin-top: 1.25rem !important;
    scroll-margin-bottom: 1.25rem !important;
  }

  .md\:scroll-my-52 {
    scroll-margin-top: 13rem !important;
    scroll-margin-bottom: 13rem !important;
  }

  .md\:scroll-my-56 {
    scroll-margin-top: 14rem !important;
    scroll-margin-bottom: 14rem !important;
  }

  .md\:scroll-my-6 {
    scroll-margin-top: 1.5rem !important;
    scroll-margin-bottom: 1.5rem !important;
  }

  .md\:scroll-my-60 {
    scroll-margin-top: 15rem !important;
    scroll-margin-bottom: 15rem !important;
  }

  .md\:scroll-my-64 {
    scroll-margin-top: 16rem !important;
    scroll-margin-bottom: 16rem !important;
  }

  .md\:scroll-my-8 {
    scroll-margin-top: 2rem !important;
    scroll-margin-bottom: 2rem !important;
  }

  .md\:scroll-my-80 {
    scroll-margin-top: 20rem !important;
    scroll-margin-bottom: 20rem !important;
  }

  .md\:-scroll-mb-0 {
    scroll-margin-bottom: -0px !important;
  }

  .md\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem !important;
  }

  .md\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem !important;
  }

  .md\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem !important;
  }

  .md\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem !important;
  }

  .md\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem !important;
  }

  .md\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem !important;
  }

  .md\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem !important;
  }

  .md\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem !important;
  }

  .md\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem !important;
  }

  .md\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem !important;
  }

  .md\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem !important;
  }

  .md\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem !important;
  }

  .md\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem !important;
  }

  .md\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem !important;
  }

  .md\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem !important;
  }

  .md\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem !important;
  }

  .md\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem !important;
  }

  .md\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem !important;
  }

  .md\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem !important;
  }

  .md\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem !important;
  }

  .md\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem !important;
  }

  .md\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem !important;
  }

  .md\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem !important;
  }

  .md\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem !important;
  }

  .md\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem !important;
  }

  .md\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem !important;
  }

  .md\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem !important;
  }

  .md\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem !important;
  }

  .md\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem !important;
  }

  .md\:-scroll-ml-0 {
    scroll-margin-left: -0px !important;
  }

  .md\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem !important;
  }

  .md\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem !important;
  }

  .md\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem !important;
  }

  .md\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem !important;
  }

  .md\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem !important;
  }

  .md\:-scroll-ml-12 {
    scroll-margin-left: -3rem !important;
  }

  .md\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem !important;
  }

  .md\:-scroll-ml-16 {
    scroll-margin-left: -4rem !important;
  }

  .md\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem !important;
  }

  .md\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem !important;
  }

  .md\:-scroll-ml-20 {
    scroll-margin-left: -5rem !important;
  }

  .md\:-scroll-ml-24 {
    scroll-margin-left: -6rem !important;
  }

  .md\:-scroll-ml-28 {
    scroll-margin-left: -7rem !important;
  }

  .md\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem !important;
  }

  .md\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem !important;
  }

  .md\:-scroll-ml-32 {
    scroll-margin-left: -8rem !important;
  }

  .md\:-scroll-ml-36 {
    scroll-margin-left: -9rem !important;
  }

  .md\:-scroll-ml-4 {
    scroll-margin-left: -1rem !important;
  }

  .md\:-scroll-ml-40 {
    scroll-margin-left: -10rem !important;
  }

  .md\:-scroll-ml-44 {
    scroll-margin-left: -11rem !important;
  }

  .md\:-scroll-ml-48 {
    scroll-margin-left: -12rem !important;
  }

  .md\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem !important;
  }

  .md\:-scroll-ml-52 {
    scroll-margin-left: -13rem !important;
  }

  .md\:-scroll-ml-56 {
    scroll-margin-left: -14rem !important;
  }

  .md\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem !important;
  }

  .md\:-scroll-ml-60 {
    scroll-margin-left: -15rem !important;
  }

  .md\:-scroll-ml-64 {
    scroll-margin-left: -16rem !important;
  }

  .md\:-scroll-ml-8 {
    scroll-margin-left: -2rem !important;
  }

  .md\:-scroll-ml-80 {
    scroll-margin-left: -20rem !important;
  }

  .md\:-scroll-mr-0 {
    scroll-margin-right: -0px !important;
  }

  .md\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem !important;
  }

  .md\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem !important;
  }

  .md\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem !important;
  }

  .md\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem !important;
  }

  .md\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem !important;
  }

  .md\:-scroll-mr-12 {
    scroll-margin-right: -3rem !important;
  }

  .md\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem !important;
  }

  .md\:-scroll-mr-16 {
    scroll-margin-right: -4rem !important;
  }

  .md\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem !important;
  }

  .md\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem !important;
  }

  .md\:-scroll-mr-20 {
    scroll-margin-right: -5rem !important;
  }

  .md\:-scroll-mr-24 {
    scroll-margin-right: -6rem !important;
  }

  .md\:-scroll-mr-28 {
    scroll-margin-right: -7rem !important;
  }

  .md\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem !important;
  }

  .md\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem !important;
  }

  .md\:-scroll-mr-32 {
    scroll-margin-right: -8rem !important;
  }

  .md\:-scroll-mr-36 {
    scroll-margin-right: -9rem !important;
  }

  .md\:-scroll-mr-4 {
    scroll-margin-right: -1rem !important;
  }

  .md\:-scroll-mr-40 {
    scroll-margin-right: -10rem !important;
  }

  .md\:-scroll-mr-44 {
    scroll-margin-right: -11rem !important;
  }

  .md\:-scroll-mr-48 {
    scroll-margin-right: -12rem !important;
  }

  .md\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem !important;
  }

  .md\:-scroll-mr-52 {
    scroll-margin-right: -13rem !important;
  }

  .md\:-scroll-mr-56 {
    scroll-margin-right: -14rem !important;
  }

  .md\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem !important;
  }

  .md\:-scroll-mr-60 {
    scroll-margin-right: -15rem !important;
  }

  .md\:-scroll-mr-64 {
    scroll-margin-right: -16rem !important;
  }

  .md\:-scroll-mr-8 {
    scroll-margin-right: -2rem !important;
  }

  .md\:-scroll-mr-80 {
    scroll-margin-right: -20rem !important;
  }

  .md\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .md\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !important;
  }

  .md\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem !important;
  }

  .md\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem !important;
  }

  .md\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem !important;
  }

  .md\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem !important;
  }

  .md\:-scroll-mt-12 {
    scroll-margin-top: -3rem !important;
  }

  .md\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem !important;
  }

  .md\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .md\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem !important;
  }

  .md\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem !important;
  }

  .md\:-scroll-mt-20 {
    scroll-margin-top: -5rem !important;
  }

  .md\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .md\:-scroll-mt-28 {
    scroll-margin-top: -7rem !important;
  }

  .md\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem !important;
  }

  .md\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem !important;
  }

  .md\:-scroll-mt-32 {
    scroll-margin-top: -8rem !important;
  }

  .md\:-scroll-mt-36 {
    scroll-margin-top: -9rem !important;
  }

  .md\:-scroll-mt-4 {
    scroll-margin-top: -1rem !important;
  }

  .md\:-scroll-mt-40 {
    scroll-margin-top: -10rem !important;
  }

  .md\:-scroll-mt-44 {
    scroll-margin-top: -11rem !important;
  }

  .md\:-scroll-mt-48 {
    scroll-margin-top: -12rem !important;
  }

  .md\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem !important;
  }

  .md\:-scroll-mt-52 {
    scroll-margin-top: -13rem !important;
  }

  .md\:-scroll-mt-56 {
    scroll-margin-top: -14rem !important;
  }

  .md\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem !important;
  }

  .md\:-scroll-mt-60 {
    scroll-margin-top: -15rem !important;
  }

  .md\:-scroll-mt-64 {
    scroll-margin-top: -16rem !important;
  }

  .md\:-scroll-mt-8 {
    scroll-margin-top: -2rem !important;
  }

  .md\:-scroll-mt-80 {
    scroll-margin-top: -20rem !important;
  }

  .md\:scroll-mb-0 {
    scroll-margin-bottom: 0px !important;
  }

  .md\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem !important;
  }

  .md\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem !important;
  }

  .md\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem !important;
  }

  .md\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem !important;
  }

  .md\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem !important;
  }

  .md\:scroll-mb-12 {
    scroll-margin-bottom: 3rem !important;
  }

  .md\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem !important;
  }

  .md\:scroll-mb-16 {
    scroll-margin-bottom: 4rem !important;
  }

  .md\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem !important;
  }

  .md\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem !important;
  }

  .md\:scroll-mb-20 {
    scroll-margin-bottom: 5rem !important;
  }

  .md\:scroll-mb-24 {
    scroll-margin-bottom: 6rem !important;
  }

  .md\:scroll-mb-28 {
    scroll-margin-bottom: 7rem !important;
  }

  .md\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem !important;
  }

  .md\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem !important;
  }

  .md\:scroll-mb-32 {
    scroll-margin-bottom: 8rem !important;
  }

  .md\:scroll-mb-36 {
    scroll-margin-bottom: 9rem !important;
  }

  .md\:scroll-mb-4 {
    scroll-margin-bottom: 1rem !important;
  }

  .md\:scroll-mb-40 {
    scroll-margin-bottom: 10rem !important;
  }

  .md\:scroll-mb-44 {
    scroll-margin-bottom: 11rem !important;
  }

  .md\:scroll-mb-48 {
    scroll-margin-bottom: 12rem !important;
  }

  .md\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem !important;
  }

  .md\:scroll-mb-52 {
    scroll-margin-bottom: 13rem !important;
  }

  .md\:scroll-mb-56 {
    scroll-margin-bottom: 14rem !important;
  }

  .md\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem !important;
  }

  .md\:scroll-mb-60 {
    scroll-margin-bottom: 15rem !important;
  }

  .md\:scroll-mb-64 {
    scroll-margin-bottom: 16rem !important;
  }

  .md\:scroll-mb-8 {
    scroll-margin-bottom: 2rem !important;
  }

  .md\:scroll-mb-80 {
    scroll-margin-bottom: 20rem !important;
  }

  .md\:scroll-ml-0 {
    scroll-margin-left: 0px !important;
  }

  .md\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem !important;
  }

  .md\:scroll-ml-1 {
    scroll-margin-left: 0.25rem !important;
  }

  .md\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem !important;
  }

  .md\:scroll-ml-10 {
    scroll-margin-left: 2.5rem !important;
  }

  .md\:scroll-ml-11 {
    scroll-margin-left: 2.75rem !important;
  }

  .md\:scroll-ml-12 {
    scroll-margin-left: 3rem !important;
  }

  .md\:scroll-ml-14 {
    scroll-margin-left: 3.5rem !important;
  }

  .md\:scroll-ml-16 {
    scroll-margin-left: 4rem !important;
  }

  .md\:scroll-ml-2 {
    scroll-margin-left: 0.5rem !important;
  }

  .md\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem !important;
  }

  .md\:scroll-ml-20 {
    scroll-margin-left: 5rem !important;
  }

  .md\:scroll-ml-24 {
    scroll-margin-left: 6rem !important;
  }

  .md\:scroll-ml-28 {
    scroll-margin-left: 7rem !important;
  }

  .md\:scroll-ml-3 {
    scroll-margin-left: 0.75rem !important;
  }

  .md\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem !important;
  }

  .md\:scroll-ml-32 {
    scroll-margin-left: 8rem !important;
  }

  .md\:scroll-ml-36 {
    scroll-margin-left: 9rem !important;
  }

  .md\:scroll-ml-4 {
    scroll-margin-left: 1rem !important;
  }

  .md\:scroll-ml-40 {
    scroll-margin-left: 10rem !important;
  }

  .md\:scroll-ml-44 {
    scroll-margin-left: 11rem !important;
  }

  .md\:scroll-ml-48 {
    scroll-margin-left: 12rem !important;
  }

  .md\:scroll-ml-5 {
    scroll-margin-left: 1.25rem !important;
  }

  .md\:scroll-ml-52 {
    scroll-margin-left: 13rem !important;
  }

  .md\:scroll-ml-56 {
    scroll-margin-left: 14rem !important;
  }

  .md\:scroll-ml-6 {
    scroll-margin-left: 1.5rem !important;
  }

  .md\:scroll-ml-60 {
    scroll-margin-left: 15rem !important;
  }

  .md\:scroll-ml-64 {
    scroll-margin-left: 16rem !important;
  }

  .md\:scroll-ml-8 {
    scroll-margin-left: 2rem !important;
  }

  .md\:scroll-ml-80 {
    scroll-margin-left: 20rem !important;
  }

  .md\:scroll-mr-0 {
    scroll-margin-right: 0px !important;
  }

  .md\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem !important;
  }

  .md\:scroll-mr-1 {
    scroll-margin-right: 0.25rem !important;
  }

  .md\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem !important;
  }

  .md\:scroll-mr-10 {
    scroll-margin-right: 2.5rem !important;
  }

  .md\:scroll-mr-11 {
    scroll-margin-right: 2.75rem !important;
  }

  .md\:scroll-mr-12 {
    scroll-margin-right: 3rem !important;
  }

  .md\:scroll-mr-14 {
    scroll-margin-right: 3.5rem !important;
  }

  .md\:scroll-mr-16 {
    scroll-margin-right: 4rem !important;
  }

  .md\:scroll-mr-2 {
    scroll-margin-right: 0.5rem !important;
  }

  .md\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem !important;
  }

  .md\:scroll-mr-20 {
    scroll-margin-right: 5rem !important;
  }

  .md\:scroll-mr-24 {
    scroll-margin-right: 6rem !important;
  }

  .md\:scroll-mr-28 {
    scroll-margin-right: 7rem !important;
  }

  .md\:scroll-mr-3 {
    scroll-margin-right: 0.75rem !important;
  }

  .md\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem !important;
  }

  .md\:scroll-mr-32 {
    scroll-margin-right: 8rem !important;
  }

  .md\:scroll-mr-36 {
    scroll-margin-right: 9rem !important;
  }

  .md\:scroll-mr-4 {
    scroll-margin-right: 1rem !important;
  }

  .md\:scroll-mr-40 {
    scroll-margin-right: 10rem !important;
  }

  .md\:scroll-mr-44 {
    scroll-margin-right: 11rem !important;
  }

  .md\:scroll-mr-48 {
    scroll-margin-right: 12rem !important;
  }

  .md\:scroll-mr-5 {
    scroll-margin-right: 1.25rem !important;
  }

  .md\:scroll-mr-52 {
    scroll-margin-right: 13rem !important;
  }

  .md\:scroll-mr-56 {
    scroll-margin-right: 14rem !important;
  }

  .md\:scroll-mr-6 {
    scroll-margin-right: 1.5rem !important;
  }

  .md\:scroll-mr-60 {
    scroll-margin-right: 15rem !important;
  }

  .md\:scroll-mr-64 {
    scroll-margin-right: 16rem !important;
  }

  .md\:scroll-mr-8 {
    scroll-margin-right: 2rem !important;
  }

  .md\:scroll-mr-80 {
    scroll-margin-right: 20rem !important;
  }

  .md\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .md\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem !important;
  }

  .md\:scroll-mt-1 {
    scroll-margin-top: 0.25rem !important;
  }

  .md\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem !important;
  }

  .md\:scroll-mt-10 {
    scroll-margin-top: 2.5rem !important;
  }

  .md\:scroll-mt-11 {
    scroll-margin-top: 2.75rem !important;
  }

  .md\:scroll-mt-12 {
    scroll-margin-top: 3rem !important;
  }

  .md\:scroll-mt-14 {
    scroll-margin-top: 3.5rem !important;
  }

  .md\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .md\:scroll-mt-2 {
    scroll-margin-top: 0.5rem !important;
  }

  .md\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem !important;
  }

  .md\:scroll-mt-20 {
    scroll-margin-top: 5rem !important;
  }

  .md\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

  .md\:scroll-mt-28 {
    scroll-margin-top: 7rem !important;
  }

  .md\:scroll-mt-3 {
    scroll-margin-top: 0.75rem !important;
  }

  .md\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem !important;
  }

  .md\:scroll-mt-32 {
    scroll-margin-top: 8rem !important;
  }

  .md\:scroll-mt-36 {
    scroll-margin-top: 9rem !important;
  }

  .md\:scroll-mt-4 {
    scroll-margin-top: 1rem !important;
  }

  .md\:scroll-mt-40 {
    scroll-margin-top: 10rem !important;
  }

  .md\:scroll-mt-44 {
    scroll-margin-top: 11rem !important;
  }

  .md\:scroll-mt-48 {
    scroll-margin-top: 12rem !important;
  }

  .md\:scroll-mt-5 {
    scroll-margin-top: 1.25rem !important;
  }

  .md\:scroll-mt-52 {
    scroll-margin-top: 13rem !important;
  }

  .md\:scroll-mt-56 {
    scroll-margin-top: 14rem !important;
  }

  .md\:scroll-mt-6 {
    scroll-margin-top: 1.5rem !important;
  }

  .md\:scroll-mt-60 {
    scroll-margin-top: 15rem !important;
  }

  .md\:scroll-mt-64 {
    scroll-margin-top: 16rem !important;
  }

  .md\:scroll-mt-8 {
    scroll-margin-top: 2rem !important;
  }

  .md\:scroll-mt-80 {
    scroll-margin-top: 20rem !important;
  }

  .md\:scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .md\:scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .md\:scroll-p-1 {
    scroll-padding: 0.25rem !important;
  }

  .md\:scroll-p-1\.5 {
    scroll-padding: 0.375rem !important;
  }

  .md\:scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .md\:scroll-p-11 {
    scroll-padding: 2.75rem !important;
  }

  .md\:scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .md\:scroll-p-14 {
    scroll-padding: 3.5rem !important;
  }

  .md\:scroll-p-16 {
    scroll-padding: 4rem !important;
  }

  .md\:scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .md\:scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .md\:scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .md\:scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .md\:scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .md\:scroll-p-3 {
    scroll-padding: 0.75rem !important;
  }

  .md\:scroll-p-3\.5 {
    scroll-padding: 0.875rem !important;
  }

  .md\:scroll-p-32 {
    scroll-padding: 8rem !important;
  }

  .md\:scroll-p-36 {
    scroll-padding: 9rem !important;
  }

  .md\:scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .md\:scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .md\:scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .md\:scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .md\:scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .md\:scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .md\:scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .md\:scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .md\:scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .md\:scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .md\:scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .md\:scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .md\:scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .md\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .md\:scroll-px-1 {
    scroll-padding-left: 0.25rem !important;
    scroll-padding-right: 0.25rem !important;
  }

  .md\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem !important;
    scroll-padding-right: 0.375rem !important;
  }

  .md\:scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .md\:scroll-px-11 {
    scroll-padding-left: 2.75rem !important;
    scroll-padding-right: 2.75rem !important;
  }

  .md\:scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .md\:scroll-px-14 {
    scroll-padding-left: 3.5rem !important;
    scroll-padding-right: 3.5rem !important;
  }

  .md\:scroll-px-16 {
    scroll-padding-left: 4rem !important;
    scroll-padding-right: 4rem !important;
  }

  .md\:scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .md\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .md\:scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .md\:scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .md\:scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .md\:scroll-px-3 {
    scroll-padding-left: 0.75rem !important;
    scroll-padding-right: 0.75rem !important;
  }

  .md\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem !important;
    scroll-padding-right: 0.875rem !important;
  }

  .md\:scroll-px-32 {
    scroll-padding-left: 8rem !important;
    scroll-padding-right: 8rem !important;
  }

  .md\:scroll-px-36 {
    scroll-padding-left: 9rem !important;
    scroll-padding-right: 9rem !important;
  }

  .md\:scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .md\:scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .md\:scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .md\:scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .md\:scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .md\:scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .md\:scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .md\:scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .md\:scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .md\:scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .md\:scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .md\:scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .md\:scroll-py-0 {
    scroll-padding-top: 0px !important;
    scroll-padding-bottom: 0px !important;
  }

  .md\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem !important;
    scroll-padding-bottom: 0.125rem !important;
  }

  .md\:scroll-py-1 {
    scroll-padding-top: 0.25rem !important;
    scroll-padding-bottom: 0.25rem !important;
  }

  .md\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem !important;
    scroll-padding-bottom: 0.375rem !important;
  }

  .md\:scroll-py-10 {
    scroll-padding-top: 2.5rem !important;
    scroll-padding-bottom: 2.5rem !important;
  }

  .md\:scroll-py-11 {
    scroll-padding-top: 2.75rem !important;
    scroll-padding-bottom: 2.75rem !important;
  }

  .md\:scroll-py-12 {
    scroll-padding-top: 3rem !important;
    scroll-padding-bottom: 3rem !important;
  }

  .md\:scroll-py-14 {
    scroll-padding-top: 3.5rem !important;
    scroll-padding-bottom: 3.5rem !important;
  }

  .md\:scroll-py-16 {
    scroll-padding-top: 4rem !important;
    scroll-padding-bottom: 4rem !important;
  }

  .md\:scroll-py-2 {
    scroll-padding-top: 0.5rem !important;
    scroll-padding-bottom: 0.5rem !important;
  }

  .md\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem !important;
    scroll-padding-bottom: 0.625rem !important;
  }

  .md\:scroll-py-20 {
    scroll-padding-top: 5rem !important;
    scroll-padding-bottom: 5rem !important;
  }

  .md\:scroll-py-24 {
    scroll-padding-top: 6rem !important;
    scroll-padding-bottom: 6rem !important;
  }

  .md\:scroll-py-28 {
    scroll-padding-top: 7rem !important;
    scroll-padding-bottom: 7rem !important;
  }

  .md\:scroll-py-3 {
    scroll-padding-top: 0.75rem !important;
    scroll-padding-bottom: 0.75rem !important;
  }

  .md\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem !important;
    scroll-padding-bottom: 0.875rem !important;
  }

  .md\:scroll-py-32 {
    scroll-padding-top: 8rem !important;
    scroll-padding-bottom: 8rem !important;
  }

  .md\:scroll-py-36 {
    scroll-padding-top: 9rem !important;
    scroll-padding-bottom: 9rem !important;
  }

  .md\:scroll-py-4 {
    scroll-padding-top: 1rem !important;
    scroll-padding-bottom: 1rem !important;
  }

  .md\:scroll-py-40 {
    scroll-padding-top: 10rem !important;
    scroll-padding-bottom: 10rem !important;
  }

  .md\:scroll-py-44 {
    scroll-padding-top: 11rem !important;
    scroll-padding-bottom: 11rem !important;
  }

  .md\:scroll-py-48 {
    scroll-padding-top: 12rem !important;
    scroll-padding-bottom: 12rem !important;
  }

  .md\:scroll-py-5 {
    scroll-padding-top: 1.25rem !important;
    scroll-padding-bottom: 1.25rem !important;
  }

  .md\:scroll-py-52 {
    scroll-padding-top: 13rem !important;
    scroll-padding-bottom: 13rem !important;
  }

  .md\:scroll-py-56 {
    scroll-padding-top: 14rem !important;
    scroll-padding-bottom: 14rem !important;
  }

  .md\:scroll-py-6 {
    scroll-padding-top: 1.5rem !important;
    scroll-padding-bottom: 1.5rem !important;
  }

  .md\:scroll-py-60 {
    scroll-padding-top: 15rem !important;
    scroll-padding-bottom: 15rem !important;
  }

  .md\:scroll-py-64 {
    scroll-padding-top: 16rem !important;
    scroll-padding-bottom: 16rem !important;
  }

  .md\:scroll-py-8 {
    scroll-padding-top: 2rem !important;
    scroll-padding-bottom: 2rem !important;
  }

  .md\:scroll-py-80 {
    scroll-padding-top: 20rem !important;
    scroll-padding-bottom: 20rem !important;
  }

  .md\:scroll-pb-0 {
    scroll-padding-bottom: 0px !important;
  }

  .md\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem !important;
  }

  .md\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem !important;
  }

  .md\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem !important;
  }

  .md\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem !important;
  }

  .md\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem !important;
  }

  .md\:scroll-pb-12 {
    scroll-padding-bottom: 3rem !important;
  }

  .md\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem !important;
  }

  .md\:scroll-pb-16 {
    scroll-padding-bottom: 4rem !important;
  }

  .md\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem !important;
  }

  .md\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem !important;
  }

  .md\:scroll-pb-20 {
    scroll-padding-bottom: 5rem !important;
  }

  .md\:scroll-pb-24 {
    scroll-padding-bottom: 6rem !important;
  }

  .md\:scroll-pb-28 {
    scroll-padding-bottom: 7rem !important;
  }

  .md\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem !important;
  }

  .md\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem !important;
  }

  .md\:scroll-pb-32 {
    scroll-padding-bottom: 8rem !important;
  }

  .md\:scroll-pb-36 {
    scroll-padding-bottom: 9rem !important;
  }

  .md\:scroll-pb-4 {
    scroll-padding-bottom: 1rem !important;
  }

  .md\:scroll-pb-40 {
    scroll-padding-bottom: 10rem !important;
  }

  .md\:scroll-pb-44 {
    scroll-padding-bottom: 11rem !important;
  }

  .md\:scroll-pb-48 {
    scroll-padding-bottom: 12rem !important;
  }

  .md\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem !important;
  }

  .md\:scroll-pb-52 {
    scroll-padding-bottom: 13rem !important;
  }

  .md\:scroll-pb-56 {
    scroll-padding-bottom: 14rem !important;
  }

  .md\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem !important;
  }

  .md\:scroll-pb-60 {
    scroll-padding-bottom: 15rem !important;
  }

  .md\:scroll-pb-64 {
    scroll-padding-bottom: 16rem !important;
  }

  .md\:scroll-pb-8 {
    scroll-padding-bottom: 2rem !important;
  }

  .md\:scroll-pb-80 {
    scroll-padding-bottom: 20rem !important;
  }

  .md\:scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .md\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .md\:scroll-pl-1 {
    scroll-padding-left: 0.25rem !important;
  }

  .md\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem !important;
  }

  .md\:scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .md\:scroll-pl-11 {
    scroll-padding-left: 2.75rem !important;
  }

  .md\:scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .md\:scroll-pl-14 {
    scroll-padding-left: 3.5rem !important;
  }

  .md\:scroll-pl-16 {
    scroll-padding-left: 4rem !important;
  }

  .md\:scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .md\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .md\:scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .md\:scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .md\:scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .md\:scroll-pl-3 {
    scroll-padding-left: 0.75rem !important;
  }

  .md\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem !important;
  }

  .md\:scroll-pl-32 {
    scroll-padding-left: 8rem !important;
  }

  .md\:scroll-pl-36 {
    scroll-padding-left: 9rem !important;
  }

  .md\:scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .md\:scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .md\:scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .md\:scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .md\:scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .md\:scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .md\:scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .md\:scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .md\:scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .md\:scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .md\:scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .md\:scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .md\:scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .md\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .md\:scroll-pr-1 {
    scroll-padding-right: 0.25rem !important;
  }

  .md\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem !important;
  }

  .md\:scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .md\:scroll-pr-11 {
    scroll-padding-right: 2.75rem !important;
  }

  .md\:scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .md\:scroll-pr-14 {
    scroll-padding-right: 3.5rem !important;
  }

  .md\:scroll-pr-16 {
    scroll-padding-right: 4rem !important;
  }

  .md\:scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .md\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .md\:scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .md\:scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .md\:scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .md\:scroll-pr-3 {
    scroll-padding-right: 0.75rem !important;
  }

  .md\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem !important;
  }

  .md\:scroll-pr-32 {
    scroll-padding-right: 8rem !important;
  }

  .md\:scroll-pr-36 {
    scroll-padding-right: 9rem !important;
  }

  .md\:scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .md\:scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .md\:scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .md\:scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .md\:scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .md\:scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .md\:scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .md\:scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .md\:scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .md\:scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .md\:scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .md\:scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .md\:scroll-pt-0 {
    scroll-padding-top: 0px !important;
  }

  .md\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem !important;
  }

  .md\:scroll-pt-1 {
    scroll-padding-top: 0.25rem !important;
  }

  .md\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem !important;
  }

  .md\:scroll-pt-10 {
    scroll-padding-top: 2.5rem !important;
  }

  .md\:scroll-pt-11 {
    scroll-padding-top: 2.75rem !important;
  }

  .md\:scroll-pt-12 {
    scroll-padding-top: 3rem !important;
  }

  .md\:scroll-pt-14 {
    scroll-padding-top: 3.5rem !important;
  }

  .md\:scroll-pt-16 {
    scroll-padding-top: 4rem !important;
  }

  .md\:scroll-pt-2 {
    scroll-padding-top: 0.5rem !important;
  }

  .md\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem !important;
  }

  .md\:scroll-pt-20 {
    scroll-padding-top: 5rem !important;
  }

  .md\:scroll-pt-24 {
    scroll-padding-top: 6rem !important;
  }

  .md\:scroll-pt-28 {
    scroll-padding-top: 7rem !important;
  }

  .md\:scroll-pt-3 {
    scroll-padding-top: 0.75rem !important;
  }

  .md\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem !important;
  }

  .md\:scroll-pt-32 {
    scroll-padding-top: 8rem !important;
  }

  .md\:scroll-pt-36 {
    scroll-padding-top: 9rem !important;
  }

  .md\:scroll-pt-4 {
    scroll-padding-top: 1rem !important;
  }

  .md\:scroll-pt-40 {
    scroll-padding-top: 10rem !important;
  }

  .md\:scroll-pt-44 {
    scroll-padding-top: 11rem !important;
  }

  .md\:scroll-pt-48 {
    scroll-padding-top: 12rem !important;
  }

  .md\:scroll-pt-5 {
    scroll-padding-top: 1.25rem !important;
  }

  .md\:scroll-pt-52 {
    scroll-padding-top: 13rem !important;
  }

  .md\:scroll-pt-56 {
    scroll-padding-top: 14rem !important;
  }

  .md\:scroll-pt-6 {
    scroll-padding-top: 1.5rem !important;
  }

  .md\:scroll-pt-60 {
    scroll-padding-top: 15rem !important;
  }

  .md\:scroll-pt-64 {
    scroll-padding-top: 16rem !important;
  }

  .md\:scroll-pt-8 {
    scroll-padding-top: 2rem !important;
  }

  .md\:scroll-pt-80 {
    scroll-padding-top: 20rem !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-12 {
    gap: 3rem !important;
  }

  .md\:gap-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-16 {
    gap: 4rem !important;
  }

  .md\:gap-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-20 {
    gap: 5rem !important;
  }

  .md\:gap-24 {
    gap: 6rem !important;
  }

  .md\:gap-28 {
    gap: 7rem !important;
  }

  .md\:gap-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-32 {
    gap: 8rem !important;
  }

  .md\:gap-36 {
    gap: 9rem !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-40 {
    gap: 10rem !important;
  }

  .md\:gap-44 {
    gap: 11rem !important;
  }

  .md\:gap-48 {
    gap: 12rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-52 {
    gap: 13rem !important;
  }

  .md\:gap-56 {
    gap: 14rem !important;
  }

  .md\:gap-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-60 {
    gap: 15rem !important;
  }

  .md\:gap-64 {
    gap: 16rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-80 {
    gap: 20rem !important;
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1)) !important;
  }

  .md\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .md\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .md\:divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1)) !important;
  }

  .md\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .md\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .md\:divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1)) !important;
  }

  .md\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .md\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .md\:divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1)) !important;
  }

  .md\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .md\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .md\:divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:border-brand-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(46 39 20 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-dark\/0 {
    border-color: rgb(46 39 20 / 0) !important;
  }

  .md\:border-brand-dark\/10 {
    border-color: rgb(46 39 20 / 0.1) !important;
  }

  .md\:border-brand-dark\/100 {
    border-color: rgb(46 39 20 / 1) !important;
  }

  .md\:border-brand-dark\/15 {
    border-color: rgb(46 39 20 / 0.15) !important;
  }

  .md\:border-brand-dark\/20 {
    border-color: rgb(46 39 20 / 0.2) !important;
  }

  .md\:border-brand-dark\/25 {
    border-color: rgb(46 39 20 / 0.25) !important;
  }

  .md\:border-brand-dark\/30 {
    border-color: rgb(46 39 20 / 0.3) !important;
  }

  .md\:border-brand-dark\/35 {
    border-color: rgb(46 39 20 / 0.35) !important;
  }

  .md\:border-brand-dark\/40 {
    border-color: rgb(46 39 20 / 0.4) !important;
  }

  .md\:border-brand-dark\/45 {
    border-color: rgb(46 39 20 / 0.45) !important;
  }

  .md\:border-brand-dark\/5 {
    border-color: rgb(46 39 20 / 0.05) !important;
  }

  .md\:border-brand-dark\/50 {
    border-color: rgb(46 39 20 / 0.5) !important;
  }

  .md\:border-brand-dark\/55 {
    border-color: rgb(46 39 20 / 0.55) !important;
  }

  .md\:border-brand-dark\/60 {
    border-color: rgb(46 39 20 / 0.6) !important;
  }

  .md\:border-brand-dark\/65 {
    border-color: rgb(46 39 20 / 0.65) !important;
  }

  .md\:border-brand-dark\/70 {
    border-color: rgb(46 39 20 / 0.7) !important;
  }

  .md\:border-brand-dark\/75 {
    border-color: rgb(46 39 20 / 0.75) !important;
  }

  .md\:border-brand-dark\/80 {
    border-color: rgb(46 39 20 / 0.8) !important;
  }

  .md\:border-brand-dark\/85 {
    border-color: rgb(46 39 20 / 0.85) !important;
  }

  .md\:border-brand-dark\/90 {
    border-color: rgb(46 39 20 / 0.9) !important;
  }

  .md\:border-brand-dark\/95 {
    border-color: rgb(46 39 20 / 0.95) !important;
  }

  .md\:border-brand-ink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(33 37 41 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-ink\/0 {
    border-color: rgb(33 37 41 / 0) !important;
  }

  .md\:border-brand-ink\/10 {
    border-color: rgb(33 37 41 / 0.1) !important;
  }

  .md\:border-brand-ink\/100 {
    border-color: rgb(33 37 41 / 1) !important;
  }

  .md\:border-brand-ink\/15 {
    border-color: rgb(33 37 41 / 0.15) !important;
  }

  .md\:border-brand-ink\/20 {
    border-color: rgb(33 37 41 / 0.2) !important;
  }

  .md\:border-brand-ink\/25 {
    border-color: rgb(33 37 41 / 0.25) !important;
  }

  .md\:border-brand-ink\/30 {
    border-color: rgb(33 37 41 / 0.3) !important;
  }

  .md\:border-brand-ink\/35 {
    border-color: rgb(33 37 41 / 0.35) !important;
  }

  .md\:border-brand-ink\/40 {
    border-color: rgb(33 37 41 / 0.4) !important;
  }

  .md\:border-brand-ink\/45 {
    border-color: rgb(33 37 41 / 0.45) !important;
  }

  .md\:border-brand-ink\/5 {
    border-color: rgb(33 37 41 / 0.05) !important;
  }

  .md\:border-brand-ink\/50 {
    border-color: rgb(33 37 41 / 0.5) !important;
  }

  .md\:border-brand-ink\/55 {
    border-color: rgb(33 37 41 / 0.55) !important;
  }

  .md\:border-brand-ink\/60 {
    border-color: rgb(33 37 41 / 0.6) !important;
  }

  .md\:border-brand-ink\/65 {
    border-color: rgb(33 37 41 / 0.65) !important;
  }

  .md\:border-brand-ink\/70 {
    border-color: rgb(33 37 41 / 0.7) !important;
  }

  .md\:border-brand-ink\/75 {
    border-color: rgb(33 37 41 / 0.75) !important;
  }

  .md\:border-brand-ink\/80 {
    border-color: rgb(33 37 41 / 0.8) !important;
  }

  .md\:border-brand-ink\/85 {
    border-color: rgb(33 37 41 / 0.85) !important;
  }

  .md\:border-brand-ink\/90 {
    border-color: rgb(33 37 41 / 0.9) !important;
  }

  .md\:border-brand-ink\/95 {
    border-color: rgb(33 37 41 / 0.95) !important;
  }

  .md\:border-brand-light {
    --tw-border-opacity: 1 !important;
    border-color: rgb(245 244 240 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-light\/0 {
    border-color: rgb(245 244 240 / 0) !important;
  }

  .md\:border-brand-light\/10 {
    border-color: rgb(245 244 240 / 0.1) !important;
  }

  .md\:border-brand-light\/100 {
    border-color: rgb(245 244 240 / 1) !important;
  }

  .md\:border-brand-light\/15 {
    border-color: rgb(245 244 240 / 0.15) !important;
  }

  .md\:border-brand-light\/20 {
    border-color: rgb(245 244 240 / 0.2) !important;
  }

  .md\:border-brand-light\/25 {
    border-color: rgb(245 244 240 / 0.25) !important;
  }

  .md\:border-brand-light\/30 {
    border-color: rgb(245 244 240 / 0.3) !important;
  }

  .md\:border-brand-light\/35 {
    border-color: rgb(245 244 240 / 0.35) !important;
  }

  .md\:border-brand-light\/40 {
    border-color: rgb(245 244 240 / 0.4) !important;
  }

  .md\:border-brand-light\/45 {
    border-color: rgb(245 244 240 / 0.45) !important;
  }

  .md\:border-brand-light\/5 {
    border-color: rgb(245 244 240 / 0.05) !important;
  }

  .md\:border-brand-light\/50 {
    border-color: rgb(245 244 240 / 0.5) !important;
  }

  .md\:border-brand-light\/55 {
    border-color: rgb(245 244 240 / 0.55) !important;
  }

  .md\:border-brand-light\/60 {
    border-color: rgb(245 244 240 / 0.6) !important;
  }

  .md\:border-brand-light\/65 {
    border-color: rgb(245 244 240 / 0.65) !important;
  }

  .md\:border-brand-light\/70 {
    border-color: rgb(245 244 240 / 0.7) !important;
  }

  .md\:border-brand-light\/75 {
    border-color: rgb(245 244 240 / 0.75) !important;
  }

  .md\:border-brand-light\/80 {
    border-color: rgb(245 244 240 / 0.8) !important;
  }

  .md\:border-brand-light\/85 {
    border-color: rgb(245 244 240 / 0.85) !important;
  }

  .md\:border-brand-light\/90 {
    border-color: rgb(245 244 240 / 0.9) !important;
  }

  .md\:border-brand-light\/95 {
    border-color: rgb(245 244 240 / 0.95) !important;
  }

  .md\:border-brand-link {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 110 7 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-link-hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(74 55 3 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-link-hover\/0 {
    border-color: rgb(74 55 3 / 0) !important;
  }

  .md\:border-brand-link-hover\/10 {
    border-color: rgb(74 55 3 / 0.1) !important;
  }

  .md\:border-brand-link-hover\/100 {
    border-color: rgb(74 55 3 / 1) !important;
  }

  .md\:border-brand-link-hover\/15 {
    border-color: rgb(74 55 3 / 0.15) !important;
  }

  .md\:border-brand-link-hover\/20 {
    border-color: rgb(74 55 3 / 0.2) !important;
  }

  .md\:border-brand-link-hover\/25 {
    border-color: rgb(74 55 3 / 0.25) !important;
  }

  .md\:border-brand-link-hover\/30 {
    border-color: rgb(74 55 3 / 0.3) !important;
  }

  .md\:border-brand-link-hover\/35 {
    border-color: rgb(74 55 3 / 0.35) !important;
  }

  .md\:border-brand-link-hover\/40 {
    border-color: rgb(74 55 3 / 0.4) !important;
  }

  .md\:border-brand-link-hover\/45 {
    border-color: rgb(74 55 3 / 0.45) !important;
  }

  .md\:border-brand-link-hover\/5 {
    border-color: rgb(74 55 3 / 0.05) !important;
  }

  .md\:border-brand-link-hover\/50 {
    border-color: rgb(74 55 3 / 0.5) !important;
  }

  .md\:border-brand-link-hover\/55 {
    border-color: rgb(74 55 3 / 0.55) !important;
  }

  .md\:border-brand-link-hover\/60 {
    border-color: rgb(74 55 3 / 0.6) !important;
  }

  .md\:border-brand-link-hover\/65 {
    border-color: rgb(74 55 3 / 0.65) !important;
  }

  .md\:border-brand-link-hover\/70 {
    border-color: rgb(74 55 3 / 0.7) !important;
  }

  .md\:border-brand-link-hover\/75 {
    border-color: rgb(74 55 3 / 0.75) !important;
  }

  .md\:border-brand-link-hover\/80 {
    border-color: rgb(74 55 3 / 0.8) !important;
  }

  .md\:border-brand-link-hover\/85 {
    border-color: rgb(74 55 3 / 0.85) !important;
  }

  .md\:border-brand-link-hover\/90 {
    border-color: rgb(74 55 3 / 0.9) !important;
  }

  .md\:border-brand-link-hover\/95 {
    border-color: rgb(74 55 3 / 0.95) !important;
  }

  .md\:border-brand-link\/0 {
    border-color: rgb(147 110 7 / 0) !important;
  }

  .md\:border-brand-link\/10 {
    border-color: rgb(147 110 7 / 0.1) !important;
  }

  .md\:border-brand-link\/100 {
    border-color: rgb(147 110 7 / 1) !important;
  }

  .md\:border-brand-link\/15 {
    border-color: rgb(147 110 7 / 0.15) !important;
  }

  .md\:border-brand-link\/20 {
    border-color: rgb(147 110 7 / 0.2) !important;
  }

  .md\:border-brand-link\/25 {
    border-color: rgb(147 110 7 / 0.25) !important;
  }

  .md\:border-brand-link\/30 {
    border-color: rgb(147 110 7 / 0.3) !important;
  }

  .md\:border-brand-link\/35 {
    border-color: rgb(147 110 7 / 0.35) !important;
  }

  .md\:border-brand-link\/40 {
    border-color: rgb(147 110 7 / 0.4) !important;
  }

  .md\:border-brand-link\/45 {
    border-color: rgb(147 110 7 / 0.45) !important;
  }

  .md\:border-brand-link\/5 {
    border-color: rgb(147 110 7 / 0.05) !important;
  }

  .md\:border-brand-link\/50 {
    border-color: rgb(147 110 7 / 0.5) !important;
  }

  .md\:border-brand-link\/55 {
    border-color: rgb(147 110 7 / 0.55) !important;
  }

  .md\:border-brand-link\/60 {
    border-color: rgb(147 110 7 / 0.6) !important;
  }

  .md\:border-brand-link\/65 {
    border-color: rgb(147 110 7 / 0.65) !important;
  }

  .md\:border-brand-link\/70 {
    border-color: rgb(147 110 7 / 0.7) !important;
  }

  .md\:border-brand-link\/75 {
    border-color: rgb(147 110 7 / 0.75) !important;
  }

  .md\:border-brand-link\/80 {
    border-color: rgb(147 110 7 / 0.8) !important;
  }

  .md\:border-brand-link\/85 {
    border-color: rgb(147 110 7 / 0.85) !important;
  }

  .md\:border-brand-link\/90 {
    border-color: rgb(147 110 7 / 0.9) !important;
  }

  .md\:border-brand-link\/95 {
    border-color: rgb(147 110 7 / 0.95) !important;
  }

  .md\:border-brand-muted {
    --tw-border-opacity: 1 !important;
    border-color: rgb(108 117 125 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-muted\/0 {
    border-color: rgb(108 117 125 / 0) !important;
  }

  .md\:border-brand-muted\/10 {
    border-color: rgb(108 117 125 / 0.1) !important;
  }

  .md\:border-brand-muted\/100 {
    border-color: rgb(108 117 125 / 1) !important;
  }

  .md\:border-brand-muted\/15 {
    border-color: rgb(108 117 125 / 0.15) !important;
  }

  .md\:border-brand-muted\/20 {
    border-color: rgb(108 117 125 / 0.2) !important;
  }

  .md\:border-brand-muted\/25 {
    border-color: rgb(108 117 125 / 0.25) !important;
  }

  .md\:border-brand-muted\/30 {
    border-color: rgb(108 117 125 / 0.3) !important;
  }

  .md\:border-brand-muted\/35 {
    border-color: rgb(108 117 125 / 0.35) !important;
  }

  .md\:border-brand-muted\/40 {
    border-color: rgb(108 117 125 / 0.4) !important;
  }

  .md\:border-brand-muted\/45 {
    border-color: rgb(108 117 125 / 0.45) !important;
  }

  .md\:border-brand-muted\/5 {
    border-color: rgb(108 117 125 / 0.05) !important;
  }

  .md\:border-brand-muted\/50 {
    border-color: rgb(108 117 125 / 0.5) !important;
  }

  .md\:border-brand-muted\/55 {
    border-color: rgb(108 117 125 / 0.55) !important;
  }

  .md\:border-brand-muted\/60 {
    border-color: rgb(108 117 125 / 0.6) !important;
  }

  .md\:border-brand-muted\/65 {
    border-color: rgb(108 117 125 / 0.65) !important;
  }

  .md\:border-brand-muted\/70 {
    border-color: rgb(108 117 125 / 0.7) !important;
  }

  .md\:border-brand-muted\/75 {
    border-color: rgb(108 117 125 / 0.75) !important;
  }

  .md\:border-brand-muted\/80 {
    border-color: rgb(108 117 125 / 0.8) !important;
  }

  .md\:border-brand-muted\/85 {
    border-color: rgb(108 117 125 / 0.85) !important;
  }

  .md\:border-brand-muted\/90 {
    border-color: rgb(108 117 125 / 0.9) !important;
  }

  .md\:border-brand-muted\/95 {
    border-color: rgb(108 117 125 / 0.95) !important;
  }

  .md\:border-brand-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 184 17 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-primary\/0 {
    border-color: rgb(244 184 17 / 0) !important;
  }

  .md\:border-brand-primary\/10 {
    border-color: rgb(244 184 17 / 0.1) !important;
  }

  .md\:border-brand-primary\/100 {
    border-color: rgb(244 184 17 / 1) !important;
  }

  .md\:border-brand-primary\/15 {
    border-color: rgb(244 184 17 / 0.15) !important;
  }

  .md\:border-brand-primary\/20 {
    border-color: rgb(244 184 17 / 0.2) !important;
  }

  .md\:border-brand-primary\/25 {
    border-color: rgb(244 184 17 / 0.25) !important;
  }

  .md\:border-brand-primary\/30 {
    border-color: rgb(244 184 17 / 0.3) !important;
  }

  .md\:border-brand-primary\/35 {
    border-color: rgb(244 184 17 / 0.35) !important;
  }

  .md\:border-brand-primary\/40 {
    border-color: rgb(244 184 17 / 0.4) !important;
  }

  .md\:border-brand-primary\/45 {
    border-color: rgb(244 184 17 / 0.45) !important;
  }

  .md\:border-brand-primary\/5 {
    border-color: rgb(244 184 17 / 0.05) !important;
  }

  .md\:border-brand-primary\/50 {
    border-color: rgb(244 184 17 / 0.5) !important;
  }

  .md\:border-brand-primary\/55 {
    border-color: rgb(244 184 17 / 0.55) !important;
  }

  .md\:border-brand-primary\/60 {
    border-color: rgb(244 184 17 / 0.6) !important;
  }

  .md\:border-brand-primary\/65 {
    border-color: rgb(244 184 17 / 0.65) !important;
  }

  .md\:border-brand-primary\/70 {
    border-color: rgb(244 184 17 / 0.7) !important;
  }

  .md\:border-brand-primary\/75 {
    border-color: rgb(244 184 17 / 0.75) !important;
  }

  .md\:border-brand-primary\/80 {
    border-color: rgb(244 184 17 / 0.8) !important;
  }

  .md\:border-brand-primary\/85 {
    border-color: rgb(244 184 17 / 0.85) !important;
  }

  .md\:border-brand-primary\/90 {
    border-color: rgb(244 184 17 / 0.9) !important;
  }

  .md\:border-brand-primary\/95 {
    border-color: rgb(244 184 17 / 0.95) !important;
  }

  .md\:border-brand-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 204 0 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-brand-secondary\/0 {
    border-color: rgb(255 204 0 / 0) !important;
  }

  .md\:border-brand-secondary\/10 {
    border-color: rgb(255 204 0 / 0.1) !important;
  }

  .md\:border-brand-secondary\/100 {
    border-color: rgb(255 204 0 / 1) !important;
  }

  .md\:border-brand-secondary\/15 {
    border-color: rgb(255 204 0 / 0.15) !important;
  }

  .md\:border-brand-secondary\/20 {
    border-color: rgb(255 204 0 / 0.2) !important;
  }

  .md\:border-brand-secondary\/25 {
    border-color: rgb(255 204 0 / 0.25) !important;
  }

  .md\:border-brand-secondary\/30 {
    border-color: rgb(255 204 0 / 0.3) !important;
  }

  .md\:border-brand-secondary\/35 {
    border-color: rgb(255 204 0 / 0.35) !important;
  }

  .md\:border-brand-secondary\/40 {
    border-color: rgb(255 204 0 / 0.4) !important;
  }

  .md\:border-brand-secondary\/45 {
    border-color: rgb(255 204 0 / 0.45) !important;
  }

  .md\:border-brand-secondary\/5 {
    border-color: rgb(255 204 0 / 0.05) !important;
  }

  .md\:border-brand-secondary\/50 {
    border-color: rgb(255 204 0 / 0.5) !important;
  }

  .md\:border-brand-secondary\/55 {
    border-color: rgb(255 204 0 / 0.55) !important;
  }

  .md\:border-brand-secondary\/60 {
    border-color: rgb(255 204 0 / 0.6) !important;
  }

  .md\:border-brand-secondary\/65 {
    border-color: rgb(255 204 0 / 0.65) !important;
  }

  .md\:border-brand-secondary\/70 {
    border-color: rgb(255 204 0 / 0.7) !important;
  }

  .md\:border-brand-secondary\/75 {
    border-color: rgb(255 204 0 / 0.75) !important;
  }

  .md\:border-brand-secondary\/80 {
    border-color: rgb(255 204 0 / 0.8) !important;
  }

  .md\:border-brand-secondary\/85 {
    border-color: rgb(255 204 0 / 0.85) !important;
  }

  .md\:border-brand-secondary\/90 {
    border-color: rgb(255 204 0 / 0.9) !important;
  }

  .md\:border-brand-secondary\/95 {
    border-color: rgb(255 204 0 / 0.95) !important;
  }

  .md\:border-earth {
    --tw-border-opacity: 1 !important;
    border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-earth\/0 {
    border-color: rgb(120 46 1 / 0) !important;
  }

  .md\:border-earth\/10 {
    border-color: rgb(120 46 1 / 0.1) !important;
  }

  .md\:border-earth\/100 {
    border-color: rgb(120 46 1 / 1) !important;
  }

  .md\:border-earth\/15 {
    border-color: rgb(120 46 1 / 0.15) !important;
  }

  .md\:border-earth\/20 {
    border-color: rgb(120 46 1 / 0.2) !important;
  }

  .md\:border-earth\/25 {
    border-color: rgb(120 46 1 / 0.25) !important;
  }

  .md\:border-earth\/30 {
    border-color: rgb(120 46 1 / 0.3) !important;
  }

  .md\:border-earth\/35 {
    border-color: rgb(120 46 1 / 0.35) !important;
  }

  .md\:border-earth\/40 {
    border-color: rgb(120 46 1 / 0.4) !important;
  }

  .md\:border-earth\/45 {
    border-color: rgb(120 46 1 / 0.45) !important;
  }

  .md\:border-earth\/5 {
    border-color: rgb(120 46 1 / 0.05) !important;
  }

  .md\:border-earth\/50 {
    border-color: rgb(120 46 1 / 0.5) !important;
  }

  .md\:border-earth\/55 {
    border-color: rgb(120 46 1 / 0.55) !important;
  }

  .md\:border-earth\/60 {
    border-color: rgb(120 46 1 / 0.6) !important;
  }

  .md\:border-earth\/65 {
    border-color: rgb(120 46 1 / 0.65) !important;
  }

  .md\:border-earth\/70 {
    border-color: rgb(120 46 1 / 0.7) !important;
  }

  .md\:border-earth\/75 {
    border-color: rgb(120 46 1 / 0.75) !important;
  }

  .md\:border-earth\/80 {
    border-color: rgb(120 46 1 / 0.8) !important;
  }

  .md\:border-earth\/85 {
    border-color: rgb(120 46 1 / 0.85) !important;
  }

  .md\:border-earth\/90 {
    border-color: rgb(120 46 1 / 0.9) !important;
  }

  .md\:border-earth\/95 {
    border-color: rgb(120 46 1 / 0.95) !important;
  }

  .md\:border-harvest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-harvest\/0 {
    border-color: rgb(215 129 49 / 0) !important;
  }

  .md\:border-harvest\/10 {
    border-color: rgb(215 129 49 / 0.1) !important;
  }

  .md\:border-harvest\/100 {
    border-color: rgb(215 129 49 / 1) !important;
  }

  .md\:border-harvest\/15 {
    border-color: rgb(215 129 49 / 0.15) !important;
  }

  .md\:border-harvest\/20 {
    border-color: rgb(215 129 49 / 0.2) !important;
  }

  .md\:border-harvest\/25 {
    border-color: rgb(215 129 49 / 0.25) !important;
  }

  .md\:border-harvest\/30 {
    border-color: rgb(215 129 49 / 0.3) !important;
  }

  .md\:border-harvest\/35 {
    border-color: rgb(215 129 49 / 0.35) !important;
  }

  .md\:border-harvest\/40 {
    border-color: rgb(215 129 49 / 0.4) !important;
  }

  .md\:border-harvest\/45 {
    border-color: rgb(215 129 49 / 0.45) !important;
  }

  .md\:border-harvest\/5 {
    border-color: rgb(215 129 49 / 0.05) !important;
  }

  .md\:border-harvest\/50 {
    border-color: rgb(215 129 49 / 0.5) !important;
  }

  .md\:border-harvest\/55 {
    border-color: rgb(215 129 49 / 0.55) !important;
  }

  .md\:border-harvest\/60 {
    border-color: rgb(215 129 49 / 0.6) !important;
  }

  .md\:border-harvest\/65 {
    border-color: rgb(215 129 49 / 0.65) !important;
  }

  .md\:border-harvest\/70 {
    border-color: rgb(215 129 49 / 0.7) !important;
  }

  .md\:border-harvest\/75 {
    border-color: rgb(215 129 49 / 0.75) !important;
  }

  .md\:border-harvest\/80 {
    border-color: rgb(215 129 49 / 0.8) !important;
  }

  .md\:border-harvest\/85 {
    border-color: rgb(215 129 49 / 0.85) !important;
  }

  .md\:border-harvest\/90 {
    border-color: rgb(215 129 49 / 0.9) !important;
  }

  .md\:border-harvest\/95 {
    border-color: rgb(215 129 49 / 0.95) !important;
  }

  .md\:border-sprout {
    --tw-border-opacity: 1 !important;
    border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-sprout\/0 {
    border-color: rgb(196 209 72 / 0) !important;
  }

  .md\:border-sprout\/10 {
    border-color: rgb(196 209 72 / 0.1) !important;
  }

  .md\:border-sprout\/100 {
    border-color: rgb(196 209 72 / 1) !important;
  }

  .md\:border-sprout\/15 {
    border-color: rgb(196 209 72 / 0.15) !important;
  }

  .md\:border-sprout\/20 {
    border-color: rgb(196 209 72 / 0.2) !important;
  }

  .md\:border-sprout\/25 {
    border-color: rgb(196 209 72 / 0.25) !important;
  }

  .md\:border-sprout\/30 {
    border-color: rgb(196 209 72 / 0.3) !important;
  }

  .md\:border-sprout\/35 {
    border-color: rgb(196 209 72 / 0.35) !important;
  }

  .md\:border-sprout\/40 {
    border-color: rgb(196 209 72 / 0.4) !important;
  }

  .md\:border-sprout\/45 {
    border-color: rgb(196 209 72 / 0.45) !important;
  }

  .md\:border-sprout\/5 {
    border-color: rgb(196 209 72 / 0.05) !important;
  }

  .md\:border-sprout\/50 {
    border-color: rgb(196 209 72 / 0.5) !important;
  }

  .md\:border-sprout\/55 {
    border-color: rgb(196 209 72 / 0.55) !important;
  }

  .md\:border-sprout\/60 {
    border-color: rgb(196 209 72 / 0.6) !important;
  }

  .md\:border-sprout\/65 {
    border-color: rgb(196 209 72 / 0.65) !important;
  }

  .md\:border-sprout\/70 {
    border-color: rgb(196 209 72 / 0.7) !important;
  }

  .md\:border-sprout\/75 {
    border-color: rgb(196 209 72 / 0.75) !important;
  }

  .md\:border-sprout\/80 {
    border-color: rgb(196 209 72 / 0.8) !important;
  }

  .md\:border-sprout\/85 {
    border-color: rgb(196 209 72 / 0.85) !important;
  }

  .md\:border-sprout\/90 {
    border-color: rgb(196 209 72 / 0.9) !important;
  }

  .md\:border-sprout\/95 {
    border-color: rgb(196 209 72 / 0.95) !important;
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-e-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-e-yellow-100\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-e-yellow-100\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-e-yellow-100\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-e-yellow-100\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-e-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-e-yellow-200\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-e-yellow-200\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-e-yellow-200\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-e-yellow-200\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-e-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-e-yellow-400\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-e-yellow-400\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-e-yellow-400\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-e-yellow-400\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-e-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-e-yellow-800\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-e-yellow-800\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-e-yellow-800\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-e-yellow-800\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-s-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-s-yellow-100\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-s-yellow-100\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-s-yellow-100\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-s-yellow-100\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-s-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-s-yellow-200\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-s-yellow-200\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-s-yellow-200\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-s-yellow-200\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-s-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-s-yellow-400\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-s-yellow-400\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-s-yellow-400\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-s-yellow-400\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-s-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-s-yellow-800\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-s-yellow-800\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-s-yellow-800\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-s-yellow-800\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:bg-brand-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-dark\/0 {
    background-color: rgb(46 39 20 / 0) !important;
  }

  .md\:bg-brand-dark\/10 {
    background-color: rgb(46 39 20 / 0.1) !important;
  }

  .md\:bg-brand-dark\/100 {
    background-color: rgb(46 39 20 / 1) !important;
  }

  .md\:bg-brand-dark\/15 {
    background-color: rgb(46 39 20 / 0.15) !important;
  }

  .md\:bg-brand-dark\/20 {
    background-color: rgb(46 39 20 / 0.2) !important;
  }

  .md\:bg-brand-dark\/25 {
    background-color: rgb(46 39 20 / 0.25) !important;
  }

  .md\:bg-brand-dark\/30 {
    background-color: rgb(46 39 20 / 0.3) !important;
  }

  .md\:bg-brand-dark\/35 {
    background-color: rgb(46 39 20 / 0.35) !important;
  }

  .md\:bg-brand-dark\/40 {
    background-color: rgb(46 39 20 / 0.4) !important;
  }

  .md\:bg-brand-dark\/45 {
    background-color: rgb(46 39 20 / 0.45) !important;
  }

  .md\:bg-brand-dark\/5 {
    background-color: rgb(46 39 20 / 0.05) !important;
  }

  .md\:bg-brand-dark\/50 {
    background-color: rgb(46 39 20 / 0.5) !important;
  }

  .md\:bg-brand-dark\/55 {
    background-color: rgb(46 39 20 / 0.55) !important;
  }

  .md\:bg-brand-dark\/60 {
    background-color: rgb(46 39 20 / 0.6) !important;
  }

  .md\:bg-brand-dark\/65 {
    background-color: rgb(46 39 20 / 0.65) !important;
  }

  .md\:bg-brand-dark\/70 {
    background-color: rgb(46 39 20 / 0.7) !important;
  }

  .md\:bg-brand-dark\/75 {
    background-color: rgb(46 39 20 / 0.75) !important;
  }

  .md\:bg-brand-dark\/80 {
    background-color: rgb(46 39 20 / 0.8) !important;
  }

  .md\:bg-brand-dark\/85 {
    background-color: rgb(46 39 20 / 0.85) !important;
  }

  .md\:bg-brand-dark\/90 {
    background-color: rgb(46 39 20 / 0.9) !important;
  }

  .md\:bg-brand-dark\/95 {
    background-color: rgb(46 39 20 / 0.95) !important;
  }

  .md\:bg-brand-ink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-ink\/0 {
    background-color: rgb(33 37 41 / 0) !important;
  }

  .md\:bg-brand-ink\/10 {
    background-color: rgb(33 37 41 / 0.1) !important;
  }

  .md\:bg-brand-ink\/100 {
    background-color: rgb(33 37 41 / 1) !important;
  }

  .md\:bg-brand-ink\/15 {
    background-color: rgb(33 37 41 / 0.15) !important;
  }

  .md\:bg-brand-ink\/20 {
    background-color: rgb(33 37 41 / 0.2) !important;
  }

  .md\:bg-brand-ink\/25 {
    background-color: rgb(33 37 41 / 0.25) !important;
  }

  .md\:bg-brand-ink\/30 {
    background-color: rgb(33 37 41 / 0.3) !important;
  }

  .md\:bg-brand-ink\/35 {
    background-color: rgb(33 37 41 / 0.35) !important;
  }

  .md\:bg-brand-ink\/40 {
    background-color: rgb(33 37 41 / 0.4) !important;
  }

  .md\:bg-brand-ink\/45 {
    background-color: rgb(33 37 41 / 0.45) !important;
  }

  .md\:bg-brand-ink\/5 {
    background-color: rgb(33 37 41 / 0.05) !important;
  }

  .md\:bg-brand-ink\/50 {
    background-color: rgb(33 37 41 / 0.5) !important;
  }

  .md\:bg-brand-ink\/55 {
    background-color: rgb(33 37 41 / 0.55) !important;
  }

  .md\:bg-brand-ink\/60 {
    background-color: rgb(33 37 41 / 0.6) !important;
  }

  .md\:bg-brand-ink\/65 {
    background-color: rgb(33 37 41 / 0.65) !important;
  }

  .md\:bg-brand-ink\/70 {
    background-color: rgb(33 37 41 / 0.7) !important;
  }

  .md\:bg-brand-ink\/75 {
    background-color: rgb(33 37 41 / 0.75) !important;
  }

  .md\:bg-brand-ink\/80 {
    background-color: rgb(33 37 41 / 0.8) !important;
  }

  .md\:bg-brand-ink\/85 {
    background-color: rgb(33 37 41 / 0.85) !important;
  }

  .md\:bg-brand-ink\/90 {
    background-color: rgb(33 37 41 / 0.9) !important;
  }

  .md\:bg-brand-ink\/95 {
    background-color: rgb(33 37 41 / 0.95) !important;
  }

  .md\:bg-brand-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 244 240 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-light\/0 {
    background-color: rgb(245 244 240 / 0) !important;
  }

  .md\:bg-brand-light\/10 {
    background-color: rgb(245 244 240 / 0.1) !important;
  }

  .md\:bg-brand-light\/100 {
    background-color: rgb(245 244 240 / 1) !important;
  }

  .md\:bg-brand-light\/15 {
    background-color: rgb(245 244 240 / 0.15) !important;
  }

  .md\:bg-brand-light\/20 {
    background-color: rgb(245 244 240 / 0.2) !important;
  }

  .md\:bg-brand-light\/25 {
    background-color: rgb(245 244 240 / 0.25) !important;
  }

  .md\:bg-brand-light\/30 {
    background-color: rgb(245 244 240 / 0.3) !important;
  }

  .md\:bg-brand-light\/35 {
    background-color: rgb(245 244 240 / 0.35) !important;
  }

  .md\:bg-brand-light\/40 {
    background-color: rgb(245 244 240 / 0.4) !important;
  }

  .md\:bg-brand-light\/45 {
    background-color: rgb(245 244 240 / 0.45) !important;
  }

  .md\:bg-brand-light\/5 {
    background-color: rgb(245 244 240 / 0.05) !important;
  }

  .md\:bg-brand-light\/50 {
    background-color: rgb(245 244 240 / 0.5) !important;
  }

  .md\:bg-brand-light\/55 {
    background-color: rgb(245 244 240 / 0.55) !important;
  }

  .md\:bg-brand-light\/60 {
    background-color: rgb(245 244 240 / 0.6) !important;
  }

  .md\:bg-brand-light\/65 {
    background-color: rgb(245 244 240 / 0.65) !important;
  }

  .md\:bg-brand-light\/70 {
    background-color: rgb(245 244 240 / 0.7) !important;
  }

  .md\:bg-brand-light\/75 {
    background-color: rgb(245 244 240 / 0.75) !important;
  }

  .md\:bg-brand-light\/80 {
    background-color: rgb(245 244 240 / 0.8) !important;
  }

  .md\:bg-brand-light\/85 {
    background-color: rgb(245 244 240 / 0.85) !important;
  }

  .md\:bg-brand-light\/90 {
    background-color: rgb(245 244 240 / 0.9) !important;
  }

  .md\:bg-brand-light\/95 {
    background-color: rgb(245 244 240 / 0.95) !important;
  }

  .md\:bg-brand-link {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(147 110 7 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-link-hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(74 55 3 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-link-hover\/0 {
    background-color: rgb(74 55 3 / 0) !important;
  }

  .md\:bg-brand-link-hover\/10 {
    background-color: rgb(74 55 3 / 0.1) !important;
  }

  .md\:bg-brand-link-hover\/100 {
    background-color: rgb(74 55 3 / 1) !important;
  }

  .md\:bg-brand-link-hover\/15 {
    background-color: rgb(74 55 3 / 0.15) !important;
  }

  .md\:bg-brand-link-hover\/20 {
    background-color: rgb(74 55 3 / 0.2) !important;
  }

  .md\:bg-brand-link-hover\/25 {
    background-color: rgb(74 55 3 / 0.25) !important;
  }

  .md\:bg-brand-link-hover\/30 {
    background-color: rgb(74 55 3 / 0.3) !important;
  }

  .md\:bg-brand-link-hover\/35 {
    background-color: rgb(74 55 3 / 0.35) !important;
  }

  .md\:bg-brand-link-hover\/40 {
    background-color: rgb(74 55 3 / 0.4) !important;
  }

  .md\:bg-brand-link-hover\/45 {
    background-color: rgb(74 55 3 / 0.45) !important;
  }

  .md\:bg-brand-link-hover\/5 {
    background-color: rgb(74 55 3 / 0.05) !important;
  }

  .md\:bg-brand-link-hover\/50 {
    background-color: rgb(74 55 3 / 0.5) !important;
  }

  .md\:bg-brand-link-hover\/55 {
    background-color: rgb(74 55 3 / 0.55) !important;
  }

  .md\:bg-brand-link-hover\/60 {
    background-color: rgb(74 55 3 / 0.6) !important;
  }

  .md\:bg-brand-link-hover\/65 {
    background-color: rgb(74 55 3 / 0.65) !important;
  }

  .md\:bg-brand-link-hover\/70 {
    background-color: rgb(74 55 3 / 0.7) !important;
  }

  .md\:bg-brand-link-hover\/75 {
    background-color: rgb(74 55 3 / 0.75) !important;
  }

  .md\:bg-brand-link-hover\/80 {
    background-color: rgb(74 55 3 / 0.8) !important;
  }

  .md\:bg-brand-link-hover\/85 {
    background-color: rgb(74 55 3 / 0.85) !important;
  }

  .md\:bg-brand-link-hover\/90 {
    background-color: rgb(74 55 3 / 0.9) !important;
  }

  .md\:bg-brand-link-hover\/95 {
    background-color: rgb(74 55 3 / 0.95) !important;
  }

  .md\:bg-brand-link\/0 {
    background-color: rgb(147 110 7 / 0) !important;
  }

  .md\:bg-brand-link\/10 {
    background-color: rgb(147 110 7 / 0.1) !important;
  }

  .md\:bg-brand-link\/100 {
    background-color: rgb(147 110 7 / 1) !important;
  }

  .md\:bg-brand-link\/15 {
    background-color: rgb(147 110 7 / 0.15) !important;
  }

  .md\:bg-brand-link\/20 {
    background-color: rgb(147 110 7 / 0.2) !important;
  }

  .md\:bg-brand-link\/25 {
    background-color: rgb(147 110 7 / 0.25) !important;
  }

  .md\:bg-brand-link\/30 {
    background-color: rgb(147 110 7 / 0.3) !important;
  }

  .md\:bg-brand-link\/35 {
    background-color: rgb(147 110 7 / 0.35) !important;
  }

  .md\:bg-brand-link\/40 {
    background-color: rgb(147 110 7 / 0.4) !important;
  }

  .md\:bg-brand-link\/45 {
    background-color: rgb(147 110 7 / 0.45) !important;
  }

  .md\:bg-brand-link\/5 {
    background-color: rgb(147 110 7 / 0.05) !important;
  }

  .md\:bg-brand-link\/50 {
    background-color: rgb(147 110 7 / 0.5) !important;
  }

  .md\:bg-brand-link\/55 {
    background-color: rgb(147 110 7 / 0.55) !important;
  }

  .md\:bg-brand-link\/60 {
    background-color: rgb(147 110 7 / 0.6) !important;
  }

  .md\:bg-brand-link\/65 {
    background-color: rgb(147 110 7 / 0.65) !important;
  }

  .md\:bg-brand-link\/70 {
    background-color: rgb(147 110 7 / 0.7) !important;
  }

  .md\:bg-brand-link\/75 {
    background-color: rgb(147 110 7 / 0.75) !important;
  }

  .md\:bg-brand-link\/80 {
    background-color: rgb(147 110 7 / 0.8) !important;
  }

  .md\:bg-brand-link\/85 {
    background-color: rgb(147 110 7 / 0.85) !important;
  }

  .md\:bg-brand-link\/90 {
    background-color: rgb(147 110 7 / 0.9) !important;
  }

  .md\:bg-brand-link\/95 {
    background-color: rgb(147 110 7 / 0.95) !important;
  }

  .md\:bg-brand-muted {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-muted\/0 {
    background-color: rgb(108 117 125 / 0) !important;
  }

  .md\:bg-brand-muted\/10 {
    background-color: rgb(108 117 125 / 0.1) !important;
  }

  .md\:bg-brand-muted\/100 {
    background-color: rgb(108 117 125 / 1) !important;
  }

  .md\:bg-brand-muted\/15 {
    background-color: rgb(108 117 125 / 0.15) !important;
  }

  .md\:bg-brand-muted\/20 {
    background-color: rgb(108 117 125 / 0.2) !important;
  }

  .md\:bg-brand-muted\/25 {
    background-color: rgb(108 117 125 / 0.25) !important;
  }

  .md\:bg-brand-muted\/30 {
    background-color: rgb(108 117 125 / 0.3) !important;
  }

  .md\:bg-brand-muted\/35 {
    background-color: rgb(108 117 125 / 0.35) !important;
  }

  .md\:bg-brand-muted\/40 {
    background-color: rgb(108 117 125 / 0.4) !important;
  }

  .md\:bg-brand-muted\/45 {
    background-color: rgb(108 117 125 / 0.45) !important;
  }

  .md\:bg-brand-muted\/5 {
    background-color: rgb(108 117 125 / 0.05) !important;
  }

  .md\:bg-brand-muted\/50 {
    background-color: rgb(108 117 125 / 0.5) !important;
  }

  .md\:bg-brand-muted\/55 {
    background-color: rgb(108 117 125 / 0.55) !important;
  }

  .md\:bg-brand-muted\/60 {
    background-color: rgb(108 117 125 / 0.6) !important;
  }

  .md\:bg-brand-muted\/65 {
    background-color: rgb(108 117 125 / 0.65) !important;
  }

  .md\:bg-brand-muted\/70 {
    background-color: rgb(108 117 125 / 0.7) !important;
  }

  .md\:bg-brand-muted\/75 {
    background-color: rgb(108 117 125 / 0.75) !important;
  }

  .md\:bg-brand-muted\/80 {
    background-color: rgb(108 117 125 / 0.8) !important;
  }

  .md\:bg-brand-muted\/85 {
    background-color: rgb(108 117 125 / 0.85) !important;
  }

  .md\:bg-brand-muted\/90 {
    background-color: rgb(108 117 125 / 0.9) !important;
  }

  .md\:bg-brand-muted\/95 {
    background-color: rgb(108 117 125 / 0.95) !important;
  }

  .md\:bg-brand-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-primary\/0 {
    background-color: rgb(244 184 17 / 0) !important;
  }

  .md\:bg-brand-primary\/10 {
    background-color: rgb(244 184 17 / 0.1) !important;
  }

  .md\:bg-brand-primary\/100 {
    background-color: rgb(244 184 17 / 1) !important;
  }

  .md\:bg-brand-primary\/15 {
    background-color: rgb(244 184 17 / 0.15) !important;
  }

  .md\:bg-brand-primary\/20 {
    background-color: rgb(244 184 17 / 0.2) !important;
  }

  .md\:bg-brand-primary\/25 {
    background-color: rgb(244 184 17 / 0.25) !important;
  }

  .md\:bg-brand-primary\/30 {
    background-color: rgb(244 184 17 / 0.3) !important;
  }

  .md\:bg-brand-primary\/35 {
    background-color: rgb(244 184 17 / 0.35) !important;
  }

  .md\:bg-brand-primary\/40 {
    background-color: rgb(244 184 17 / 0.4) !important;
  }

  .md\:bg-brand-primary\/45 {
    background-color: rgb(244 184 17 / 0.45) !important;
  }

  .md\:bg-brand-primary\/5 {
    background-color: rgb(244 184 17 / 0.05) !important;
  }

  .md\:bg-brand-primary\/50 {
    background-color: rgb(244 184 17 / 0.5) !important;
  }

  .md\:bg-brand-primary\/55 {
    background-color: rgb(244 184 17 / 0.55) !important;
  }

  .md\:bg-brand-primary\/60 {
    background-color: rgb(244 184 17 / 0.6) !important;
  }

  .md\:bg-brand-primary\/65 {
    background-color: rgb(244 184 17 / 0.65) !important;
  }

  .md\:bg-brand-primary\/70 {
    background-color: rgb(244 184 17 / 0.7) !important;
  }

  .md\:bg-brand-primary\/75 {
    background-color: rgb(244 184 17 / 0.75) !important;
  }

  .md\:bg-brand-primary\/80 {
    background-color: rgb(244 184 17 / 0.8) !important;
  }

  .md\:bg-brand-primary\/85 {
    background-color: rgb(244 184 17 / 0.85) !important;
  }

  .md\:bg-brand-primary\/90 {
    background-color: rgb(244 184 17 / 0.9) !important;
  }

  .md\:bg-brand-primary\/95 {
    background-color: rgb(244 184 17 / 0.95) !important;
  }

  .md\:bg-brand-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-brand-secondary\/0 {
    background-color: rgb(255 204 0 / 0) !important;
  }

  .md\:bg-brand-secondary\/10 {
    background-color: rgb(255 204 0 / 0.1) !important;
  }

  .md\:bg-brand-secondary\/100 {
    background-color: rgb(255 204 0 / 1) !important;
  }

  .md\:bg-brand-secondary\/15 {
    background-color: rgb(255 204 0 / 0.15) !important;
  }

  .md\:bg-brand-secondary\/20 {
    background-color: rgb(255 204 0 / 0.2) !important;
  }

  .md\:bg-brand-secondary\/25 {
    background-color: rgb(255 204 0 / 0.25) !important;
  }

  .md\:bg-brand-secondary\/30 {
    background-color: rgb(255 204 0 / 0.3) !important;
  }

  .md\:bg-brand-secondary\/35 {
    background-color: rgb(255 204 0 / 0.35) !important;
  }

  .md\:bg-brand-secondary\/40 {
    background-color: rgb(255 204 0 / 0.4) !important;
  }

  .md\:bg-brand-secondary\/45 {
    background-color: rgb(255 204 0 / 0.45) !important;
  }

  .md\:bg-brand-secondary\/5 {
    background-color: rgb(255 204 0 / 0.05) !important;
  }

  .md\:bg-brand-secondary\/50 {
    background-color: rgb(255 204 0 / 0.5) !important;
  }

  .md\:bg-brand-secondary\/55 {
    background-color: rgb(255 204 0 / 0.55) !important;
  }

  .md\:bg-brand-secondary\/60 {
    background-color: rgb(255 204 0 / 0.6) !important;
  }

  .md\:bg-brand-secondary\/65 {
    background-color: rgb(255 204 0 / 0.65) !important;
  }

  .md\:bg-brand-secondary\/70 {
    background-color: rgb(255 204 0 / 0.7) !important;
  }

  .md\:bg-brand-secondary\/75 {
    background-color: rgb(255 204 0 / 0.75) !important;
  }

  .md\:bg-brand-secondary\/80 {
    background-color: rgb(255 204 0 / 0.8) !important;
  }

  .md\:bg-brand-secondary\/85 {
    background-color: rgb(255 204 0 / 0.85) !important;
  }

  .md\:bg-brand-secondary\/90 {
    background-color: rgb(255 204 0 / 0.9) !important;
  }

  .md\:bg-brand-secondary\/95 {
    background-color: rgb(255 204 0 / 0.95) !important;
  }

  .md\:bg-earth {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-earth\/0 {
    background-color: rgb(120 46 1 / 0) !important;
  }

  .md\:bg-earth\/10 {
    background-color: rgb(120 46 1 / 0.1) !important;
  }

  .md\:bg-earth\/100 {
    background-color: rgb(120 46 1 / 1) !important;
  }

  .md\:bg-earth\/15 {
    background-color: rgb(120 46 1 / 0.15) !important;
  }

  .md\:bg-earth\/20 {
    background-color: rgb(120 46 1 / 0.2) !important;
  }

  .md\:bg-earth\/25 {
    background-color: rgb(120 46 1 / 0.25) !important;
  }

  .md\:bg-earth\/30 {
    background-color: rgb(120 46 1 / 0.3) !important;
  }

  .md\:bg-earth\/35 {
    background-color: rgb(120 46 1 / 0.35) !important;
  }

  .md\:bg-earth\/40 {
    background-color: rgb(120 46 1 / 0.4) !important;
  }

  .md\:bg-earth\/45 {
    background-color: rgb(120 46 1 / 0.45) !important;
  }

  .md\:bg-earth\/5 {
    background-color: rgb(120 46 1 / 0.05) !important;
  }

  .md\:bg-earth\/50 {
    background-color: rgb(120 46 1 / 0.5) !important;
  }

  .md\:bg-earth\/55 {
    background-color: rgb(120 46 1 / 0.55) !important;
  }

  .md\:bg-earth\/60 {
    background-color: rgb(120 46 1 / 0.6) !important;
  }

  .md\:bg-earth\/65 {
    background-color: rgb(120 46 1 / 0.65) !important;
  }

  .md\:bg-earth\/70 {
    background-color: rgb(120 46 1 / 0.7) !important;
  }

  .md\:bg-earth\/75 {
    background-color: rgb(120 46 1 / 0.75) !important;
  }

  .md\:bg-earth\/80 {
    background-color: rgb(120 46 1 / 0.8) !important;
  }

  .md\:bg-earth\/85 {
    background-color: rgb(120 46 1 / 0.85) !important;
  }

  .md\:bg-earth\/90 {
    background-color: rgb(120 46 1 / 0.9) !important;
  }

  .md\:bg-earth\/95 {
    background-color: rgb(120 46 1 / 0.95) !important;
  }

  .md\:bg-harvest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-harvest\/0 {
    background-color: rgb(215 129 49 / 0) !important;
  }

  .md\:bg-harvest\/10 {
    background-color: rgb(215 129 49 / 0.1) !important;
  }

  .md\:bg-harvest\/100 {
    background-color: rgb(215 129 49 / 1) !important;
  }

  .md\:bg-harvest\/15 {
    background-color: rgb(215 129 49 / 0.15) !important;
  }

  .md\:bg-harvest\/20 {
    background-color: rgb(215 129 49 / 0.2) !important;
  }

  .md\:bg-harvest\/25 {
    background-color: rgb(215 129 49 / 0.25) !important;
  }

  .md\:bg-harvest\/30 {
    background-color: rgb(215 129 49 / 0.3) !important;
  }

  .md\:bg-harvest\/35 {
    background-color: rgb(215 129 49 / 0.35) !important;
  }

  .md\:bg-harvest\/40 {
    background-color: rgb(215 129 49 / 0.4) !important;
  }

  .md\:bg-harvest\/45 {
    background-color: rgb(215 129 49 / 0.45) !important;
  }

  .md\:bg-harvest\/5 {
    background-color: rgb(215 129 49 / 0.05) !important;
  }

  .md\:bg-harvest\/50 {
    background-color: rgb(215 129 49 / 0.5) !important;
  }

  .md\:bg-harvest\/55 {
    background-color: rgb(215 129 49 / 0.55) !important;
  }

  .md\:bg-harvest\/60 {
    background-color: rgb(215 129 49 / 0.6) !important;
  }

  .md\:bg-harvest\/65 {
    background-color: rgb(215 129 49 / 0.65) !important;
  }

  .md\:bg-harvest\/70 {
    background-color: rgb(215 129 49 / 0.7) !important;
  }

  .md\:bg-harvest\/75 {
    background-color: rgb(215 129 49 / 0.75) !important;
  }

  .md\:bg-harvest\/80 {
    background-color: rgb(215 129 49 / 0.8) !important;
  }

  .md\:bg-harvest\/85 {
    background-color: rgb(215 129 49 / 0.85) !important;
  }

  .md\:bg-harvest\/90 {
    background-color: rgb(215 129 49 / 0.9) !important;
  }

  .md\:bg-harvest\/95 {
    background-color: rgb(215 129 49 / 0.95) !important;
  }

  .md\:bg-sprout {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-sprout\/0 {
    background-color: rgb(196 209 72 / 0) !important;
  }

  .md\:bg-sprout\/10 {
    background-color: rgb(196 209 72 / 0.1) !important;
  }

  .md\:bg-sprout\/100 {
    background-color: rgb(196 209 72 / 1) !important;
  }

  .md\:bg-sprout\/15 {
    background-color: rgb(196 209 72 / 0.15) !important;
  }

  .md\:bg-sprout\/20 {
    background-color: rgb(196 209 72 / 0.2) !important;
  }

  .md\:bg-sprout\/25 {
    background-color: rgb(196 209 72 / 0.25) !important;
  }

  .md\:bg-sprout\/30 {
    background-color: rgb(196 209 72 / 0.3) !important;
  }

  .md\:bg-sprout\/35 {
    background-color: rgb(196 209 72 / 0.35) !important;
  }

  .md\:bg-sprout\/40 {
    background-color: rgb(196 209 72 / 0.4) !important;
  }

  .md\:bg-sprout\/45 {
    background-color: rgb(196 209 72 / 0.45) !important;
  }

  .md\:bg-sprout\/5 {
    background-color: rgb(196 209 72 / 0.05) !important;
  }

  .md\:bg-sprout\/50 {
    background-color: rgb(196 209 72 / 0.5) !important;
  }

  .md\:bg-sprout\/55 {
    background-color: rgb(196 209 72 / 0.55) !important;
  }

  .md\:bg-sprout\/60 {
    background-color: rgb(196 209 72 / 0.6) !important;
  }

  .md\:bg-sprout\/65 {
    background-color: rgb(196 209 72 / 0.65) !important;
  }

  .md\:bg-sprout\/70 {
    background-color: rgb(196 209 72 / 0.7) !important;
  }

  .md\:bg-sprout\/75 {
    background-color: rgb(196 209 72 / 0.75) !important;
  }

  .md\:bg-sprout\/80 {
    background-color: rgb(196 209 72 / 0.8) !important;
  }

  .md\:bg-sprout\/85 {
    background-color: rgb(196 209 72 / 0.85) !important;
  }

  .md\:bg-sprout\/90 {
    background-color: rgb(196 209 72 / 0.9) !important;
  }

  .md\:bg-sprout\/95 {
    background-color: rgb(196 209 72 / 0.95) !important;
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0) !important;
  }

  .md\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1) !important;
  }

  .md\:bg-yellow-100\/15 {
    background-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:bg-yellow-100\/35 {
    background-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:bg-yellow-100\/55 {
    background-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:bg-yellow-100\/85 {
    background-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0) !important;
  }

  .md\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1) !important;
  }

  .md\:bg-yellow-200\/15 {
    background-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:bg-yellow-200\/35 {
    background-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:bg-yellow-200\/55 {
    background-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:bg-yellow-200\/85 {
    background-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0) !important;
  }

  .md\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1) !important;
  }

  .md\:bg-yellow-400\/15 {
    background-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:bg-yellow-400\/35 {
    background-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:bg-yellow-400\/55 {
    background-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:bg-yellow-400\/85 {
    background-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0) !important;
  }

  .md\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1) !important;
  }

  .md\:bg-yellow-800\/15 {
    background-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:bg-yellow-800\/35 {
    background-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:bg-yellow-800\/55 {
    background-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:bg-yellow-800\/85 {
    background-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:from-brand-dark {
    --tw-gradient-from: #2e2714 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/0 {
    --tw-gradient-from: rgb(46 39 20 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/10 {
    --tw-gradient-from: rgb(46 39 20 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/100 {
    --tw-gradient-from: rgb(46 39 20 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/15 {
    --tw-gradient-from: rgb(46 39 20 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/20 {
    --tw-gradient-from: rgb(46 39 20 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/25 {
    --tw-gradient-from: rgb(46 39 20 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/30 {
    --tw-gradient-from: rgb(46 39 20 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/35 {
    --tw-gradient-from: rgb(46 39 20 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/40 {
    --tw-gradient-from: rgb(46 39 20 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/45 {
    --tw-gradient-from: rgb(46 39 20 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/5 {
    --tw-gradient-from: rgb(46 39 20 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/50 {
    --tw-gradient-from: rgb(46 39 20 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/55 {
    --tw-gradient-from: rgb(46 39 20 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/60 {
    --tw-gradient-from: rgb(46 39 20 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/65 {
    --tw-gradient-from: rgb(46 39 20 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/70 {
    --tw-gradient-from: rgb(46 39 20 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/75 {
    --tw-gradient-from: rgb(46 39 20 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/80 {
    --tw-gradient-from: rgb(46 39 20 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/85 {
    --tw-gradient-from: rgb(46 39 20 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/90 {
    --tw-gradient-from: rgb(46 39 20 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-dark\/95 {
    --tw-gradient-from: rgb(46 39 20 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink {
    --tw-gradient-from: #212529 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/0 {
    --tw-gradient-from: rgb(33 37 41 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/10 {
    --tw-gradient-from: rgb(33 37 41 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/100 {
    --tw-gradient-from: rgb(33 37 41 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/15 {
    --tw-gradient-from: rgb(33 37 41 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/20 {
    --tw-gradient-from: rgb(33 37 41 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/25 {
    --tw-gradient-from: rgb(33 37 41 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/30 {
    --tw-gradient-from: rgb(33 37 41 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/35 {
    --tw-gradient-from: rgb(33 37 41 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/40 {
    --tw-gradient-from: rgb(33 37 41 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/45 {
    --tw-gradient-from: rgb(33 37 41 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/5 {
    --tw-gradient-from: rgb(33 37 41 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/50 {
    --tw-gradient-from: rgb(33 37 41 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/55 {
    --tw-gradient-from: rgb(33 37 41 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/60 {
    --tw-gradient-from: rgb(33 37 41 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/65 {
    --tw-gradient-from: rgb(33 37 41 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/70 {
    --tw-gradient-from: rgb(33 37 41 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/75 {
    --tw-gradient-from: rgb(33 37 41 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/80 {
    --tw-gradient-from: rgb(33 37 41 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/85 {
    --tw-gradient-from: rgb(33 37 41 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/90 {
    --tw-gradient-from: rgb(33 37 41 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-ink\/95 {
    --tw-gradient-from: rgb(33 37 41 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light {
    --tw-gradient-from: #f5f4f0 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/0 {
    --tw-gradient-from: rgb(245 244 240 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/10 {
    --tw-gradient-from: rgb(245 244 240 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/100 {
    --tw-gradient-from: rgb(245 244 240 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/15 {
    --tw-gradient-from: rgb(245 244 240 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/20 {
    --tw-gradient-from: rgb(245 244 240 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/25 {
    --tw-gradient-from: rgb(245 244 240 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/30 {
    --tw-gradient-from: rgb(245 244 240 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/35 {
    --tw-gradient-from: rgb(245 244 240 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/40 {
    --tw-gradient-from: rgb(245 244 240 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/45 {
    --tw-gradient-from: rgb(245 244 240 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/5 {
    --tw-gradient-from: rgb(245 244 240 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/50 {
    --tw-gradient-from: rgb(245 244 240 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/55 {
    --tw-gradient-from: rgb(245 244 240 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/60 {
    --tw-gradient-from: rgb(245 244 240 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/65 {
    --tw-gradient-from: rgb(245 244 240 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/70 {
    --tw-gradient-from: rgb(245 244 240 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/75 {
    --tw-gradient-from: rgb(245 244 240 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/80 {
    --tw-gradient-from: rgb(245 244 240 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/85 {
    --tw-gradient-from: rgb(245 244 240 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/90 {
    --tw-gradient-from: rgb(245 244 240 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-light\/95 {
    --tw-gradient-from: rgb(245 244 240 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link {
    --tw-gradient-from: #936e07 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover {
    --tw-gradient-from: #4a3703 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/0 {
    --tw-gradient-from: rgb(74 55 3 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/10 {
    --tw-gradient-from: rgb(74 55 3 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/100 {
    --tw-gradient-from: rgb(74 55 3 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/15 {
    --tw-gradient-from: rgb(74 55 3 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/20 {
    --tw-gradient-from: rgb(74 55 3 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/25 {
    --tw-gradient-from: rgb(74 55 3 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/30 {
    --tw-gradient-from: rgb(74 55 3 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/35 {
    --tw-gradient-from: rgb(74 55 3 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/40 {
    --tw-gradient-from: rgb(74 55 3 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/45 {
    --tw-gradient-from: rgb(74 55 3 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/5 {
    --tw-gradient-from: rgb(74 55 3 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/50 {
    --tw-gradient-from: rgb(74 55 3 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/55 {
    --tw-gradient-from: rgb(74 55 3 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/60 {
    --tw-gradient-from: rgb(74 55 3 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/65 {
    --tw-gradient-from: rgb(74 55 3 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/70 {
    --tw-gradient-from: rgb(74 55 3 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/75 {
    --tw-gradient-from: rgb(74 55 3 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/80 {
    --tw-gradient-from: rgb(74 55 3 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/85 {
    --tw-gradient-from: rgb(74 55 3 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/90 {
    --tw-gradient-from: rgb(74 55 3 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link-hover\/95 {
    --tw-gradient-from: rgb(74 55 3 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/0 {
    --tw-gradient-from: rgb(147 110 7 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/10 {
    --tw-gradient-from: rgb(147 110 7 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/100 {
    --tw-gradient-from: rgb(147 110 7 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/15 {
    --tw-gradient-from: rgb(147 110 7 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/20 {
    --tw-gradient-from: rgb(147 110 7 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/25 {
    --tw-gradient-from: rgb(147 110 7 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/30 {
    --tw-gradient-from: rgb(147 110 7 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/35 {
    --tw-gradient-from: rgb(147 110 7 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/40 {
    --tw-gradient-from: rgb(147 110 7 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/45 {
    --tw-gradient-from: rgb(147 110 7 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/5 {
    --tw-gradient-from: rgb(147 110 7 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/50 {
    --tw-gradient-from: rgb(147 110 7 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/55 {
    --tw-gradient-from: rgb(147 110 7 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/60 {
    --tw-gradient-from: rgb(147 110 7 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/65 {
    --tw-gradient-from: rgb(147 110 7 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/70 {
    --tw-gradient-from: rgb(147 110 7 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/75 {
    --tw-gradient-from: rgb(147 110 7 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/80 {
    --tw-gradient-from: rgb(147 110 7 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/85 {
    --tw-gradient-from: rgb(147 110 7 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/90 {
    --tw-gradient-from: rgb(147 110 7 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-link\/95 {
    --tw-gradient-from: rgb(147 110 7 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted {
    --tw-gradient-from: #6C757D var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/0 {
    --tw-gradient-from: rgb(108 117 125 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/10 {
    --tw-gradient-from: rgb(108 117 125 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/100 {
    --tw-gradient-from: rgb(108 117 125 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/15 {
    --tw-gradient-from: rgb(108 117 125 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/20 {
    --tw-gradient-from: rgb(108 117 125 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/25 {
    --tw-gradient-from: rgb(108 117 125 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/30 {
    --tw-gradient-from: rgb(108 117 125 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/35 {
    --tw-gradient-from: rgb(108 117 125 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/40 {
    --tw-gradient-from: rgb(108 117 125 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/45 {
    --tw-gradient-from: rgb(108 117 125 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/5 {
    --tw-gradient-from: rgb(108 117 125 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/50 {
    --tw-gradient-from: rgb(108 117 125 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/55 {
    --tw-gradient-from: rgb(108 117 125 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/60 {
    --tw-gradient-from: rgb(108 117 125 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/65 {
    --tw-gradient-from: rgb(108 117 125 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/70 {
    --tw-gradient-from: rgb(108 117 125 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/75 {
    --tw-gradient-from: rgb(108 117 125 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/80 {
    --tw-gradient-from: rgb(108 117 125 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/85 {
    --tw-gradient-from: rgb(108 117 125 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/90 {
    --tw-gradient-from: rgb(108 117 125 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-muted\/95 {
    --tw-gradient-from: rgb(108 117 125 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary {
    --tw-gradient-from: #F4B811 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/0 {
    --tw-gradient-from: rgb(244 184 17 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/10 {
    --tw-gradient-from: rgb(244 184 17 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/100 {
    --tw-gradient-from: rgb(244 184 17 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/15 {
    --tw-gradient-from: rgb(244 184 17 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/20 {
    --tw-gradient-from: rgb(244 184 17 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/25 {
    --tw-gradient-from: rgb(244 184 17 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/30 {
    --tw-gradient-from: rgb(244 184 17 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/35 {
    --tw-gradient-from: rgb(244 184 17 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/40 {
    --tw-gradient-from: rgb(244 184 17 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/45 {
    --tw-gradient-from: rgb(244 184 17 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/5 {
    --tw-gradient-from: rgb(244 184 17 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/50 {
    --tw-gradient-from: rgb(244 184 17 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/55 {
    --tw-gradient-from: rgb(244 184 17 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/60 {
    --tw-gradient-from: rgb(244 184 17 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/65 {
    --tw-gradient-from: rgb(244 184 17 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/70 {
    --tw-gradient-from: rgb(244 184 17 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/75 {
    --tw-gradient-from: rgb(244 184 17 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/80 {
    --tw-gradient-from: rgb(244 184 17 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/85 {
    --tw-gradient-from: rgb(244 184 17 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/90 {
    --tw-gradient-from: rgb(244 184 17 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-primary\/95 {
    --tw-gradient-from: rgb(244 184 17 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary {
    --tw-gradient-from: #FFCC00 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/0 {
    --tw-gradient-from: rgb(255 204 0 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/10 {
    --tw-gradient-from: rgb(255 204 0 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/100 {
    --tw-gradient-from: rgb(255 204 0 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/15 {
    --tw-gradient-from: rgb(255 204 0 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/20 {
    --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/25 {
    --tw-gradient-from: rgb(255 204 0 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/30 {
    --tw-gradient-from: rgb(255 204 0 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/35 {
    --tw-gradient-from: rgb(255 204 0 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/40 {
    --tw-gradient-from: rgb(255 204 0 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/45 {
    --tw-gradient-from: rgb(255 204 0 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/5 {
    --tw-gradient-from: rgb(255 204 0 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/50 {
    --tw-gradient-from: rgb(255 204 0 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/55 {
    --tw-gradient-from: rgb(255 204 0 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/60 {
    --tw-gradient-from: rgb(255 204 0 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/65 {
    --tw-gradient-from: rgb(255 204 0 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/70 {
    --tw-gradient-from: rgb(255 204 0 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/75 {
    --tw-gradient-from: rgb(255 204 0 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/80 {
    --tw-gradient-from: rgb(255 204 0 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/85 {
    --tw-gradient-from: rgb(255 204 0 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/90 {
    --tw-gradient-from: rgb(255 204 0 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-brand-secondary\/95 {
    --tw-gradient-from: rgb(255 204 0 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth {
    --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/0 {
    --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/10 {
    --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/100 {
    --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/15 {
    --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/20 {
    --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/25 {
    --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/30 {
    --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/35 {
    --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/40 {
    --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/45 {
    --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/5 {
    --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/50 {
    --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/55 {
    --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/60 {
    --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/65 {
    --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/70 {
    --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/75 {
    --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/80 {
    --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/85 {
    --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/90 {
    --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-earth\/95 {
    --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest {
    --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/0 {
    --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/10 {
    --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/100 {
    --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/15 {
    --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/20 {
    --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/25 {
    --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/30 {
    --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/35 {
    --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/40 {
    --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/45 {
    --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/5 {
    --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/50 {
    --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/55 {
    --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/60 {
    --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/65 {
    --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/70 {
    --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/75 {
    --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/80 {
    --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/85 {
    --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/90 {
    --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-harvest\/95 {
    --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout {
    --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/0 {
    --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/10 {
    --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/100 {
    --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/15 {
    --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/20 {
    --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/25 {
    --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/30 {
    --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/35 {
    --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/40 {
    --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/45 {
    --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/5 {
    --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/50 {
    --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/55 {
    --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/60 {
    --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/65 {
    --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/70 {
    --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/75 {
    --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/80 {
    --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/85 {
    --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/90 {
    --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-sprout\/95 {
    --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/0 {
    --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/10 {
    --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/100 {
    --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/20 {
    --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/25 {
    --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/30 {
    --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/40 {
    --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/5 {
    --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/50 {
    --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/60 {
    --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/70 {
    --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/75 {
    --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/80 {
    --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/90 {
    --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/95 {
    --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/0 {
    --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/10 {
    --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/100 {
    --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/20 {
    --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/25 {
    --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/30 {
    --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/40 {
    --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/5 {
    --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/50 {
    --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/60 {
    --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/70 {
    --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/75 {
    --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/80 {
    --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/90 {
    --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/95 {
    --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/0 {
    --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/10 {
    --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/100 {
    --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/20 {
    --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/25 {
    --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/30 {
    --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/40 {
    --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/5 {
    --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/50 {
    --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/60 {
    --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/70 {
    --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/75 {
    --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/80 {
    --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/90 {
    --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/95 {
    --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/0 {
    --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/10 {
    --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/100 {
    --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/20 {
    --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/25 {
    --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/30 {
    --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/40 {
    --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/5 {
    --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/50 {
    --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/60 {
    --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/70 {
    --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/75 {
    --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/80 {
    --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/90 {
    --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/95 {
    --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-0\% {
    --tw-gradient-from-position: 0% !important;
  }

  .md\:from-10\% {
    --tw-gradient-from-position: 10% !important;
  }

  .md\:from-100\% {
    --tw-gradient-from-position: 100% !important;
  }

  .md\:from-15\% {
    --tw-gradient-from-position: 15% !important;
  }

  .md\:from-20\% {
    --tw-gradient-from-position: 20% !important;
  }

  .md\:from-25\% {
    --tw-gradient-from-position: 25% !important;
  }

  .md\:from-30\% {
    --tw-gradient-from-position: 30% !important;
  }

  .md\:from-35\% {
    --tw-gradient-from-position: 35% !important;
  }

  .md\:from-40\% {
    --tw-gradient-from-position: 40% !important;
  }

  .md\:from-45\% {
    --tw-gradient-from-position: 45% !important;
  }

  .md\:from-5\% {
    --tw-gradient-from-position: 5% !important;
  }

  .md\:from-50\% {
    --tw-gradient-from-position: 50% !important;
  }

  .md\:from-55\% {
    --tw-gradient-from-position: 55% !important;
  }

  .md\:from-60\% {
    --tw-gradient-from-position: 60% !important;
  }

  .md\:from-65\% {
    --tw-gradient-from-position: 65% !important;
  }

  .md\:from-80\% {
    --tw-gradient-from-position: 80% !important;
  }

  .md\:from-85\% {
    --tw-gradient-from-position: 85% !important;
  }

  .md\:via-brand-dark {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #2e2714 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/0 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/10 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/100 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/15 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/20 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/25 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/30 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/35 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/40 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/45 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/5 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/50 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/55 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/60 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/65 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/70 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/75 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/80 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/85 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/90 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-dark\/95 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #212529 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/0 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/10 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/100 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/15 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/20 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/25 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/30 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/35 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/40 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/45 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/5 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/50 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/55 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/60 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/65 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/70 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/75 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/80 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/85 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/90 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-ink\/95 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #f5f4f0 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/0 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/10 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/100 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/15 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/20 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/25 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/30 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/35 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/40 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/45 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/5 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/50 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/55 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/60 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/65 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/70 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/75 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/80 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/85 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/90 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-light\/95 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #936e07 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #4a3703 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/0 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/10 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/100 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/15 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/20 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/25 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/30 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/35 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/40 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/45 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/5 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/50 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/55 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/60 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/65 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/70 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/75 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/80 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/85 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/90 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link-hover\/95 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/0 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/10 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/100 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/15 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/20 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/25 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/30 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/35 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/40 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/45 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/5 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/50 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/55 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/60 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/65 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/70 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/75 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/80 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/85 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/90 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-link\/95 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #6C757D var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/0 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/10 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/100 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/15 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/20 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/25 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/30 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/35 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/40 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/45 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/5 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/50 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/55 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/60 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/65 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/70 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/75 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/80 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/85 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/90 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-muted\/95 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #F4B811 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/0 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/10 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/100 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/15 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/20 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/25 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/30 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/35 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/40 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/45 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/5 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/50 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/55 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/60 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/65 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/70 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/75 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/80 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/85 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/90 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-primary\/95 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/0 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/10 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/100 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/15 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/20 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/25 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/30 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/35 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/40 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/45 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/5 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/50 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/55 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/60 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/65 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/70 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/75 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/80 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/85 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/90 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-brand-secondary\/95 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #782e01 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/0 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/10 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/100 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/15 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/20 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/25 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/30 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/35 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/40 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/45 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/5 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/50 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/55 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/60 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/65 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/70 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/75 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/80 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/85 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/90 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-earth\/95 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #d78131 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/0 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/10 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/100 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/15 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/20 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/25 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/30 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/35 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/40 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/45 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/5 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/50 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/55 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/60 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/65 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/70 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/75 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/80 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/85 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/90 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-harvest\/95 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #c4d148 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/0 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/10 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/100 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/15 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/20 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/25 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/30 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/35 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/40 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/45 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/5 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/50 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/55 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/60 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/65 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/70 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/75 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/80 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/85 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/90 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-sprout\/95 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:to-brand-dark {
    --tw-gradient-to: #2e2714 var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/0 {
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/10 {
    --tw-gradient-to: rgb(46 39 20 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/100 {
    --tw-gradient-to: rgb(46 39 20 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/15 {
    --tw-gradient-to: rgb(46 39 20 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/20 {
    --tw-gradient-to: rgb(46 39 20 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/25 {
    --tw-gradient-to: rgb(46 39 20 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/30 {
    --tw-gradient-to: rgb(46 39 20 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/35 {
    --tw-gradient-to: rgb(46 39 20 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/40 {
    --tw-gradient-to: rgb(46 39 20 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/45 {
    --tw-gradient-to: rgb(46 39 20 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/5 {
    --tw-gradient-to: rgb(46 39 20 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/50 {
    --tw-gradient-to: rgb(46 39 20 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/55 {
    --tw-gradient-to: rgb(46 39 20 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/60 {
    --tw-gradient-to: rgb(46 39 20 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/65 {
    --tw-gradient-to: rgb(46 39 20 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/70 {
    --tw-gradient-to: rgb(46 39 20 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/75 {
    --tw-gradient-to: rgb(46 39 20 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/80 {
    --tw-gradient-to: rgb(46 39 20 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/85 {
    --tw-gradient-to: rgb(46 39 20 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/90 {
    --tw-gradient-to: rgb(46 39 20 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-dark\/95 {
    --tw-gradient-to: rgb(46 39 20 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink {
    --tw-gradient-to: #212529 var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/0 {
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/10 {
    --tw-gradient-to: rgb(33 37 41 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/100 {
    --tw-gradient-to: rgb(33 37 41 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/15 {
    --tw-gradient-to: rgb(33 37 41 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/20 {
    --tw-gradient-to: rgb(33 37 41 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/25 {
    --tw-gradient-to: rgb(33 37 41 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/30 {
    --tw-gradient-to: rgb(33 37 41 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/35 {
    --tw-gradient-to: rgb(33 37 41 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/40 {
    --tw-gradient-to: rgb(33 37 41 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/45 {
    --tw-gradient-to: rgb(33 37 41 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/5 {
    --tw-gradient-to: rgb(33 37 41 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/50 {
    --tw-gradient-to: rgb(33 37 41 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/55 {
    --tw-gradient-to: rgb(33 37 41 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/60 {
    --tw-gradient-to: rgb(33 37 41 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/65 {
    --tw-gradient-to: rgb(33 37 41 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/70 {
    --tw-gradient-to: rgb(33 37 41 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/75 {
    --tw-gradient-to: rgb(33 37 41 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/80 {
    --tw-gradient-to: rgb(33 37 41 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/85 {
    --tw-gradient-to: rgb(33 37 41 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/90 {
    --tw-gradient-to: rgb(33 37 41 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-ink\/95 {
    --tw-gradient-to: rgb(33 37 41 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light {
    --tw-gradient-to: #f5f4f0 var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/0 {
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/10 {
    --tw-gradient-to: rgb(245 244 240 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/100 {
    --tw-gradient-to: rgb(245 244 240 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/15 {
    --tw-gradient-to: rgb(245 244 240 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/20 {
    --tw-gradient-to: rgb(245 244 240 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/25 {
    --tw-gradient-to: rgb(245 244 240 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/30 {
    --tw-gradient-to: rgb(245 244 240 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/35 {
    --tw-gradient-to: rgb(245 244 240 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/40 {
    --tw-gradient-to: rgb(245 244 240 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/45 {
    --tw-gradient-to: rgb(245 244 240 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/5 {
    --tw-gradient-to: rgb(245 244 240 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/50 {
    --tw-gradient-to: rgb(245 244 240 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/55 {
    --tw-gradient-to: rgb(245 244 240 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/60 {
    --tw-gradient-to: rgb(245 244 240 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/65 {
    --tw-gradient-to: rgb(245 244 240 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/70 {
    --tw-gradient-to: rgb(245 244 240 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/75 {
    --tw-gradient-to: rgb(245 244 240 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/80 {
    --tw-gradient-to: rgb(245 244 240 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/85 {
    --tw-gradient-to: rgb(245 244 240 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/90 {
    --tw-gradient-to: rgb(245 244 240 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-light\/95 {
    --tw-gradient-to: rgb(245 244 240 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link {
    --tw-gradient-to: #936e07 var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover {
    --tw-gradient-to: #4a3703 var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/0 {
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/10 {
    --tw-gradient-to: rgb(74 55 3 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/100 {
    --tw-gradient-to: rgb(74 55 3 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/15 {
    --tw-gradient-to: rgb(74 55 3 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/20 {
    --tw-gradient-to: rgb(74 55 3 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/25 {
    --tw-gradient-to: rgb(74 55 3 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/30 {
    --tw-gradient-to: rgb(74 55 3 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/35 {
    --tw-gradient-to: rgb(74 55 3 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/40 {
    --tw-gradient-to: rgb(74 55 3 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/45 {
    --tw-gradient-to: rgb(74 55 3 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/5 {
    --tw-gradient-to: rgb(74 55 3 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/50 {
    --tw-gradient-to: rgb(74 55 3 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/55 {
    --tw-gradient-to: rgb(74 55 3 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/60 {
    --tw-gradient-to: rgb(74 55 3 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/65 {
    --tw-gradient-to: rgb(74 55 3 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/70 {
    --tw-gradient-to: rgb(74 55 3 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/75 {
    --tw-gradient-to: rgb(74 55 3 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/80 {
    --tw-gradient-to: rgb(74 55 3 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/85 {
    --tw-gradient-to: rgb(74 55 3 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/90 {
    --tw-gradient-to: rgb(74 55 3 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link-hover\/95 {
    --tw-gradient-to: rgb(74 55 3 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/0 {
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/10 {
    --tw-gradient-to: rgb(147 110 7 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/100 {
    --tw-gradient-to: rgb(147 110 7 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/15 {
    --tw-gradient-to: rgb(147 110 7 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/20 {
    --tw-gradient-to: rgb(147 110 7 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/25 {
    --tw-gradient-to: rgb(147 110 7 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/30 {
    --tw-gradient-to: rgb(147 110 7 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/35 {
    --tw-gradient-to: rgb(147 110 7 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/40 {
    --tw-gradient-to: rgb(147 110 7 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/45 {
    --tw-gradient-to: rgb(147 110 7 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/5 {
    --tw-gradient-to: rgb(147 110 7 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/50 {
    --tw-gradient-to: rgb(147 110 7 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/55 {
    --tw-gradient-to: rgb(147 110 7 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/60 {
    --tw-gradient-to: rgb(147 110 7 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/65 {
    --tw-gradient-to: rgb(147 110 7 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/70 {
    --tw-gradient-to: rgb(147 110 7 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/75 {
    --tw-gradient-to: rgb(147 110 7 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/80 {
    --tw-gradient-to: rgb(147 110 7 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/85 {
    --tw-gradient-to: rgb(147 110 7 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/90 {
    --tw-gradient-to: rgb(147 110 7 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-link\/95 {
    --tw-gradient-to: rgb(147 110 7 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted {
    --tw-gradient-to: #6C757D var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/0 {
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/10 {
    --tw-gradient-to: rgb(108 117 125 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/100 {
    --tw-gradient-to: rgb(108 117 125 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/15 {
    --tw-gradient-to: rgb(108 117 125 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/20 {
    --tw-gradient-to: rgb(108 117 125 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/25 {
    --tw-gradient-to: rgb(108 117 125 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/30 {
    --tw-gradient-to: rgb(108 117 125 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/35 {
    --tw-gradient-to: rgb(108 117 125 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/40 {
    --tw-gradient-to: rgb(108 117 125 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/45 {
    --tw-gradient-to: rgb(108 117 125 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/5 {
    --tw-gradient-to: rgb(108 117 125 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/50 {
    --tw-gradient-to: rgb(108 117 125 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/55 {
    --tw-gradient-to: rgb(108 117 125 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/60 {
    --tw-gradient-to: rgb(108 117 125 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/65 {
    --tw-gradient-to: rgb(108 117 125 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/70 {
    --tw-gradient-to: rgb(108 117 125 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/75 {
    --tw-gradient-to: rgb(108 117 125 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/80 {
    --tw-gradient-to: rgb(108 117 125 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/85 {
    --tw-gradient-to: rgb(108 117 125 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/90 {
    --tw-gradient-to: rgb(108 117 125 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-muted\/95 {
    --tw-gradient-to: rgb(108 117 125 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary {
    --tw-gradient-to: #F4B811 var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/0 {
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/10 {
    --tw-gradient-to: rgb(244 184 17 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/100 {
    --tw-gradient-to: rgb(244 184 17 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/15 {
    --tw-gradient-to: rgb(244 184 17 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/20 {
    --tw-gradient-to: rgb(244 184 17 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/25 {
    --tw-gradient-to: rgb(244 184 17 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/30 {
    --tw-gradient-to: rgb(244 184 17 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/35 {
    --tw-gradient-to: rgb(244 184 17 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/40 {
    --tw-gradient-to: rgb(244 184 17 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/45 {
    --tw-gradient-to: rgb(244 184 17 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/5 {
    --tw-gradient-to: rgb(244 184 17 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/50 {
    --tw-gradient-to: rgb(244 184 17 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/55 {
    --tw-gradient-to: rgb(244 184 17 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/60 {
    --tw-gradient-to: rgb(244 184 17 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/65 {
    --tw-gradient-to: rgb(244 184 17 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/70 {
    --tw-gradient-to: rgb(244 184 17 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/75 {
    --tw-gradient-to: rgb(244 184 17 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/80 {
    --tw-gradient-to: rgb(244 184 17 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/85 {
    --tw-gradient-to: rgb(244 184 17 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/90 {
    --tw-gradient-to: rgb(244 184 17 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-primary\/95 {
    --tw-gradient-to: rgb(244 184 17 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary {
    --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/0 {
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/10 {
    --tw-gradient-to: rgb(255 204 0 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/100 {
    --tw-gradient-to: rgb(255 204 0 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/15 {
    --tw-gradient-to: rgb(255 204 0 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/20 {
    --tw-gradient-to: rgb(255 204 0 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/25 {
    --tw-gradient-to: rgb(255 204 0 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/30 {
    --tw-gradient-to: rgb(255 204 0 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/35 {
    --tw-gradient-to: rgb(255 204 0 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/40 {
    --tw-gradient-to: rgb(255 204 0 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/45 {
    --tw-gradient-to: rgb(255 204 0 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/5 {
    --tw-gradient-to: rgb(255 204 0 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/50 {
    --tw-gradient-to: rgb(255 204 0 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/55 {
    --tw-gradient-to: rgb(255 204 0 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/60 {
    --tw-gradient-to: rgb(255 204 0 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/65 {
    --tw-gradient-to: rgb(255 204 0 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/70 {
    --tw-gradient-to: rgb(255 204 0 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/75 {
    --tw-gradient-to: rgb(255 204 0 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/80 {
    --tw-gradient-to: rgb(255 204 0 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/85 {
    --tw-gradient-to: rgb(255 204 0 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/90 {
    --tw-gradient-to: rgb(255 204 0 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-brand-secondary\/95 {
    --tw-gradient-to: rgb(255 204 0 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth {
    --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/0 {
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/10 {
    --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/100 {
    --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/15 {
    --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/20 {
    --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/25 {
    --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/30 {
    --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/35 {
    --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/40 {
    --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/45 {
    --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/5 {
    --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/50 {
    --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/55 {
    --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/60 {
    --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/65 {
    --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/70 {
    --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/75 {
    --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/80 {
    --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/85 {
    --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/90 {
    --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-earth\/95 {
    --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest {
    --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/0 {
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/10 {
    --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/100 {
    --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/15 {
    --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/20 {
    --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/25 {
    --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/30 {
    --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/35 {
    --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/40 {
    --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/45 {
    --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/5 {
    --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/50 {
    --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/55 {
    --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/60 {
    --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/65 {
    --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/70 {
    --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/75 {
    --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/80 {
    --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/85 {
    --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/90 {
    --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-harvest\/95 {
    --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout {
    --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/0 {
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/10 {
    --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/100 {
    --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/15 {
    --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/20 {
    --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/25 {
    --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/30 {
    --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/35 {
    --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/40 {
    --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/45 {
    --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/5 {
    --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/50 {
    --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/55 {
    --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/60 {
    --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/65 {
    --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/70 {
    --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/75 {
    --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/80 {
    --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/85 {
    --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/90 {
    --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-sprout\/95 {
    --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:fill-brand-dark {
    fill: #2e2714 !important;
  }

  .md\:fill-brand-dark\/0 {
    fill: rgb(46 39 20 / 0) !important;
  }

  .md\:fill-brand-dark\/10 {
    fill: rgb(46 39 20 / 0.1) !important;
  }

  .md\:fill-brand-dark\/100 {
    fill: rgb(46 39 20 / 1) !important;
  }

  .md\:fill-brand-dark\/15 {
    fill: rgb(46 39 20 / 0.15) !important;
  }

  .md\:fill-brand-dark\/20 {
    fill: rgb(46 39 20 / 0.2) !important;
  }

  .md\:fill-brand-dark\/25 {
    fill: rgb(46 39 20 / 0.25) !important;
  }

  .md\:fill-brand-dark\/30 {
    fill: rgb(46 39 20 / 0.3) !important;
  }

  .md\:fill-brand-dark\/35 {
    fill: rgb(46 39 20 / 0.35) !important;
  }

  .md\:fill-brand-dark\/40 {
    fill: rgb(46 39 20 / 0.4) !important;
  }

  .md\:fill-brand-dark\/45 {
    fill: rgb(46 39 20 / 0.45) !important;
  }

  .md\:fill-brand-dark\/5 {
    fill: rgb(46 39 20 / 0.05) !important;
  }

  .md\:fill-brand-dark\/50 {
    fill: rgb(46 39 20 / 0.5) !important;
  }

  .md\:fill-brand-dark\/55 {
    fill: rgb(46 39 20 / 0.55) !important;
  }

  .md\:fill-brand-dark\/60 {
    fill: rgb(46 39 20 / 0.6) !important;
  }

  .md\:fill-brand-dark\/65 {
    fill: rgb(46 39 20 / 0.65) !important;
  }

  .md\:fill-brand-dark\/70 {
    fill: rgb(46 39 20 / 0.7) !important;
  }

  .md\:fill-brand-dark\/75 {
    fill: rgb(46 39 20 / 0.75) !important;
  }

  .md\:fill-brand-dark\/80 {
    fill: rgb(46 39 20 / 0.8) !important;
  }

  .md\:fill-brand-dark\/85 {
    fill: rgb(46 39 20 / 0.85) !important;
  }

  .md\:fill-brand-dark\/90 {
    fill: rgb(46 39 20 / 0.9) !important;
  }

  .md\:fill-brand-dark\/95 {
    fill: rgb(46 39 20 / 0.95) !important;
  }

  .md\:fill-brand-ink {
    fill: #212529 !important;
  }

  .md\:fill-brand-ink\/0 {
    fill: rgb(33 37 41 / 0) !important;
  }

  .md\:fill-brand-ink\/10 {
    fill: rgb(33 37 41 / 0.1) !important;
  }

  .md\:fill-brand-ink\/100 {
    fill: rgb(33 37 41 / 1) !important;
  }

  .md\:fill-brand-ink\/15 {
    fill: rgb(33 37 41 / 0.15) !important;
  }

  .md\:fill-brand-ink\/20 {
    fill: rgb(33 37 41 / 0.2) !important;
  }

  .md\:fill-brand-ink\/25 {
    fill: rgb(33 37 41 / 0.25) !important;
  }

  .md\:fill-brand-ink\/30 {
    fill: rgb(33 37 41 / 0.3) !important;
  }

  .md\:fill-brand-ink\/35 {
    fill: rgb(33 37 41 / 0.35) !important;
  }

  .md\:fill-brand-ink\/40 {
    fill: rgb(33 37 41 / 0.4) !important;
  }

  .md\:fill-brand-ink\/45 {
    fill: rgb(33 37 41 / 0.45) !important;
  }

  .md\:fill-brand-ink\/5 {
    fill: rgb(33 37 41 / 0.05) !important;
  }

  .md\:fill-brand-ink\/50 {
    fill: rgb(33 37 41 / 0.5) !important;
  }

  .md\:fill-brand-ink\/55 {
    fill: rgb(33 37 41 / 0.55) !important;
  }

  .md\:fill-brand-ink\/60 {
    fill: rgb(33 37 41 / 0.6) !important;
  }

  .md\:fill-brand-ink\/65 {
    fill: rgb(33 37 41 / 0.65) !important;
  }

  .md\:fill-brand-ink\/70 {
    fill: rgb(33 37 41 / 0.7) !important;
  }

  .md\:fill-brand-ink\/75 {
    fill: rgb(33 37 41 / 0.75) !important;
  }

  .md\:fill-brand-ink\/80 {
    fill: rgb(33 37 41 / 0.8) !important;
  }

  .md\:fill-brand-ink\/85 {
    fill: rgb(33 37 41 / 0.85) !important;
  }

  .md\:fill-brand-ink\/90 {
    fill: rgb(33 37 41 / 0.9) !important;
  }

  .md\:fill-brand-ink\/95 {
    fill: rgb(33 37 41 / 0.95) !important;
  }

  .md\:fill-brand-light {
    fill: #f5f4f0 !important;
  }

  .md\:fill-brand-light\/0 {
    fill: rgb(245 244 240 / 0) !important;
  }

  .md\:fill-brand-light\/10 {
    fill: rgb(245 244 240 / 0.1) !important;
  }

  .md\:fill-brand-light\/100 {
    fill: rgb(245 244 240 / 1) !important;
  }

  .md\:fill-brand-light\/15 {
    fill: rgb(245 244 240 / 0.15) !important;
  }

  .md\:fill-brand-light\/20 {
    fill: rgb(245 244 240 / 0.2) !important;
  }

  .md\:fill-brand-light\/25 {
    fill: rgb(245 244 240 / 0.25) !important;
  }

  .md\:fill-brand-light\/30 {
    fill: rgb(245 244 240 / 0.3) !important;
  }

  .md\:fill-brand-light\/35 {
    fill: rgb(245 244 240 / 0.35) !important;
  }

  .md\:fill-brand-light\/40 {
    fill: rgb(245 244 240 / 0.4) !important;
  }

  .md\:fill-brand-light\/45 {
    fill: rgb(245 244 240 / 0.45) !important;
  }

  .md\:fill-brand-light\/5 {
    fill: rgb(245 244 240 / 0.05) !important;
  }

  .md\:fill-brand-light\/50 {
    fill: rgb(245 244 240 / 0.5) !important;
  }

  .md\:fill-brand-light\/55 {
    fill: rgb(245 244 240 / 0.55) !important;
  }

  .md\:fill-brand-light\/60 {
    fill: rgb(245 244 240 / 0.6) !important;
  }

  .md\:fill-brand-light\/65 {
    fill: rgb(245 244 240 / 0.65) !important;
  }

  .md\:fill-brand-light\/70 {
    fill: rgb(245 244 240 / 0.7) !important;
  }

  .md\:fill-brand-light\/75 {
    fill: rgb(245 244 240 / 0.75) !important;
  }

  .md\:fill-brand-light\/80 {
    fill: rgb(245 244 240 / 0.8) !important;
  }

  .md\:fill-brand-light\/85 {
    fill: rgb(245 244 240 / 0.85) !important;
  }

  .md\:fill-brand-light\/90 {
    fill: rgb(245 244 240 / 0.9) !important;
  }

  .md\:fill-brand-light\/95 {
    fill: rgb(245 244 240 / 0.95) !important;
  }

  .md\:fill-brand-link {
    fill: #936e07 !important;
  }

  .md\:fill-brand-link-hover {
    fill: #4a3703 !important;
  }

  .md\:fill-brand-link-hover\/0 {
    fill: rgb(74 55 3 / 0) !important;
  }

  .md\:fill-brand-link-hover\/10 {
    fill: rgb(74 55 3 / 0.1) !important;
  }

  .md\:fill-brand-link-hover\/100 {
    fill: rgb(74 55 3 / 1) !important;
  }

  .md\:fill-brand-link-hover\/15 {
    fill: rgb(74 55 3 / 0.15) !important;
  }

  .md\:fill-brand-link-hover\/20 {
    fill: rgb(74 55 3 / 0.2) !important;
  }

  .md\:fill-brand-link-hover\/25 {
    fill: rgb(74 55 3 / 0.25) !important;
  }

  .md\:fill-brand-link-hover\/30 {
    fill: rgb(74 55 3 / 0.3) !important;
  }

  .md\:fill-brand-link-hover\/35 {
    fill: rgb(74 55 3 / 0.35) !important;
  }

  .md\:fill-brand-link-hover\/40 {
    fill: rgb(74 55 3 / 0.4) !important;
  }

  .md\:fill-brand-link-hover\/45 {
    fill: rgb(74 55 3 / 0.45) !important;
  }

  .md\:fill-brand-link-hover\/5 {
    fill: rgb(74 55 3 / 0.05) !important;
  }

  .md\:fill-brand-link-hover\/50 {
    fill: rgb(74 55 3 / 0.5) !important;
  }

  .md\:fill-brand-link-hover\/55 {
    fill: rgb(74 55 3 / 0.55) !important;
  }

  .md\:fill-brand-link-hover\/60 {
    fill: rgb(74 55 3 / 0.6) !important;
  }

  .md\:fill-brand-link-hover\/65 {
    fill: rgb(74 55 3 / 0.65) !important;
  }

  .md\:fill-brand-link-hover\/70 {
    fill: rgb(74 55 3 / 0.7) !important;
  }

  .md\:fill-brand-link-hover\/75 {
    fill: rgb(74 55 3 / 0.75) !important;
  }

  .md\:fill-brand-link-hover\/80 {
    fill: rgb(74 55 3 / 0.8) !important;
  }

  .md\:fill-brand-link-hover\/85 {
    fill: rgb(74 55 3 / 0.85) !important;
  }

  .md\:fill-brand-link-hover\/90 {
    fill: rgb(74 55 3 / 0.9) !important;
  }

  .md\:fill-brand-link-hover\/95 {
    fill: rgb(74 55 3 / 0.95) !important;
  }

  .md\:fill-brand-link\/0 {
    fill: rgb(147 110 7 / 0) !important;
  }

  .md\:fill-brand-link\/10 {
    fill: rgb(147 110 7 / 0.1) !important;
  }

  .md\:fill-brand-link\/100 {
    fill: rgb(147 110 7 / 1) !important;
  }

  .md\:fill-brand-link\/15 {
    fill: rgb(147 110 7 / 0.15) !important;
  }

  .md\:fill-brand-link\/20 {
    fill: rgb(147 110 7 / 0.2) !important;
  }

  .md\:fill-brand-link\/25 {
    fill: rgb(147 110 7 / 0.25) !important;
  }

  .md\:fill-brand-link\/30 {
    fill: rgb(147 110 7 / 0.3) !important;
  }

  .md\:fill-brand-link\/35 {
    fill: rgb(147 110 7 / 0.35) !important;
  }

  .md\:fill-brand-link\/40 {
    fill: rgb(147 110 7 / 0.4) !important;
  }

  .md\:fill-brand-link\/45 {
    fill: rgb(147 110 7 / 0.45) !important;
  }

  .md\:fill-brand-link\/5 {
    fill: rgb(147 110 7 / 0.05) !important;
  }

  .md\:fill-brand-link\/50 {
    fill: rgb(147 110 7 / 0.5) !important;
  }

  .md\:fill-brand-link\/55 {
    fill: rgb(147 110 7 / 0.55) !important;
  }

  .md\:fill-brand-link\/60 {
    fill: rgb(147 110 7 / 0.6) !important;
  }

  .md\:fill-brand-link\/65 {
    fill: rgb(147 110 7 / 0.65) !important;
  }

  .md\:fill-brand-link\/70 {
    fill: rgb(147 110 7 / 0.7) !important;
  }

  .md\:fill-brand-link\/75 {
    fill: rgb(147 110 7 / 0.75) !important;
  }

  .md\:fill-brand-link\/80 {
    fill: rgb(147 110 7 / 0.8) !important;
  }

  .md\:fill-brand-link\/85 {
    fill: rgb(147 110 7 / 0.85) !important;
  }

  .md\:fill-brand-link\/90 {
    fill: rgb(147 110 7 / 0.9) !important;
  }

  .md\:fill-brand-link\/95 {
    fill: rgb(147 110 7 / 0.95) !important;
  }

  .md\:fill-brand-muted {
    fill: #6C757D !important;
  }

  .md\:fill-brand-muted\/0 {
    fill: rgb(108 117 125 / 0) !important;
  }

  .md\:fill-brand-muted\/10 {
    fill: rgb(108 117 125 / 0.1) !important;
  }

  .md\:fill-brand-muted\/100 {
    fill: rgb(108 117 125 / 1) !important;
  }

  .md\:fill-brand-muted\/15 {
    fill: rgb(108 117 125 / 0.15) !important;
  }

  .md\:fill-brand-muted\/20 {
    fill: rgb(108 117 125 / 0.2) !important;
  }

  .md\:fill-brand-muted\/25 {
    fill: rgb(108 117 125 / 0.25) !important;
  }

  .md\:fill-brand-muted\/30 {
    fill: rgb(108 117 125 / 0.3) !important;
  }

  .md\:fill-brand-muted\/35 {
    fill: rgb(108 117 125 / 0.35) !important;
  }

  .md\:fill-brand-muted\/40 {
    fill: rgb(108 117 125 / 0.4) !important;
  }

  .md\:fill-brand-muted\/45 {
    fill: rgb(108 117 125 / 0.45) !important;
  }

  .md\:fill-brand-muted\/5 {
    fill: rgb(108 117 125 / 0.05) !important;
  }

  .md\:fill-brand-muted\/50 {
    fill: rgb(108 117 125 / 0.5) !important;
  }

  .md\:fill-brand-muted\/55 {
    fill: rgb(108 117 125 / 0.55) !important;
  }

  .md\:fill-brand-muted\/60 {
    fill: rgb(108 117 125 / 0.6) !important;
  }

  .md\:fill-brand-muted\/65 {
    fill: rgb(108 117 125 / 0.65) !important;
  }

  .md\:fill-brand-muted\/70 {
    fill: rgb(108 117 125 / 0.7) !important;
  }

  .md\:fill-brand-muted\/75 {
    fill: rgb(108 117 125 / 0.75) !important;
  }

  .md\:fill-brand-muted\/80 {
    fill: rgb(108 117 125 / 0.8) !important;
  }

  .md\:fill-brand-muted\/85 {
    fill: rgb(108 117 125 / 0.85) !important;
  }

  .md\:fill-brand-muted\/90 {
    fill: rgb(108 117 125 / 0.9) !important;
  }

  .md\:fill-brand-muted\/95 {
    fill: rgb(108 117 125 / 0.95) !important;
  }

  .md\:fill-brand-primary {
    fill: #F4B811 !important;
  }

  .md\:fill-brand-primary\/0 {
    fill: rgb(244 184 17 / 0) !important;
  }

  .md\:fill-brand-primary\/10 {
    fill: rgb(244 184 17 / 0.1) !important;
  }

  .md\:fill-brand-primary\/100 {
    fill: rgb(244 184 17 / 1) !important;
  }

  .md\:fill-brand-primary\/15 {
    fill: rgb(244 184 17 / 0.15) !important;
  }

  .md\:fill-brand-primary\/20 {
    fill: rgb(244 184 17 / 0.2) !important;
  }

  .md\:fill-brand-primary\/25 {
    fill: rgb(244 184 17 / 0.25) !important;
  }

  .md\:fill-brand-primary\/30 {
    fill: rgb(244 184 17 / 0.3) !important;
  }

  .md\:fill-brand-primary\/35 {
    fill: rgb(244 184 17 / 0.35) !important;
  }

  .md\:fill-brand-primary\/40 {
    fill: rgb(244 184 17 / 0.4) !important;
  }

  .md\:fill-brand-primary\/45 {
    fill: rgb(244 184 17 / 0.45) !important;
  }

  .md\:fill-brand-primary\/5 {
    fill: rgb(244 184 17 / 0.05) !important;
  }

  .md\:fill-brand-primary\/50 {
    fill: rgb(244 184 17 / 0.5) !important;
  }

  .md\:fill-brand-primary\/55 {
    fill: rgb(244 184 17 / 0.55) !important;
  }

  .md\:fill-brand-primary\/60 {
    fill: rgb(244 184 17 / 0.6) !important;
  }

  .md\:fill-brand-primary\/65 {
    fill: rgb(244 184 17 / 0.65) !important;
  }

  .md\:fill-brand-primary\/70 {
    fill: rgb(244 184 17 / 0.7) !important;
  }

  .md\:fill-brand-primary\/75 {
    fill: rgb(244 184 17 / 0.75) !important;
  }

  .md\:fill-brand-primary\/80 {
    fill: rgb(244 184 17 / 0.8) !important;
  }

  .md\:fill-brand-primary\/85 {
    fill: rgb(244 184 17 / 0.85) !important;
  }

  .md\:fill-brand-primary\/90 {
    fill: rgb(244 184 17 / 0.9) !important;
  }

  .md\:fill-brand-primary\/95 {
    fill: rgb(244 184 17 / 0.95) !important;
  }

  .md\:fill-brand-secondary {
    fill: #FFCC00 !important;
  }

  .md\:fill-brand-secondary\/0 {
    fill: rgb(255 204 0 / 0) !important;
  }

  .md\:fill-brand-secondary\/10 {
    fill: rgb(255 204 0 / 0.1) !important;
  }

  .md\:fill-brand-secondary\/100 {
    fill: rgb(255 204 0 / 1) !important;
  }

  .md\:fill-brand-secondary\/15 {
    fill: rgb(255 204 0 / 0.15) !important;
  }

  .md\:fill-brand-secondary\/20 {
    fill: rgb(255 204 0 / 0.2) !important;
  }

  .md\:fill-brand-secondary\/25 {
    fill: rgb(255 204 0 / 0.25) !important;
  }

  .md\:fill-brand-secondary\/30 {
    fill: rgb(255 204 0 / 0.3) !important;
  }

  .md\:fill-brand-secondary\/35 {
    fill: rgb(255 204 0 / 0.35) !important;
  }

  .md\:fill-brand-secondary\/40 {
    fill: rgb(255 204 0 / 0.4) !important;
  }

  .md\:fill-brand-secondary\/45 {
    fill: rgb(255 204 0 / 0.45) !important;
  }

  .md\:fill-brand-secondary\/5 {
    fill: rgb(255 204 0 / 0.05) !important;
  }

  .md\:fill-brand-secondary\/50 {
    fill: rgb(255 204 0 / 0.5) !important;
  }

  .md\:fill-brand-secondary\/55 {
    fill: rgb(255 204 0 / 0.55) !important;
  }

  .md\:fill-brand-secondary\/60 {
    fill: rgb(255 204 0 / 0.6) !important;
  }

  .md\:fill-brand-secondary\/65 {
    fill: rgb(255 204 0 / 0.65) !important;
  }

  .md\:fill-brand-secondary\/70 {
    fill: rgb(255 204 0 / 0.7) !important;
  }

  .md\:fill-brand-secondary\/75 {
    fill: rgb(255 204 0 / 0.75) !important;
  }

  .md\:fill-brand-secondary\/80 {
    fill: rgb(255 204 0 / 0.8) !important;
  }

  .md\:fill-brand-secondary\/85 {
    fill: rgb(255 204 0 / 0.85) !important;
  }

  .md\:fill-brand-secondary\/90 {
    fill: rgb(255 204 0 / 0.9) !important;
  }

  .md\:fill-brand-secondary\/95 {
    fill: rgb(255 204 0 / 0.95) !important;
  }

  .md\:fill-earth {
    fill: #782e01 !important;
  }

  .md\:fill-earth\/0 {
    fill: rgb(120 46 1 / 0) !important;
  }

  .md\:fill-earth\/10 {
    fill: rgb(120 46 1 / 0.1) !important;
  }

  .md\:fill-earth\/100 {
    fill: rgb(120 46 1 / 1) !important;
  }

  .md\:fill-earth\/15 {
    fill: rgb(120 46 1 / 0.15) !important;
  }

  .md\:fill-earth\/20 {
    fill: rgb(120 46 1 / 0.2) !important;
  }

  .md\:fill-earth\/25 {
    fill: rgb(120 46 1 / 0.25) !important;
  }

  .md\:fill-earth\/30 {
    fill: rgb(120 46 1 / 0.3) !important;
  }

  .md\:fill-earth\/35 {
    fill: rgb(120 46 1 / 0.35) !important;
  }

  .md\:fill-earth\/40 {
    fill: rgb(120 46 1 / 0.4) !important;
  }

  .md\:fill-earth\/45 {
    fill: rgb(120 46 1 / 0.45) !important;
  }

  .md\:fill-earth\/5 {
    fill: rgb(120 46 1 / 0.05) !important;
  }

  .md\:fill-earth\/50 {
    fill: rgb(120 46 1 / 0.5) !important;
  }

  .md\:fill-earth\/55 {
    fill: rgb(120 46 1 / 0.55) !important;
  }

  .md\:fill-earth\/60 {
    fill: rgb(120 46 1 / 0.6) !important;
  }

  .md\:fill-earth\/65 {
    fill: rgb(120 46 1 / 0.65) !important;
  }

  .md\:fill-earth\/70 {
    fill: rgb(120 46 1 / 0.7) !important;
  }

  .md\:fill-earth\/75 {
    fill: rgb(120 46 1 / 0.75) !important;
  }

  .md\:fill-earth\/80 {
    fill: rgb(120 46 1 / 0.8) !important;
  }

  .md\:fill-earth\/85 {
    fill: rgb(120 46 1 / 0.85) !important;
  }

  .md\:fill-earth\/90 {
    fill: rgb(120 46 1 / 0.9) !important;
  }

  .md\:fill-earth\/95 {
    fill: rgb(120 46 1 / 0.95) !important;
  }

  .md\:fill-harvest {
    fill: #d78131 !important;
  }

  .md\:fill-harvest\/0 {
    fill: rgb(215 129 49 / 0) !important;
  }

  .md\:fill-harvest\/10 {
    fill: rgb(215 129 49 / 0.1) !important;
  }

  .md\:fill-harvest\/100 {
    fill: rgb(215 129 49 / 1) !important;
  }

  .md\:fill-harvest\/15 {
    fill: rgb(215 129 49 / 0.15) !important;
  }

  .md\:fill-harvest\/20 {
    fill: rgb(215 129 49 / 0.2) !important;
  }

  .md\:fill-harvest\/25 {
    fill: rgb(215 129 49 / 0.25) !important;
  }

  .md\:fill-harvest\/30 {
    fill: rgb(215 129 49 / 0.3) !important;
  }

  .md\:fill-harvest\/35 {
    fill: rgb(215 129 49 / 0.35) !important;
  }

  .md\:fill-harvest\/40 {
    fill: rgb(215 129 49 / 0.4) !important;
  }

  .md\:fill-harvest\/45 {
    fill: rgb(215 129 49 / 0.45) !important;
  }

  .md\:fill-harvest\/5 {
    fill: rgb(215 129 49 / 0.05) !important;
  }

  .md\:fill-harvest\/50 {
    fill: rgb(215 129 49 / 0.5) !important;
  }

  .md\:fill-harvest\/55 {
    fill: rgb(215 129 49 / 0.55) !important;
  }

  .md\:fill-harvest\/60 {
    fill: rgb(215 129 49 / 0.6) !important;
  }

  .md\:fill-harvest\/65 {
    fill: rgb(215 129 49 / 0.65) !important;
  }

  .md\:fill-harvest\/70 {
    fill: rgb(215 129 49 / 0.7) !important;
  }

  .md\:fill-harvest\/75 {
    fill: rgb(215 129 49 / 0.75) !important;
  }

  .md\:fill-harvest\/80 {
    fill: rgb(215 129 49 / 0.8) !important;
  }

  .md\:fill-harvest\/85 {
    fill: rgb(215 129 49 / 0.85) !important;
  }

  .md\:fill-harvest\/90 {
    fill: rgb(215 129 49 / 0.9) !important;
  }

  .md\:fill-harvest\/95 {
    fill: rgb(215 129 49 / 0.95) !important;
  }

  .md\:fill-sprout {
    fill: #c4d148 !important;
  }

  .md\:fill-sprout\/0 {
    fill: rgb(196 209 72 / 0) !important;
  }

  .md\:fill-sprout\/10 {
    fill: rgb(196 209 72 / 0.1) !important;
  }

  .md\:fill-sprout\/100 {
    fill: rgb(196 209 72 / 1) !important;
  }

  .md\:fill-sprout\/15 {
    fill: rgb(196 209 72 / 0.15) !important;
  }

  .md\:fill-sprout\/20 {
    fill: rgb(196 209 72 / 0.2) !important;
  }

  .md\:fill-sprout\/25 {
    fill: rgb(196 209 72 / 0.25) !important;
  }

  .md\:fill-sprout\/30 {
    fill: rgb(196 209 72 / 0.3) !important;
  }

  .md\:fill-sprout\/35 {
    fill: rgb(196 209 72 / 0.35) !important;
  }

  .md\:fill-sprout\/40 {
    fill: rgb(196 209 72 / 0.4) !important;
  }

  .md\:fill-sprout\/45 {
    fill: rgb(196 209 72 / 0.45) !important;
  }

  .md\:fill-sprout\/5 {
    fill: rgb(196 209 72 / 0.05) !important;
  }

  .md\:fill-sprout\/50 {
    fill: rgb(196 209 72 / 0.5) !important;
  }

  .md\:fill-sprout\/55 {
    fill: rgb(196 209 72 / 0.55) !important;
  }

  .md\:fill-sprout\/60 {
    fill: rgb(196 209 72 / 0.6) !important;
  }

  .md\:fill-sprout\/65 {
    fill: rgb(196 209 72 / 0.65) !important;
  }

  .md\:fill-sprout\/70 {
    fill: rgb(196 209 72 / 0.7) !important;
  }

  .md\:fill-sprout\/75 {
    fill: rgb(196 209 72 / 0.75) !important;
  }

  .md\:fill-sprout\/80 {
    fill: rgb(196 209 72 / 0.8) !important;
  }

  .md\:fill-sprout\/85 {
    fill: rgb(196 209 72 / 0.85) !important;
  }

  .md\:fill-sprout\/90 {
    fill: rgb(196 209 72 / 0.9) !important;
  }

  .md\:fill-sprout\/95 {
    fill: rgb(196 209 72 / 0.95) !important;
  }

  .md\:fill-yellow-100 {
    fill: #fef9c3 !important;
  }

  .md\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0) !important;
  }

  .md\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1) !important;
  }

  .md\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1) !important;
  }

  .md\:fill-yellow-100\/15 {
    fill: rgb(254 249 195 / 0.15) !important;
  }

  .md\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2) !important;
  }

  .md\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25) !important;
  }

  .md\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3) !important;
  }

  .md\:fill-yellow-100\/35 {
    fill: rgb(254 249 195 / 0.35) !important;
  }

  .md\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4) !important;
  }

  .md\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45) !important;
  }

  .md\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05) !important;
  }

  .md\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5) !important;
  }

  .md\:fill-yellow-100\/55 {
    fill: rgb(254 249 195 / 0.55) !important;
  }

  .md\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6) !important;
  }

  .md\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65) !important;
  }

  .md\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7) !important;
  }

  .md\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75) !important;
  }

  .md\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8) !important;
  }

  .md\:fill-yellow-100\/85 {
    fill: rgb(254 249 195 / 0.85) !important;
  }

  .md\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9) !important;
  }

  .md\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95) !important;
  }

  .md\:fill-yellow-200 {
    fill: #fef08a !important;
  }

  .md\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0) !important;
  }

  .md\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1) !important;
  }

  .md\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1) !important;
  }

  .md\:fill-yellow-200\/15 {
    fill: rgb(254 240 138 / 0.15) !important;
  }

  .md\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2) !important;
  }

  .md\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25) !important;
  }

  .md\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3) !important;
  }

  .md\:fill-yellow-200\/35 {
    fill: rgb(254 240 138 / 0.35) !important;
  }

  .md\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4) !important;
  }

  .md\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45) !important;
  }

  .md\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05) !important;
  }

  .md\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5) !important;
  }

  .md\:fill-yellow-200\/55 {
    fill: rgb(254 240 138 / 0.55) !important;
  }

  .md\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6) !important;
  }

  .md\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65) !important;
  }

  .md\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7) !important;
  }

  .md\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75) !important;
  }

  .md\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8) !important;
  }

  .md\:fill-yellow-200\/85 {
    fill: rgb(254 240 138 / 0.85) !important;
  }

  .md\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9) !important;
  }

  .md\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95) !important;
  }

  .md\:fill-yellow-400 {
    fill: #facc15 !important;
  }

  .md\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0) !important;
  }

  .md\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1) !important;
  }

  .md\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1) !important;
  }

  .md\:fill-yellow-400\/15 {
    fill: rgb(250 204 21 / 0.15) !important;
  }

  .md\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2) !important;
  }

  .md\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25) !important;
  }

  .md\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3) !important;
  }

  .md\:fill-yellow-400\/35 {
    fill: rgb(250 204 21 / 0.35) !important;
  }

  .md\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4) !important;
  }

  .md\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45) !important;
  }

  .md\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05) !important;
  }

  .md\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5) !important;
  }

  .md\:fill-yellow-400\/55 {
    fill: rgb(250 204 21 / 0.55) !important;
  }

  .md\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6) !important;
  }

  .md\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65) !important;
  }

  .md\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7) !important;
  }

  .md\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75) !important;
  }

  .md\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8) !important;
  }

  .md\:fill-yellow-400\/85 {
    fill: rgb(250 204 21 / 0.85) !important;
  }

  .md\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9) !important;
  }

  .md\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95) !important;
  }

  .md\:fill-yellow-800 {
    fill: #854d0e !important;
  }

  .md\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0) !important;
  }

  .md\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1) !important;
  }

  .md\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1) !important;
  }

  .md\:fill-yellow-800\/15 {
    fill: rgb(133 77 14 / 0.15) !important;
  }

  .md\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2) !important;
  }

  .md\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25) !important;
  }

  .md\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3) !important;
  }

  .md\:fill-yellow-800\/35 {
    fill: rgb(133 77 14 / 0.35) !important;
  }

  .md\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4) !important;
  }

  .md\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45) !important;
  }

  .md\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05) !important;
  }

  .md\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5) !important;
  }

  .md\:fill-yellow-800\/55 {
    fill: rgb(133 77 14 / 0.55) !important;
  }

  .md\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6) !important;
  }

  .md\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65) !important;
  }

  .md\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7) !important;
  }

  .md\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75) !important;
  }

  .md\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8) !important;
  }

  .md\:fill-yellow-800\/85 {
    fill: rgb(133 77 14 / 0.85) !important;
  }

  .md\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9) !important;
  }

  .md\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95) !important;
  }

  .md\:stroke-brand-dark {
    stroke: #2e2714 !important;
  }

  .md\:stroke-brand-dark\/0 {
    stroke: rgb(46 39 20 / 0) !important;
  }

  .md\:stroke-brand-dark\/10 {
    stroke: rgb(46 39 20 / 0.1) !important;
  }

  .md\:stroke-brand-dark\/100 {
    stroke: rgb(46 39 20 / 1) !important;
  }

  .md\:stroke-brand-dark\/15 {
    stroke: rgb(46 39 20 / 0.15) !important;
  }

  .md\:stroke-brand-dark\/20 {
    stroke: rgb(46 39 20 / 0.2) !important;
  }

  .md\:stroke-brand-dark\/25 {
    stroke: rgb(46 39 20 / 0.25) !important;
  }

  .md\:stroke-brand-dark\/30 {
    stroke: rgb(46 39 20 / 0.3) !important;
  }

  .md\:stroke-brand-dark\/35 {
    stroke: rgb(46 39 20 / 0.35) !important;
  }

  .md\:stroke-brand-dark\/40 {
    stroke: rgb(46 39 20 / 0.4) !important;
  }

  .md\:stroke-brand-dark\/45 {
    stroke: rgb(46 39 20 / 0.45) !important;
  }

  .md\:stroke-brand-dark\/5 {
    stroke: rgb(46 39 20 / 0.05) !important;
  }

  .md\:stroke-brand-dark\/50 {
    stroke: rgb(46 39 20 / 0.5) !important;
  }

  .md\:stroke-brand-dark\/55 {
    stroke: rgb(46 39 20 / 0.55) !important;
  }

  .md\:stroke-brand-dark\/60 {
    stroke: rgb(46 39 20 / 0.6) !important;
  }

  .md\:stroke-brand-dark\/65 {
    stroke: rgb(46 39 20 / 0.65) !important;
  }

  .md\:stroke-brand-dark\/70 {
    stroke: rgb(46 39 20 / 0.7) !important;
  }

  .md\:stroke-brand-dark\/75 {
    stroke: rgb(46 39 20 / 0.75) !important;
  }

  .md\:stroke-brand-dark\/80 {
    stroke: rgb(46 39 20 / 0.8) !important;
  }

  .md\:stroke-brand-dark\/85 {
    stroke: rgb(46 39 20 / 0.85) !important;
  }

  .md\:stroke-brand-dark\/90 {
    stroke: rgb(46 39 20 / 0.9) !important;
  }

  .md\:stroke-brand-dark\/95 {
    stroke: rgb(46 39 20 / 0.95) !important;
  }

  .md\:stroke-brand-ink {
    stroke: #212529 !important;
  }

  .md\:stroke-brand-ink\/0 {
    stroke: rgb(33 37 41 / 0) !important;
  }

  .md\:stroke-brand-ink\/10 {
    stroke: rgb(33 37 41 / 0.1) !important;
  }

  .md\:stroke-brand-ink\/100 {
    stroke: rgb(33 37 41 / 1) !important;
  }

  .md\:stroke-brand-ink\/15 {
    stroke: rgb(33 37 41 / 0.15) !important;
  }

  .md\:stroke-brand-ink\/20 {
    stroke: rgb(33 37 41 / 0.2) !important;
  }

  .md\:stroke-brand-ink\/25 {
    stroke: rgb(33 37 41 / 0.25) !important;
  }

  .md\:stroke-brand-ink\/30 {
    stroke: rgb(33 37 41 / 0.3) !important;
  }

  .md\:stroke-brand-ink\/35 {
    stroke: rgb(33 37 41 / 0.35) !important;
  }

  .md\:stroke-brand-ink\/40 {
    stroke: rgb(33 37 41 / 0.4) !important;
  }

  .md\:stroke-brand-ink\/45 {
    stroke: rgb(33 37 41 / 0.45) !important;
  }

  .md\:stroke-brand-ink\/5 {
    stroke: rgb(33 37 41 / 0.05) !important;
  }

  .md\:stroke-brand-ink\/50 {
    stroke: rgb(33 37 41 / 0.5) !important;
  }

  .md\:stroke-brand-ink\/55 {
    stroke: rgb(33 37 41 / 0.55) !important;
  }

  .md\:stroke-brand-ink\/60 {
    stroke: rgb(33 37 41 / 0.6) !important;
  }

  .md\:stroke-brand-ink\/65 {
    stroke: rgb(33 37 41 / 0.65) !important;
  }

  .md\:stroke-brand-ink\/70 {
    stroke: rgb(33 37 41 / 0.7) !important;
  }

  .md\:stroke-brand-ink\/75 {
    stroke: rgb(33 37 41 / 0.75) !important;
  }

  .md\:stroke-brand-ink\/80 {
    stroke: rgb(33 37 41 / 0.8) !important;
  }

  .md\:stroke-brand-ink\/85 {
    stroke: rgb(33 37 41 / 0.85) !important;
  }

  .md\:stroke-brand-ink\/90 {
    stroke: rgb(33 37 41 / 0.9) !important;
  }

  .md\:stroke-brand-ink\/95 {
    stroke: rgb(33 37 41 / 0.95) !important;
  }

  .md\:stroke-brand-light {
    stroke: #f5f4f0 !important;
  }

  .md\:stroke-brand-light\/0 {
    stroke: rgb(245 244 240 / 0) !important;
  }

  .md\:stroke-brand-light\/10 {
    stroke: rgb(245 244 240 / 0.1) !important;
  }

  .md\:stroke-brand-light\/100 {
    stroke: rgb(245 244 240 / 1) !important;
  }

  .md\:stroke-brand-light\/15 {
    stroke: rgb(245 244 240 / 0.15) !important;
  }

  .md\:stroke-brand-light\/20 {
    stroke: rgb(245 244 240 / 0.2) !important;
  }

  .md\:stroke-brand-light\/25 {
    stroke: rgb(245 244 240 / 0.25) !important;
  }

  .md\:stroke-brand-light\/30 {
    stroke: rgb(245 244 240 / 0.3) !important;
  }

  .md\:stroke-brand-light\/35 {
    stroke: rgb(245 244 240 / 0.35) !important;
  }

  .md\:stroke-brand-light\/40 {
    stroke: rgb(245 244 240 / 0.4) !important;
  }

  .md\:stroke-brand-light\/45 {
    stroke: rgb(245 244 240 / 0.45) !important;
  }

  .md\:stroke-brand-light\/5 {
    stroke: rgb(245 244 240 / 0.05) !important;
  }

  .md\:stroke-brand-light\/50 {
    stroke: rgb(245 244 240 / 0.5) !important;
  }

  .md\:stroke-brand-light\/55 {
    stroke: rgb(245 244 240 / 0.55) !important;
  }

  .md\:stroke-brand-light\/60 {
    stroke: rgb(245 244 240 / 0.6) !important;
  }

  .md\:stroke-brand-light\/65 {
    stroke: rgb(245 244 240 / 0.65) !important;
  }

  .md\:stroke-brand-light\/70 {
    stroke: rgb(245 244 240 / 0.7) !important;
  }

  .md\:stroke-brand-light\/75 {
    stroke: rgb(245 244 240 / 0.75) !important;
  }

  .md\:stroke-brand-light\/80 {
    stroke: rgb(245 244 240 / 0.8) !important;
  }

  .md\:stroke-brand-light\/85 {
    stroke: rgb(245 244 240 / 0.85) !important;
  }

  .md\:stroke-brand-light\/90 {
    stroke: rgb(245 244 240 / 0.9) !important;
  }

  .md\:stroke-brand-light\/95 {
    stroke: rgb(245 244 240 / 0.95) !important;
  }

  .md\:stroke-brand-link {
    stroke: #936e07 !important;
  }

  .md\:stroke-brand-link-hover {
    stroke: #4a3703 !important;
  }

  .md\:stroke-brand-link-hover\/0 {
    stroke: rgb(74 55 3 / 0) !important;
  }

  .md\:stroke-brand-link-hover\/10 {
    stroke: rgb(74 55 3 / 0.1) !important;
  }

  .md\:stroke-brand-link-hover\/100 {
    stroke: rgb(74 55 3 / 1) !important;
  }

  .md\:stroke-brand-link-hover\/15 {
    stroke: rgb(74 55 3 / 0.15) !important;
  }

  .md\:stroke-brand-link-hover\/20 {
    stroke: rgb(74 55 3 / 0.2) !important;
  }

  .md\:stroke-brand-link-hover\/25 {
    stroke: rgb(74 55 3 / 0.25) !important;
  }

  .md\:stroke-brand-link-hover\/30 {
    stroke: rgb(74 55 3 / 0.3) !important;
  }

  .md\:stroke-brand-link-hover\/35 {
    stroke: rgb(74 55 3 / 0.35) !important;
  }

  .md\:stroke-brand-link-hover\/40 {
    stroke: rgb(74 55 3 / 0.4) !important;
  }

  .md\:stroke-brand-link-hover\/45 {
    stroke: rgb(74 55 3 / 0.45) !important;
  }

  .md\:stroke-brand-link-hover\/5 {
    stroke: rgb(74 55 3 / 0.05) !important;
  }

  .md\:stroke-brand-link-hover\/50 {
    stroke: rgb(74 55 3 / 0.5) !important;
  }

  .md\:stroke-brand-link-hover\/55 {
    stroke: rgb(74 55 3 / 0.55) !important;
  }

  .md\:stroke-brand-link-hover\/60 {
    stroke: rgb(74 55 3 / 0.6) !important;
  }

  .md\:stroke-brand-link-hover\/65 {
    stroke: rgb(74 55 3 / 0.65) !important;
  }

  .md\:stroke-brand-link-hover\/70 {
    stroke: rgb(74 55 3 / 0.7) !important;
  }

  .md\:stroke-brand-link-hover\/75 {
    stroke: rgb(74 55 3 / 0.75) !important;
  }

  .md\:stroke-brand-link-hover\/80 {
    stroke: rgb(74 55 3 / 0.8) !important;
  }

  .md\:stroke-brand-link-hover\/85 {
    stroke: rgb(74 55 3 / 0.85) !important;
  }

  .md\:stroke-brand-link-hover\/90 {
    stroke: rgb(74 55 3 / 0.9) !important;
  }

  .md\:stroke-brand-link-hover\/95 {
    stroke: rgb(74 55 3 / 0.95) !important;
  }

  .md\:stroke-brand-link\/0 {
    stroke: rgb(147 110 7 / 0) !important;
  }

  .md\:stroke-brand-link\/10 {
    stroke: rgb(147 110 7 / 0.1) !important;
  }

  .md\:stroke-brand-link\/100 {
    stroke: rgb(147 110 7 / 1) !important;
  }

  .md\:stroke-brand-link\/15 {
    stroke: rgb(147 110 7 / 0.15) !important;
  }

  .md\:stroke-brand-link\/20 {
    stroke: rgb(147 110 7 / 0.2) !important;
  }

  .md\:stroke-brand-link\/25 {
    stroke: rgb(147 110 7 / 0.25) !important;
  }

  .md\:stroke-brand-link\/30 {
    stroke: rgb(147 110 7 / 0.3) !important;
  }

  .md\:stroke-brand-link\/35 {
    stroke: rgb(147 110 7 / 0.35) !important;
  }

  .md\:stroke-brand-link\/40 {
    stroke: rgb(147 110 7 / 0.4) !important;
  }

  .md\:stroke-brand-link\/45 {
    stroke: rgb(147 110 7 / 0.45) !important;
  }

  .md\:stroke-brand-link\/5 {
    stroke: rgb(147 110 7 / 0.05) !important;
  }

  .md\:stroke-brand-link\/50 {
    stroke: rgb(147 110 7 / 0.5) !important;
  }

  .md\:stroke-brand-link\/55 {
    stroke: rgb(147 110 7 / 0.55) !important;
  }

  .md\:stroke-brand-link\/60 {
    stroke: rgb(147 110 7 / 0.6) !important;
  }

  .md\:stroke-brand-link\/65 {
    stroke: rgb(147 110 7 / 0.65) !important;
  }

  .md\:stroke-brand-link\/70 {
    stroke: rgb(147 110 7 / 0.7) !important;
  }

  .md\:stroke-brand-link\/75 {
    stroke: rgb(147 110 7 / 0.75) !important;
  }

  .md\:stroke-brand-link\/80 {
    stroke: rgb(147 110 7 / 0.8) !important;
  }

  .md\:stroke-brand-link\/85 {
    stroke: rgb(147 110 7 / 0.85) !important;
  }

  .md\:stroke-brand-link\/90 {
    stroke: rgb(147 110 7 / 0.9) !important;
  }

  .md\:stroke-brand-link\/95 {
    stroke: rgb(147 110 7 / 0.95) !important;
  }

  .md\:stroke-brand-muted {
    stroke: #6C757D !important;
  }

  .md\:stroke-brand-muted\/0 {
    stroke: rgb(108 117 125 / 0) !important;
  }

  .md\:stroke-brand-muted\/10 {
    stroke: rgb(108 117 125 / 0.1) !important;
  }

  .md\:stroke-brand-muted\/100 {
    stroke: rgb(108 117 125 / 1) !important;
  }

  .md\:stroke-brand-muted\/15 {
    stroke: rgb(108 117 125 / 0.15) !important;
  }

  .md\:stroke-brand-muted\/20 {
    stroke: rgb(108 117 125 / 0.2) !important;
  }

  .md\:stroke-brand-muted\/25 {
    stroke: rgb(108 117 125 / 0.25) !important;
  }

  .md\:stroke-brand-muted\/30 {
    stroke: rgb(108 117 125 / 0.3) !important;
  }

  .md\:stroke-brand-muted\/35 {
    stroke: rgb(108 117 125 / 0.35) !important;
  }

  .md\:stroke-brand-muted\/40 {
    stroke: rgb(108 117 125 / 0.4) !important;
  }

  .md\:stroke-brand-muted\/45 {
    stroke: rgb(108 117 125 / 0.45) !important;
  }

  .md\:stroke-brand-muted\/5 {
    stroke: rgb(108 117 125 / 0.05) !important;
  }

  .md\:stroke-brand-muted\/50 {
    stroke: rgb(108 117 125 / 0.5) !important;
  }

  .md\:stroke-brand-muted\/55 {
    stroke: rgb(108 117 125 / 0.55) !important;
  }

  .md\:stroke-brand-muted\/60 {
    stroke: rgb(108 117 125 / 0.6) !important;
  }

  .md\:stroke-brand-muted\/65 {
    stroke: rgb(108 117 125 / 0.65) !important;
  }

  .md\:stroke-brand-muted\/70 {
    stroke: rgb(108 117 125 / 0.7) !important;
  }

  .md\:stroke-brand-muted\/75 {
    stroke: rgb(108 117 125 / 0.75) !important;
  }

  .md\:stroke-brand-muted\/80 {
    stroke: rgb(108 117 125 / 0.8) !important;
  }

  .md\:stroke-brand-muted\/85 {
    stroke: rgb(108 117 125 / 0.85) !important;
  }

  .md\:stroke-brand-muted\/90 {
    stroke: rgb(108 117 125 / 0.9) !important;
  }

  .md\:stroke-brand-muted\/95 {
    stroke: rgb(108 117 125 / 0.95) !important;
  }

  .md\:stroke-brand-primary {
    stroke: #F4B811 !important;
  }

  .md\:stroke-brand-primary\/0 {
    stroke: rgb(244 184 17 / 0) !important;
  }

  .md\:stroke-brand-primary\/10 {
    stroke: rgb(244 184 17 / 0.1) !important;
  }

  .md\:stroke-brand-primary\/100 {
    stroke: rgb(244 184 17 / 1) !important;
  }

  .md\:stroke-brand-primary\/15 {
    stroke: rgb(244 184 17 / 0.15) !important;
  }

  .md\:stroke-brand-primary\/20 {
    stroke: rgb(244 184 17 / 0.2) !important;
  }

  .md\:stroke-brand-primary\/25 {
    stroke: rgb(244 184 17 / 0.25) !important;
  }

  .md\:stroke-brand-primary\/30 {
    stroke: rgb(244 184 17 / 0.3) !important;
  }

  .md\:stroke-brand-primary\/35 {
    stroke: rgb(244 184 17 / 0.35) !important;
  }

  .md\:stroke-brand-primary\/40 {
    stroke: rgb(244 184 17 / 0.4) !important;
  }

  .md\:stroke-brand-primary\/45 {
    stroke: rgb(244 184 17 / 0.45) !important;
  }

  .md\:stroke-brand-primary\/5 {
    stroke: rgb(244 184 17 / 0.05) !important;
  }

  .md\:stroke-brand-primary\/50 {
    stroke: rgb(244 184 17 / 0.5) !important;
  }

  .md\:stroke-brand-primary\/55 {
    stroke: rgb(244 184 17 / 0.55) !important;
  }

  .md\:stroke-brand-primary\/60 {
    stroke: rgb(244 184 17 / 0.6) !important;
  }

  .md\:stroke-brand-primary\/65 {
    stroke: rgb(244 184 17 / 0.65) !important;
  }

  .md\:stroke-brand-primary\/70 {
    stroke: rgb(244 184 17 / 0.7) !important;
  }

  .md\:stroke-brand-primary\/75 {
    stroke: rgb(244 184 17 / 0.75) !important;
  }

  .md\:stroke-brand-primary\/80 {
    stroke: rgb(244 184 17 / 0.8) !important;
  }

  .md\:stroke-brand-primary\/85 {
    stroke: rgb(244 184 17 / 0.85) !important;
  }

  .md\:stroke-brand-primary\/90 {
    stroke: rgb(244 184 17 / 0.9) !important;
  }

  .md\:stroke-brand-primary\/95 {
    stroke: rgb(244 184 17 / 0.95) !important;
  }

  .md\:stroke-brand-secondary {
    stroke: #FFCC00 !important;
  }

  .md\:stroke-brand-secondary\/0 {
    stroke: rgb(255 204 0 / 0) !important;
  }

  .md\:stroke-brand-secondary\/10 {
    stroke: rgb(255 204 0 / 0.1) !important;
  }

  .md\:stroke-brand-secondary\/100 {
    stroke: rgb(255 204 0 / 1) !important;
  }

  .md\:stroke-brand-secondary\/15 {
    stroke: rgb(255 204 0 / 0.15) !important;
  }

  .md\:stroke-brand-secondary\/20 {
    stroke: rgb(255 204 0 / 0.2) !important;
  }

  .md\:stroke-brand-secondary\/25 {
    stroke: rgb(255 204 0 / 0.25) !important;
  }

  .md\:stroke-brand-secondary\/30 {
    stroke: rgb(255 204 0 / 0.3) !important;
  }

  .md\:stroke-brand-secondary\/35 {
    stroke: rgb(255 204 0 / 0.35) !important;
  }

  .md\:stroke-brand-secondary\/40 {
    stroke: rgb(255 204 0 / 0.4) !important;
  }

  .md\:stroke-brand-secondary\/45 {
    stroke: rgb(255 204 0 / 0.45) !important;
  }

  .md\:stroke-brand-secondary\/5 {
    stroke: rgb(255 204 0 / 0.05) !important;
  }

  .md\:stroke-brand-secondary\/50 {
    stroke: rgb(255 204 0 / 0.5) !important;
  }

  .md\:stroke-brand-secondary\/55 {
    stroke: rgb(255 204 0 / 0.55) !important;
  }

  .md\:stroke-brand-secondary\/60 {
    stroke: rgb(255 204 0 / 0.6) !important;
  }

  .md\:stroke-brand-secondary\/65 {
    stroke: rgb(255 204 0 / 0.65) !important;
  }

  .md\:stroke-brand-secondary\/70 {
    stroke: rgb(255 204 0 / 0.7) !important;
  }

  .md\:stroke-brand-secondary\/75 {
    stroke: rgb(255 204 0 / 0.75) !important;
  }

  .md\:stroke-brand-secondary\/80 {
    stroke: rgb(255 204 0 / 0.8) !important;
  }

  .md\:stroke-brand-secondary\/85 {
    stroke: rgb(255 204 0 / 0.85) !important;
  }

  .md\:stroke-brand-secondary\/90 {
    stroke: rgb(255 204 0 / 0.9) !important;
  }

  .md\:stroke-brand-secondary\/95 {
    stroke: rgb(255 204 0 / 0.95) !important;
  }

  .md\:stroke-earth {
    stroke: #782e01 !important;
  }

  .md\:stroke-earth\/0 {
    stroke: rgb(120 46 1 / 0) !important;
  }

  .md\:stroke-earth\/10 {
    stroke: rgb(120 46 1 / 0.1) !important;
  }

  .md\:stroke-earth\/100 {
    stroke: rgb(120 46 1 / 1) !important;
  }

  .md\:stroke-earth\/15 {
    stroke: rgb(120 46 1 / 0.15) !important;
  }

  .md\:stroke-earth\/20 {
    stroke: rgb(120 46 1 / 0.2) !important;
  }

  .md\:stroke-earth\/25 {
    stroke: rgb(120 46 1 / 0.25) !important;
  }

  .md\:stroke-earth\/30 {
    stroke: rgb(120 46 1 / 0.3) !important;
  }

  .md\:stroke-earth\/35 {
    stroke: rgb(120 46 1 / 0.35) !important;
  }

  .md\:stroke-earth\/40 {
    stroke: rgb(120 46 1 / 0.4) !important;
  }

  .md\:stroke-earth\/45 {
    stroke: rgb(120 46 1 / 0.45) !important;
  }

  .md\:stroke-earth\/5 {
    stroke: rgb(120 46 1 / 0.05) !important;
  }

  .md\:stroke-earth\/50 {
    stroke: rgb(120 46 1 / 0.5) !important;
  }

  .md\:stroke-earth\/55 {
    stroke: rgb(120 46 1 / 0.55) !important;
  }

  .md\:stroke-earth\/60 {
    stroke: rgb(120 46 1 / 0.6) !important;
  }

  .md\:stroke-earth\/65 {
    stroke: rgb(120 46 1 / 0.65) !important;
  }

  .md\:stroke-earth\/70 {
    stroke: rgb(120 46 1 / 0.7) !important;
  }

  .md\:stroke-earth\/75 {
    stroke: rgb(120 46 1 / 0.75) !important;
  }

  .md\:stroke-earth\/80 {
    stroke: rgb(120 46 1 / 0.8) !important;
  }

  .md\:stroke-earth\/85 {
    stroke: rgb(120 46 1 / 0.85) !important;
  }

  .md\:stroke-earth\/90 {
    stroke: rgb(120 46 1 / 0.9) !important;
  }

  .md\:stroke-earth\/95 {
    stroke: rgb(120 46 1 / 0.95) !important;
  }

  .md\:stroke-harvest {
    stroke: #d78131 !important;
  }

  .md\:stroke-harvest\/0 {
    stroke: rgb(215 129 49 / 0) !important;
  }

  .md\:stroke-harvest\/10 {
    stroke: rgb(215 129 49 / 0.1) !important;
  }

  .md\:stroke-harvest\/100 {
    stroke: rgb(215 129 49 / 1) !important;
  }

  .md\:stroke-harvest\/15 {
    stroke: rgb(215 129 49 / 0.15) !important;
  }

  .md\:stroke-harvest\/20 {
    stroke: rgb(215 129 49 / 0.2) !important;
  }

  .md\:stroke-harvest\/25 {
    stroke: rgb(215 129 49 / 0.25) !important;
  }

  .md\:stroke-harvest\/30 {
    stroke: rgb(215 129 49 / 0.3) !important;
  }

  .md\:stroke-harvest\/35 {
    stroke: rgb(215 129 49 / 0.35) !important;
  }

  .md\:stroke-harvest\/40 {
    stroke: rgb(215 129 49 / 0.4) !important;
  }

  .md\:stroke-harvest\/45 {
    stroke: rgb(215 129 49 / 0.45) !important;
  }

  .md\:stroke-harvest\/5 {
    stroke: rgb(215 129 49 / 0.05) !important;
  }

  .md\:stroke-harvest\/50 {
    stroke: rgb(215 129 49 / 0.5) !important;
  }

  .md\:stroke-harvest\/55 {
    stroke: rgb(215 129 49 / 0.55) !important;
  }

  .md\:stroke-harvest\/60 {
    stroke: rgb(215 129 49 / 0.6) !important;
  }

  .md\:stroke-harvest\/65 {
    stroke: rgb(215 129 49 / 0.65) !important;
  }

  .md\:stroke-harvest\/70 {
    stroke: rgb(215 129 49 / 0.7) !important;
  }

  .md\:stroke-harvest\/75 {
    stroke: rgb(215 129 49 / 0.75) !important;
  }

  .md\:stroke-harvest\/80 {
    stroke: rgb(215 129 49 / 0.8) !important;
  }

  .md\:stroke-harvest\/85 {
    stroke: rgb(215 129 49 / 0.85) !important;
  }

  .md\:stroke-harvest\/90 {
    stroke: rgb(215 129 49 / 0.9) !important;
  }

  .md\:stroke-harvest\/95 {
    stroke: rgb(215 129 49 / 0.95) !important;
  }

  .md\:stroke-sprout {
    stroke: #c4d148 !important;
  }

  .md\:stroke-sprout\/0 {
    stroke: rgb(196 209 72 / 0) !important;
  }

  .md\:stroke-sprout\/10 {
    stroke: rgb(196 209 72 / 0.1) !important;
  }

  .md\:stroke-sprout\/100 {
    stroke: rgb(196 209 72 / 1) !important;
  }

  .md\:stroke-sprout\/15 {
    stroke: rgb(196 209 72 / 0.15) !important;
  }

  .md\:stroke-sprout\/20 {
    stroke: rgb(196 209 72 / 0.2) !important;
  }

  .md\:stroke-sprout\/25 {
    stroke: rgb(196 209 72 / 0.25) !important;
  }

  .md\:stroke-sprout\/30 {
    stroke: rgb(196 209 72 / 0.3) !important;
  }

  .md\:stroke-sprout\/35 {
    stroke: rgb(196 209 72 / 0.35) !important;
  }

  .md\:stroke-sprout\/40 {
    stroke: rgb(196 209 72 / 0.4) !important;
  }

  .md\:stroke-sprout\/45 {
    stroke: rgb(196 209 72 / 0.45) !important;
  }

  .md\:stroke-sprout\/5 {
    stroke: rgb(196 209 72 / 0.05) !important;
  }

  .md\:stroke-sprout\/50 {
    stroke: rgb(196 209 72 / 0.5) !important;
  }

  .md\:stroke-sprout\/55 {
    stroke: rgb(196 209 72 / 0.55) !important;
  }

  .md\:stroke-sprout\/60 {
    stroke: rgb(196 209 72 / 0.6) !important;
  }

  .md\:stroke-sprout\/65 {
    stroke: rgb(196 209 72 / 0.65) !important;
  }

  .md\:stroke-sprout\/70 {
    stroke: rgb(196 209 72 / 0.7) !important;
  }

  .md\:stroke-sprout\/75 {
    stroke: rgb(196 209 72 / 0.75) !important;
  }

  .md\:stroke-sprout\/80 {
    stroke: rgb(196 209 72 / 0.8) !important;
  }

  .md\:stroke-sprout\/85 {
    stroke: rgb(196 209 72 / 0.85) !important;
  }

  .md\:stroke-sprout\/90 {
    stroke: rgb(196 209 72 / 0.9) !important;
  }

  .md\:stroke-sprout\/95 {
    stroke: rgb(196 209 72 / 0.95) !important;
  }

  .md\:stroke-yellow-100 {
    stroke: #fef9c3 !important;
  }

  .md\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0) !important;
  }

  .md\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1) !important;
  }

  .md\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1) !important;
  }

  .md\:stroke-yellow-100\/15 {
    stroke: rgb(254 249 195 / 0.15) !important;
  }

  .md\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2) !important;
  }

  .md\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25) !important;
  }

  .md\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3) !important;
  }

  .md\:stroke-yellow-100\/35 {
    stroke: rgb(254 249 195 / 0.35) !important;
  }

  .md\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4) !important;
  }

  .md\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45) !important;
  }

  .md\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05) !important;
  }

  .md\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5) !important;
  }

  .md\:stroke-yellow-100\/55 {
    stroke: rgb(254 249 195 / 0.55) !important;
  }

  .md\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6) !important;
  }

  .md\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65) !important;
  }

  .md\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7) !important;
  }

  .md\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75) !important;
  }

  .md\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8) !important;
  }

  .md\:stroke-yellow-100\/85 {
    stroke: rgb(254 249 195 / 0.85) !important;
  }

  .md\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9) !important;
  }

  .md\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95) !important;
  }

  .md\:stroke-yellow-200 {
    stroke: #fef08a !important;
  }

  .md\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0) !important;
  }

  .md\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1) !important;
  }

  .md\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1) !important;
  }

  .md\:stroke-yellow-200\/15 {
    stroke: rgb(254 240 138 / 0.15) !important;
  }

  .md\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2) !important;
  }

  .md\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25) !important;
  }

  .md\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3) !important;
  }

  .md\:stroke-yellow-200\/35 {
    stroke: rgb(254 240 138 / 0.35) !important;
  }

  .md\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4) !important;
  }

  .md\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45) !important;
  }

  .md\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05) !important;
  }

  .md\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5) !important;
  }

  .md\:stroke-yellow-200\/55 {
    stroke: rgb(254 240 138 / 0.55) !important;
  }

  .md\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6) !important;
  }

  .md\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65) !important;
  }

  .md\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7) !important;
  }

  .md\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75) !important;
  }

  .md\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8) !important;
  }

  .md\:stroke-yellow-200\/85 {
    stroke: rgb(254 240 138 / 0.85) !important;
  }

  .md\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9) !important;
  }

  .md\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95) !important;
  }

  .md\:stroke-yellow-400 {
    stroke: #facc15 !important;
  }

  .md\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0) !important;
  }

  .md\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1) !important;
  }

  .md\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1) !important;
  }

  .md\:stroke-yellow-400\/15 {
    stroke: rgb(250 204 21 / 0.15) !important;
  }

  .md\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2) !important;
  }

  .md\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25) !important;
  }

  .md\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3) !important;
  }

  .md\:stroke-yellow-400\/35 {
    stroke: rgb(250 204 21 / 0.35) !important;
  }

  .md\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4) !important;
  }

  .md\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45) !important;
  }

  .md\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05) !important;
  }

  .md\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5) !important;
  }

  .md\:stroke-yellow-400\/55 {
    stroke: rgb(250 204 21 / 0.55) !important;
  }

  .md\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6) !important;
  }

  .md\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65) !important;
  }

  .md\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7) !important;
  }

  .md\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75) !important;
  }

  .md\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8) !important;
  }

  .md\:stroke-yellow-400\/85 {
    stroke: rgb(250 204 21 / 0.85) !important;
  }

  .md\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9) !important;
  }

  .md\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95) !important;
  }

  .md\:stroke-yellow-800 {
    stroke: #854d0e !important;
  }

  .md\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0) !important;
  }

  .md\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1) !important;
  }

  .md\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1) !important;
  }

  .md\:stroke-yellow-800\/15 {
    stroke: rgb(133 77 14 / 0.15) !important;
  }

  .md\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2) !important;
  }

  .md\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25) !important;
  }

  .md\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3) !important;
  }

  .md\:stroke-yellow-800\/35 {
    stroke: rgb(133 77 14 / 0.35) !important;
  }

  .md\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4) !important;
  }

  .md\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45) !important;
  }

  .md\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05) !important;
  }

  .md\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5) !important;
  }

  .md\:stroke-yellow-800\/55 {
    stroke: rgb(133 77 14 / 0.55) !important;
  }

  .md\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6) !important;
  }

  .md\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65) !important;
  }

  .md\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7) !important;
  }

  .md\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75) !important;
  }

  .md\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8) !important;
  }

  .md\:stroke-yellow-800\/85 {
    stroke: rgb(133 77 14 / 0.85) !important;
  }

  .md\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9) !important;
  }

  .md\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95) !important;
  }

  .md\:p-0 {
    padding: 0px !important;
  }

  .md\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .md\:p-1 {
    padding: 0.25rem !important;
  }

  .md\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-11 {
    padding: 2.75rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-14 {
    padding: 3.5rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

  .md\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .md\:p-20 {
    padding: 5rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-28 {
    padding: 7rem !important;
  }

  .md\:p-3 {
    padding: 0.75rem !important;
  }

  .md\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-36 {
    padding: 9rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-40 {
    padding: 10rem !important;
  }

  .md\:p-44 {
    padding: 11rem !important;
  }

  .md\:p-48 {
    padding: 12rem !important;
  }

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:p-52 {
    padding: 13rem !important;
  }

  .md\:p-56 {
    padding: 14rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:p-60 {
    padding: 15rem !important;
  }

  .md\:p-64 {
    padding: 16rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:p-80 {
    padding: 20rem !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pl-28 {
    padding-left: 7rem !important;
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pl-36 {
    padding-left: 9rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pl-40 {
    padding-left: 10rem !important;
  }

  .md\:pl-44 {
    padding-left: 11rem !important;
  }

  .md\:pl-48 {
    padding-left: 12rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pl-52 {
    padding-left: 13rem !important;
  }

  .md\:pl-56 {
    padding-left: 14rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pl-60 {
    padding-left: 15rem !important;
  }

  .md\:pl-64 {
    padding-left: 16rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pl-80 {
    padding-left: 20rem !important;
  }

  .md\:pr-0 {
    padding-right: 0px !important;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pr-28 {
    padding-right: 7rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pr-36 {
    padding-right: 9rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pr-40 {
    padding-right: 10rem !important;
  }

  .md\:pr-44 {
    padding-right: 11rem !important;
  }

  .md\:pr-48 {
    padding-right: 12rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pr-52 {
    padding-right: 13rem !important;
  }

  .md\:pr-56 {
    padding-right: 14rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pr-60 {
    padding-right: 15rem !important;
  }

  .md\:pr-64 {
    padding-right: 16rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pr-80 {
    padding-right: 20rem !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pt-28 {
    padding-top: 7rem !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pt-36 {
    padding-top: 9rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pt-40 {
    padding-top: 10rem !important;
  }

  .md\:pt-44 {
    padding-top: 11rem !important;
  }

  .md\:pt-48 {
    padding-top: 12rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pt-52 {
    padding-top: 13rem !important;
  }

  .md\:pt-56 {
    padding-top: 14rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pt-60 {
    padding-top: 15rem !important;
  }

  .md\:pt-64 {
    padding-top: 16rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pt-80 {
    padding-top: 20rem !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  @media (min-width: 768px) {
    .md\:md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .md\:text-\[2\.125rem\] {
    font-size: 2.125rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .md\:text-brand-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(46 39 20 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-dark\/0 {
    color: rgb(46 39 20 / 0) !important;
  }

  .md\:text-brand-dark\/10 {
    color: rgb(46 39 20 / 0.1) !important;
  }

  .md\:text-brand-dark\/100 {
    color: rgb(46 39 20 / 1) !important;
  }

  .md\:text-brand-dark\/15 {
    color: rgb(46 39 20 / 0.15) !important;
  }

  .md\:text-brand-dark\/20 {
    color: rgb(46 39 20 / 0.2) !important;
  }

  .md\:text-brand-dark\/25 {
    color: rgb(46 39 20 / 0.25) !important;
  }

  .md\:text-brand-dark\/30 {
    color: rgb(46 39 20 / 0.3) !important;
  }

  .md\:text-brand-dark\/35 {
    color: rgb(46 39 20 / 0.35) !important;
  }

  .md\:text-brand-dark\/40 {
    color: rgb(46 39 20 / 0.4) !important;
  }

  .md\:text-brand-dark\/45 {
    color: rgb(46 39 20 / 0.45) !important;
  }

  .md\:text-brand-dark\/5 {
    color: rgb(46 39 20 / 0.05) !important;
  }

  .md\:text-brand-dark\/50 {
    color: rgb(46 39 20 / 0.5) !important;
  }

  .md\:text-brand-dark\/55 {
    color: rgb(46 39 20 / 0.55) !important;
  }

  .md\:text-brand-dark\/60 {
    color: rgb(46 39 20 / 0.6) !important;
  }

  .md\:text-brand-dark\/65 {
    color: rgb(46 39 20 / 0.65) !important;
  }

  .md\:text-brand-dark\/70 {
    color: rgb(46 39 20 / 0.7) !important;
  }

  .md\:text-brand-dark\/75 {
    color: rgb(46 39 20 / 0.75) !important;
  }

  .md\:text-brand-dark\/80 {
    color: rgb(46 39 20 / 0.8) !important;
  }

  .md\:text-brand-dark\/85 {
    color: rgb(46 39 20 / 0.85) !important;
  }

  .md\:text-brand-dark\/90 {
    color: rgb(46 39 20 / 0.9) !important;
  }

  .md\:text-brand-dark\/95 {
    color: rgb(46 39 20 / 0.95) !important;
  }

  .md\:text-brand-ink {
    --tw-text-opacity: 1 !important;
    color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-ink\/0 {
    color: rgb(33 37 41 / 0) !important;
  }

  .md\:text-brand-ink\/10 {
    color: rgb(33 37 41 / 0.1) !important;
  }

  .md\:text-brand-ink\/100 {
    color: rgb(33 37 41 / 1) !important;
  }

  .md\:text-brand-ink\/15 {
    color: rgb(33 37 41 / 0.15) !important;
  }

  .md\:text-brand-ink\/20 {
    color: rgb(33 37 41 / 0.2) !important;
  }

  .md\:text-brand-ink\/25 {
    color: rgb(33 37 41 / 0.25) !important;
  }

  .md\:text-brand-ink\/30 {
    color: rgb(33 37 41 / 0.3) !important;
  }

  .md\:text-brand-ink\/35 {
    color: rgb(33 37 41 / 0.35) !important;
  }

  .md\:text-brand-ink\/40 {
    color: rgb(33 37 41 / 0.4) !important;
  }

  .md\:text-brand-ink\/45 {
    color: rgb(33 37 41 / 0.45) !important;
  }

  .md\:text-brand-ink\/5 {
    color: rgb(33 37 41 / 0.05) !important;
  }

  .md\:text-brand-ink\/50 {
    color: rgb(33 37 41 / 0.5) !important;
  }

  .md\:text-brand-ink\/55 {
    color: rgb(33 37 41 / 0.55) !important;
  }

  .md\:text-brand-ink\/60 {
    color: rgb(33 37 41 / 0.6) !important;
  }

  .md\:text-brand-ink\/65 {
    color: rgb(33 37 41 / 0.65) !important;
  }

  .md\:text-brand-ink\/70 {
    color: rgb(33 37 41 / 0.7) !important;
  }

  .md\:text-brand-ink\/75 {
    color: rgb(33 37 41 / 0.75) !important;
  }

  .md\:text-brand-ink\/80 {
    color: rgb(33 37 41 / 0.8) !important;
  }

  .md\:text-brand-ink\/85 {
    color: rgb(33 37 41 / 0.85) !important;
  }

  .md\:text-brand-ink\/90 {
    color: rgb(33 37 41 / 0.9) !important;
  }

  .md\:text-brand-ink\/95 {
    color: rgb(33 37 41 / 0.95) !important;
  }

  .md\:text-brand-light {
    --tw-text-opacity: 1 !important;
    color: rgb(245 244 240 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-light\/0 {
    color: rgb(245 244 240 / 0) !important;
  }

  .md\:text-brand-light\/10 {
    color: rgb(245 244 240 / 0.1) !important;
  }

  .md\:text-brand-light\/100 {
    color: rgb(245 244 240 / 1) !important;
  }

  .md\:text-brand-light\/15 {
    color: rgb(245 244 240 / 0.15) !important;
  }

  .md\:text-brand-light\/20 {
    color: rgb(245 244 240 / 0.2) !important;
  }

  .md\:text-brand-light\/25 {
    color: rgb(245 244 240 / 0.25) !important;
  }

  .md\:text-brand-light\/30 {
    color: rgb(245 244 240 / 0.3) !important;
  }

  .md\:text-brand-light\/35 {
    color: rgb(245 244 240 / 0.35) !important;
  }

  .md\:text-brand-light\/40 {
    color: rgb(245 244 240 / 0.4) !important;
  }

  .md\:text-brand-light\/45 {
    color: rgb(245 244 240 / 0.45) !important;
  }

  .md\:text-brand-light\/5 {
    color: rgb(245 244 240 / 0.05) !important;
  }

  .md\:text-brand-light\/50 {
    color: rgb(245 244 240 / 0.5) !important;
  }

  .md\:text-brand-light\/55 {
    color: rgb(245 244 240 / 0.55) !important;
  }

  .md\:text-brand-light\/60 {
    color: rgb(245 244 240 / 0.6) !important;
  }

  .md\:text-brand-light\/65 {
    color: rgb(245 244 240 / 0.65) !important;
  }

  .md\:text-brand-light\/70 {
    color: rgb(245 244 240 / 0.7) !important;
  }

  .md\:text-brand-light\/75 {
    color: rgb(245 244 240 / 0.75) !important;
  }

  .md\:text-brand-light\/80 {
    color: rgb(245 244 240 / 0.8) !important;
  }

  .md\:text-brand-light\/85 {
    color: rgb(245 244 240 / 0.85) !important;
  }

  .md\:text-brand-light\/90 {
    color: rgb(245 244 240 / 0.9) !important;
  }

  .md\:text-brand-light\/95 {
    color: rgb(245 244 240 / 0.95) !important;
  }

  .md\:text-brand-link {
    --tw-text-opacity: 1 !important;
    color: rgb(147 110 7 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-link-hover {
    --tw-text-opacity: 1 !important;
    color: rgb(74 55 3 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-link-hover\/0 {
    color: rgb(74 55 3 / 0) !important;
  }

  .md\:text-brand-link-hover\/10 {
    color: rgb(74 55 3 / 0.1) !important;
  }

  .md\:text-brand-link-hover\/100 {
    color: rgb(74 55 3 / 1) !important;
  }

  .md\:text-brand-link-hover\/15 {
    color: rgb(74 55 3 / 0.15) !important;
  }

  .md\:text-brand-link-hover\/20 {
    color: rgb(74 55 3 / 0.2) !important;
  }

  .md\:text-brand-link-hover\/25 {
    color: rgb(74 55 3 / 0.25) !important;
  }

  .md\:text-brand-link-hover\/30 {
    color: rgb(74 55 3 / 0.3) !important;
  }

  .md\:text-brand-link-hover\/35 {
    color: rgb(74 55 3 / 0.35) !important;
  }

  .md\:text-brand-link-hover\/40 {
    color: rgb(74 55 3 / 0.4) !important;
  }

  .md\:text-brand-link-hover\/45 {
    color: rgb(74 55 3 / 0.45) !important;
  }

  .md\:text-brand-link-hover\/5 {
    color: rgb(74 55 3 / 0.05) !important;
  }

  .md\:text-brand-link-hover\/50 {
    color: rgb(74 55 3 / 0.5) !important;
  }

  .md\:text-brand-link-hover\/55 {
    color: rgb(74 55 3 / 0.55) !important;
  }

  .md\:text-brand-link-hover\/60 {
    color: rgb(74 55 3 / 0.6) !important;
  }

  .md\:text-brand-link-hover\/65 {
    color: rgb(74 55 3 / 0.65) !important;
  }

  .md\:text-brand-link-hover\/70 {
    color: rgb(74 55 3 / 0.7) !important;
  }

  .md\:text-brand-link-hover\/75 {
    color: rgb(74 55 3 / 0.75) !important;
  }

  .md\:text-brand-link-hover\/80 {
    color: rgb(74 55 3 / 0.8) !important;
  }

  .md\:text-brand-link-hover\/85 {
    color: rgb(74 55 3 / 0.85) !important;
  }

  .md\:text-brand-link-hover\/90 {
    color: rgb(74 55 3 / 0.9) !important;
  }

  .md\:text-brand-link-hover\/95 {
    color: rgb(74 55 3 / 0.95) !important;
  }

  .md\:text-brand-link\/0 {
    color: rgb(147 110 7 / 0) !important;
  }

  .md\:text-brand-link\/10 {
    color: rgb(147 110 7 / 0.1) !important;
  }

  .md\:text-brand-link\/100 {
    color: rgb(147 110 7 / 1) !important;
  }

  .md\:text-brand-link\/15 {
    color: rgb(147 110 7 / 0.15) !important;
  }

  .md\:text-brand-link\/20 {
    color: rgb(147 110 7 / 0.2) !important;
  }

  .md\:text-brand-link\/25 {
    color: rgb(147 110 7 / 0.25) !important;
  }

  .md\:text-brand-link\/30 {
    color: rgb(147 110 7 / 0.3) !important;
  }

  .md\:text-brand-link\/35 {
    color: rgb(147 110 7 / 0.35) !important;
  }

  .md\:text-brand-link\/40 {
    color: rgb(147 110 7 / 0.4) !important;
  }

  .md\:text-brand-link\/45 {
    color: rgb(147 110 7 / 0.45) !important;
  }

  .md\:text-brand-link\/5 {
    color: rgb(147 110 7 / 0.05) !important;
  }

  .md\:text-brand-link\/50 {
    color: rgb(147 110 7 / 0.5) !important;
  }

  .md\:text-brand-link\/55 {
    color: rgb(147 110 7 / 0.55) !important;
  }

  .md\:text-brand-link\/60 {
    color: rgb(147 110 7 / 0.6) !important;
  }

  .md\:text-brand-link\/65 {
    color: rgb(147 110 7 / 0.65) !important;
  }

  .md\:text-brand-link\/70 {
    color: rgb(147 110 7 / 0.7) !important;
  }

  .md\:text-brand-link\/75 {
    color: rgb(147 110 7 / 0.75) !important;
  }

  .md\:text-brand-link\/80 {
    color: rgb(147 110 7 / 0.8) !important;
  }

  .md\:text-brand-link\/85 {
    color: rgb(147 110 7 / 0.85) !important;
  }

  .md\:text-brand-link\/90 {
    color: rgb(147 110 7 / 0.9) !important;
  }

  .md\:text-brand-link\/95 {
    color: rgb(147 110 7 / 0.95) !important;
  }

  .md\:text-brand-muted {
    --tw-text-opacity: 1 !important;
    color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-muted\/0 {
    color: rgb(108 117 125 / 0) !important;
  }

  .md\:text-brand-muted\/10 {
    color: rgb(108 117 125 / 0.1) !important;
  }

  .md\:text-brand-muted\/100 {
    color: rgb(108 117 125 / 1) !important;
  }

  .md\:text-brand-muted\/15 {
    color: rgb(108 117 125 / 0.15) !important;
  }

  .md\:text-brand-muted\/20 {
    color: rgb(108 117 125 / 0.2) !important;
  }

  .md\:text-brand-muted\/25 {
    color: rgb(108 117 125 / 0.25) !important;
  }

  .md\:text-brand-muted\/30 {
    color: rgb(108 117 125 / 0.3) !important;
  }

  .md\:text-brand-muted\/35 {
    color: rgb(108 117 125 / 0.35) !important;
  }

  .md\:text-brand-muted\/40 {
    color: rgb(108 117 125 / 0.4) !important;
  }

  .md\:text-brand-muted\/45 {
    color: rgb(108 117 125 / 0.45) !important;
  }

  .md\:text-brand-muted\/5 {
    color: rgb(108 117 125 / 0.05) !important;
  }

  .md\:text-brand-muted\/50 {
    color: rgb(108 117 125 / 0.5) !important;
  }

  .md\:text-brand-muted\/55 {
    color: rgb(108 117 125 / 0.55) !important;
  }

  .md\:text-brand-muted\/60 {
    color: rgb(108 117 125 / 0.6) !important;
  }

  .md\:text-brand-muted\/65 {
    color: rgb(108 117 125 / 0.65) !important;
  }

  .md\:text-brand-muted\/70 {
    color: rgb(108 117 125 / 0.7) !important;
  }

  .md\:text-brand-muted\/75 {
    color: rgb(108 117 125 / 0.75) !important;
  }

  .md\:text-brand-muted\/80 {
    color: rgb(108 117 125 / 0.8) !important;
  }

  .md\:text-brand-muted\/85 {
    color: rgb(108 117 125 / 0.85) !important;
  }

  .md\:text-brand-muted\/90 {
    color: rgb(108 117 125 / 0.9) !important;
  }

  .md\:text-brand-muted\/95 {
    color: rgb(108 117 125 / 0.95) !important;
  }

  .md\:text-brand-primary {
    --tw-text-opacity: 1 !important;
    color: rgb(244 184 17 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-primary\/0 {
    color: rgb(244 184 17 / 0) !important;
  }

  .md\:text-brand-primary\/10 {
    color: rgb(244 184 17 / 0.1) !important;
  }

  .md\:text-brand-primary\/100 {
    color: rgb(244 184 17 / 1) !important;
  }

  .md\:text-brand-primary\/15 {
    color: rgb(244 184 17 / 0.15) !important;
  }

  .md\:text-brand-primary\/20 {
    color: rgb(244 184 17 / 0.2) !important;
  }

  .md\:text-brand-primary\/25 {
    color: rgb(244 184 17 / 0.25) !important;
  }

  .md\:text-brand-primary\/30 {
    color: rgb(244 184 17 / 0.3) !important;
  }

  .md\:text-brand-primary\/35 {
    color: rgb(244 184 17 / 0.35) !important;
  }

  .md\:text-brand-primary\/40 {
    color: rgb(244 184 17 / 0.4) !important;
  }

  .md\:text-brand-primary\/45 {
    color: rgb(244 184 17 / 0.45) !important;
  }

  .md\:text-brand-primary\/5 {
    color: rgb(244 184 17 / 0.05) !important;
  }

  .md\:text-brand-primary\/50 {
    color: rgb(244 184 17 / 0.5) !important;
  }

  .md\:text-brand-primary\/55 {
    color: rgb(244 184 17 / 0.55) !important;
  }

  .md\:text-brand-primary\/60 {
    color: rgb(244 184 17 / 0.6) !important;
  }

  .md\:text-brand-primary\/65 {
    color: rgb(244 184 17 / 0.65) !important;
  }

  .md\:text-brand-primary\/70 {
    color: rgb(244 184 17 / 0.7) !important;
  }

  .md\:text-brand-primary\/75 {
    color: rgb(244 184 17 / 0.75) !important;
  }

  .md\:text-brand-primary\/80 {
    color: rgb(244 184 17 / 0.8) !important;
  }

  .md\:text-brand-primary\/85 {
    color: rgb(244 184 17 / 0.85) !important;
  }

  .md\:text-brand-primary\/90 {
    color: rgb(244 184 17 / 0.9) !important;
  }

  .md\:text-brand-primary\/95 {
    color: rgb(244 184 17 / 0.95) !important;
  }

  .md\:text-brand-secondary {
    --tw-text-opacity: 1 !important;
    color: rgb(255 204 0 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-brand-secondary\/0 {
    color: rgb(255 204 0 / 0) !important;
  }

  .md\:text-brand-secondary\/10 {
    color: rgb(255 204 0 / 0.1) !important;
  }

  .md\:text-brand-secondary\/100 {
    color: rgb(255 204 0 / 1) !important;
  }

  .md\:text-brand-secondary\/15 {
    color: rgb(255 204 0 / 0.15) !important;
  }

  .md\:text-brand-secondary\/20 {
    color: rgb(255 204 0 / 0.2) !important;
  }

  .md\:text-brand-secondary\/25 {
    color: rgb(255 204 0 / 0.25) !important;
  }

  .md\:text-brand-secondary\/30 {
    color: rgb(255 204 0 / 0.3) !important;
  }

  .md\:text-brand-secondary\/35 {
    color: rgb(255 204 0 / 0.35) !important;
  }

  .md\:text-brand-secondary\/40 {
    color: rgb(255 204 0 / 0.4) !important;
  }

  .md\:text-brand-secondary\/45 {
    color: rgb(255 204 0 / 0.45) !important;
  }

  .md\:text-brand-secondary\/5 {
    color: rgb(255 204 0 / 0.05) !important;
  }

  .md\:text-brand-secondary\/50 {
    color: rgb(255 204 0 / 0.5) !important;
  }

  .md\:text-brand-secondary\/55 {
    color: rgb(255 204 0 / 0.55) !important;
  }

  .md\:text-brand-secondary\/60 {
    color: rgb(255 204 0 / 0.6) !important;
  }

  .md\:text-brand-secondary\/65 {
    color: rgb(255 204 0 / 0.65) !important;
  }

  .md\:text-brand-secondary\/70 {
    color: rgb(255 204 0 / 0.7) !important;
  }

  .md\:text-brand-secondary\/75 {
    color: rgb(255 204 0 / 0.75) !important;
  }

  .md\:text-brand-secondary\/80 {
    color: rgb(255 204 0 / 0.8) !important;
  }

  .md\:text-brand-secondary\/85 {
    color: rgb(255 204 0 / 0.85) !important;
  }

  .md\:text-brand-secondary\/90 {
    color: rgb(255 204 0 / 0.9) !important;
  }

  .md\:text-brand-secondary\/95 {
    color: rgb(255 204 0 / 0.95) !important;
  }

  .md\:text-earth {
    --tw-text-opacity: 1 !important;
    color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-earth\/0 {
    color: rgb(120 46 1 / 0) !important;
  }

  .md\:text-earth\/10 {
    color: rgb(120 46 1 / 0.1) !important;
  }

  .md\:text-earth\/100 {
    color: rgb(120 46 1 / 1) !important;
  }

  .md\:text-earth\/15 {
    color: rgb(120 46 1 / 0.15) !important;
  }

  .md\:text-earth\/20 {
    color: rgb(120 46 1 / 0.2) !important;
  }

  .md\:text-earth\/25 {
    color: rgb(120 46 1 / 0.25) !important;
  }

  .md\:text-earth\/30 {
    color: rgb(120 46 1 / 0.3) !important;
  }

  .md\:text-earth\/35 {
    color: rgb(120 46 1 / 0.35) !important;
  }

  .md\:text-earth\/40 {
    color: rgb(120 46 1 / 0.4) !important;
  }

  .md\:text-earth\/45 {
    color: rgb(120 46 1 / 0.45) !important;
  }

  .md\:text-earth\/5 {
    color: rgb(120 46 1 / 0.05) !important;
  }

  .md\:text-earth\/50 {
    color: rgb(120 46 1 / 0.5) !important;
  }

  .md\:text-earth\/55 {
    color: rgb(120 46 1 / 0.55) !important;
  }

  .md\:text-earth\/60 {
    color: rgb(120 46 1 / 0.6) !important;
  }

  .md\:text-earth\/65 {
    color: rgb(120 46 1 / 0.65) !important;
  }

  .md\:text-earth\/70 {
    color: rgb(120 46 1 / 0.7) !important;
  }

  .md\:text-earth\/75 {
    color: rgb(120 46 1 / 0.75) !important;
  }

  .md\:text-earth\/80 {
    color: rgb(120 46 1 / 0.8) !important;
  }

  .md\:text-earth\/85 {
    color: rgb(120 46 1 / 0.85) !important;
  }

  .md\:text-earth\/90 {
    color: rgb(120 46 1 / 0.9) !important;
  }

  .md\:text-earth\/95 {
    color: rgb(120 46 1 / 0.95) !important;
  }

  .md\:text-harvest {
    --tw-text-opacity: 1 !important;
    color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-harvest\/0 {
    color: rgb(215 129 49 / 0) !important;
  }

  .md\:text-harvest\/10 {
    color: rgb(215 129 49 / 0.1) !important;
  }

  .md\:text-harvest\/100 {
    color: rgb(215 129 49 / 1) !important;
  }

  .md\:text-harvest\/15 {
    color: rgb(215 129 49 / 0.15) !important;
  }

  .md\:text-harvest\/20 {
    color: rgb(215 129 49 / 0.2) !important;
  }

  .md\:text-harvest\/25 {
    color: rgb(215 129 49 / 0.25) !important;
  }

  .md\:text-harvest\/30 {
    color: rgb(215 129 49 / 0.3) !important;
  }

  .md\:text-harvest\/35 {
    color: rgb(215 129 49 / 0.35) !important;
  }

  .md\:text-harvest\/40 {
    color: rgb(215 129 49 / 0.4) !important;
  }

  .md\:text-harvest\/45 {
    color: rgb(215 129 49 / 0.45) !important;
  }

  .md\:text-harvest\/5 {
    color: rgb(215 129 49 / 0.05) !important;
  }

  .md\:text-harvest\/50 {
    color: rgb(215 129 49 / 0.5) !important;
  }

  .md\:text-harvest\/55 {
    color: rgb(215 129 49 / 0.55) !important;
  }

  .md\:text-harvest\/60 {
    color: rgb(215 129 49 / 0.6) !important;
  }

  .md\:text-harvest\/65 {
    color: rgb(215 129 49 / 0.65) !important;
  }

  .md\:text-harvest\/70 {
    color: rgb(215 129 49 / 0.7) !important;
  }

  .md\:text-harvest\/75 {
    color: rgb(215 129 49 / 0.75) !important;
  }

  .md\:text-harvest\/80 {
    color: rgb(215 129 49 / 0.8) !important;
  }

  .md\:text-harvest\/85 {
    color: rgb(215 129 49 / 0.85) !important;
  }

  .md\:text-harvest\/90 {
    color: rgb(215 129 49 / 0.9) !important;
  }

  .md\:text-harvest\/95 {
    color: rgb(215 129 49 / 0.95) !important;
  }

  .md\:text-sprout {
    --tw-text-opacity: 1 !important;
    color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-sprout\/0 {
    color: rgb(196 209 72 / 0) !important;
  }

  .md\:text-sprout\/10 {
    color: rgb(196 209 72 / 0.1) !important;
  }

  .md\:text-sprout\/100 {
    color: rgb(196 209 72 / 1) !important;
  }

  .md\:text-sprout\/15 {
    color: rgb(196 209 72 / 0.15) !important;
  }

  .md\:text-sprout\/20 {
    color: rgb(196 209 72 / 0.2) !important;
  }

  .md\:text-sprout\/25 {
    color: rgb(196 209 72 / 0.25) !important;
  }

  .md\:text-sprout\/30 {
    color: rgb(196 209 72 / 0.3) !important;
  }

  .md\:text-sprout\/35 {
    color: rgb(196 209 72 / 0.35) !important;
  }

  .md\:text-sprout\/40 {
    color: rgb(196 209 72 / 0.4) !important;
  }

  .md\:text-sprout\/45 {
    color: rgb(196 209 72 / 0.45) !important;
  }

  .md\:text-sprout\/5 {
    color: rgb(196 209 72 / 0.05) !important;
  }

  .md\:text-sprout\/50 {
    color: rgb(196 209 72 / 0.5) !important;
  }

  .md\:text-sprout\/55 {
    color: rgb(196 209 72 / 0.55) !important;
  }

  .md\:text-sprout\/60 {
    color: rgb(196 209 72 / 0.6) !important;
  }

  .md\:text-sprout\/65 {
    color: rgb(196 209 72 / 0.65) !important;
  }

  .md\:text-sprout\/70 {
    color: rgb(196 209 72 / 0.7) !important;
  }

  .md\:text-sprout\/75 {
    color: rgb(196 209 72 / 0.75) !important;
  }

  .md\:text-sprout\/80 {
    color: rgb(196 209 72 / 0.8) !important;
  }

  .md\:text-sprout\/85 {
    color: rgb(196 209 72 / 0.85) !important;
  }

  .md\:text-sprout\/90 {
    color: rgb(196 209 72 / 0.9) !important;
  }

  .md\:text-sprout\/95 {
    color: rgb(196 209 72 / 0.95) !important;
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0) !important;
  }

  .md\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1) !important;
  }

  .md\:text-yellow-100\/15 {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:text-yellow-100\/35 {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:text-yellow-100\/55 {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:text-yellow-100\/85 {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0) !important;
  }

  .md\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1) !important;
  }

  .md\:text-yellow-200\/15 {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:text-yellow-200\/35 {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:text-yellow-200\/55 {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:text-yellow-200\/85 {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0) !important;
  }

  .md\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1) !important;
  }

  .md\:text-yellow-400\/15 {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:text-yellow-400\/35 {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:text-yellow-400\/55 {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:text-yellow-400\/85 {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0) !important;
  }

  .md\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1) !important;
  }

  .md\:text-yellow-800\/15 {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:text-yellow-800\/35 {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:text-yellow-800\/55 {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:text-yellow-800\/85 {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:decoration-yellow-100 {
    text-decoration-color: #fef9c3 !important;
  }

  .md\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0) !important;
  }

  .md\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1) !important;
  }

  .md\:decoration-yellow-100\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:decoration-yellow-100\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:decoration-yellow-100\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:decoration-yellow-100\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:decoration-yellow-200 {
    text-decoration-color: #fef08a !important;
  }

  .md\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0) !important;
  }

  .md\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1) !important;
  }

  .md\:decoration-yellow-200\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:decoration-yellow-200\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:decoration-yellow-200\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:decoration-yellow-200\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:decoration-yellow-400 {
    text-decoration-color: #facc15 !important;
  }

  .md\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0) !important;
  }

  .md\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1) !important;
  }

  .md\:decoration-yellow-400\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:decoration-yellow-400\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:decoration-yellow-400\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:decoration-yellow-400\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:decoration-yellow-800 {
    text-decoration-color: #854d0e !important;
  }

  .md\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0) !important;
  }

  .md\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1) !important;
  }

  .md\:decoration-yellow-800\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:decoration-yellow-800\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:decoration-yellow-800\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:decoration-yellow-800\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .md\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .md\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .md\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .md\:placeholder-yellow-100\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:placeholder-yellow-100\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:placeholder-yellow-100\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:placeholder-yellow-100\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:placeholder-yellow-100\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:placeholder-yellow-100\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .md\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .md\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .md\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .md\:placeholder-yellow-200\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:placeholder-yellow-200\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:placeholder-yellow-200\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:placeholder-yellow-200\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:placeholder-yellow-200\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:placeholder-yellow-200\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .md\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .md\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .md\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .md\:placeholder-yellow-400\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:placeholder-yellow-400\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:placeholder-yellow-400\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:placeholder-yellow-400\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:placeholder-yellow-400\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:placeholder-yellow-400\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .md\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .md\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .md\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .md\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .md\:placeholder-yellow-800\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:placeholder-yellow-800\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:placeholder-yellow-800\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:placeholder-yellow-800\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:placeholder-yellow-800\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:placeholder-yellow-800\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:caret-yellow-100 {
    caret-color: #fef9c3 !important;
  }

  .md\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0) !important;
  }

  .md\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1) !important;
  }

  .md\:caret-yellow-100\/15 {
    caret-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:caret-yellow-100\/35 {
    caret-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:caret-yellow-100\/55 {
    caret-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:caret-yellow-100\/85 {
    caret-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:caret-yellow-200 {
    caret-color: #fef08a !important;
  }

  .md\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0) !important;
  }

  .md\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1) !important;
  }

  .md\:caret-yellow-200\/15 {
    caret-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:caret-yellow-200\/35 {
    caret-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:caret-yellow-200\/55 {
    caret-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:caret-yellow-200\/85 {
    caret-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:caret-yellow-400 {
    caret-color: #facc15 !important;
  }

  .md\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0) !important;
  }

  .md\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1) !important;
  }

  .md\:caret-yellow-400\/15 {
    caret-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:caret-yellow-400\/35 {
    caret-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:caret-yellow-400\/55 {
    caret-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:caret-yellow-400\/85 {
    caret-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:caret-yellow-800 {
    caret-color: #854d0e !important;
  }

  .md\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0) !important;
  }

  .md\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1) !important;
  }

  .md\:caret-yellow-800\/15 {
    caret-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:caret-yellow-800\/35 {
    caret-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:caret-yellow-800\/55 {
    caret-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:caret-yellow-800\/85 {
    caret-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:accent-yellow-100 {
    accent-color: #fef9c3 !important;
  }

  .md\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0) !important;
  }

  .md\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1) !important;
  }

  .md\:accent-yellow-100\/15 {
    accent-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:accent-yellow-100\/35 {
    accent-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:accent-yellow-100\/55 {
    accent-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:accent-yellow-100\/85 {
    accent-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:accent-yellow-200 {
    accent-color: #fef08a !important;
  }

  .md\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0) !important;
  }

  .md\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1) !important;
  }

  .md\:accent-yellow-200\/15 {
    accent-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:accent-yellow-200\/35 {
    accent-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:accent-yellow-200\/55 {
    accent-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:accent-yellow-200\/85 {
    accent-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:accent-yellow-400 {
    accent-color: #facc15 !important;
  }

  .md\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0) !important;
  }

  .md\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1) !important;
  }

  .md\:accent-yellow-400\/15 {
    accent-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:accent-yellow-400\/35 {
    accent-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:accent-yellow-400\/55 {
    accent-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:accent-yellow-400\/85 {
    accent-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:accent-yellow-800 {
    accent-color: #854d0e !important;
  }

  .md\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0) !important;
  }

  .md\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1) !important;
  }

  .md\:accent-yellow-800\/15 {
    accent-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:accent-yellow-800\/35 {
    accent-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:accent-yellow-800\/55 {
    accent-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:accent-yellow-800\/85 {
    accent-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400 {
    --tw-shadow-color: #facc15 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:outline-yellow-100 {
    outline-color: #fef9c3 !important;
  }

  .md\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0) !important;
  }

  .md\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1) !important;
  }

  .md\:outline-yellow-100\/15 {
    outline-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:outline-yellow-100\/35 {
    outline-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:outline-yellow-100\/55 {
    outline-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:outline-yellow-100\/85 {
    outline-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:outline-yellow-200 {
    outline-color: #fef08a !important;
  }

  .md\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0) !important;
  }

  .md\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1) !important;
  }

  .md\:outline-yellow-200\/15 {
    outline-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:outline-yellow-200\/35 {
    outline-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:outline-yellow-200\/55 {
    outline-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:outline-yellow-200\/85 {
    outline-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:outline-yellow-400 {
    outline-color: #facc15 !important;
  }

  .md\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0) !important;
  }

  .md\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1) !important;
  }

  .md\:outline-yellow-400\/15 {
    outline-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:outline-yellow-400\/35 {
    outline-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:outline-yellow-400\/55 {
    outline-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:outline-yellow-400\/85 {
    outline-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:outline-yellow-800 {
    outline-color: #854d0e !important;
  }

  .md\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0) !important;
  }

  .md\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1) !important;
  }

  .md\:outline-yellow-800\/15 {
    outline-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:outline-yellow-800\/35 {
    outline-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:outline-yellow-800\/55 {
    outline-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:outline-yellow-800\/85 {
    outline-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:ring-brand-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(46 39 20 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-dark\/0 {
    --tw-ring-color: rgb(46 39 20 / 0) !important;
  }

  .md\:ring-brand-dark\/10 {
    --tw-ring-color: rgb(46 39 20 / 0.1) !important;
  }

  .md\:ring-brand-dark\/100 {
    --tw-ring-color: rgb(46 39 20 / 1) !important;
  }

  .md\:ring-brand-dark\/15 {
    --tw-ring-color: rgb(46 39 20 / 0.15) !important;
  }

  .md\:ring-brand-dark\/20 {
    --tw-ring-color: rgb(46 39 20 / 0.2) !important;
  }

  .md\:ring-brand-dark\/25 {
    --tw-ring-color: rgb(46 39 20 / 0.25) !important;
  }

  .md\:ring-brand-dark\/30 {
    --tw-ring-color: rgb(46 39 20 / 0.3) !important;
  }

  .md\:ring-brand-dark\/35 {
    --tw-ring-color: rgb(46 39 20 / 0.35) !important;
  }

  .md\:ring-brand-dark\/40 {
    --tw-ring-color: rgb(46 39 20 / 0.4) !important;
  }

  .md\:ring-brand-dark\/45 {
    --tw-ring-color: rgb(46 39 20 / 0.45) !important;
  }

  .md\:ring-brand-dark\/5 {
    --tw-ring-color: rgb(46 39 20 / 0.05) !important;
  }

  .md\:ring-brand-dark\/50 {
    --tw-ring-color: rgb(46 39 20 / 0.5) !important;
  }

  .md\:ring-brand-dark\/55 {
    --tw-ring-color: rgb(46 39 20 / 0.55) !important;
  }

  .md\:ring-brand-dark\/60 {
    --tw-ring-color: rgb(46 39 20 / 0.6) !important;
  }

  .md\:ring-brand-dark\/65 {
    --tw-ring-color: rgb(46 39 20 / 0.65) !important;
  }

  .md\:ring-brand-dark\/70 {
    --tw-ring-color: rgb(46 39 20 / 0.7) !important;
  }

  .md\:ring-brand-dark\/75 {
    --tw-ring-color: rgb(46 39 20 / 0.75) !important;
  }

  .md\:ring-brand-dark\/80 {
    --tw-ring-color: rgb(46 39 20 / 0.8) !important;
  }

  .md\:ring-brand-dark\/85 {
    --tw-ring-color: rgb(46 39 20 / 0.85) !important;
  }

  .md\:ring-brand-dark\/90 {
    --tw-ring-color: rgb(46 39 20 / 0.9) !important;
  }

  .md\:ring-brand-dark\/95 {
    --tw-ring-color: rgb(46 39 20 / 0.95) !important;
  }

  .md\:ring-brand-ink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(33 37 41 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-ink\/0 {
    --tw-ring-color: rgb(33 37 41 / 0) !important;
  }

  .md\:ring-brand-ink\/10 {
    --tw-ring-color: rgb(33 37 41 / 0.1) !important;
  }

  .md\:ring-brand-ink\/100 {
    --tw-ring-color: rgb(33 37 41 / 1) !important;
  }

  .md\:ring-brand-ink\/15 {
    --tw-ring-color: rgb(33 37 41 / 0.15) !important;
  }

  .md\:ring-brand-ink\/20 {
    --tw-ring-color: rgb(33 37 41 / 0.2) !important;
  }

  .md\:ring-brand-ink\/25 {
    --tw-ring-color: rgb(33 37 41 / 0.25) !important;
  }

  .md\:ring-brand-ink\/30 {
    --tw-ring-color: rgb(33 37 41 / 0.3) !important;
  }

  .md\:ring-brand-ink\/35 {
    --tw-ring-color: rgb(33 37 41 / 0.35) !important;
  }

  .md\:ring-brand-ink\/40 {
    --tw-ring-color: rgb(33 37 41 / 0.4) !important;
  }

  .md\:ring-brand-ink\/45 {
    --tw-ring-color: rgb(33 37 41 / 0.45) !important;
  }

  .md\:ring-brand-ink\/5 {
    --tw-ring-color: rgb(33 37 41 / 0.05) !important;
  }

  .md\:ring-brand-ink\/50 {
    --tw-ring-color: rgb(33 37 41 / 0.5) !important;
  }

  .md\:ring-brand-ink\/55 {
    --tw-ring-color: rgb(33 37 41 / 0.55) !important;
  }

  .md\:ring-brand-ink\/60 {
    --tw-ring-color: rgb(33 37 41 / 0.6) !important;
  }

  .md\:ring-brand-ink\/65 {
    --tw-ring-color: rgb(33 37 41 / 0.65) !important;
  }

  .md\:ring-brand-ink\/70 {
    --tw-ring-color: rgb(33 37 41 / 0.7) !important;
  }

  .md\:ring-brand-ink\/75 {
    --tw-ring-color: rgb(33 37 41 / 0.75) !important;
  }

  .md\:ring-brand-ink\/80 {
    --tw-ring-color: rgb(33 37 41 / 0.8) !important;
  }

  .md\:ring-brand-ink\/85 {
    --tw-ring-color: rgb(33 37 41 / 0.85) !important;
  }

  .md\:ring-brand-ink\/90 {
    --tw-ring-color: rgb(33 37 41 / 0.9) !important;
  }

  .md\:ring-brand-ink\/95 {
    --tw-ring-color: rgb(33 37 41 / 0.95) !important;
  }

  .md\:ring-brand-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(245 244 240 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-light\/0 {
    --tw-ring-color: rgb(245 244 240 / 0) !important;
  }

  .md\:ring-brand-light\/10 {
    --tw-ring-color: rgb(245 244 240 / 0.1) !important;
  }

  .md\:ring-brand-light\/100 {
    --tw-ring-color: rgb(245 244 240 / 1) !important;
  }

  .md\:ring-brand-light\/15 {
    --tw-ring-color: rgb(245 244 240 / 0.15) !important;
  }

  .md\:ring-brand-light\/20 {
    --tw-ring-color: rgb(245 244 240 / 0.2) !important;
  }

  .md\:ring-brand-light\/25 {
    --tw-ring-color: rgb(245 244 240 / 0.25) !important;
  }

  .md\:ring-brand-light\/30 {
    --tw-ring-color: rgb(245 244 240 / 0.3) !important;
  }

  .md\:ring-brand-light\/35 {
    --tw-ring-color: rgb(245 244 240 / 0.35) !important;
  }

  .md\:ring-brand-light\/40 {
    --tw-ring-color: rgb(245 244 240 / 0.4) !important;
  }

  .md\:ring-brand-light\/45 {
    --tw-ring-color: rgb(245 244 240 / 0.45) !important;
  }

  .md\:ring-brand-light\/5 {
    --tw-ring-color: rgb(245 244 240 / 0.05) !important;
  }

  .md\:ring-brand-light\/50 {
    --tw-ring-color: rgb(245 244 240 / 0.5) !important;
  }

  .md\:ring-brand-light\/55 {
    --tw-ring-color: rgb(245 244 240 / 0.55) !important;
  }

  .md\:ring-brand-light\/60 {
    --tw-ring-color: rgb(245 244 240 / 0.6) !important;
  }

  .md\:ring-brand-light\/65 {
    --tw-ring-color: rgb(245 244 240 / 0.65) !important;
  }

  .md\:ring-brand-light\/70 {
    --tw-ring-color: rgb(245 244 240 / 0.7) !important;
  }

  .md\:ring-brand-light\/75 {
    --tw-ring-color: rgb(245 244 240 / 0.75) !important;
  }

  .md\:ring-brand-light\/80 {
    --tw-ring-color: rgb(245 244 240 / 0.8) !important;
  }

  .md\:ring-brand-light\/85 {
    --tw-ring-color: rgb(245 244 240 / 0.85) !important;
  }

  .md\:ring-brand-light\/90 {
    --tw-ring-color: rgb(245 244 240 / 0.9) !important;
  }

  .md\:ring-brand-light\/95 {
    --tw-ring-color: rgb(245 244 240 / 0.95) !important;
  }

  .md\:ring-brand-link {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(147 110 7 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-link-hover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(74 55 3 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-link-hover\/0 {
    --tw-ring-color: rgb(74 55 3 / 0) !important;
  }

  .md\:ring-brand-link-hover\/10 {
    --tw-ring-color: rgb(74 55 3 / 0.1) !important;
  }

  .md\:ring-brand-link-hover\/100 {
    --tw-ring-color: rgb(74 55 3 / 1) !important;
  }

  .md\:ring-brand-link-hover\/15 {
    --tw-ring-color: rgb(74 55 3 / 0.15) !important;
  }

  .md\:ring-brand-link-hover\/20 {
    --tw-ring-color: rgb(74 55 3 / 0.2) !important;
  }

  .md\:ring-brand-link-hover\/25 {
    --tw-ring-color: rgb(74 55 3 / 0.25) !important;
  }

  .md\:ring-brand-link-hover\/30 {
    --tw-ring-color: rgb(74 55 3 / 0.3) !important;
  }

  .md\:ring-brand-link-hover\/35 {
    --tw-ring-color: rgb(74 55 3 / 0.35) !important;
  }

  .md\:ring-brand-link-hover\/40 {
    --tw-ring-color: rgb(74 55 3 / 0.4) !important;
  }

  .md\:ring-brand-link-hover\/45 {
    --tw-ring-color: rgb(74 55 3 / 0.45) !important;
  }

  .md\:ring-brand-link-hover\/5 {
    --tw-ring-color: rgb(74 55 3 / 0.05) !important;
  }

  .md\:ring-brand-link-hover\/50 {
    --tw-ring-color: rgb(74 55 3 / 0.5) !important;
  }

  .md\:ring-brand-link-hover\/55 {
    --tw-ring-color: rgb(74 55 3 / 0.55) !important;
  }

  .md\:ring-brand-link-hover\/60 {
    --tw-ring-color: rgb(74 55 3 / 0.6) !important;
  }

  .md\:ring-brand-link-hover\/65 {
    --tw-ring-color: rgb(74 55 3 / 0.65) !important;
  }

  .md\:ring-brand-link-hover\/70 {
    --tw-ring-color: rgb(74 55 3 / 0.7) !important;
  }

  .md\:ring-brand-link-hover\/75 {
    --tw-ring-color: rgb(74 55 3 / 0.75) !important;
  }

  .md\:ring-brand-link-hover\/80 {
    --tw-ring-color: rgb(74 55 3 / 0.8) !important;
  }

  .md\:ring-brand-link-hover\/85 {
    --tw-ring-color: rgb(74 55 3 / 0.85) !important;
  }

  .md\:ring-brand-link-hover\/90 {
    --tw-ring-color: rgb(74 55 3 / 0.9) !important;
  }

  .md\:ring-brand-link-hover\/95 {
    --tw-ring-color: rgb(74 55 3 / 0.95) !important;
  }

  .md\:ring-brand-link\/0 {
    --tw-ring-color: rgb(147 110 7 / 0) !important;
  }

  .md\:ring-brand-link\/10 {
    --tw-ring-color: rgb(147 110 7 / 0.1) !important;
  }

  .md\:ring-brand-link\/100 {
    --tw-ring-color: rgb(147 110 7 / 1) !important;
  }

  .md\:ring-brand-link\/15 {
    --tw-ring-color: rgb(147 110 7 / 0.15) !important;
  }

  .md\:ring-brand-link\/20 {
    --tw-ring-color: rgb(147 110 7 / 0.2) !important;
  }

  .md\:ring-brand-link\/25 {
    --tw-ring-color: rgb(147 110 7 / 0.25) !important;
  }

  .md\:ring-brand-link\/30 {
    --tw-ring-color: rgb(147 110 7 / 0.3) !important;
  }

  .md\:ring-brand-link\/35 {
    --tw-ring-color: rgb(147 110 7 / 0.35) !important;
  }

  .md\:ring-brand-link\/40 {
    --tw-ring-color: rgb(147 110 7 / 0.4) !important;
  }

  .md\:ring-brand-link\/45 {
    --tw-ring-color: rgb(147 110 7 / 0.45) !important;
  }

  .md\:ring-brand-link\/5 {
    --tw-ring-color: rgb(147 110 7 / 0.05) !important;
  }

  .md\:ring-brand-link\/50 {
    --tw-ring-color: rgb(147 110 7 / 0.5) !important;
  }

  .md\:ring-brand-link\/55 {
    --tw-ring-color: rgb(147 110 7 / 0.55) !important;
  }

  .md\:ring-brand-link\/60 {
    --tw-ring-color: rgb(147 110 7 / 0.6) !important;
  }

  .md\:ring-brand-link\/65 {
    --tw-ring-color: rgb(147 110 7 / 0.65) !important;
  }

  .md\:ring-brand-link\/70 {
    --tw-ring-color: rgb(147 110 7 / 0.7) !important;
  }

  .md\:ring-brand-link\/75 {
    --tw-ring-color: rgb(147 110 7 / 0.75) !important;
  }

  .md\:ring-brand-link\/80 {
    --tw-ring-color: rgb(147 110 7 / 0.8) !important;
  }

  .md\:ring-brand-link\/85 {
    --tw-ring-color: rgb(147 110 7 / 0.85) !important;
  }

  .md\:ring-brand-link\/90 {
    --tw-ring-color: rgb(147 110 7 / 0.9) !important;
  }

  .md\:ring-brand-link\/95 {
    --tw-ring-color: rgb(147 110 7 / 0.95) !important;
  }

  .md\:ring-brand-muted {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(108 117 125 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-muted\/0 {
    --tw-ring-color: rgb(108 117 125 / 0) !important;
  }

  .md\:ring-brand-muted\/10 {
    --tw-ring-color: rgb(108 117 125 / 0.1) !important;
  }

  .md\:ring-brand-muted\/100 {
    --tw-ring-color: rgb(108 117 125 / 1) !important;
  }

  .md\:ring-brand-muted\/15 {
    --tw-ring-color: rgb(108 117 125 / 0.15) !important;
  }

  .md\:ring-brand-muted\/20 {
    --tw-ring-color: rgb(108 117 125 / 0.2) !important;
  }

  .md\:ring-brand-muted\/25 {
    --tw-ring-color: rgb(108 117 125 / 0.25) !important;
  }

  .md\:ring-brand-muted\/30 {
    --tw-ring-color: rgb(108 117 125 / 0.3) !important;
  }

  .md\:ring-brand-muted\/35 {
    --tw-ring-color: rgb(108 117 125 / 0.35) !important;
  }

  .md\:ring-brand-muted\/40 {
    --tw-ring-color: rgb(108 117 125 / 0.4) !important;
  }

  .md\:ring-brand-muted\/45 {
    --tw-ring-color: rgb(108 117 125 / 0.45) !important;
  }

  .md\:ring-brand-muted\/5 {
    --tw-ring-color: rgb(108 117 125 / 0.05) !important;
  }

  .md\:ring-brand-muted\/50 {
    --tw-ring-color: rgb(108 117 125 / 0.5) !important;
  }

  .md\:ring-brand-muted\/55 {
    --tw-ring-color: rgb(108 117 125 / 0.55) !important;
  }

  .md\:ring-brand-muted\/60 {
    --tw-ring-color: rgb(108 117 125 / 0.6) !important;
  }

  .md\:ring-brand-muted\/65 {
    --tw-ring-color: rgb(108 117 125 / 0.65) !important;
  }

  .md\:ring-brand-muted\/70 {
    --tw-ring-color: rgb(108 117 125 / 0.7) !important;
  }

  .md\:ring-brand-muted\/75 {
    --tw-ring-color: rgb(108 117 125 / 0.75) !important;
  }

  .md\:ring-brand-muted\/80 {
    --tw-ring-color: rgb(108 117 125 / 0.8) !important;
  }

  .md\:ring-brand-muted\/85 {
    --tw-ring-color: rgb(108 117 125 / 0.85) !important;
  }

  .md\:ring-brand-muted\/90 {
    --tw-ring-color: rgb(108 117 125 / 0.9) !important;
  }

  .md\:ring-brand-muted\/95 {
    --tw-ring-color: rgb(108 117 125 / 0.95) !important;
  }

  .md\:ring-brand-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(244 184 17 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-primary\/0 {
    --tw-ring-color: rgb(244 184 17 / 0) !important;
  }

  .md\:ring-brand-primary\/10 {
    --tw-ring-color: rgb(244 184 17 / 0.1) !important;
  }

  .md\:ring-brand-primary\/100 {
    --tw-ring-color: rgb(244 184 17 / 1) !important;
  }

  .md\:ring-brand-primary\/15 {
    --tw-ring-color: rgb(244 184 17 / 0.15) !important;
  }

  .md\:ring-brand-primary\/20 {
    --tw-ring-color: rgb(244 184 17 / 0.2) !important;
  }

  .md\:ring-brand-primary\/25 {
    --tw-ring-color: rgb(244 184 17 / 0.25) !important;
  }

  .md\:ring-brand-primary\/30 {
    --tw-ring-color: rgb(244 184 17 / 0.3) !important;
  }

  .md\:ring-brand-primary\/35 {
    --tw-ring-color: rgb(244 184 17 / 0.35) !important;
  }

  .md\:ring-brand-primary\/40 {
    --tw-ring-color: rgb(244 184 17 / 0.4) !important;
  }

  .md\:ring-brand-primary\/45 {
    --tw-ring-color: rgb(244 184 17 / 0.45) !important;
  }

  .md\:ring-brand-primary\/5 {
    --tw-ring-color: rgb(244 184 17 / 0.05) !important;
  }

  .md\:ring-brand-primary\/50 {
    --tw-ring-color: rgb(244 184 17 / 0.5) !important;
  }

  .md\:ring-brand-primary\/55 {
    --tw-ring-color: rgb(244 184 17 / 0.55) !important;
  }

  .md\:ring-brand-primary\/60 {
    --tw-ring-color: rgb(244 184 17 / 0.6) !important;
  }

  .md\:ring-brand-primary\/65 {
    --tw-ring-color: rgb(244 184 17 / 0.65) !important;
  }

  .md\:ring-brand-primary\/70 {
    --tw-ring-color: rgb(244 184 17 / 0.7) !important;
  }

  .md\:ring-brand-primary\/75 {
    --tw-ring-color: rgb(244 184 17 / 0.75) !important;
  }

  .md\:ring-brand-primary\/80 {
    --tw-ring-color: rgb(244 184 17 / 0.8) !important;
  }

  .md\:ring-brand-primary\/85 {
    --tw-ring-color: rgb(244 184 17 / 0.85) !important;
  }

  .md\:ring-brand-primary\/90 {
    --tw-ring-color: rgb(244 184 17 / 0.9) !important;
  }

  .md\:ring-brand-primary\/95 {
    --tw-ring-color: rgb(244 184 17 / 0.95) !important;
  }

  .md\:ring-brand-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(255 204 0 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-brand-secondary\/0 {
    --tw-ring-color: rgb(255 204 0 / 0) !important;
  }

  .md\:ring-brand-secondary\/10 {
    --tw-ring-color: rgb(255 204 0 / 0.1) !important;
  }

  .md\:ring-brand-secondary\/100 {
    --tw-ring-color: rgb(255 204 0 / 1) !important;
  }

  .md\:ring-brand-secondary\/15 {
    --tw-ring-color: rgb(255 204 0 / 0.15) !important;
  }

  .md\:ring-brand-secondary\/20 {
    --tw-ring-color: rgb(255 204 0 / 0.2) !important;
  }

  .md\:ring-brand-secondary\/25 {
    --tw-ring-color: rgb(255 204 0 / 0.25) !important;
  }

  .md\:ring-brand-secondary\/30 {
    --tw-ring-color: rgb(255 204 0 / 0.3) !important;
  }

  .md\:ring-brand-secondary\/35 {
    --tw-ring-color: rgb(255 204 0 / 0.35) !important;
  }

  .md\:ring-brand-secondary\/40 {
    --tw-ring-color: rgb(255 204 0 / 0.4) !important;
  }

  .md\:ring-brand-secondary\/45 {
    --tw-ring-color: rgb(255 204 0 / 0.45) !important;
  }

  .md\:ring-brand-secondary\/5 {
    --tw-ring-color: rgb(255 204 0 / 0.05) !important;
  }

  .md\:ring-brand-secondary\/50 {
    --tw-ring-color: rgb(255 204 0 / 0.5) !important;
  }

  .md\:ring-brand-secondary\/55 {
    --tw-ring-color: rgb(255 204 0 / 0.55) !important;
  }

  .md\:ring-brand-secondary\/60 {
    --tw-ring-color: rgb(255 204 0 / 0.6) !important;
  }

  .md\:ring-brand-secondary\/65 {
    --tw-ring-color: rgb(255 204 0 / 0.65) !important;
  }

  .md\:ring-brand-secondary\/70 {
    --tw-ring-color: rgb(255 204 0 / 0.7) !important;
  }

  .md\:ring-brand-secondary\/75 {
    --tw-ring-color: rgb(255 204 0 / 0.75) !important;
  }

  .md\:ring-brand-secondary\/80 {
    --tw-ring-color: rgb(255 204 0 / 0.8) !important;
  }

  .md\:ring-brand-secondary\/85 {
    --tw-ring-color: rgb(255 204 0 / 0.85) !important;
  }

  .md\:ring-brand-secondary\/90 {
    --tw-ring-color: rgb(255 204 0 / 0.9) !important;
  }

  .md\:ring-brand-secondary\/95 {
    --tw-ring-color: rgb(255 204 0 / 0.95) !important;
  }

  .md\:ring-earth {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-earth\/0 {
    --tw-ring-color: rgb(120 46 1 / 0) !important;
  }

  .md\:ring-earth\/10 {
    --tw-ring-color: rgb(120 46 1 / 0.1) !important;
  }

  .md\:ring-earth\/100 {
    --tw-ring-color: rgb(120 46 1 / 1) !important;
  }

  .md\:ring-earth\/15 {
    --tw-ring-color: rgb(120 46 1 / 0.15) !important;
  }

  .md\:ring-earth\/20 {
    --tw-ring-color: rgb(120 46 1 / 0.2) !important;
  }

  .md\:ring-earth\/25 {
    --tw-ring-color: rgb(120 46 1 / 0.25) !important;
  }

  .md\:ring-earth\/30 {
    --tw-ring-color: rgb(120 46 1 / 0.3) !important;
  }

  .md\:ring-earth\/35 {
    --tw-ring-color: rgb(120 46 1 / 0.35) !important;
  }

  .md\:ring-earth\/40 {
    --tw-ring-color: rgb(120 46 1 / 0.4) !important;
  }

  .md\:ring-earth\/45 {
    --tw-ring-color: rgb(120 46 1 / 0.45) !important;
  }

  .md\:ring-earth\/5 {
    --tw-ring-color: rgb(120 46 1 / 0.05) !important;
  }

  .md\:ring-earth\/50 {
    --tw-ring-color: rgb(120 46 1 / 0.5) !important;
  }

  .md\:ring-earth\/55 {
    --tw-ring-color: rgb(120 46 1 / 0.55) !important;
  }

  .md\:ring-earth\/60 {
    --tw-ring-color: rgb(120 46 1 / 0.6) !important;
  }

  .md\:ring-earth\/65 {
    --tw-ring-color: rgb(120 46 1 / 0.65) !important;
  }

  .md\:ring-earth\/70 {
    --tw-ring-color: rgb(120 46 1 / 0.7) !important;
  }

  .md\:ring-earth\/75 {
    --tw-ring-color: rgb(120 46 1 / 0.75) !important;
  }

  .md\:ring-earth\/80 {
    --tw-ring-color: rgb(120 46 1 / 0.8) !important;
  }

  .md\:ring-earth\/85 {
    --tw-ring-color: rgb(120 46 1 / 0.85) !important;
  }

  .md\:ring-earth\/90 {
    --tw-ring-color: rgb(120 46 1 / 0.9) !important;
  }

  .md\:ring-earth\/95 {
    --tw-ring-color: rgb(120 46 1 / 0.95) !important;
  }

  .md\:ring-harvest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-harvest\/0 {
    --tw-ring-color: rgb(215 129 49 / 0) !important;
  }

  .md\:ring-harvest\/10 {
    --tw-ring-color: rgb(215 129 49 / 0.1) !important;
  }

  .md\:ring-harvest\/100 {
    --tw-ring-color: rgb(215 129 49 / 1) !important;
  }

  .md\:ring-harvest\/15 {
    --tw-ring-color: rgb(215 129 49 / 0.15) !important;
  }

  .md\:ring-harvest\/20 {
    --tw-ring-color: rgb(215 129 49 / 0.2) !important;
  }

  .md\:ring-harvest\/25 {
    --tw-ring-color: rgb(215 129 49 / 0.25) !important;
  }

  .md\:ring-harvest\/30 {
    --tw-ring-color: rgb(215 129 49 / 0.3) !important;
  }

  .md\:ring-harvest\/35 {
    --tw-ring-color: rgb(215 129 49 / 0.35) !important;
  }

  .md\:ring-harvest\/40 {
    --tw-ring-color: rgb(215 129 49 / 0.4) !important;
  }

  .md\:ring-harvest\/45 {
    --tw-ring-color: rgb(215 129 49 / 0.45) !important;
  }

  .md\:ring-harvest\/5 {
    --tw-ring-color: rgb(215 129 49 / 0.05) !important;
  }

  .md\:ring-harvest\/50 {
    --tw-ring-color: rgb(215 129 49 / 0.5) !important;
  }

  .md\:ring-harvest\/55 {
    --tw-ring-color: rgb(215 129 49 / 0.55) !important;
  }

  .md\:ring-harvest\/60 {
    --tw-ring-color: rgb(215 129 49 / 0.6) !important;
  }

  .md\:ring-harvest\/65 {
    --tw-ring-color: rgb(215 129 49 / 0.65) !important;
  }

  .md\:ring-harvest\/70 {
    --tw-ring-color: rgb(215 129 49 / 0.7) !important;
  }

  .md\:ring-harvest\/75 {
    --tw-ring-color: rgb(215 129 49 / 0.75) !important;
  }

  .md\:ring-harvest\/80 {
    --tw-ring-color: rgb(215 129 49 / 0.8) !important;
  }

  .md\:ring-harvest\/85 {
    --tw-ring-color: rgb(215 129 49 / 0.85) !important;
  }

  .md\:ring-harvest\/90 {
    --tw-ring-color: rgb(215 129 49 / 0.9) !important;
  }

  .md\:ring-harvest\/95 {
    --tw-ring-color: rgb(215 129 49 / 0.95) !important;
  }

  .md\:ring-sprout {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-sprout\/0 {
    --tw-ring-color: rgb(196 209 72 / 0) !important;
  }

  .md\:ring-sprout\/10 {
    --tw-ring-color: rgb(196 209 72 / 0.1) !important;
  }

  .md\:ring-sprout\/100 {
    --tw-ring-color: rgb(196 209 72 / 1) !important;
  }

  .md\:ring-sprout\/15 {
    --tw-ring-color: rgb(196 209 72 / 0.15) !important;
  }

  .md\:ring-sprout\/20 {
    --tw-ring-color: rgb(196 209 72 / 0.2) !important;
  }

  .md\:ring-sprout\/25 {
    --tw-ring-color: rgb(196 209 72 / 0.25) !important;
  }

  .md\:ring-sprout\/30 {
    --tw-ring-color: rgb(196 209 72 / 0.3) !important;
  }

  .md\:ring-sprout\/35 {
    --tw-ring-color: rgb(196 209 72 / 0.35) !important;
  }

  .md\:ring-sprout\/40 {
    --tw-ring-color: rgb(196 209 72 / 0.4) !important;
  }

  .md\:ring-sprout\/45 {
    --tw-ring-color: rgb(196 209 72 / 0.45) !important;
  }

  .md\:ring-sprout\/5 {
    --tw-ring-color: rgb(196 209 72 / 0.05) !important;
  }

  .md\:ring-sprout\/50 {
    --tw-ring-color: rgb(196 209 72 / 0.5) !important;
  }

  .md\:ring-sprout\/55 {
    --tw-ring-color: rgb(196 209 72 / 0.55) !important;
  }

  .md\:ring-sprout\/60 {
    --tw-ring-color: rgb(196 209 72 / 0.6) !important;
  }

  .md\:ring-sprout\/65 {
    --tw-ring-color: rgb(196 209 72 / 0.65) !important;
  }

  .md\:ring-sprout\/70 {
    --tw-ring-color: rgb(196 209 72 / 0.7) !important;
  }

  .md\:ring-sprout\/75 {
    --tw-ring-color: rgb(196 209 72 / 0.75) !important;
  }

  .md\:ring-sprout\/80 {
    --tw-ring-color: rgb(196 209 72 / 0.8) !important;
  }

  .md\:ring-sprout\/85 {
    --tw-ring-color: rgb(196 209 72 / 0.85) !important;
  }

  .md\:ring-sprout\/90 {
    --tw-ring-color: rgb(196 209 72 / 0.9) !important;
  }

  .md\:ring-sprout\/95 {
    --tw-ring-color: rgb(196 209 72 / 0.95) !important;
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0) !important;
  }

  .md\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1) !important;
  }

  .md\:ring-yellow-100\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:ring-yellow-100\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:ring-yellow-100\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:ring-yellow-100\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0) !important;
  }

  .md\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1) !important;
  }

  .md\:ring-yellow-200\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:ring-yellow-200\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:ring-yellow-200\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:ring-yellow-200\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0) !important;
  }

  .md\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1) !important;
  }

  .md\:ring-yellow-400\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:ring-yellow-400\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:ring-yellow-400\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:ring-yellow-400\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1)) !important;
  }

  .md\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0) !important;
  }

  .md\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1) !important;
  }

  .md\:ring-yellow-800\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:ring-yellow-800\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:ring-yellow-800\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:ring-yellow-800\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .md\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0) !important;
  }

  .md\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1) !important;
  }

  .md\:ring-offset-yellow-100\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:ring-offset-yellow-100\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:ring-offset-yellow-100\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:ring-offset-yellow-100\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0) !important;
  }

  .md\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1) !important;
  }

  .md\:ring-offset-yellow-200\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:ring-offset-yellow-200\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:ring-offset-yellow-200\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:ring-offset-yellow-200\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .md\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0) !important;
  }

  .md\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1) !important;
  }

  .md\:ring-offset-yellow-400\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:ring-offset-yellow-400\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:ring-offset-yellow-400\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:ring-offset-yellow-400\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .md\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0) !important;
  }

  .md\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1) !important;
  }

  .md\:ring-offset-yellow-800\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:ring-offset-yellow-800\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:ring-offset-yellow-800\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:ring-offset-yellow-800\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95) !important;
  }
}

@media (min-width: 1024px) {
  @media (min-width: 768px) {
    .lg\:md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:-bottom-0 {
    bottom: -0px !important;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .lg\:-bottom-12 {
    bottom: -3rem !important;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .lg\:-bottom-16 {
    bottom: -4rem !important;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .lg\:-bottom-20 {
    bottom: -5rem !important;
  }

  .lg\:-bottom-24 {
    bottom: -6rem !important;
  }

  .lg\:-bottom-28 {
    bottom: -7rem !important;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .lg\:-bottom-32 {
    bottom: -8rem !important;
  }

  .lg\:-bottom-36 {
    bottom: -9rem !important;
  }

  .lg\:-bottom-4 {
    bottom: -1rem !important;
  }

  .lg\:-bottom-40 {
    bottom: -10rem !important;
  }

  .lg\:-bottom-44 {
    bottom: -11rem !important;
  }

  .lg\:-bottom-48 {
    bottom: -12rem !important;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .lg\:-bottom-52 {
    bottom: -13rem !important;
  }

  .lg\:-bottom-56 {
    bottom: -14rem !important;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .lg\:-bottom-60 {
    bottom: -15rem !important;
  }

  .lg\:-bottom-64 {
    bottom: -16rem !important;
  }

  .lg\:-bottom-8 {
    bottom: -2rem !important;
  }

  .lg\:-bottom-80 {
    bottom: -20rem !important;
  }

  .lg\:-top-0 {
    top: -0px !important;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .lg\:-top-1 {
    top: -0.25rem !important;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .lg\:-top-1\/2 {
    top: -50% !important;
  }

  .lg\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .lg\:-top-1\/4 {
    top: -25% !important;
  }

  .lg\:-top-10 {
    top: -2.5rem !important;
  }

  .lg\:-top-11 {
    top: -2.75rem !important;
  }

  .lg\:-top-12 {
    top: -3rem !important;
  }

  .lg\:-top-14 {
    top: -3.5rem !important;
  }

  .lg\:-top-16 {
    top: -4rem !important;
  }

  .lg\:-top-2 {
    top: -0.5rem !important;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .lg\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .lg\:-top-2\/4 {
    top: -50% !important;
  }

  .lg\:-top-20 {
    top: -5rem !important;
  }

  .lg\:-top-24 {
    top: -6rem !important;
  }

  .lg\:-top-28 {
    top: -7rem !important;
  }

  .lg\:-top-3 {
    top: -0.75rem !important;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .lg\:-top-3\/4 {
    top: -75% !important;
  }

  .lg\:-top-32 {
    top: -8rem !important;
  }

  .lg\:-top-36 {
    top: -9rem !important;
  }

  .lg\:-top-4 {
    top: -1rem !important;
  }

  .lg\:-top-40 {
    top: -10rem !important;
  }

  .lg\:-top-44 {
    top: -11rem !important;
  }

  .lg\:-top-48 {
    top: -12rem !important;
  }

  .lg\:-top-5 {
    top: -1.25rem !important;
  }

  .lg\:-top-52 {
    top: -13rem !important;
  }

  .lg\:-top-56 {
    top: -14rem !important;
  }

  .lg\:-top-6 {
    top: -1.5rem !important;
  }

  .lg\:-top-60 {
    top: -15rem !important;
  }

  .lg\:-top-64 {
    top: -16rem !important;
  }

  .lg\:-top-8 {
    top: -2rem !important;
  }

  .lg\:-top-80 {
    top: -20rem !important;
  }

  .lg\:bottom-0 {
    bottom: 0px !important;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .lg\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .lg\:bottom-12 {
    bottom: 3rem !important;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .lg\:bottom-16 {
    bottom: 4rem !important;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lg\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .lg\:bottom-20 {
    bottom: 5rem !important;
  }

  .lg\:bottom-24 {
    bottom: 6rem !important;
  }

  .lg\:bottom-28 {
    bottom: 7rem !important;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .lg\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .lg\:bottom-32 {
    bottom: 8rem !important;
  }

  .lg\:bottom-36 {
    bottom: 9rem !important;
  }

  .lg\:bottom-4 {
    bottom: 1rem !important;
  }

  .lg\:bottom-40 {
    bottom: 10rem !important;
  }

  .lg\:bottom-44 {
    bottom: 11rem !important;
  }

  .lg\:bottom-48 {
    bottom: 12rem !important;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .lg\:bottom-52 {
    bottom: 13rem !important;
  }

  .lg\:bottom-56 {
    bottom: 14rem !important;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .lg\:bottom-60 {
    bottom: 15rem !important;
  }

  .lg\:bottom-64 {
    bottom: 16rem !important;
  }

  .lg\:bottom-8 {
    bottom: 2rem !important;
  }

  .lg\:bottom-80 {
    bottom: 20rem !important;
  }

  .lg\:top-0 {
    top: 0px !important;
  }

  .lg\:top-0\.5 {
    top: 0.125rem !important;
  }

  .lg\:top-1 {
    top: 0.25rem !important;
  }

  .lg\:top-1\.5 {
    top: 0.375rem !important;
  }

  .lg\:top-1\/2 {
    top: 50% !important;
  }

  .lg\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:top-1\/4 {
    top: 25% !important;
  }

  .lg\:top-10 {
    top: 2.5rem !important;
  }

  .lg\:top-11 {
    top: 2.75rem !important;
  }

  .lg\:top-12 {
    top: 3rem !important;
  }

  .lg\:top-14 {
    top: 3.5rem !important;
  }

  .lg\:top-16 {
    top: 4rem !important;
  }

  .lg\:top-2 {
    top: 0.5rem !important;
  }

  .lg\:top-2\.5 {
    top: 0.625rem !important;
  }

  .lg\:top-2\/3 {
    top: 66.666667% !important;
  }

  .lg\:top-2\/4 {
    top: 50% !important;
  }

  .lg\:top-20 {
    top: 5rem !important;
  }

  .lg\:top-24 {
    top: 6rem !important;
  }

  .lg\:top-28 {
    top: 7rem !important;
  }

  .lg\:top-3 {
    top: 0.75rem !important;
  }

  .lg\:top-3\.5 {
    top: 0.875rem !important;
  }

  .lg\:top-3\/4 {
    top: 75% !important;
  }

  .lg\:top-32 {
    top: 8rem !important;
  }

  .lg\:top-36 {
    top: 9rem !important;
  }

  .lg\:top-4 {
    top: 1rem !important;
  }

  .lg\:top-40 {
    top: 10rem !important;
  }

  .lg\:top-44 {
    top: 11rem !important;
  }

  .lg\:top-48 {
    top: 12rem !important;
  }

  .lg\:top-5 {
    top: 1.25rem !important;
  }

  .lg\:top-52 {
    top: 13rem !important;
  }

  .lg\:top-56 {
    top: 14rem !important;
  }

  .lg\:top-6 {
    top: 1.5rem !important;
  }

  .lg\:top-60 {
    top: 15rem !important;
  }

  .lg\:top-64 {
    top: 16rem !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:top-80 {
    top: 20rem !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:-m-0 {
    margin: -0px !important;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .lg\:-m-10 {
    margin: -2.5rem !important;
  }

  .lg\:-m-11 {
    margin: -2.75rem !important;
  }

  .lg\:-m-12 {
    margin: -3rem !important;
  }

  .lg\:-m-14 {
    margin: -3.5rem !important;
  }

  .lg\:-m-16 {
    margin: -4rem !important;
  }

  .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .lg\:-m-20 {
    margin: -5rem !important;
  }

  .lg\:-m-24 {
    margin: -6rem !important;
  }

  .lg\:-m-28 {
    margin: -7rem !important;
  }

  .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .lg\:-m-32 {
    margin: -8rem !important;
  }

  .lg\:-m-36 {
    margin: -9rem !important;
  }

  .lg\:-m-4 {
    margin: -1rem !important;
  }

  .lg\:-m-40 {
    margin: -10rem !important;
  }

  .lg\:-m-44 {
    margin: -11rem !important;
  }

  .lg\:-m-48 {
    margin: -12rem !important;
  }

  .lg\:-m-5 {
    margin: -1.25rem !important;
  }

  .lg\:-m-52 {
    margin: -13rem !important;
  }

  .lg\:-m-56 {
    margin: -14rem !important;
  }

  .lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-m-60 {
    margin: -15rem !important;
  }

  .lg\:-m-64 {
    margin: -16rem !important;
  }

  .lg\:-m-8 {
    margin: -2rem !important;
  }

  .lg\:-m-80 {
    margin: -20rem !important;
  }

  .lg\:m-0 {
    margin: 0px !important;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .lg\:m-1 {
    margin: 0.25rem !important;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-11 {
    margin: 2.75rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-14 {
    margin: 3.5rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-2 {
    margin: 0.5rem !important;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .lg\:m-20 {
    margin: 5rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-28 {
    margin: 7rem !important;
  }

  .lg\:m-3 {
    margin: 0.75rem !important;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-36 {
    margin: 9rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-40 {
    margin: 10rem !important;
  }

  .lg\:m-44 {
    margin: 11rem !important;
  }

  .lg\:m-48 {
    margin: 12rem !important;
  }

  .lg\:m-5 {
    margin: 1.25rem !important;
  }

  .lg\:m-52 {
    margin: 13rem !important;
  }

  .lg\:m-56 {
    margin: 14rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-60 {
    margin: 15rem !important;
  }

  .lg\:m-64 {
    margin: 16rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-80 {
    margin: 20rem !important;
  }

  .lg\:-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:-mb-0 {
    margin-bottom: -0px !important;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .lg\:-ml-0 {
    margin-left: -0px !important;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:-ml-28 {
    margin-left: -7rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:-ml-36 {
    margin-left: -9rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:-ml-44 {
    margin-left: -11rem !important;
  }

  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:-ml-52 {
    margin-left: -13rem !important;
  }

  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:-ml-60 {
    margin-left: -15rem !important;
  }

  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:-ml-80 {
    margin-left: -20rem !important;
  }

  .lg\:-mr-0 {
    margin-right: -0px !important;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:-mr-28 {
    margin-right: -7rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:-mr-36 {
    margin-right: -9rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:-mr-44 {
    margin-right: -11rem !important;
  }

  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mr-52 {
    margin-right: -13rem !important;
  }

  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:-mr-60 {
    margin-right: -15rem !important;
  }

  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:-mr-80 {
    margin-right: -20rem !important;
  }

  .lg\:-mt-0 {
    margin-top: -0px !important;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:-mt-28 {
    margin-top: -7rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:-mt-36 {
    margin-top: -9rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:-mt-44 {
    margin-top: -11rem !important;
  }

  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:-mt-52 {
    margin-top: -13rem !important;
  }

  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:-mt-60 {
    margin-top: -15rem !important;
  }

  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mt-80 {
    margin-top: -20rem !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .lg\:ml-0 {
    margin-left: 0px !important;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:ml-28 {
    margin-left: 7rem !important;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:ml-36 {
    margin-left: 9rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:ml-44 {
    margin-left: 11rem !important;
  }

  .lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:ml-52 {
    margin-left: 13rem !important;
  }

  .lg\:ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:ml-60 {
    margin-left: 15rem !important;
  }

  .lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:ml-80 {
    margin-left: 20rem !important;
  }

  .lg\:mr-0 {
    margin-right: 0px !important;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mr-36 {
    margin-right: 9rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:mr-44 {
    margin-right: 11rem !important;
  }

  .lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mr-52 {
    margin-right: 13rem !important;
  }

  .lg\:mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mr-60 {
    margin-right: 15rem !important;
  }

  .lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mr-80 {
    margin-right: 20rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mt-28 {
    margin-top: 7rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mt-36 {
    margin-top: 9rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:mt-44 {
    margin-top: 11rem !important;
  }

  .lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:mt-52 {
    margin-top: 13rem !important;
  }

  .lg\:mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mt-60 {
    margin-top: 15rem !important;
  }

  .lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mt-80 {
    margin-top: 20rem !important;
  }

  .lg\:line-clamp-1 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .lg\:line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .lg\:line-clamp-3 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .lg\:line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .lg\:line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .lg\:line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-11 {
    height: 2.75rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-14 {
    height: 3.5rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-28 {
    height: 7rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-40 {
    height: 10rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-56 {
    height: 14rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-80 {
    height: 20rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .lg\:max-h-12 {
    max-height: 3rem !important;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .lg\:max-h-16 {
    max-height: 4rem !important;
  }

  .lg\:max-h-20 {
    max-height: 5rem !important;
  }

  .lg\:max-h-24 {
    max-height: 6rem !important;
  }

  .lg\:max-h-28 {
    max-height: 7rem !important;
  }

  .lg\:max-h-32 {
    max-height: 8rem !important;
  }

  .lg\:max-h-40 {
    max-height: 10rem !important;
  }

  .lg\:max-h-48 {
    max-height: 12rem !important;
  }

  .lg\:max-h-56 {
    max-height: 14rem !important;
  }

  .lg\:max-h-64 {
    max-height: 16rem !important;
  }

  .lg\:max-h-80 {
    max-height: 20rem !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:min-h-0 {
    min-height: 0px !important;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem !important;
  }

  .lg\:min-h-11 {
    min-height: 2.75rem !important;
  }

  .lg\:min-h-12 {
    min-height: 3rem !important;
  }

  .lg\:min-h-14 {
    min-height: 3.5rem !important;
  }

  .lg\:min-h-16 {
    min-height: 4rem !important;
  }

  .lg\:min-h-20 {
    min-height: 5rem !important;
  }

  .lg\:min-h-24 {
    min-height: 6rem !important;
  }

  .lg\:min-h-28 {
    min-height: 7rem !important;
  }

  .lg\:min-h-32 {
    min-height: 8rem !important;
  }

  .lg\:min-h-40 {
    min-height: 10rem !important;
  }

  .lg\:min-h-48 {
    min-height: 12rem !important;
  }

  .lg\:min-h-56 {
    min-height: 14rem !important;
  }

  .lg\:min-h-64 {
    min-height: 16rem !important;
  }

  .lg\:min-h-80 {
    min-height: 20rem !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11 {
    width: 2.75rem !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-14 {
    width: 3.5rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-28 {
    width: 7rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-80 {
    width: 20rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .lg\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .lg\:min-w-12 {
    min-width: 3rem !important;
  }

  .lg\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .lg\:min-w-16 {
    min-width: 4rem !important;
  }

  .lg\:min-w-20 {
    min-width: 5rem !important;
  }

  .lg\:min-w-24 {
    min-width: 6rem !important;
  }

  .lg\:min-w-28 {
    min-width: 7rem !important;
  }

  .lg\:min-w-32 {
    min-width: 8rem !important;
  }

  .lg\:min-w-40 {
    min-width: 10rem !important;
  }

  .lg\:min-w-48 {
    min-width: 12rem !important;
  }

  .lg\:min-w-56 {
    min-width: 14rem !important;
  }

  .lg\:min-w-64 {
    min-width: 16rem !important;
  }

  .lg\:min-w-80 {
    min-width: 20rem !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem !important;
  }

  .lg\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .lg\:max-w-12 {
    max-width: 3rem !important;
  }

  .lg\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .lg\:max-w-16 {
    max-width: 4rem !important;
  }

  .lg\:max-w-20 {
    max-width: 5rem !important;
  }

  .lg\:max-w-24 {
    max-width: 6rem !important;
  }

  .lg\:max-w-28 {
    max-width: 7rem !important;
  }

  .lg\:max-w-32 {
    max-width: 8rem !important;
  }

  .lg\:max-w-40 {
    max-width: 10rem !important;
  }

  .lg\:max-w-48 {
    max-width: 12rem !important;
  }

  .lg\:max-w-56 {
    max-width: 14rem !important;
  }

  .lg\:max-w-64 {
    max-width: 16rem !important;
  }

  .lg\:max-w-80 {
    max-width: 20rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg\:touch-auto {
    touch-action: auto !important;
  }

  .lg\:-scroll-m-0 {
    scroll-margin: -0px !important;
  }

  .lg\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem !important;
  }

  .lg\:-scroll-m-1 {
    scroll-margin: -0.25rem !important;
  }

  .lg\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem !important;
  }

  .lg\:-scroll-m-10 {
    scroll-margin: -2.5rem !important;
  }

  .lg\:-scroll-m-11 {
    scroll-margin: -2.75rem !important;
  }

  .lg\:-scroll-m-12 {
    scroll-margin: -3rem !important;
  }

  .lg\:-scroll-m-14 {
    scroll-margin: -3.5rem !important;
  }

  .lg\:-scroll-m-16 {
    scroll-margin: -4rem !important;
  }

  .lg\:-scroll-m-2 {
    scroll-margin: -0.5rem !important;
  }

  .lg\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem !important;
  }

  .lg\:-scroll-m-20 {
    scroll-margin: -5rem !important;
  }

  .lg\:-scroll-m-24 {
    scroll-margin: -6rem !important;
  }

  .lg\:-scroll-m-28 {
    scroll-margin: -7rem !important;
  }

  .lg\:-scroll-m-3 {
    scroll-margin: -0.75rem !important;
  }

  .lg\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem !important;
  }

  .lg\:-scroll-m-32 {
    scroll-margin: -8rem !important;
  }

  .lg\:-scroll-m-36 {
    scroll-margin: -9rem !important;
  }

  .lg\:-scroll-m-4 {
    scroll-margin: -1rem !important;
  }

  .lg\:-scroll-m-40 {
    scroll-margin: -10rem !important;
  }

  .lg\:-scroll-m-44 {
    scroll-margin: -11rem !important;
  }

  .lg\:-scroll-m-48 {
    scroll-margin: -12rem !important;
  }

  .lg\:-scroll-m-5 {
    scroll-margin: -1.25rem !important;
  }

  .lg\:-scroll-m-52 {
    scroll-margin: -13rem !important;
  }

  .lg\:-scroll-m-56 {
    scroll-margin: -14rem !important;
  }

  .lg\:-scroll-m-6 {
    scroll-margin: -1.5rem !important;
  }

  .lg\:-scroll-m-60 {
    scroll-margin: -15rem !important;
  }

  .lg\:-scroll-m-64 {
    scroll-margin: -16rem !important;
  }

  .lg\:-scroll-m-8 {
    scroll-margin: -2rem !important;
  }

  .lg\:-scroll-m-80 {
    scroll-margin: -20rem !important;
  }

  .lg\:scroll-m-0 {
    scroll-margin: 0px !important;
  }

  .lg\:scroll-m-0\.5 {
    scroll-margin: 0.125rem !important;
  }

  .lg\:scroll-m-1 {
    scroll-margin: 0.25rem !important;
  }

  .lg\:scroll-m-1\.5 {
    scroll-margin: 0.375rem !important;
  }

  .lg\:scroll-m-10 {
    scroll-margin: 2.5rem !important;
  }

  .lg\:scroll-m-11 {
    scroll-margin: 2.75rem !important;
  }

  .lg\:scroll-m-12 {
    scroll-margin: 3rem !important;
  }

  .lg\:scroll-m-14 {
    scroll-margin: 3.5rem !important;
  }

  .lg\:scroll-m-16 {
    scroll-margin: 4rem !important;
  }

  .lg\:scroll-m-2 {
    scroll-margin: 0.5rem !important;
  }

  .lg\:scroll-m-2\.5 {
    scroll-margin: 0.625rem !important;
  }

  .lg\:scroll-m-20 {
    scroll-margin: 5rem !important;
  }

  .lg\:scroll-m-24 {
    scroll-margin: 6rem !important;
  }

  .lg\:scroll-m-28 {
    scroll-margin: 7rem !important;
  }

  .lg\:scroll-m-3 {
    scroll-margin: 0.75rem !important;
  }

  .lg\:scroll-m-3\.5 {
    scroll-margin: 0.875rem !important;
  }

  .lg\:scroll-m-32 {
    scroll-margin: 8rem !important;
  }

  .lg\:scroll-m-36 {
    scroll-margin: 9rem !important;
  }

  .lg\:scroll-m-4 {
    scroll-margin: 1rem !important;
  }

  .lg\:scroll-m-40 {
    scroll-margin: 10rem !important;
  }

  .lg\:scroll-m-44 {
    scroll-margin: 11rem !important;
  }

  .lg\:scroll-m-48 {
    scroll-margin: 12rem !important;
  }

  .lg\:scroll-m-5 {
    scroll-margin: 1.25rem !important;
  }

  .lg\:scroll-m-52 {
    scroll-margin: 13rem !important;
  }

  .lg\:scroll-m-56 {
    scroll-margin: 14rem !important;
  }

  .lg\:scroll-m-6 {
    scroll-margin: 1.5rem !important;
  }

  .lg\:scroll-m-60 {
    scroll-margin: 15rem !important;
  }

  .lg\:scroll-m-64 {
    scroll-margin: 16rem !important;
  }

  .lg\:scroll-m-8 {
    scroll-margin: 2rem !important;
  }

  .lg\:scroll-m-80 {
    scroll-margin: 20rem !important;
  }

  .lg\:-scroll-mx-0 {
    scroll-margin-left: -0px !important;
    scroll-margin-right: -0px !important;
  }

  .lg\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem !important;
    scroll-margin-right: -0.125rem !important;
  }

  .lg\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem !important;
    scroll-margin-right: -0.25rem !important;
  }

  .lg\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem !important;
    scroll-margin-right: -0.375rem !important;
  }

  .lg\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem !important;
    scroll-margin-right: -2.5rem !important;
  }

  .lg\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem !important;
    scroll-margin-right: -2.75rem !important;
  }

  .lg\:-scroll-mx-12 {
    scroll-margin-left: -3rem !important;
    scroll-margin-right: -3rem !important;
  }

  .lg\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem !important;
    scroll-margin-right: -3.5rem !important;
  }

  .lg\:-scroll-mx-16 {
    scroll-margin-left: -4rem !important;
    scroll-margin-right: -4rem !important;
  }

  .lg\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem !important;
    scroll-margin-right: -0.5rem !important;
  }

  .lg\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem !important;
    scroll-margin-right: -0.625rem !important;
  }

  .lg\:-scroll-mx-20 {
    scroll-margin-left: -5rem !important;
    scroll-margin-right: -5rem !important;
  }

  .lg\:-scroll-mx-24 {
    scroll-margin-left: -6rem !important;
    scroll-margin-right: -6rem !important;
  }

  .lg\:-scroll-mx-28 {
    scroll-margin-left: -7rem !important;
    scroll-margin-right: -7rem !important;
  }

  .lg\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem !important;
    scroll-margin-right: -0.75rem !important;
  }

  .lg\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem !important;
    scroll-margin-right: -0.875rem !important;
  }

  .lg\:-scroll-mx-32 {
    scroll-margin-left: -8rem !important;
    scroll-margin-right: -8rem !important;
  }

  .lg\:-scroll-mx-36 {
    scroll-margin-left: -9rem !important;
    scroll-margin-right: -9rem !important;
  }

  .lg\:-scroll-mx-4 {
    scroll-margin-left: -1rem !important;
    scroll-margin-right: -1rem !important;
  }

  .lg\:-scroll-mx-40 {
    scroll-margin-left: -10rem !important;
    scroll-margin-right: -10rem !important;
  }

  .lg\:-scroll-mx-44 {
    scroll-margin-left: -11rem !important;
    scroll-margin-right: -11rem !important;
  }

  .lg\:-scroll-mx-48 {
    scroll-margin-left: -12rem !important;
    scroll-margin-right: -12rem !important;
  }

  .lg\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem !important;
    scroll-margin-right: -1.25rem !important;
  }

  .lg\:-scroll-mx-52 {
    scroll-margin-left: -13rem !important;
    scroll-margin-right: -13rem !important;
  }

  .lg\:-scroll-mx-56 {
    scroll-margin-left: -14rem !important;
    scroll-margin-right: -14rem !important;
  }

  .lg\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem !important;
    scroll-margin-right: -1.5rem !important;
  }

  .lg\:-scroll-mx-60 {
    scroll-margin-left: -15rem !important;
    scroll-margin-right: -15rem !important;
  }

  .lg\:-scroll-mx-64 {
    scroll-margin-left: -16rem !important;
    scroll-margin-right: -16rem !important;
  }

  .lg\:-scroll-mx-8 {
    scroll-margin-left: -2rem !important;
    scroll-margin-right: -2rem !important;
  }

  .lg\:-scroll-mx-80 {
    scroll-margin-left: -20rem !important;
    scroll-margin-right: -20rem !important;
  }

  .lg\:-scroll-my-0 {
    scroll-margin-top: -0px !important;
    scroll-margin-bottom: -0px !important;
  }

  .lg\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem !important;
    scroll-margin-bottom: -0.125rem !important;
  }

  .lg\:-scroll-my-1 {
    scroll-margin-top: -0.25rem !important;
    scroll-margin-bottom: -0.25rem !important;
  }

  .lg\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem !important;
    scroll-margin-bottom: -0.375rem !important;
  }

  .lg\:-scroll-my-10 {
    scroll-margin-top: -2.5rem !important;
    scroll-margin-bottom: -2.5rem !important;
  }

  .lg\:-scroll-my-11 {
    scroll-margin-top: -2.75rem !important;
    scroll-margin-bottom: -2.75rem !important;
  }

  .lg\:-scroll-my-12 {
    scroll-margin-top: -3rem !important;
    scroll-margin-bottom: -3rem !important;
  }

  .lg\:-scroll-my-14 {
    scroll-margin-top: -3.5rem !important;
    scroll-margin-bottom: -3.5rem !important;
  }

  .lg\:-scroll-my-16 {
    scroll-margin-top: -4rem !important;
    scroll-margin-bottom: -4rem !important;
  }

  .lg\:-scroll-my-2 {
    scroll-margin-top: -0.5rem !important;
    scroll-margin-bottom: -0.5rem !important;
  }

  .lg\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem !important;
    scroll-margin-bottom: -0.625rem !important;
  }

  .lg\:-scroll-my-20 {
    scroll-margin-top: -5rem !important;
    scroll-margin-bottom: -5rem !important;
  }

  .lg\:-scroll-my-24 {
    scroll-margin-top: -6rem !important;
    scroll-margin-bottom: -6rem !important;
  }

  .lg\:-scroll-my-28 {
    scroll-margin-top: -7rem !important;
    scroll-margin-bottom: -7rem !important;
  }

  .lg\:-scroll-my-3 {
    scroll-margin-top: -0.75rem !important;
    scroll-margin-bottom: -0.75rem !important;
  }

  .lg\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem !important;
    scroll-margin-bottom: -0.875rem !important;
  }

  .lg\:-scroll-my-32 {
    scroll-margin-top: -8rem !important;
    scroll-margin-bottom: -8rem !important;
  }

  .lg\:-scroll-my-36 {
    scroll-margin-top: -9rem !important;
    scroll-margin-bottom: -9rem !important;
  }

  .lg\:-scroll-my-4 {
    scroll-margin-top: -1rem !important;
    scroll-margin-bottom: -1rem !important;
  }

  .lg\:-scroll-my-40 {
    scroll-margin-top: -10rem !important;
    scroll-margin-bottom: -10rem !important;
  }

  .lg\:-scroll-my-44 {
    scroll-margin-top: -11rem !important;
    scroll-margin-bottom: -11rem !important;
  }

  .lg\:-scroll-my-48 {
    scroll-margin-top: -12rem !important;
    scroll-margin-bottom: -12rem !important;
  }

  .lg\:-scroll-my-5 {
    scroll-margin-top: -1.25rem !important;
    scroll-margin-bottom: -1.25rem !important;
  }

  .lg\:-scroll-my-52 {
    scroll-margin-top: -13rem !important;
    scroll-margin-bottom: -13rem !important;
  }

  .lg\:-scroll-my-56 {
    scroll-margin-top: -14rem !important;
    scroll-margin-bottom: -14rem !important;
  }

  .lg\:-scroll-my-6 {
    scroll-margin-top: -1.5rem !important;
    scroll-margin-bottom: -1.5rem !important;
  }

  .lg\:-scroll-my-60 {
    scroll-margin-top: -15rem !important;
    scroll-margin-bottom: -15rem !important;
  }

  .lg\:-scroll-my-64 {
    scroll-margin-top: -16rem !important;
    scroll-margin-bottom: -16rem !important;
  }

  .lg\:-scroll-my-8 {
    scroll-margin-top: -2rem !important;
    scroll-margin-bottom: -2rem !important;
  }

  .lg\:-scroll-my-80 {
    scroll-margin-top: -20rem !important;
    scroll-margin-bottom: -20rem !important;
  }

  .lg\:scroll-mx-0 {
    scroll-margin-left: 0px !important;
    scroll-margin-right: 0px !important;
  }

  .lg\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem !important;
    scroll-margin-right: 0.125rem !important;
  }

  .lg\:scroll-mx-1 {
    scroll-margin-left: 0.25rem !important;
    scroll-margin-right: 0.25rem !important;
  }

  .lg\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem !important;
    scroll-margin-right: 0.375rem !important;
  }

  .lg\:scroll-mx-10 {
    scroll-margin-left: 2.5rem !important;
    scroll-margin-right: 2.5rem !important;
  }

  .lg\:scroll-mx-11 {
    scroll-margin-left: 2.75rem !important;
    scroll-margin-right: 2.75rem !important;
  }

  .lg\:scroll-mx-12 {
    scroll-margin-left: 3rem !important;
    scroll-margin-right: 3rem !important;
  }

  .lg\:scroll-mx-14 {
    scroll-margin-left: 3.5rem !important;
    scroll-margin-right: 3.5rem !important;
  }

  .lg\:scroll-mx-16 {
    scroll-margin-left: 4rem !important;
    scroll-margin-right: 4rem !important;
  }

  .lg\:scroll-mx-2 {
    scroll-margin-left: 0.5rem !important;
    scroll-margin-right: 0.5rem !important;
  }

  .lg\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem !important;
    scroll-margin-right: 0.625rem !important;
  }

  .lg\:scroll-mx-20 {
    scroll-margin-left: 5rem !important;
    scroll-margin-right: 5rem !important;
  }

  .lg\:scroll-mx-24 {
    scroll-margin-left: 6rem !important;
    scroll-margin-right: 6rem !important;
  }

  .lg\:scroll-mx-28 {
    scroll-margin-left: 7rem !important;
    scroll-margin-right: 7rem !important;
  }

  .lg\:scroll-mx-3 {
    scroll-margin-left: 0.75rem !important;
    scroll-margin-right: 0.75rem !important;
  }

  .lg\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem !important;
    scroll-margin-right: 0.875rem !important;
  }

  .lg\:scroll-mx-32 {
    scroll-margin-left: 8rem !important;
    scroll-margin-right: 8rem !important;
  }

  .lg\:scroll-mx-36 {
    scroll-margin-left: 9rem !important;
    scroll-margin-right: 9rem !important;
  }

  .lg\:scroll-mx-4 {
    scroll-margin-left: 1rem !important;
    scroll-margin-right: 1rem !important;
  }

  .lg\:scroll-mx-40 {
    scroll-margin-left: 10rem !important;
    scroll-margin-right: 10rem !important;
  }

  .lg\:scroll-mx-44 {
    scroll-margin-left: 11rem !important;
    scroll-margin-right: 11rem !important;
  }

  .lg\:scroll-mx-48 {
    scroll-margin-left: 12rem !important;
    scroll-margin-right: 12rem !important;
  }

  .lg\:scroll-mx-5 {
    scroll-margin-left: 1.25rem !important;
    scroll-margin-right: 1.25rem !important;
  }

  .lg\:scroll-mx-52 {
    scroll-margin-left: 13rem !important;
    scroll-margin-right: 13rem !important;
  }

  .lg\:scroll-mx-56 {
    scroll-margin-left: 14rem !important;
    scroll-margin-right: 14rem !important;
  }

  .lg\:scroll-mx-6 {
    scroll-margin-left: 1.5rem !important;
    scroll-margin-right: 1.5rem !important;
  }

  .lg\:scroll-mx-60 {
    scroll-margin-left: 15rem !important;
    scroll-margin-right: 15rem !important;
  }

  .lg\:scroll-mx-64 {
    scroll-margin-left: 16rem !important;
    scroll-margin-right: 16rem !important;
  }

  .lg\:scroll-mx-8 {
    scroll-margin-left: 2rem !important;
    scroll-margin-right: 2rem !important;
  }

  .lg\:scroll-mx-80 {
    scroll-margin-left: 20rem !important;
    scroll-margin-right: 20rem !important;
  }

  .lg\:scroll-my-0 {
    scroll-margin-top: 0px !important;
    scroll-margin-bottom: 0px !important;
  }

  .lg\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem !important;
    scroll-margin-bottom: 0.125rem !important;
  }

  .lg\:scroll-my-1 {
    scroll-margin-top: 0.25rem !important;
    scroll-margin-bottom: 0.25rem !important;
  }

  .lg\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem !important;
    scroll-margin-bottom: 0.375rem !important;
  }

  .lg\:scroll-my-10 {
    scroll-margin-top: 2.5rem !important;
    scroll-margin-bottom: 2.5rem !important;
  }

  .lg\:scroll-my-11 {
    scroll-margin-top: 2.75rem !important;
    scroll-margin-bottom: 2.75rem !important;
  }

  .lg\:scroll-my-12 {
    scroll-margin-top: 3rem !important;
    scroll-margin-bottom: 3rem !important;
  }

  .lg\:scroll-my-14 {
    scroll-margin-top: 3.5rem !important;
    scroll-margin-bottom: 3.5rem !important;
  }

  .lg\:scroll-my-16 {
    scroll-margin-top: 4rem !important;
    scroll-margin-bottom: 4rem !important;
  }

  .lg\:scroll-my-2 {
    scroll-margin-top: 0.5rem !important;
    scroll-margin-bottom: 0.5rem !important;
  }

  .lg\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem !important;
    scroll-margin-bottom: 0.625rem !important;
  }

  .lg\:scroll-my-20 {
    scroll-margin-top: 5rem !important;
    scroll-margin-bottom: 5rem !important;
  }

  .lg\:scroll-my-24 {
    scroll-margin-top: 6rem !important;
    scroll-margin-bottom: 6rem !important;
  }

  .lg\:scroll-my-28 {
    scroll-margin-top: 7rem !important;
    scroll-margin-bottom: 7rem !important;
  }

  .lg\:scroll-my-3 {
    scroll-margin-top: 0.75rem !important;
    scroll-margin-bottom: 0.75rem !important;
  }

  .lg\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem !important;
    scroll-margin-bottom: 0.875rem !important;
  }

  .lg\:scroll-my-32 {
    scroll-margin-top: 8rem !important;
    scroll-margin-bottom: 8rem !important;
  }

  .lg\:scroll-my-36 {
    scroll-margin-top: 9rem !important;
    scroll-margin-bottom: 9rem !important;
  }

  .lg\:scroll-my-4 {
    scroll-margin-top: 1rem !important;
    scroll-margin-bottom: 1rem !important;
  }

  .lg\:scroll-my-40 {
    scroll-margin-top: 10rem !important;
    scroll-margin-bottom: 10rem !important;
  }

  .lg\:scroll-my-44 {
    scroll-margin-top: 11rem !important;
    scroll-margin-bottom: 11rem !important;
  }

  .lg\:scroll-my-48 {
    scroll-margin-top: 12rem !important;
    scroll-margin-bottom: 12rem !important;
  }

  .lg\:scroll-my-5 {
    scroll-margin-top: 1.25rem !important;
    scroll-margin-bottom: 1.25rem !important;
  }

  .lg\:scroll-my-52 {
    scroll-margin-top: 13rem !important;
    scroll-margin-bottom: 13rem !important;
  }

  .lg\:scroll-my-56 {
    scroll-margin-top: 14rem !important;
    scroll-margin-bottom: 14rem !important;
  }

  .lg\:scroll-my-6 {
    scroll-margin-top: 1.5rem !important;
    scroll-margin-bottom: 1.5rem !important;
  }

  .lg\:scroll-my-60 {
    scroll-margin-top: 15rem !important;
    scroll-margin-bottom: 15rem !important;
  }

  .lg\:scroll-my-64 {
    scroll-margin-top: 16rem !important;
    scroll-margin-bottom: 16rem !important;
  }

  .lg\:scroll-my-8 {
    scroll-margin-top: 2rem !important;
    scroll-margin-bottom: 2rem !important;
  }

  .lg\:scroll-my-80 {
    scroll-margin-top: 20rem !important;
    scroll-margin-bottom: 20rem !important;
  }

  .lg\:-scroll-mb-0 {
    scroll-margin-bottom: -0px !important;
  }

  .lg\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem !important;
  }

  .lg\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem !important;
  }

  .lg\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem !important;
  }

  .lg\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem !important;
  }

  .lg\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem !important;
  }

  .lg\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem !important;
  }

  .lg\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem !important;
  }

  .lg\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem !important;
  }

  .lg\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem !important;
  }

  .lg\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem !important;
  }

  .lg\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem !important;
  }

  .lg\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem !important;
  }

  .lg\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem !important;
  }

  .lg\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem !important;
  }

  .lg\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem !important;
  }

  .lg\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem !important;
  }

  .lg\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem !important;
  }

  .lg\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem !important;
  }

  .lg\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem !important;
  }

  .lg\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem !important;
  }

  .lg\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem !important;
  }

  .lg\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem !important;
  }

  .lg\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem !important;
  }

  .lg\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem !important;
  }

  .lg\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem !important;
  }

  .lg\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem !important;
  }

  .lg\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem !important;
  }

  .lg\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem !important;
  }

  .lg\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem !important;
  }

  .lg\:-scroll-ml-0 {
    scroll-margin-left: -0px !important;
  }

  .lg\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem !important;
  }

  .lg\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem !important;
  }

  .lg\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem !important;
  }

  .lg\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem !important;
  }

  .lg\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem !important;
  }

  .lg\:-scroll-ml-12 {
    scroll-margin-left: -3rem !important;
  }

  .lg\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem !important;
  }

  .lg\:-scroll-ml-16 {
    scroll-margin-left: -4rem !important;
  }

  .lg\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem !important;
  }

  .lg\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem !important;
  }

  .lg\:-scroll-ml-20 {
    scroll-margin-left: -5rem !important;
  }

  .lg\:-scroll-ml-24 {
    scroll-margin-left: -6rem !important;
  }

  .lg\:-scroll-ml-28 {
    scroll-margin-left: -7rem !important;
  }

  .lg\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem !important;
  }

  .lg\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem !important;
  }

  .lg\:-scroll-ml-32 {
    scroll-margin-left: -8rem !important;
  }

  .lg\:-scroll-ml-36 {
    scroll-margin-left: -9rem !important;
  }

  .lg\:-scroll-ml-4 {
    scroll-margin-left: -1rem !important;
  }

  .lg\:-scroll-ml-40 {
    scroll-margin-left: -10rem !important;
  }

  .lg\:-scroll-ml-44 {
    scroll-margin-left: -11rem !important;
  }

  .lg\:-scroll-ml-48 {
    scroll-margin-left: -12rem !important;
  }

  .lg\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem !important;
  }

  .lg\:-scroll-ml-52 {
    scroll-margin-left: -13rem !important;
  }

  .lg\:-scroll-ml-56 {
    scroll-margin-left: -14rem !important;
  }

  .lg\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem !important;
  }

  .lg\:-scroll-ml-60 {
    scroll-margin-left: -15rem !important;
  }

  .lg\:-scroll-ml-64 {
    scroll-margin-left: -16rem !important;
  }

  .lg\:-scroll-ml-8 {
    scroll-margin-left: -2rem !important;
  }

  .lg\:-scroll-ml-80 {
    scroll-margin-left: -20rem !important;
  }

  .lg\:-scroll-mr-0 {
    scroll-margin-right: -0px !important;
  }

  .lg\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem !important;
  }

  .lg\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem !important;
  }

  .lg\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem !important;
  }

  .lg\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem !important;
  }

  .lg\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem !important;
  }

  .lg\:-scroll-mr-12 {
    scroll-margin-right: -3rem !important;
  }

  .lg\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem !important;
  }

  .lg\:-scroll-mr-16 {
    scroll-margin-right: -4rem !important;
  }

  .lg\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem !important;
  }

  .lg\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem !important;
  }

  .lg\:-scroll-mr-20 {
    scroll-margin-right: -5rem !important;
  }

  .lg\:-scroll-mr-24 {
    scroll-margin-right: -6rem !important;
  }

  .lg\:-scroll-mr-28 {
    scroll-margin-right: -7rem !important;
  }

  .lg\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem !important;
  }

  .lg\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem !important;
  }

  .lg\:-scroll-mr-32 {
    scroll-margin-right: -8rem !important;
  }

  .lg\:-scroll-mr-36 {
    scroll-margin-right: -9rem !important;
  }

  .lg\:-scroll-mr-4 {
    scroll-margin-right: -1rem !important;
  }

  .lg\:-scroll-mr-40 {
    scroll-margin-right: -10rem !important;
  }

  .lg\:-scroll-mr-44 {
    scroll-margin-right: -11rem !important;
  }

  .lg\:-scroll-mr-48 {
    scroll-margin-right: -12rem !important;
  }

  .lg\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem !important;
  }

  .lg\:-scroll-mr-52 {
    scroll-margin-right: -13rem !important;
  }

  .lg\:-scroll-mr-56 {
    scroll-margin-right: -14rem !important;
  }

  .lg\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem !important;
  }

  .lg\:-scroll-mr-60 {
    scroll-margin-right: -15rem !important;
  }

  .lg\:-scroll-mr-64 {
    scroll-margin-right: -16rem !important;
  }

  .lg\:-scroll-mr-8 {
    scroll-margin-right: -2rem !important;
  }

  .lg\:-scroll-mr-80 {
    scroll-margin-right: -20rem !important;
  }

  .lg\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .lg\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !important;
  }

  .lg\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem !important;
  }

  .lg\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem !important;
  }

  .lg\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem !important;
  }

  .lg\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem !important;
  }

  .lg\:-scroll-mt-12 {
    scroll-margin-top: -3rem !important;
  }

  .lg\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem !important;
  }

  .lg\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .lg\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem !important;
  }

  .lg\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem !important;
  }

  .lg\:-scroll-mt-20 {
    scroll-margin-top: -5rem !important;
  }

  .lg\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .lg\:-scroll-mt-28 {
    scroll-margin-top: -7rem !important;
  }

  .lg\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem !important;
  }

  .lg\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem !important;
  }

  .lg\:-scroll-mt-32 {
    scroll-margin-top: -8rem !important;
  }

  .lg\:-scroll-mt-36 {
    scroll-margin-top: -9rem !important;
  }

  .lg\:-scroll-mt-4 {
    scroll-margin-top: -1rem !important;
  }

  .lg\:-scroll-mt-40 {
    scroll-margin-top: -10rem !important;
  }

  .lg\:-scroll-mt-44 {
    scroll-margin-top: -11rem !important;
  }

  .lg\:-scroll-mt-48 {
    scroll-margin-top: -12rem !important;
  }

  .lg\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem !important;
  }

  .lg\:-scroll-mt-52 {
    scroll-margin-top: -13rem !important;
  }

  .lg\:-scroll-mt-56 {
    scroll-margin-top: -14rem !important;
  }

  .lg\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem !important;
  }

  .lg\:-scroll-mt-60 {
    scroll-margin-top: -15rem !important;
  }

  .lg\:-scroll-mt-64 {
    scroll-margin-top: -16rem !important;
  }

  .lg\:-scroll-mt-8 {
    scroll-margin-top: -2rem !important;
  }

  .lg\:-scroll-mt-80 {
    scroll-margin-top: -20rem !important;
  }

  .lg\:scroll-mb-0 {
    scroll-margin-bottom: 0px !important;
  }

  .lg\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem !important;
  }

  .lg\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem !important;
  }

  .lg\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem !important;
  }

  .lg\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem !important;
  }

  .lg\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem !important;
  }

  .lg\:scroll-mb-12 {
    scroll-margin-bottom: 3rem !important;
  }

  .lg\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem !important;
  }

  .lg\:scroll-mb-16 {
    scroll-margin-bottom: 4rem !important;
  }

  .lg\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem !important;
  }

  .lg\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem !important;
  }

  .lg\:scroll-mb-20 {
    scroll-margin-bottom: 5rem !important;
  }

  .lg\:scroll-mb-24 {
    scroll-margin-bottom: 6rem !important;
  }

  .lg\:scroll-mb-28 {
    scroll-margin-bottom: 7rem !important;
  }

  .lg\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem !important;
  }

  .lg\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem !important;
  }

  .lg\:scroll-mb-32 {
    scroll-margin-bottom: 8rem !important;
  }

  .lg\:scroll-mb-36 {
    scroll-margin-bottom: 9rem !important;
  }

  .lg\:scroll-mb-4 {
    scroll-margin-bottom: 1rem !important;
  }

  .lg\:scroll-mb-40 {
    scroll-margin-bottom: 10rem !important;
  }

  .lg\:scroll-mb-44 {
    scroll-margin-bottom: 11rem !important;
  }

  .lg\:scroll-mb-48 {
    scroll-margin-bottom: 12rem !important;
  }

  .lg\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem !important;
  }

  .lg\:scroll-mb-52 {
    scroll-margin-bottom: 13rem !important;
  }

  .lg\:scroll-mb-56 {
    scroll-margin-bottom: 14rem !important;
  }

  .lg\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem !important;
  }

  .lg\:scroll-mb-60 {
    scroll-margin-bottom: 15rem !important;
  }

  .lg\:scroll-mb-64 {
    scroll-margin-bottom: 16rem !important;
  }

  .lg\:scroll-mb-8 {
    scroll-margin-bottom: 2rem !important;
  }

  .lg\:scroll-mb-80 {
    scroll-margin-bottom: 20rem !important;
  }

  .lg\:scroll-ml-0 {
    scroll-margin-left: 0px !important;
  }

  .lg\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem !important;
  }

  .lg\:scroll-ml-1 {
    scroll-margin-left: 0.25rem !important;
  }

  .lg\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem !important;
  }

  .lg\:scroll-ml-10 {
    scroll-margin-left: 2.5rem !important;
  }

  .lg\:scroll-ml-11 {
    scroll-margin-left: 2.75rem !important;
  }

  .lg\:scroll-ml-12 {
    scroll-margin-left: 3rem !important;
  }

  .lg\:scroll-ml-14 {
    scroll-margin-left: 3.5rem !important;
  }

  .lg\:scroll-ml-16 {
    scroll-margin-left: 4rem !important;
  }

  .lg\:scroll-ml-2 {
    scroll-margin-left: 0.5rem !important;
  }

  .lg\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem !important;
  }

  .lg\:scroll-ml-20 {
    scroll-margin-left: 5rem !important;
  }

  .lg\:scroll-ml-24 {
    scroll-margin-left: 6rem !important;
  }

  .lg\:scroll-ml-28 {
    scroll-margin-left: 7rem !important;
  }

  .lg\:scroll-ml-3 {
    scroll-margin-left: 0.75rem !important;
  }

  .lg\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem !important;
  }

  .lg\:scroll-ml-32 {
    scroll-margin-left: 8rem !important;
  }

  .lg\:scroll-ml-36 {
    scroll-margin-left: 9rem !important;
  }

  .lg\:scroll-ml-4 {
    scroll-margin-left: 1rem !important;
  }

  .lg\:scroll-ml-40 {
    scroll-margin-left: 10rem !important;
  }

  .lg\:scroll-ml-44 {
    scroll-margin-left: 11rem !important;
  }

  .lg\:scroll-ml-48 {
    scroll-margin-left: 12rem !important;
  }

  .lg\:scroll-ml-5 {
    scroll-margin-left: 1.25rem !important;
  }

  .lg\:scroll-ml-52 {
    scroll-margin-left: 13rem !important;
  }

  .lg\:scroll-ml-56 {
    scroll-margin-left: 14rem !important;
  }

  .lg\:scroll-ml-6 {
    scroll-margin-left: 1.5rem !important;
  }

  .lg\:scroll-ml-60 {
    scroll-margin-left: 15rem !important;
  }

  .lg\:scroll-ml-64 {
    scroll-margin-left: 16rem !important;
  }

  .lg\:scroll-ml-8 {
    scroll-margin-left: 2rem !important;
  }

  .lg\:scroll-ml-80 {
    scroll-margin-left: 20rem !important;
  }

  .lg\:scroll-mr-0 {
    scroll-margin-right: 0px !important;
  }

  .lg\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem !important;
  }

  .lg\:scroll-mr-1 {
    scroll-margin-right: 0.25rem !important;
  }

  .lg\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem !important;
  }

  .lg\:scroll-mr-10 {
    scroll-margin-right: 2.5rem !important;
  }

  .lg\:scroll-mr-11 {
    scroll-margin-right: 2.75rem !important;
  }

  .lg\:scroll-mr-12 {
    scroll-margin-right: 3rem !important;
  }

  .lg\:scroll-mr-14 {
    scroll-margin-right: 3.5rem !important;
  }

  .lg\:scroll-mr-16 {
    scroll-margin-right: 4rem !important;
  }

  .lg\:scroll-mr-2 {
    scroll-margin-right: 0.5rem !important;
  }

  .lg\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem !important;
  }

  .lg\:scroll-mr-20 {
    scroll-margin-right: 5rem !important;
  }

  .lg\:scroll-mr-24 {
    scroll-margin-right: 6rem !important;
  }

  .lg\:scroll-mr-28 {
    scroll-margin-right: 7rem !important;
  }

  .lg\:scroll-mr-3 {
    scroll-margin-right: 0.75rem !important;
  }

  .lg\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem !important;
  }

  .lg\:scroll-mr-32 {
    scroll-margin-right: 8rem !important;
  }

  .lg\:scroll-mr-36 {
    scroll-margin-right: 9rem !important;
  }

  .lg\:scroll-mr-4 {
    scroll-margin-right: 1rem !important;
  }

  .lg\:scroll-mr-40 {
    scroll-margin-right: 10rem !important;
  }

  .lg\:scroll-mr-44 {
    scroll-margin-right: 11rem !important;
  }

  .lg\:scroll-mr-48 {
    scroll-margin-right: 12rem !important;
  }

  .lg\:scroll-mr-5 {
    scroll-margin-right: 1.25rem !important;
  }

  .lg\:scroll-mr-52 {
    scroll-margin-right: 13rem !important;
  }

  .lg\:scroll-mr-56 {
    scroll-margin-right: 14rem !important;
  }

  .lg\:scroll-mr-6 {
    scroll-margin-right: 1.5rem !important;
  }

  .lg\:scroll-mr-60 {
    scroll-margin-right: 15rem !important;
  }

  .lg\:scroll-mr-64 {
    scroll-margin-right: 16rem !important;
  }

  .lg\:scroll-mr-8 {
    scroll-margin-right: 2rem !important;
  }

  .lg\:scroll-mr-80 {
    scroll-margin-right: 20rem !important;
  }

  .lg\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .lg\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem !important;
  }

  .lg\:scroll-mt-1 {
    scroll-margin-top: 0.25rem !important;
  }

  .lg\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem !important;
  }

  .lg\:scroll-mt-10 {
    scroll-margin-top: 2.5rem !important;
  }

  .lg\:scroll-mt-11 {
    scroll-margin-top: 2.75rem !important;
  }

  .lg\:scroll-mt-12 {
    scroll-margin-top: 3rem !important;
  }

  .lg\:scroll-mt-14 {
    scroll-margin-top: 3.5rem !important;
  }

  .lg\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .lg\:scroll-mt-2 {
    scroll-margin-top: 0.5rem !important;
  }

  .lg\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem !important;
  }

  .lg\:scroll-mt-20 {
    scroll-margin-top: 5rem !important;
  }

  .lg\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

  .lg\:scroll-mt-28 {
    scroll-margin-top: 7rem !important;
  }

  .lg\:scroll-mt-3 {
    scroll-margin-top: 0.75rem !important;
  }

  .lg\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem !important;
  }

  .lg\:scroll-mt-32 {
    scroll-margin-top: 8rem !important;
  }

  .lg\:scroll-mt-36 {
    scroll-margin-top: 9rem !important;
  }

  .lg\:scroll-mt-4 {
    scroll-margin-top: 1rem !important;
  }

  .lg\:scroll-mt-40 {
    scroll-margin-top: 10rem !important;
  }

  .lg\:scroll-mt-44 {
    scroll-margin-top: 11rem !important;
  }

  .lg\:scroll-mt-48 {
    scroll-margin-top: 12rem !important;
  }

  .lg\:scroll-mt-5 {
    scroll-margin-top: 1.25rem !important;
  }

  .lg\:scroll-mt-52 {
    scroll-margin-top: 13rem !important;
  }

  .lg\:scroll-mt-56 {
    scroll-margin-top: 14rem !important;
  }

  .lg\:scroll-mt-6 {
    scroll-margin-top: 1.5rem !important;
  }

  .lg\:scroll-mt-60 {
    scroll-margin-top: 15rem !important;
  }

  .lg\:scroll-mt-64 {
    scroll-margin-top: 16rem !important;
  }

  .lg\:scroll-mt-8 {
    scroll-margin-top: 2rem !important;
  }

  .lg\:scroll-mt-80 {
    scroll-margin-top: 20rem !important;
  }

  .lg\:scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .lg\:scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .lg\:scroll-p-1 {
    scroll-padding: 0.25rem !important;
  }

  .lg\:scroll-p-1\.5 {
    scroll-padding: 0.375rem !important;
  }

  .lg\:scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .lg\:scroll-p-11 {
    scroll-padding: 2.75rem !important;
  }

  .lg\:scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .lg\:scroll-p-14 {
    scroll-padding: 3.5rem !important;
  }

  .lg\:scroll-p-16 {
    scroll-padding: 4rem !important;
  }

  .lg\:scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .lg\:scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .lg\:scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .lg\:scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .lg\:scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .lg\:scroll-p-3 {
    scroll-padding: 0.75rem !important;
  }

  .lg\:scroll-p-3\.5 {
    scroll-padding: 0.875rem !important;
  }

  .lg\:scroll-p-32 {
    scroll-padding: 8rem !important;
  }

  .lg\:scroll-p-36 {
    scroll-padding: 9rem !important;
  }

  .lg\:scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .lg\:scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .lg\:scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .lg\:scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .lg\:scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .lg\:scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .lg\:scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .lg\:scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .lg\:scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .lg\:scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .lg\:scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .lg\:scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .lg\:scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .lg\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .lg\:scroll-px-1 {
    scroll-padding-left: 0.25rem !important;
    scroll-padding-right: 0.25rem !important;
  }

  .lg\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem !important;
    scroll-padding-right: 0.375rem !important;
  }

  .lg\:scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .lg\:scroll-px-11 {
    scroll-padding-left: 2.75rem !important;
    scroll-padding-right: 2.75rem !important;
  }

  .lg\:scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .lg\:scroll-px-14 {
    scroll-padding-left: 3.5rem !important;
    scroll-padding-right: 3.5rem !important;
  }

  .lg\:scroll-px-16 {
    scroll-padding-left: 4rem !important;
    scroll-padding-right: 4rem !important;
  }

  .lg\:scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .lg\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .lg\:scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .lg\:scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .lg\:scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .lg\:scroll-px-3 {
    scroll-padding-left: 0.75rem !important;
    scroll-padding-right: 0.75rem !important;
  }

  .lg\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem !important;
    scroll-padding-right: 0.875rem !important;
  }

  .lg\:scroll-px-32 {
    scroll-padding-left: 8rem !important;
    scroll-padding-right: 8rem !important;
  }

  .lg\:scroll-px-36 {
    scroll-padding-left: 9rem !important;
    scroll-padding-right: 9rem !important;
  }

  .lg\:scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .lg\:scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .lg\:scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .lg\:scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .lg\:scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .lg\:scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .lg\:scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .lg\:scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .lg\:scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .lg\:scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .lg\:scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .lg\:scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .lg\:scroll-py-0 {
    scroll-padding-top: 0px !important;
    scroll-padding-bottom: 0px !important;
  }

  .lg\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem !important;
    scroll-padding-bottom: 0.125rem !important;
  }

  .lg\:scroll-py-1 {
    scroll-padding-top: 0.25rem !important;
    scroll-padding-bottom: 0.25rem !important;
  }

  .lg\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem !important;
    scroll-padding-bottom: 0.375rem !important;
  }

  .lg\:scroll-py-10 {
    scroll-padding-top: 2.5rem !important;
    scroll-padding-bottom: 2.5rem !important;
  }

  .lg\:scroll-py-11 {
    scroll-padding-top: 2.75rem !important;
    scroll-padding-bottom: 2.75rem !important;
  }

  .lg\:scroll-py-12 {
    scroll-padding-top: 3rem !important;
    scroll-padding-bottom: 3rem !important;
  }

  .lg\:scroll-py-14 {
    scroll-padding-top: 3.5rem !important;
    scroll-padding-bottom: 3.5rem !important;
  }

  .lg\:scroll-py-16 {
    scroll-padding-top: 4rem !important;
    scroll-padding-bottom: 4rem !important;
  }

  .lg\:scroll-py-2 {
    scroll-padding-top: 0.5rem !important;
    scroll-padding-bottom: 0.5rem !important;
  }

  .lg\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem !important;
    scroll-padding-bottom: 0.625rem !important;
  }

  .lg\:scroll-py-20 {
    scroll-padding-top: 5rem !important;
    scroll-padding-bottom: 5rem !important;
  }

  .lg\:scroll-py-24 {
    scroll-padding-top: 6rem !important;
    scroll-padding-bottom: 6rem !important;
  }

  .lg\:scroll-py-28 {
    scroll-padding-top: 7rem !important;
    scroll-padding-bottom: 7rem !important;
  }

  .lg\:scroll-py-3 {
    scroll-padding-top: 0.75rem !important;
    scroll-padding-bottom: 0.75rem !important;
  }

  .lg\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem !important;
    scroll-padding-bottom: 0.875rem !important;
  }

  .lg\:scroll-py-32 {
    scroll-padding-top: 8rem !important;
    scroll-padding-bottom: 8rem !important;
  }

  .lg\:scroll-py-36 {
    scroll-padding-top: 9rem !important;
    scroll-padding-bottom: 9rem !important;
  }

  .lg\:scroll-py-4 {
    scroll-padding-top: 1rem !important;
    scroll-padding-bottom: 1rem !important;
  }

  .lg\:scroll-py-40 {
    scroll-padding-top: 10rem !important;
    scroll-padding-bottom: 10rem !important;
  }

  .lg\:scroll-py-44 {
    scroll-padding-top: 11rem !important;
    scroll-padding-bottom: 11rem !important;
  }

  .lg\:scroll-py-48 {
    scroll-padding-top: 12rem !important;
    scroll-padding-bottom: 12rem !important;
  }

  .lg\:scroll-py-5 {
    scroll-padding-top: 1.25rem !important;
    scroll-padding-bottom: 1.25rem !important;
  }

  .lg\:scroll-py-52 {
    scroll-padding-top: 13rem !important;
    scroll-padding-bottom: 13rem !important;
  }

  .lg\:scroll-py-56 {
    scroll-padding-top: 14rem !important;
    scroll-padding-bottom: 14rem !important;
  }

  .lg\:scroll-py-6 {
    scroll-padding-top: 1.5rem !important;
    scroll-padding-bottom: 1.5rem !important;
  }

  .lg\:scroll-py-60 {
    scroll-padding-top: 15rem !important;
    scroll-padding-bottom: 15rem !important;
  }

  .lg\:scroll-py-64 {
    scroll-padding-top: 16rem !important;
    scroll-padding-bottom: 16rem !important;
  }

  .lg\:scroll-py-8 {
    scroll-padding-top: 2rem !important;
    scroll-padding-bottom: 2rem !important;
  }

  .lg\:scroll-py-80 {
    scroll-padding-top: 20rem !important;
    scroll-padding-bottom: 20rem !important;
  }

  .lg\:scroll-pb-0 {
    scroll-padding-bottom: 0px !important;
  }

  .lg\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem !important;
  }

  .lg\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem !important;
  }

  .lg\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem !important;
  }

  .lg\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem !important;
  }

  .lg\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem !important;
  }

  .lg\:scroll-pb-12 {
    scroll-padding-bottom: 3rem !important;
  }

  .lg\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem !important;
  }

  .lg\:scroll-pb-16 {
    scroll-padding-bottom: 4rem !important;
  }

  .lg\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem !important;
  }

  .lg\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem !important;
  }

  .lg\:scroll-pb-20 {
    scroll-padding-bottom: 5rem !important;
  }

  .lg\:scroll-pb-24 {
    scroll-padding-bottom: 6rem !important;
  }

  .lg\:scroll-pb-28 {
    scroll-padding-bottom: 7rem !important;
  }

  .lg\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem !important;
  }

  .lg\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem !important;
  }

  .lg\:scroll-pb-32 {
    scroll-padding-bottom: 8rem !important;
  }

  .lg\:scroll-pb-36 {
    scroll-padding-bottom: 9rem !important;
  }

  .lg\:scroll-pb-4 {
    scroll-padding-bottom: 1rem !important;
  }

  .lg\:scroll-pb-40 {
    scroll-padding-bottom: 10rem !important;
  }

  .lg\:scroll-pb-44 {
    scroll-padding-bottom: 11rem !important;
  }

  .lg\:scroll-pb-48 {
    scroll-padding-bottom: 12rem !important;
  }

  .lg\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem !important;
  }

  .lg\:scroll-pb-52 {
    scroll-padding-bottom: 13rem !important;
  }

  .lg\:scroll-pb-56 {
    scroll-padding-bottom: 14rem !important;
  }

  .lg\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem !important;
  }

  .lg\:scroll-pb-60 {
    scroll-padding-bottom: 15rem !important;
  }

  .lg\:scroll-pb-64 {
    scroll-padding-bottom: 16rem !important;
  }

  .lg\:scroll-pb-8 {
    scroll-padding-bottom: 2rem !important;
  }

  .lg\:scroll-pb-80 {
    scroll-padding-bottom: 20rem !important;
  }

  .lg\:scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .lg\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .lg\:scroll-pl-1 {
    scroll-padding-left: 0.25rem !important;
  }

  .lg\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem !important;
  }

  .lg\:scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .lg\:scroll-pl-11 {
    scroll-padding-left: 2.75rem !important;
  }

  .lg\:scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .lg\:scroll-pl-14 {
    scroll-padding-left: 3.5rem !important;
  }

  .lg\:scroll-pl-16 {
    scroll-padding-left: 4rem !important;
  }

  .lg\:scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .lg\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .lg\:scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .lg\:scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .lg\:scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .lg\:scroll-pl-3 {
    scroll-padding-left: 0.75rem !important;
  }

  .lg\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem !important;
  }

  .lg\:scroll-pl-32 {
    scroll-padding-left: 8rem !important;
  }

  .lg\:scroll-pl-36 {
    scroll-padding-left: 9rem !important;
  }

  .lg\:scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .lg\:scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .lg\:scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .lg\:scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .lg\:scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .lg\:scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .lg\:scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .lg\:scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .lg\:scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .lg\:scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .lg\:scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .lg\:scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .lg\:scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .lg\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .lg\:scroll-pr-1 {
    scroll-padding-right: 0.25rem !important;
  }

  .lg\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem !important;
  }

  .lg\:scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .lg\:scroll-pr-11 {
    scroll-padding-right: 2.75rem !important;
  }

  .lg\:scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .lg\:scroll-pr-14 {
    scroll-padding-right: 3.5rem !important;
  }

  .lg\:scroll-pr-16 {
    scroll-padding-right: 4rem !important;
  }

  .lg\:scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .lg\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .lg\:scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .lg\:scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .lg\:scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .lg\:scroll-pr-3 {
    scroll-padding-right: 0.75rem !important;
  }

  .lg\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem !important;
  }

  .lg\:scroll-pr-32 {
    scroll-padding-right: 8rem !important;
  }

  .lg\:scroll-pr-36 {
    scroll-padding-right: 9rem !important;
  }

  .lg\:scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .lg\:scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .lg\:scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .lg\:scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .lg\:scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .lg\:scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .lg\:scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .lg\:scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .lg\:scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .lg\:scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .lg\:scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .lg\:scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .lg\:scroll-pt-0 {
    scroll-padding-top: 0px !important;
  }

  .lg\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem !important;
  }

  .lg\:scroll-pt-1 {
    scroll-padding-top: 0.25rem !important;
  }

  .lg\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem !important;
  }

  .lg\:scroll-pt-10 {
    scroll-padding-top: 2.5rem !important;
  }

  .lg\:scroll-pt-11 {
    scroll-padding-top: 2.75rem !important;
  }

  .lg\:scroll-pt-12 {
    scroll-padding-top: 3rem !important;
  }

  .lg\:scroll-pt-14 {
    scroll-padding-top: 3.5rem !important;
  }

  .lg\:scroll-pt-16 {
    scroll-padding-top: 4rem !important;
  }

  .lg\:scroll-pt-2 {
    scroll-padding-top: 0.5rem !important;
  }

  .lg\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem !important;
  }

  .lg\:scroll-pt-20 {
    scroll-padding-top: 5rem !important;
  }

  .lg\:scroll-pt-24 {
    scroll-padding-top: 6rem !important;
  }

  .lg\:scroll-pt-28 {
    scroll-padding-top: 7rem !important;
  }

  .lg\:scroll-pt-3 {
    scroll-padding-top: 0.75rem !important;
  }

  .lg\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem !important;
  }

  .lg\:scroll-pt-32 {
    scroll-padding-top: 8rem !important;
  }

  .lg\:scroll-pt-36 {
    scroll-padding-top: 9rem !important;
  }

  .lg\:scroll-pt-4 {
    scroll-padding-top: 1rem !important;
  }

  .lg\:scroll-pt-40 {
    scroll-padding-top: 10rem !important;
  }

  .lg\:scroll-pt-44 {
    scroll-padding-top: 11rem !important;
  }

  .lg\:scroll-pt-48 {
    scroll-padding-top: 12rem !important;
  }

  .lg\:scroll-pt-5 {
    scroll-padding-top: 1.25rem !important;
  }

  .lg\:scroll-pt-52 {
    scroll-padding-top: 13rem !important;
  }

  .lg\:scroll-pt-56 {
    scroll-padding-top: 14rem !important;
  }

  .lg\:scroll-pt-6 {
    scroll-padding-top: 1.5rem !important;
  }

  .lg\:scroll-pt-60 {
    scroll-padding-top: 15rem !important;
  }

  .lg\:scroll-pt-64 {
    scroll-padding-top: 16rem !important;
  }

  .lg\:scroll-pt-8 {
    scroll-padding-top: 2rem !important;
  }

  .lg\:scroll-pt-80 {
    scroll-padding-top: 20rem !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-12 {
    gap: 3rem !important;
  }

  .lg\:gap-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-16 {
    gap: 4rem !important;
  }

  .lg\:gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-20 {
    gap: 5rem !important;
  }

  .lg\:gap-24 {
    gap: 6rem !important;
  }

  .lg\:gap-28 {
    gap: 7rem !important;
  }

  .lg\:gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-32 {
    gap: 8rem !important;
  }

  .lg\:gap-36 {
    gap: 9rem !important;
  }

  .lg\:gap-4 {
    gap: 1rem !important;
  }

  .lg\:gap-40 {
    gap: 10rem !important;
  }

  .lg\:gap-44 {
    gap: 11rem !important;
  }

  .lg\:gap-48 {
    gap: 12rem !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-52 {
    gap: 13rem !important;
  }

  .lg\:gap-56 {
    gap: 14rem !important;
  }

  .lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-60 {
    gap: 15rem !important;
  }

  .lg\:gap-64 {
    gap: 16rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

  .lg\:gap-80 {
    gap: 20rem !important;
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1)) !important;
  }

  .lg\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1)) !important;
  }

  .lg\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1)) !important;
  }

  .lg\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1)) !important;
  }

  .lg\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:border-brand-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgb(46 39 20 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-dark\/0 {
    border-color: rgb(46 39 20 / 0) !important;
  }

  .lg\:border-brand-dark\/10 {
    border-color: rgb(46 39 20 / 0.1) !important;
  }

  .lg\:border-brand-dark\/100 {
    border-color: rgb(46 39 20 / 1) !important;
  }

  .lg\:border-brand-dark\/15 {
    border-color: rgb(46 39 20 / 0.15) !important;
  }

  .lg\:border-brand-dark\/20 {
    border-color: rgb(46 39 20 / 0.2) !important;
  }

  .lg\:border-brand-dark\/25 {
    border-color: rgb(46 39 20 / 0.25) !important;
  }

  .lg\:border-brand-dark\/30 {
    border-color: rgb(46 39 20 / 0.3) !important;
  }

  .lg\:border-brand-dark\/35 {
    border-color: rgb(46 39 20 / 0.35) !important;
  }

  .lg\:border-brand-dark\/40 {
    border-color: rgb(46 39 20 / 0.4) !important;
  }

  .lg\:border-brand-dark\/45 {
    border-color: rgb(46 39 20 / 0.45) !important;
  }

  .lg\:border-brand-dark\/5 {
    border-color: rgb(46 39 20 / 0.05) !important;
  }

  .lg\:border-brand-dark\/50 {
    border-color: rgb(46 39 20 / 0.5) !important;
  }

  .lg\:border-brand-dark\/55 {
    border-color: rgb(46 39 20 / 0.55) !important;
  }

  .lg\:border-brand-dark\/60 {
    border-color: rgb(46 39 20 / 0.6) !important;
  }

  .lg\:border-brand-dark\/65 {
    border-color: rgb(46 39 20 / 0.65) !important;
  }

  .lg\:border-brand-dark\/70 {
    border-color: rgb(46 39 20 / 0.7) !important;
  }

  .lg\:border-brand-dark\/75 {
    border-color: rgb(46 39 20 / 0.75) !important;
  }

  .lg\:border-brand-dark\/80 {
    border-color: rgb(46 39 20 / 0.8) !important;
  }

  .lg\:border-brand-dark\/85 {
    border-color: rgb(46 39 20 / 0.85) !important;
  }

  .lg\:border-brand-dark\/90 {
    border-color: rgb(46 39 20 / 0.9) !important;
  }

  .lg\:border-brand-dark\/95 {
    border-color: rgb(46 39 20 / 0.95) !important;
  }

  .lg\:border-brand-ink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(33 37 41 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-ink\/0 {
    border-color: rgb(33 37 41 / 0) !important;
  }

  .lg\:border-brand-ink\/10 {
    border-color: rgb(33 37 41 / 0.1) !important;
  }

  .lg\:border-brand-ink\/100 {
    border-color: rgb(33 37 41 / 1) !important;
  }

  .lg\:border-brand-ink\/15 {
    border-color: rgb(33 37 41 / 0.15) !important;
  }

  .lg\:border-brand-ink\/20 {
    border-color: rgb(33 37 41 / 0.2) !important;
  }

  .lg\:border-brand-ink\/25 {
    border-color: rgb(33 37 41 / 0.25) !important;
  }

  .lg\:border-brand-ink\/30 {
    border-color: rgb(33 37 41 / 0.3) !important;
  }

  .lg\:border-brand-ink\/35 {
    border-color: rgb(33 37 41 / 0.35) !important;
  }

  .lg\:border-brand-ink\/40 {
    border-color: rgb(33 37 41 / 0.4) !important;
  }

  .lg\:border-brand-ink\/45 {
    border-color: rgb(33 37 41 / 0.45) !important;
  }

  .lg\:border-brand-ink\/5 {
    border-color: rgb(33 37 41 / 0.05) !important;
  }

  .lg\:border-brand-ink\/50 {
    border-color: rgb(33 37 41 / 0.5) !important;
  }

  .lg\:border-brand-ink\/55 {
    border-color: rgb(33 37 41 / 0.55) !important;
  }

  .lg\:border-brand-ink\/60 {
    border-color: rgb(33 37 41 / 0.6) !important;
  }

  .lg\:border-brand-ink\/65 {
    border-color: rgb(33 37 41 / 0.65) !important;
  }

  .lg\:border-brand-ink\/70 {
    border-color: rgb(33 37 41 / 0.7) !important;
  }

  .lg\:border-brand-ink\/75 {
    border-color: rgb(33 37 41 / 0.75) !important;
  }

  .lg\:border-brand-ink\/80 {
    border-color: rgb(33 37 41 / 0.8) !important;
  }

  .lg\:border-brand-ink\/85 {
    border-color: rgb(33 37 41 / 0.85) !important;
  }

  .lg\:border-brand-ink\/90 {
    border-color: rgb(33 37 41 / 0.9) !important;
  }

  .lg\:border-brand-ink\/95 {
    border-color: rgb(33 37 41 / 0.95) !important;
  }

  .lg\:border-brand-light {
    --tw-border-opacity: 1 !important;
    border-color: rgb(245 244 240 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-light\/0 {
    border-color: rgb(245 244 240 / 0) !important;
  }

  .lg\:border-brand-light\/10 {
    border-color: rgb(245 244 240 / 0.1) !important;
  }

  .lg\:border-brand-light\/100 {
    border-color: rgb(245 244 240 / 1) !important;
  }

  .lg\:border-brand-light\/15 {
    border-color: rgb(245 244 240 / 0.15) !important;
  }

  .lg\:border-brand-light\/20 {
    border-color: rgb(245 244 240 / 0.2) !important;
  }

  .lg\:border-brand-light\/25 {
    border-color: rgb(245 244 240 / 0.25) !important;
  }

  .lg\:border-brand-light\/30 {
    border-color: rgb(245 244 240 / 0.3) !important;
  }

  .lg\:border-brand-light\/35 {
    border-color: rgb(245 244 240 / 0.35) !important;
  }

  .lg\:border-brand-light\/40 {
    border-color: rgb(245 244 240 / 0.4) !important;
  }

  .lg\:border-brand-light\/45 {
    border-color: rgb(245 244 240 / 0.45) !important;
  }

  .lg\:border-brand-light\/5 {
    border-color: rgb(245 244 240 / 0.05) !important;
  }

  .lg\:border-brand-light\/50 {
    border-color: rgb(245 244 240 / 0.5) !important;
  }

  .lg\:border-brand-light\/55 {
    border-color: rgb(245 244 240 / 0.55) !important;
  }

  .lg\:border-brand-light\/60 {
    border-color: rgb(245 244 240 / 0.6) !important;
  }

  .lg\:border-brand-light\/65 {
    border-color: rgb(245 244 240 / 0.65) !important;
  }

  .lg\:border-brand-light\/70 {
    border-color: rgb(245 244 240 / 0.7) !important;
  }

  .lg\:border-brand-light\/75 {
    border-color: rgb(245 244 240 / 0.75) !important;
  }

  .lg\:border-brand-light\/80 {
    border-color: rgb(245 244 240 / 0.8) !important;
  }

  .lg\:border-brand-light\/85 {
    border-color: rgb(245 244 240 / 0.85) !important;
  }

  .lg\:border-brand-light\/90 {
    border-color: rgb(245 244 240 / 0.9) !important;
  }

  .lg\:border-brand-light\/95 {
    border-color: rgb(245 244 240 / 0.95) !important;
  }

  .lg\:border-brand-link {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 110 7 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-link-hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(74 55 3 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-link-hover\/0 {
    border-color: rgb(74 55 3 / 0) !important;
  }

  .lg\:border-brand-link-hover\/10 {
    border-color: rgb(74 55 3 / 0.1) !important;
  }

  .lg\:border-brand-link-hover\/100 {
    border-color: rgb(74 55 3 / 1) !important;
  }

  .lg\:border-brand-link-hover\/15 {
    border-color: rgb(74 55 3 / 0.15) !important;
  }

  .lg\:border-brand-link-hover\/20 {
    border-color: rgb(74 55 3 / 0.2) !important;
  }

  .lg\:border-brand-link-hover\/25 {
    border-color: rgb(74 55 3 / 0.25) !important;
  }

  .lg\:border-brand-link-hover\/30 {
    border-color: rgb(74 55 3 / 0.3) !important;
  }

  .lg\:border-brand-link-hover\/35 {
    border-color: rgb(74 55 3 / 0.35) !important;
  }

  .lg\:border-brand-link-hover\/40 {
    border-color: rgb(74 55 3 / 0.4) !important;
  }

  .lg\:border-brand-link-hover\/45 {
    border-color: rgb(74 55 3 / 0.45) !important;
  }

  .lg\:border-brand-link-hover\/5 {
    border-color: rgb(74 55 3 / 0.05) !important;
  }

  .lg\:border-brand-link-hover\/50 {
    border-color: rgb(74 55 3 / 0.5) !important;
  }

  .lg\:border-brand-link-hover\/55 {
    border-color: rgb(74 55 3 / 0.55) !important;
  }

  .lg\:border-brand-link-hover\/60 {
    border-color: rgb(74 55 3 / 0.6) !important;
  }

  .lg\:border-brand-link-hover\/65 {
    border-color: rgb(74 55 3 / 0.65) !important;
  }

  .lg\:border-brand-link-hover\/70 {
    border-color: rgb(74 55 3 / 0.7) !important;
  }

  .lg\:border-brand-link-hover\/75 {
    border-color: rgb(74 55 3 / 0.75) !important;
  }

  .lg\:border-brand-link-hover\/80 {
    border-color: rgb(74 55 3 / 0.8) !important;
  }

  .lg\:border-brand-link-hover\/85 {
    border-color: rgb(74 55 3 / 0.85) !important;
  }

  .lg\:border-brand-link-hover\/90 {
    border-color: rgb(74 55 3 / 0.9) !important;
  }

  .lg\:border-brand-link-hover\/95 {
    border-color: rgb(74 55 3 / 0.95) !important;
  }

  .lg\:border-brand-link\/0 {
    border-color: rgb(147 110 7 / 0) !important;
  }

  .lg\:border-brand-link\/10 {
    border-color: rgb(147 110 7 / 0.1) !important;
  }

  .lg\:border-brand-link\/100 {
    border-color: rgb(147 110 7 / 1) !important;
  }

  .lg\:border-brand-link\/15 {
    border-color: rgb(147 110 7 / 0.15) !important;
  }

  .lg\:border-brand-link\/20 {
    border-color: rgb(147 110 7 / 0.2) !important;
  }

  .lg\:border-brand-link\/25 {
    border-color: rgb(147 110 7 / 0.25) !important;
  }

  .lg\:border-brand-link\/30 {
    border-color: rgb(147 110 7 / 0.3) !important;
  }

  .lg\:border-brand-link\/35 {
    border-color: rgb(147 110 7 / 0.35) !important;
  }

  .lg\:border-brand-link\/40 {
    border-color: rgb(147 110 7 / 0.4) !important;
  }

  .lg\:border-brand-link\/45 {
    border-color: rgb(147 110 7 / 0.45) !important;
  }

  .lg\:border-brand-link\/5 {
    border-color: rgb(147 110 7 / 0.05) !important;
  }

  .lg\:border-brand-link\/50 {
    border-color: rgb(147 110 7 / 0.5) !important;
  }

  .lg\:border-brand-link\/55 {
    border-color: rgb(147 110 7 / 0.55) !important;
  }

  .lg\:border-brand-link\/60 {
    border-color: rgb(147 110 7 / 0.6) !important;
  }

  .lg\:border-brand-link\/65 {
    border-color: rgb(147 110 7 / 0.65) !important;
  }

  .lg\:border-brand-link\/70 {
    border-color: rgb(147 110 7 / 0.7) !important;
  }

  .lg\:border-brand-link\/75 {
    border-color: rgb(147 110 7 / 0.75) !important;
  }

  .lg\:border-brand-link\/80 {
    border-color: rgb(147 110 7 / 0.8) !important;
  }

  .lg\:border-brand-link\/85 {
    border-color: rgb(147 110 7 / 0.85) !important;
  }

  .lg\:border-brand-link\/90 {
    border-color: rgb(147 110 7 / 0.9) !important;
  }

  .lg\:border-brand-link\/95 {
    border-color: rgb(147 110 7 / 0.95) !important;
  }

  .lg\:border-brand-muted {
    --tw-border-opacity: 1 !important;
    border-color: rgb(108 117 125 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-muted\/0 {
    border-color: rgb(108 117 125 / 0) !important;
  }

  .lg\:border-brand-muted\/10 {
    border-color: rgb(108 117 125 / 0.1) !important;
  }

  .lg\:border-brand-muted\/100 {
    border-color: rgb(108 117 125 / 1) !important;
  }

  .lg\:border-brand-muted\/15 {
    border-color: rgb(108 117 125 / 0.15) !important;
  }

  .lg\:border-brand-muted\/20 {
    border-color: rgb(108 117 125 / 0.2) !important;
  }

  .lg\:border-brand-muted\/25 {
    border-color: rgb(108 117 125 / 0.25) !important;
  }

  .lg\:border-brand-muted\/30 {
    border-color: rgb(108 117 125 / 0.3) !important;
  }

  .lg\:border-brand-muted\/35 {
    border-color: rgb(108 117 125 / 0.35) !important;
  }

  .lg\:border-brand-muted\/40 {
    border-color: rgb(108 117 125 / 0.4) !important;
  }

  .lg\:border-brand-muted\/45 {
    border-color: rgb(108 117 125 / 0.45) !important;
  }

  .lg\:border-brand-muted\/5 {
    border-color: rgb(108 117 125 / 0.05) !important;
  }

  .lg\:border-brand-muted\/50 {
    border-color: rgb(108 117 125 / 0.5) !important;
  }

  .lg\:border-brand-muted\/55 {
    border-color: rgb(108 117 125 / 0.55) !important;
  }

  .lg\:border-brand-muted\/60 {
    border-color: rgb(108 117 125 / 0.6) !important;
  }

  .lg\:border-brand-muted\/65 {
    border-color: rgb(108 117 125 / 0.65) !important;
  }

  .lg\:border-brand-muted\/70 {
    border-color: rgb(108 117 125 / 0.7) !important;
  }

  .lg\:border-brand-muted\/75 {
    border-color: rgb(108 117 125 / 0.75) !important;
  }

  .lg\:border-brand-muted\/80 {
    border-color: rgb(108 117 125 / 0.8) !important;
  }

  .lg\:border-brand-muted\/85 {
    border-color: rgb(108 117 125 / 0.85) !important;
  }

  .lg\:border-brand-muted\/90 {
    border-color: rgb(108 117 125 / 0.9) !important;
  }

  .lg\:border-brand-muted\/95 {
    border-color: rgb(108 117 125 / 0.95) !important;
  }

  .lg\:border-brand-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 184 17 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-primary\/0 {
    border-color: rgb(244 184 17 / 0) !important;
  }

  .lg\:border-brand-primary\/10 {
    border-color: rgb(244 184 17 / 0.1) !important;
  }

  .lg\:border-brand-primary\/100 {
    border-color: rgb(244 184 17 / 1) !important;
  }

  .lg\:border-brand-primary\/15 {
    border-color: rgb(244 184 17 / 0.15) !important;
  }

  .lg\:border-brand-primary\/20 {
    border-color: rgb(244 184 17 / 0.2) !important;
  }

  .lg\:border-brand-primary\/25 {
    border-color: rgb(244 184 17 / 0.25) !important;
  }

  .lg\:border-brand-primary\/30 {
    border-color: rgb(244 184 17 / 0.3) !important;
  }

  .lg\:border-brand-primary\/35 {
    border-color: rgb(244 184 17 / 0.35) !important;
  }

  .lg\:border-brand-primary\/40 {
    border-color: rgb(244 184 17 / 0.4) !important;
  }

  .lg\:border-brand-primary\/45 {
    border-color: rgb(244 184 17 / 0.45) !important;
  }

  .lg\:border-brand-primary\/5 {
    border-color: rgb(244 184 17 / 0.05) !important;
  }

  .lg\:border-brand-primary\/50 {
    border-color: rgb(244 184 17 / 0.5) !important;
  }

  .lg\:border-brand-primary\/55 {
    border-color: rgb(244 184 17 / 0.55) !important;
  }

  .lg\:border-brand-primary\/60 {
    border-color: rgb(244 184 17 / 0.6) !important;
  }

  .lg\:border-brand-primary\/65 {
    border-color: rgb(244 184 17 / 0.65) !important;
  }

  .lg\:border-brand-primary\/70 {
    border-color: rgb(244 184 17 / 0.7) !important;
  }

  .lg\:border-brand-primary\/75 {
    border-color: rgb(244 184 17 / 0.75) !important;
  }

  .lg\:border-brand-primary\/80 {
    border-color: rgb(244 184 17 / 0.8) !important;
  }

  .lg\:border-brand-primary\/85 {
    border-color: rgb(244 184 17 / 0.85) !important;
  }

  .lg\:border-brand-primary\/90 {
    border-color: rgb(244 184 17 / 0.9) !important;
  }

  .lg\:border-brand-primary\/95 {
    border-color: rgb(244 184 17 / 0.95) !important;
  }

  .lg\:border-brand-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 204 0 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-brand-secondary\/0 {
    border-color: rgb(255 204 0 / 0) !important;
  }

  .lg\:border-brand-secondary\/10 {
    border-color: rgb(255 204 0 / 0.1) !important;
  }

  .lg\:border-brand-secondary\/100 {
    border-color: rgb(255 204 0 / 1) !important;
  }

  .lg\:border-brand-secondary\/15 {
    border-color: rgb(255 204 0 / 0.15) !important;
  }

  .lg\:border-brand-secondary\/20 {
    border-color: rgb(255 204 0 / 0.2) !important;
  }

  .lg\:border-brand-secondary\/25 {
    border-color: rgb(255 204 0 / 0.25) !important;
  }

  .lg\:border-brand-secondary\/30 {
    border-color: rgb(255 204 0 / 0.3) !important;
  }

  .lg\:border-brand-secondary\/35 {
    border-color: rgb(255 204 0 / 0.35) !important;
  }

  .lg\:border-brand-secondary\/40 {
    border-color: rgb(255 204 0 / 0.4) !important;
  }

  .lg\:border-brand-secondary\/45 {
    border-color: rgb(255 204 0 / 0.45) !important;
  }

  .lg\:border-brand-secondary\/5 {
    border-color: rgb(255 204 0 / 0.05) !important;
  }

  .lg\:border-brand-secondary\/50 {
    border-color: rgb(255 204 0 / 0.5) !important;
  }

  .lg\:border-brand-secondary\/55 {
    border-color: rgb(255 204 0 / 0.55) !important;
  }

  .lg\:border-brand-secondary\/60 {
    border-color: rgb(255 204 0 / 0.6) !important;
  }

  .lg\:border-brand-secondary\/65 {
    border-color: rgb(255 204 0 / 0.65) !important;
  }

  .lg\:border-brand-secondary\/70 {
    border-color: rgb(255 204 0 / 0.7) !important;
  }

  .lg\:border-brand-secondary\/75 {
    border-color: rgb(255 204 0 / 0.75) !important;
  }

  .lg\:border-brand-secondary\/80 {
    border-color: rgb(255 204 0 / 0.8) !important;
  }

  .lg\:border-brand-secondary\/85 {
    border-color: rgb(255 204 0 / 0.85) !important;
  }

  .lg\:border-brand-secondary\/90 {
    border-color: rgb(255 204 0 / 0.9) !important;
  }

  .lg\:border-brand-secondary\/95 {
    border-color: rgb(255 204 0 / 0.95) !important;
  }

  .lg\:border-earth {
    --tw-border-opacity: 1 !important;
    border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-earth\/0 {
    border-color: rgb(120 46 1 / 0) !important;
  }

  .lg\:border-earth\/10 {
    border-color: rgb(120 46 1 / 0.1) !important;
  }

  .lg\:border-earth\/100 {
    border-color: rgb(120 46 1 / 1) !important;
  }

  .lg\:border-earth\/15 {
    border-color: rgb(120 46 1 / 0.15) !important;
  }

  .lg\:border-earth\/20 {
    border-color: rgb(120 46 1 / 0.2) !important;
  }

  .lg\:border-earth\/25 {
    border-color: rgb(120 46 1 / 0.25) !important;
  }

  .lg\:border-earth\/30 {
    border-color: rgb(120 46 1 / 0.3) !important;
  }

  .lg\:border-earth\/35 {
    border-color: rgb(120 46 1 / 0.35) !important;
  }

  .lg\:border-earth\/40 {
    border-color: rgb(120 46 1 / 0.4) !important;
  }

  .lg\:border-earth\/45 {
    border-color: rgb(120 46 1 / 0.45) !important;
  }

  .lg\:border-earth\/5 {
    border-color: rgb(120 46 1 / 0.05) !important;
  }

  .lg\:border-earth\/50 {
    border-color: rgb(120 46 1 / 0.5) !important;
  }

  .lg\:border-earth\/55 {
    border-color: rgb(120 46 1 / 0.55) !important;
  }

  .lg\:border-earth\/60 {
    border-color: rgb(120 46 1 / 0.6) !important;
  }

  .lg\:border-earth\/65 {
    border-color: rgb(120 46 1 / 0.65) !important;
  }

  .lg\:border-earth\/70 {
    border-color: rgb(120 46 1 / 0.7) !important;
  }

  .lg\:border-earth\/75 {
    border-color: rgb(120 46 1 / 0.75) !important;
  }

  .lg\:border-earth\/80 {
    border-color: rgb(120 46 1 / 0.8) !important;
  }

  .lg\:border-earth\/85 {
    border-color: rgb(120 46 1 / 0.85) !important;
  }

  .lg\:border-earth\/90 {
    border-color: rgb(120 46 1 / 0.9) !important;
  }

  .lg\:border-earth\/95 {
    border-color: rgb(120 46 1 / 0.95) !important;
  }

  .lg\:border-harvest {
    --tw-border-opacity: 1 !important;
    border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-harvest\/0 {
    border-color: rgb(215 129 49 / 0) !important;
  }

  .lg\:border-harvest\/10 {
    border-color: rgb(215 129 49 / 0.1) !important;
  }

  .lg\:border-harvest\/100 {
    border-color: rgb(215 129 49 / 1) !important;
  }

  .lg\:border-harvest\/15 {
    border-color: rgb(215 129 49 / 0.15) !important;
  }

  .lg\:border-harvest\/20 {
    border-color: rgb(215 129 49 / 0.2) !important;
  }

  .lg\:border-harvest\/25 {
    border-color: rgb(215 129 49 / 0.25) !important;
  }

  .lg\:border-harvest\/30 {
    border-color: rgb(215 129 49 / 0.3) !important;
  }

  .lg\:border-harvest\/35 {
    border-color: rgb(215 129 49 / 0.35) !important;
  }

  .lg\:border-harvest\/40 {
    border-color: rgb(215 129 49 / 0.4) !important;
  }

  .lg\:border-harvest\/45 {
    border-color: rgb(215 129 49 / 0.45) !important;
  }

  .lg\:border-harvest\/5 {
    border-color: rgb(215 129 49 / 0.05) !important;
  }

  .lg\:border-harvest\/50 {
    border-color: rgb(215 129 49 / 0.5) !important;
  }

  .lg\:border-harvest\/55 {
    border-color: rgb(215 129 49 / 0.55) !important;
  }

  .lg\:border-harvest\/60 {
    border-color: rgb(215 129 49 / 0.6) !important;
  }

  .lg\:border-harvest\/65 {
    border-color: rgb(215 129 49 / 0.65) !important;
  }

  .lg\:border-harvest\/70 {
    border-color: rgb(215 129 49 / 0.7) !important;
  }

  .lg\:border-harvest\/75 {
    border-color: rgb(215 129 49 / 0.75) !important;
  }

  .lg\:border-harvest\/80 {
    border-color: rgb(215 129 49 / 0.8) !important;
  }

  .lg\:border-harvest\/85 {
    border-color: rgb(215 129 49 / 0.85) !important;
  }

  .lg\:border-harvest\/90 {
    border-color: rgb(215 129 49 / 0.9) !important;
  }

  .lg\:border-harvest\/95 {
    border-color: rgb(215 129 49 / 0.95) !important;
  }

  .lg\:border-sprout {
    --tw-border-opacity: 1 !important;
    border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-sprout\/0 {
    border-color: rgb(196 209 72 / 0) !important;
  }

  .lg\:border-sprout\/10 {
    border-color: rgb(196 209 72 / 0.1) !important;
  }

  .lg\:border-sprout\/100 {
    border-color: rgb(196 209 72 / 1) !important;
  }

  .lg\:border-sprout\/15 {
    border-color: rgb(196 209 72 / 0.15) !important;
  }

  .lg\:border-sprout\/20 {
    border-color: rgb(196 209 72 / 0.2) !important;
  }

  .lg\:border-sprout\/25 {
    border-color: rgb(196 209 72 / 0.25) !important;
  }

  .lg\:border-sprout\/30 {
    border-color: rgb(196 209 72 / 0.3) !important;
  }

  .lg\:border-sprout\/35 {
    border-color: rgb(196 209 72 / 0.35) !important;
  }

  .lg\:border-sprout\/40 {
    border-color: rgb(196 209 72 / 0.4) !important;
  }

  .lg\:border-sprout\/45 {
    border-color: rgb(196 209 72 / 0.45) !important;
  }

  .lg\:border-sprout\/5 {
    border-color: rgb(196 209 72 / 0.05) !important;
  }

  .lg\:border-sprout\/50 {
    border-color: rgb(196 209 72 / 0.5) !important;
  }

  .lg\:border-sprout\/55 {
    border-color: rgb(196 209 72 / 0.55) !important;
  }

  .lg\:border-sprout\/60 {
    border-color: rgb(196 209 72 / 0.6) !important;
  }

  .lg\:border-sprout\/65 {
    border-color: rgb(196 209 72 / 0.65) !important;
  }

  .lg\:border-sprout\/70 {
    border-color: rgb(196 209 72 / 0.7) !important;
  }

  .lg\:border-sprout\/75 {
    border-color: rgb(196 209 72 / 0.75) !important;
  }

  .lg\:border-sprout\/80 {
    border-color: rgb(196 209 72 / 0.8) !important;
  }

  .lg\:border-sprout\/85 {
    border-color: rgb(196 209 72 / 0.85) !important;
  }

  .lg\:border-sprout\/90 {
    border-color: rgb(196 209 72 / 0.9) !important;
  }

  .lg\:border-sprout\/95 {
    border-color: rgb(196 209 72 / 0.95) !important;
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-e-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-e-yellow-100\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-e-yellow-100\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-e-yellow-100\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-e-yellow-100\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-e-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-e-yellow-200\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-e-yellow-200\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-e-yellow-200\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-e-yellow-200\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-e-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-e-yellow-400\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-e-yellow-400\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-e-yellow-400\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-e-yellow-400\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-e-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-e-yellow-800\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-e-yellow-800\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-e-yellow-800\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-e-yellow-800\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-s-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-s-yellow-100\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-s-yellow-100\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-s-yellow-100\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-s-yellow-100\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-s-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-s-yellow-200\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-s-yellow-200\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-s-yellow-200\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-s-yellow-200\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-s-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-s-yellow-400\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-s-yellow-400\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-s-yellow-400\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-s-yellow-400\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-s-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-s-yellow-800\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-s-yellow-800\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-s-yellow-800\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-s-yellow-800\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:bg-brand-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(46 39 20 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-dark\/0 {
    background-color: rgb(46 39 20 / 0) !important;
  }

  .lg\:bg-brand-dark\/10 {
    background-color: rgb(46 39 20 / 0.1) !important;
  }

  .lg\:bg-brand-dark\/100 {
    background-color: rgb(46 39 20 / 1) !important;
  }

  .lg\:bg-brand-dark\/15 {
    background-color: rgb(46 39 20 / 0.15) !important;
  }

  .lg\:bg-brand-dark\/20 {
    background-color: rgb(46 39 20 / 0.2) !important;
  }

  .lg\:bg-brand-dark\/25 {
    background-color: rgb(46 39 20 / 0.25) !important;
  }

  .lg\:bg-brand-dark\/30 {
    background-color: rgb(46 39 20 / 0.3) !important;
  }

  .lg\:bg-brand-dark\/35 {
    background-color: rgb(46 39 20 / 0.35) !important;
  }

  .lg\:bg-brand-dark\/40 {
    background-color: rgb(46 39 20 / 0.4) !important;
  }

  .lg\:bg-brand-dark\/45 {
    background-color: rgb(46 39 20 / 0.45) !important;
  }

  .lg\:bg-brand-dark\/5 {
    background-color: rgb(46 39 20 / 0.05) !important;
  }

  .lg\:bg-brand-dark\/50 {
    background-color: rgb(46 39 20 / 0.5) !important;
  }

  .lg\:bg-brand-dark\/55 {
    background-color: rgb(46 39 20 / 0.55) !important;
  }

  .lg\:bg-brand-dark\/60 {
    background-color: rgb(46 39 20 / 0.6) !important;
  }

  .lg\:bg-brand-dark\/65 {
    background-color: rgb(46 39 20 / 0.65) !important;
  }

  .lg\:bg-brand-dark\/70 {
    background-color: rgb(46 39 20 / 0.7) !important;
  }

  .lg\:bg-brand-dark\/75 {
    background-color: rgb(46 39 20 / 0.75) !important;
  }

  .lg\:bg-brand-dark\/80 {
    background-color: rgb(46 39 20 / 0.8) !important;
  }

  .lg\:bg-brand-dark\/85 {
    background-color: rgb(46 39 20 / 0.85) !important;
  }

  .lg\:bg-brand-dark\/90 {
    background-color: rgb(46 39 20 / 0.9) !important;
  }

  .lg\:bg-brand-dark\/95 {
    background-color: rgb(46 39 20 / 0.95) !important;
  }

  .lg\:bg-brand-ink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-ink\/0 {
    background-color: rgb(33 37 41 / 0) !important;
  }

  .lg\:bg-brand-ink\/10 {
    background-color: rgb(33 37 41 / 0.1) !important;
  }

  .lg\:bg-brand-ink\/100 {
    background-color: rgb(33 37 41 / 1) !important;
  }

  .lg\:bg-brand-ink\/15 {
    background-color: rgb(33 37 41 / 0.15) !important;
  }

  .lg\:bg-brand-ink\/20 {
    background-color: rgb(33 37 41 / 0.2) !important;
  }

  .lg\:bg-brand-ink\/25 {
    background-color: rgb(33 37 41 / 0.25) !important;
  }

  .lg\:bg-brand-ink\/30 {
    background-color: rgb(33 37 41 / 0.3) !important;
  }

  .lg\:bg-brand-ink\/35 {
    background-color: rgb(33 37 41 / 0.35) !important;
  }

  .lg\:bg-brand-ink\/40 {
    background-color: rgb(33 37 41 / 0.4) !important;
  }

  .lg\:bg-brand-ink\/45 {
    background-color: rgb(33 37 41 / 0.45) !important;
  }

  .lg\:bg-brand-ink\/5 {
    background-color: rgb(33 37 41 / 0.05) !important;
  }

  .lg\:bg-brand-ink\/50 {
    background-color: rgb(33 37 41 / 0.5) !important;
  }

  .lg\:bg-brand-ink\/55 {
    background-color: rgb(33 37 41 / 0.55) !important;
  }

  .lg\:bg-brand-ink\/60 {
    background-color: rgb(33 37 41 / 0.6) !important;
  }

  .lg\:bg-brand-ink\/65 {
    background-color: rgb(33 37 41 / 0.65) !important;
  }

  .lg\:bg-brand-ink\/70 {
    background-color: rgb(33 37 41 / 0.7) !important;
  }

  .lg\:bg-brand-ink\/75 {
    background-color: rgb(33 37 41 / 0.75) !important;
  }

  .lg\:bg-brand-ink\/80 {
    background-color: rgb(33 37 41 / 0.8) !important;
  }

  .lg\:bg-brand-ink\/85 {
    background-color: rgb(33 37 41 / 0.85) !important;
  }

  .lg\:bg-brand-ink\/90 {
    background-color: rgb(33 37 41 / 0.9) !important;
  }

  .lg\:bg-brand-ink\/95 {
    background-color: rgb(33 37 41 / 0.95) !important;
  }

  .lg\:bg-brand-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 244 240 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-light\/0 {
    background-color: rgb(245 244 240 / 0) !important;
  }

  .lg\:bg-brand-light\/10 {
    background-color: rgb(245 244 240 / 0.1) !important;
  }

  .lg\:bg-brand-light\/100 {
    background-color: rgb(245 244 240 / 1) !important;
  }

  .lg\:bg-brand-light\/15 {
    background-color: rgb(245 244 240 / 0.15) !important;
  }

  .lg\:bg-brand-light\/20 {
    background-color: rgb(245 244 240 / 0.2) !important;
  }

  .lg\:bg-brand-light\/25 {
    background-color: rgb(245 244 240 / 0.25) !important;
  }

  .lg\:bg-brand-light\/30 {
    background-color: rgb(245 244 240 / 0.3) !important;
  }

  .lg\:bg-brand-light\/35 {
    background-color: rgb(245 244 240 / 0.35) !important;
  }

  .lg\:bg-brand-light\/40 {
    background-color: rgb(245 244 240 / 0.4) !important;
  }

  .lg\:bg-brand-light\/45 {
    background-color: rgb(245 244 240 / 0.45) !important;
  }

  .lg\:bg-brand-light\/5 {
    background-color: rgb(245 244 240 / 0.05) !important;
  }

  .lg\:bg-brand-light\/50 {
    background-color: rgb(245 244 240 / 0.5) !important;
  }

  .lg\:bg-brand-light\/55 {
    background-color: rgb(245 244 240 / 0.55) !important;
  }

  .lg\:bg-brand-light\/60 {
    background-color: rgb(245 244 240 / 0.6) !important;
  }

  .lg\:bg-brand-light\/65 {
    background-color: rgb(245 244 240 / 0.65) !important;
  }

  .lg\:bg-brand-light\/70 {
    background-color: rgb(245 244 240 / 0.7) !important;
  }

  .lg\:bg-brand-light\/75 {
    background-color: rgb(245 244 240 / 0.75) !important;
  }

  .lg\:bg-brand-light\/80 {
    background-color: rgb(245 244 240 / 0.8) !important;
  }

  .lg\:bg-brand-light\/85 {
    background-color: rgb(245 244 240 / 0.85) !important;
  }

  .lg\:bg-brand-light\/90 {
    background-color: rgb(245 244 240 / 0.9) !important;
  }

  .lg\:bg-brand-light\/95 {
    background-color: rgb(245 244 240 / 0.95) !important;
  }

  .lg\:bg-brand-link {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(147 110 7 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-link-hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(74 55 3 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-link-hover\/0 {
    background-color: rgb(74 55 3 / 0) !important;
  }

  .lg\:bg-brand-link-hover\/10 {
    background-color: rgb(74 55 3 / 0.1) !important;
  }

  .lg\:bg-brand-link-hover\/100 {
    background-color: rgb(74 55 3 / 1) !important;
  }

  .lg\:bg-brand-link-hover\/15 {
    background-color: rgb(74 55 3 / 0.15) !important;
  }

  .lg\:bg-brand-link-hover\/20 {
    background-color: rgb(74 55 3 / 0.2) !important;
  }

  .lg\:bg-brand-link-hover\/25 {
    background-color: rgb(74 55 3 / 0.25) !important;
  }

  .lg\:bg-brand-link-hover\/30 {
    background-color: rgb(74 55 3 / 0.3) !important;
  }

  .lg\:bg-brand-link-hover\/35 {
    background-color: rgb(74 55 3 / 0.35) !important;
  }

  .lg\:bg-brand-link-hover\/40 {
    background-color: rgb(74 55 3 / 0.4) !important;
  }

  .lg\:bg-brand-link-hover\/45 {
    background-color: rgb(74 55 3 / 0.45) !important;
  }

  .lg\:bg-brand-link-hover\/5 {
    background-color: rgb(74 55 3 / 0.05) !important;
  }

  .lg\:bg-brand-link-hover\/50 {
    background-color: rgb(74 55 3 / 0.5) !important;
  }

  .lg\:bg-brand-link-hover\/55 {
    background-color: rgb(74 55 3 / 0.55) !important;
  }

  .lg\:bg-brand-link-hover\/60 {
    background-color: rgb(74 55 3 / 0.6) !important;
  }

  .lg\:bg-brand-link-hover\/65 {
    background-color: rgb(74 55 3 / 0.65) !important;
  }

  .lg\:bg-brand-link-hover\/70 {
    background-color: rgb(74 55 3 / 0.7) !important;
  }

  .lg\:bg-brand-link-hover\/75 {
    background-color: rgb(74 55 3 / 0.75) !important;
  }

  .lg\:bg-brand-link-hover\/80 {
    background-color: rgb(74 55 3 / 0.8) !important;
  }

  .lg\:bg-brand-link-hover\/85 {
    background-color: rgb(74 55 3 / 0.85) !important;
  }

  .lg\:bg-brand-link-hover\/90 {
    background-color: rgb(74 55 3 / 0.9) !important;
  }

  .lg\:bg-brand-link-hover\/95 {
    background-color: rgb(74 55 3 / 0.95) !important;
  }

  .lg\:bg-brand-link\/0 {
    background-color: rgb(147 110 7 / 0) !important;
  }

  .lg\:bg-brand-link\/10 {
    background-color: rgb(147 110 7 / 0.1) !important;
  }

  .lg\:bg-brand-link\/100 {
    background-color: rgb(147 110 7 / 1) !important;
  }

  .lg\:bg-brand-link\/15 {
    background-color: rgb(147 110 7 / 0.15) !important;
  }

  .lg\:bg-brand-link\/20 {
    background-color: rgb(147 110 7 / 0.2) !important;
  }

  .lg\:bg-brand-link\/25 {
    background-color: rgb(147 110 7 / 0.25) !important;
  }

  .lg\:bg-brand-link\/30 {
    background-color: rgb(147 110 7 / 0.3) !important;
  }

  .lg\:bg-brand-link\/35 {
    background-color: rgb(147 110 7 / 0.35) !important;
  }

  .lg\:bg-brand-link\/40 {
    background-color: rgb(147 110 7 / 0.4) !important;
  }

  .lg\:bg-brand-link\/45 {
    background-color: rgb(147 110 7 / 0.45) !important;
  }

  .lg\:bg-brand-link\/5 {
    background-color: rgb(147 110 7 / 0.05) !important;
  }

  .lg\:bg-brand-link\/50 {
    background-color: rgb(147 110 7 / 0.5) !important;
  }

  .lg\:bg-brand-link\/55 {
    background-color: rgb(147 110 7 / 0.55) !important;
  }

  .lg\:bg-brand-link\/60 {
    background-color: rgb(147 110 7 / 0.6) !important;
  }

  .lg\:bg-brand-link\/65 {
    background-color: rgb(147 110 7 / 0.65) !important;
  }

  .lg\:bg-brand-link\/70 {
    background-color: rgb(147 110 7 / 0.7) !important;
  }

  .lg\:bg-brand-link\/75 {
    background-color: rgb(147 110 7 / 0.75) !important;
  }

  .lg\:bg-brand-link\/80 {
    background-color: rgb(147 110 7 / 0.8) !important;
  }

  .lg\:bg-brand-link\/85 {
    background-color: rgb(147 110 7 / 0.85) !important;
  }

  .lg\:bg-brand-link\/90 {
    background-color: rgb(147 110 7 / 0.9) !important;
  }

  .lg\:bg-brand-link\/95 {
    background-color: rgb(147 110 7 / 0.95) !important;
  }

  .lg\:bg-brand-muted {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-muted\/0 {
    background-color: rgb(108 117 125 / 0) !important;
  }

  .lg\:bg-brand-muted\/10 {
    background-color: rgb(108 117 125 / 0.1) !important;
  }

  .lg\:bg-brand-muted\/100 {
    background-color: rgb(108 117 125 / 1) !important;
  }

  .lg\:bg-brand-muted\/15 {
    background-color: rgb(108 117 125 / 0.15) !important;
  }

  .lg\:bg-brand-muted\/20 {
    background-color: rgb(108 117 125 / 0.2) !important;
  }

  .lg\:bg-brand-muted\/25 {
    background-color: rgb(108 117 125 / 0.25) !important;
  }

  .lg\:bg-brand-muted\/30 {
    background-color: rgb(108 117 125 / 0.3) !important;
  }

  .lg\:bg-brand-muted\/35 {
    background-color: rgb(108 117 125 / 0.35) !important;
  }

  .lg\:bg-brand-muted\/40 {
    background-color: rgb(108 117 125 / 0.4) !important;
  }

  .lg\:bg-brand-muted\/45 {
    background-color: rgb(108 117 125 / 0.45) !important;
  }

  .lg\:bg-brand-muted\/5 {
    background-color: rgb(108 117 125 / 0.05) !important;
  }

  .lg\:bg-brand-muted\/50 {
    background-color: rgb(108 117 125 / 0.5) !important;
  }

  .lg\:bg-brand-muted\/55 {
    background-color: rgb(108 117 125 / 0.55) !important;
  }

  .lg\:bg-brand-muted\/60 {
    background-color: rgb(108 117 125 / 0.6) !important;
  }

  .lg\:bg-brand-muted\/65 {
    background-color: rgb(108 117 125 / 0.65) !important;
  }

  .lg\:bg-brand-muted\/70 {
    background-color: rgb(108 117 125 / 0.7) !important;
  }

  .lg\:bg-brand-muted\/75 {
    background-color: rgb(108 117 125 / 0.75) !important;
  }

  .lg\:bg-brand-muted\/80 {
    background-color: rgb(108 117 125 / 0.8) !important;
  }

  .lg\:bg-brand-muted\/85 {
    background-color: rgb(108 117 125 / 0.85) !important;
  }

  .lg\:bg-brand-muted\/90 {
    background-color: rgb(108 117 125 / 0.9) !important;
  }

  .lg\:bg-brand-muted\/95 {
    background-color: rgb(108 117 125 / 0.95) !important;
  }

  .lg\:bg-brand-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 184 17 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-primary\/0 {
    background-color: rgb(244 184 17 / 0) !important;
  }

  .lg\:bg-brand-primary\/10 {
    background-color: rgb(244 184 17 / 0.1) !important;
  }

  .lg\:bg-brand-primary\/100 {
    background-color: rgb(244 184 17 / 1) !important;
  }

  .lg\:bg-brand-primary\/15 {
    background-color: rgb(244 184 17 / 0.15) !important;
  }

  .lg\:bg-brand-primary\/20 {
    background-color: rgb(244 184 17 / 0.2) !important;
  }

  .lg\:bg-brand-primary\/25 {
    background-color: rgb(244 184 17 / 0.25) !important;
  }

  .lg\:bg-brand-primary\/30 {
    background-color: rgb(244 184 17 / 0.3) !important;
  }

  .lg\:bg-brand-primary\/35 {
    background-color: rgb(244 184 17 / 0.35) !important;
  }

  .lg\:bg-brand-primary\/40 {
    background-color: rgb(244 184 17 / 0.4) !important;
  }

  .lg\:bg-brand-primary\/45 {
    background-color: rgb(244 184 17 / 0.45) !important;
  }

  .lg\:bg-brand-primary\/5 {
    background-color: rgb(244 184 17 / 0.05) !important;
  }

  .lg\:bg-brand-primary\/50 {
    background-color: rgb(244 184 17 / 0.5) !important;
  }

  .lg\:bg-brand-primary\/55 {
    background-color: rgb(244 184 17 / 0.55) !important;
  }

  .lg\:bg-brand-primary\/60 {
    background-color: rgb(244 184 17 / 0.6) !important;
  }

  .lg\:bg-brand-primary\/65 {
    background-color: rgb(244 184 17 / 0.65) !important;
  }

  .lg\:bg-brand-primary\/70 {
    background-color: rgb(244 184 17 / 0.7) !important;
  }

  .lg\:bg-brand-primary\/75 {
    background-color: rgb(244 184 17 / 0.75) !important;
  }

  .lg\:bg-brand-primary\/80 {
    background-color: rgb(244 184 17 / 0.8) !important;
  }

  .lg\:bg-brand-primary\/85 {
    background-color: rgb(244 184 17 / 0.85) !important;
  }

  .lg\:bg-brand-primary\/90 {
    background-color: rgb(244 184 17 / 0.9) !important;
  }

  .lg\:bg-brand-primary\/95 {
    background-color: rgb(244 184 17 / 0.95) !important;
  }

  .lg\:bg-brand-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-brand-secondary\/0 {
    background-color: rgb(255 204 0 / 0) !important;
  }

  .lg\:bg-brand-secondary\/10 {
    background-color: rgb(255 204 0 / 0.1) !important;
  }

  .lg\:bg-brand-secondary\/100 {
    background-color: rgb(255 204 0 / 1) !important;
  }

  .lg\:bg-brand-secondary\/15 {
    background-color: rgb(255 204 0 / 0.15) !important;
  }

  .lg\:bg-brand-secondary\/20 {
    background-color: rgb(255 204 0 / 0.2) !important;
  }

  .lg\:bg-brand-secondary\/25 {
    background-color: rgb(255 204 0 / 0.25) !important;
  }

  .lg\:bg-brand-secondary\/30 {
    background-color: rgb(255 204 0 / 0.3) !important;
  }

  .lg\:bg-brand-secondary\/35 {
    background-color: rgb(255 204 0 / 0.35) !important;
  }

  .lg\:bg-brand-secondary\/40 {
    background-color: rgb(255 204 0 / 0.4) !important;
  }

  .lg\:bg-brand-secondary\/45 {
    background-color: rgb(255 204 0 / 0.45) !important;
  }

  .lg\:bg-brand-secondary\/5 {
    background-color: rgb(255 204 0 / 0.05) !important;
  }

  .lg\:bg-brand-secondary\/50 {
    background-color: rgb(255 204 0 / 0.5) !important;
  }

  .lg\:bg-brand-secondary\/55 {
    background-color: rgb(255 204 0 / 0.55) !important;
  }

  .lg\:bg-brand-secondary\/60 {
    background-color: rgb(255 204 0 / 0.6) !important;
  }

  .lg\:bg-brand-secondary\/65 {
    background-color: rgb(255 204 0 / 0.65) !important;
  }

  .lg\:bg-brand-secondary\/70 {
    background-color: rgb(255 204 0 / 0.7) !important;
  }

  .lg\:bg-brand-secondary\/75 {
    background-color: rgb(255 204 0 / 0.75) !important;
  }

  .lg\:bg-brand-secondary\/80 {
    background-color: rgb(255 204 0 / 0.8) !important;
  }

  .lg\:bg-brand-secondary\/85 {
    background-color: rgb(255 204 0 / 0.85) !important;
  }

  .lg\:bg-brand-secondary\/90 {
    background-color: rgb(255 204 0 / 0.9) !important;
  }

  .lg\:bg-brand-secondary\/95 {
    background-color: rgb(255 204 0 / 0.95) !important;
  }

  .lg\:bg-earth {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-earth\/0 {
    background-color: rgb(120 46 1 / 0) !important;
  }

  .lg\:bg-earth\/10 {
    background-color: rgb(120 46 1 / 0.1) !important;
  }

  .lg\:bg-earth\/100 {
    background-color: rgb(120 46 1 / 1) !important;
  }

  .lg\:bg-earth\/15 {
    background-color: rgb(120 46 1 / 0.15) !important;
  }

  .lg\:bg-earth\/20 {
    background-color: rgb(120 46 1 / 0.2) !important;
  }

  .lg\:bg-earth\/25 {
    background-color: rgb(120 46 1 / 0.25) !important;
  }

  .lg\:bg-earth\/30 {
    background-color: rgb(120 46 1 / 0.3) !important;
  }

  .lg\:bg-earth\/35 {
    background-color: rgb(120 46 1 / 0.35) !important;
  }

  .lg\:bg-earth\/40 {
    background-color: rgb(120 46 1 / 0.4) !important;
  }

  .lg\:bg-earth\/45 {
    background-color: rgb(120 46 1 / 0.45) !important;
  }

  .lg\:bg-earth\/5 {
    background-color: rgb(120 46 1 / 0.05) !important;
  }

  .lg\:bg-earth\/50 {
    background-color: rgb(120 46 1 / 0.5) !important;
  }

  .lg\:bg-earth\/55 {
    background-color: rgb(120 46 1 / 0.55) !important;
  }

  .lg\:bg-earth\/60 {
    background-color: rgb(120 46 1 / 0.6) !important;
  }

  .lg\:bg-earth\/65 {
    background-color: rgb(120 46 1 / 0.65) !important;
  }

  .lg\:bg-earth\/70 {
    background-color: rgb(120 46 1 / 0.7) !important;
  }

  .lg\:bg-earth\/75 {
    background-color: rgb(120 46 1 / 0.75) !important;
  }

  .lg\:bg-earth\/80 {
    background-color: rgb(120 46 1 / 0.8) !important;
  }

  .lg\:bg-earth\/85 {
    background-color: rgb(120 46 1 / 0.85) !important;
  }

  .lg\:bg-earth\/90 {
    background-color: rgb(120 46 1 / 0.9) !important;
  }

  .lg\:bg-earth\/95 {
    background-color: rgb(120 46 1 / 0.95) !important;
  }

  .lg\:bg-harvest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-harvest\/0 {
    background-color: rgb(215 129 49 / 0) !important;
  }

  .lg\:bg-harvest\/10 {
    background-color: rgb(215 129 49 / 0.1) !important;
  }

  .lg\:bg-harvest\/100 {
    background-color: rgb(215 129 49 / 1) !important;
  }

  .lg\:bg-harvest\/15 {
    background-color: rgb(215 129 49 / 0.15) !important;
  }

  .lg\:bg-harvest\/20 {
    background-color: rgb(215 129 49 / 0.2) !important;
  }

  .lg\:bg-harvest\/25 {
    background-color: rgb(215 129 49 / 0.25) !important;
  }

  .lg\:bg-harvest\/30 {
    background-color: rgb(215 129 49 / 0.3) !important;
  }

  .lg\:bg-harvest\/35 {
    background-color: rgb(215 129 49 / 0.35) !important;
  }

  .lg\:bg-harvest\/40 {
    background-color: rgb(215 129 49 / 0.4) !important;
  }

  .lg\:bg-harvest\/45 {
    background-color: rgb(215 129 49 / 0.45) !important;
  }

  .lg\:bg-harvest\/5 {
    background-color: rgb(215 129 49 / 0.05) !important;
  }

  .lg\:bg-harvest\/50 {
    background-color: rgb(215 129 49 / 0.5) !important;
  }

  .lg\:bg-harvest\/55 {
    background-color: rgb(215 129 49 / 0.55) !important;
  }

  .lg\:bg-harvest\/60 {
    background-color: rgb(215 129 49 / 0.6) !important;
  }

  .lg\:bg-harvest\/65 {
    background-color: rgb(215 129 49 / 0.65) !important;
  }

  .lg\:bg-harvest\/70 {
    background-color: rgb(215 129 49 / 0.7) !important;
  }

  .lg\:bg-harvest\/75 {
    background-color: rgb(215 129 49 / 0.75) !important;
  }

  .lg\:bg-harvest\/80 {
    background-color: rgb(215 129 49 / 0.8) !important;
  }

  .lg\:bg-harvest\/85 {
    background-color: rgb(215 129 49 / 0.85) !important;
  }

  .lg\:bg-harvest\/90 {
    background-color: rgb(215 129 49 / 0.9) !important;
  }

  .lg\:bg-harvest\/95 {
    background-color: rgb(215 129 49 / 0.95) !important;
  }

  .lg\:bg-sprout {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-sprout\/0 {
    background-color: rgb(196 209 72 / 0) !important;
  }

  .lg\:bg-sprout\/10 {
    background-color: rgb(196 209 72 / 0.1) !important;
  }

  .lg\:bg-sprout\/100 {
    background-color: rgb(196 209 72 / 1) !important;
  }

  .lg\:bg-sprout\/15 {
    background-color: rgb(196 209 72 / 0.15) !important;
  }

  .lg\:bg-sprout\/20 {
    background-color: rgb(196 209 72 / 0.2) !important;
  }

  .lg\:bg-sprout\/25 {
    background-color: rgb(196 209 72 / 0.25) !important;
  }

  .lg\:bg-sprout\/30 {
    background-color: rgb(196 209 72 / 0.3) !important;
  }

  .lg\:bg-sprout\/35 {
    background-color: rgb(196 209 72 / 0.35) !important;
  }

  .lg\:bg-sprout\/40 {
    background-color: rgb(196 209 72 / 0.4) !important;
  }

  .lg\:bg-sprout\/45 {
    background-color: rgb(196 209 72 / 0.45) !important;
  }

  .lg\:bg-sprout\/5 {
    background-color: rgb(196 209 72 / 0.05) !important;
  }

  .lg\:bg-sprout\/50 {
    background-color: rgb(196 209 72 / 0.5) !important;
  }

  .lg\:bg-sprout\/55 {
    background-color: rgb(196 209 72 / 0.55) !important;
  }

  .lg\:bg-sprout\/60 {
    background-color: rgb(196 209 72 / 0.6) !important;
  }

  .lg\:bg-sprout\/65 {
    background-color: rgb(196 209 72 / 0.65) !important;
  }

  .lg\:bg-sprout\/70 {
    background-color: rgb(196 209 72 / 0.7) !important;
  }

  .lg\:bg-sprout\/75 {
    background-color: rgb(196 209 72 / 0.75) !important;
  }

  .lg\:bg-sprout\/80 {
    background-color: rgb(196 209 72 / 0.8) !important;
  }

  .lg\:bg-sprout\/85 {
    background-color: rgb(196 209 72 / 0.85) !important;
  }

  .lg\:bg-sprout\/90 {
    background-color: rgb(196 209 72 / 0.9) !important;
  }

  .lg\:bg-sprout\/95 {
    background-color: rgb(196 209 72 / 0.95) !important;
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:bg-yellow-100\/15 {
    background-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:bg-yellow-100\/35 {
    background-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:bg-yellow-100\/55 {
    background-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:bg-yellow-100\/85 {
    background-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:bg-yellow-200\/15 {
    background-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:bg-yellow-200\/35 {
    background-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:bg-yellow-200\/55 {
    background-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:bg-yellow-200\/85 {
    background-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:bg-yellow-400\/15 {
    background-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:bg-yellow-400\/35 {
    background-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:bg-yellow-400\/55 {
    background-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:bg-yellow-400\/85 {
    background-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:bg-yellow-800\/15 {
    background-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:bg-yellow-800\/35 {
    background-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:bg-yellow-800\/55 {
    background-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:bg-yellow-800\/85 {
    background-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:from-brand-dark {
    --tw-gradient-from: #2e2714 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/0 {
    --tw-gradient-from: rgb(46 39 20 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/10 {
    --tw-gradient-from: rgb(46 39 20 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/100 {
    --tw-gradient-from: rgb(46 39 20 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/15 {
    --tw-gradient-from: rgb(46 39 20 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/20 {
    --tw-gradient-from: rgb(46 39 20 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/25 {
    --tw-gradient-from: rgb(46 39 20 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/30 {
    --tw-gradient-from: rgb(46 39 20 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/35 {
    --tw-gradient-from: rgb(46 39 20 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/40 {
    --tw-gradient-from: rgb(46 39 20 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/45 {
    --tw-gradient-from: rgb(46 39 20 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/5 {
    --tw-gradient-from: rgb(46 39 20 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/50 {
    --tw-gradient-from: rgb(46 39 20 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/55 {
    --tw-gradient-from: rgb(46 39 20 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/60 {
    --tw-gradient-from: rgb(46 39 20 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/65 {
    --tw-gradient-from: rgb(46 39 20 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/70 {
    --tw-gradient-from: rgb(46 39 20 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/75 {
    --tw-gradient-from: rgb(46 39 20 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/80 {
    --tw-gradient-from: rgb(46 39 20 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/85 {
    --tw-gradient-from: rgb(46 39 20 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/90 {
    --tw-gradient-from: rgb(46 39 20 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-dark\/95 {
    --tw-gradient-from: rgb(46 39 20 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink {
    --tw-gradient-from: #212529 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/0 {
    --tw-gradient-from: rgb(33 37 41 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/10 {
    --tw-gradient-from: rgb(33 37 41 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/100 {
    --tw-gradient-from: rgb(33 37 41 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/15 {
    --tw-gradient-from: rgb(33 37 41 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/20 {
    --tw-gradient-from: rgb(33 37 41 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/25 {
    --tw-gradient-from: rgb(33 37 41 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/30 {
    --tw-gradient-from: rgb(33 37 41 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/35 {
    --tw-gradient-from: rgb(33 37 41 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/40 {
    --tw-gradient-from: rgb(33 37 41 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/45 {
    --tw-gradient-from: rgb(33 37 41 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/5 {
    --tw-gradient-from: rgb(33 37 41 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/50 {
    --tw-gradient-from: rgb(33 37 41 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/55 {
    --tw-gradient-from: rgb(33 37 41 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/60 {
    --tw-gradient-from: rgb(33 37 41 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/65 {
    --tw-gradient-from: rgb(33 37 41 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/70 {
    --tw-gradient-from: rgb(33 37 41 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/75 {
    --tw-gradient-from: rgb(33 37 41 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/80 {
    --tw-gradient-from: rgb(33 37 41 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/85 {
    --tw-gradient-from: rgb(33 37 41 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/90 {
    --tw-gradient-from: rgb(33 37 41 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-ink\/95 {
    --tw-gradient-from: rgb(33 37 41 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light {
    --tw-gradient-from: #f5f4f0 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/0 {
    --tw-gradient-from: rgb(245 244 240 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/10 {
    --tw-gradient-from: rgb(245 244 240 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/100 {
    --tw-gradient-from: rgb(245 244 240 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/15 {
    --tw-gradient-from: rgb(245 244 240 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/20 {
    --tw-gradient-from: rgb(245 244 240 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/25 {
    --tw-gradient-from: rgb(245 244 240 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/30 {
    --tw-gradient-from: rgb(245 244 240 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/35 {
    --tw-gradient-from: rgb(245 244 240 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/40 {
    --tw-gradient-from: rgb(245 244 240 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/45 {
    --tw-gradient-from: rgb(245 244 240 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/5 {
    --tw-gradient-from: rgb(245 244 240 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/50 {
    --tw-gradient-from: rgb(245 244 240 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/55 {
    --tw-gradient-from: rgb(245 244 240 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/60 {
    --tw-gradient-from: rgb(245 244 240 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/65 {
    --tw-gradient-from: rgb(245 244 240 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/70 {
    --tw-gradient-from: rgb(245 244 240 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/75 {
    --tw-gradient-from: rgb(245 244 240 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/80 {
    --tw-gradient-from: rgb(245 244 240 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/85 {
    --tw-gradient-from: rgb(245 244 240 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/90 {
    --tw-gradient-from: rgb(245 244 240 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-light\/95 {
    --tw-gradient-from: rgb(245 244 240 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link {
    --tw-gradient-from: #936e07 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover {
    --tw-gradient-from: #4a3703 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/0 {
    --tw-gradient-from: rgb(74 55 3 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/10 {
    --tw-gradient-from: rgb(74 55 3 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/100 {
    --tw-gradient-from: rgb(74 55 3 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/15 {
    --tw-gradient-from: rgb(74 55 3 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/20 {
    --tw-gradient-from: rgb(74 55 3 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/25 {
    --tw-gradient-from: rgb(74 55 3 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/30 {
    --tw-gradient-from: rgb(74 55 3 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/35 {
    --tw-gradient-from: rgb(74 55 3 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/40 {
    --tw-gradient-from: rgb(74 55 3 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/45 {
    --tw-gradient-from: rgb(74 55 3 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/5 {
    --tw-gradient-from: rgb(74 55 3 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/50 {
    --tw-gradient-from: rgb(74 55 3 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/55 {
    --tw-gradient-from: rgb(74 55 3 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/60 {
    --tw-gradient-from: rgb(74 55 3 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/65 {
    --tw-gradient-from: rgb(74 55 3 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/70 {
    --tw-gradient-from: rgb(74 55 3 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/75 {
    --tw-gradient-from: rgb(74 55 3 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/80 {
    --tw-gradient-from: rgb(74 55 3 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/85 {
    --tw-gradient-from: rgb(74 55 3 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/90 {
    --tw-gradient-from: rgb(74 55 3 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link-hover\/95 {
    --tw-gradient-from: rgb(74 55 3 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/0 {
    --tw-gradient-from: rgb(147 110 7 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/10 {
    --tw-gradient-from: rgb(147 110 7 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/100 {
    --tw-gradient-from: rgb(147 110 7 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/15 {
    --tw-gradient-from: rgb(147 110 7 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/20 {
    --tw-gradient-from: rgb(147 110 7 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/25 {
    --tw-gradient-from: rgb(147 110 7 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/30 {
    --tw-gradient-from: rgb(147 110 7 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/35 {
    --tw-gradient-from: rgb(147 110 7 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/40 {
    --tw-gradient-from: rgb(147 110 7 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/45 {
    --tw-gradient-from: rgb(147 110 7 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/5 {
    --tw-gradient-from: rgb(147 110 7 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/50 {
    --tw-gradient-from: rgb(147 110 7 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/55 {
    --tw-gradient-from: rgb(147 110 7 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/60 {
    --tw-gradient-from: rgb(147 110 7 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/65 {
    --tw-gradient-from: rgb(147 110 7 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/70 {
    --tw-gradient-from: rgb(147 110 7 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/75 {
    --tw-gradient-from: rgb(147 110 7 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/80 {
    --tw-gradient-from: rgb(147 110 7 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/85 {
    --tw-gradient-from: rgb(147 110 7 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/90 {
    --tw-gradient-from: rgb(147 110 7 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-link\/95 {
    --tw-gradient-from: rgb(147 110 7 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted {
    --tw-gradient-from: #6C757D var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/0 {
    --tw-gradient-from: rgb(108 117 125 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/10 {
    --tw-gradient-from: rgb(108 117 125 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/100 {
    --tw-gradient-from: rgb(108 117 125 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/15 {
    --tw-gradient-from: rgb(108 117 125 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/20 {
    --tw-gradient-from: rgb(108 117 125 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/25 {
    --tw-gradient-from: rgb(108 117 125 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/30 {
    --tw-gradient-from: rgb(108 117 125 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/35 {
    --tw-gradient-from: rgb(108 117 125 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/40 {
    --tw-gradient-from: rgb(108 117 125 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/45 {
    --tw-gradient-from: rgb(108 117 125 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/5 {
    --tw-gradient-from: rgb(108 117 125 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/50 {
    --tw-gradient-from: rgb(108 117 125 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/55 {
    --tw-gradient-from: rgb(108 117 125 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/60 {
    --tw-gradient-from: rgb(108 117 125 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/65 {
    --tw-gradient-from: rgb(108 117 125 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/70 {
    --tw-gradient-from: rgb(108 117 125 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/75 {
    --tw-gradient-from: rgb(108 117 125 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/80 {
    --tw-gradient-from: rgb(108 117 125 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/85 {
    --tw-gradient-from: rgb(108 117 125 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/90 {
    --tw-gradient-from: rgb(108 117 125 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-muted\/95 {
    --tw-gradient-from: rgb(108 117 125 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary {
    --tw-gradient-from: #F4B811 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/0 {
    --tw-gradient-from: rgb(244 184 17 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/10 {
    --tw-gradient-from: rgb(244 184 17 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/100 {
    --tw-gradient-from: rgb(244 184 17 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/15 {
    --tw-gradient-from: rgb(244 184 17 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/20 {
    --tw-gradient-from: rgb(244 184 17 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/25 {
    --tw-gradient-from: rgb(244 184 17 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/30 {
    --tw-gradient-from: rgb(244 184 17 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/35 {
    --tw-gradient-from: rgb(244 184 17 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/40 {
    --tw-gradient-from: rgb(244 184 17 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/45 {
    --tw-gradient-from: rgb(244 184 17 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/5 {
    --tw-gradient-from: rgb(244 184 17 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/50 {
    --tw-gradient-from: rgb(244 184 17 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/55 {
    --tw-gradient-from: rgb(244 184 17 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/60 {
    --tw-gradient-from: rgb(244 184 17 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/65 {
    --tw-gradient-from: rgb(244 184 17 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/70 {
    --tw-gradient-from: rgb(244 184 17 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/75 {
    --tw-gradient-from: rgb(244 184 17 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/80 {
    --tw-gradient-from: rgb(244 184 17 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/85 {
    --tw-gradient-from: rgb(244 184 17 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/90 {
    --tw-gradient-from: rgb(244 184 17 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-primary\/95 {
    --tw-gradient-from: rgb(244 184 17 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary {
    --tw-gradient-from: #FFCC00 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/0 {
    --tw-gradient-from: rgb(255 204 0 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/10 {
    --tw-gradient-from: rgb(255 204 0 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/100 {
    --tw-gradient-from: rgb(255 204 0 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/15 {
    --tw-gradient-from: rgb(255 204 0 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/20 {
    --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/25 {
    --tw-gradient-from: rgb(255 204 0 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/30 {
    --tw-gradient-from: rgb(255 204 0 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/35 {
    --tw-gradient-from: rgb(255 204 0 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/40 {
    --tw-gradient-from: rgb(255 204 0 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/45 {
    --tw-gradient-from: rgb(255 204 0 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/5 {
    --tw-gradient-from: rgb(255 204 0 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/50 {
    --tw-gradient-from: rgb(255 204 0 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/55 {
    --tw-gradient-from: rgb(255 204 0 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/60 {
    --tw-gradient-from: rgb(255 204 0 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/65 {
    --tw-gradient-from: rgb(255 204 0 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/70 {
    --tw-gradient-from: rgb(255 204 0 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/75 {
    --tw-gradient-from: rgb(255 204 0 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/80 {
    --tw-gradient-from: rgb(255 204 0 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/85 {
    --tw-gradient-from: rgb(255 204 0 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/90 {
    --tw-gradient-from: rgb(255 204 0 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-brand-secondary\/95 {
    --tw-gradient-from: rgb(255 204 0 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth {
    --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/0 {
    --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/10 {
    --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/100 {
    --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/15 {
    --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/20 {
    --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/25 {
    --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/30 {
    --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/35 {
    --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/40 {
    --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/45 {
    --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/5 {
    --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/50 {
    --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/55 {
    --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/60 {
    --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/65 {
    --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/70 {
    --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/75 {
    --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/80 {
    --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/85 {
    --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/90 {
    --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-earth\/95 {
    --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest {
    --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/0 {
    --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/10 {
    --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/100 {
    --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/15 {
    --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/20 {
    --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/25 {
    --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/30 {
    --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/35 {
    --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/40 {
    --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/45 {
    --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/5 {
    --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/50 {
    --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/55 {
    --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/60 {
    --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/65 {
    --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/70 {
    --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/75 {
    --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/80 {
    --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/85 {
    --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/90 {
    --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-harvest\/95 {
    --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout {
    --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/0 {
    --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/10 {
    --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/100 {
    --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/15 {
    --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/20 {
    --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/25 {
    --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/30 {
    --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/35 {
    --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/40 {
    --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/45 {
    --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/5 {
    --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/50 {
    --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/55 {
    --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/60 {
    --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/65 {
    --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/70 {
    --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/75 {
    --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/80 {
    --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/85 {
    --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/90 {
    --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-sprout\/95 {
    --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/0 {
    --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/10 {
    --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/100 {
    --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/20 {
    --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/25 {
    --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/30 {
    --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/40 {
    --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/5 {
    --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/50 {
    --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/60 {
    --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/70 {
    --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/75 {
    --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/80 {
    --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/90 {
    --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/95 {
    --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/0 {
    --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/10 {
    --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/100 {
    --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/20 {
    --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/25 {
    --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/30 {
    --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/40 {
    --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/5 {
    --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/50 {
    --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/60 {
    --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/70 {
    --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/75 {
    --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/80 {
    --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/90 {
    --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/95 {
    --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/0 {
    --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/10 {
    --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/100 {
    --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/20 {
    --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/25 {
    --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/30 {
    --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/40 {
    --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/5 {
    --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/50 {
    --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/60 {
    --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/70 {
    --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/75 {
    --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/80 {
    --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/90 {
    --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/95 {
    --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/0 {
    --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/10 {
    --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/100 {
    --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/20 {
    --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/25 {
    --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/30 {
    --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/40 {
    --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/5 {
    --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/50 {
    --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/60 {
    --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/70 {
    --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/75 {
    --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/80 {
    --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/90 {
    --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/95 {
    --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-0\% {
    --tw-gradient-from-position: 0% !important;
  }

  .lg\:from-10\% {
    --tw-gradient-from-position: 10% !important;
  }

  .lg\:from-100\% {
    --tw-gradient-from-position: 100% !important;
  }

  .lg\:from-15\% {
    --tw-gradient-from-position: 15% !important;
  }

  .lg\:from-20\% {
    --tw-gradient-from-position: 20% !important;
  }

  .lg\:from-25\% {
    --tw-gradient-from-position: 25% !important;
  }

  .lg\:from-30\% {
    --tw-gradient-from-position: 30% !important;
  }

  .lg\:from-35\% {
    --tw-gradient-from-position: 35% !important;
  }

  .lg\:from-40\% {
    --tw-gradient-from-position: 40% !important;
  }

  .lg\:from-45\% {
    --tw-gradient-from-position: 45% !important;
  }

  .lg\:from-5\% {
    --tw-gradient-from-position: 5% !important;
  }

  .lg\:from-50\% {
    --tw-gradient-from-position: 50% !important;
  }

  .lg\:from-55\% {
    --tw-gradient-from-position: 55% !important;
  }

  .lg\:from-60\% {
    --tw-gradient-from-position: 60% !important;
  }

  .lg\:from-65\% {
    --tw-gradient-from-position: 65% !important;
  }

  .lg\:from-80\% {
    --tw-gradient-from-position: 80% !important;
  }

  .lg\:from-85\% {
    --tw-gradient-from-position: 85% !important;
  }

  .lg\:via-brand-dark {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #2e2714 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/0 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/10 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/100 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/15 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/20 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/25 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/30 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/35 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/40 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/45 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/5 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/50 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/55 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/60 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/65 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/70 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/75 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/80 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/85 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/90 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-dark\/95 {
    --tw-gradient-to: rgb(46 39 20 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 39 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #212529 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/0 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/10 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/100 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/15 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/20 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/25 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/30 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/35 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/40 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/45 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/5 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/50 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/55 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/60 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/65 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/70 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/75 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/80 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/85 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/90 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-ink\/95 {
    --tw-gradient-to: rgb(33 37 41 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 37 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #f5f4f0 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/0 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/10 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/100 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/15 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/20 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/25 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/30 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/35 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/40 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/45 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/5 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/50 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/55 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/60 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/65 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/70 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/75 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/80 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/85 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/90 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-light\/95 {
    --tw-gradient-to: rgb(245 244 240 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(245 244 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #936e07 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #4a3703 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/0 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/10 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/100 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/15 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/20 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/25 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/30 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/35 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/40 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/45 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/5 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/50 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/55 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/60 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/65 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/70 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/75 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/80 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/85 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/90 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link-hover\/95 {
    --tw-gradient-to: rgb(74 55 3 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(74 55 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/0 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/10 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/100 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/15 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/20 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/25 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/30 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/35 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/40 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/45 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/5 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/50 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/55 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/60 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/65 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/70 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/75 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/80 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/85 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/90 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-link\/95 {
    --tw-gradient-to: rgb(147 110 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(147 110 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #6C757D var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/0 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/10 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/100 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/15 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/20 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/25 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/30 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/35 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/40 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/45 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/5 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/50 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/55 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/60 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/65 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/70 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/75 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/80 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/85 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/90 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-muted\/95 {
    --tw-gradient-to: rgb(108 117 125 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(108 117 125 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #F4B811 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/0 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/10 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/100 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/15 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/20 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/25 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/30 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/35 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/40 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/45 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/5 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/50 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/55 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/60 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/65 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/70 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/75 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/80 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/85 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/90 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-primary\/95 {
    --tw-gradient-to: rgb(244 184 17 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 184 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #FFCC00 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/0 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/10 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/100 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/15 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/20 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/25 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/30 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/35 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/40 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/45 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/5 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/50 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/55 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/60 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/65 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/70 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/75 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/80 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/85 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/90 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-brand-secondary\/95 {
    --tw-gradient-to: rgb(255 204 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 204 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #782e01 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/0 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/10 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/100 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/15 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/20 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/25 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/30 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/35 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/40 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/45 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/5 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/50 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/55 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/60 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/65 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/70 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/75 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/80 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/85 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/90 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-earth\/95 {
    --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #d78131 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/0 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/10 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/100 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/15 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/20 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/25 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/30 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/35 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/40 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/45 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/5 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/50 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/55 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/60 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/65 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/70 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/75 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/80 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/85 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/90 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-harvest\/95 {
    --tw-gradient-to: rgb(215 129 49 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 129 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #c4d148 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/0 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/10 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/100 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/15 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/20 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/25 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/30 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/35 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/40 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/45 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/5 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/50 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/55 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/60 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/65 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/70 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/75 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/80 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/85 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/90 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-sprout\/95 {
    --tw-gradient-to: rgb(196 209 72 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 209 72 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:to-brand-dark {
    --tw-gradient-to: #2e2714 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/0 {
    --tw-gradient-to: rgb(46 39 20 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/10 {
    --tw-gradient-to: rgb(46 39 20 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/100 {
    --tw-gradient-to: rgb(46 39 20 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/15 {
    --tw-gradient-to: rgb(46 39 20 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/20 {
    --tw-gradient-to: rgb(46 39 20 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/25 {
    --tw-gradient-to: rgb(46 39 20 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/30 {
    --tw-gradient-to: rgb(46 39 20 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/35 {
    --tw-gradient-to: rgb(46 39 20 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/40 {
    --tw-gradient-to: rgb(46 39 20 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/45 {
    --tw-gradient-to: rgb(46 39 20 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/5 {
    --tw-gradient-to: rgb(46 39 20 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/50 {
    --tw-gradient-to: rgb(46 39 20 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/55 {
    --tw-gradient-to: rgb(46 39 20 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/60 {
    --tw-gradient-to: rgb(46 39 20 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/65 {
    --tw-gradient-to: rgb(46 39 20 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/70 {
    --tw-gradient-to: rgb(46 39 20 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/75 {
    --tw-gradient-to: rgb(46 39 20 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/80 {
    --tw-gradient-to: rgb(46 39 20 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/85 {
    --tw-gradient-to: rgb(46 39 20 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/90 {
    --tw-gradient-to: rgb(46 39 20 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-dark\/95 {
    --tw-gradient-to: rgb(46 39 20 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink {
    --tw-gradient-to: #212529 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/0 {
    --tw-gradient-to: rgb(33 37 41 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/10 {
    --tw-gradient-to: rgb(33 37 41 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/100 {
    --tw-gradient-to: rgb(33 37 41 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/15 {
    --tw-gradient-to: rgb(33 37 41 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/20 {
    --tw-gradient-to: rgb(33 37 41 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/25 {
    --tw-gradient-to: rgb(33 37 41 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/30 {
    --tw-gradient-to: rgb(33 37 41 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/35 {
    --tw-gradient-to: rgb(33 37 41 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/40 {
    --tw-gradient-to: rgb(33 37 41 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/45 {
    --tw-gradient-to: rgb(33 37 41 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/5 {
    --tw-gradient-to: rgb(33 37 41 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/50 {
    --tw-gradient-to: rgb(33 37 41 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/55 {
    --tw-gradient-to: rgb(33 37 41 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/60 {
    --tw-gradient-to: rgb(33 37 41 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/65 {
    --tw-gradient-to: rgb(33 37 41 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/70 {
    --tw-gradient-to: rgb(33 37 41 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/75 {
    --tw-gradient-to: rgb(33 37 41 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/80 {
    --tw-gradient-to: rgb(33 37 41 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/85 {
    --tw-gradient-to: rgb(33 37 41 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/90 {
    --tw-gradient-to: rgb(33 37 41 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-ink\/95 {
    --tw-gradient-to: rgb(33 37 41 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light {
    --tw-gradient-to: #f5f4f0 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/0 {
    --tw-gradient-to: rgb(245 244 240 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/10 {
    --tw-gradient-to: rgb(245 244 240 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/100 {
    --tw-gradient-to: rgb(245 244 240 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/15 {
    --tw-gradient-to: rgb(245 244 240 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/20 {
    --tw-gradient-to: rgb(245 244 240 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/25 {
    --tw-gradient-to: rgb(245 244 240 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/30 {
    --tw-gradient-to: rgb(245 244 240 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/35 {
    --tw-gradient-to: rgb(245 244 240 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/40 {
    --tw-gradient-to: rgb(245 244 240 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/45 {
    --tw-gradient-to: rgb(245 244 240 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/5 {
    --tw-gradient-to: rgb(245 244 240 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/50 {
    --tw-gradient-to: rgb(245 244 240 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/55 {
    --tw-gradient-to: rgb(245 244 240 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/60 {
    --tw-gradient-to: rgb(245 244 240 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/65 {
    --tw-gradient-to: rgb(245 244 240 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/70 {
    --tw-gradient-to: rgb(245 244 240 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/75 {
    --tw-gradient-to: rgb(245 244 240 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/80 {
    --tw-gradient-to: rgb(245 244 240 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/85 {
    --tw-gradient-to: rgb(245 244 240 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/90 {
    --tw-gradient-to: rgb(245 244 240 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-light\/95 {
    --tw-gradient-to: rgb(245 244 240 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link {
    --tw-gradient-to: #936e07 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover {
    --tw-gradient-to: #4a3703 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/0 {
    --tw-gradient-to: rgb(74 55 3 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/10 {
    --tw-gradient-to: rgb(74 55 3 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/100 {
    --tw-gradient-to: rgb(74 55 3 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/15 {
    --tw-gradient-to: rgb(74 55 3 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/20 {
    --tw-gradient-to: rgb(74 55 3 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/25 {
    --tw-gradient-to: rgb(74 55 3 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/30 {
    --tw-gradient-to: rgb(74 55 3 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/35 {
    --tw-gradient-to: rgb(74 55 3 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/40 {
    --tw-gradient-to: rgb(74 55 3 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/45 {
    --tw-gradient-to: rgb(74 55 3 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/5 {
    --tw-gradient-to: rgb(74 55 3 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/50 {
    --tw-gradient-to: rgb(74 55 3 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/55 {
    --tw-gradient-to: rgb(74 55 3 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/60 {
    --tw-gradient-to: rgb(74 55 3 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/65 {
    --tw-gradient-to: rgb(74 55 3 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/70 {
    --tw-gradient-to: rgb(74 55 3 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/75 {
    --tw-gradient-to: rgb(74 55 3 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/80 {
    --tw-gradient-to: rgb(74 55 3 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/85 {
    --tw-gradient-to: rgb(74 55 3 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/90 {
    --tw-gradient-to: rgb(74 55 3 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link-hover\/95 {
    --tw-gradient-to: rgb(74 55 3 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/0 {
    --tw-gradient-to: rgb(147 110 7 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/10 {
    --tw-gradient-to: rgb(147 110 7 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/100 {
    --tw-gradient-to: rgb(147 110 7 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/15 {
    --tw-gradient-to: rgb(147 110 7 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/20 {
    --tw-gradient-to: rgb(147 110 7 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/25 {
    --tw-gradient-to: rgb(147 110 7 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/30 {
    --tw-gradient-to: rgb(147 110 7 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/35 {
    --tw-gradient-to: rgb(147 110 7 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/40 {
    --tw-gradient-to: rgb(147 110 7 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/45 {
    --tw-gradient-to: rgb(147 110 7 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/5 {
    --tw-gradient-to: rgb(147 110 7 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/50 {
    --tw-gradient-to: rgb(147 110 7 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/55 {
    --tw-gradient-to: rgb(147 110 7 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/60 {
    --tw-gradient-to: rgb(147 110 7 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/65 {
    --tw-gradient-to: rgb(147 110 7 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/70 {
    --tw-gradient-to: rgb(147 110 7 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/75 {
    --tw-gradient-to: rgb(147 110 7 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/80 {
    --tw-gradient-to: rgb(147 110 7 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/85 {
    --tw-gradient-to: rgb(147 110 7 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/90 {
    --tw-gradient-to: rgb(147 110 7 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-link\/95 {
    --tw-gradient-to: rgb(147 110 7 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted {
    --tw-gradient-to: #6C757D var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/0 {
    --tw-gradient-to: rgb(108 117 125 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/10 {
    --tw-gradient-to: rgb(108 117 125 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/100 {
    --tw-gradient-to: rgb(108 117 125 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/15 {
    --tw-gradient-to: rgb(108 117 125 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/20 {
    --tw-gradient-to: rgb(108 117 125 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/25 {
    --tw-gradient-to: rgb(108 117 125 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/30 {
    --tw-gradient-to: rgb(108 117 125 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/35 {
    --tw-gradient-to: rgb(108 117 125 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/40 {
    --tw-gradient-to: rgb(108 117 125 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/45 {
    --tw-gradient-to: rgb(108 117 125 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/5 {
    --tw-gradient-to: rgb(108 117 125 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/50 {
    --tw-gradient-to: rgb(108 117 125 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/55 {
    --tw-gradient-to: rgb(108 117 125 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/60 {
    --tw-gradient-to: rgb(108 117 125 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/65 {
    --tw-gradient-to: rgb(108 117 125 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/70 {
    --tw-gradient-to: rgb(108 117 125 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/75 {
    --tw-gradient-to: rgb(108 117 125 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/80 {
    --tw-gradient-to: rgb(108 117 125 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/85 {
    --tw-gradient-to: rgb(108 117 125 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/90 {
    --tw-gradient-to: rgb(108 117 125 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-muted\/95 {
    --tw-gradient-to: rgb(108 117 125 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary {
    --tw-gradient-to: #F4B811 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/0 {
    --tw-gradient-to: rgb(244 184 17 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/10 {
    --tw-gradient-to: rgb(244 184 17 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/100 {
    --tw-gradient-to: rgb(244 184 17 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/15 {
    --tw-gradient-to: rgb(244 184 17 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/20 {
    --tw-gradient-to: rgb(244 184 17 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/25 {
    --tw-gradient-to: rgb(244 184 17 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/30 {
    --tw-gradient-to: rgb(244 184 17 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/35 {
    --tw-gradient-to: rgb(244 184 17 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/40 {
    --tw-gradient-to: rgb(244 184 17 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/45 {
    --tw-gradient-to: rgb(244 184 17 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/5 {
    --tw-gradient-to: rgb(244 184 17 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/50 {
    --tw-gradient-to: rgb(244 184 17 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/55 {
    --tw-gradient-to: rgb(244 184 17 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/60 {
    --tw-gradient-to: rgb(244 184 17 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/65 {
    --tw-gradient-to: rgb(244 184 17 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/70 {
    --tw-gradient-to: rgb(244 184 17 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/75 {
    --tw-gradient-to: rgb(244 184 17 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/80 {
    --tw-gradient-to: rgb(244 184 17 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/85 {
    --tw-gradient-to: rgb(244 184 17 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/90 {
    --tw-gradient-to: rgb(244 184 17 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-primary\/95 {
    --tw-gradient-to: rgb(244 184 17 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary {
    --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/0 {
    --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/10 {
    --tw-gradient-to: rgb(255 204 0 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/100 {
    --tw-gradient-to: rgb(255 204 0 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/15 {
    --tw-gradient-to: rgb(255 204 0 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/20 {
    --tw-gradient-to: rgb(255 204 0 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/25 {
    --tw-gradient-to: rgb(255 204 0 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/30 {
    --tw-gradient-to: rgb(255 204 0 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/35 {
    --tw-gradient-to: rgb(255 204 0 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/40 {
    --tw-gradient-to: rgb(255 204 0 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/45 {
    --tw-gradient-to: rgb(255 204 0 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/5 {
    --tw-gradient-to: rgb(255 204 0 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/50 {
    --tw-gradient-to: rgb(255 204 0 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/55 {
    --tw-gradient-to: rgb(255 204 0 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/60 {
    --tw-gradient-to: rgb(255 204 0 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/65 {
    --tw-gradient-to: rgb(255 204 0 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/70 {
    --tw-gradient-to: rgb(255 204 0 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/75 {
    --tw-gradient-to: rgb(255 204 0 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/80 {
    --tw-gradient-to: rgb(255 204 0 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/85 {
    --tw-gradient-to: rgb(255 204 0 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/90 {
    --tw-gradient-to: rgb(255 204 0 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-brand-secondary\/95 {
    --tw-gradient-to: rgb(255 204 0 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth {
    --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/0 {
    --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/10 {
    --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/100 {
    --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/15 {
    --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/20 {
    --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/25 {
    --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/30 {
    --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/35 {
    --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/40 {
    --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/45 {
    --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/5 {
    --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/50 {
    --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/55 {
    --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/60 {
    --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/65 {
    --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/70 {
    --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/75 {
    --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/80 {
    --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/85 {
    --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/90 {
    --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-earth\/95 {
    --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest {
    --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/0 {
    --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/10 {
    --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/100 {
    --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/15 {
    --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/20 {
    --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/25 {
    --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/30 {
    --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/35 {
    --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/40 {
    --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/45 {
    --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/5 {
    --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/50 {
    --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/55 {
    --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/60 {
    --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/65 {
    --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/70 {
    --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/75 {
    --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/80 {
    --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/85 {
    --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/90 {
    --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-harvest\/95 {
    --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout {
    --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/0 {
    --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/10 {
    --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/100 {
    --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/15 {
    --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/20 {
    --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/25 {
    --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/30 {
    --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/35 {
    --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/40 {
    --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/45 {
    --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/5 {
    --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/50 {
    --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/55 {
    --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/60 {
    --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/65 {
    --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/70 {
    --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/75 {
    --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/80 {
    --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/85 {
    --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/90 {
    --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-sprout\/95 {
    --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:fill-brand-dark {
    fill: #2e2714 !important;
  }

  .lg\:fill-brand-dark\/0 {
    fill: rgb(46 39 20 / 0) !important;
  }

  .lg\:fill-brand-dark\/10 {
    fill: rgb(46 39 20 / 0.1) !important;
  }

  .lg\:fill-brand-dark\/100 {
    fill: rgb(46 39 20 / 1) !important;
  }

  .lg\:fill-brand-dark\/15 {
    fill: rgb(46 39 20 / 0.15) !important;
  }

  .lg\:fill-brand-dark\/20 {
    fill: rgb(46 39 20 / 0.2) !important;
  }

  .lg\:fill-brand-dark\/25 {
    fill: rgb(46 39 20 / 0.25) !important;
  }

  .lg\:fill-brand-dark\/30 {
    fill: rgb(46 39 20 / 0.3) !important;
  }

  .lg\:fill-brand-dark\/35 {
    fill: rgb(46 39 20 / 0.35) !important;
  }

  .lg\:fill-brand-dark\/40 {
    fill: rgb(46 39 20 / 0.4) !important;
  }

  .lg\:fill-brand-dark\/45 {
    fill: rgb(46 39 20 / 0.45) !important;
  }

  .lg\:fill-brand-dark\/5 {
    fill: rgb(46 39 20 / 0.05) !important;
  }

  .lg\:fill-brand-dark\/50 {
    fill: rgb(46 39 20 / 0.5) !important;
  }

  .lg\:fill-brand-dark\/55 {
    fill: rgb(46 39 20 / 0.55) !important;
  }

  .lg\:fill-brand-dark\/60 {
    fill: rgb(46 39 20 / 0.6) !important;
  }

  .lg\:fill-brand-dark\/65 {
    fill: rgb(46 39 20 / 0.65) !important;
  }

  .lg\:fill-brand-dark\/70 {
    fill: rgb(46 39 20 / 0.7) !important;
  }

  .lg\:fill-brand-dark\/75 {
    fill: rgb(46 39 20 / 0.75) !important;
  }

  .lg\:fill-brand-dark\/80 {
    fill: rgb(46 39 20 / 0.8) !important;
  }

  .lg\:fill-brand-dark\/85 {
    fill: rgb(46 39 20 / 0.85) !important;
  }

  .lg\:fill-brand-dark\/90 {
    fill: rgb(46 39 20 / 0.9) !important;
  }

  .lg\:fill-brand-dark\/95 {
    fill: rgb(46 39 20 / 0.95) !important;
  }

  .lg\:fill-brand-ink {
    fill: #212529 !important;
  }

  .lg\:fill-brand-ink\/0 {
    fill: rgb(33 37 41 / 0) !important;
  }

  .lg\:fill-brand-ink\/10 {
    fill: rgb(33 37 41 / 0.1) !important;
  }

  .lg\:fill-brand-ink\/100 {
    fill: rgb(33 37 41 / 1) !important;
  }

  .lg\:fill-brand-ink\/15 {
    fill: rgb(33 37 41 / 0.15) !important;
  }

  .lg\:fill-brand-ink\/20 {
    fill: rgb(33 37 41 / 0.2) !important;
  }

  .lg\:fill-brand-ink\/25 {
    fill: rgb(33 37 41 / 0.25) !important;
  }

  .lg\:fill-brand-ink\/30 {
    fill: rgb(33 37 41 / 0.3) !important;
  }

  .lg\:fill-brand-ink\/35 {
    fill: rgb(33 37 41 / 0.35) !important;
  }

  .lg\:fill-brand-ink\/40 {
    fill: rgb(33 37 41 / 0.4) !important;
  }

  .lg\:fill-brand-ink\/45 {
    fill: rgb(33 37 41 / 0.45) !important;
  }

  .lg\:fill-brand-ink\/5 {
    fill: rgb(33 37 41 / 0.05) !important;
  }

  .lg\:fill-brand-ink\/50 {
    fill: rgb(33 37 41 / 0.5) !important;
  }

  .lg\:fill-brand-ink\/55 {
    fill: rgb(33 37 41 / 0.55) !important;
  }

  .lg\:fill-brand-ink\/60 {
    fill: rgb(33 37 41 / 0.6) !important;
  }

  .lg\:fill-brand-ink\/65 {
    fill: rgb(33 37 41 / 0.65) !important;
  }

  .lg\:fill-brand-ink\/70 {
    fill: rgb(33 37 41 / 0.7) !important;
  }

  .lg\:fill-brand-ink\/75 {
    fill: rgb(33 37 41 / 0.75) !important;
  }

  .lg\:fill-brand-ink\/80 {
    fill: rgb(33 37 41 / 0.8) !important;
  }

  .lg\:fill-brand-ink\/85 {
    fill: rgb(33 37 41 / 0.85) !important;
  }

  .lg\:fill-brand-ink\/90 {
    fill: rgb(33 37 41 / 0.9) !important;
  }

  .lg\:fill-brand-ink\/95 {
    fill: rgb(33 37 41 / 0.95) !important;
  }

  .lg\:fill-brand-light {
    fill: #f5f4f0 !important;
  }

  .lg\:fill-brand-light\/0 {
    fill: rgb(245 244 240 / 0) !important;
  }

  .lg\:fill-brand-light\/10 {
    fill: rgb(245 244 240 / 0.1) !important;
  }

  .lg\:fill-brand-light\/100 {
    fill: rgb(245 244 240 / 1) !important;
  }

  .lg\:fill-brand-light\/15 {
    fill: rgb(245 244 240 / 0.15) !important;
  }

  .lg\:fill-brand-light\/20 {
    fill: rgb(245 244 240 / 0.2) !important;
  }

  .lg\:fill-brand-light\/25 {
    fill: rgb(245 244 240 / 0.25) !important;
  }

  .lg\:fill-brand-light\/30 {
    fill: rgb(245 244 240 / 0.3) !important;
  }

  .lg\:fill-brand-light\/35 {
    fill: rgb(245 244 240 / 0.35) !important;
  }

  .lg\:fill-brand-light\/40 {
    fill: rgb(245 244 240 / 0.4) !important;
  }

  .lg\:fill-brand-light\/45 {
    fill: rgb(245 244 240 / 0.45) !important;
  }

  .lg\:fill-brand-light\/5 {
    fill: rgb(245 244 240 / 0.05) !important;
  }

  .lg\:fill-brand-light\/50 {
    fill: rgb(245 244 240 / 0.5) !important;
  }

  .lg\:fill-brand-light\/55 {
    fill: rgb(245 244 240 / 0.55) !important;
  }

  .lg\:fill-brand-light\/60 {
    fill: rgb(245 244 240 / 0.6) !important;
  }

  .lg\:fill-brand-light\/65 {
    fill: rgb(245 244 240 / 0.65) !important;
  }

  .lg\:fill-brand-light\/70 {
    fill: rgb(245 244 240 / 0.7) !important;
  }

  .lg\:fill-brand-light\/75 {
    fill: rgb(245 244 240 / 0.75) !important;
  }

  .lg\:fill-brand-light\/80 {
    fill: rgb(245 244 240 / 0.8) !important;
  }

  .lg\:fill-brand-light\/85 {
    fill: rgb(245 244 240 / 0.85) !important;
  }

  .lg\:fill-brand-light\/90 {
    fill: rgb(245 244 240 / 0.9) !important;
  }

  .lg\:fill-brand-light\/95 {
    fill: rgb(245 244 240 / 0.95) !important;
  }

  .lg\:fill-brand-link {
    fill: #936e07 !important;
  }

  .lg\:fill-brand-link-hover {
    fill: #4a3703 !important;
  }

  .lg\:fill-brand-link-hover\/0 {
    fill: rgb(74 55 3 / 0) !important;
  }

  .lg\:fill-brand-link-hover\/10 {
    fill: rgb(74 55 3 / 0.1) !important;
  }

  .lg\:fill-brand-link-hover\/100 {
    fill: rgb(74 55 3 / 1) !important;
  }

  .lg\:fill-brand-link-hover\/15 {
    fill: rgb(74 55 3 / 0.15) !important;
  }

  .lg\:fill-brand-link-hover\/20 {
    fill: rgb(74 55 3 / 0.2) !important;
  }

  .lg\:fill-brand-link-hover\/25 {
    fill: rgb(74 55 3 / 0.25) !important;
  }

  .lg\:fill-brand-link-hover\/30 {
    fill: rgb(74 55 3 / 0.3) !important;
  }

  .lg\:fill-brand-link-hover\/35 {
    fill: rgb(74 55 3 / 0.35) !important;
  }

  .lg\:fill-brand-link-hover\/40 {
    fill: rgb(74 55 3 / 0.4) !important;
  }

  .lg\:fill-brand-link-hover\/45 {
    fill: rgb(74 55 3 / 0.45) !important;
  }

  .lg\:fill-brand-link-hover\/5 {
    fill: rgb(74 55 3 / 0.05) !important;
  }

  .lg\:fill-brand-link-hover\/50 {
    fill: rgb(74 55 3 / 0.5) !important;
  }

  .lg\:fill-brand-link-hover\/55 {
    fill: rgb(74 55 3 / 0.55) !important;
  }

  .lg\:fill-brand-link-hover\/60 {
    fill: rgb(74 55 3 / 0.6) !important;
  }

  .lg\:fill-brand-link-hover\/65 {
    fill: rgb(74 55 3 / 0.65) !important;
  }

  .lg\:fill-brand-link-hover\/70 {
    fill: rgb(74 55 3 / 0.7) !important;
  }

  .lg\:fill-brand-link-hover\/75 {
    fill: rgb(74 55 3 / 0.75) !important;
  }

  .lg\:fill-brand-link-hover\/80 {
    fill: rgb(74 55 3 / 0.8) !important;
  }

  .lg\:fill-brand-link-hover\/85 {
    fill: rgb(74 55 3 / 0.85) !important;
  }

  .lg\:fill-brand-link-hover\/90 {
    fill: rgb(74 55 3 / 0.9) !important;
  }

  .lg\:fill-brand-link-hover\/95 {
    fill: rgb(74 55 3 / 0.95) !important;
  }

  .lg\:fill-brand-link\/0 {
    fill: rgb(147 110 7 / 0) !important;
  }

  .lg\:fill-brand-link\/10 {
    fill: rgb(147 110 7 / 0.1) !important;
  }

  .lg\:fill-brand-link\/100 {
    fill: rgb(147 110 7 / 1) !important;
  }

  .lg\:fill-brand-link\/15 {
    fill: rgb(147 110 7 / 0.15) !important;
  }

  .lg\:fill-brand-link\/20 {
    fill: rgb(147 110 7 / 0.2) !important;
  }

  .lg\:fill-brand-link\/25 {
    fill: rgb(147 110 7 / 0.25) !important;
  }

  .lg\:fill-brand-link\/30 {
    fill: rgb(147 110 7 / 0.3) !important;
  }

  .lg\:fill-brand-link\/35 {
    fill: rgb(147 110 7 / 0.35) !important;
  }

  .lg\:fill-brand-link\/40 {
    fill: rgb(147 110 7 / 0.4) !important;
  }

  .lg\:fill-brand-link\/45 {
    fill: rgb(147 110 7 / 0.45) !important;
  }

  .lg\:fill-brand-link\/5 {
    fill: rgb(147 110 7 / 0.05) !important;
  }

  .lg\:fill-brand-link\/50 {
    fill: rgb(147 110 7 / 0.5) !important;
  }

  .lg\:fill-brand-link\/55 {
    fill: rgb(147 110 7 / 0.55) !important;
  }

  .lg\:fill-brand-link\/60 {
    fill: rgb(147 110 7 / 0.6) !important;
  }

  .lg\:fill-brand-link\/65 {
    fill: rgb(147 110 7 / 0.65) !important;
  }

  .lg\:fill-brand-link\/70 {
    fill: rgb(147 110 7 / 0.7) !important;
  }

  .lg\:fill-brand-link\/75 {
    fill: rgb(147 110 7 / 0.75) !important;
  }

  .lg\:fill-brand-link\/80 {
    fill: rgb(147 110 7 / 0.8) !important;
  }

  .lg\:fill-brand-link\/85 {
    fill: rgb(147 110 7 / 0.85) !important;
  }

  .lg\:fill-brand-link\/90 {
    fill: rgb(147 110 7 / 0.9) !important;
  }

  .lg\:fill-brand-link\/95 {
    fill: rgb(147 110 7 / 0.95) !important;
  }

  .lg\:fill-brand-muted {
    fill: #6C757D !important;
  }

  .lg\:fill-brand-muted\/0 {
    fill: rgb(108 117 125 / 0) !important;
  }

  .lg\:fill-brand-muted\/10 {
    fill: rgb(108 117 125 / 0.1) !important;
  }

  .lg\:fill-brand-muted\/100 {
    fill: rgb(108 117 125 / 1) !important;
  }

  .lg\:fill-brand-muted\/15 {
    fill: rgb(108 117 125 / 0.15) !important;
  }

  .lg\:fill-brand-muted\/20 {
    fill: rgb(108 117 125 / 0.2) !important;
  }

  .lg\:fill-brand-muted\/25 {
    fill: rgb(108 117 125 / 0.25) !important;
  }

  .lg\:fill-brand-muted\/30 {
    fill: rgb(108 117 125 / 0.3) !important;
  }

  .lg\:fill-brand-muted\/35 {
    fill: rgb(108 117 125 / 0.35) !important;
  }

  .lg\:fill-brand-muted\/40 {
    fill: rgb(108 117 125 / 0.4) !important;
  }

  .lg\:fill-brand-muted\/45 {
    fill: rgb(108 117 125 / 0.45) !important;
  }

  .lg\:fill-brand-muted\/5 {
    fill: rgb(108 117 125 / 0.05) !important;
  }

  .lg\:fill-brand-muted\/50 {
    fill: rgb(108 117 125 / 0.5) !important;
  }

  .lg\:fill-brand-muted\/55 {
    fill: rgb(108 117 125 / 0.55) !important;
  }

  .lg\:fill-brand-muted\/60 {
    fill: rgb(108 117 125 / 0.6) !important;
  }

  .lg\:fill-brand-muted\/65 {
    fill: rgb(108 117 125 / 0.65) !important;
  }

  .lg\:fill-brand-muted\/70 {
    fill: rgb(108 117 125 / 0.7) !important;
  }

  .lg\:fill-brand-muted\/75 {
    fill: rgb(108 117 125 / 0.75) !important;
  }

  .lg\:fill-brand-muted\/80 {
    fill: rgb(108 117 125 / 0.8) !important;
  }

  .lg\:fill-brand-muted\/85 {
    fill: rgb(108 117 125 / 0.85) !important;
  }

  .lg\:fill-brand-muted\/90 {
    fill: rgb(108 117 125 / 0.9) !important;
  }

  .lg\:fill-brand-muted\/95 {
    fill: rgb(108 117 125 / 0.95) !important;
  }

  .lg\:fill-brand-primary {
    fill: #F4B811 !important;
  }

  .lg\:fill-brand-primary\/0 {
    fill: rgb(244 184 17 / 0) !important;
  }

  .lg\:fill-brand-primary\/10 {
    fill: rgb(244 184 17 / 0.1) !important;
  }

  .lg\:fill-brand-primary\/100 {
    fill: rgb(244 184 17 / 1) !important;
  }

  .lg\:fill-brand-primary\/15 {
    fill: rgb(244 184 17 / 0.15) !important;
  }

  .lg\:fill-brand-primary\/20 {
    fill: rgb(244 184 17 / 0.2) !important;
  }

  .lg\:fill-brand-primary\/25 {
    fill: rgb(244 184 17 / 0.25) !important;
  }

  .lg\:fill-brand-primary\/30 {
    fill: rgb(244 184 17 / 0.3) !important;
  }

  .lg\:fill-brand-primary\/35 {
    fill: rgb(244 184 17 / 0.35) !important;
  }

  .lg\:fill-brand-primary\/40 {
    fill: rgb(244 184 17 / 0.4) !important;
  }

  .lg\:fill-brand-primary\/45 {
    fill: rgb(244 184 17 / 0.45) !important;
  }

  .lg\:fill-brand-primary\/5 {
    fill: rgb(244 184 17 / 0.05) !important;
  }

  .lg\:fill-brand-primary\/50 {
    fill: rgb(244 184 17 / 0.5) !important;
  }

  .lg\:fill-brand-primary\/55 {
    fill: rgb(244 184 17 / 0.55) !important;
  }

  .lg\:fill-brand-primary\/60 {
    fill: rgb(244 184 17 / 0.6) !important;
  }

  .lg\:fill-brand-primary\/65 {
    fill: rgb(244 184 17 / 0.65) !important;
  }

  .lg\:fill-brand-primary\/70 {
    fill: rgb(244 184 17 / 0.7) !important;
  }

  .lg\:fill-brand-primary\/75 {
    fill: rgb(244 184 17 / 0.75) !important;
  }

  .lg\:fill-brand-primary\/80 {
    fill: rgb(244 184 17 / 0.8) !important;
  }

  .lg\:fill-brand-primary\/85 {
    fill: rgb(244 184 17 / 0.85) !important;
  }

  .lg\:fill-brand-primary\/90 {
    fill: rgb(244 184 17 / 0.9) !important;
  }

  .lg\:fill-brand-primary\/95 {
    fill: rgb(244 184 17 / 0.95) !important;
  }

  .lg\:fill-brand-secondary {
    fill: #FFCC00 !important;
  }

  .lg\:fill-brand-secondary\/0 {
    fill: rgb(255 204 0 / 0) !important;
  }

  .lg\:fill-brand-secondary\/10 {
    fill: rgb(255 204 0 / 0.1) !important;
  }

  .lg\:fill-brand-secondary\/100 {
    fill: rgb(255 204 0 / 1) !important;
  }

  .lg\:fill-brand-secondary\/15 {
    fill: rgb(255 204 0 / 0.15) !important;
  }

  .lg\:fill-brand-secondary\/20 {
    fill: rgb(255 204 0 / 0.2) !important;
  }

  .lg\:fill-brand-secondary\/25 {
    fill: rgb(255 204 0 / 0.25) !important;
  }

  .lg\:fill-brand-secondary\/30 {
    fill: rgb(255 204 0 / 0.3) !important;
  }

  .lg\:fill-brand-secondary\/35 {
    fill: rgb(255 204 0 / 0.35) !important;
  }

  .lg\:fill-brand-secondary\/40 {
    fill: rgb(255 204 0 / 0.4) !important;
  }

  .lg\:fill-brand-secondary\/45 {
    fill: rgb(255 204 0 / 0.45) !important;
  }

  .lg\:fill-brand-secondary\/5 {
    fill: rgb(255 204 0 / 0.05) !important;
  }

  .lg\:fill-brand-secondary\/50 {
    fill: rgb(255 204 0 / 0.5) !important;
  }

  .lg\:fill-brand-secondary\/55 {
    fill: rgb(255 204 0 / 0.55) !important;
  }

  .lg\:fill-brand-secondary\/60 {
    fill: rgb(255 204 0 / 0.6) !important;
  }

  .lg\:fill-brand-secondary\/65 {
    fill: rgb(255 204 0 / 0.65) !important;
  }

  .lg\:fill-brand-secondary\/70 {
    fill: rgb(255 204 0 / 0.7) !important;
  }

  .lg\:fill-brand-secondary\/75 {
    fill: rgb(255 204 0 / 0.75) !important;
  }

  .lg\:fill-brand-secondary\/80 {
    fill: rgb(255 204 0 / 0.8) !important;
  }

  .lg\:fill-brand-secondary\/85 {
    fill: rgb(255 204 0 / 0.85) !important;
  }

  .lg\:fill-brand-secondary\/90 {
    fill: rgb(255 204 0 / 0.9) !important;
  }

  .lg\:fill-brand-secondary\/95 {
    fill: rgb(255 204 0 / 0.95) !important;
  }

  .lg\:fill-earth {
    fill: #782e01 !important;
  }

  .lg\:fill-earth\/0 {
    fill: rgb(120 46 1 / 0) !important;
  }

  .lg\:fill-earth\/10 {
    fill: rgb(120 46 1 / 0.1) !important;
  }

  .lg\:fill-earth\/100 {
    fill: rgb(120 46 1 / 1) !important;
  }

  .lg\:fill-earth\/15 {
    fill: rgb(120 46 1 / 0.15) !important;
  }

  .lg\:fill-earth\/20 {
    fill: rgb(120 46 1 / 0.2) !important;
  }

  .lg\:fill-earth\/25 {
    fill: rgb(120 46 1 / 0.25) !important;
  }

  .lg\:fill-earth\/30 {
    fill: rgb(120 46 1 / 0.3) !important;
  }

  .lg\:fill-earth\/35 {
    fill: rgb(120 46 1 / 0.35) !important;
  }

  .lg\:fill-earth\/40 {
    fill: rgb(120 46 1 / 0.4) !important;
  }

  .lg\:fill-earth\/45 {
    fill: rgb(120 46 1 / 0.45) !important;
  }

  .lg\:fill-earth\/5 {
    fill: rgb(120 46 1 / 0.05) !important;
  }

  .lg\:fill-earth\/50 {
    fill: rgb(120 46 1 / 0.5) !important;
  }

  .lg\:fill-earth\/55 {
    fill: rgb(120 46 1 / 0.55) !important;
  }

  .lg\:fill-earth\/60 {
    fill: rgb(120 46 1 / 0.6) !important;
  }

  .lg\:fill-earth\/65 {
    fill: rgb(120 46 1 / 0.65) !important;
  }

  .lg\:fill-earth\/70 {
    fill: rgb(120 46 1 / 0.7) !important;
  }

  .lg\:fill-earth\/75 {
    fill: rgb(120 46 1 / 0.75) !important;
  }

  .lg\:fill-earth\/80 {
    fill: rgb(120 46 1 / 0.8) !important;
  }

  .lg\:fill-earth\/85 {
    fill: rgb(120 46 1 / 0.85) !important;
  }

  .lg\:fill-earth\/90 {
    fill: rgb(120 46 1 / 0.9) !important;
  }

  .lg\:fill-earth\/95 {
    fill: rgb(120 46 1 / 0.95) !important;
  }

  .lg\:fill-harvest {
    fill: #d78131 !important;
  }

  .lg\:fill-harvest\/0 {
    fill: rgb(215 129 49 / 0) !important;
  }

  .lg\:fill-harvest\/10 {
    fill: rgb(215 129 49 / 0.1) !important;
  }

  .lg\:fill-harvest\/100 {
    fill: rgb(215 129 49 / 1) !important;
  }

  .lg\:fill-harvest\/15 {
    fill: rgb(215 129 49 / 0.15) !important;
  }

  .lg\:fill-harvest\/20 {
    fill: rgb(215 129 49 / 0.2) !important;
  }

  .lg\:fill-harvest\/25 {
    fill: rgb(215 129 49 / 0.25) !important;
  }

  .lg\:fill-harvest\/30 {
    fill: rgb(215 129 49 / 0.3) !important;
  }

  .lg\:fill-harvest\/35 {
    fill: rgb(215 129 49 / 0.35) !important;
  }

  .lg\:fill-harvest\/40 {
    fill: rgb(215 129 49 / 0.4) !important;
  }

  .lg\:fill-harvest\/45 {
    fill: rgb(215 129 49 / 0.45) !important;
  }

  .lg\:fill-harvest\/5 {
    fill: rgb(215 129 49 / 0.05) !important;
  }

  .lg\:fill-harvest\/50 {
    fill: rgb(215 129 49 / 0.5) !important;
  }

  .lg\:fill-harvest\/55 {
    fill: rgb(215 129 49 / 0.55) !important;
  }

  .lg\:fill-harvest\/60 {
    fill: rgb(215 129 49 / 0.6) !important;
  }

  .lg\:fill-harvest\/65 {
    fill: rgb(215 129 49 / 0.65) !important;
  }

  .lg\:fill-harvest\/70 {
    fill: rgb(215 129 49 / 0.7) !important;
  }

  .lg\:fill-harvest\/75 {
    fill: rgb(215 129 49 / 0.75) !important;
  }

  .lg\:fill-harvest\/80 {
    fill: rgb(215 129 49 / 0.8) !important;
  }

  .lg\:fill-harvest\/85 {
    fill: rgb(215 129 49 / 0.85) !important;
  }

  .lg\:fill-harvest\/90 {
    fill: rgb(215 129 49 / 0.9) !important;
  }

  .lg\:fill-harvest\/95 {
    fill: rgb(215 129 49 / 0.95) !important;
  }

  .lg\:fill-sprout {
    fill: #c4d148 !important;
  }

  .lg\:fill-sprout\/0 {
    fill: rgb(196 209 72 / 0) !important;
  }

  .lg\:fill-sprout\/10 {
    fill: rgb(196 209 72 / 0.1) !important;
  }

  .lg\:fill-sprout\/100 {
    fill: rgb(196 209 72 / 1) !important;
  }

  .lg\:fill-sprout\/15 {
    fill: rgb(196 209 72 / 0.15) !important;
  }

  .lg\:fill-sprout\/20 {
    fill: rgb(196 209 72 / 0.2) !important;
  }

  .lg\:fill-sprout\/25 {
    fill: rgb(196 209 72 / 0.25) !important;
  }

  .lg\:fill-sprout\/30 {
    fill: rgb(196 209 72 / 0.3) !important;
  }

  .lg\:fill-sprout\/35 {
    fill: rgb(196 209 72 / 0.35) !important;
  }

  .lg\:fill-sprout\/40 {
    fill: rgb(196 209 72 / 0.4) !important;
  }

  .lg\:fill-sprout\/45 {
    fill: rgb(196 209 72 / 0.45) !important;
  }

  .lg\:fill-sprout\/5 {
    fill: rgb(196 209 72 / 0.05) !important;
  }

  .lg\:fill-sprout\/50 {
    fill: rgb(196 209 72 / 0.5) !important;
  }

  .lg\:fill-sprout\/55 {
    fill: rgb(196 209 72 / 0.55) !important;
  }

  .lg\:fill-sprout\/60 {
    fill: rgb(196 209 72 / 0.6) !important;
  }

  .lg\:fill-sprout\/65 {
    fill: rgb(196 209 72 / 0.65) !important;
  }

  .lg\:fill-sprout\/70 {
    fill: rgb(196 209 72 / 0.7) !important;
  }

  .lg\:fill-sprout\/75 {
    fill: rgb(196 209 72 / 0.75) !important;
  }

  .lg\:fill-sprout\/80 {
    fill: rgb(196 209 72 / 0.8) !important;
  }

  .lg\:fill-sprout\/85 {
    fill: rgb(196 209 72 / 0.85) !important;
  }

  .lg\:fill-sprout\/90 {
    fill: rgb(196 209 72 / 0.9) !important;
  }

  .lg\:fill-sprout\/95 {
    fill: rgb(196 209 72 / 0.95) !important;
  }

  .lg\:fill-yellow-100 {
    fill: #fef9c3 !important;
  }

  .lg\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0) !important;
  }

  .lg\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1) !important;
  }

  .lg\:fill-yellow-100\/15 {
    fill: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:fill-yellow-100\/35 {
    fill: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:fill-yellow-100\/55 {
    fill: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:fill-yellow-100\/85 {
    fill: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:fill-yellow-200 {
    fill: #fef08a !important;
  }

  .lg\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0) !important;
  }

  .lg\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1) !important;
  }

  .lg\:fill-yellow-200\/15 {
    fill: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:fill-yellow-200\/35 {
    fill: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:fill-yellow-200\/55 {
    fill: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:fill-yellow-200\/85 {
    fill: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:fill-yellow-400 {
    fill: #facc15 !important;
  }

  .lg\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0) !important;
  }

  .lg\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1) !important;
  }

  .lg\:fill-yellow-400\/15 {
    fill: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:fill-yellow-400\/35 {
    fill: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:fill-yellow-400\/55 {
    fill: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:fill-yellow-400\/85 {
    fill: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:fill-yellow-800 {
    fill: #854d0e !important;
  }

  .lg\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0) !important;
  }

  .lg\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1) !important;
  }

  .lg\:fill-yellow-800\/15 {
    fill: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:fill-yellow-800\/35 {
    fill: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:fill-yellow-800\/55 {
    fill: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:fill-yellow-800\/85 {
    fill: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:stroke-brand-dark {
    stroke: #2e2714 !important;
  }

  .lg\:stroke-brand-dark\/0 {
    stroke: rgb(46 39 20 / 0) !important;
  }

  .lg\:stroke-brand-dark\/10 {
    stroke: rgb(46 39 20 / 0.1) !important;
  }

  .lg\:stroke-brand-dark\/100 {
    stroke: rgb(46 39 20 / 1) !important;
  }

  .lg\:stroke-brand-dark\/15 {
    stroke: rgb(46 39 20 / 0.15) !important;
  }

  .lg\:stroke-brand-dark\/20 {
    stroke: rgb(46 39 20 / 0.2) !important;
  }

  .lg\:stroke-brand-dark\/25 {
    stroke: rgb(46 39 20 / 0.25) !important;
  }

  .lg\:stroke-brand-dark\/30 {
    stroke: rgb(46 39 20 / 0.3) !important;
  }

  .lg\:stroke-brand-dark\/35 {
    stroke: rgb(46 39 20 / 0.35) !important;
  }

  .lg\:stroke-brand-dark\/40 {
    stroke: rgb(46 39 20 / 0.4) !important;
  }

  .lg\:stroke-brand-dark\/45 {
    stroke: rgb(46 39 20 / 0.45) !important;
  }

  .lg\:stroke-brand-dark\/5 {
    stroke: rgb(46 39 20 / 0.05) !important;
  }

  .lg\:stroke-brand-dark\/50 {
    stroke: rgb(46 39 20 / 0.5) !important;
  }

  .lg\:stroke-brand-dark\/55 {
    stroke: rgb(46 39 20 / 0.55) !important;
  }

  .lg\:stroke-brand-dark\/60 {
    stroke: rgb(46 39 20 / 0.6) !important;
  }

  .lg\:stroke-brand-dark\/65 {
    stroke: rgb(46 39 20 / 0.65) !important;
  }

  .lg\:stroke-brand-dark\/70 {
    stroke: rgb(46 39 20 / 0.7) !important;
  }

  .lg\:stroke-brand-dark\/75 {
    stroke: rgb(46 39 20 / 0.75) !important;
  }

  .lg\:stroke-brand-dark\/80 {
    stroke: rgb(46 39 20 / 0.8) !important;
  }

  .lg\:stroke-brand-dark\/85 {
    stroke: rgb(46 39 20 / 0.85) !important;
  }

  .lg\:stroke-brand-dark\/90 {
    stroke: rgb(46 39 20 / 0.9) !important;
  }

  .lg\:stroke-brand-dark\/95 {
    stroke: rgb(46 39 20 / 0.95) !important;
  }

  .lg\:stroke-brand-ink {
    stroke: #212529 !important;
  }

  .lg\:stroke-brand-ink\/0 {
    stroke: rgb(33 37 41 / 0) !important;
  }

  .lg\:stroke-brand-ink\/10 {
    stroke: rgb(33 37 41 / 0.1) !important;
  }

  .lg\:stroke-brand-ink\/100 {
    stroke: rgb(33 37 41 / 1) !important;
  }

  .lg\:stroke-brand-ink\/15 {
    stroke: rgb(33 37 41 / 0.15) !important;
  }

  .lg\:stroke-brand-ink\/20 {
    stroke: rgb(33 37 41 / 0.2) !important;
  }

  .lg\:stroke-brand-ink\/25 {
    stroke: rgb(33 37 41 / 0.25) !important;
  }

  .lg\:stroke-brand-ink\/30 {
    stroke: rgb(33 37 41 / 0.3) !important;
  }

  .lg\:stroke-brand-ink\/35 {
    stroke: rgb(33 37 41 / 0.35) !important;
  }

  .lg\:stroke-brand-ink\/40 {
    stroke: rgb(33 37 41 / 0.4) !important;
  }

  .lg\:stroke-brand-ink\/45 {
    stroke: rgb(33 37 41 / 0.45) !important;
  }

  .lg\:stroke-brand-ink\/5 {
    stroke: rgb(33 37 41 / 0.05) !important;
  }

  .lg\:stroke-brand-ink\/50 {
    stroke: rgb(33 37 41 / 0.5) !important;
  }

  .lg\:stroke-brand-ink\/55 {
    stroke: rgb(33 37 41 / 0.55) !important;
  }

  .lg\:stroke-brand-ink\/60 {
    stroke: rgb(33 37 41 / 0.6) !important;
  }

  .lg\:stroke-brand-ink\/65 {
    stroke: rgb(33 37 41 / 0.65) !important;
  }

  .lg\:stroke-brand-ink\/70 {
    stroke: rgb(33 37 41 / 0.7) !important;
  }

  .lg\:stroke-brand-ink\/75 {
    stroke: rgb(33 37 41 / 0.75) !important;
  }

  .lg\:stroke-brand-ink\/80 {
    stroke: rgb(33 37 41 / 0.8) !important;
  }

  .lg\:stroke-brand-ink\/85 {
    stroke: rgb(33 37 41 / 0.85) !important;
  }

  .lg\:stroke-brand-ink\/90 {
    stroke: rgb(33 37 41 / 0.9) !important;
  }

  .lg\:stroke-brand-ink\/95 {
    stroke: rgb(33 37 41 / 0.95) !important;
  }

  .lg\:stroke-brand-light {
    stroke: #f5f4f0 !important;
  }

  .lg\:stroke-brand-light\/0 {
    stroke: rgb(245 244 240 / 0) !important;
  }

  .lg\:stroke-brand-light\/10 {
    stroke: rgb(245 244 240 / 0.1) !important;
  }

  .lg\:stroke-brand-light\/100 {
    stroke: rgb(245 244 240 / 1) !important;
  }

  .lg\:stroke-brand-light\/15 {
    stroke: rgb(245 244 240 / 0.15) !important;
  }

  .lg\:stroke-brand-light\/20 {
    stroke: rgb(245 244 240 / 0.2) !important;
  }

  .lg\:stroke-brand-light\/25 {
    stroke: rgb(245 244 240 / 0.25) !important;
  }

  .lg\:stroke-brand-light\/30 {
    stroke: rgb(245 244 240 / 0.3) !important;
  }

  .lg\:stroke-brand-light\/35 {
    stroke: rgb(245 244 240 / 0.35) !important;
  }

  .lg\:stroke-brand-light\/40 {
    stroke: rgb(245 244 240 / 0.4) !important;
  }

  .lg\:stroke-brand-light\/45 {
    stroke: rgb(245 244 240 / 0.45) !important;
  }

  .lg\:stroke-brand-light\/5 {
    stroke: rgb(245 244 240 / 0.05) !important;
  }

  .lg\:stroke-brand-light\/50 {
    stroke: rgb(245 244 240 / 0.5) !important;
  }

  .lg\:stroke-brand-light\/55 {
    stroke: rgb(245 244 240 / 0.55) !important;
  }

  .lg\:stroke-brand-light\/60 {
    stroke: rgb(245 244 240 / 0.6) !important;
  }

  .lg\:stroke-brand-light\/65 {
    stroke: rgb(245 244 240 / 0.65) !important;
  }

  .lg\:stroke-brand-light\/70 {
    stroke: rgb(245 244 240 / 0.7) !important;
  }

  .lg\:stroke-brand-light\/75 {
    stroke: rgb(245 244 240 / 0.75) !important;
  }

  .lg\:stroke-brand-light\/80 {
    stroke: rgb(245 244 240 / 0.8) !important;
  }

  .lg\:stroke-brand-light\/85 {
    stroke: rgb(245 244 240 / 0.85) !important;
  }

  .lg\:stroke-brand-light\/90 {
    stroke: rgb(245 244 240 / 0.9) !important;
  }

  .lg\:stroke-brand-light\/95 {
    stroke: rgb(245 244 240 / 0.95) !important;
  }

  .lg\:stroke-brand-link {
    stroke: #936e07 !important;
  }

  .lg\:stroke-brand-link-hover {
    stroke: #4a3703 !important;
  }

  .lg\:stroke-brand-link-hover\/0 {
    stroke: rgb(74 55 3 / 0) !important;
  }

  .lg\:stroke-brand-link-hover\/10 {
    stroke: rgb(74 55 3 / 0.1) !important;
  }

  .lg\:stroke-brand-link-hover\/100 {
    stroke: rgb(74 55 3 / 1) !important;
  }

  .lg\:stroke-brand-link-hover\/15 {
    stroke: rgb(74 55 3 / 0.15) !important;
  }

  .lg\:stroke-brand-link-hover\/20 {
    stroke: rgb(74 55 3 / 0.2) !important;
  }

  .lg\:stroke-brand-link-hover\/25 {
    stroke: rgb(74 55 3 / 0.25) !important;
  }

  .lg\:stroke-brand-link-hover\/30 {
    stroke: rgb(74 55 3 / 0.3) !important;
  }

  .lg\:stroke-brand-link-hover\/35 {
    stroke: rgb(74 55 3 / 0.35) !important;
  }

  .lg\:stroke-brand-link-hover\/40 {
    stroke: rgb(74 55 3 / 0.4) !important;
  }

  .lg\:stroke-brand-link-hover\/45 {
    stroke: rgb(74 55 3 / 0.45) !important;
  }

  .lg\:stroke-brand-link-hover\/5 {
    stroke: rgb(74 55 3 / 0.05) !important;
  }

  .lg\:stroke-brand-link-hover\/50 {
    stroke: rgb(74 55 3 / 0.5) !important;
  }

  .lg\:stroke-brand-link-hover\/55 {
    stroke: rgb(74 55 3 / 0.55) !important;
  }

  .lg\:stroke-brand-link-hover\/60 {
    stroke: rgb(74 55 3 / 0.6) !important;
  }

  .lg\:stroke-brand-link-hover\/65 {
    stroke: rgb(74 55 3 / 0.65) !important;
  }

  .lg\:stroke-brand-link-hover\/70 {
    stroke: rgb(74 55 3 / 0.7) !important;
  }

  .lg\:stroke-brand-link-hover\/75 {
    stroke: rgb(74 55 3 / 0.75) !important;
  }

  .lg\:stroke-brand-link-hover\/80 {
    stroke: rgb(74 55 3 / 0.8) !important;
  }

  .lg\:stroke-brand-link-hover\/85 {
    stroke: rgb(74 55 3 / 0.85) !important;
  }

  .lg\:stroke-brand-link-hover\/90 {
    stroke: rgb(74 55 3 / 0.9) !important;
  }

  .lg\:stroke-brand-link-hover\/95 {
    stroke: rgb(74 55 3 / 0.95) !important;
  }

  .lg\:stroke-brand-link\/0 {
    stroke: rgb(147 110 7 / 0) !important;
  }

  .lg\:stroke-brand-link\/10 {
    stroke: rgb(147 110 7 / 0.1) !important;
  }

  .lg\:stroke-brand-link\/100 {
    stroke: rgb(147 110 7 / 1) !important;
  }

  .lg\:stroke-brand-link\/15 {
    stroke: rgb(147 110 7 / 0.15) !important;
  }

  .lg\:stroke-brand-link\/20 {
    stroke: rgb(147 110 7 / 0.2) !important;
  }

  .lg\:stroke-brand-link\/25 {
    stroke: rgb(147 110 7 / 0.25) !important;
  }

  .lg\:stroke-brand-link\/30 {
    stroke: rgb(147 110 7 / 0.3) !important;
  }

  .lg\:stroke-brand-link\/35 {
    stroke: rgb(147 110 7 / 0.35) !important;
  }

  .lg\:stroke-brand-link\/40 {
    stroke: rgb(147 110 7 / 0.4) !important;
  }

  .lg\:stroke-brand-link\/45 {
    stroke: rgb(147 110 7 / 0.45) !important;
  }

  .lg\:stroke-brand-link\/5 {
    stroke: rgb(147 110 7 / 0.05) !important;
  }

  .lg\:stroke-brand-link\/50 {
    stroke: rgb(147 110 7 / 0.5) !important;
  }

  .lg\:stroke-brand-link\/55 {
    stroke: rgb(147 110 7 / 0.55) !important;
  }

  .lg\:stroke-brand-link\/60 {
    stroke: rgb(147 110 7 / 0.6) !important;
  }

  .lg\:stroke-brand-link\/65 {
    stroke: rgb(147 110 7 / 0.65) !important;
  }

  .lg\:stroke-brand-link\/70 {
    stroke: rgb(147 110 7 / 0.7) !important;
  }

  .lg\:stroke-brand-link\/75 {
    stroke: rgb(147 110 7 / 0.75) !important;
  }

  .lg\:stroke-brand-link\/80 {
    stroke: rgb(147 110 7 / 0.8) !important;
  }

  .lg\:stroke-brand-link\/85 {
    stroke: rgb(147 110 7 / 0.85) !important;
  }

  .lg\:stroke-brand-link\/90 {
    stroke: rgb(147 110 7 / 0.9) !important;
  }

  .lg\:stroke-brand-link\/95 {
    stroke: rgb(147 110 7 / 0.95) !important;
  }

  .lg\:stroke-brand-muted {
    stroke: #6C757D !important;
  }

  .lg\:stroke-brand-muted\/0 {
    stroke: rgb(108 117 125 / 0) !important;
  }

  .lg\:stroke-brand-muted\/10 {
    stroke: rgb(108 117 125 / 0.1) !important;
  }

  .lg\:stroke-brand-muted\/100 {
    stroke: rgb(108 117 125 / 1) !important;
  }

  .lg\:stroke-brand-muted\/15 {
    stroke: rgb(108 117 125 / 0.15) !important;
  }

  .lg\:stroke-brand-muted\/20 {
    stroke: rgb(108 117 125 / 0.2) !important;
  }

  .lg\:stroke-brand-muted\/25 {
    stroke: rgb(108 117 125 / 0.25) !important;
  }

  .lg\:stroke-brand-muted\/30 {
    stroke: rgb(108 117 125 / 0.3) !important;
  }

  .lg\:stroke-brand-muted\/35 {
    stroke: rgb(108 117 125 / 0.35) !important;
  }

  .lg\:stroke-brand-muted\/40 {
    stroke: rgb(108 117 125 / 0.4) !important;
  }

  .lg\:stroke-brand-muted\/45 {
    stroke: rgb(108 117 125 / 0.45) !important;
  }

  .lg\:stroke-brand-muted\/5 {
    stroke: rgb(108 117 125 / 0.05) !important;
  }

  .lg\:stroke-brand-muted\/50 {
    stroke: rgb(108 117 125 / 0.5) !important;
  }

  .lg\:stroke-brand-muted\/55 {
    stroke: rgb(108 117 125 / 0.55) !important;
  }

  .lg\:stroke-brand-muted\/60 {
    stroke: rgb(108 117 125 / 0.6) !important;
  }

  .lg\:stroke-brand-muted\/65 {
    stroke: rgb(108 117 125 / 0.65) !important;
  }

  .lg\:stroke-brand-muted\/70 {
    stroke: rgb(108 117 125 / 0.7) !important;
  }

  .lg\:stroke-brand-muted\/75 {
    stroke: rgb(108 117 125 / 0.75) !important;
  }

  .lg\:stroke-brand-muted\/80 {
    stroke: rgb(108 117 125 / 0.8) !important;
  }

  .lg\:stroke-brand-muted\/85 {
    stroke: rgb(108 117 125 / 0.85) !important;
  }

  .lg\:stroke-brand-muted\/90 {
    stroke: rgb(108 117 125 / 0.9) !important;
  }

  .lg\:stroke-brand-muted\/95 {
    stroke: rgb(108 117 125 / 0.95) !important;
  }

  .lg\:stroke-brand-primary {
    stroke: #F4B811 !important;
  }

  .lg\:stroke-brand-primary\/0 {
    stroke: rgb(244 184 17 / 0) !important;
  }

  .lg\:stroke-brand-primary\/10 {
    stroke: rgb(244 184 17 / 0.1) !important;
  }

  .lg\:stroke-brand-primary\/100 {
    stroke: rgb(244 184 17 / 1) !important;
  }

  .lg\:stroke-brand-primary\/15 {
    stroke: rgb(244 184 17 / 0.15) !important;
  }

  .lg\:stroke-brand-primary\/20 {
    stroke: rgb(244 184 17 / 0.2) !important;
  }

  .lg\:stroke-brand-primary\/25 {
    stroke: rgb(244 184 17 / 0.25) !important;
  }

  .lg\:stroke-brand-primary\/30 {
    stroke: rgb(244 184 17 / 0.3) !important;
  }

  .lg\:stroke-brand-primary\/35 {
    stroke: rgb(244 184 17 / 0.35) !important;
  }

  .lg\:stroke-brand-primary\/40 {
    stroke: rgb(244 184 17 / 0.4) !important;
  }

  .lg\:stroke-brand-primary\/45 {
    stroke: rgb(244 184 17 / 0.45) !important;
  }

  .lg\:stroke-brand-primary\/5 {
    stroke: rgb(244 184 17 / 0.05) !important;
  }

  .lg\:stroke-brand-primary\/50 {
    stroke: rgb(244 184 17 / 0.5) !important;
  }

  .lg\:stroke-brand-primary\/55 {
    stroke: rgb(244 184 17 / 0.55) !important;
  }

  .lg\:stroke-brand-primary\/60 {
    stroke: rgb(244 184 17 / 0.6) !important;
  }

  .lg\:stroke-brand-primary\/65 {
    stroke: rgb(244 184 17 / 0.65) !important;
  }

  .lg\:stroke-brand-primary\/70 {
    stroke: rgb(244 184 17 / 0.7) !important;
  }

  .lg\:stroke-brand-primary\/75 {
    stroke: rgb(244 184 17 / 0.75) !important;
  }

  .lg\:stroke-brand-primary\/80 {
    stroke: rgb(244 184 17 / 0.8) !important;
  }

  .lg\:stroke-brand-primary\/85 {
    stroke: rgb(244 184 17 / 0.85) !important;
  }

  .lg\:stroke-brand-primary\/90 {
    stroke: rgb(244 184 17 / 0.9) !important;
  }

  .lg\:stroke-brand-primary\/95 {
    stroke: rgb(244 184 17 / 0.95) !important;
  }

  .lg\:stroke-brand-secondary {
    stroke: #FFCC00 !important;
  }

  .lg\:stroke-brand-secondary\/0 {
    stroke: rgb(255 204 0 / 0) !important;
  }

  .lg\:stroke-brand-secondary\/10 {
    stroke: rgb(255 204 0 / 0.1) !important;
  }

  .lg\:stroke-brand-secondary\/100 {
    stroke: rgb(255 204 0 / 1) !important;
  }

  .lg\:stroke-brand-secondary\/15 {
    stroke: rgb(255 204 0 / 0.15) !important;
  }

  .lg\:stroke-brand-secondary\/20 {
    stroke: rgb(255 204 0 / 0.2) !important;
  }

  .lg\:stroke-brand-secondary\/25 {
    stroke: rgb(255 204 0 / 0.25) !important;
  }

  .lg\:stroke-brand-secondary\/30 {
    stroke: rgb(255 204 0 / 0.3) !important;
  }

  .lg\:stroke-brand-secondary\/35 {
    stroke: rgb(255 204 0 / 0.35) !important;
  }

  .lg\:stroke-brand-secondary\/40 {
    stroke: rgb(255 204 0 / 0.4) !important;
  }

  .lg\:stroke-brand-secondary\/45 {
    stroke: rgb(255 204 0 / 0.45) !important;
  }

  .lg\:stroke-brand-secondary\/5 {
    stroke: rgb(255 204 0 / 0.05) !important;
  }

  .lg\:stroke-brand-secondary\/50 {
    stroke: rgb(255 204 0 / 0.5) !important;
  }

  .lg\:stroke-brand-secondary\/55 {
    stroke: rgb(255 204 0 / 0.55) !important;
  }

  .lg\:stroke-brand-secondary\/60 {
    stroke: rgb(255 204 0 / 0.6) !important;
  }

  .lg\:stroke-brand-secondary\/65 {
    stroke: rgb(255 204 0 / 0.65) !important;
  }

  .lg\:stroke-brand-secondary\/70 {
    stroke: rgb(255 204 0 / 0.7) !important;
  }

  .lg\:stroke-brand-secondary\/75 {
    stroke: rgb(255 204 0 / 0.75) !important;
  }

  .lg\:stroke-brand-secondary\/80 {
    stroke: rgb(255 204 0 / 0.8) !important;
  }

  .lg\:stroke-brand-secondary\/85 {
    stroke: rgb(255 204 0 / 0.85) !important;
  }

  .lg\:stroke-brand-secondary\/90 {
    stroke: rgb(255 204 0 / 0.9) !important;
  }

  .lg\:stroke-brand-secondary\/95 {
    stroke: rgb(255 204 0 / 0.95) !important;
  }

  .lg\:stroke-earth {
    stroke: #782e01 !important;
  }

  .lg\:stroke-earth\/0 {
    stroke: rgb(120 46 1 / 0) !important;
  }

  .lg\:stroke-earth\/10 {
    stroke: rgb(120 46 1 / 0.1) !important;
  }

  .lg\:stroke-earth\/100 {
    stroke: rgb(120 46 1 / 1) !important;
  }

  .lg\:stroke-earth\/15 {
    stroke: rgb(120 46 1 / 0.15) !important;
  }

  .lg\:stroke-earth\/20 {
    stroke: rgb(120 46 1 / 0.2) !important;
  }

  .lg\:stroke-earth\/25 {
    stroke: rgb(120 46 1 / 0.25) !important;
  }

  .lg\:stroke-earth\/30 {
    stroke: rgb(120 46 1 / 0.3) !important;
  }

  .lg\:stroke-earth\/35 {
    stroke: rgb(120 46 1 / 0.35) !important;
  }

  .lg\:stroke-earth\/40 {
    stroke: rgb(120 46 1 / 0.4) !important;
  }

  .lg\:stroke-earth\/45 {
    stroke: rgb(120 46 1 / 0.45) !important;
  }

  .lg\:stroke-earth\/5 {
    stroke: rgb(120 46 1 / 0.05) !important;
  }

  .lg\:stroke-earth\/50 {
    stroke: rgb(120 46 1 / 0.5) !important;
  }

  .lg\:stroke-earth\/55 {
    stroke: rgb(120 46 1 / 0.55) !important;
  }

  .lg\:stroke-earth\/60 {
    stroke: rgb(120 46 1 / 0.6) !important;
  }

  .lg\:stroke-earth\/65 {
    stroke: rgb(120 46 1 / 0.65) !important;
  }

  .lg\:stroke-earth\/70 {
    stroke: rgb(120 46 1 / 0.7) !important;
  }

  .lg\:stroke-earth\/75 {
    stroke: rgb(120 46 1 / 0.75) !important;
  }

  .lg\:stroke-earth\/80 {
    stroke: rgb(120 46 1 / 0.8) !important;
  }

  .lg\:stroke-earth\/85 {
    stroke: rgb(120 46 1 / 0.85) !important;
  }

  .lg\:stroke-earth\/90 {
    stroke: rgb(120 46 1 / 0.9) !important;
  }

  .lg\:stroke-earth\/95 {
    stroke: rgb(120 46 1 / 0.95) !important;
  }

  .lg\:stroke-harvest {
    stroke: #d78131 !important;
  }

  .lg\:stroke-harvest\/0 {
    stroke: rgb(215 129 49 / 0) !important;
  }

  .lg\:stroke-harvest\/10 {
    stroke: rgb(215 129 49 / 0.1) !important;
  }

  .lg\:stroke-harvest\/100 {
    stroke: rgb(215 129 49 / 1) !important;
  }

  .lg\:stroke-harvest\/15 {
    stroke: rgb(215 129 49 / 0.15) !important;
  }

  .lg\:stroke-harvest\/20 {
    stroke: rgb(215 129 49 / 0.2) !important;
  }

  .lg\:stroke-harvest\/25 {
    stroke: rgb(215 129 49 / 0.25) !important;
  }

  .lg\:stroke-harvest\/30 {
    stroke: rgb(215 129 49 / 0.3) !important;
  }

  .lg\:stroke-harvest\/35 {
    stroke: rgb(215 129 49 / 0.35) !important;
  }

  .lg\:stroke-harvest\/40 {
    stroke: rgb(215 129 49 / 0.4) !important;
  }

  .lg\:stroke-harvest\/45 {
    stroke: rgb(215 129 49 / 0.45) !important;
  }

  .lg\:stroke-harvest\/5 {
    stroke: rgb(215 129 49 / 0.05) !important;
  }

  .lg\:stroke-harvest\/50 {
    stroke: rgb(215 129 49 / 0.5) !important;
  }

  .lg\:stroke-harvest\/55 {
    stroke: rgb(215 129 49 / 0.55) !important;
  }

  .lg\:stroke-harvest\/60 {
    stroke: rgb(215 129 49 / 0.6) !important;
  }

  .lg\:stroke-harvest\/65 {
    stroke: rgb(215 129 49 / 0.65) !important;
  }

  .lg\:stroke-harvest\/70 {
    stroke: rgb(215 129 49 / 0.7) !important;
  }

  .lg\:stroke-harvest\/75 {
    stroke: rgb(215 129 49 / 0.75) !important;
  }

  .lg\:stroke-harvest\/80 {
    stroke: rgb(215 129 49 / 0.8) !important;
  }

  .lg\:stroke-harvest\/85 {
    stroke: rgb(215 129 49 / 0.85) !important;
  }

  .lg\:stroke-harvest\/90 {
    stroke: rgb(215 129 49 / 0.9) !important;
  }

  .lg\:stroke-harvest\/95 {
    stroke: rgb(215 129 49 / 0.95) !important;
  }

  .lg\:stroke-sprout {
    stroke: #c4d148 !important;
  }

  .lg\:stroke-sprout\/0 {
    stroke: rgb(196 209 72 / 0) !important;
  }

  .lg\:stroke-sprout\/10 {
    stroke: rgb(196 209 72 / 0.1) !important;
  }

  .lg\:stroke-sprout\/100 {
    stroke: rgb(196 209 72 / 1) !important;
  }

  .lg\:stroke-sprout\/15 {
    stroke: rgb(196 209 72 / 0.15) !important;
  }

  .lg\:stroke-sprout\/20 {
    stroke: rgb(196 209 72 / 0.2) !important;
  }

  .lg\:stroke-sprout\/25 {
    stroke: rgb(196 209 72 / 0.25) !important;
  }

  .lg\:stroke-sprout\/30 {
    stroke: rgb(196 209 72 / 0.3) !important;
  }

  .lg\:stroke-sprout\/35 {
    stroke: rgb(196 209 72 / 0.35) !important;
  }

  .lg\:stroke-sprout\/40 {
    stroke: rgb(196 209 72 / 0.4) !important;
  }

  .lg\:stroke-sprout\/45 {
    stroke: rgb(196 209 72 / 0.45) !important;
  }

  .lg\:stroke-sprout\/5 {
    stroke: rgb(196 209 72 / 0.05) !important;
  }

  .lg\:stroke-sprout\/50 {
    stroke: rgb(196 209 72 / 0.5) !important;
  }

  .lg\:stroke-sprout\/55 {
    stroke: rgb(196 209 72 / 0.55) !important;
  }

  .lg\:stroke-sprout\/60 {
    stroke: rgb(196 209 72 / 0.6) !important;
  }

  .lg\:stroke-sprout\/65 {
    stroke: rgb(196 209 72 / 0.65) !important;
  }

  .lg\:stroke-sprout\/70 {
    stroke: rgb(196 209 72 / 0.7) !important;
  }

  .lg\:stroke-sprout\/75 {
    stroke: rgb(196 209 72 / 0.75) !important;
  }

  .lg\:stroke-sprout\/80 {
    stroke: rgb(196 209 72 / 0.8) !important;
  }

  .lg\:stroke-sprout\/85 {
    stroke: rgb(196 209 72 / 0.85) !important;
  }

  .lg\:stroke-sprout\/90 {
    stroke: rgb(196 209 72 / 0.9) !important;
  }

  .lg\:stroke-sprout\/95 {
    stroke: rgb(196 209 72 / 0.95) !important;
  }

  .lg\:stroke-yellow-100 {
    stroke: #fef9c3 !important;
  }

  .lg\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0) !important;
  }

  .lg\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1) !important;
  }

  .lg\:stroke-yellow-100\/15 {
    stroke: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:stroke-yellow-100\/35 {
    stroke: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:stroke-yellow-100\/55 {
    stroke: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:stroke-yellow-100\/85 {
    stroke: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:stroke-yellow-200 {
    stroke: #fef08a !important;
  }

  .lg\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0) !important;
  }

  .lg\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1) !important;
  }

  .lg\:stroke-yellow-200\/15 {
    stroke: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:stroke-yellow-200\/35 {
    stroke: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:stroke-yellow-200\/55 {
    stroke: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:stroke-yellow-200\/85 {
    stroke: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:stroke-yellow-400 {
    stroke: #facc15 !important;
  }

  .lg\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0) !important;
  }

  .lg\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1) !important;
  }

  .lg\:stroke-yellow-400\/15 {
    stroke: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:stroke-yellow-400\/35 {
    stroke: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:stroke-yellow-400\/55 {
    stroke: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:stroke-yellow-400\/85 {
    stroke: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:stroke-yellow-800 {
    stroke: #854d0e !important;
  }

  .lg\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0) !important;
  }

  .lg\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1) !important;
  }

  .lg\:stroke-yellow-800\/15 {
    stroke: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:stroke-yellow-800\/35 {
    stroke: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:stroke-yellow-800\/55 {
    stroke: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:stroke-yellow-800\/85 {
    stroke: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:p-0 {
    padding: 0px !important;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:p-1 {
    padding: 0.25rem !important;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-11 {
    padding: 2.75rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-14 {
    padding: 3.5rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-28 {
    padding: 7rem !important;
  }

  .lg\:p-3 {
    padding: 0.75rem !important;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-36 {
    padding: 9rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-40 {
    padding: 10rem !important;
  }

  .lg\:p-44 {
    padding: 11rem !important;
  }

  .lg\:p-48 {
    padding: 12rem !important;
  }

  .lg\:p-5 {
    padding: 1.25rem !important;
  }

  .lg\:p-52 {
    padding: 13rem !important;
  }

  .lg\:p-56 {
    padding: 14rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-60 {
    padding: 15rem !important;
  }

  .lg\:p-64 {
    padding: 16rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-80 {
    padding: 20rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .lg\:pl-0 {
    padding-left: 0px !important;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pl-36 {
    padding-left: 9rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:pl-44 {
    padding-left: 11rem !important;
  }

  .lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pl-52 {
    padding-left: 13rem !important;
  }

  .lg\:pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pl-60 {
    padding-left: 15rem !important;
  }

  .lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pl-80 {
    padding-left: 20rem !important;
  }

  .lg\:pr-0 {
    padding-right: 0px !important;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pr-36 {
    padding-right: 9rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:pr-44 {
    padding-right: 11rem !important;
  }

  .lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pr-52 {
    padding-right: 13rem !important;
  }

  .lg\:pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pr-60 {
    padding-right: 15rem !important;
  }

  .lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pr-80 {
    padding-right: 20rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:pt-44 {
    padding-top: 11rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pt-52 {
    padding-top: 13rem !important;
  }

  .lg\:pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pt-60 {
    padding-top: 15rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pt-80 {
    padding-top: 20rem !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .lg\:text-brand-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(46 39 20 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-dark\/0 {
    color: rgb(46 39 20 / 0) !important;
  }

  .lg\:text-brand-dark\/10 {
    color: rgb(46 39 20 / 0.1) !important;
  }

  .lg\:text-brand-dark\/100 {
    color: rgb(46 39 20 / 1) !important;
  }

  .lg\:text-brand-dark\/15 {
    color: rgb(46 39 20 / 0.15) !important;
  }

  .lg\:text-brand-dark\/20 {
    color: rgb(46 39 20 / 0.2) !important;
  }

  .lg\:text-brand-dark\/25 {
    color: rgb(46 39 20 / 0.25) !important;
  }

  .lg\:text-brand-dark\/30 {
    color: rgb(46 39 20 / 0.3) !important;
  }

  .lg\:text-brand-dark\/35 {
    color: rgb(46 39 20 / 0.35) !important;
  }

  .lg\:text-brand-dark\/40 {
    color: rgb(46 39 20 / 0.4) !important;
  }

  .lg\:text-brand-dark\/45 {
    color: rgb(46 39 20 / 0.45) !important;
  }

  .lg\:text-brand-dark\/5 {
    color: rgb(46 39 20 / 0.05) !important;
  }

  .lg\:text-brand-dark\/50 {
    color: rgb(46 39 20 / 0.5) !important;
  }

  .lg\:text-brand-dark\/55 {
    color: rgb(46 39 20 / 0.55) !important;
  }

  .lg\:text-brand-dark\/60 {
    color: rgb(46 39 20 / 0.6) !important;
  }

  .lg\:text-brand-dark\/65 {
    color: rgb(46 39 20 / 0.65) !important;
  }

  .lg\:text-brand-dark\/70 {
    color: rgb(46 39 20 / 0.7) !important;
  }

  .lg\:text-brand-dark\/75 {
    color: rgb(46 39 20 / 0.75) !important;
  }

  .lg\:text-brand-dark\/80 {
    color: rgb(46 39 20 / 0.8) !important;
  }

  .lg\:text-brand-dark\/85 {
    color: rgb(46 39 20 / 0.85) !important;
  }

  .lg\:text-brand-dark\/90 {
    color: rgb(46 39 20 / 0.9) !important;
  }

  .lg\:text-brand-dark\/95 {
    color: rgb(46 39 20 / 0.95) !important;
  }

  .lg\:text-brand-ink {
    --tw-text-opacity: 1 !important;
    color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-ink\/0 {
    color: rgb(33 37 41 / 0) !important;
  }

  .lg\:text-brand-ink\/10 {
    color: rgb(33 37 41 / 0.1) !important;
  }

  .lg\:text-brand-ink\/100 {
    color: rgb(33 37 41 / 1) !important;
  }

  .lg\:text-brand-ink\/15 {
    color: rgb(33 37 41 / 0.15) !important;
  }

  .lg\:text-brand-ink\/20 {
    color: rgb(33 37 41 / 0.2) !important;
  }

  .lg\:text-brand-ink\/25 {
    color: rgb(33 37 41 / 0.25) !important;
  }

  .lg\:text-brand-ink\/30 {
    color: rgb(33 37 41 / 0.3) !important;
  }

  .lg\:text-brand-ink\/35 {
    color: rgb(33 37 41 / 0.35) !important;
  }

  .lg\:text-brand-ink\/40 {
    color: rgb(33 37 41 / 0.4) !important;
  }

  .lg\:text-brand-ink\/45 {
    color: rgb(33 37 41 / 0.45) !important;
  }

  .lg\:text-brand-ink\/5 {
    color: rgb(33 37 41 / 0.05) !important;
  }

  .lg\:text-brand-ink\/50 {
    color: rgb(33 37 41 / 0.5) !important;
  }

  .lg\:text-brand-ink\/55 {
    color: rgb(33 37 41 / 0.55) !important;
  }

  .lg\:text-brand-ink\/60 {
    color: rgb(33 37 41 / 0.6) !important;
  }

  .lg\:text-brand-ink\/65 {
    color: rgb(33 37 41 / 0.65) !important;
  }

  .lg\:text-brand-ink\/70 {
    color: rgb(33 37 41 / 0.7) !important;
  }

  .lg\:text-brand-ink\/75 {
    color: rgb(33 37 41 / 0.75) !important;
  }

  .lg\:text-brand-ink\/80 {
    color: rgb(33 37 41 / 0.8) !important;
  }

  .lg\:text-brand-ink\/85 {
    color: rgb(33 37 41 / 0.85) !important;
  }

  .lg\:text-brand-ink\/90 {
    color: rgb(33 37 41 / 0.9) !important;
  }

  .lg\:text-brand-ink\/95 {
    color: rgb(33 37 41 / 0.95) !important;
  }

  .lg\:text-brand-light {
    --tw-text-opacity: 1 !important;
    color: rgb(245 244 240 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-light\/0 {
    color: rgb(245 244 240 / 0) !important;
  }

  .lg\:text-brand-light\/10 {
    color: rgb(245 244 240 / 0.1) !important;
  }

  .lg\:text-brand-light\/100 {
    color: rgb(245 244 240 / 1) !important;
  }

  .lg\:text-brand-light\/15 {
    color: rgb(245 244 240 / 0.15) !important;
  }

  .lg\:text-brand-light\/20 {
    color: rgb(245 244 240 / 0.2) !important;
  }

  .lg\:text-brand-light\/25 {
    color: rgb(245 244 240 / 0.25) !important;
  }

  .lg\:text-brand-light\/30 {
    color: rgb(245 244 240 / 0.3) !important;
  }

  .lg\:text-brand-light\/35 {
    color: rgb(245 244 240 / 0.35) !important;
  }

  .lg\:text-brand-light\/40 {
    color: rgb(245 244 240 / 0.4) !important;
  }

  .lg\:text-brand-light\/45 {
    color: rgb(245 244 240 / 0.45) !important;
  }

  .lg\:text-brand-light\/5 {
    color: rgb(245 244 240 / 0.05) !important;
  }

  .lg\:text-brand-light\/50 {
    color: rgb(245 244 240 / 0.5) !important;
  }

  .lg\:text-brand-light\/55 {
    color: rgb(245 244 240 / 0.55) !important;
  }

  .lg\:text-brand-light\/60 {
    color: rgb(245 244 240 / 0.6) !important;
  }

  .lg\:text-brand-light\/65 {
    color: rgb(245 244 240 / 0.65) !important;
  }

  .lg\:text-brand-light\/70 {
    color: rgb(245 244 240 / 0.7) !important;
  }

  .lg\:text-brand-light\/75 {
    color: rgb(245 244 240 / 0.75) !important;
  }

  .lg\:text-brand-light\/80 {
    color: rgb(245 244 240 / 0.8) !important;
  }

  .lg\:text-brand-light\/85 {
    color: rgb(245 244 240 / 0.85) !important;
  }

  .lg\:text-brand-light\/90 {
    color: rgb(245 244 240 / 0.9) !important;
  }

  .lg\:text-brand-light\/95 {
    color: rgb(245 244 240 / 0.95) !important;
  }

  .lg\:text-brand-link {
    --tw-text-opacity: 1 !important;
    color: rgb(147 110 7 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-link-hover {
    --tw-text-opacity: 1 !important;
    color: rgb(74 55 3 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-link-hover\/0 {
    color: rgb(74 55 3 / 0) !important;
  }

  .lg\:text-brand-link-hover\/10 {
    color: rgb(74 55 3 / 0.1) !important;
  }

  .lg\:text-brand-link-hover\/100 {
    color: rgb(74 55 3 / 1) !important;
  }

  .lg\:text-brand-link-hover\/15 {
    color: rgb(74 55 3 / 0.15) !important;
  }

  .lg\:text-brand-link-hover\/20 {
    color: rgb(74 55 3 / 0.2) !important;
  }

  .lg\:text-brand-link-hover\/25 {
    color: rgb(74 55 3 / 0.25) !important;
  }

  .lg\:text-brand-link-hover\/30 {
    color: rgb(74 55 3 / 0.3) !important;
  }

  .lg\:text-brand-link-hover\/35 {
    color: rgb(74 55 3 / 0.35) !important;
  }

  .lg\:text-brand-link-hover\/40 {
    color: rgb(74 55 3 / 0.4) !important;
  }

  .lg\:text-brand-link-hover\/45 {
    color: rgb(74 55 3 / 0.45) !important;
  }

  .lg\:text-brand-link-hover\/5 {
    color: rgb(74 55 3 / 0.05) !important;
  }

  .lg\:text-brand-link-hover\/50 {
    color: rgb(74 55 3 / 0.5) !important;
  }

  .lg\:text-brand-link-hover\/55 {
    color: rgb(74 55 3 / 0.55) !important;
  }

  .lg\:text-brand-link-hover\/60 {
    color: rgb(74 55 3 / 0.6) !important;
  }

  .lg\:text-brand-link-hover\/65 {
    color: rgb(74 55 3 / 0.65) !important;
  }

  .lg\:text-brand-link-hover\/70 {
    color: rgb(74 55 3 / 0.7) !important;
  }

  .lg\:text-brand-link-hover\/75 {
    color: rgb(74 55 3 / 0.75) !important;
  }

  .lg\:text-brand-link-hover\/80 {
    color: rgb(74 55 3 / 0.8) !important;
  }

  .lg\:text-brand-link-hover\/85 {
    color: rgb(74 55 3 / 0.85) !important;
  }

  .lg\:text-brand-link-hover\/90 {
    color: rgb(74 55 3 / 0.9) !important;
  }

  .lg\:text-brand-link-hover\/95 {
    color: rgb(74 55 3 / 0.95) !important;
  }

  .lg\:text-brand-link\/0 {
    color: rgb(147 110 7 / 0) !important;
  }

  .lg\:text-brand-link\/10 {
    color: rgb(147 110 7 / 0.1) !important;
  }

  .lg\:text-brand-link\/100 {
    color: rgb(147 110 7 / 1) !important;
  }

  .lg\:text-brand-link\/15 {
    color: rgb(147 110 7 / 0.15) !important;
  }

  .lg\:text-brand-link\/20 {
    color: rgb(147 110 7 / 0.2) !important;
  }

  .lg\:text-brand-link\/25 {
    color: rgb(147 110 7 / 0.25) !important;
  }

  .lg\:text-brand-link\/30 {
    color: rgb(147 110 7 / 0.3) !important;
  }

  .lg\:text-brand-link\/35 {
    color: rgb(147 110 7 / 0.35) !important;
  }

  .lg\:text-brand-link\/40 {
    color: rgb(147 110 7 / 0.4) !important;
  }

  .lg\:text-brand-link\/45 {
    color: rgb(147 110 7 / 0.45) !important;
  }

  .lg\:text-brand-link\/5 {
    color: rgb(147 110 7 / 0.05) !important;
  }

  .lg\:text-brand-link\/50 {
    color: rgb(147 110 7 / 0.5) !important;
  }

  .lg\:text-brand-link\/55 {
    color: rgb(147 110 7 / 0.55) !important;
  }

  .lg\:text-brand-link\/60 {
    color: rgb(147 110 7 / 0.6) !important;
  }

  .lg\:text-brand-link\/65 {
    color: rgb(147 110 7 / 0.65) !important;
  }

  .lg\:text-brand-link\/70 {
    color: rgb(147 110 7 / 0.7) !important;
  }

  .lg\:text-brand-link\/75 {
    color: rgb(147 110 7 / 0.75) !important;
  }

  .lg\:text-brand-link\/80 {
    color: rgb(147 110 7 / 0.8) !important;
  }

  .lg\:text-brand-link\/85 {
    color: rgb(147 110 7 / 0.85) !important;
  }

  .lg\:text-brand-link\/90 {
    color: rgb(147 110 7 / 0.9) !important;
  }

  .lg\:text-brand-link\/95 {
    color: rgb(147 110 7 / 0.95) !important;
  }

  .lg\:text-brand-muted {
    --tw-text-opacity: 1 !important;
    color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-muted\/0 {
    color: rgb(108 117 125 / 0) !important;
  }

  .lg\:text-brand-muted\/10 {
    color: rgb(108 117 125 / 0.1) !important;
  }

  .lg\:text-brand-muted\/100 {
    color: rgb(108 117 125 / 1) !important;
  }

  .lg\:text-brand-muted\/15 {
    color: rgb(108 117 125 / 0.15) !important;
  }

  .lg\:text-brand-muted\/20 {
    color: rgb(108 117 125 / 0.2) !important;
  }

  .lg\:text-brand-muted\/25 {
    color: rgb(108 117 125 / 0.25) !important;
  }

  .lg\:text-brand-muted\/30 {
    color: rgb(108 117 125 / 0.3) !important;
  }

  .lg\:text-brand-muted\/35 {
    color: rgb(108 117 125 / 0.35) !important;
  }

  .lg\:text-brand-muted\/40 {
    color: rgb(108 117 125 / 0.4) !important;
  }

  .lg\:text-brand-muted\/45 {
    color: rgb(108 117 125 / 0.45) !important;
  }

  .lg\:text-brand-muted\/5 {
    color: rgb(108 117 125 / 0.05) !important;
  }

  .lg\:text-brand-muted\/50 {
    color: rgb(108 117 125 / 0.5) !important;
  }

  .lg\:text-brand-muted\/55 {
    color: rgb(108 117 125 / 0.55) !important;
  }

  .lg\:text-brand-muted\/60 {
    color: rgb(108 117 125 / 0.6) !important;
  }

  .lg\:text-brand-muted\/65 {
    color: rgb(108 117 125 / 0.65) !important;
  }

  .lg\:text-brand-muted\/70 {
    color: rgb(108 117 125 / 0.7) !important;
  }

  .lg\:text-brand-muted\/75 {
    color: rgb(108 117 125 / 0.75) !important;
  }

  .lg\:text-brand-muted\/80 {
    color: rgb(108 117 125 / 0.8) !important;
  }

  .lg\:text-brand-muted\/85 {
    color: rgb(108 117 125 / 0.85) !important;
  }

  .lg\:text-brand-muted\/90 {
    color: rgb(108 117 125 / 0.9) !important;
  }

  .lg\:text-brand-muted\/95 {
    color: rgb(108 117 125 / 0.95) !important;
  }

  .lg\:text-brand-primary {
    --tw-text-opacity: 1 !important;
    color: rgb(244 184 17 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-primary\/0 {
    color: rgb(244 184 17 / 0) !important;
  }

  .lg\:text-brand-primary\/10 {
    color: rgb(244 184 17 / 0.1) !important;
  }

  .lg\:text-brand-primary\/100 {
    color: rgb(244 184 17 / 1) !important;
  }

  .lg\:text-brand-primary\/15 {
    color: rgb(244 184 17 / 0.15) !important;
  }

  .lg\:text-brand-primary\/20 {
    color: rgb(244 184 17 / 0.2) !important;
  }

  .lg\:text-brand-primary\/25 {
    color: rgb(244 184 17 / 0.25) !important;
  }

  .lg\:text-brand-primary\/30 {
    color: rgb(244 184 17 / 0.3) !important;
  }

  .lg\:text-brand-primary\/35 {
    color: rgb(244 184 17 / 0.35) !important;
  }

  .lg\:text-brand-primary\/40 {
    color: rgb(244 184 17 / 0.4) !important;
  }

  .lg\:text-brand-primary\/45 {
    color: rgb(244 184 17 / 0.45) !important;
  }

  .lg\:text-brand-primary\/5 {
    color: rgb(244 184 17 / 0.05) !important;
  }

  .lg\:text-brand-primary\/50 {
    color: rgb(244 184 17 / 0.5) !important;
  }

  .lg\:text-brand-primary\/55 {
    color: rgb(244 184 17 / 0.55) !important;
  }

  .lg\:text-brand-primary\/60 {
    color: rgb(244 184 17 / 0.6) !important;
  }

  .lg\:text-brand-primary\/65 {
    color: rgb(244 184 17 / 0.65) !important;
  }

  .lg\:text-brand-primary\/70 {
    color: rgb(244 184 17 / 0.7) !important;
  }

  .lg\:text-brand-primary\/75 {
    color: rgb(244 184 17 / 0.75) !important;
  }

  .lg\:text-brand-primary\/80 {
    color: rgb(244 184 17 / 0.8) !important;
  }

  .lg\:text-brand-primary\/85 {
    color: rgb(244 184 17 / 0.85) !important;
  }

  .lg\:text-brand-primary\/90 {
    color: rgb(244 184 17 / 0.9) !important;
  }

  .lg\:text-brand-primary\/95 {
    color: rgb(244 184 17 / 0.95) !important;
  }

  .lg\:text-brand-secondary {
    --tw-text-opacity: 1 !important;
    color: rgb(255 204 0 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-brand-secondary\/0 {
    color: rgb(255 204 0 / 0) !important;
  }

  .lg\:text-brand-secondary\/10 {
    color: rgb(255 204 0 / 0.1) !important;
  }

  .lg\:text-brand-secondary\/100 {
    color: rgb(255 204 0 / 1) !important;
  }

  .lg\:text-brand-secondary\/15 {
    color: rgb(255 204 0 / 0.15) !important;
  }

  .lg\:text-brand-secondary\/20 {
    color: rgb(255 204 0 / 0.2) !important;
  }

  .lg\:text-brand-secondary\/25 {
    color: rgb(255 204 0 / 0.25) !important;
  }

  .lg\:text-brand-secondary\/30 {
    color: rgb(255 204 0 / 0.3) !important;
  }

  .lg\:text-brand-secondary\/35 {
    color: rgb(255 204 0 / 0.35) !important;
  }

  .lg\:text-brand-secondary\/40 {
    color: rgb(255 204 0 / 0.4) !important;
  }

  .lg\:text-brand-secondary\/45 {
    color: rgb(255 204 0 / 0.45) !important;
  }

  .lg\:text-brand-secondary\/5 {
    color: rgb(255 204 0 / 0.05) !important;
  }

  .lg\:text-brand-secondary\/50 {
    color: rgb(255 204 0 / 0.5) !important;
  }

  .lg\:text-brand-secondary\/55 {
    color: rgb(255 204 0 / 0.55) !important;
  }

  .lg\:text-brand-secondary\/60 {
    color: rgb(255 204 0 / 0.6) !important;
  }

  .lg\:text-brand-secondary\/65 {
    color: rgb(255 204 0 / 0.65) !important;
  }

  .lg\:text-brand-secondary\/70 {
    color: rgb(255 204 0 / 0.7) !important;
  }

  .lg\:text-brand-secondary\/75 {
    color: rgb(255 204 0 / 0.75) !important;
  }

  .lg\:text-brand-secondary\/80 {
    color: rgb(255 204 0 / 0.8) !important;
  }

  .lg\:text-brand-secondary\/85 {
    color: rgb(255 204 0 / 0.85) !important;
  }

  .lg\:text-brand-secondary\/90 {
    color: rgb(255 204 0 / 0.9) !important;
  }

  .lg\:text-brand-secondary\/95 {
    color: rgb(255 204 0 / 0.95) !important;
  }

  .lg\:text-earth {
    --tw-text-opacity: 1 !important;
    color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-earth\/0 {
    color: rgb(120 46 1 / 0) !important;
  }

  .lg\:text-earth\/10 {
    color: rgb(120 46 1 / 0.1) !important;
  }

  .lg\:text-earth\/100 {
    color: rgb(120 46 1 / 1) !important;
  }

  .lg\:text-earth\/15 {
    color: rgb(120 46 1 / 0.15) !important;
  }

  .lg\:text-earth\/20 {
    color: rgb(120 46 1 / 0.2) !important;
  }

  .lg\:text-earth\/25 {
    color: rgb(120 46 1 / 0.25) !important;
  }

  .lg\:text-earth\/30 {
    color: rgb(120 46 1 / 0.3) !important;
  }

  .lg\:text-earth\/35 {
    color: rgb(120 46 1 / 0.35) !important;
  }

  .lg\:text-earth\/40 {
    color: rgb(120 46 1 / 0.4) !important;
  }

  .lg\:text-earth\/45 {
    color: rgb(120 46 1 / 0.45) !important;
  }

  .lg\:text-earth\/5 {
    color: rgb(120 46 1 / 0.05) !important;
  }

  .lg\:text-earth\/50 {
    color: rgb(120 46 1 / 0.5) !important;
  }

  .lg\:text-earth\/55 {
    color: rgb(120 46 1 / 0.55) !important;
  }

  .lg\:text-earth\/60 {
    color: rgb(120 46 1 / 0.6) !important;
  }

  .lg\:text-earth\/65 {
    color: rgb(120 46 1 / 0.65) !important;
  }

  .lg\:text-earth\/70 {
    color: rgb(120 46 1 / 0.7) !important;
  }

  .lg\:text-earth\/75 {
    color: rgb(120 46 1 / 0.75) !important;
  }

  .lg\:text-earth\/80 {
    color: rgb(120 46 1 / 0.8) !important;
  }

  .lg\:text-earth\/85 {
    color: rgb(120 46 1 / 0.85) !important;
  }

  .lg\:text-earth\/90 {
    color: rgb(120 46 1 / 0.9) !important;
  }

  .lg\:text-earth\/95 {
    color: rgb(120 46 1 / 0.95) !important;
  }

  .lg\:text-harvest {
    --tw-text-opacity: 1 !important;
    color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-harvest\/0 {
    color: rgb(215 129 49 / 0) !important;
  }

  .lg\:text-harvest\/10 {
    color: rgb(215 129 49 / 0.1) !important;
  }

  .lg\:text-harvest\/100 {
    color: rgb(215 129 49 / 1) !important;
  }

  .lg\:text-harvest\/15 {
    color: rgb(215 129 49 / 0.15) !important;
  }

  .lg\:text-harvest\/20 {
    color: rgb(215 129 49 / 0.2) !important;
  }

  .lg\:text-harvest\/25 {
    color: rgb(215 129 49 / 0.25) !important;
  }

  .lg\:text-harvest\/30 {
    color: rgb(215 129 49 / 0.3) !important;
  }

  .lg\:text-harvest\/35 {
    color: rgb(215 129 49 / 0.35) !important;
  }

  .lg\:text-harvest\/40 {
    color: rgb(215 129 49 / 0.4) !important;
  }

  .lg\:text-harvest\/45 {
    color: rgb(215 129 49 / 0.45) !important;
  }

  .lg\:text-harvest\/5 {
    color: rgb(215 129 49 / 0.05) !important;
  }

  .lg\:text-harvest\/50 {
    color: rgb(215 129 49 / 0.5) !important;
  }

  .lg\:text-harvest\/55 {
    color: rgb(215 129 49 / 0.55) !important;
  }

  .lg\:text-harvest\/60 {
    color: rgb(215 129 49 / 0.6) !important;
  }

  .lg\:text-harvest\/65 {
    color: rgb(215 129 49 / 0.65) !important;
  }

  .lg\:text-harvest\/70 {
    color: rgb(215 129 49 / 0.7) !important;
  }

  .lg\:text-harvest\/75 {
    color: rgb(215 129 49 / 0.75) !important;
  }

  .lg\:text-harvest\/80 {
    color: rgb(215 129 49 / 0.8) !important;
  }

  .lg\:text-harvest\/85 {
    color: rgb(215 129 49 / 0.85) !important;
  }

  .lg\:text-harvest\/90 {
    color: rgb(215 129 49 / 0.9) !important;
  }

  .lg\:text-harvest\/95 {
    color: rgb(215 129 49 / 0.95) !important;
  }

  .lg\:text-sprout {
    --tw-text-opacity: 1 !important;
    color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-sprout\/0 {
    color: rgb(196 209 72 / 0) !important;
  }

  .lg\:text-sprout\/10 {
    color: rgb(196 209 72 / 0.1) !important;
  }

  .lg\:text-sprout\/100 {
    color: rgb(196 209 72 / 1) !important;
  }

  .lg\:text-sprout\/15 {
    color: rgb(196 209 72 / 0.15) !important;
  }

  .lg\:text-sprout\/20 {
    color: rgb(196 209 72 / 0.2) !important;
  }

  .lg\:text-sprout\/25 {
    color: rgb(196 209 72 / 0.25) !important;
  }

  .lg\:text-sprout\/30 {
    color: rgb(196 209 72 / 0.3) !important;
  }

  .lg\:text-sprout\/35 {
    color: rgb(196 209 72 / 0.35) !important;
  }

  .lg\:text-sprout\/40 {
    color: rgb(196 209 72 / 0.4) !important;
  }

  .lg\:text-sprout\/45 {
    color: rgb(196 209 72 / 0.45) !important;
  }

  .lg\:text-sprout\/5 {
    color: rgb(196 209 72 / 0.05) !important;
  }

  .lg\:text-sprout\/50 {
    color: rgb(196 209 72 / 0.5) !important;
  }

  .lg\:text-sprout\/55 {
    color: rgb(196 209 72 / 0.55) !important;
  }

  .lg\:text-sprout\/60 {
    color: rgb(196 209 72 / 0.6) !important;
  }

  .lg\:text-sprout\/65 {
    color: rgb(196 209 72 / 0.65) !important;
  }

  .lg\:text-sprout\/70 {
    color: rgb(196 209 72 / 0.7) !important;
  }

  .lg\:text-sprout\/75 {
    color: rgb(196 209 72 / 0.75) !important;
  }

  .lg\:text-sprout\/80 {
    color: rgb(196 209 72 / 0.8) !important;
  }

  .lg\:text-sprout\/85 {
    color: rgb(196 209 72 / 0.85) !important;
  }

  .lg\:text-sprout\/90 {
    color: rgb(196 209 72 / 0.9) !important;
  }

  .lg\:text-sprout\/95 {
    color: rgb(196 209 72 / 0.95) !important;
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0) !important;
  }

  .lg\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1) !important;
  }

  .lg\:text-yellow-100\/15 {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:text-yellow-100\/35 {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:text-yellow-100\/55 {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:text-yellow-100\/85 {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0) !important;
  }

  .lg\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1) !important;
  }

  .lg\:text-yellow-200\/15 {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:text-yellow-200\/35 {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:text-yellow-200\/55 {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:text-yellow-200\/85 {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0) !important;
  }

  .lg\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1) !important;
  }

  .lg\:text-yellow-400\/15 {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:text-yellow-400\/35 {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:text-yellow-400\/55 {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:text-yellow-400\/85 {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0) !important;
  }

  .lg\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1) !important;
  }

  .lg\:text-yellow-800\/15 {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:text-yellow-800\/35 {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:text-yellow-800\/55 {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:text-yellow-800\/85 {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:decoration-yellow-100 {
    text-decoration-color: #fef9c3 !important;
  }

  .lg\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:decoration-yellow-100\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:decoration-yellow-100\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:decoration-yellow-100\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:decoration-yellow-100\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:decoration-yellow-200 {
    text-decoration-color: #fef08a !important;
  }

  .lg\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:decoration-yellow-200\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:decoration-yellow-200\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:decoration-yellow-200\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:decoration-yellow-200\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:decoration-yellow-400 {
    text-decoration-color: #facc15 !important;
  }

  .lg\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:decoration-yellow-400\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:decoration-yellow-400\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:decoration-yellow-400\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:decoration-yellow-400\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:decoration-yellow-800 {
    text-decoration-color: #854d0e !important;
  }

  .lg\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:decoration-yellow-800\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:decoration-yellow-800\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:decoration-yellow-800\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:decoration-yellow-800\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .lg\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .lg\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .lg\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .lg\:placeholder-yellow-100\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:placeholder-yellow-100\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:placeholder-yellow-100\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:placeholder-yellow-100\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:placeholder-yellow-100\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:placeholder-yellow-100\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .lg\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .lg\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .lg\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .lg\:placeholder-yellow-200\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:placeholder-yellow-200\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:placeholder-yellow-200\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:placeholder-yellow-200\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:placeholder-yellow-200\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:placeholder-yellow-200\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .lg\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .lg\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .lg\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .lg\:placeholder-yellow-400\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:placeholder-yellow-400\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:placeholder-yellow-400\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:placeholder-yellow-400\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:placeholder-yellow-400\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:placeholder-yellow-400\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1)) !important;
  }

  .lg\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .lg\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .lg\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .lg\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .lg\:placeholder-yellow-800\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:placeholder-yellow-800\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:placeholder-yellow-800\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:placeholder-yellow-800\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:placeholder-yellow-800\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:placeholder-yellow-800\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:caret-yellow-100 {
    caret-color: #fef9c3 !important;
  }

  .lg\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:caret-yellow-100\/15 {
    caret-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:caret-yellow-100\/35 {
    caret-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:caret-yellow-100\/55 {
    caret-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:caret-yellow-100\/85 {
    caret-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:caret-yellow-200 {
    caret-color: #fef08a !important;
  }

  .lg\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:caret-yellow-200\/15 {
    caret-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:caret-yellow-200\/35 {
    caret-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:caret-yellow-200\/55 {
    caret-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:caret-yellow-200\/85 {
    caret-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:caret-yellow-400 {
    caret-color: #facc15 !important;
  }

  .lg\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:caret-yellow-400\/15 {
    caret-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:caret-yellow-400\/35 {
    caret-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:caret-yellow-400\/55 {
    caret-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:caret-yellow-400\/85 {
    caret-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:caret-yellow-800 {
    caret-color: #854d0e !important;
  }

  .lg\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:caret-yellow-800\/15 {
    caret-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:caret-yellow-800\/35 {
    caret-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:caret-yellow-800\/55 {
    caret-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:caret-yellow-800\/85 {
    caret-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:accent-yellow-100 {
    accent-color: #fef9c3 !important;
  }

  .lg\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:accent-yellow-100\/15 {
    accent-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:accent-yellow-100\/35 {
    accent-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:accent-yellow-100\/55 {
    accent-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:accent-yellow-100\/85 {
    accent-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:accent-yellow-200 {
    accent-color: #fef08a !important;
  }

  .lg\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:accent-yellow-200\/15 {
    accent-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:accent-yellow-200\/35 {
    accent-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:accent-yellow-200\/55 {
    accent-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:accent-yellow-200\/85 {
    accent-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:accent-yellow-400 {
    accent-color: #facc15 !important;
  }

  .lg\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:accent-yellow-400\/15 {
    accent-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:accent-yellow-400\/35 {
    accent-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:accent-yellow-400\/55 {
    accent-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:accent-yellow-400\/85 {
    accent-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:accent-yellow-800 {
    accent-color: #854d0e !important;
  }

  .lg\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:accent-yellow-800\/15 {
    accent-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:accent-yellow-800\/35 {
    accent-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:accent-yellow-800\/55 {
    accent-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:accent-yellow-800\/85 {
    accent-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400 {
    --tw-shadow-color: #facc15 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:outline-yellow-100 {
    outline-color: #fef9c3 !important;
  }

  .lg\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:outline-yellow-100\/15 {
    outline-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:outline-yellow-100\/35 {
    outline-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:outline-yellow-100\/55 {
    outline-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:outline-yellow-100\/85 {
    outline-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:outline-yellow-200 {
    outline-color: #fef08a !important;
  }

  .lg\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:outline-yellow-200\/15 {
    outline-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:outline-yellow-200\/35 {
    outline-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:outline-yellow-200\/55 {
    outline-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:outline-yellow-200\/85 {
    outline-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:outline-yellow-400 {
    outline-color: #facc15 !important;
  }

  .lg\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:outline-yellow-400\/15 {
    outline-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:outline-yellow-400\/35 {
    outline-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:outline-yellow-400\/55 {
    outline-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:outline-yellow-400\/85 {
    outline-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:outline-yellow-800 {
    outline-color: #854d0e !important;
  }

  .lg\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:outline-yellow-800\/15 {
    outline-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:outline-yellow-800\/35 {
    outline-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:outline-yellow-800\/55 {
    outline-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:outline-yellow-800\/85 {
    outline-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:ring-brand-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(46 39 20 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-dark\/0 {
    --tw-ring-color: rgb(46 39 20 / 0) !important;
  }

  .lg\:ring-brand-dark\/10 {
    --tw-ring-color: rgb(46 39 20 / 0.1) !important;
  }

  .lg\:ring-brand-dark\/100 {
    --tw-ring-color: rgb(46 39 20 / 1) !important;
  }

  .lg\:ring-brand-dark\/15 {
    --tw-ring-color: rgb(46 39 20 / 0.15) !important;
  }

  .lg\:ring-brand-dark\/20 {
    --tw-ring-color: rgb(46 39 20 / 0.2) !important;
  }

  .lg\:ring-brand-dark\/25 {
    --tw-ring-color: rgb(46 39 20 / 0.25) !important;
  }

  .lg\:ring-brand-dark\/30 {
    --tw-ring-color: rgb(46 39 20 / 0.3) !important;
  }

  .lg\:ring-brand-dark\/35 {
    --tw-ring-color: rgb(46 39 20 / 0.35) !important;
  }

  .lg\:ring-brand-dark\/40 {
    --tw-ring-color: rgb(46 39 20 / 0.4) !important;
  }

  .lg\:ring-brand-dark\/45 {
    --tw-ring-color: rgb(46 39 20 / 0.45) !important;
  }

  .lg\:ring-brand-dark\/5 {
    --tw-ring-color: rgb(46 39 20 / 0.05) !important;
  }

  .lg\:ring-brand-dark\/50 {
    --tw-ring-color: rgb(46 39 20 / 0.5) !important;
  }

  .lg\:ring-brand-dark\/55 {
    --tw-ring-color: rgb(46 39 20 / 0.55) !important;
  }

  .lg\:ring-brand-dark\/60 {
    --tw-ring-color: rgb(46 39 20 / 0.6) !important;
  }

  .lg\:ring-brand-dark\/65 {
    --tw-ring-color: rgb(46 39 20 / 0.65) !important;
  }

  .lg\:ring-brand-dark\/70 {
    --tw-ring-color: rgb(46 39 20 / 0.7) !important;
  }

  .lg\:ring-brand-dark\/75 {
    --tw-ring-color: rgb(46 39 20 / 0.75) !important;
  }

  .lg\:ring-brand-dark\/80 {
    --tw-ring-color: rgb(46 39 20 / 0.8) !important;
  }

  .lg\:ring-brand-dark\/85 {
    --tw-ring-color: rgb(46 39 20 / 0.85) !important;
  }

  .lg\:ring-brand-dark\/90 {
    --tw-ring-color: rgb(46 39 20 / 0.9) !important;
  }

  .lg\:ring-brand-dark\/95 {
    --tw-ring-color: rgb(46 39 20 / 0.95) !important;
  }

  .lg\:ring-brand-ink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(33 37 41 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-ink\/0 {
    --tw-ring-color: rgb(33 37 41 / 0) !important;
  }

  .lg\:ring-brand-ink\/10 {
    --tw-ring-color: rgb(33 37 41 / 0.1) !important;
  }

  .lg\:ring-brand-ink\/100 {
    --tw-ring-color: rgb(33 37 41 / 1) !important;
  }

  .lg\:ring-brand-ink\/15 {
    --tw-ring-color: rgb(33 37 41 / 0.15) !important;
  }

  .lg\:ring-brand-ink\/20 {
    --tw-ring-color: rgb(33 37 41 / 0.2) !important;
  }

  .lg\:ring-brand-ink\/25 {
    --tw-ring-color: rgb(33 37 41 / 0.25) !important;
  }

  .lg\:ring-brand-ink\/30 {
    --tw-ring-color: rgb(33 37 41 / 0.3) !important;
  }

  .lg\:ring-brand-ink\/35 {
    --tw-ring-color: rgb(33 37 41 / 0.35) !important;
  }

  .lg\:ring-brand-ink\/40 {
    --tw-ring-color: rgb(33 37 41 / 0.4) !important;
  }

  .lg\:ring-brand-ink\/45 {
    --tw-ring-color: rgb(33 37 41 / 0.45) !important;
  }

  .lg\:ring-brand-ink\/5 {
    --tw-ring-color: rgb(33 37 41 / 0.05) !important;
  }

  .lg\:ring-brand-ink\/50 {
    --tw-ring-color: rgb(33 37 41 / 0.5) !important;
  }

  .lg\:ring-brand-ink\/55 {
    --tw-ring-color: rgb(33 37 41 / 0.55) !important;
  }

  .lg\:ring-brand-ink\/60 {
    --tw-ring-color: rgb(33 37 41 / 0.6) !important;
  }

  .lg\:ring-brand-ink\/65 {
    --tw-ring-color: rgb(33 37 41 / 0.65) !important;
  }

  .lg\:ring-brand-ink\/70 {
    --tw-ring-color: rgb(33 37 41 / 0.7) !important;
  }

  .lg\:ring-brand-ink\/75 {
    --tw-ring-color: rgb(33 37 41 / 0.75) !important;
  }

  .lg\:ring-brand-ink\/80 {
    --tw-ring-color: rgb(33 37 41 / 0.8) !important;
  }

  .lg\:ring-brand-ink\/85 {
    --tw-ring-color: rgb(33 37 41 / 0.85) !important;
  }

  .lg\:ring-brand-ink\/90 {
    --tw-ring-color: rgb(33 37 41 / 0.9) !important;
  }

  .lg\:ring-brand-ink\/95 {
    --tw-ring-color: rgb(33 37 41 / 0.95) !important;
  }

  .lg\:ring-brand-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(245 244 240 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-light\/0 {
    --tw-ring-color: rgb(245 244 240 / 0) !important;
  }

  .lg\:ring-brand-light\/10 {
    --tw-ring-color: rgb(245 244 240 / 0.1) !important;
  }

  .lg\:ring-brand-light\/100 {
    --tw-ring-color: rgb(245 244 240 / 1) !important;
  }

  .lg\:ring-brand-light\/15 {
    --tw-ring-color: rgb(245 244 240 / 0.15) !important;
  }

  .lg\:ring-brand-light\/20 {
    --tw-ring-color: rgb(245 244 240 / 0.2) !important;
  }

  .lg\:ring-brand-light\/25 {
    --tw-ring-color: rgb(245 244 240 / 0.25) !important;
  }

  .lg\:ring-brand-light\/30 {
    --tw-ring-color: rgb(245 244 240 / 0.3) !important;
  }

  .lg\:ring-brand-light\/35 {
    --tw-ring-color: rgb(245 244 240 / 0.35) !important;
  }

  .lg\:ring-brand-light\/40 {
    --tw-ring-color: rgb(245 244 240 / 0.4) !important;
  }

  .lg\:ring-brand-light\/45 {
    --tw-ring-color: rgb(245 244 240 / 0.45) !important;
  }

  .lg\:ring-brand-light\/5 {
    --tw-ring-color: rgb(245 244 240 / 0.05) !important;
  }

  .lg\:ring-brand-light\/50 {
    --tw-ring-color: rgb(245 244 240 / 0.5) !important;
  }

  .lg\:ring-brand-light\/55 {
    --tw-ring-color: rgb(245 244 240 / 0.55) !important;
  }

  .lg\:ring-brand-light\/60 {
    --tw-ring-color: rgb(245 244 240 / 0.6) !important;
  }

  .lg\:ring-brand-light\/65 {
    --tw-ring-color: rgb(245 244 240 / 0.65) !important;
  }

  .lg\:ring-brand-light\/70 {
    --tw-ring-color: rgb(245 244 240 / 0.7) !important;
  }

  .lg\:ring-brand-light\/75 {
    --tw-ring-color: rgb(245 244 240 / 0.75) !important;
  }

  .lg\:ring-brand-light\/80 {
    --tw-ring-color: rgb(245 244 240 / 0.8) !important;
  }

  .lg\:ring-brand-light\/85 {
    --tw-ring-color: rgb(245 244 240 / 0.85) !important;
  }

  .lg\:ring-brand-light\/90 {
    --tw-ring-color: rgb(245 244 240 / 0.9) !important;
  }

  .lg\:ring-brand-light\/95 {
    --tw-ring-color: rgb(245 244 240 / 0.95) !important;
  }

  .lg\:ring-brand-link {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(147 110 7 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-link-hover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(74 55 3 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-link-hover\/0 {
    --tw-ring-color: rgb(74 55 3 / 0) !important;
  }

  .lg\:ring-brand-link-hover\/10 {
    --tw-ring-color: rgb(74 55 3 / 0.1) !important;
  }

  .lg\:ring-brand-link-hover\/100 {
    --tw-ring-color: rgb(74 55 3 / 1) !important;
  }

  .lg\:ring-brand-link-hover\/15 {
    --tw-ring-color: rgb(74 55 3 / 0.15) !important;
  }

  .lg\:ring-brand-link-hover\/20 {
    --tw-ring-color: rgb(74 55 3 / 0.2) !important;
  }

  .lg\:ring-brand-link-hover\/25 {
    --tw-ring-color: rgb(74 55 3 / 0.25) !important;
  }

  .lg\:ring-brand-link-hover\/30 {
    --tw-ring-color: rgb(74 55 3 / 0.3) !important;
  }

  .lg\:ring-brand-link-hover\/35 {
    --tw-ring-color: rgb(74 55 3 / 0.35) !important;
  }

  .lg\:ring-brand-link-hover\/40 {
    --tw-ring-color: rgb(74 55 3 / 0.4) !important;
  }

  .lg\:ring-brand-link-hover\/45 {
    --tw-ring-color: rgb(74 55 3 / 0.45) !important;
  }

  .lg\:ring-brand-link-hover\/5 {
    --tw-ring-color: rgb(74 55 3 / 0.05) !important;
  }

  .lg\:ring-brand-link-hover\/50 {
    --tw-ring-color: rgb(74 55 3 / 0.5) !important;
  }

  .lg\:ring-brand-link-hover\/55 {
    --tw-ring-color: rgb(74 55 3 / 0.55) !important;
  }

  .lg\:ring-brand-link-hover\/60 {
    --tw-ring-color: rgb(74 55 3 / 0.6) !important;
  }

  .lg\:ring-brand-link-hover\/65 {
    --tw-ring-color: rgb(74 55 3 / 0.65) !important;
  }

  .lg\:ring-brand-link-hover\/70 {
    --tw-ring-color: rgb(74 55 3 / 0.7) !important;
  }

  .lg\:ring-brand-link-hover\/75 {
    --tw-ring-color: rgb(74 55 3 / 0.75) !important;
  }

  .lg\:ring-brand-link-hover\/80 {
    --tw-ring-color: rgb(74 55 3 / 0.8) !important;
  }

  .lg\:ring-brand-link-hover\/85 {
    --tw-ring-color: rgb(74 55 3 / 0.85) !important;
  }

  .lg\:ring-brand-link-hover\/90 {
    --tw-ring-color: rgb(74 55 3 / 0.9) !important;
  }

  .lg\:ring-brand-link-hover\/95 {
    --tw-ring-color: rgb(74 55 3 / 0.95) !important;
  }

  .lg\:ring-brand-link\/0 {
    --tw-ring-color: rgb(147 110 7 / 0) !important;
  }

  .lg\:ring-brand-link\/10 {
    --tw-ring-color: rgb(147 110 7 / 0.1) !important;
  }

  .lg\:ring-brand-link\/100 {
    --tw-ring-color: rgb(147 110 7 / 1) !important;
  }

  .lg\:ring-brand-link\/15 {
    --tw-ring-color: rgb(147 110 7 / 0.15) !important;
  }

  .lg\:ring-brand-link\/20 {
    --tw-ring-color: rgb(147 110 7 / 0.2) !important;
  }

  .lg\:ring-brand-link\/25 {
    --tw-ring-color: rgb(147 110 7 / 0.25) !important;
  }

  .lg\:ring-brand-link\/30 {
    --tw-ring-color: rgb(147 110 7 / 0.3) !important;
  }

  .lg\:ring-brand-link\/35 {
    --tw-ring-color: rgb(147 110 7 / 0.35) !important;
  }

  .lg\:ring-brand-link\/40 {
    --tw-ring-color: rgb(147 110 7 / 0.4) !important;
  }

  .lg\:ring-brand-link\/45 {
    --tw-ring-color: rgb(147 110 7 / 0.45) !important;
  }

  .lg\:ring-brand-link\/5 {
    --tw-ring-color: rgb(147 110 7 / 0.05) !important;
  }

  .lg\:ring-brand-link\/50 {
    --tw-ring-color: rgb(147 110 7 / 0.5) !important;
  }

  .lg\:ring-brand-link\/55 {
    --tw-ring-color: rgb(147 110 7 / 0.55) !important;
  }

  .lg\:ring-brand-link\/60 {
    --tw-ring-color: rgb(147 110 7 / 0.6) !important;
  }

  .lg\:ring-brand-link\/65 {
    --tw-ring-color: rgb(147 110 7 / 0.65) !important;
  }

  .lg\:ring-brand-link\/70 {
    --tw-ring-color: rgb(147 110 7 / 0.7) !important;
  }

  .lg\:ring-brand-link\/75 {
    --tw-ring-color: rgb(147 110 7 / 0.75) !important;
  }

  .lg\:ring-brand-link\/80 {
    --tw-ring-color: rgb(147 110 7 / 0.8) !important;
  }

  .lg\:ring-brand-link\/85 {
    --tw-ring-color: rgb(147 110 7 / 0.85) !important;
  }

  .lg\:ring-brand-link\/90 {
    --tw-ring-color: rgb(147 110 7 / 0.9) !important;
  }

  .lg\:ring-brand-link\/95 {
    --tw-ring-color: rgb(147 110 7 / 0.95) !important;
  }

  .lg\:ring-brand-muted {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(108 117 125 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-muted\/0 {
    --tw-ring-color: rgb(108 117 125 / 0) !important;
  }

  .lg\:ring-brand-muted\/10 {
    --tw-ring-color: rgb(108 117 125 / 0.1) !important;
  }

  .lg\:ring-brand-muted\/100 {
    --tw-ring-color: rgb(108 117 125 / 1) !important;
  }

  .lg\:ring-brand-muted\/15 {
    --tw-ring-color: rgb(108 117 125 / 0.15) !important;
  }

  .lg\:ring-brand-muted\/20 {
    --tw-ring-color: rgb(108 117 125 / 0.2) !important;
  }

  .lg\:ring-brand-muted\/25 {
    --tw-ring-color: rgb(108 117 125 / 0.25) !important;
  }

  .lg\:ring-brand-muted\/30 {
    --tw-ring-color: rgb(108 117 125 / 0.3) !important;
  }

  .lg\:ring-brand-muted\/35 {
    --tw-ring-color: rgb(108 117 125 / 0.35) !important;
  }

  .lg\:ring-brand-muted\/40 {
    --tw-ring-color: rgb(108 117 125 / 0.4) !important;
  }

  .lg\:ring-brand-muted\/45 {
    --tw-ring-color: rgb(108 117 125 / 0.45) !important;
  }

  .lg\:ring-brand-muted\/5 {
    --tw-ring-color: rgb(108 117 125 / 0.05) !important;
  }

  .lg\:ring-brand-muted\/50 {
    --tw-ring-color: rgb(108 117 125 / 0.5) !important;
  }

  .lg\:ring-brand-muted\/55 {
    --tw-ring-color: rgb(108 117 125 / 0.55) !important;
  }

  .lg\:ring-brand-muted\/60 {
    --tw-ring-color: rgb(108 117 125 / 0.6) !important;
  }

  .lg\:ring-brand-muted\/65 {
    --tw-ring-color: rgb(108 117 125 / 0.65) !important;
  }

  .lg\:ring-brand-muted\/70 {
    --tw-ring-color: rgb(108 117 125 / 0.7) !important;
  }

  .lg\:ring-brand-muted\/75 {
    --tw-ring-color: rgb(108 117 125 / 0.75) !important;
  }

  .lg\:ring-brand-muted\/80 {
    --tw-ring-color: rgb(108 117 125 / 0.8) !important;
  }

  .lg\:ring-brand-muted\/85 {
    --tw-ring-color: rgb(108 117 125 / 0.85) !important;
  }

  .lg\:ring-brand-muted\/90 {
    --tw-ring-color: rgb(108 117 125 / 0.9) !important;
  }

  .lg\:ring-brand-muted\/95 {
    --tw-ring-color: rgb(108 117 125 / 0.95) !important;
  }

  .lg\:ring-brand-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(244 184 17 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-primary\/0 {
    --tw-ring-color: rgb(244 184 17 / 0) !important;
  }

  .lg\:ring-brand-primary\/10 {
    --tw-ring-color: rgb(244 184 17 / 0.1) !important;
  }

  .lg\:ring-brand-primary\/100 {
    --tw-ring-color: rgb(244 184 17 / 1) !important;
  }

  .lg\:ring-brand-primary\/15 {
    --tw-ring-color: rgb(244 184 17 / 0.15) !important;
  }

  .lg\:ring-brand-primary\/20 {
    --tw-ring-color: rgb(244 184 17 / 0.2) !important;
  }

  .lg\:ring-brand-primary\/25 {
    --tw-ring-color: rgb(244 184 17 / 0.25) !important;
  }

  .lg\:ring-brand-primary\/30 {
    --tw-ring-color: rgb(244 184 17 / 0.3) !important;
  }

  .lg\:ring-brand-primary\/35 {
    --tw-ring-color: rgb(244 184 17 / 0.35) !important;
  }

  .lg\:ring-brand-primary\/40 {
    --tw-ring-color: rgb(244 184 17 / 0.4) !important;
  }

  .lg\:ring-brand-primary\/45 {
    --tw-ring-color: rgb(244 184 17 / 0.45) !important;
  }

  .lg\:ring-brand-primary\/5 {
    --tw-ring-color: rgb(244 184 17 / 0.05) !important;
  }

  .lg\:ring-brand-primary\/50 {
    --tw-ring-color: rgb(244 184 17 / 0.5) !important;
  }

  .lg\:ring-brand-primary\/55 {
    --tw-ring-color: rgb(244 184 17 / 0.55) !important;
  }

  .lg\:ring-brand-primary\/60 {
    --tw-ring-color: rgb(244 184 17 / 0.6) !important;
  }

  .lg\:ring-brand-primary\/65 {
    --tw-ring-color: rgb(244 184 17 / 0.65) !important;
  }

  .lg\:ring-brand-primary\/70 {
    --tw-ring-color: rgb(244 184 17 / 0.7) !important;
  }

  .lg\:ring-brand-primary\/75 {
    --tw-ring-color: rgb(244 184 17 / 0.75) !important;
  }

  .lg\:ring-brand-primary\/80 {
    --tw-ring-color: rgb(244 184 17 / 0.8) !important;
  }

  .lg\:ring-brand-primary\/85 {
    --tw-ring-color: rgb(244 184 17 / 0.85) !important;
  }

  .lg\:ring-brand-primary\/90 {
    --tw-ring-color: rgb(244 184 17 / 0.9) !important;
  }

  .lg\:ring-brand-primary\/95 {
    --tw-ring-color: rgb(244 184 17 / 0.95) !important;
  }

  .lg\:ring-brand-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(255 204 0 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-brand-secondary\/0 {
    --tw-ring-color: rgb(255 204 0 / 0) !important;
  }

  .lg\:ring-brand-secondary\/10 {
    --tw-ring-color: rgb(255 204 0 / 0.1) !important;
  }

  .lg\:ring-brand-secondary\/100 {
    --tw-ring-color: rgb(255 204 0 / 1) !important;
  }

  .lg\:ring-brand-secondary\/15 {
    --tw-ring-color: rgb(255 204 0 / 0.15) !important;
  }

  .lg\:ring-brand-secondary\/20 {
    --tw-ring-color: rgb(255 204 0 / 0.2) !important;
  }

  .lg\:ring-brand-secondary\/25 {
    --tw-ring-color: rgb(255 204 0 / 0.25) !important;
  }

  .lg\:ring-brand-secondary\/30 {
    --tw-ring-color: rgb(255 204 0 / 0.3) !important;
  }

  .lg\:ring-brand-secondary\/35 {
    --tw-ring-color: rgb(255 204 0 / 0.35) !important;
  }

  .lg\:ring-brand-secondary\/40 {
    --tw-ring-color: rgb(255 204 0 / 0.4) !important;
  }

  .lg\:ring-brand-secondary\/45 {
    --tw-ring-color: rgb(255 204 0 / 0.45) !important;
  }

  .lg\:ring-brand-secondary\/5 {
    --tw-ring-color: rgb(255 204 0 / 0.05) !important;
  }

  .lg\:ring-brand-secondary\/50 {
    --tw-ring-color: rgb(255 204 0 / 0.5) !important;
  }

  .lg\:ring-brand-secondary\/55 {
    --tw-ring-color: rgb(255 204 0 / 0.55) !important;
  }

  .lg\:ring-brand-secondary\/60 {
    --tw-ring-color: rgb(255 204 0 / 0.6) !important;
  }

  .lg\:ring-brand-secondary\/65 {
    --tw-ring-color: rgb(255 204 0 / 0.65) !important;
  }

  .lg\:ring-brand-secondary\/70 {
    --tw-ring-color: rgb(255 204 0 / 0.7) !important;
  }

  .lg\:ring-brand-secondary\/75 {
    --tw-ring-color: rgb(255 204 0 / 0.75) !important;
  }

  .lg\:ring-brand-secondary\/80 {
    --tw-ring-color: rgb(255 204 0 / 0.8) !important;
  }

  .lg\:ring-brand-secondary\/85 {
    --tw-ring-color: rgb(255 204 0 / 0.85) !important;
  }

  .lg\:ring-brand-secondary\/90 {
    --tw-ring-color: rgb(255 204 0 / 0.9) !important;
  }

  .lg\:ring-brand-secondary\/95 {
    --tw-ring-color: rgb(255 204 0 / 0.95) !important;
  }

  .lg\:ring-earth {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-earth\/0 {
    --tw-ring-color: rgb(120 46 1 / 0) !important;
  }

  .lg\:ring-earth\/10 {
    --tw-ring-color: rgb(120 46 1 / 0.1) !important;
  }

  .lg\:ring-earth\/100 {
    --tw-ring-color: rgb(120 46 1 / 1) !important;
  }

  .lg\:ring-earth\/15 {
    --tw-ring-color: rgb(120 46 1 / 0.15) !important;
  }

  .lg\:ring-earth\/20 {
    --tw-ring-color: rgb(120 46 1 / 0.2) !important;
  }

  .lg\:ring-earth\/25 {
    --tw-ring-color: rgb(120 46 1 / 0.25) !important;
  }

  .lg\:ring-earth\/30 {
    --tw-ring-color: rgb(120 46 1 / 0.3) !important;
  }

  .lg\:ring-earth\/35 {
    --tw-ring-color: rgb(120 46 1 / 0.35) !important;
  }

  .lg\:ring-earth\/40 {
    --tw-ring-color: rgb(120 46 1 / 0.4) !important;
  }

  .lg\:ring-earth\/45 {
    --tw-ring-color: rgb(120 46 1 / 0.45) !important;
  }

  .lg\:ring-earth\/5 {
    --tw-ring-color: rgb(120 46 1 / 0.05) !important;
  }

  .lg\:ring-earth\/50 {
    --tw-ring-color: rgb(120 46 1 / 0.5) !important;
  }

  .lg\:ring-earth\/55 {
    --tw-ring-color: rgb(120 46 1 / 0.55) !important;
  }

  .lg\:ring-earth\/60 {
    --tw-ring-color: rgb(120 46 1 / 0.6) !important;
  }

  .lg\:ring-earth\/65 {
    --tw-ring-color: rgb(120 46 1 / 0.65) !important;
  }

  .lg\:ring-earth\/70 {
    --tw-ring-color: rgb(120 46 1 / 0.7) !important;
  }

  .lg\:ring-earth\/75 {
    --tw-ring-color: rgb(120 46 1 / 0.75) !important;
  }

  .lg\:ring-earth\/80 {
    --tw-ring-color: rgb(120 46 1 / 0.8) !important;
  }

  .lg\:ring-earth\/85 {
    --tw-ring-color: rgb(120 46 1 / 0.85) !important;
  }

  .lg\:ring-earth\/90 {
    --tw-ring-color: rgb(120 46 1 / 0.9) !important;
  }

  .lg\:ring-earth\/95 {
    --tw-ring-color: rgb(120 46 1 / 0.95) !important;
  }

  .lg\:ring-harvest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-harvest\/0 {
    --tw-ring-color: rgb(215 129 49 / 0) !important;
  }

  .lg\:ring-harvest\/10 {
    --tw-ring-color: rgb(215 129 49 / 0.1) !important;
  }

  .lg\:ring-harvest\/100 {
    --tw-ring-color: rgb(215 129 49 / 1) !important;
  }

  .lg\:ring-harvest\/15 {
    --tw-ring-color: rgb(215 129 49 / 0.15) !important;
  }

  .lg\:ring-harvest\/20 {
    --tw-ring-color: rgb(215 129 49 / 0.2) !important;
  }

  .lg\:ring-harvest\/25 {
    --tw-ring-color: rgb(215 129 49 / 0.25) !important;
  }

  .lg\:ring-harvest\/30 {
    --tw-ring-color: rgb(215 129 49 / 0.3) !important;
  }

  .lg\:ring-harvest\/35 {
    --tw-ring-color: rgb(215 129 49 / 0.35) !important;
  }

  .lg\:ring-harvest\/40 {
    --tw-ring-color: rgb(215 129 49 / 0.4) !important;
  }

  .lg\:ring-harvest\/45 {
    --tw-ring-color: rgb(215 129 49 / 0.45) !important;
  }

  .lg\:ring-harvest\/5 {
    --tw-ring-color: rgb(215 129 49 / 0.05) !important;
  }

  .lg\:ring-harvest\/50 {
    --tw-ring-color: rgb(215 129 49 / 0.5) !important;
  }

  .lg\:ring-harvest\/55 {
    --tw-ring-color: rgb(215 129 49 / 0.55) !important;
  }

  .lg\:ring-harvest\/60 {
    --tw-ring-color: rgb(215 129 49 / 0.6) !important;
  }

  .lg\:ring-harvest\/65 {
    --tw-ring-color: rgb(215 129 49 / 0.65) !important;
  }

  .lg\:ring-harvest\/70 {
    --tw-ring-color: rgb(215 129 49 / 0.7) !important;
  }

  .lg\:ring-harvest\/75 {
    --tw-ring-color: rgb(215 129 49 / 0.75) !important;
  }

  .lg\:ring-harvest\/80 {
    --tw-ring-color: rgb(215 129 49 / 0.8) !important;
  }

  .lg\:ring-harvest\/85 {
    --tw-ring-color: rgb(215 129 49 / 0.85) !important;
  }

  .lg\:ring-harvest\/90 {
    --tw-ring-color: rgb(215 129 49 / 0.9) !important;
  }

  .lg\:ring-harvest\/95 {
    --tw-ring-color: rgb(215 129 49 / 0.95) !important;
  }

  .lg\:ring-sprout {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-sprout\/0 {
    --tw-ring-color: rgb(196 209 72 / 0) !important;
  }

  .lg\:ring-sprout\/10 {
    --tw-ring-color: rgb(196 209 72 / 0.1) !important;
  }

  .lg\:ring-sprout\/100 {
    --tw-ring-color: rgb(196 209 72 / 1) !important;
  }

  .lg\:ring-sprout\/15 {
    --tw-ring-color: rgb(196 209 72 / 0.15) !important;
  }

  .lg\:ring-sprout\/20 {
    --tw-ring-color: rgb(196 209 72 / 0.2) !important;
  }

  .lg\:ring-sprout\/25 {
    --tw-ring-color: rgb(196 209 72 / 0.25) !important;
  }

  .lg\:ring-sprout\/30 {
    --tw-ring-color: rgb(196 209 72 / 0.3) !important;
  }

  .lg\:ring-sprout\/35 {
    --tw-ring-color: rgb(196 209 72 / 0.35) !important;
  }

  .lg\:ring-sprout\/40 {
    --tw-ring-color: rgb(196 209 72 / 0.4) !important;
  }

  .lg\:ring-sprout\/45 {
    --tw-ring-color: rgb(196 209 72 / 0.45) !important;
  }

  .lg\:ring-sprout\/5 {
    --tw-ring-color: rgb(196 209 72 / 0.05) !important;
  }

  .lg\:ring-sprout\/50 {
    --tw-ring-color: rgb(196 209 72 / 0.5) !important;
  }

  .lg\:ring-sprout\/55 {
    --tw-ring-color: rgb(196 209 72 / 0.55) !important;
  }

  .lg\:ring-sprout\/60 {
    --tw-ring-color: rgb(196 209 72 / 0.6) !important;
  }

  .lg\:ring-sprout\/65 {
    --tw-ring-color: rgb(196 209 72 / 0.65) !important;
  }

  .lg\:ring-sprout\/70 {
    --tw-ring-color: rgb(196 209 72 / 0.7) !important;
  }

  .lg\:ring-sprout\/75 {
    --tw-ring-color: rgb(196 209 72 / 0.75) !important;
  }

  .lg\:ring-sprout\/80 {
    --tw-ring-color: rgb(196 209 72 / 0.8) !important;
  }

  .lg\:ring-sprout\/85 {
    --tw-ring-color: rgb(196 209 72 / 0.85) !important;
  }

  .lg\:ring-sprout\/90 {
    --tw-ring-color: rgb(196 209 72 / 0.9) !important;
  }

  .lg\:ring-sprout\/95 {
    --tw-ring-color: rgb(196 209 72 / 0.95) !important;
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:ring-yellow-100\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:ring-yellow-100\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:ring-yellow-100\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:ring-yellow-100\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:ring-yellow-200\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:ring-yellow-200\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:ring-yellow-200\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:ring-yellow-200\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:ring-yellow-400\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:ring-yellow-400\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:ring-yellow-400\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:ring-yellow-400\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1)) !important;
  }

  .lg\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:ring-yellow-800\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:ring-yellow-800\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:ring-yellow-800\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:ring-yellow-800\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .lg\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:ring-offset-yellow-100\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-100\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-100\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-100\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:ring-offset-yellow-200\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-200\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-200\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-200\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .lg\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:ring-offset-yellow-400\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-400\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-400\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-400\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .lg\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:ring-offset-yellow-800\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-800\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-800\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-800\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95) !important;
  }
}

.\[\&_\.star-rating\]\:\!float-none .star-rating {
  float: none !important;
}

.\[\&_\.star-rating\]\:\!m-0 .star-rating {
  margin: 0px !important;
}

.\[\&_\.star-rating\]\:text-inherit .star-rating {
  color: inherit !important;
}

