/*
! tailwindcss v3.4.3 | 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: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root,
[data-theme] {
  background-color: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsl(var(--bc) / var(--tw-text-opacity, 1));
}

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

:root {
  --p: 199 98% 36%;
  --inc: 219 90% 93%;
  --suc: 168 32% 88%;
  --wac: 31 56% 13%;
  --erc: 17 57% 13%;
  --btn-focus-scale: 0.95;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pf: 203 100% 29%;
  --pc: 0 0% 100%;
  --s: 246 61% 48%;
  --sf: 240 65% 45%;
  --sc: 0 0% 100%;
  --a: 169 98% 36%;
  --af: 167 100% 33%;
  --ac: 0 0% 100%;
  --n: 218 14% 27%;
  --nf: 222 13% 19%;
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;
  --b2: 210 20% 98%;
  --b3: 213 13% 83%;
  --bc: 215 27% 16%;
  --in: 207 89% 53%;
  --su: 174 100% 29%;
  --wa: 36 100% 50%;
  --er: 14 100% 57%;
  --rounded-box: 1rem;
  --rounded-btn: .5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: .25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --navbar-padding: .5rem;
  --border-btn: 1px;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

.dark [type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

.dark [type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[type='checkbox'],[type='radio'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: var(--vf-font-size);
  line-height: var(--vf-line-height);
  letter-spacing: var(--vf-letter-spacing);
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [type='checkbox']:focus, [type='radio']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: none;
}

[type='text']::-webkit-search-decoration, [type='email']::-webkit-search-decoration, [type='url']::-webkit-search-decoration, [type='password']::-webkit-search-decoration, [type='number']::-webkit-search-decoration, [type='date']::-webkit-search-decoration, [type='datetime-local']::-webkit-search-decoration, [type='month']::-webkit-search-decoration, [type='search']::-webkit-search-decoration, [type='tel']::-webkit-search-decoration, [type='time']::-webkit-search-decoration, [type='week']::-webkit-search-decoration, [type='checkbox']::-webkit-search-decoration, [type='radio']::-webkit-search-decoration, [multiple]::-webkit-search-decoration, textarea::-webkit-search-decoration, select::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type='text']::-webkit-search-cancel-button, [type='email']::-webkit-search-cancel-button, [type='url']::-webkit-search-cancel-button, [type='password']::-webkit-search-cancel-button, [type='number']::-webkit-search-cancel-button, [type='date']::-webkit-search-cancel-button, [type='datetime-local']::-webkit-search-cancel-button, [type='month']::-webkit-search-cancel-button, [type='search']::-webkit-search-cancel-button, [type='tel']::-webkit-search-cancel-button, [type='time']::-webkit-search-cancel-button, [type='week']::-webkit-search-cancel-button, [type='checkbox']::-webkit-search-cancel-button, [type='radio']::-webkit-search-cancel-button, [multiple]::-webkit-search-cancel-button, textarea::-webkit-search-cancel-button, select::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type='text']::-webkit-search-results-button, [type='email']::-webkit-search-results-button, [type='url']::-webkit-search-results-button, [type='password']::-webkit-search-results-button, [type='number']::-webkit-search-results-button, [type='date']::-webkit-search-results-button, [type='datetime-local']::-webkit-search-results-button, [type='month']::-webkit-search-results-button, [type='search']::-webkit-search-results-button, [type='tel']::-webkit-search-results-button, [type='time']::-webkit-search-results-button, [type='week']::-webkit-search-results-button, [type='checkbox']::-webkit-search-results-button, [type='radio']::-webkit-search-results-button, [multiple]::-webkit-search-results-button, textarea::-webkit-search-results-button, select::-webkit-search-results-button {
  -webkit-appearance: none;
}

[type='text']::-webkit-search-results-decoration, [type='email']::-webkit-search-results-decoration, [type='url']::-webkit-search-results-decoration, [type='password']::-webkit-search-results-decoration, [type='number']::-webkit-search-results-decoration, [type='date']::-webkit-search-results-decoration, [type='datetime-local']::-webkit-search-results-decoration, [type='month']::-webkit-search-results-decoration, [type='search']::-webkit-search-results-decoration, [type='tel']::-webkit-search-results-decoration, [type='time']::-webkit-search-results-decoration, [type='week']::-webkit-search-results-decoration, [type='checkbox']::-webkit-search-results-decoration, [type='radio']::-webkit-search-results-decoration, [multiple]::-webkit-search-results-decoration, textarea::-webkit-search-results-decoration, select::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--vf-color-placeholder);
}

input::placeholder,textarea::placeholder {
  color: var(--vf-color-placeholder);
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

:root,:before,:after,* {
  --vf-primary: #027db6;
  --vf-primary-darker: #246a92;
  --vf-danger: #F05252;
  --vf-danger-lighter: #FDE8E8;
  --vf-success: #10b981;
  --vf-success-lighter: #d1fae5;
  --vf-ring-color: #1f5072;
  --vf-ring-width: 2px;
  --vf-link-color: var(--vf-primary);
  --vf-link-decoration: none;
  --vf-gray-50: #F9FAFB;
  --vf-gray-100: #F3F4F6;
  --vf-gray-200: #E5E7EB;
  --vf-gray-300: #D1D5DB;
  --vf-gray-400: #9CA3AF;
  --vf-gray-500: #6B7280;
  --vf-gray-600: #4B5563;
  --vf-gray-700: #374151;
  --vf-gray-800: #1F2937;
  --vf-gray-900: #111827;
  --vf-dark-50: #F9FAFB;
  --vf-dark-100: #F3F4F6;
  --vf-dark-200: #E5E7EB;
  --vf-dark-300: #D1D5DB;
  --vf-dark-400: #9CA3AF;
  --vf-dark-500: #6B7280;
  --vf-dark-600: #4B5563;
  --vf-dark-700: #374151;
  --vf-dark-800: #1F2937;
  --vf-dark-900: #111827;
  --vf-font-size: 1rem;
  --vf-font-size-sm: 0.875rem;
  --vf-font-size-lg: 1rem;
  --vf-font-size-small: 0.875rem;
  --vf-font-size-small-sm: 0.8125rem;
  --vf-font-size-small-lg: 0.875rem;
  --vf-font-size-h1: 2.125rem;
  --vf-font-size-h1-sm: 2.125rem;
  --vf-font-size-h1-lg: 2.125rem;
  --vf-font-size-h2: 1.875rem;
  --vf-font-size-h2-sm: 1.875rem;
  --vf-font-size-h2-lg: 1.875rem;
  --vf-font-size-h3: 1.5rem;
  --vf-font-size-h3-sm: 1.5rem;
  --vf-font-size-h3-lg: 1.5rem;
  --vf-font-size-h4: 1.25rem;
  --vf-font-size-h4-sm: 1.25rem;
  --vf-font-size-h4-lg: 1.25rem;
  --vf-font-size-h1-mobile: 1.5rem;
  --vf-font-size-h1-mobile-sm: 1.5rem;
  --vf-font-size-h1-mobile-lg: 1.5rem;
  --vf-font-size-h2-mobile: 1.25rem;
  --vf-font-size-h2-mobile-sm: 1.25rem;
  --vf-font-size-h2-mobile-lg: 1.25rem;
  --vf-font-size-h3-mobile: 1.125rem;
  --vf-font-size-h3-mobile-sm: 1.125rem;
  --vf-font-size-h3-mobile-lg: 1.125rem;
  --vf-font-size-h4-mobile: 1rem;
  --vf-font-size-h4-mobile-sm: 1rem;
  --vf-font-size-h4-mobile-lg: 1rem;
  --vf-line-height: 1.5rem;
  --vf-line-height-sm: 1.25rem;
  --vf-line-height-lg: 1.5rem;
  --vf-line-height-small: 1.25rem;
  --vf-line-height-small-sm: 1.125rem;
  --vf-line-height-small-lg: 1.25rem;
  --vf-line-height-headings: 1.2;
  --vf-line-height-headings-sm: 1.2;
  --vf-line-height-headings-lg: 1.2;
  --vf-line-height-blockquote: 1.5rem;
  --vf-line-height-blockquote-sm: 1.25rem;
  --vf-line-height-blockquote-lg: 1.5rem;
  --vf-letter-spacing: 0;
  --vf-letter-spacing-sm: 0;
  --vf-letter-spacing-lg: 0;
  --vf-letter-spacing-small: 0;
  --vf-letter-spacing-small-sm: 0;
  --vf-letter-spacing-small-lg: 0;
  --vf-letter-spacing-headings: 0;
  --vf-letter-spacing-headings-sm: 0;
  --vf-letter-spacing-headings-lg: 0;
  --vf-letter-spacing-blockquote: 0;
  --vf-letter-spacing-blockquote-sm: 0;
  --vf-letter-spacing-blockquote-lg: 0;
  --vf-gutter: 1rem;
  --vf-gutter-sm: 0.5rem;
  --vf-gutter-lg: 1rem;
  --vf-min-height-input: 2.375rem;
  --vf-min-height-input-sm: 2.125rem;
  --vf-min-height-input-lg: 2.875rem;
  --vf-py-input: 0.375rem;
  --vf-py-input-sm: 0.375rem;
  --vf-py-input-lg: 0.625rem;
  --vf-px-input: 0.75rem;
  --vf-px-input-sm: 0.5rem;
  --vf-px-input-lg: 0.875rem;
  --vf-py-btn: 0.375rem;
  --vf-py-btn-sm: 0.375rem;
  --vf-py-btn-lg: 0.625rem;
  --vf-px-btn: 0.875rem;
  --vf-px-btn-sm: 0.75rem;
  --vf-px-btn-lg: 1.25rem;
  --vf-py-btn-small: 0.25rem;
  --vf-py-btn-small-sm: 0.25rem;
  --vf-py-btn-small-lg: 0.375rem;
  --vf-px-btn-small: 0.625rem;
  --vf-px-btn-small-sm: 0.625rem;
  --vf-px-btn-small-lg: 0.75rem;
  --vf-py-group-tabs: var(--vf-py-input);
  --vf-py-group-tabs-sm: var(--vf-py-input-sm);
  --vf-py-group-tabs-lg: var(--vf-py-input-lg);
  --vf-px-group-tabs: var(--vf-px-input);
  --vf-px-group-tabs-sm: var(--vf-px-input-sm);
  --vf-px-group-tabs-lg: var(--vf-px-input-lg);
  --vf-py-group-blocks: 0.75rem;
  --vf-py-group-blocks-sm: 0.625rem;
  --vf-py-group-blocks-lg: 0.875rem;
  --vf-px-group-blocks: 1rem;
  --vf-px-group-blocks-sm: 1rem;
  --vf-px-group-blocks-lg: 1rem;
  --vf-py-tag: 0px;
  --vf-py-tag-sm: var(--vf-py-tag);
  --vf-py-tag-lg: var(--vf-py-tag);
  --vf-px-tag: 0.4375rem;
  --vf-px-tag-sm: var(--vf-px-tag);
  --vf-px-tag-lg: var(--vf-px-tag);
  --vf-py-slider-tooltip: 0.125rem;
  --vf-py-slider-tooltip-sm: 0.0625rem;
  --vf-py-slider-tooltip-lg: 0.1875rem;
  --vf-px-slider-tooltip: 0.375rem;
  --vf-px-slider-tooltip-sm: 0.3125rem;
  --vf-px-slider-tooltip-lg: 0.5rem;
  --vf-py-blockquote: 0.25rem;
  --vf-py-blockquote-sm: 0.25rem;
  --vf-py-blockquote-lg: 0.25rem;
  --vf-px-blockquote: 0.75rem;
  --vf-px-blockquote-sm: 0.75rem;
  --vf-px-blockquote-lg: 0.75rem;
  --vf-py-hr: 2rem;
  --vf-space-addon: 0px;
  --vf-space-addon-sm: var(--vf-space-addon);
  --vf-space-addon-lg: var(--vf-space-addon);
  --vf-space-checkbox: 0.375rem;
  --vf-space-checkbox-sm: var(--vf-space-checkbox);
  --vf-space-checkbox-lg: var(--vf-space-checkbox);
  --vf-space-tags: 0.1875rem;
  --vf-space-tags-sm: var(--vf-space-tags);
  --vf-space-tags-lg: var(--vf-space-tags);
  --vf-space-static-tag-1: 1rem;
  --vf-space-static-tag-2: 2rem;
  --vf-space-static-tag-3: 3rem;
  --vf-floating-top: 0px;
  --vf-floating-top-sm: 0px;
  --vf-floating-top-lg: 0.6875rem;
  --vf-bg-input: #ffffff;
  --vf-bg-input-hover: var(--vf-bg-input);
  --vf-bg-input-focus: var(--vf-bg-input);
  --vf-bg-input-danger: var(--vf-bg-input);
  --vf-bg-input-success: var(--vf-bg-input);
  --vf-bg-checkbox: var(--vf-bg-input);
  --vf-bg-checkbox-hover: var(--vf-bg-checkbox);
  --vf-bg-checkbox-focus: var(--vf-bg-checkbox);
  --vf-bg-checkbox-danger: var(--vf-bg-checkbox);
  --vf-bg-checkbox-success: var(--vf-bg-checkbox);
  --vf-bg-disabled: var(--vf-gray-200);
  --vf-bg-selected: rgba(17,24,39,0.05);
  --vf-bg-passive: var(--vf-gray-300);
  --vf-bg-icon: var(--vf-gray-500);
  --vf-bg-danger: var(--vf-danger-lighter);
  --vf-bg-success: var(--vf-success-lighter);
  --vf-bg-tag: var(--vf-primary);
  --vf-bg-slider-handle: var(--vf-primary);
  --vf-bg-toggle-handle: #ffffff;
  --vf-bg-date-head: var(--vf-gray-100);
  --vf-bg-addon: transparent;
  --vf-bg-btn: var(--vf-primary);
  --vf-bg-btn-danger: var(--vf-danger);
  --vf-bg-btn-secondary: var(--vf-gray-200);
  --vf-color-input: var(--vf-gray-800);
  --vf-color-input-hover: var(--vf-color-input);
  --vf-color-input-focus: var(--vf-color-input);
  --vf-color-input-danger: var(--vf-color-input);
  --vf-color-input-success: var(--vf-color-input);
  --vf-color-disabled: var(--vf-gray-400);
  --vf-color-placeholder: var(--vf-gray-300);
  --vf-color-passive: var(--vf-gray-700);
  --vf-color-muted: var(--vf-gray-500);
  --vf-color-floating: var(--vf-color-muted);
  --vf-color-floating-focus: var(--vf-color-floating);
  --vf-color-floating-success: var(--vf-color-floating);
  --vf-color-floating-danger: var(--vf-color-floating);
  --vf-color-on-primary: #ffffff;
  --vf-color-danger: var(--vf-danger);
  --vf-color-success: var(--vf-success);
  --vf-color-tag: var(--vf-color-on-primary);
  --vf-color-addon: inherit;
  --vf-color-date-head: var(--vf-gray-700);
  --vf-color-btn: var(--vf-color-on-primary);
  --vf-color-btn-danger: #ffffff;
  --vf-color-btn-secondary: var(--vf-gray-700);
  --vf-border-color-input: var(--vf-gray-300);
  --vf-border-color-input-hover: var(--vf-border-color-input);
  --vf-border-color-input-focus: var(--vf-primary);
  --vf-border-color-input-danger: var(--vf-border-color-input);
  --vf-border-color-input-success: var(--vf-border-color-input);
  --vf-border-color-checkbox: var(--vf-border-color-input);
  --vf-border-color-checkbox-hover: var(--vf-border-color-checkbox);
  --vf-border-color-checkbox-focus: var(--vf-primary);
  --vf-border-color-checkbox-danger: var(--vf-border-color-checkbox);
  --vf-border-color-checkbox-success: var(--vf-border-color-checkbox);
  --vf-border-color-checked: var(--vf-primary);
  --vf-border-color-passive: var(--vf-gray-300);
  --vf-border-color-slider-tooltip: var(--vf-primary);
  --vf-border-color-tag: var(--vf-primary);
  --vf-border-color-btn: var(--vf-primary);
  --vf-border-color-btn-danger: var(--vf-danger);
  --vf-border-color-btn-secondary: var(--vf-gray-200);
  --vf-border-color-blockquote: var(--vf-gray-300);
  --vf-border-color-hr: var(--vf-gray-300);
  --vf-border-width-input-t: 1px;
  --vf-border-width-input-r: 1px;
  --vf-border-width-input-b: 1px;
  --vf-border-width-input-l: 1px;
  --vf-border-width-radio-t: var(--vf-border-width-input-t);
  --vf-border-width-radio-r: var(--vf-border-width-input-r);
  --vf-border-width-radio-b: var(--vf-border-width-input-b);
  --vf-border-width-radio-l: var(--vf-border-width-input-l);
  --vf-border-width-checkbox-t: var(--vf-border-width-input-t);
  --vf-border-width-checkbox-r: var(--vf-border-width-input-r);
  --vf-border-width-checkbox-b: var(--vf-border-width-input-b);
  --vf-border-width-checkbox-l: var(--vf-border-width-input-l);
  --vf-border-width-dropdown: var(--vf-border-width-input-t) var(--vf-border-width-input-r) var(--vf-border-width-input-b) var(--vf-border-width-input-l);
  --vf-border-width-btn: var(--vf-border-width-input-t) var(--vf-border-width-input-r) var(--vf-border-width-input-b) var(--vf-border-width-input-l);
  --vf-border-width-toggle: 0.125rem;
  --vf-border-width-tag: 1px;
  --vf-border-width-blockquote: 3px;
  --vf-shadow-input: 0px 0px 0px 0px rgba(0,0,0,0);
  --vf-shadow-input-hover: var(--vf-shadow-input);
  --vf-shadow-input-focus: var(--vf-shadow-input);
  --vf-shadow-handles: 0px 0px 0px 0px rgba(0,0,0,0);
  --vf-shadow-handles-hover: var(--vf-shadow-input-hover);
  --vf-shadow-handles-focus: var(--vf-shadow-input-focus);
  --vf-shadow-btn: var(--vf-shadow-input);
  --vf-shadow-dropdown: var(--vf-shadow-input);
  --vf-radius-input: 0.25rem;
  --vf-radius-input-sm: var(--vf-radius-input);
  --vf-radius-input-lg: var(--vf-radius-input);
  --vf-radius-btn: var(--vf-radius-input);
  --vf-radius-btn-sm: var(--vf-radius-input-sm);
  --vf-radius-btn-lg: var(--vf-radius-input);
  --vf-radius-small: var(--vf-radius-input);
  --vf-radius-small-sm: var(--vf-radius-input-sm);
  --vf-radius-small-lg: var(--vf-radius-input);
  --vf-radius-large: var(--vf-radius-input);
  --vf-radius-large-sm: var(--vf-radius-input-sm);
  --vf-radius-large-lg: var(--vf-radius-input);
  --vf-radius-tag: var(--vf-radius-input);
  --vf-radius-tag-sm: var(--vf-radius-input-sm);
  --vf-radius-tag-lg: var(--vf-radius-input);
  --vf-radius-checkbox: var(--vf-radius-input);
  --vf-radius-checkbox-sm: var(--vf-radius-input-sm);
  --vf-radius-checkbox-lg: var(--vf-radius-input);
  --vf-radius-slider: var(--vf-radius-input);
  --vf-radius-slider-sm: var(--vf-radius-input-sm);
  --vf-radius-slider-lg: var(--vf-radius-input);
  --vf-radius-image: var(--vf-radius-input);
  --vf-radius-image-sm: var(--vf-radius-input-sm);
  --vf-radius-image-lg: var(--vf-radius-input);
  --vf-radius-gallery: var(--vf-radius-input);
  --vf-radius-gallery-sm: var(--vf-radius-input-sm);
  --vf-radius-gallery-lg: var(--vf-radius-input);
  --vf-checkbox-size: 1rem;
  --vf-checkbox-size-sm: 0.875rem;
  --vf-checkbox-size-lg: 1rem;
  --vf-gallery-size: 6rem;
  --vf-gallery-size-sm: 5rem;
  --vf-gallery-size-lg: 7rem;
  --vf-toggle-width: 3rem;
  --vf-toggle-width-sm: 2.75rem;
  --vf-toggle-width-lg: 3rem;
  --vf-toggle-height: 1.25rem;
  --vf-toggle-height-sm: 1rem;
  --vf-toggle-height-lg: 1.25rem;
  --vf-slider-height: 0.375rem;
  --vf-slider-height-sm: 0.3125rem;
  --vf-slider-height-lg: 0.5rem;
  --vf-slider-height-vertical: 20rem;
  --vf-slider-height-vertical-sm: var(--vf-slider-height-vertical);
  --vf-slider-height-vertical-lg: var(--vf-slider-height-vertical);
  --vf-slider-handle-size: 1rem;
  --vf-slider-handle-size-sm: 0.875rem;
  --vf-slider-handle-size-lg: 1.25rem;
  --vf-slider-tooltip-distance: 0.5rem;
  --vf-slider-tooltip-distance-sm: 0.375rem;
  --vf-slider-tooltip-distance-lg: 0.5rem;
  --vf-slider-tooltip-arrow-size: 0.3125rem;
  --vf-slider-tooltip-arrow-size-sm: var(--vf-slider-tooltip-arrow-size);
  --vf-slider-tooltip-arrow-size-lg: var(--vf-slider-tooltip-arrow-size);
}

.dark, .dark *, .dark :before, .dark :after {
  --vf-danger: #F05252;
  --vf-danger-lighter: #FDE8E8;
  --vf-success: #10b981;
  --vf-success-lighter: #d1fae5;
  --vf-bg-input: var(--vf-dark-800);
  --vf-bg-input-hover: var(--vf-bg-input);
  --vf-bg-input-focus: var(--vf-bg-input);
  --vf-bg-input-danger: var(--vf-bg-input);
  --vf-bg-input-success: var(--vf-bg-input);
  --vf-bg-checkbox: var(--vf-dark-700);
  --vf-bg-checkbox-hover: var(--vf-bg-checkbox);
  --vf-bg-checkbox-focus: var(--vf-bg-checkbox);
  --vf-bg-checkbox-danger: var(--vf-bg-checkbox);
  --vf-bg-checkbox-success: var(--vf-bg-checkbox);
  --vf-bg-disabled: var(--vf-dark-700);
  --vf-bg-selected: var(--vf-dark-700);
  --vf-bg-passive: var(--vf-dark-700);
  --vf-bg-icon: var(--vf-dark-400);
  --vf-bg-danger: var(--vf-danger-lighter);
  --vf-bg-success: var(--vf-success-lighter);
  --vf-bg-tag: var(--vf-primary);
  --vf-bg-slider-handle: var(--vf-primary);
  --vf-bg-toggle-handle: #ffffff;
  --vf-bg-date-head: var(--vf-dark-700);
  --vf-bg-addon: transparent;
  --vf-bg-btn: var(--vf-primary);
  --vf-bg-btn-danger: var(--vf-danger);
  --vf-bg-btn-secondary: var(--vf-dark-700);
  --vf-color-input: var(--vf-dark-100);
  --vf-color-input-hover: var(--vf-color-input);
  --vf-color-input-focus: var(--vf-color-input);
  --vf-color-input-danger: var(--vf-color-input);
  --vf-color-input-success: var(--vf-color-input);
  --vf-color-disabled: var(--vf-dark-500);
  --vf-color-placeholder: var(--vf-dark-500);
  --vf-color-passive: var(--vf-dark-900);
  --vf-color-muted: var(--vf-dark-500);
  --vf-color-floating: var(--vf-color-muted);
  --vf-color-floating-focus: var(--vf-color-floating);
  --vf-color-floating-success: var(--vf-color-floating);
  --vf-color-floating-danger: var(--vf-color-floating);
  --vf-color-on-primary: #ffffff;
  --vf-color-danger: var(--vf-danger);
  --vf-color-success: var(--vf-success);
  --vf-color-tag: var(--vf-color-on-primary);
  --vf-color-addon: initial;
  --vf-color-date-head: var(--vf-dark-200);
  --vf-color-btn: var(--vf-color-on-primary);
  --vf-color-btn-danger: #ffffff;
  --vf-color-btn-secondary: var(--vf-dark-300);
  --vf-border-color-input: var(--vf-dark-800);
  --vf-border-color-input-hover: var(--vf-border-color-input);
  --vf-border-color-input-focus: var(--vf-primary);
  --vf-border-color-input-danger: var(--vf-border-color-input);
  --vf-border-color-input-success: var(--vf-border-color-input);
  --vf-border-color-checkbox: var(--vf-border-color-input);
  --vf-border-color-checkbox-hover: var(--vf-border-color-checkbox);
  --vf-border-color-checkbox-focus: var(--vf-primary);
  --vf-border-color-checkbox-danger: var(--vf-border-color-checkbox);
  --vf-border-color-checkbox-success: var(--vf-border-color-checkbox);
  --vf-border-color-checked: var(--vf-primary);
  --vf-border-color-passive: var(--vf-dark-700);
  --vf-border-color-slider-tooltip: var(--vf-primary);
  --vf-border-color-tag: var(--vf-primary);
  --vf-border-color-btn: var(--vf-primary);
  --vf-border-color-btn-danger: var(--vf-danger);
  --vf-border-color-btn-secondary: var(--vf-dark-700);
  --vf-border-color-blockquote: var(--vf-dark-700);
  --vf-border-color-hr: var(--vf-dark-700);
  --vf-shadow-input: 0px 0px 0px 0px rgba(0,0,0,0);
  --vf-shadow-input-hover: var(--vf-shadow-input);
  --vf-shadow-input-focus: var(--vf-shadow-input);
  --vf-shadow-handles: 0px 0px 0px 0px rgba(0,0,0,0);
  --vf-shadow-handles-hover: var(--vf-shadow-input-hover);
  --vf-shadow-handles-focus: var(--vf-shadow-input-focus);
  --vf-shadow-btn: var(--vf-shadow-input);
  --vf-shadow-dropdown: var(--vf-shadow-input);
}

*, ::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(63 131 248 / 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(63 131 248 / 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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

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

  .container {
    max-width: 3840px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.alert {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  border-radius: var(--rounded-box, 1rem);
  --alert-bg: hsl(var(--b2));
  --alert-bg-mix: hsl(var(--b1));
  background-color: var(--alert-bg);
}
@media (min-width: 640px) {

  .alert {
    grid-auto-flow: column;
    grid-template-columns: auto minmax(auto,1fr);
    justify-items: start;
    text-align: left;
  }
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs {
  max-width: 100%;
  overflow-x: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumbs > ul,
  .breadcrumbs > ol {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-height: -moz-min-content;
  min-height: min-content;
}
.breadcrumbs > ul > li, .breadcrumbs > ol > li {
  display: flex;
  align-items: center;
}
.breadcrumbs > ul > li > a, .breadcrumbs > ol > li > a {
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media (hover:hover) {

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

  .checkbox-primary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
  }

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

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

  .radio-primary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

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

  .table-zebra tr.hover:hover,
  .table-zebra tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  }
}
.btn {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 3rem;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  text-transform: var(--btn-text-case, uppercase);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline-color: hsl(var(--bc) / 1);
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}
.btn-square {
  height: 3rem;
  width: 3rem;
  padding: 0px;
}
.btn-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-group > input[type="radio"].btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-group > input[type="radio"].btn:before {
  content: attr(data-title);
}
.btn:is(input[type="checkbox"]),
.btn:is(input[type="radio"]) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}
.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full {
  display: grid;
}
.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  opacity: 0.75;
  border-radius: var(--rounded-box, 1rem);
}
.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.carousel {
  display: inline-flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--bc);
  --chkfg: var(--b1);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  border-radius: var(--rounded-btn, 0.5rem);
}
.collapse:not(td):not(tr):not(colgroup) {
  visibility: visible;
}
.collapse {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.2s;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
}
.collapse-title,
.collapse > input[type="checkbox"],
.collapse > input[type="radio"],
.collapse-content {
  grid-column-start: 1;
  grid-row-start: 1;
}
.collapse > input[type="checkbox"],
.collapse > input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.collapse[open],
.collapse-open,
.collapse:focus:not(.collapse-close) {
  grid-template-rows: auto 1fr;
}
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
.collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
  grid-template-rows: auto 1fr;
}
.collapse[open] > .collapse-content,
.collapse-open > .collapse-content,
.collapse:focus:not(.collapse-close) > .collapse-content,
.collapse:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-content {
  visibility: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1rem;
  white-space: nowrap;
}
.divider:before,
  .divider:after {
  content: "";
  flex-grow: 1;
  height: 0.125rem;
  width: 100%;
}
.drawer {
  position: relative;
  display: grid;
  grid-auto-columns: max-content auto;
  width: 100%;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown .dropdown-content {
  position: absolute;
}
.dropdown:is(:not(details)) .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
}
.dropdown-end .dropdown-content {
  right: 0px;
}
.dropdown-left .dropdown-content {
  bottom: auto;
  right: 100%;
  top: 0px;
  transform-origin: right;
}
.dropdown-right .dropdown-content {
  bottom: auto;
  left: 100%;
  top: 0px;
  transform-origin: left;
}
.dropdown-bottom .dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top;
}
.dropdown-top .dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom;
}
.dropdown-end.dropdown-right .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown-end.dropdown-left .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) {

  .dropdown.dropdown-hover:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
  }

  .btm-nav > *.\!disabled:hover {
    pointer-events: none !important;
    --tw-border-opacity: 0 !important;
    background-color: hsl(var(--n) / var(--tw-bg-opacity)) !important;
    --tw-bg-opacity: 0.1 !important;
    color: hsl(var(--bc) / var(--tw-text-opacity)) !important;
    --tw-text-opacity: 0.2 !important;
  }

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }

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

  .btn-primary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }

  .btn-success:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--su) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--su) / var(--tw-bg-opacity));
  }

  .btn-error:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--er) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--er) / var(--tw-bg-opacity));
  }

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

  .btn-ghost:hover {
    --tw-border-opacity: 0;
    background-color: hsl(var(--bc) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
  }

  .btn-outline.btn-primary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--pc) / var(--tw-text-opacity));
  }

  .btn-outline.btn-success:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--su) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--su) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--suc) / var(--tw-text-opacity));
  }

  .btn-outline.btn-error:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--er) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--er) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--erc) / var(--tw-text-opacity));
  }

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

  .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }

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

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

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }
}
.dropdown:is(details) summary::-webkit-details-marker {
  display: none;
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.form-control {
  display: flex;
  flex-direction: column;
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.indicator {
  position: relative;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.indicator :where(.indicator-item) {
  z-index: 1;
  position: absolute;
  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));
  white-space: nowrap;
}
.input {
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}
.input-group > .input {
  isolation: isolate;
}
.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select {
  border-radius: 0px;
}
.join {
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--rounded-btn, 0.5rem);
}
.join :where(.join-item) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
@supports not selector(:has(*)) {

  :where(.join *) {
    border-radius: inherit;
  }
}
@supports selector(:has(*)) {

  :where(.join *:has(.join-item)) {
    border-radius: inherit;
  }
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}
.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-left: 1rem;
  padding-left: 0.5rem;
}
.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
  .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: hsl(var(--bc) / 0.3);
}
.menu li.\!disabled {
  cursor: not-allowed !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  color: hsl(var(--bc) / 0.3) !important;
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}
:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
:where(.menu li) .badge {
  justify-self: end;
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.modal) {
  align-items: center;
}
.modal-box {
  max-height: calc(100vh - 5em);
  grid-column-start: 1;
  grid-row-start: 1;
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
}
.progress {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  height: 0.5rem;
  background-color: hsl(var(--bc) / 0.2);
  border-radius: var(--rounded-box, 1rem);
}
.radial-progress {
  position: relative;
  display: inline-grid;
  height: var(--size);
  width: var(--size);
  place-content: center;
  border-radius: 9999px;
  background-color: transparent;
  vertical-align: middle;
  box-sizing: content-box;
  --value: 0;
  --size: 5rem;
  --thickness: calc(var(--size) / 10);
}
.radial-progress::-moz-progress-bar {
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
}
.radial-progress::-webkit-progress-value {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
}
.radial-progress::-webkit-progress-bar {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
}
.radial-progress:before,
.radial-progress:after {
  position: absolute;
  border-radius: 9999px;
  content: "";
}
.radial-progress:before {
  inset: 0px;
  background: radial-gradient(farthest-side, currentColor 98%, #0000) top/var(--thickness) var(--thickness)
      no-repeat,
    conic-gradient(currentColor calc(var(--value) * 1%), #0000 0);
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--thickness)),
    #000 calc(100% - var(--thickness))
  );
  mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--thickness)),
    #000 calc(100% - var(--thickness))
  );
}
.radial-progress:after {
  inset: calc(50% - var(--thickness) / 2);
  transform: rotate(calc(var(--value) * 3.6deg - 90deg)) translate(calc(var(--size) / 2 - 50%));
  background-color: currentColor;
}
.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}
.\!range {
  height: 1.5rem !important;
  width: 100% !important;
  cursor: pointer !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  --range-shdw: var(--bc) !important;
  overflow: hidden !important;
  background-color: transparent !important;
  border-radius: var(--rounded-box, 1rem) !important;
}
.range {
  height: 1.5rem;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  --range-shdw: var(--bc);
  overflow: hidden;
  background-color: transparent;
  border-radius: var(--rounded-box, 1rem);
}
.\!range:focus {
  outline: none !important;
}
.range:focus {
  outline: none;
}
.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.stack {
  display: inline-grid;
  place-items: center;
  align-items: flex-end;
}
.stack > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transform: translateY(10%) scale(0.9);
  z-index: 1;
  width: 100%;
  opacity: 0.6;
}
.stack > *:nth-child(2) {
  transform: translateY(5%) scale(0.95);
  z-index: 2;
  opacity: 0.8;
}
.stack > *:nth-child(1) {
  transform: translateY(0) scale(1);
  z-index: 3;
  opacity: 1;
}
.steps .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  place-items: center;
  text-align: center;
  min-width: 4rem;
}
.swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
  cursor: pointer;
}
.swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.swap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
  opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
  opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
  opacity: 1;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.tab {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: hsl(var(--bc) / var(--tw-text-opacity, 1));
  --tab-bg: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  --tab-border-color: hsl(var(--b3) / var(--tw-bg-opacity, 1));
  color: var(--tab-color);
  padding-left: var(--tab-padding, 1rem);
  padding-right: var(--tab-padding, 1rem);
}
.table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: var(--rounded-box, 1rem);
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.textarea {
  flex-shrink: 1;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}
.toast {
  position: fixed;
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-direction: column;
  white-space: nowrap;
  gap: 0.5rem;
  padding: 1rem;
}
.toggle {
  flex-shrink: 0;
  --tglbg: hsl(var(--b1));
  --handleoffset: 1.5rem;
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
  --togglehandleborder: 0 0;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  border-radius: var(--rounded-badge, 1.9rem);
  transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
  box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.btm-nav > *.\!disabled {
  pointer-events: none !important;
  --tw-border-opacity: 0 !important;
  background-color: hsl(var(--n) / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.1 !important;
  color: hsl(var(--bc) / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.2 !important;
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
.breadcrumbs > ul > li > a:focus, .breadcrumbs > ol > li > a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.breadcrumbs > ul > li > a:focus-visible, .breadcrumbs > ol > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.breadcrumbs > ul > li + *:before, .breadcrumbs > ol > li + *:before {
  content: "";
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.4;
  border-top: 1px solid;
  border-right: 1px solid;
  background-color: transparent;
}
[dir="rtl"] .breadcrumbs > ul > li + *:before,
[dir="rtl"] .breadcrumbs > ol > li + *:before {
  --tw-rotate: -45deg;
}
.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.btn-primary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
  outline-color: hsl(var(--p) / 1);
}
.btn-primary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf) / var(--tw-bg-opacity));
}
.btn-success {
  --tw-border-opacity: 1;
  border-color: hsl(var(--su) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--suc) / var(--tw-text-opacity));
  outline-color: hsl(var(--su) / 1);
}
.btn-success.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--su) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
}
.btn-error {
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--erc) / var(--tw-text-opacity));
  outline-color: hsl(var(--er) / 1);
}
.btn-error.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
}
.btn.glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.btn-ghost.btn-active {
  --tw-border-opacity: 0;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.btn-outline.btn-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.btn-outline.btn-primary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-outline.btn-success {
  --tw-text-opacity: 1;
  color: hsl(var(--su) / var(--tw-text-opacity));
}
.btn-outline.btn-success.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--su) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--suc) / var(--tw-text-opacity));
}
.btn-outline.btn-error {
  --tw-text-opacity: 1;
  color: hsl(var(--er) / var(--tw-text-opacity));
}
.btn-outline.btn-error.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--erc) / var(--tw-text-opacity));
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.btn-group > input[type="radio"]:checked.btn,
  .btn-group > .btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--p) / 1);
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: hsl(var(--p) / 1);
}
@keyframes button-pop {

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

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}
.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 1);
}
.checkbox:checked,
  .checkbox[checked="true"],
  .checkbox[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 65.99%),
      linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 75.99%),
      linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        hsl(var(--chkbg)) 30%,
        hsl(var(--chkfg)) 30.99%,
        hsl(var(--chkfg)) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 80%),
      linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 80%),
      linear-gradient(
        0deg,
        hsl(var(--chkbg)) 43%,
        hsl(var(--chkfg)) 43%,
        hsl(var(--chkfg)) 57%,
        hsl(var(--chkbg)) 57%
      );
}
.checkbox-primary {
  --chkbg: var(--p);
  --chkfg: var(--pc);
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.checkbox-primary:focus-visible {
  outline-color: hsl(var(--p) / 1);
}
.checkbox-primary:checked,
    .checkbox-primary[checked="true"],
    .checkbox-primary[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.checkbox:disabled {
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  opacity: 0.2;
}
@keyframes checkmark {

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

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

  100% {
    background-position-y: 0;
  }
}
[dir="rtl"] .checkbox:checked,
    [dir="rtl"] .checkbox[checked="true"],
    [dir="rtl"] .checkbox[aria-checked="true"] {
  background-image: linear-gradient(45deg, transparent 65%, hsl(var(--chkbg)) 65.99%),
        linear-gradient(-45deg, transparent 75%, hsl(var(--chkbg)) 75.99%),
        linear-gradient(45deg, hsl(var(--chkbg)) 40%, transparent 40.99%),
        linear-gradient(
          -45deg,
          hsl(var(--chkbg)) 30%,
          hsl(var(--chkfg)) 30.99%,
          hsl(var(--chkfg)) 40%,
          transparent 40.99%
        ),
        linear-gradient(45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%);
}
details.collapse {
  width: 100%;
}
details.collapse summary {
  position: relative;
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
details.collapse summary::-webkit-details-marker {
  display: none;
}
.collapse:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 1);
}
.collapse:has(.collapse-title:focus-visible),
.collapse:has(> input[type="checkbox"]:focus-visible),
.collapse:has(> input[type="radio"]:focus-visible) {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 1);
}
.collapse:not(.collapse-open):not(.collapse-close) > input[type="checkbox"],
.collapse:not(.collapse-open):not(.collapse-close) > input[type="radio"]:not(:checked),
.collapse:not(.collapse-open):not(.collapse-close) > .collapse-title {
  cursor: pointer;
}
.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open]) > .collapse-title {
  cursor: unset;
}
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  z-index: 1;
}
.collapse-title,
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  width: 100%;
  padding: 1rem;
  padding-right: 3rem;
  min-height: 3.75rem;
  transition: background-color 0.2s ease-out;
}
.collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type="checkbox"]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type="radio"]:checked ~ .collapse-content) {
  padding-bottom: 1rem;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
}
.collapse[open].collapse-arrow > .collapse-title:after,
.collapse-open.collapse-arrow > .collapse-title:after,
.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  --tw-translate-y: -50%;
  --tw-rotate: 225deg;
  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));
}
[dir="rtl"] .collapse[open].collapse-arrow > .collapse-title:after,
[dir="rtl"] .collapse-open.collapse-arrow > .collapse-title:after,
[dir="rtl"] .collapse-arrow:focus:not(.collapse-close) .collapse-title:after,
[dir="rtl"]
  .collapse-arrow:not(.collapse-close)
  input[type="checkbox"]:checked
  ~ .collapse-title:after {
  --tw-rotate: 135deg;
}
.collapse[open].collapse-plus > .collapse-title:after,
.collapse-open.collapse-plus > .collapse-title:after,
.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  content: "−";
}
.divider:before {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.divider:after {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.divider:not(:empty) {
  gap: 1rem;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.label-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input:focus,
  .input:focus-within {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}
.input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.join > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.loading-bars {
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E");
}
.loading-sm {
  width: 1.25rem;
}
:where(.menu li:empty) {
  background-color: hsl(var(--bc) / 0.1);
  margin: 0.5rem 1rem;
  height: 1px;
}
.menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  left: 0px;
  top: 0.75rem;
  width: 1px;
  background-color: hsl(var(--bc) / 0.1);
  content: "";
}
.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: var(--rounded-btn, 0.5rem);
  text-wrap: balance;
}
:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active).focus,
  :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):focus,
  :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):is(summary):not(.active):focus-visible,
  :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active).focus,
  :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):focus,
  :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):is(summary):not(.active):focus-visible {
  cursor: pointer;
  background-color: hsl(var(--bc) / 0.1);
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu li > *:not(ul):not(.menu-title):not(details):active,
.menu li > *:not(ul):not(.menu-title):not(details).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}
.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  padding-left: 2rem;
}
.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  animation: modal-pop 0.2s ease-out;
}
.modal-backdrop {
  z-index: -1;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  align-self: stretch;
  justify-self: stretch;
  color: transparent;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}
.progress::-moz-progress-bar {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  border-radius: var(--rounded-box, 1rem);
}
.progress:indeterminate {
  --progress-color: hsl(var(--bc));
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite;
}
.progress::-webkit-progress-bar {
  background-color: transparent;
  border-radius: var(--rounded-box, 1rem);
}
.progress::-webkit-progress-value {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  border-radius: var(--rounded-box, 1rem);
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite;
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
.radio:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 1);
}
.radio:checked,
  .radio[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  animation: radiomark var(--animation-input, 0.2s) ease-out;
  box-shadow: 0 0 0 4px hsl(var(--b1)) inset,
      0 0 0 4px hsl(var(--b1)) inset;
}
.radio-primary {
  --chkbg: var(--p);
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.radio-primary:focus-visible {
  outline-color: hsl(var(--p) / 1);
}
.radio-primary:checked,
    .radio-primary[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset,
      0 0 0 12px hsl(var(--b1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset,
      0 0 0 3px hsl(var(--b1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset,
      0 0 0 4px hsl(var(--b1)) inset;
  }
}
.\!range:focus-visible::-webkit-slider-thumb {
  --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset !important;
}
.range:focus-visible::-webkit-slider-thumb {
  --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset;
}
.\!range:focus-visible::-moz-range-thumb {
  --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset !important;
}
.range:focus-visible::-moz-range-thumb {
  --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset;
}
.\!range::-webkit-slider-runnable-track {
  height: 0.5rem !important;
  width: 100% !important;
  background-color: hsl(var(--bc) / 0.1) !important;
  border-radius: var(--rounded-box, 1rem) !important;
}
.range::-webkit-slider-runnable-track {
  height: 0.5rem;
  width: 100%;
  background-color: hsl(var(--bc) / 0.1);
  border-radius: var(--rounded-box, 1rem);
}
.\!range::-moz-range-track {
  height: 0.5rem !important;
  width: 100% !important;
  background-color: hsl(var(--bc) / 0.1) !important;
  border-radius: var(--rounded-box, 1rem) !important;
}
.range::-moz-range-track {
  height: 0.5rem;
  width: 100%;
  background-color: hsl(var(--bc) / 0.1);
  border-radius: var(--rounded-box, 1rem);
}
.\!range::-webkit-slider-thumb {
  position: relative !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity)) !important;
  border-radius: var(--rounded-box, 1rem) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  top: 50% !important;
  color: hsl(var(--range-shdw)) !important;
  transform: translateY(-50%) !important;
  --filler-size: 100rem !important;
  --filler-offset: 0.6rem !important;
  box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size) !important;
}
.range::-webkit-slider-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-box, 1rem);
  appearance: none;
  -webkit-appearance: none;
  top: 50%;
  color: hsl(var(--range-shdw));
  transform: translateY(-50%);
  --filler-size: 100rem;
  --filler-offset: 0.6rem;
  box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
.\!range::-moz-range-thumb {
  position: relative !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity)) !important;
  border-radius: var(--rounded-box, 1rem) !important;
  top: 50% !important;
  color: hsl(var(--range-shdw)) !important;
  --filler-size: 100rem !important;
  --filler-offset: 0.5rem !important;
  box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size) !important;
}
.range::-moz-range-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-box, 1rem);
  top: 50%;
  color: hsl(var(--range-shdw));
  --filler-size: 100rem;
  --filler-offset: 0.5rem;
  box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
@keyframes rating-pop {

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

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

  100% {
    transform: translateY(0);
  }
}
.select:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
.steps .step:before {
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  content: "";
  margin-left: -100%;
}
.steps .step:after {
  content: counter(step);
  counter-increment: step;
  z-index: 1;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  place-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.steps .step:first-child:before {
  content: none;
}
.steps .step[data-content]:after {
  content: attr(data-content);
}
.tab.tab-active:not(.tab-disabled):not([disabled]) {
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -3px;
}
.tab:focus-visible.tab-lifted {
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}
.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
}
.table :where(thead, tbody) :where(tr:not(:last-child)),
    .table :where(thead, tbody) :where(tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--b2) / var(--tw-border-opacity));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: hsl(var(--bc) / 0.6);
}
.textarea:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.toast > * {
  animation: toast-pop 0.25s ease-out;
}
@keyframes toast-pop {

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
[dir="rtl"] .toggle {
  --handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}
.toggle:checked,
  .toggle[checked="true"],
  .toggle[aria-checked="true"] {
  --handleoffsetcalculator: var(--handleoffset);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[checked="true"], [dir="rtl"] .toggle[aria-checked="true"] {
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate {
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 0.3;
  --togglehandleborder: 0 0 0 3px hsl(var(--bc)) inset,
      var(--handleoffsetcalculator) 0 0 3px hsl(var(--bc)) inset;
}
.rounded-box {
  border-radius: var(--rounded-box, 1rem);
}
.artboard.phone {
  width: 320px;
}
.artboard.phone-1.horizontal,
      .artboard.phone-1.artboard-horizontal {
  width: 568px;
  height: 320px;
}
.artboard.phone-2.horizontal,
      .artboard.phone-2.artboard-horizontal {
  width: 667px;
  height: 375px;
}
.artboard.phone-3.horizontal,
      .artboard.phone-3.artboard-horizontal {
  width: 736px;
  height: 414px;
}
.artboard.phone-4.horizontal,
      .artboard.phone-4.artboard-horizontal {
  width: 812px;
  height: 375px;
}
.artboard.phone-5.horizontal,
      .artboard.phone-5.artboard-horizontal {
  width: 896px;
  height: 414px;
}
.artboard.phone-6.horizontal,
      .artboard.phone-6.artboard-horizontal {
  width: 1024px;
  height: 320px;
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.btn-xs {
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 1.5rem;
  font-size: 0.75rem;
}
.btn-sm {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-height: 2rem;
  font-size: 0.875rem;
}
.btn-square:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px;
}
.btn-square:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  padding: 0px;
}
.btn-square:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  padding: 0px;
}
.btn-square:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  padding: 0px;
}
.btn-circle:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}
.checkbox-sm {
  height: 1.25rem;
  width: 1.25rem;
}
.indicator :where(.indicator-item) {
  bottom: auto;
  left: auto;
  right: 0px;
  top: 0px;
  --tw-translate-y: -50%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.indicator :where(.indicator-item.indicator-start) {
  left: 0px;
  right: auto;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.indicator :where(.indicator-item.indicator-center) {
  left: 50%;
  right: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.indicator :where(.indicator-item.indicator-end) {
  left: auto;
  right: 0px;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.indicator :where(.indicator-item.indicator-bottom) {
  bottom: 0px;
  top: auto;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.indicator :where(.indicator-item.indicator-middle) {
  bottom: 50%;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.indicator :where(.indicator-item.indicator-top) {
  bottom: auto;
  top: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.join.join-vertical {
  flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.join.join-horizontal {
  flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.menu-vertical {
  display: flex;
  flex-direction: column;
}
.menu-vertical > li:not(.menu-title) > details > ul {
  position: relative;
}
.steps-horizontal .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}
.steps-vertical .step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
:where(.toast) {
  bottom: 0px;
  left: auto;
  right: 0px;
  top: auto;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-start) {
  left: 0px;
  right: auto;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-center) {
  left: 50%;
  right: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-end) {
  left: auto;
  right: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-bottom) {
  bottom: 0px;
  top: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-middle) {
  bottom: auto;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-top) {
  bottom: auto;
  top: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tooltip {
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
}
.tooltip:before {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
}
.tooltip:before, .tooltip-top:before {
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:first-child:not(:last-child) {
  margin-left: -1px;
  margin-top: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}
.btn-group .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.btn-group-horizontal .btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-horizontal .btn:first-child:not(:last-child) {
  margin-left: -1px;
  margin-top: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}
.btn-group-horizontal .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.btn-group-vertical .btn:first-child:not(:last-child) {
  margin-left: -0px;
  margin-top: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.menu-vertical > li:not(.menu-title) > details > ul {
  margin-left: 1rem;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
.modal-top :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: -2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
}
.modal-middle :where(.modal-box) {
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
}
.modal-bottom :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
}
.steps-horizontal .step {
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}
.steps-horizontal .step:before {
  height: 0.5rem;
  width: 100%;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  margin-left: -100%;
}
.steps-vertical .step {
  gap: 0.5rem;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
  min-height: 4rem;
  justify-items: start;
}
.steps-vertical .step:before {
  height: 100%;
  width: 0.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin-left: 50%;
}
[dir="rtl"] .steps-vertical .step:before {
  margin-right: auto;
}
.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  --tooltip-tail: 0.1875rem;
  --tooltip-color: hsl(var(--n));
  --tooltip-text-color: hsl(var(--nc));
  --tooltip-tail-offset: calc(100% + 0.0625rem - var(--tooltip-tail));
}
.tooltip:before,
.tooltip:after {
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}
.tooltip:before {
  max-width: 20rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -moz-max-content;
  width: max-content;
}
.tooltip.tooltip-open:before,
.tooltip.tooltip-open:after,
.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible):before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after {
  visibility: hidden;
  opacity: 0;
}
.tooltip:after, .tooltip-top:after {
  transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}
.apexcharts-canvas .apexcharts-tooltip {
  background-color: white;
  color: #6B7280;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.dark .apexcharts-canvas .apexcharts-tooltip {
  background-color: #374151;
  color: #9CA3AF;
  border-color: transparent;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: #F3F4F6;
  border-bottom-color: #E5E7EB;
  font-size: 0.875rem !important;
  font-weight: 400;
  color: #6B7280;
}
.dark .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
  background-color: #4B5563;
  border-color: #6B7280;
  color: #9CA3AF;
}
.apexcharts-canvas .apexcharts-xaxistooltip {
  color: #6B7280;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-color: transparent;
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.dark .apexcharts-canvas .apexcharts-xaxistooltip {
  color: #9CA3AF;
  background-color: #374151;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-label {
  color: #6B7280;
  font-size: 0.875rem;
}
.dark .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-label {
  color: #9CA3AF;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-value {
  color: #111827;
  font-size: 0.875rem;
}
.dark .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-value {
  color: white;
}
.apexcharts-canvas .apexcharts-xaxistooltip-text {
  font-weight: 400;
  font-size: 0.875rem !important;
}
.apexcharts-canvas .apexcharts-xaxistooltip:after, .apexcharts-canvas .apexcharts-xaxistooltip:before {
  border-bottom-color: white;
}
.apexcharts-canvas .apexcharts-xaxistooltip:after {
  border-width: 8px;
  margin-left: -8px;
}
.apexcharts-canvas .apexcharts-xaxistooltip:before {
  border-width: 10px;
  margin-left: -10px;
}
.dark .apexcharts-canvas .apexcharts-xaxistooltip:after, .dark .apexcharts-canvas .apexcharts-xaxistooltip:before {
  border-bottom-color: #374151;
}
.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group {
  padding: 0;
}
.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: white !important;
  color: #6B7280 !important;
}
.dark .apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active {
  background-color: #374151 !important;
  color: #9CA3AF !important;
}
.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active:first-of-type {
  padding-top: 0.75rem;
}
.apexcharts-canvas .apexcharts-legend {
  padding: 0 !important;
}
.apexcharts-canvas .apexcharts-legend-text {
  font-size: 0.75rem;
  font-weight: 500 !important;
  padding-left: 1.25rem;
  color: #6B7280 !important;
}
.apexcharts-canvas .apexcharts-legend-text:not(.apexcharts-inactive-legend):hover {
  color: #111827 !important;
}
.dark .apexcharts-canvas .apexcharts-legend-text {
  color: #9CA3AF !important;
}
.dark .apexcharts-canvas .apexcharts-legend-text:not(.apexcharts-inactive-legend):hover {
  color: white !important;
}
.apexcharts-canvas .apexcharts-legend-series {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem !important;
  display: flex;
  align-items: center;
}
.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value {
  fill: #111827 !important;
  font-size: 1.875rem;
  font-weight: 700;
}
.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value {
  fill: white !important;
}
.apexcharts-canvas .apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-label {
  fill: #6B7280 !important;
  font-size: 1rem;
  font-weight: 400;
}
.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-label {
  fill: #9CA3AF !important;
}
.apexcharts-canvas .apexcharts-datalabels .apexcharts-text.apexcharts-pie-label {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  filter: none !important;
}
.apexcharts-gridline, .apexcharts-xcrosshairs, .apexcharts-ycrosshairs {
  stroke: #E5E7EB !important;
}
.dark .apexcharts-gridline, .dark .apexcharts-xcrosshairs, .dark .apexcharts-ycrosshairs {
  stroke: #374151 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-px {
  bottom: -1px;
}
.-left-px {
  left: -1px;
}
.-right-px {
  right: -1px;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.right-full {
  right: 100%;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-full {
  top: 100%;
}
.top-px {
  top: 1px;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-1000 {
  z-index: 1000;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-999 {
  z-index: 999;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[5\] {
  z-index: 5;
}
.-order-1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-4 {
  grid-column-end: 4;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-auto {
  margin: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.-mb-0 {
  margin-bottom: -0px;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-28 {
  margin-left: -7rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-0 {
  margin-top: -0px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-px {
  margin-bottom: 1px;
}
.me-2 {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-px {
  margin-left: 1px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-px {
  margin-right: 1px;
}
.ms-3 {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-px {
  margin-top: 1px;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.h-0 {
  height: 0px;
}
.h-0\.75 {
  height: 0.1875rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[13rem\] {
  height: 13rem;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[93vh\] {
  height: 93vh;
}
.h-\[calc\(100vh-145px\)\] {
  height: calc(100vh - 145px);
}
.h-\[calc\(100vh-165px\)\] {
  height: calc(100vh - 165px);
}
.h-\[calc\(100vh-75px\)\] {
  height: calc(100vh - 75px);
}
.h-\[calc\(100vh-77px\)\] {
  height: calc(100vh - 77px);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[calc\(100vh-77px\)\] {
  max-height: calc(100vh - 77px);
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[13rem\] {
  min-height: 13rem;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-\[24rem\] {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.table-auto {
  table-layout: auto;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-3\/4 {
  --tw-translate-x: -75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.transform-none {
  transform: none;
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.justify-self-auto {
  justify-self: auto;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.\!rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.\!rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.\!border-r-0 {
  border-right-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(225 239 254 / var(--tw-border-opacity));
}
.border-blue-100\/0 {
  border-color: rgb(225 239 254 / 0);
}
.border-blue-100\/10 {
  border-color: rgb(225 239 254 / 0.1);
}
.border-blue-100\/100 {
  border-color: rgb(225 239 254 / 1);
}
.border-blue-100\/15 {
  border-color: rgb(225 239 254 / 0.15);
}
.border-blue-100\/20 {
  border-color: rgb(225 239 254 / 0.2);
}
.border-blue-100\/25 {
  border-color: rgb(225 239 254 / 0.25);
}
.border-blue-100\/30 {
  border-color: rgb(225 239 254 / 0.3);
}
.border-blue-100\/35 {
  border-color: rgb(225 239 254 / 0.35);
}
.border-blue-100\/40 {
  border-color: rgb(225 239 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(225 239 254 / 0.45);
}
.border-blue-100\/5 {
  border-color: rgb(225 239 254 / 0.05);
}
.border-blue-100\/50 {
  border-color: rgb(225 239 254 / 0.5);
}
.border-blue-100\/55 {
  border-color: rgb(225 239 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(225 239 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(225 239 254 / 0.65);
}
.border-blue-100\/70 {
  border-color: rgb(225 239 254 / 0.7);
}
.border-blue-100\/75 {
  border-color: rgb(225 239 254 / 0.75);
}
.border-blue-100\/80 {
  border-color: rgb(225 239 254 / 0.8);
}
.border-blue-100\/85 {
  border-color: rgb(225 239 254 / 0.85);
}
.border-blue-100\/90 {
  border-color: rgb(225 239 254 / 0.9);
}
.border-blue-100\/95 {
  border-color: rgb(225 239 254 / 0.95);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-border-opacity));
}
.border-blue-200\/0 {
  border-color: rgb(195 221 253 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(195 221 253 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(195 221 253 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(195 221 253 / 0.15);
}
.border-blue-200\/20 {
  border-color: rgb(195 221 253 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(195 221 253 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(195 221 253 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(195 221 253 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(195 221 253 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(195 221 253 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(195 221 253 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(195 221 253 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(195 221 253 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(195 221 253 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(195 221 253 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(195 221 253 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(195 221 253 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(195 221 253 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(195 221 253 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(195 221 253 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(195 221 253 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-blue-300\/0 {
  border-color: rgb(164 202 254 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(164 202 254 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(164 202 254 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(164 202 254 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(164 202 254 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(164 202 254 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(164 202 254 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(164 202 254 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(164 202 254 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(164 202 254 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(164 202 254 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(164 202 254 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(164 202 254 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(164 202 254 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(164 202 254 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(164 202 254 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(164 202 254 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(164 202 254 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(164 202 254 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(164 202 254 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(164 202 254 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-blue-400\/0 {
  border-color: rgb(118 169 250 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(118 169 250 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(118 169 250 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(118 169 250 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(118 169 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(118 169 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(118 169 250 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(118 169 250 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(118 169 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(118 169 250 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(118 169 250 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(118 169 250 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(118 169 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(118 169 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(118 169 250 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(118 169 250 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(118 169 250 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(118 169 250 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(118 169 250 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(118 169 250 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(118 169 250 / 0.95);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(235 245 255 / var(--tw-border-opacity));
}
.border-blue-50\/0 {
  border-color: rgb(235 245 255 / 0);
}
.border-blue-50\/10 {
  border-color: rgb(235 245 255 / 0.1);
}
.border-blue-50\/100 {
  border-color: rgb(235 245 255 / 1);
}
.border-blue-50\/15 {
  border-color: rgb(235 245 255 / 0.15);
}
.border-blue-50\/20 {
  border-color: rgb(235 245 255 / 0.2);
}
.border-blue-50\/25 {
  border-color: rgb(235 245 255 / 0.25);
}
.border-blue-50\/30 {
  border-color: rgb(235 245 255 / 0.3);
}
.border-blue-50\/35 {
  border-color: rgb(235 245 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(235 245 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(235 245 255 / 0.45);
}
.border-blue-50\/5 {
  border-color: rgb(235 245 255 / 0.05);
}
.border-blue-50\/50 {
  border-color: rgb(235 245 255 / 0.5);
}
.border-blue-50\/55 {
  border-color: rgb(235 245 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(235 245 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(235 245 255 / 0.65);
}
.border-blue-50\/70 {
  border-color: rgb(235 245 255 / 0.7);
}
.border-blue-50\/75 {
  border-color: rgb(235 245 255 / 0.75);
}
.border-blue-50\/80 {
  border-color: rgb(235 245 255 / 0.8);
}
.border-blue-50\/85 {
  border-color: rgb(235 245 255 / 0.85);
}
.border-blue-50\/90 {
  border-color: rgb(235 245 255 / 0.9);
}
.border-blue-50\/95 {
  border-color: rgb(235 245 255 / 0.95);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-blue-500\/0 {
  border-color: rgb(63 131 248 / 0);
}
.border-blue-500\/10 {
  border-color: rgb(63 131 248 / 0.1);
}
.border-blue-500\/100 {
  border-color: rgb(63 131 248 / 1);
}
.border-blue-500\/15 {
  border-color: rgb(63 131 248 / 0.15);
}
.border-blue-500\/20 {
  border-color: rgb(63 131 248 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(63 131 248 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(63 131 248 / 0.3);
}
.border-blue-500\/35 {
  border-color: rgb(63 131 248 / 0.35);
}
.border-blue-500\/40 {
  border-color: rgb(63 131 248 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(63 131 248 / 0.45);
}
.border-blue-500\/5 {
  border-color: rgb(63 131 248 / 0.05);
}
.border-blue-500\/50 {
  border-color: rgb(63 131 248 / 0.5);
}
.border-blue-500\/55 {
  border-color: rgb(63 131 248 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(63 131 248 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(63 131 248 / 0.65);
}
.border-blue-500\/70 {
  border-color: rgb(63 131 248 / 0.7);
}
.border-blue-500\/75 {
  border-color: rgb(63 131 248 / 0.75);
}
.border-blue-500\/80 {
  border-color: rgb(63 131 248 / 0.8);
}
.border-blue-500\/85 {
  border-color: rgb(63 131 248 / 0.85);
}
.border-blue-500\/90 {
  border-color: rgb(63 131 248 / 0.9);
}
.border-blue-500\/95 {
  border-color: rgb(63 131 248 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-blue-600\/0 {
  border-color: rgb(28 100 242 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(28 100 242 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(28 100 242 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(28 100 242 / 0.15);
}
.border-blue-600\/20 {
  border-color: rgb(28 100 242 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(28 100 242 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(28 100 242 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(28 100 242 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(28 100 242 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(28 100 242 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(28 100 242 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(28 100 242 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(28 100 242 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(28 100 242 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(28 100 242 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(28 100 242 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(28 100 242 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(28 100 242 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(28 100 242 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(28 100 242 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(28 100 242 / 0.95);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-blue-700\/0 {
  border-color: rgb(26 86 219 / 0);
}
.border-blue-700\/10 {
  border-color: rgb(26 86 219 / 0.1);
}
.border-blue-700\/100 {
  border-color: rgb(26 86 219 / 1);
}
.border-blue-700\/15 {
  border-color: rgb(26 86 219 / 0.15);
}
.border-blue-700\/20 {
  border-color: rgb(26 86 219 / 0.2);
}
.border-blue-700\/25 {
  border-color: rgb(26 86 219 / 0.25);
}
.border-blue-700\/30 {
  border-color: rgb(26 86 219 / 0.3);
}
.border-blue-700\/35 {
  border-color: rgb(26 86 219 / 0.35);
}
.border-blue-700\/40 {
  border-color: rgb(26 86 219 / 0.4);
}
.border-blue-700\/45 {
  border-color: rgb(26 86 219 / 0.45);
}
.border-blue-700\/5 {
  border-color: rgb(26 86 219 / 0.05);
}
.border-blue-700\/50 {
  border-color: rgb(26 86 219 / 0.5);
}
.border-blue-700\/55 {
  border-color: rgb(26 86 219 / 0.55);
}
.border-blue-700\/60 {
  border-color: rgb(26 86 219 / 0.6);
}
.border-blue-700\/65 {
  border-color: rgb(26 86 219 / 0.65);
}
.border-blue-700\/70 {
  border-color: rgb(26 86 219 / 0.7);
}
.border-blue-700\/75 {
  border-color: rgb(26 86 219 / 0.75);
}
.border-blue-700\/80 {
  border-color: rgb(26 86 219 / 0.8);
}
.border-blue-700\/85 {
  border-color: rgb(26 86 219 / 0.85);
}
.border-blue-700\/90 {
  border-color: rgb(26 86 219 / 0.9);
}
.border-blue-700\/95 {
  border-color: rgb(26 86 219 / 0.95);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 66 159 / var(--tw-border-opacity));
}
.border-blue-800\/0 {
  border-color: rgb(30 66 159 / 0);
}
.border-blue-800\/10 {
  border-color: rgb(30 66 159 / 0.1);
}
.border-blue-800\/100 {
  border-color: rgb(30 66 159 / 1);
}
.border-blue-800\/15 {
  border-color: rgb(30 66 159 / 0.15);
}
.border-blue-800\/20 {
  border-color: rgb(30 66 159 / 0.2);
}
.border-blue-800\/25 {
  border-color: rgb(30 66 159 / 0.25);
}
.border-blue-800\/30 {
  border-color: rgb(30 66 159 / 0.3);
}
.border-blue-800\/35 {
  border-color: rgb(30 66 159 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(30 66 159 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(30 66 159 / 0.45);
}
.border-blue-800\/5 {
  border-color: rgb(30 66 159 / 0.05);
}
.border-blue-800\/50 {
  border-color: rgb(30 66 159 / 0.5);
}
.border-blue-800\/55 {
  border-color: rgb(30 66 159 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(30 66 159 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(30 66 159 / 0.65);
}
.border-blue-800\/70 {
  border-color: rgb(30 66 159 / 0.7);
}
.border-blue-800\/75 {
  border-color: rgb(30 66 159 / 0.75);
}
.border-blue-800\/80 {
  border-color: rgb(30 66 159 / 0.8);
}
.border-blue-800\/85 {
  border-color: rgb(30 66 159 / 0.85);
}
.border-blue-800\/90 {
  border-color: rgb(30 66 159 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(30 66 159 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(35 56 118 / var(--tw-border-opacity));
}
.border-blue-900\/0 {
  border-color: rgb(35 56 118 / 0);
}
.border-blue-900\/10 {
  border-color: rgb(35 56 118 / 0.1);
}
.border-blue-900\/100 {
  border-color: rgb(35 56 118 / 1);
}
.border-blue-900\/15 {
  border-color: rgb(35 56 118 / 0.15);
}
.border-blue-900\/20 {
  border-color: rgb(35 56 118 / 0.2);
}
.border-blue-900\/25 {
  border-color: rgb(35 56 118 / 0.25);
}
.border-blue-900\/30 {
  border-color: rgb(35 56 118 / 0.3);
}
.border-blue-900\/35 {
  border-color: rgb(35 56 118 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(35 56 118 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(35 56 118 / 0.45);
}
.border-blue-900\/5 {
  border-color: rgb(35 56 118 / 0.05);
}
.border-blue-900\/50 {
  border-color: rgb(35 56 118 / 0.5);
}
.border-blue-900\/55 {
  border-color: rgb(35 56 118 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(35 56 118 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(35 56 118 / 0.65);
}
.border-blue-900\/70 {
  border-color: rgb(35 56 118 / 0.7);
}
.border-blue-900\/75 {
  border-color: rgb(35 56 118 / 0.75);
}
.border-blue-900\/80 {
  border-color: rgb(35 56 118 / 0.8);
}
.border-blue-900\/85 {
  border-color: rgb(35 56 118 / 0.85);
}
.border-blue-900\/90 {
  border-color: rgb(35 56 118 / 0.9);
}
.border-blue-900\/95 {
  border-color: rgb(35 56 118 / 0.95);
}
.border-blush-100 {
  --tw-border-opacity: 1;
  border-color: rgb(251 240 239 / var(--tw-border-opacity));
}
.border-blush-100\/0 {
  border-color: rgb(251 240 239 / 0);
}
.border-blush-100\/10 {
  border-color: rgb(251 240 239 / 0.1);
}
.border-blush-100\/100 {
  border-color: rgb(251 240 239 / 1);
}
.border-blush-100\/15 {
  border-color: rgb(251 240 239 / 0.15);
}
.border-blush-100\/20 {
  border-color: rgb(251 240 239 / 0.2);
}
.border-blush-100\/25 {
  border-color: rgb(251 240 239 / 0.25);
}
.border-blush-100\/30 {
  border-color: rgb(251 240 239 / 0.3);
}
.border-blush-100\/35 {
  border-color: rgb(251 240 239 / 0.35);
}
.border-blush-100\/40 {
  border-color: rgb(251 240 239 / 0.4);
}
.border-blush-100\/45 {
  border-color: rgb(251 240 239 / 0.45);
}
.border-blush-100\/5 {
  border-color: rgb(251 240 239 / 0.05);
}
.border-blush-100\/50 {
  border-color: rgb(251 240 239 / 0.5);
}
.border-blush-100\/55 {
  border-color: rgb(251 240 239 / 0.55);
}
.border-blush-100\/60 {
  border-color: rgb(251 240 239 / 0.6);
}
.border-blush-100\/65 {
  border-color: rgb(251 240 239 / 0.65);
}
.border-blush-100\/70 {
  border-color: rgb(251 240 239 / 0.7);
}
.border-blush-100\/75 {
  border-color: rgb(251 240 239 / 0.75);
}
.border-blush-100\/80 {
  border-color: rgb(251 240 239 / 0.8);
}
.border-blush-100\/85 {
  border-color: rgb(251 240 239 / 0.85);
}
.border-blush-100\/90 {
  border-color: rgb(251 240 239 / 0.9);
}
.border-blush-100\/95 {
  border-color: rgb(251 240 239 / 0.95);
}
.border-blush-200 {
  --tw-border-opacity: 1;
  border-color: rgb(247 207 222 / var(--tw-border-opacity));
}
.border-blush-200\/0 {
  border-color: rgb(247 207 222 / 0);
}
.border-blush-200\/10 {
  border-color: rgb(247 207 222 / 0.1);
}
.border-blush-200\/100 {
  border-color: rgb(247 207 222 / 1);
}
.border-blush-200\/15 {
  border-color: rgb(247 207 222 / 0.15);
}
.border-blush-200\/20 {
  border-color: rgb(247 207 222 / 0.2);
}
.border-blush-200\/25 {
  border-color: rgb(247 207 222 / 0.25);
}
.border-blush-200\/30 {
  border-color: rgb(247 207 222 / 0.3);
}
.border-blush-200\/35 {
  border-color: rgb(247 207 222 / 0.35);
}
.border-blush-200\/40 {
  border-color: rgb(247 207 222 / 0.4);
}
.border-blush-200\/45 {
  border-color: rgb(247 207 222 / 0.45);
}
.border-blush-200\/5 {
  border-color: rgb(247 207 222 / 0.05);
}
.border-blush-200\/50 {
  border-color: rgb(247 207 222 / 0.5);
}
.border-blush-200\/55 {
  border-color: rgb(247 207 222 / 0.55);
}
.border-blush-200\/60 {
  border-color: rgb(247 207 222 / 0.6);
}
.border-blush-200\/65 {
  border-color: rgb(247 207 222 / 0.65);
}
.border-blush-200\/70 {
  border-color: rgb(247 207 222 / 0.7);
}
.border-blush-200\/75 {
  border-color: rgb(247 207 222 / 0.75);
}
.border-blush-200\/80 {
  border-color: rgb(247 207 222 / 0.8);
}
.border-blush-200\/85 {
  border-color: rgb(247 207 222 / 0.85);
}
.border-blush-200\/90 {
  border-color: rgb(247 207 222 / 0.9);
}
.border-blush-200\/95 {
  border-color: rgb(247 207 222 / 0.95);
}
.border-blush-300 {
  --tw-border-opacity: 1;
  border-color: rgb(236 163 187 / var(--tw-border-opacity));
}
.border-blush-300\/0 {
  border-color: rgb(236 163 187 / 0);
}
.border-blush-300\/10 {
  border-color: rgb(236 163 187 / 0.1);
}
.border-blush-300\/100 {
  border-color: rgb(236 163 187 / 1);
}
.border-blush-300\/15 {
  border-color: rgb(236 163 187 / 0.15);
}
.border-blush-300\/20 {
  border-color: rgb(236 163 187 / 0.2);
}
.border-blush-300\/25 {
  border-color: rgb(236 163 187 / 0.25);
}
.border-blush-300\/30 {
  border-color: rgb(236 163 187 / 0.3);
}
.border-blush-300\/35 {
  border-color: rgb(236 163 187 / 0.35);
}
.border-blush-300\/40 {
  border-color: rgb(236 163 187 / 0.4);
}
.border-blush-300\/45 {
  border-color: rgb(236 163 187 / 0.45);
}
.border-blush-300\/5 {
  border-color: rgb(236 163 187 / 0.05);
}
.border-blush-300\/50 {
  border-color: rgb(236 163 187 / 0.5);
}
.border-blush-300\/55 {
  border-color: rgb(236 163 187 / 0.55);
}
.border-blush-300\/60 {
  border-color: rgb(236 163 187 / 0.6);
}
.border-blush-300\/65 {
  border-color: rgb(236 163 187 / 0.65);
}
.border-blush-300\/70 {
  border-color: rgb(236 163 187 / 0.7);
}
.border-blush-300\/75 {
  border-color: rgb(236 163 187 / 0.75);
}
.border-blush-300\/80 {
  border-color: rgb(236 163 187 / 0.8);
}
.border-blush-300\/85 {
  border-color: rgb(236 163 187 / 0.85);
}
.border-blush-300\/90 {
  border-color: rgb(236 163 187 / 0.9);
}
.border-blush-300\/95 {
  border-color: rgb(236 163 187 / 0.95);
}
.border-blush-400 {
  --tw-border-opacity: 1;
  border-color: rgb(233 114 148 / var(--tw-border-opacity));
}
.border-blush-400\/0 {
  border-color: rgb(233 114 148 / 0);
}
.border-blush-400\/10 {
  border-color: rgb(233 114 148 / 0.1);
}
.border-blush-400\/100 {
  border-color: rgb(233 114 148 / 1);
}
.border-blush-400\/15 {
  border-color: rgb(233 114 148 / 0.15);
}
.border-blush-400\/20 {
  border-color: rgb(233 114 148 / 0.2);
}
.border-blush-400\/25 {
  border-color: rgb(233 114 148 / 0.25);
}
.border-blush-400\/30 {
  border-color: rgb(233 114 148 / 0.3);
}
.border-blush-400\/35 {
  border-color: rgb(233 114 148 / 0.35);
}
.border-blush-400\/40 {
  border-color: rgb(233 114 148 / 0.4);
}
.border-blush-400\/45 {
  border-color: rgb(233 114 148 / 0.45);
}
.border-blush-400\/5 {
  border-color: rgb(233 114 148 / 0.05);
}
.border-blush-400\/50 {
  border-color: rgb(233 114 148 / 0.5);
}
.border-blush-400\/55 {
  border-color: rgb(233 114 148 / 0.55);
}
.border-blush-400\/60 {
  border-color: rgb(233 114 148 / 0.6);
}
.border-blush-400\/65 {
  border-color: rgb(233 114 148 / 0.65);
}
.border-blush-400\/70 {
  border-color: rgb(233 114 148 / 0.7);
}
.border-blush-400\/75 {
  border-color: rgb(233 114 148 / 0.75);
}
.border-blush-400\/80 {
  border-color: rgb(233 114 148 / 0.8);
}
.border-blush-400\/85 {
  border-color: rgb(233 114 148 / 0.85);
}
.border-blush-400\/90 {
  border-color: rgb(233 114 148 / 0.9);
}
.border-blush-400\/95 {
  border-color: rgb(233 114 148 / 0.95);
}
.border-blush-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 252 251 / var(--tw-border-opacity));
}
.border-blush-50\/0 {
  border-color: rgb(253 252 251 / 0);
}
.border-blush-50\/10 {
  border-color: rgb(253 252 251 / 0.1);
}
.border-blush-50\/100 {
  border-color: rgb(253 252 251 / 1);
}
.border-blush-50\/15 {
  border-color: rgb(253 252 251 / 0.15);
}
.border-blush-50\/20 {
  border-color: rgb(253 252 251 / 0.2);
}
.border-blush-50\/25 {
  border-color: rgb(253 252 251 / 0.25);
}
.border-blush-50\/30 {
  border-color: rgb(253 252 251 / 0.3);
}
.border-blush-50\/35 {
  border-color: rgb(253 252 251 / 0.35);
}
.border-blush-50\/40 {
  border-color: rgb(253 252 251 / 0.4);
}
.border-blush-50\/45 {
  border-color: rgb(253 252 251 / 0.45);
}
.border-blush-50\/5 {
  border-color: rgb(253 252 251 / 0.05);
}
.border-blush-50\/50 {
  border-color: rgb(253 252 251 / 0.5);
}
.border-blush-50\/55 {
  border-color: rgb(253 252 251 / 0.55);
}
.border-blush-50\/60 {
  border-color: rgb(253 252 251 / 0.6);
}
.border-blush-50\/65 {
  border-color: rgb(253 252 251 / 0.65);
}
.border-blush-50\/70 {
  border-color: rgb(253 252 251 / 0.7);
}
.border-blush-50\/75 {
  border-color: rgb(253 252 251 / 0.75);
}
.border-blush-50\/80 {
  border-color: rgb(253 252 251 / 0.8);
}
.border-blush-50\/85 {
  border-color: rgb(253 252 251 / 0.85);
}
.border-blush-50\/90 {
  border-color: rgb(253 252 251 / 0.9);
}
.border-blush-50\/95 {
  border-color: rgb(253 252 251 / 0.95);
}
.border-blush-500 {
  --tw-border-opacity: 1;
  border-color: rgb(219 78 115 / var(--tw-border-opacity));
}
.border-blush-500\/0 {
  border-color: rgb(219 78 115 / 0);
}
.border-blush-500\/10 {
  border-color: rgb(219 78 115 / 0.1);
}
.border-blush-500\/100 {
  border-color: rgb(219 78 115 / 1);
}
.border-blush-500\/15 {
  border-color: rgb(219 78 115 / 0.15);
}
.border-blush-500\/20 {
  border-color: rgb(219 78 115 / 0.2);
}
.border-blush-500\/25 {
  border-color: rgb(219 78 115 / 0.25);
}
.border-blush-500\/30 {
  border-color: rgb(219 78 115 / 0.3);
}
.border-blush-500\/35 {
  border-color: rgb(219 78 115 / 0.35);
}
.border-blush-500\/40 {
  border-color: rgb(219 78 115 / 0.4);
}
.border-blush-500\/45 {
  border-color: rgb(219 78 115 / 0.45);
}
.border-blush-500\/5 {
  border-color: rgb(219 78 115 / 0.05);
}
.border-blush-500\/50 {
  border-color: rgb(219 78 115 / 0.5);
}
.border-blush-500\/55 {
  border-color: rgb(219 78 115 / 0.55);
}
.border-blush-500\/60 {
  border-color: rgb(219 78 115 / 0.6);
}
.border-blush-500\/65 {
  border-color: rgb(219 78 115 / 0.65);
}
.border-blush-500\/70 {
  border-color: rgb(219 78 115 / 0.7);
}
.border-blush-500\/75 {
  border-color: rgb(219 78 115 / 0.75);
}
.border-blush-500\/80 {
  border-color: rgb(219 78 115 / 0.8);
}
.border-blush-500\/85 {
  border-color: rgb(219 78 115 / 0.85);
}
.border-blush-500\/90 {
  border-color: rgb(219 78 115 / 0.9);
}
.border-blush-500\/95 {
  border-color: rgb(219 78 115 / 0.95);
}
.border-blush-600 {
  --tw-border-opacity: 1;
  border-color: rgb(196 52 83 / var(--tw-border-opacity));
}
.border-blush-600\/0 {
  border-color: rgb(196 52 83 / 0);
}
.border-blush-600\/10 {
  border-color: rgb(196 52 83 / 0.1);
}
.border-blush-600\/100 {
  border-color: rgb(196 52 83 / 1);
}
.border-blush-600\/15 {
  border-color: rgb(196 52 83 / 0.15);
}
.border-blush-600\/20 {
  border-color: rgb(196 52 83 / 0.2);
}
.border-blush-600\/25 {
  border-color: rgb(196 52 83 / 0.25);
}
.border-blush-600\/30 {
  border-color: rgb(196 52 83 / 0.3);
}
.border-blush-600\/35 {
  border-color: rgb(196 52 83 / 0.35);
}
.border-blush-600\/40 {
  border-color: rgb(196 52 83 / 0.4);
}
.border-blush-600\/45 {
  border-color: rgb(196 52 83 / 0.45);
}
.border-blush-600\/5 {
  border-color: rgb(196 52 83 / 0.05);
}
.border-blush-600\/50 {
  border-color: rgb(196 52 83 / 0.5);
}
.border-blush-600\/55 {
  border-color: rgb(196 52 83 / 0.55);
}
.border-blush-600\/60 {
  border-color: rgb(196 52 83 / 0.6);
}
.border-blush-600\/65 {
  border-color: rgb(196 52 83 / 0.65);
}
.border-blush-600\/70 {
  border-color: rgb(196 52 83 / 0.7);
}
.border-blush-600\/75 {
  border-color: rgb(196 52 83 / 0.75);
}
.border-blush-600\/80 {
  border-color: rgb(196 52 83 / 0.8);
}
.border-blush-600\/85 {
  border-color: rgb(196 52 83 / 0.85);
}
.border-blush-600\/90 {
  border-color: rgb(196 52 83 / 0.9);
}
.border-blush-600\/95 {
  border-color: rgb(196 52 83 / 0.95);
}
.border-blush-700 {
  --tw-border-opacity: 1;
  border-color: rgb(156 39 60 / var(--tw-border-opacity));
}
.border-blush-700\/0 {
  border-color: rgb(156 39 60 / 0);
}
.border-blush-700\/10 {
  border-color: rgb(156 39 60 / 0.1);
}
.border-blush-700\/100 {
  border-color: rgb(156 39 60 / 1);
}
.border-blush-700\/15 {
  border-color: rgb(156 39 60 / 0.15);
}
.border-blush-700\/20 {
  border-color: rgb(156 39 60 / 0.2);
}
.border-blush-700\/25 {
  border-color: rgb(156 39 60 / 0.25);
}
.border-blush-700\/30 {
  border-color: rgb(156 39 60 / 0.3);
}
.border-blush-700\/35 {
  border-color: rgb(156 39 60 / 0.35);
}
.border-blush-700\/40 {
  border-color: rgb(156 39 60 / 0.4);
}
.border-blush-700\/45 {
  border-color: rgb(156 39 60 / 0.45);
}
.border-blush-700\/5 {
  border-color: rgb(156 39 60 / 0.05);
}
.border-blush-700\/50 {
  border-color: rgb(156 39 60 / 0.5);
}
.border-blush-700\/55 {
  border-color: rgb(156 39 60 / 0.55);
}
.border-blush-700\/60 {
  border-color: rgb(156 39 60 / 0.6);
}
.border-blush-700\/65 {
  border-color: rgb(156 39 60 / 0.65);
}
.border-blush-700\/70 {
  border-color: rgb(156 39 60 / 0.7);
}
.border-blush-700\/75 {
  border-color: rgb(156 39 60 / 0.75);
}
.border-blush-700\/80 {
  border-color: rgb(156 39 60 / 0.8);
}
.border-blush-700\/85 {
  border-color: rgb(156 39 60 / 0.85);
}
.border-blush-700\/90 {
  border-color: rgb(156 39 60 / 0.9);
}
.border-blush-700\/95 {
  border-color: rgb(156 39 60 / 0.95);
}
.border-blush-800 {
  --tw-border-opacity: 1;
  border-color: rgb(112 27 39 / var(--tw-border-opacity));
}
.border-blush-800\/0 {
  border-color: rgb(112 27 39 / 0);
}
.border-blush-800\/10 {
  border-color: rgb(112 27 39 / 0.1);
}
.border-blush-800\/100 {
  border-color: rgb(112 27 39 / 1);
}
.border-blush-800\/15 {
  border-color: rgb(112 27 39 / 0.15);
}
.border-blush-800\/20 {
  border-color: rgb(112 27 39 / 0.2);
}
.border-blush-800\/25 {
  border-color: rgb(112 27 39 / 0.25);
}
.border-blush-800\/30 {
  border-color: rgb(112 27 39 / 0.3);
}
.border-blush-800\/35 {
  border-color: rgb(112 27 39 / 0.35);
}
.border-blush-800\/40 {
  border-color: rgb(112 27 39 / 0.4);
}
.border-blush-800\/45 {
  border-color: rgb(112 27 39 / 0.45);
}
.border-blush-800\/5 {
  border-color: rgb(112 27 39 / 0.05);
}
.border-blush-800\/50 {
  border-color: rgb(112 27 39 / 0.5);
}
.border-blush-800\/55 {
  border-color: rgb(112 27 39 / 0.55);
}
.border-blush-800\/60 {
  border-color: rgb(112 27 39 / 0.6);
}
.border-blush-800\/65 {
  border-color: rgb(112 27 39 / 0.65);
}
.border-blush-800\/70 {
  border-color: rgb(112 27 39 / 0.7);
}
.border-blush-800\/75 {
  border-color: rgb(112 27 39 / 0.75);
}
.border-blush-800\/80 {
  border-color: rgb(112 27 39 / 0.8);
}
.border-blush-800\/85 {
  border-color: rgb(112 27 39 / 0.85);
}
.border-blush-800\/90 {
  border-color: rgb(112 27 39 / 0.9);
}
.border-blush-800\/95 {
  border-color: rgb(112 27 39 / 0.95);
}
.border-blush-900 {
  --tw-border-opacity: 1;
  border-color: rgb(68 17 21 / var(--tw-border-opacity));
}
.border-blush-900\/0 {
  border-color: rgb(68 17 21 / 0);
}
.border-blush-900\/10 {
  border-color: rgb(68 17 21 / 0.1);
}
.border-blush-900\/100 {
  border-color: rgb(68 17 21 / 1);
}
.border-blush-900\/15 {
  border-color: rgb(68 17 21 / 0.15);
}
.border-blush-900\/20 {
  border-color: rgb(68 17 21 / 0.2);
}
.border-blush-900\/25 {
  border-color: rgb(68 17 21 / 0.25);
}
.border-blush-900\/30 {
  border-color: rgb(68 17 21 / 0.3);
}
.border-blush-900\/35 {
  border-color: rgb(68 17 21 / 0.35);
}
.border-blush-900\/40 {
  border-color: rgb(68 17 21 / 0.4);
}
.border-blush-900\/45 {
  border-color: rgb(68 17 21 / 0.45);
}
.border-blush-900\/5 {
  border-color: rgb(68 17 21 / 0.05);
}
.border-blush-900\/50 {
  border-color: rgb(68 17 21 / 0.5);
}
.border-blush-900\/55 {
  border-color: rgb(68 17 21 / 0.55);
}
.border-blush-900\/60 {
  border-color: rgb(68 17 21 / 0.6);
}
.border-blush-900\/65 {
  border-color: rgb(68 17 21 / 0.65);
}
.border-blush-900\/70 {
  border-color: rgb(68 17 21 / 0.7);
}
.border-blush-900\/75 {
  border-color: rgb(68 17 21 / 0.75);
}
.border-blush-900\/80 {
  border-color: rgb(68 17 21 / 0.8);
}
.border-blush-900\/85 {
  border-color: rgb(68 17 21 / 0.85);
}
.border-blush-900\/90 {
  border-color: rgb(68 17 21 / 0.9);
}
.border-blush-900\/95 {
  border-color: rgb(68 17 21 / 0.95);
}
.border-cerise-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 240 244 / var(--tw-border-opacity));
}
.border-cerise-100\/0 {
  border-color: rgb(250 240 244 / 0);
}
.border-cerise-100\/10 {
  border-color: rgb(250 240 244 / 0.1);
}
.border-cerise-100\/100 {
  border-color: rgb(250 240 244 / 1);
}
.border-cerise-100\/15 {
  border-color: rgb(250 240 244 / 0.15);
}
.border-cerise-100\/20 {
  border-color: rgb(250 240 244 / 0.2);
}
.border-cerise-100\/25 {
  border-color: rgb(250 240 244 / 0.25);
}
.border-cerise-100\/30 {
  border-color: rgb(250 240 244 / 0.3);
}
.border-cerise-100\/35 {
  border-color: rgb(250 240 244 / 0.35);
}
.border-cerise-100\/40 {
  border-color: rgb(250 240 244 / 0.4);
}
.border-cerise-100\/45 {
  border-color: rgb(250 240 244 / 0.45);
}
.border-cerise-100\/5 {
  border-color: rgb(250 240 244 / 0.05);
}
.border-cerise-100\/50 {
  border-color: rgb(250 240 244 / 0.5);
}
.border-cerise-100\/55 {
  border-color: rgb(250 240 244 / 0.55);
}
.border-cerise-100\/60 {
  border-color: rgb(250 240 244 / 0.6);
}
.border-cerise-100\/65 {
  border-color: rgb(250 240 244 / 0.65);
}
.border-cerise-100\/70 {
  border-color: rgb(250 240 244 / 0.7);
}
.border-cerise-100\/75 {
  border-color: rgb(250 240 244 / 0.75);
}
.border-cerise-100\/80 {
  border-color: rgb(250 240 244 / 0.8);
}
.border-cerise-100\/85 {
  border-color: rgb(250 240 244 / 0.85);
}
.border-cerise-100\/90 {
  border-color: rgb(250 240 244 / 0.9);
}
.border-cerise-100\/95 {
  border-color: rgb(250 240 244 / 0.95);
}
.border-cerise-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 206 233 / var(--tw-border-opacity));
}
.border-cerise-200\/0 {
  border-color: rgb(245 206 233 / 0);
}
.border-cerise-200\/10 {
  border-color: rgb(245 206 233 / 0.1);
}
.border-cerise-200\/100 {
  border-color: rgb(245 206 233 / 1);
}
.border-cerise-200\/15 {
  border-color: rgb(245 206 233 / 0.15);
}
.border-cerise-200\/20 {
  border-color: rgb(245 206 233 / 0.2);
}
.border-cerise-200\/25 {
  border-color: rgb(245 206 233 / 0.25);
}
.border-cerise-200\/30 {
  border-color: rgb(245 206 233 / 0.3);
}
.border-cerise-200\/35 {
  border-color: rgb(245 206 233 / 0.35);
}
.border-cerise-200\/40 {
  border-color: rgb(245 206 233 / 0.4);
}
.border-cerise-200\/45 {
  border-color: rgb(245 206 233 / 0.45);
}
.border-cerise-200\/5 {
  border-color: rgb(245 206 233 / 0.05);
}
.border-cerise-200\/50 {
  border-color: rgb(245 206 233 / 0.5);
}
.border-cerise-200\/55 {
  border-color: rgb(245 206 233 / 0.55);
}
.border-cerise-200\/60 {
  border-color: rgb(245 206 233 / 0.6);
}
.border-cerise-200\/65 {
  border-color: rgb(245 206 233 / 0.65);
}
.border-cerise-200\/70 {
  border-color: rgb(245 206 233 / 0.7);
}
.border-cerise-200\/75 {
  border-color: rgb(245 206 233 / 0.75);
}
.border-cerise-200\/80 {
  border-color: rgb(245 206 233 / 0.8);
}
.border-cerise-200\/85 {
  border-color: rgb(245 206 233 / 0.85);
}
.border-cerise-200\/90 {
  border-color: rgb(245 206 233 / 0.9);
}
.border-cerise-200\/95 {
  border-color: rgb(245 206 233 / 0.95);
}
.border-cerise-300 {
  --tw-border-opacity: 1;
  border-color: rgb(233 161 207 / var(--tw-border-opacity));
}
.border-cerise-300\/0 {
  border-color: rgb(233 161 207 / 0);
}
.border-cerise-300\/10 {
  border-color: rgb(233 161 207 / 0.1);
}
.border-cerise-300\/100 {
  border-color: rgb(233 161 207 / 1);
}
.border-cerise-300\/15 {
  border-color: rgb(233 161 207 / 0.15);
}
.border-cerise-300\/20 {
  border-color: rgb(233 161 207 / 0.2);
}
.border-cerise-300\/25 {
  border-color: rgb(233 161 207 / 0.25);
}
.border-cerise-300\/30 {
  border-color: rgb(233 161 207 / 0.3);
}
.border-cerise-300\/35 {
  border-color: rgb(233 161 207 / 0.35);
}
.border-cerise-300\/40 {
  border-color: rgb(233 161 207 / 0.4);
}
.border-cerise-300\/45 {
  border-color: rgb(233 161 207 / 0.45);
}
.border-cerise-300\/5 {
  border-color: rgb(233 161 207 / 0.05);
}
.border-cerise-300\/50 {
  border-color: rgb(233 161 207 / 0.5);
}
.border-cerise-300\/55 {
  border-color: rgb(233 161 207 / 0.55);
}
.border-cerise-300\/60 {
  border-color: rgb(233 161 207 / 0.6);
}
.border-cerise-300\/65 {
  border-color: rgb(233 161 207 / 0.65);
}
.border-cerise-300\/70 {
  border-color: rgb(233 161 207 / 0.7);
}
.border-cerise-300\/75 {
  border-color: rgb(233 161 207 / 0.75);
}
.border-cerise-300\/80 {
  border-color: rgb(233 161 207 / 0.8);
}
.border-cerise-300\/85 {
  border-color: rgb(233 161 207 / 0.85);
}
.border-cerise-300\/90 {
  border-color: rgb(233 161 207 / 0.9);
}
.border-cerise-300\/95 {
  border-color: rgb(233 161 207 / 0.95);
}
.border-cerise-400 {
  --tw-border-opacity: 1;
  border-color: rgb(229 114 177 / var(--tw-border-opacity));
}
.border-cerise-400\/0 {
  border-color: rgb(229 114 177 / 0);
}
.border-cerise-400\/10 {
  border-color: rgb(229 114 177 / 0.1);
}
.border-cerise-400\/100 {
  border-color: rgb(229 114 177 / 1);
}
.border-cerise-400\/15 {
  border-color: rgb(229 114 177 / 0.15);
}
.border-cerise-400\/20 {
  border-color: rgb(229 114 177 / 0.2);
}
.border-cerise-400\/25 {
  border-color: rgb(229 114 177 / 0.25);
}
.border-cerise-400\/30 {
  border-color: rgb(229 114 177 / 0.3);
}
.border-cerise-400\/35 {
  border-color: rgb(229 114 177 / 0.35);
}
.border-cerise-400\/40 {
  border-color: rgb(229 114 177 / 0.4);
}
.border-cerise-400\/45 {
  border-color: rgb(229 114 177 / 0.45);
}
.border-cerise-400\/5 {
  border-color: rgb(229 114 177 / 0.05);
}
.border-cerise-400\/50 {
  border-color: rgb(229 114 177 / 0.5);
}
.border-cerise-400\/55 {
  border-color: rgb(229 114 177 / 0.55);
}
.border-cerise-400\/60 {
  border-color: rgb(229 114 177 / 0.6);
}
.border-cerise-400\/65 {
  border-color: rgb(229 114 177 / 0.65);
}
.border-cerise-400\/70 {
  border-color: rgb(229 114 177 / 0.7);
}
.border-cerise-400\/75 {
  border-color: rgb(229 114 177 / 0.75);
}
.border-cerise-400\/80 {
  border-color: rgb(229 114 177 / 0.8);
}
.border-cerise-400\/85 {
  border-color: rgb(229 114 177 / 0.85);
}
.border-cerise-400\/90 {
  border-color: rgb(229 114 177 / 0.9);
}
.border-cerise-400\/95 {
  border-color: rgb(229 114 177 / 0.95);
}
.border-cerise-50 {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 251 / var(--tw-border-opacity));
}
.border-cerise-50\/0 {
  border-color: rgb(252 252 251 / 0);
}
.border-cerise-50\/10 {
  border-color: rgb(252 252 251 / 0.1);
}
.border-cerise-50\/100 {
  border-color: rgb(252 252 251 / 1);
}
.border-cerise-50\/15 {
  border-color: rgb(252 252 251 / 0.15);
}
.border-cerise-50\/20 {
  border-color: rgb(252 252 251 / 0.2);
}
.border-cerise-50\/25 {
  border-color: rgb(252 252 251 / 0.25);
}
.border-cerise-50\/30 {
  border-color: rgb(252 252 251 / 0.3);
}
.border-cerise-50\/35 {
  border-color: rgb(252 252 251 / 0.35);
}
.border-cerise-50\/40 {
  border-color: rgb(252 252 251 / 0.4);
}
.border-cerise-50\/45 {
  border-color: rgb(252 252 251 / 0.45);
}
.border-cerise-50\/5 {
  border-color: rgb(252 252 251 / 0.05);
}
.border-cerise-50\/50 {
  border-color: rgb(252 252 251 / 0.5);
}
.border-cerise-50\/55 {
  border-color: rgb(252 252 251 / 0.55);
}
.border-cerise-50\/60 {
  border-color: rgb(252 252 251 / 0.6);
}
.border-cerise-50\/65 {
  border-color: rgb(252 252 251 / 0.65);
}
.border-cerise-50\/70 {
  border-color: rgb(252 252 251 / 0.7);
}
.border-cerise-50\/75 {
  border-color: rgb(252 252 251 / 0.75);
}
.border-cerise-50\/80 {
  border-color: rgb(252 252 251 / 0.8);
}
.border-cerise-50\/85 {
  border-color: rgb(252 252 251 / 0.85);
}
.border-cerise-50\/90 {
  border-color: rgb(252 252 251 / 0.9);
}
.border-cerise-50\/95 {
  border-color: rgb(252 252 251 / 0.95);
}
.border-cerise-500 {
  --tw-border-opacity: 1;
  border-color: rgb(215 78 151 / var(--tw-border-opacity));
}
.border-cerise-500\/0 {
  border-color: rgb(215 78 151 / 0);
}
.border-cerise-500\/10 {
  border-color: rgb(215 78 151 / 0.1);
}
.border-cerise-500\/100 {
  border-color: rgb(215 78 151 / 1);
}
.border-cerise-500\/15 {
  border-color: rgb(215 78 151 / 0.15);
}
.border-cerise-500\/20 {
  border-color: rgb(215 78 151 / 0.2);
}
.border-cerise-500\/25 {
  border-color: rgb(215 78 151 / 0.25);
}
.border-cerise-500\/30 {
  border-color: rgb(215 78 151 / 0.3);
}
.border-cerise-500\/35 {
  border-color: rgb(215 78 151 / 0.35);
}
.border-cerise-500\/40 {
  border-color: rgb(215 78 151 / 0.4);
}
.border-cerise-500\/45 {
  border-color: rgb(215 78 151 / 0.45);
}
.border-cerise-500\/5 {
  border-color: rgb(215 78 151 / 0.05);
}
.border-cerise-500\/50 {
  border-color: rgb(215 78 151 / 0.5);
}
.border-cerise-500\/55 {
  border-color: rgb(215 78 151 / 0.55);
}
.border-cerise-500\/60 {
  border-color: rgb(215 78 151 / 0.6);
}
.border-cerise-500\/65 {
  border-color: rgb(215 78 151 / 0.65);
}
.border-cerise-500\/70 {
  border-color: rgb(215 78 151 / 0.7);
}
.border-cerise-500\/75 {
  border-color: rgb(215 78 151 / 0.75);
}
.border-cerise-500\/80 {
  border-color: rgb(215 78 151 / 0.8);
}
.border-cerise-500\/85 {
  border-color: rgb(215 78 151 / 0.85);
}
.border-cerise-500\/90 {
  border-color: rgb(215 78 151 / 0.9);
}
.border-cerise-500\/95 {
  border-color: rgb(215 78 151 / 0.95);
}
.border-cerise-600 {
  --tw-border-opacity: 1;
  border-color: rgb(191 52 118 / var(--tw-border-opacity));
}
.border-cerise-600\/0 {
  border-color: rgb(191 52 118 / 0);
}
.border-cerise-600\/10 {
  border-color: rgb(191 52 118 / 0.1);
}
.border-cerise-600\/100 {
  border-color: rgb(191 52 118 / 1);
}
.border-cerise-600\/15 {
  border-color: rgb(191 52 118 / 0.15);
}
.border-cerise-600\/20 {
  border-color: rgb(191 52 118 / 0.2);
}
.border-cerise-600\/25 {
  border-color: rgb(191 52 118 / 0.25);
}
.border-cerise-600\/30 {
  border-color: rgb(191 52 118 / 0.3);
}
.border-cerise-600\/35 {
  border-color: rgb(191 52 118 / 0.35);
}
.border-cerise-600\/40 {
  border-color: rgb(191 52 118 / 0.4);
}
.border-cerise-600\/45 {
  border-color: rgb(191 52 118 / 0.45);
}
.border-cerise-600\/5 {
  border-color: rgb(191 52 118 / 0.05);
}
.border-cerise-600\/50 {
  border-color: rgb(191 52 118 / 0.5);
}
.border-cerise-600\/55 {
  border-color: rgb(191 52 118 / 0.55);
}
.border-cerise-600\/60 {
  border-color: rgb(191 52 118 / 0.6);
}
.border-cerise-600\/65 {
  border-color: rgb(191 52 118 / 0.65);
}
.border-cerise-600\/70 {
  border-color: rgb(191 52 118 / 0.7);
}
.border-cerise-600\/75 {
  border-color: rgb(191 52 118 / 0.75);
}
.border-cerise-600\/80 {
  border-color: rgb(191 52 118 / 0.8);
}
.border-cerise-600\/85 {
  border-color: rgb(191 52 118 / 0.85);
}
.border-cerise-600\/90 {
  border-color: rgb(191 52 118 / 0.9);
}
.border-cerise-600\/95 {
  border-color: rgb(191 52 118 / 0.95);
}
.border-cerise-700 {
  --tw-border-opacity: 1;
  border-color: rgb(152 39 86 / var(--tw-border-opacity));
}
.border-cerise-700\/0 {
  border-color: rgb(152 39 86 / 0);
}
.border-cerise-700\/10 {
  border-color: rgb(152 39 86 / 0.1);
}
.border-cerise-700\/100 {
  border-color: rgb(152 39 86 / 1);
}
.border-cerise-700\/15 {
  border-color: rgb(152 39 86 / 0.15);
}
.border-cerise-700\/20 {
  border-color: rgb(152 39 86 / 0.2);
}
.border-cerise-700\/25 {
  border-color: rgb(152 39 86 / 0.25);
}
.border-cerise-700\/30 {
  border-color: rgb(152 39 86 / 0.3);
}
.border-cerise-700\/35 {
  border-color: rgb(152 39 86 / 0.35);
}
.border-cerise-700\/40 {
  border-color: rgb(152 39 86 / 0.4);
}
.border-cerise-700\/45 {
  border-color: rgb(152 39 86 / 0.45);
}
.border-cerise-700\/5 {
  border-color: rgb(152 39 86 / 0.05);
}
.border-cerise-700\/50 {
  border-color: rgb(152 39 86 / 0.5);
}
.border-cerise-700\/55 {
  border-color: rgb(152 39 86 / 0.55);
}
.border-cerise-700\/60 {
  border-color: rgb(152 39 86 / 0.6);
}
.border-cerise-700\/65 {
  border-color: rgb(152 39 86 / 0.65);
}
.border-cerise-700\/70 {
  border-color: rgb(152 39 86 / 0.7);
}
.border-cerise-700\/75 {
  border-color: rgb(152 39 86 / 0.75);
}
.border-cerise-700\/80 {
  border-color: rgb(152 39 86 / 0.8);
}
.border-cerise-700\/85 {
  border-color: rgb(152 39 86 / 0.85);
}
.border-cerise-700\/90 {
  border-color: rgb(152 39 86 / 0.9);
}
.border-cerise-700\/95 {
  border-color: rgb(152 39 86 / 0.95);
}
.border-cerise-800 {
  --tw-border-opacity: 1;
  border-color: rgb(109 27 56 / var(--tw-border-opacity));
}
.border-cerise-800\/0 {
  border-color: rgb(109 27 56 / 0);
}
.border-cerise-800\/10 {
  border-color: rgb(109 27 56 / 0.1);
}
.border-cerise-800\/100 {
  border-color: rgb(109 27 56 / 1);
}
.border-cerise-800\/15 {
  border-color: rgb(109 27 56 / 0.15);
}
.border-cerise-800\/20 {
  border-color: rgb(109 27 56 / 0.2);
}
.border-cerise-800\/25 {
  border-color: rgb(109 27 56 / 0.25);
}
.border-cerise-800\/30 {
  border-color: rgb(109 27 56 / 0.3);
}
.border-cerise-800\/35 {
  border-color: rgb(109 27 56 / 0.35);
}
.border-cerise-800\/40 {
  border-color: rgb(109 27 56 / 0.4);
}
.border-cerise-800\/45 {
  border-color: rgb(109 27 56 / 0.45);
}
.border-cerise-800\/5 {
  border-color: rgb(109 27 56 / 0.05);
}
.border-cerise-800\/50 {
  border-color: rgb(109 27 56 / 0.5);
}
.border-cerise-800\/55 {
  border-color: rgb(109 27 56 / 0.55);
}
.border-cerise-800\/60 {
  border-color: rgb(109 27 56 / 0.6);
}
.border-cerise-800\/65 {
  border-color: rgb(109 27 56 / 0.65);
}
.border-cerise-800\/70 {
  border-color: rgb(109 27 56 / 0.7);
}
.border-cerise-800\/75 {
  border-color: rgb(109 27 56 / 0.75);
}
.border-cerise-800\/80 {
  border-color: rgb(109 27 56 / 0.8);
}
.border-cerise-800\/85 {
  border-color: rgb(109 27 56 / 0.85);
}
.border-cerise-800\/90 {
  border-color: rgb(109 27 56 / 0.9);
}
.border-cerise-800\/95 {
  border-color: rgb(109 27 56 / 0.95);
}
.border-cerise-900 {
  --tw-border-opacity: 1;
  border-color: rgb(65 18 30 / var(--tw-border-opacity));
}
.border-cerise-900\/0 {
  border-color: rgb(65 18 30 / 0);
}
.border-cerise-900\/10 {
  border-color: rgb(65 18 30 / 0.1);
}
.border-cerise-900\/100 {
  border-color: rgb(65 18 30 / 1);
}
.border-cerise-900\/15 {
  border-color: rgb(65 18 30 / 0.15);
}
.border-cerise-900\/20 {
  border-color: rgb(65 18 30 / 0.2);
}
.border-cerise-900\/25 {
  border-color: rgb(65 18 30 / 0.25);
}
.border-cerise-900\/30 {
  border-color: rgb(65 18 30 / 0.3);
}
.border-cerise-900\/35 {
  border-color: rgb(65 18 30 / 0.35);
}
.border-cerise-900\/40 {
  border-color: rgb(65 18 30 / 0.4);
}
.border-cerise-900\/45 {
  border-color: rgb(65 18 30 / 0.45);
}
.border-cerise-900\/5 {
  border-color: rgb(65 18 30 / 0.05);
}
.border-cerise-900\/50 {
  border-color: rgb(65 18 30 / 0.5);
}
.border-cerise-900\/55 {
  border-color: rgb(65 18 30 / 0.55);
}
.border-cerise-900\/60 {
  border-color: rgb(65 18 30 / 0.6);
}
.border-cerise-900\/65 {
  border-color: rgb(65 18 30 / 0.65);
}
.border-cerise-900\/70 {
  border-color: rgb(65 18 30 / 0.7);
}
.border-cerise-900\/75 {
  border-color: rgb(65 18 30 / 0.75);
}
.border-cerise-900\/80 {
  border-color: rgb(65 18 30 / 0.8);
}
.border-cerise-900\/85 {
  border-color: rgb(65 18 30 / 0.85);
}
.border-cerise-900\/90 {
  border-color: rgb(65 18 30 / 0.9);
}
.border-cerise-900\/95 {
  border-color: rgb(65 18 30 / 0.95);
}
.border-chocolate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(249 240 207 / var(--tw-border-opacity));
}
.border-chocolate-100\/0 {
  border-color: rgb(249 240 207 / 0);
}
.border-chocolate-100\/10 {
  border-color: rgb(249 240 207 / 0.1);
}
.border-chocolate-100\/100 {
  border-color: rgb(249 240 207 / 1);
}
.border-chocolate-100\/15 {
  border-color: rgb(249 240 207 / 0.15);
}
.border-chocolate-100\/20 {
  border-color: rgb(249 240 207 / 0.2);
}
.border-chocolate-100\/25 {
  border-color: rgb(249 240 207 / 0.25);
}
.border-chocolate-100\/30 {
  border-color: rgb(249 240 207 / 0.3);
}
.border-chocolate-100\/35 {
  border-color: rgb(249 240 207 / 0.35);
}
.border-chocolate-100\/40 {
  border-color: rgb(249 240 207 / 0.4);
}
.border-chocolate-100\/45 {
  border-color: rgb(249 240 207 / 0.45);
}
.border-chocolate-100\/5 {
  border-color: rgb(249 240 207 / 0.05);
}
.border-chocolate-100\/50 {
  border-color: rgb(249 240 207 / 0.5);
}
.border-chocolate-100\/55 {
  border-color: rgb(249 240 207 / 0.55);
}
.border-chocolate-100\/60 {
  border-color: rgb(249 240 207 / 0.6);
}
.border-chocolate-100\/65 {
  border-color: rgb(249 240 207 / 0.65);
}
.border-chocolate-100\/70 {
  border-color: rgb(249 240 207 / 0.7);
}
.border-chocolate-100\/75 {
  border-color: rgb(249 240 207 / 0.75);
}
.border-chocolate-100\/80 {
  border-color: rgb(249 240 207 / 0.8);
}
.border-chocolate-100\/85 {
  border-color: rgb(249 240 207 / 0.85);
}
.border-chocolate-100\/90 {
  border-color: rgb(249 240 207 / 0.9);
}
.border-chocolate-100\/95 {
  border-color: rgb(249 240 207 / 0.95);
}
.border-chocolate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(243 218 159 / var(--tw-border-opacity));
}
.border-chocolate-200\/0 {
  border-color: rgb(243 218 159 / 0);
}
.border-chocolate-200\/10 {
  border-color: rgb(243 218 159 / 0.1);
}
.border-chocolate-200\/100 {
  border-color: rgb(243 218 159 / 1);
}
.border-chocolate-200\/15 {
  border-color: rgb(243 218 159 / 0.15);
}
.border-chocolate-200\/20 {
  border-color: rgb(243 218 159 / 0.2);
}
.border-chocolate-200\/25 {
  border-color: rgb(243 218 159 / 0.25);
}
.border-chocolate-200\/30 {
  border-color: rgb(243 218 159 / 0.3);
}
.border-chocolate-200\/35 {
  border-color: rgb(243 218 159 / 0.35);
}
.border-chocolate-200\/40 {
  border-color: rgb(243 218 159 / 0.4);
}
.border-chocolate-200\/45 {
  border-color: rgb(243 218 159 / 0.45);
}
.border-chocolate-200\/5 {
  border-color: rgb(243 218 159 / 0.05);
}
.border-chocolate-200\/50 {
  border-color: rgb(243 218 159 / 0.5);
}
.border-chocolate-200\/55 {
  border-color: rgb(243 218 159 / 0.55);
}
.border-chocolate-200\/60 {
  border-color: rgb(243 218 159 / 0.6);
}
.border-chocolate-200\/65 {
  border-color: rgb(243 218 159 / 0.65);
}
.border-chocolate-200\/70 {
  border-color: rgb(243 218 159 / 0.7);
}
.border-chocolate-200\/75 {
  border-color: rgb(243 218 159 / 0.75);
}
.border-chocolate-200\/80 {
  border-color: rgb(243 218 159 / 0.8);
}
.border-chocolate-200\/85 {
  border-color: rgb(243 218 159 / 0.85);
}
.border-chocolate-200\/90 {
  border-color: rgb(243 218 159 / 0.9);
}
.border-chocolate-200\/95 {
  border-color: rgb(243 218 159 / 0.95);
}
.border-chocolate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(225 179 106 / var(--tw-border-opacity));
}
.border-chocolate-300\/0 {
  border-color: rgb(225 179 106 / 0);
}
.border-chocolate-300\/10 {
  border-color: rgb(225 179 106 / 0.1);
}
.border-chocolate-300\/100 {
  border-color: rgb(225 179 106 / 1);
}
.border-chocolate-300\/15 {
  border-color: rgb(225 179 106 / 0.15);
}
.border-chocolate-300\/20 {
  border-color: rgb(225 179 106 / 0.2);
}
.border-chocolate-300\/25 {
  border-color: rgb(225 179 106 / 0.25);
}
.border-chocolate-300\/30 {
  border-color: rgb(225 179 106 / 0.3);
}
.border-chocolate-300\/35 {
  border-color: rgb(225 179 106 / 0.35);
}
.border-chocolate-300\/40 {
  border-color: rgb(225 179 106 / 0.4);
}
.border-chocolate-300\/45 {
  border-color: rgb(225 179 106 / 0.45);
}
.border-chocolate-300\/5 {
  border-color: rgb(225 179 106 / 0.05);
}
.border-chocolate-300\/50 {
  border-color: rgb(225 179 106 / 0.5);
}
.border-chocolate-300\/55 {
  border-color: rgb(225 179 106 / 0.55);
}
.border-chocolate-300\/60 {
  border-color: rgb(225 179 106 / 0.6);
}
.border-chocolate-300\/65 {
  border-color: rgb(225 179 106 / 0.65);
}
.border-chocolate-300\/70 {
  border-color: rgb(225 179 106 / 0.7);
}
.border-chocolate-300\/75 {
  border-color: rgb(225 179 106 / 0.75);
}
.border-chocolate-300\/80 {
  border-color: rgb(225 179 106 / 0.8);
}
.border-chocolate-300\/85 {
  border-color: rgb(225 179 106 / 0.85);
}
.border-chocolate-300\/90 {
  border-color: rgb(225 179 106 / 0.9);
}
.border-chocolate-300\/95 {
  border-color: rgb(225 179 106 / 0.95);
}
.border-chocolate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(204 135 62 / var(--tw-border-opacity));
}
.border-chocolate-400\/0 {
  border-color: rgb(204 135 62 / 0);
}
.border-chocolate-400\/10 {
  border-color: rgb(204 135 62 / 0.1);
}
.border-chocolate-400\/100 {
  border-color: rgb(204 135 62 / 1);
}
.border-chocolate-400\/15 {
  border-color: rgb(204 135 62 / 0.15);
}
.border-chocolate-400\/20 {
  border-color: rgb(204 135 62 / 0.2);
}
.border-chocolate-400\/25 {
  border-color: rgb(204 135 62 / 0.25);
}
.border-chocolate-400\/30 {
  border-color: rgb(204 135 62 / 0.3);
}
.border-chocolate-400\/35 {
  border-color: rgb(204 135 62 / 0.35);
}
.border-chocolate-400\/40 {
  border-color: rgb(204 135 62 / 0.4);
}
.border-chocolate-400\/45 {
  border-color: rgb(204 135 62 / 0.45);
}
.border-chocolate-400\/5 {
  border-color: rgb(204 135 62 / 0.05);
}
.border-chocolate-400\/50 {
  border-color: rgb(204 135 62 / 0.5);
}
.border-chocolate-400\/55 {
  border-color: rgb(204 135 62 / 0.55);
}
.border-chocolate-400\/60 {
  border-color: rgb(204 135 62 / 0.6);
}
.border-chocolate-400\/65 {
  border-color: rgb(204 135 62 / 0.65);
}
.border-chocolate-400\/70 {
  border-color: rgb(204 135 62 / 0.7);
}
.border-chocolate-400\/75 {
  border-color: rgb(204 135 62 / 0.75);
}
.border-chocolate-400\/80 {
  border-color: rgb(204 135 62 / 0.8);
}
.border-chocolate-400\/85 {
  border-color: rgb(204 135 62 / 0.85);
}
.border-chocolate-400\/90 {
  border-color: rgb(204 135 62 / 0.9);
}
.border-chocolate-400\/95 {
  border-color: rgb(204 135 62 / 0.95);
}
.border-chocolate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(252 251 246 / var(--tw-border-opacity));
}
.border-chocolate-50\/0 {
  border-color: rgb(252 251 246 / 0);
}
.border-chocolate-50\/10 {
  border-color: rgb(252 251 246 / 0.1);
}
.border-chocolate-50\/100 {
  border-color: rgb(252 251 246 / 1);
}
.border-chocolate-50\/15 {
  border-color: rgb(252 251 246 / 0.15);
}
.border-chocolate-50\/20 {
  border-color: rgb(252 251 246 / 0.2);
}
.border-chocolate-50\/25 {
  border-color: rgb(252 251 246 / 0.25);
}
.border-chocolate-50\/30 {
  border-color: rgb(252 251 246 / 0.3);
}
.border-chocolate-50\/35 {
  border-color: rgb(252 251 246 / 0.35);
}
.border-chocolate-50\/40 {
  border-color: rgb(252 251 246 / 0.4);
}
.border-chocolate-50\/45 {
  border-color: rgb(252 251 246 / 0.45);
}
.border-chocolate-50\/5 {
  border-color: rgb(252 251 246 / 0.05);
}
.border-chocolate-50\/50 {
  border-color: rgb(252 251 246 / 0.5);
}
.border-chocolate-50\/55 {
  border-color: rgb(252 251 246 / 0.55);
}
.border-chocolate-50\/60 {
  border-color: rgb(252 251 246 / 0.6);
}
.border-chocolate-50\/65 {
  border-color: rgb(252 251 246 / 0.65);
}
.border-chocolate-50\/70 {
  border-color: rgb(252 251 246 / 0.7);
}
.border-chocolate-50\/75 {
  border-color: rgb(252 251 246 / 0.75);
}
.border-chocolate-50\/80 {
  border-color: rgb(252 251 246 / 0.8);
}
.border-chocolate-50\/85 {
  border-color: rgb(252 251 246 / 0.85);
}
.border-chocolate-50\/90 {
  border-color: rgb(252 251 246 / 0.9);
}
.border-chocolate-50\/95 {
  border-color: rgb(252 251 246 / 0.95);
}
.border-chocolate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(177 102 34 / var(--tw-border-opacity));
}
.border-chocolate-500\/0 {
  border-color: rgb(177 102 34 / 0);
}
.border-chocolate-500\/10 {
  border-color: rgb(177 102 34 / 0.1);
}
.border-chocolate-500\/100 {
  border-color: rgb(177 102 34 / 1);
}
.border-chocolate-500\/15 {
  border-color: rgb(177 102 34 / 0.15);
}
.border-chocolate-500\/20 {
  border-color: rgb(177 102 34 / 0.2);
}
.border-chocolate-500\/25 {
  border-color: rgb(177 102 34 / 0.25);
}
.border-chocolate-500\/30 {
  border-color: rgb(177 102 34 / 0.3);
}
.border-chocolate-500\/35 {
  border-color: rgb(177 102 34 / 0.35);
}
.border-chocolate-500\/40 {
  border-color: rgb(177 102 34 / 0.4);
}
.border-chocolate-500\/45 {
  border-color: rgb(177 102 34 / 0.45);
}
.border-chocolate-500\/5 {
  border-color: rgb(177 102 34 / 0.05);
}
.border-chocolate-500\/50 {
  border-color: rgb(177 102 34 / 0.5);
}
.border-chocolate-500\/55 {
  border-color: rgb(177 102 34 / 0.55);
}
.border-chocolate-500\/60 {
  border-color: rgb(177 102 34 / 0.6);
}
.border-chocolate-500\/65 {
  border-color: rgb(177 102 34 / 0.65);
}
.border-chocolate-500\/70 {
  border-color: rgb(177 102 34 / 0.7);
}
.border-chocolate-500\/75 {
  border-color: rgb(177 102 34 / 0.75);
}
.border-chocolate-500\/80 {
  border-color: rgb(177 102 34 / 0.8);
}
.border-chocolate-500\/85 {
  border-color: rgb(177 102 34 / 0.85);
}
.border-chocolate-500\/90 {
  border-color: rgb(177 102 34 / 0.9);
}
.border-chocolate-500\/95 {
  border-color: rgb(177 102 34 / 0.95);
}
.border-chocolate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 76 22 / var(--tw-border-opacity));
}
.border-chocolate-600\/0 {
  border-color: rgb(147 76 22 / 0);
}
.border-chocolate-600\/10 {
  border-color: rgb(147 76 22 / 0.1);
}
.border-chocolate-600\/100 {
  border-color: rgb(147 76 22 / 1);
}
.border-chocolate-600\/15 {
  border-color: rgb(147 76 22 / 0.15);
}
.border-chocolate-600\/20 {
  border-color: rgb(147 76 22 / 0.2);
}
.border-chocolate-600\/25 {
  border-color: rgb(147 76 22 / 0.25);
}
.border-chocolate-600\/30 {
  border-color: rgb(147 76 22 / 0.3);
}
.border-chocolate-600\/35 {
  border-color: rgb(147 76 22 / 0.35);
}
.border-chocolate-600\/40 {
  border-color: rgb(147 76 22 / 0.4);
}
.border-chocolate-600\/45 {
  border-color: rgb(147 76 22 / 0.45);
}
.border-chocolate-600\/5 {
  border-color: rgb(147 76 22 / 0.05);
}
.border-chocolate-600\/50 {
  border-color: rgb(147 76 22 / 0.5);
}
.border-chocolate-600\/55 {
  border-color: rgb(147 76 22 / 0.55);
}
.border-chocolate-600\/60 {
  border-color: rgb(147 76 22 / 0.6);
}
.border-chocolate-600\/65 {
  border-color: rgb(147 76 22 / 0.65);
}
.border-chocolate-600\/70 {
  border-color: rgb(147 76 22 / 0.7);
}
.border-chocolate-600\/75 {
  border-color: rgb(147 76 22 / 0.75);
}
.border-chocolate-600\/80 {
  border-color: rgb(147 76 22 / 0.8);
}
.border-chocolate-600\/85 {
  border-color: rgb(147 76 22 / 0.85);
}
.border-chocolate-600\/90 {
  border-color: rgb(147 76 22 / 0.9);
}
.border-chocolate-600\/95 {
  border-color: rgb(147 76 22 / 0.95);
}
.border-chocolate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(112 57 19 / var(--tw-border-opacity));
}
.border-chocolate-700\/0 {
  border-color: rgb(112 57 19 / 0);
}
.border-chocolate-700\/10 {
  border-color: rgb(112 57 19 / 0.1);
}
.border-chocolate-700\/100 {
  border-color: rgb(112 57 19 / 1);
}
.border-chocolate-700\/15 {
  border-color: rgb(112 57 19 / 0.15);
}
.border-chocolate-700\/20 {
  border-color: rgb(112 57 19 / 0.2);
}
.border-chocolate-700\/25 {
  border-color: rgb(112 57 19 / 0.25);
}
.border-chocolate-700\/30 {
  border-color: rgb(112 57 19 / 0.3);
}
.border-chocolate-700\/35 {
  border-color: rgb(112 57 19 / 0.35);
}
.border-chocolate-700\/40 {
  border-color: rgb(112 57 19 / 0.4);
}
.border-chocolate-700\/45 {
  border-color: rgb(112 57 19 / 0.45);
}
.border-chocolate-700\/5 {
  border-color: rgb(112 57 19 / 0.05);
}
.border-chocolate-700\/50 {
  border-color: rgb(112 57 19 / 0.5);
}
.border-chocolate-700\/55 {
  border-color: rgb(112 57 19 / 0.55);
}
.border-chocolate-700\/60 {
  border-color: rgb(112 57 19 / 0.6);
}
.border-chocolate-700\/65 {
  border-color: rgb(112 57 19 / 0.65);
}
.border-chocolate-700\/70 {
  border-color: rgb(112 57 19 / 0.7);
}
.border-chocolate-700\/75 {
  border-color: rgb(112 57 19 / 0.75);
}
.border-chocolate-700\/80 {
  border-color: rgb(112 57 19 / 0.8);
}
.border-chocolate-700\/85 {
  border-color: rgb(112 57 19 / 0.85);
}
.border-chocolate-700\/90 {
  border-color: rgb(112 57 19 / 0.9);
}
.border-chocolate-700\/95 {
  border-color: rgb(112 57 19 / 0.95);
}
.border-chocolate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(77 39 15 / var(--tw-border-opacity));
}
.border-chocolate-800\/0 {
  border-color: rgb(77 39 15 / 0);
}
.border-chocolate-800\/10 {
  border-color: rgb(77 39 15 / 0.1);
}
.border-chocolate-800\/100 {
  border-color: rgb(77 39 15 / 1);
}
.border-chocolate-800\/15 {
  border-color: rgb(77 39 15 / 0.15);
}
.border-chocolate-800\/20 {
  border-color: rgb(77 39 15 / 0.2);
}
.border-chocolate-800\/25 {
  border-color: rgb(77 39 15 / 0.25);
}
.border-chocolate-800\/30 {
  border-color: rgb(77 39 15 / 0.3);
}
.border-chocolate-800\/35 {
  border-color: rgb(77 39 15 / 0.35);
}
.border-chocolate-800\/40 {
  border-color: rgb(77 39 15 / 0.4);
}
.border-chocolate-800\/45 {
  border-color: rgb(77 39 15 / 0.45);
}
.border-chocolate-800\/5 {
  border-color: rgb(77 39 15 / 0.05);
}
.border-chocolate-800\/50 {
  border-color: rgb(77 39 15 / 0.5);
}
.border-chocolate-800\/55 {
  border-color: rgb(77 39 15 / 0.55);
}
.border-chocolate-800\/60 {
  border-color: rgb(77 39 15 / 0.6);
}
.border-chocolate-800\/65 {
  border-color: rgb(77 39 15 / 0.65);
}
.border-chocolate-800\/70 {
  border-color: rgb(77 39 15 / 0.7);
}
.border-chocolate-800\/75 {
  border-color: rgb(77 39 15 / 0.75);
}
.border-chocolate-800\/80 {
  border-color: rgb(77 39 15 / 0.8);
}
.border-chocolate-800\/85 {
  border-color: rgb(77 39 15 / 0.85);
}
.border-chocolate-800\/90 {
  border-color: rgb(77 39 15 / 0.9);
}
.border-chocolate-800\/95 {
  border-color: rgb(77 39 15 / 0.95);
}
.border-chocolate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 24 10 / var(--tw-border-opacity));
}
.border-chocolate-900\/0 {
  border-color: rgb(49 24 10 / 0);
}
.border-chocolate-900\/10 {
  border-color: rgb(49 24 10 / 0.1);
}
.border-chocolate-900\/100 {
  border-color: rgb(49 24 10 / 1);
}
.border-chocolate-900\/15 {
  border-color: rgb(49 24 10 / 0.15);
}
.border-chocolate-900\/20 {
  border-color: rgb(49 24 10 / 0.2);
}
.border-chocolate-900\/25 {
  border-color: rgb(49 24 10 / 0.25);
}
.border-chocolate-900\/30 {
  border-color: rgb(49 24 10 / 0.3);
}
.border-chocolate-900\/35 {
  border-color: rgb(49 24 10 / 0.35);
}
.border-chocolate-900\/40 {
  border-color: rgb(49 24 10 / 0.4);
}
.border-chocolate-900\/45 {
  border-color: rgb(49 24 10 / 0.45);
}
.border-chocolate-900\/5 {
  border-color: rgb(49 24 10 / 0.05);
}
.border-chocolate-900\/50 {
  border-color: rgb(49 24 10 / 0.5);
}
.border-chocolate-900\/55 {
  border-color: rgb(49 24 10 / 0.55);
}
.border-chocolate-900\/60 {
  border-color: rgb(49 24 10 / 0.6);
}
.border-chocolate-900\/65 {
  border-color: rgb(49 24 10 / 0.65);
}
.border-chocolate-900\/70 {
  border-color: rgb(49 24 10 / 0.7);
}
.border-chocolate-900\/75 {
  border-color: rgb(49 24 10 / 0.75);
}
.border-chocolate-900\/80 {
  border-color: rgb(49 24 10 / 0.8);
}
.border-chocolate-900\/85 {
  border-color: rgb(49 24 10 / 0.85);
}
.border-chocolate-900\/90 {
  border-color: rgb(49 24 10 / 0.9);
}
.border-chocolate-900\/95 {
  border-color: rgb(49 24 10 / 0.95);
}
.border-denim-100 {
  --tw-border-opacity: 1;
  border-color: rgb(235 240 252 / var(--tw-border-opacity));
}
.border-denim-100\/0 {
  border-color: rgb(235 240 252 / 0);
}
.border-denim-100\/10 {
  border-color: rgb(235 240 252 / 0.1);
}
.border-denim-100\/100 {
  border-color: rgb(235 240 252 / 1);
}
.border-denim-100\/15 {
  border-color: rgb(235 240 252 / 0.15);
}
.border-denim-100\/20 {
  border-color: rgb(235 240 252 / 0.2);
}
.border-denim-100\/25 {
  border-color: rgb(235 240 252 / 0.25);
}
.border-denim-100\/30 {
  border-color: rgb(235 240 252 / 0.3);
}
.border-denim-100\/35 {
  border-color: rgb(235 240 252 / 0.35);
}
.border-denim-100\/40 {
  border-color: rgb(235 240 252 / 0.4);
}
.border-denim-100\/45 {
  border-color: rgb(235 240 252 / 0.45);
}
.border-denim-100\/5 {
  border-color: rgb(235 240 252 / 0.05);
}
.border-denim-100\/50 {
  border-color: rgb(235 240 252 / 0.5);
}
.border-denim-100\/55 {
  border-color: rgb(235 240 252 / 0.55);
}
.border-denim-100\/60 {
  border-color: rgb(235 240 252 / 0.6);
}
.border-denim-100\/65 {
  border-color: rgb(235 240 252 / 0.65);
}
.border-denim-100\/70 {
  border-color: rgb(235 240 252 / 0.7);
}
.border-denim-100\/75 {
  border-color: rgb(235 240 252 / 0.75);
}
.border-denim-100\/80 {
  border-color: rgb(235 240 252 / 0.8);
}
.border-denim-100\/85 {
  border-color: rgb(235 240 252 / 0.85);
}
.border-denim-100\/90 {
  border-color: rgb(235 240 252 / 0.9);
}
.border-denim-100\/95 {
  border-color: rgb(235 240 252 / 0.95);
}
.border-denim-200 {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 249 / var(--tw-border-opacity));
}
.border-denim-200\/0 {
  border-color: rgb(214 214 249 / 0);
}
.border-denim-200\/10 {
  border-color: rgb(214 214 249 / 0.1);
}
.border-denim-200\/100 {
  border-color: rgb(214 214 249 / 1);
}
.border-denim-200\/15 {
  border-color: rgb(214 214 249 / 0.15);
}
.border-denim-200\/20 {
  border-color: rgb(214 214 249 / 0.2);
}
.border-denim-200\/25 {
  border-color: rgb(214 214 249 / 0.25);
}
.border-denim-200\/30 {
  border-color: rgb(214 214 249 / 0.3);
}
.border-denim-200\/35 {
  border-color: rgb(214 214 249 / 0.35);
}
.border-denim-200\/40 {
  border-color: rgb(214 214 249 / 0.4);
}
.border-denim-200\/45 {
  border-color: rgb(214 214 249 / 0.45);
}
.border-denim-200\/5 {
  border-color: rgb(214 214 249 / 0.05);
}
.border-denim-200\/50 {
  border-color: rgb(214 214 249 / 0.5);
}
.border-denim-200\/55 {
  border-color: rgb(214 214 249 / 0.55);
}
.border-denim-200\/60 {
  border-color: rgb(214 214 249 / 0.6);
}
.border-denim-200\/65 {
  border-color: rgb(214 214 249 / 0.65);
}
.border-denim-200\/70 {
  border-color: rgb(214 214 249 / 0.7);
}
.border-denim-200\/75 {
  border-color: rgb(214 214 249 / 0.75);
}
.border-denim-200\/80 {
  border-color: rgb(214 214 249 / 0.8);
}
.border-denim-200\/85 {
  border-color: rgb(214 214 249 / 0.85);
}
.border-denim-200\/90 {
  border-color: rgb(214 214 249 / 0.9);
}
.border-denim-200\/95 {
  border-color: rgb(214 214 249 / 0.95);
}
.border-denim-300 {
  --tw-border-opacity: 1;
  border-color: rgb(180 177 240 / var(--tw-border-opacity));
}
.border-denim-300\/0 {
  border-color: rgb(180 177 240 / 0);
}
.border-denim-300\/10 {
  border-color: rgb(180 177 240 / 0.1);
}
.border-denim-300\/100 {
  border-color: rgb(180 177 240 / 1);
}
.border-denim-300\/15 {
  border-color: rgb(180 177 240 / 0.15);
}
.border-denim-300\/20 {
  border-color: rgb(180 177 240 / 0.2);
}
.border-denim-300\/25 {
  border-color: rgb(180 177 240 / 0.25);
}
.border-denim-300\/30 {
  border-color: rgb(180 177 240 / 0.3);
}
.border-denim-300\/35 {
  border-color: rgb(180 177 240 / 0.35);
}
.border-denim-300\/40 {
  border-color: rgb(180 177 240 / 0.4);
}
.border-denim-300\/45 {
  border-color: rgb(180 177 240 / 0.45);
}
.border-denim-300\/5 {
  border-color: rgb(180 177 240 / 0.05);
}
.border-denim-300\/50 {
  border-color: rgb(180 177 240 / 0.5);
}
.border-denim-300\/55 {
  border-color: rgb(180 177 240 / 0.55);
}
.border-denim-300\/60 {
  border-color: rgb(180 177 240 / 0.6);
}
.border-denim-300\/65 {
  border-color: rgb(180 177 240 / 0.65);
}
.border-denim-300\/70 {
  border-color: rgb(180 177 240 / 0.7);
}
.border-denim-300\/75 {
  border-color: rgb(180 177 240 / 0.75);
}
.border-denim-300\/80 {
  border-color: rgb(180 177 240 / 0.8);
}
.border-denim-300\/85 {
  border-color: rgb(180 177 240 / 0.85);
}
.border-denim-300\/90 {
  border-color: rgb(180 177 240 / 0.9);
}
.border-denim-300\/95 {
  border-color: rgb(180 177 240 / 0.95);
}
.border-denim-400 {
  --tw-border-opacity: 1;
  border-color: rgb(153 135 229 / var(--tw-border-opacity));
}
.border-denim-400\/0 {
  border-color: rgb(153 135 229 / 0);
}
.border-denim-400\/10 {
  border-color: rgb(153 135 229 / 0.1);
}
.border-denim-400\/100 {
  border-color: rgb(153 135 229 / 1);
}
.border-denim-400\/15 {
  border-color: rgb(153 135 229 / 0.15);
}
.border-denim-400\/20 {
  border-color: rgb(153 135 229 / 0.2);
}
.border-denim-400\/25 {
  border-color: rgb(153 135 229 / 0.25);
}
.border-denim-400\/30 {
  border-color: rgb(153 135 229 / 0.3);
}
.border-denim-400\/35 {
  border-color: rgb(153 135 229 / 0.35);
}
.border-denim-400\/40 {
  border-color: rgb(153 135 229 / 0.4);
}
.border-denim-400\/45 {
  border-color: rgb(153 135 229 / 0.45);
}
.border-denim-400\/5 {
  border-color: rgb(153 135 229 / 0.05);
}
.border-denim-400\/50 {
  border-color: rgb(153 135 229 / 0.5);
}
.border-denim-400\/55 {
  border-color: rgb(153 135 229 / 0.55);
}
.border-denim-400\/60 {
  border-color: rgb(153 135 229 / 0.6);
}
.border-denim-400\/65 {
  border-color: rgb(153 135 229 / 0.65);
}
.border-denim-400\/70 {
  border-color: rgb(153 135 229 / 0.7);
}
.border-denim-400\/75 {
  border-color: rgb(153 135 229 / 0.75);
}
.border-denim-400\/80 {
  border-color: rgb(153 135 229 / 0.8);
}
.border-denim-400\/85 {
  border-color: rgb(153 135 229 / 0.85);
}
.border-denim-400\/90 {
  border-color: rgb(153 135 229 / 0.9);
}
.border-denim-400\/95 {
  border-color: rgb(153 135 229 / 0.95);
}
.border-denim-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 251 / var(--tw-border-opacity));
}
.border-denim-50\/0 {
  border-color: rgb(248 250 251 / 0);
}
.border-denim-50\/10 {
  border-color: rgb(248 250 251 / 0.1);
}
.border-denim-50\/100 {
  border-color: rgb(248 250 251 / 1);
}
.border-denim-50\/15 {
  border-color: rgb(248 250 251 / 0.15);
}
.border-denim-50\/20 {
  border-color: rgb(248 250 251 / 0.2);
}
.border-denim-50\/25 {
  border-color: rgb(248 250 251 / 0.25);
}
.border-denim-50\/30 {
  border-color: rgb(248 250 251 / 0.3);
}
.border-denim-50\/35 {
  border-color: rgb(248 250 251 / 0.35);
}
.border-denim-50\/40 {
  border-color: rgb(248 250 251 / 0.4);
}
.border-denim-50\/45 {
  border-color: rgb(248 250 251 / 0.45);
}
.border-denim-50\/5 {
  border-color: rgb(248 250 251 / 0.05);
}
.border-denim-50\/50 {
  border-color: rgb(248 250 251 / 0.5);
}
.border-denim-50\/55 {
  border-color: rgb(248 250 251 / 0.55);
}
.border-denim-50\/60 {
  border-color: rgb(248 250 251 / 0.6);
}
.border-denim-50\/65 {
  border-color: rgb(248 250 251 / 0.65);
}
.border-denim-50\/70 {
  border-color: rgb(248 250 251 / 0.7);
}
.border-denim-50\/75 {
  border-color: rgb(248 250 251 / 0.75);
}
.border-denim-50\/80 {
  border-color: rgb(248 250 251 / 0.8);
}
.border-denim-50\/85 {
  border-color: rgb(248 250 251 / 0.85);
}
.border-denim-50\/90 {
  border-color: rgb(248 250 251 / 0.9);
}
.border-denim-50\/95 {
  border-color: rgb(248 250 251 / 0.95);
}
.border-denim-500 {
  --tw-border-opacity: 1;
  border-color: rgb(128 98 220 / var(--tw-border-opacity));
}
.border-denim-500\/0 {
  border-color: rgb(128 98 220 / 0);
}
.border-denim-500\/10 {
  border-color: rgb(128 98 220 / 0.1);
}
.border-denim-500\/100 {
  border-color: rgb(128 98 220 / 1);
}
.border-denim-500\/15 {
  border-color: rgb(128 98 220 / 0.15);
}
.border-denim-500\/20 {
  border-color: rgb(128 98 220 / 0.2);
}
.border-denim-500\/25 {
  border-color: rgb(128 98 220 / 0.25);
}
.border-denim-500\/30 {
  border-color: rgb(128 98 220 / 0.3);
}
.border-denim-500\/35 {
  border-color: rgb(128 98 220 / 0.35);
}
.border-denim-500\/40 {
  border-color: rgb(128 98 220 / 0.4);
}
.border-denim-500\/45 {
  border-color: rgb(128 98 220 / 0.45);
}
.border-denim-500\/5 {
  border-color: rgb(128 98 220 / 0.05);
}
.border-denim-500\/50 {
  border-color: rgb(128 98 220 / 0.5);
}
.border-denim-500\/55 {
  border-color: rgb(128 98 220 / 0.55);
}
.border-denim-500\/60 {
  border-color: rgb(128 98 220 / 0.6);
}
.border-denim-500\/65 {
  border-color: rgb(128 98 220 / 0.65);
}
.border-denim-500\/70 {
  border-color: rgb(128 98 220 / 0.7);
}
.border-denim-500\/75 {
  border-color: rgb(128 98 220 / 0.75);
}
.border-denim-500\/80 {
  border-color: rgb(128 98 220 / 0.8);
}
.border-denim-500\/85 {
  border-color: rgb(128 98 220 / 0.85);
}
.border-denim-500\/90 {
  border-color: rgb(128 98 220 / 0.9);
}
.border-denim-500\/95 {
  border-color: rgb(128 98 220 / 0.95);
}
.border-denim-600 {
  --tw-border-opacity: 1;
  border-color: rgb(105 70 203 / var(--tw-border-opacity));
}
.border-denim-600\/0 {
  border-color: rgb(105 70 203 / 0);
}
.border-denim-600\/10 {
  border-color: rgb(105 70 203 / 0.1);
}
.border-denim-600\/100 {
  border-color: rgb(105 70 203 / 1);
}
.border-denim-600\/15 {
  border-color: rgb(105 70 203 / 0.15);
}
.border-denim-600\/20 {
  border-color: rgb(105 70 203 / 0.2);
}
.border-denim-600\/25 {
  border-color: rgb(105 70 203 / 0.25);
}
.border-denim-600\/30 {
  border-color: rgb(105 70 203 / 0.3);
}
.border-denim-600\/35 {
  border-color: rgb(105 70 203 / 0.35);
}
.border-denim-600\/40 {
  border-color: rgb(105 70 203 / 0.4);
}
.border-denim-600\/45 {
  border-color: rgb(105 70 203 / 0.45);
}
.border-denim-600\/5 {
  border-color: rgb(105 70 203 / 0.05);
}
.border-denim-600\/50 {
  border-color: rgb(105 70 203 / 0.5);
}
.border-denim-600\/55 {
  border-color: rgb(105 70 203 / 0.55);
}
.border-denim-600\/60 {
  border-color: rgb(105 70 203 / 0.6);
}
.border-denim-600\/65 {
  border-color: rgb(105 70 203 / 0.65);
}
.border-denim-600\/70 {
  border-color: rgb(105 70 203 / 0.7);
}
.border-denim-600\/75 {
  border-color: rgb(105 70 203 / 0.75);
}
.border-denim-600\/80 {
  border-color: rgb(105 70 203 / 0.8);
}
.border-denim-600\/85 {
  border-color: rgb(105 70 203 / 0.85);
}
.border-denim-600\/90 {
  border-color: rgb(105 70 203 / 0.9);
}
.border-denim-600\/95 {
  border-color: rgb(105 70 203 / 0.95);
}
.border-denim-700 {
  --tw-border-opacity: 1;
  border-color: rgb(79 53 168 / var(--tw-border-opacity));
}
.border-denim-700\/0 {
  border-color: rgb(79 53 168 / 0);
}
.border-denim-700\/10 {
  border-color: rgb(79 53 168 / 0.1);
}
.border-denim-700\/100 {
  border-color: rgb(79 53 168 / 1);
}
.border-denim-700\/15 {
  border-color: rgb(79 53 168 / 0.15);
}
.border-denim-700\/20 {
  border-color: rgb(79 53 168 / 0.2);
}
.border-denim-700\/25 {
  border-color: rgb(79 53 168 / 0.25);
}
.border-denim-700\/30 {
  border-color: rgb(79 53 168 / 0.3);
}
.border-denim-700\/35 {
  border-color: rgb(79 53 168 / 0.35);
}
.border-denim-700\/40 {
  border-color: rgb(79 53 168 / 0.4);
}
.border-denim-700\/45 {
  border-color: rgb(79 53 168 / 0.45);
}
.border-denim-700\/5 {
  border-color: rgb(79 53 168 / 0.05);
}
.border-denim-700\/50 {
  border-color: rgb(79 53 168 / 0.5);
}
.border-denim-700\/55 {
  border-color: rgb(79 53 168 / 0.55);
}
.border-denim-700\/60 {
  border-color: rgb(79 53 168 / 0.6);
}
.border-denim-700\/65 {
  border-color: rgb(79 53 168 / 0.65);
}
.border-denim-700\/70 {
  border-color: rgb(79 53 168 / 0.7);
}
.border-denim-700\/75 {
  border-color: rgb(79 53 168 / 0.75);
}
.border-denim-700\/80 {
  border-color: rgb(79 53 168 / 0.8);
}
.border-denim-700\/85 {
  border-color: rgb(79 53 168 / 0.85);
}
.border-denim-700\/90 {
  border-color: rgb(79 53 168 / 0.9);
}
.border-denim-700\/95 {
  border-color: rgb(79 53 168 / 0.95);
}
.border-denim-800 {
  --tw-border-opacity: 1;
  border-color: rgb(54 36 121 / var(--tw-border-opacity));
}
.border-denim-800\/0 {
  border-color: rgb(54 36 121 / 0);
}
.border-denim-800\/10 {
  border-color: rgb(54 36 121 / 0.1);
}
.border-denim-800\/100 {
  border-color: rgb(54 36 121 / 1);
}
.border-denim-800\/15 {
  border-color: rgb(54 36 121 / 0.15);
}
.border-denim-800\/20 {
  border-color: rgb(54 36 121 / 0.2);
}
.border-denim-800\/25 {
  border-color: rgb(54 36 121 / 0.25);
}
.border-denim-800\/30 {
  border-color: rgb(54 36 121 / 0.3);
}
.border-denim-800\/35 {
  border-color: rgb(54 36 121 / 0.35);
}
.border-denim-800\/40 {
  border-color: rgb(54 36 121 / 0.4);
}
.border-denim-800\/45 {
  border-color: rgb(54 36 121 / 0.45);
}
.border-denim-800\/5 {
  border-color: rgb(54 36 121 / 0.05);
}
.border-denim-800\/50 {
  border-color: rgb(54 36 121 / 0.5);
}
.border-denim-800\/55 {
  border-color: rgb(54 36 121 / 0.55);
}
.border-denim-800\/60 {
  border-color: rgb(54 36 121 / 0.6);
}
.border-denim-800\/65 {
  border-color: rgb(54 36 121 / 0.65);
}
.border-denim-800\/70 {
  border-color: rgb(54 36 121 / 0.7);
}
.border-denim-800\/75 {
  border-color: rgb(54 36 121 / 0.75);
}
.border-denim-800\/80 {
  border-color: rgb(54 36 121 / 0.8);
}
.border-denim-800\/85 {
  border-color: rgb(54 36 121 / 0.85);
}
.border-denim-800\/90 {
  border-color: rgb(54 36 121 / 0.9);
}
.border-denim-800\/95 {
  border-color: rgb(54 36 121 / 0.95);
}
.border-denim-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 23 73 / var(--tw-border-opacity));
}
.border-denim-900\/0 {
  border-color: rgb(30 23 73 / 0);
}
.border-denim-900\/10 {
  border-color: rgb(30 23 73 / 0.1);
}
.border-denim-900\/100 {
  border-color: rgb(30 23 73 / 1);
}
.border-denim-900\/15 {
  border-color: rgb(30 23 73 / 0.15);
}
.border-denim-900\/20 {
  border-color: rgb(30 23 73 / 0.2);
}
.border-denim-900\/25 {
  border-color: rgb(30 23 73 / 0.25);
}
.border-denim-900\/30 {
  border-color: rgb(30 23 73 / 0.3);
}
.border-denim-900\/35 {
  border-color: rgb(30 23 73 / 0.35);
}
.border-denim-900\/40 {
  border-color: rgb(30 23 73 / 0.4);
}
.border-denim-900\/45 {
  border-color: rgb(30 23 73 / 0.45);
}
.border-denim-900\/5 {
  border-color: rgb(30 23 73 / 0.05);
}
.border-denim-900\/50 {
  border-color: rgb(30 23 73 / 0.5);
}
.border-denim-900\/55 {
  border-color: rgb(30 23 73 / 0.55);
}
.border-denim-900\/60 {
  border-color: rgb(30 23 73 / 0.6);
}
.border-denim-900\/65 {
  border-color: rgb(30 23 73 / 0.65);
}
.border-denim-900\/70 {
  border-color: rgb(30 23 73 / 0.7);
}
.border-denim-900\/75 {
  border-color: rgb(30 23 73 / 0.75);
}
.border-denim-900\/80 {
  border-color: rgb(30 23 73 / 0.8);
}
.border-denim-900\/85 {
  border-color: rgb(30 23 73 / 0.85);
}
.border-denim-900\/90 {
  border-color: rgb(30 23 73 / 0.9);
}
.border-denim-900\/95 {
  border-color: rgb(30 23 73 / 0.95);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0);
}
.border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}
.border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}
.border-gray-100\/15 {
  border-color: rgb(243 244 246 / 0.15);
}
.border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}
.border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}
.border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}
.border-gray-100\/35 {
  border-color: rgb(243 244 246 / 0.35);
}
.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}
.border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}
.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}
.border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}
.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}
.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}
.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}
.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}
.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}
.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}
.border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15);
}
.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35);
}
.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}
.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}
.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}
.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}
.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}
.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}
.border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15);
}
.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}
.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}
.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}
.border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35);
}
.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}
.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}
.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}
.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}
.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}
.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}
.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}
.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}
.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}
.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}
.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}
.border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15);
}
.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35);
}
.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}
.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}
.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}
.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}
.border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}
.border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}
.border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15);
}
.border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}
.border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}
.border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}
.border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35);
}
.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}
.border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}
.border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}
.border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55);
}
.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}
.border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}
.border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}
.border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}
.border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85);
}
.border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}
.border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}
.border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15);
}
.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35);
}
.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}
.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}
.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}
.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}
.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}
.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}
.border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15);
}
.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}
.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}
.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}
.border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35);
}
.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}
.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}
.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}
.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}
.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}
.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}
.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}
.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}
.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}
.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}
.border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}
.border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}
.border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15);
}
.border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}
.border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}
.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}
.border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35);
}
.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}
.border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}
.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55);
}
.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}
.border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}
.border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}
.border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}
.border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85);
}
.border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}
.border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}
.border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}
.border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}
.border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15);
}
.border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}
.border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}
.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35);
}
.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}
.border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}
.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}
.border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55);
}
.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}
.border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}
.border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}
.border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}
.border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85);
}
.border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}
.border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0);
}
.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1);
}
.border-gray-900\/15 {
  border-color: rgb(17 24 39 / 0.15);
}
.border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2);
}
.border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}
.border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3);
}
.border-gray-900\/35 {
  border-color: rgb(17 24 39 / 0.35);
}
.border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45);
}
.border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05);
}
.border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5);
}
.border-gray-900\/55 {
  border-color: rgb(17 24 39 / 0.55);
}
.border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65);
}
.border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7);
}
.border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75);
}
.border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8);
}
.border-gray-900\/85 {
  border-color: rgb(17 24 39 / 0.85);
}
.border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9);
}
.border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95);
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.border-green-100\/0 {
  border-color: rgb(209 250 229 / 0);
}
.border-green-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}
.border-green-100\/100 {
  border-color: rgb(209 250 229 / 1);
}
.border-green-100\/15 {
  border-color: rgb(209 250 229 / 0.15);
}
.border-green-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}
.border-green-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}
.border-green-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}
.border-green-100\/35 {
  border-color: rgb(209 250 229 / 0.35);
}
.border-green-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.border-green-100\/45 {
  border-color: rgb(209 250 229 / 0.45);
}
.border-green-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}
.border-green-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}
.border-green-100\/55 {
  border-color: rgb(209 250 229 / 0.55);
}
.border-green-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.border-green-100\/65 {
  border-color: rgb(209 250 229 / 0.65);
}
.border-green-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}
.border-green-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}
.border-green-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}
.border-green-100\/85 {
  border-color: rgb(209 250 229 / 0.85);
}
.border-green-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}
.border-green-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.border-green-200\/0 {
  border-color: rgb(167 243 208 / 0);
}
.border-green-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}
.border-green-200\/100 {
  border-color: rgb(167 243 208 / 1);
}
.border-green-200\/15 {
  border-color: rgb(167 243 208 / 0.15);
}
.border-green-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.border-green-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}
.border-green-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-green-200\/35 {
  border-color: rgb(167 243 208 / 0.35);
}
.border-green-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-green-200\/45 {
  border-color: rgb(167 243 208 / 0.45);
}
.border-green-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}
.border-green-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}
.border-green-200\/55 {
  border-color: rgb(167 243 208 / 0.55);
}
.border-green-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.border-green-200\/65 {
  border-color: rgb(167 243 208 / 0.65);
}
.border-green-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}
.border-green-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}
.border-green-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.border-green-200\/85 {
  border-color: rgb(167 243 208 / 0.85);
}
.border-green-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}
.border-green-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.border-green-300\/0 {
  border-color: rgb(110 231 183 / 0);
}
.border-green-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}
.border-green-300\/100 {
  border-color: rgb(110 231 183 / 1);
}
.border-green-300\/15 {
  border-color: rgb(110 231 183 / 0.15);
}
.border-green-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.border-green-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}
.border-green-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-green-300\/35 {
  border-color: rgb(110 231 183 / 0.35);
}
.border-green-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-green-300\/45 {
  border-color: rgb(110 231 183 / 0.45);
}
.border-green-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}
.border-green-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}
.border-green-300\/55 {
  border-color: rgb(110 231 183 / 0.55);
}
.border-green-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.border-green-300\/65 {
  border-color: rgb(110 231 183 / 0.65);
}
.border-green-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.border-green-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}
.border-green-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}
.border-green-300\/85 {
  border-color: rgb(110 231 183 / 0.85);
}
.border-green-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}
.border-green-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.border-green-400\/0 {
  border-color: rgb(52 211 153 / 0);
}
.border-green-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}
.border-green-400\/100 {
  border-color: rgb(52 211 153 / 1);
}
.border-green-400\/15 {
  border-color: rgb(52 211 153 / 0.15);
}
.border-green-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-green-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-green-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-green-400\/35 {
  border-color: rgb(52 211 153 / 0.35);
}
.border-green-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-green-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}
.border-green-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}
.border-green-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.border-green-400\/55 {
  border-color: rgb(52 211 153 / 0.55);
}
.border-green-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-green-400\/65 {
  border-color: rgb(52 211 153 / 0.65);
}
.border-green-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-green-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}
.border-green-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}
.border-green-400\/85 {
  border-color: rgb(52 211 153 / 0.85);
}
.border-green-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}
.border-green-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}
.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.border-green-50\/0 {
  border-color: rgb(236 253 245 / 0);
}
.border-green-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}
.border-green-50\/100 {
  border-color: rgb(236 253 245 / 1);
}
.border-green-50\/15 {
  border-color: rgb(236 253 245 / 0.15);
}
.border-green-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}
.border-green-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}
.border-green-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}
.border-green-50\/35 {
  border-color: rgb(236 253 245 / 0.35);
}
.border-green-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}
.border-green-50\/45 {
  border-color: rgb(236 253 245 / 0.45);
}
.border-green-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}
.border-green-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}
.border-green-50\/55 {
  border-color: rgb(236 253 245 / 0.55);
}
.border-green-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}
.border-green-50\/65 {
  border-color: rgb(236 253 245 / 0.65);
}
.border-green-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}
.border-green-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}
.border-green-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}
.border-green-50\/85 {
  border-color: rgb(236 253 245 / 0.85);
}
.border-green-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}
.border-green-50\/95 {
  border-color: rgb(236 253 245 / 0.95);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.border-green-500\/0 {
  border-color: rgb(16 185 129 / 0);
}
.border-green-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.border-green-500\/100 {
  border-color: rgb(16 185 129 / 1);
}
.border-green-500\/15 {
  border-color: rgb(16 185 129 / 0.15);
}
.border-green-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.border-green-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}
.border-green-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-green-500\/35 {
  border-color: rgb(16 185 129 / 0.35);
}
.border-green-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-green-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}
.border-green-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}
.border-green-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-green-500\/55 {
  border-color: rgb(16 185 129 / 0.55);
}
.border-green-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.border-green-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}
.border-green-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.border-green-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}
.border-green-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.border-green-500\/85 {
  border-color: rgb(16 185 129 / 0.85);
}
.border-green-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}
.border-green-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.border-green-600\/0 {
  border-color: rgb(5 150 105 / 0);
}
.border-green-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}
.border-green-600\/100 {
  border-color: rgb(5 150 105 / 1);
}
.border-green-600\/15 {
  border-color: rgb(5 150 105 / 0.15);
}
.border-green-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}
.border-green-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}
.border-green-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}
.border-green-600\/35 {
  border-color: rgb(5 150 105 / 0.35);
}
.border-green-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.border-green-600\/45 {
  border-color: rgb(5 150 105 / 0.45);
}
.border-green-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}
.border-green-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}
.border-green-600\/55 {
  border-color: rgb(5 150 105 / 0.55);
}
.border-green-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.border-green-600\/65 {
  border-color: rgb(5 150 105 / 0.65);
}
.border-green-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}
.border-green-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}
.border-green-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}
.border-green-600\/85 {
  border-color: rgb(5 150 105 / 0.85);
}
.border-green-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}
.border-green-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.border-green-700\/0 {
  border-color: rgb(4 120 87 / 0);
}
.border-green-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}
.border-green-700\/100 {
  border-color: rgb(4 120 87 / 1);
}
.border-green-700\/15 {
  border-color: rgb(4 120 87 / 0.15);
}
.border-green-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}
.border-green-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}
.border-green-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}
.border-green-700\/35 {
  border-color: rgb(4 120 87 / 0.35);
}
.border-green-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}
.border-green-700\/45 {
  border-color: rgb(4 120 87 / 0.45);
}
.border-green-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}
.border-green-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}
.border-green-700\/55 {
  border-color: rgb(4 120 87 / 0.55);
}
.border-green-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}
.border-green-700\/65 {
  border-color: rgb(4 120 87 / 0.65);
}
.border-green-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}
.border-green-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}
.border-green-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}
.border-green-700\/85 {
  border-color: rgb(4 120 87 / 0.85);
}
.border-green-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}
.border-green-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.border-green-800\/0 {
  border-color: rgb(6 95 70 / 0);
}
.border-green-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}
.border-green-800\/100 {
  border-color: rgb(6 95 70 / 1);
}
.border-green-800\/15 {
  border-color: rgb(6 95 70 / 0.15);
}
.border-green-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}
.border-green-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}
.border-green-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}
.border-green-800\/35 {
  border-color: rgb(6 95 70 / 0.35);
}
.border-green-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}
.border-green-800\/45 {
  border-color: rgb(6 95 70 / 0.45);
}
.border-green-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}
.border-green-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}
.border-green-800\/55 {
  border-color: rgb(6 95 70 / 0.55);
}
.border-green-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}
.border-green-800\/65 {
  border-color: rgb(6 95 70 / 0.65);
}
.border-green-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}
.border-green-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}
.border-green-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}
.border-green-800\/85 {
  border-color: rgb(6 95 70 / 0.85);
}
.border-green-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}
.border-green-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.border-green-900\/0 {
  border-color: rgb(6 78 59 / 0);
}
.border-green-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}
.border-green-900\/100 {
  border-color: rgb(6 78 59 / 1);
}
.border-green-900\/15 {
  border-color: rgb(6 78 59 / 0.15);
}
.border-green-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}
.border-green-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}
.border-green-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}
.border-green-900\/35 {
  border-color: rgb(6 78 59 / 0.35);
}
.border-green-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.border-green-900\/45 {
  border-color: rgb(6 78 59 / 0.45);
}
.border-green-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}
.border-green-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}
.border-green-900\/55 {
  border-color: rgb(6 78 59 / 0.55);
}
.border-green-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}
.border-green-900\/65 {
  border-color: rgb(6 78 59 / 0.65);
}
.border-green-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}
.border-green-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}
.border-green-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}
.border-green-900\/85 {
  border-color: rgb(6 78 59 / 0.85);
}
.border-green-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}
.border-green-900\/95 {
  border-color: rgb(6 78 59 / 0.95);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(229 237 255 / var(--tw-border-opacity));
}
.border-indigo-100\/0 {
  border-color: rgb(229 237 255 / 0);
}
.border-indigo-100\/10 {
  border-color: rgb(229 237 255 / 0.1);
}
.border-indigo-100\/100 {
  border-color: rgb(229 237 255 / 1);
}
.border-indigo-100\/15 {
  border-color: rgb(229 237 255 / 0.15);
}
.border-indigo-100\/20 {
  border-color: rgb(229 237 255 / 0.2);
}
.border-indigo-100\/25 {
  border-color: rgb(229 237 255 / 0.25);
}
.border-indigo-100\/30 {
  border-color: rgb(229 237 255 / 0.3);
}
.border-indigo-100\/35 {
  border-color: rgb(229 237 255 / 0.35);
}
.border-indigo-100\/40 {
  border-color: rgb(229 237 255 / 0.4);
}
.border-indigo-100\/45 {
  border-color: rgb(229 237 255 / 0.45);
}
.border-indigo-100\/5 {
  border-color: rgb(229 237 255 / 0.05);
}
.border-indigo-100\/50 {
  border-color: rgb(229 237 255 / 0.5);
}
.border-indigo-100\/55 {
  border-color: rgb(229 237 255 / 0.55);
}
.border-indigo-100\/60 {
  border-color: rgb(229 237 255 / 0.6);
}
.border-indigo-100\/65 {
  border-color: rgb(229 237 255 / 0.65);
}
.border-indigo-100\/70 {
  border-color: rgb(229 237 255 / 0.7);
}
.border-indigo-100\/75 {
  border-color: rgb(229 237 255 / 0.75);
}
.border-indigo-100\/80 {
  border-color: rgb(229 237 255 / 0.8);
}
.border-indigo-100\/85 {
  border-color: rgb(229 237 255 / 0.85);
}
.border-indigo-100\/90 {
  border-color: rgb(229 237 255 / 0.9);
}
.border-indigo-100\/95 {
  border-color: rgb(229 237 255 / 0.95);
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(205 219 254 / var(--tw-border-opacity));
}
.border-indigo-200\/0 {
  border-color: rgb(205 219 254 / 0);
}
.border-indigo-200\/10 {
  border-color: rgb(205 219 254 / 0.1);
}
.border-indigo-200\/100 {
  border-color: rgb(205 219 254 / 1);
}
.border-indigo-200\/15 {
  border-color: rgb(205 219 254 / 0.15);
}
.border-indigo-200\/20 {
  border-color: rgb(205 219 254 / 0.2);
}
.border-indigo-200\/25 {
  border-color: rgb(205 219 254 / 0.25);
}
.border-indigo-200\/30 {
  border-color: rgb(205 219 254 / 0.3);
}
.border-indigo-200\/35 {
  border-color: rgb(205 219 254 / 0.35);
}
.border-indigo-200\/40 {
  border-color: rgb(205 219 254 / 0.4);
}
.border-indigo-200\/45 {
  border-color: rgb(205 219 254 / 0.45);
}
.border-indigo-200\/5 {
  border-color: rgb(205 219 254 / 0.05);
}
.border-indigo-200\/50 {
  border-color: rgb(205 219 254 / 0.5);
}
.border-indigo-200\/55 {
  border-color: rgb(205 219 254 / 0.55);
}
.border-indigo-200\/60 {
  border-color: rgb(205 219 254 / 0.6);
}
.border-indigo-200\/65 {
  border-color: rgb(205 219 254 / 0.65);
}
.border-indigo-200\/70 {
  border-color: rgb(205 219 254 / 0.7);
}
.border-indigo-200\/75 {
  border-color: rgb(205 219 254 / 0.75);
}
.border-indigo-200\/80 {
  border-color: rgb(205 219 254 / 0.8);
}
.border-indigo-200\/85 {
  border-color: rgb(205 219 254 / 0.85);
}
.border-indigo-200\/90 {
  border-color: rgb(205 219 254 / 0.9);
}
.border-indigo-200\/95 {
  border-color: rgb(205 219 254 / 0.95);
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-indigo-300\/0 {
  border-color: rgb(180 198 252 / 0);
}
.border-indigo-300\/10 {
  border-color: rgb(180 198 252 / 0.1);
}
.border-indigo-300\/100 {
  border-color: rgb(180 198 252 / 1);
}
.border-indigo-300\/15 {
  border-color: rgb(180 198 252 / 0.15);
}
.border-indigo-300\/20 {
  border-color: rgb(180 198 252 / 0.2);
}
.border-indigo-300\/25 {
  border-color: rgb(180 198 252 / 0.25);
}
.border-indigo-300\/30 {
  border-color: rgb(180 198 252 / 0.3);
}
.border-indigo-300\/35 {
  border-color: rgb(180 198 252 / 0.35);
}
.border-indigo-300\/40 {
  border-color: rgb(180 198 252 / 0.4);
}
.border-indigo-300\/45 {
  border-color: rgb(180 198 252 / 0.45);
}
.border-indigo-300\/5 {
  border-color: rgb(180 198 252 / 0.05);
}
.border-indigo-300\/50 {
  border-color: rgb(180 198 252 / 0.5);
}
.border-indigo-300\/55 {
  border-color: rgb(180 198 252 / 0.55);
}
.border-indigo-300\/60 {
  border-color: rgb(180 198 252 / 0.6);
}
.border-indigo-300\/65 {
  border-color: rgb(180 198 252 / 0.65);
}
.border-indigo-300\/70 {
  border-color: rgb(180 198 252 / 0.7);
}
.border-indigo-300\/75 {
  border-color: rgb(180 198 252 / 0.75);
}
.border-indigo-300\/80 {
  border-color: rgb(180 198 252 / 0.8);
}
.border-indigo-300\/85 {
  border-color: rgb(180 198 252 / 0.85);
}
.border-indigo-300\/90 {
  border-color: rgb(180 198 252 / 0.9);
}
.border-indigo-300\/95 {
  border-color: rgb(180 198 252 / 0.95);
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-indigo-400\/0 {
  border-color: rgb(141 162 251 / 0);
}
.border-indigo-400\/10 {
  border-color: rgb(141 162 251 / 0.1);
}
.border-indigo-400\/100 {
  border-color: rgb(141 162 251 / 1);
}
.border-indigo-400\/15 {
  border-color: rgb(141 162 251 / 0.15);
}
.border-indigo-400\/20 {
  border-color: rgb(141 162 251 / 0.2);
}
.border-indigo-400\/25 {
  border-color: rgb(141 162 251 / 0.25);
}
.border-indigo-400\/30 {
  border-color: rgb(141 162 251 / 0.3);
}
.border-indigo-400\/35 {
  border-color: rgb(141 162 251 / 0.35);
}
.border-indigo-400\/40 {
  border-color: rgb(141 162 251 / 0.4);
}
.border-indigo-400\/45 {
  border-color: rgb(141 162 251 / 0.45);
}
.border-indigo-400\/5 {
  border-color: rgb(141 162 251 / 0.05);
}
.border-indigo-400\/50 {
  border-color: rgb(141 162 251 / 0.5);
}
.border-indigo-400\/55 {
  border-color: rgb(141 162 251 / 0.55);
}
.border-indigo-400\/60 {
  border-color: rgb(141 162 251 / 0.6);
}
.border-indigo-400\/65 {
  border-color: rgb(141 162 251 / 0.65);
}
.border-indigo-400\/70 {
  border-color: rgb(141 162 251 / 0.7);
}
.border-indigo-400\/75 {
  border-color: rgb(141 162 251 / 0.75);
}
.border-indigo-400\/80 {
  border-color: rgb(141 162 251 / 0.8);
}
.border-indigo-400\/85 {
  border-color: rgb(141 162 251 / 0.85);
}
.border-indigo-400\/90 {
  border-color: rgb(141 162 251 / 0.9);
}
.border-indigo-400\/95 {
  border-color: rgb(141 162 251 / 0.95);
}
.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 245 255 / var(--tw-border-opacity));
}
.border-indigo-50\/0 {
  border-color: rgb(240 245 255 / 0);
}
.border-indigo-50\/10 {
  border-color: rgb(240 245 255 / 0.1);
}
.border-indigo-50\/100 {
  border-color: rgb(240 245 255 / 1);
}
.border-indigo-50\/15 {
  border-color: rgb(240 245 255 / 0.15);
}
.border-indigo-50\/20 {
  border-color: rgb(240 245 255 / 0.2);
}
.border-indigo-50\/25 {
  border-color: rgb(240 245 255 / 0.25);
}
.border-indigo-50\/30 {
  border-color: rgb(240 245 255 / 0.3);
}
.border-indigo-50\/35 {
  border-color: rgb(240 245 255 / 0.35);
}
.border-indigo-50\/40 {
  border-color: rgb(240 245 255 / 0.4);
}
.border-indigo-50\/45 {
  border-color: rgb(240 245 255 / 0.45);
}
.border-indigo-50\/5 {
  border-color: rgb(240 245 255 / 0.05);
}
.border-indigo-50\/50 {
  border-color: rgb(240 245 255 / 0.5);
}
.border-indigo-50\/55 {
  border-color: rgb(240 245 255 / 0.55);
}
.border-indigo-50\/60 {
  border-color: rgb(240 245 255 / 0.6);
}
.border-indigo-50\/65 {
  border-color: rgb(240 245 255 / 0.65);
}
.border-indigo-50\/70 {
  border-color: rgb(240 245 255 / 0.7);
}
.border-indigo-50\/75 {
  border-color: rgb(240 245 255 / 0.75);
}
.border-indigo-50\/80 {
  border-color: rgb(240 245 255 / 0.8);
}
.border-indigo-50\/85 {
  border-color: rgb(240 245 255 / 0.85);
}
.border-indigo-50\/90 {
  border-color: rgb(240 245 255 / 0.9);
}
.border-indigo-50\/95 {
  border-color: rgb(240 245 255 / 0.95);
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-indigo-500\/0 {
  border-color: rgb(104 117 245 / 0);
}
.border-indigo-500\/10 {
  border-color: rgb(104 117 245 / 0.1);
}
.border-indigo-500\/100 {
  border-color: rgb(104 117 245 / 1);
}
.border-indigo-500\/15 {
  border-color: rgb(104 117 245 / 0.15);
}
.border-indigo-500\/20 {
  border-color: rgb(104 117 245 / 0.2);
}
.border-indigo-500\/25 {
  border-color: rgb(104 117 245 / 0.25);
}
.border-indigo-500\/30 {
  border-color: rgb(104 117 245 / 0.3);
}
.border-indigo-500\/35 {
  border-color: rgb(104 117 245 / 0.35);
}
.border-indigo-500\/40 {
  border-color: rgb(104 117 245 / 0.4);
}
.border-indigo-500\/45 {
  border-color: rgb(104 117 245 / 0.45);
}
.border-indigo-500\/5 {
  border-color: rgb(104 117 245 / 0.05);
}
.border-indigo-500\/50 {
  border-color: rgb(104 117 245 / 0.5);
}
.border-indigo-500\/55 {
  border-color: rgb(104 117 245 / 0.55);
}
.border-indigo-500\/60 {
  border-color: rgb(104 117 245 / 0.6);
}
.border-indigo-500\/65 {
  border-color: rgb(104 117 245 / 0.65);
}
.border-indigo-500\/70 {
  border-color: rgb(104 117 245 / 0.7);
}
.border-indigo-500\/75 {
  border-color: rgb(104 117 245 / 0.75);
}
.border-indigo-500\/80 {
  border-color: rgb(104 117 245 / 0.8);
}
.border-indigo-500\/85 {
  border-color: rgb(104 117 245 / 0.85);
}
.border-indigo-500\/90 {
  border-color: rgb(104 117 245 / 0.9);
}
.border-indigo-500\/95 {
  border-color: rgb(104 117 245 / 0.95);
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(88 80 236 / var(--tw-border-opacity));
}
.border-indigo-600\/0 {
  border-color: rgb(88 80 236 / 0);
}
.border-indigo-600\/10 {
  border-color: rgb(88 80 236 / 0.1);
}
.border-indigo-600\/100 {
  border-color: rgb(88 80 236 / 1);
}
.border-indigo-600\/15 {
  border-color: rgb(88 80 236 / 0.15);
}
.border-indigo-600\/20 {
  border-color: rgb(88 80 236 / 0.2);
}
.border-indigo-600\/25 {
  border-color: rgb(88 80 236 / 0.25);
}
.border-indigo-600\/30 {
  border-color: rgb(88 80 236 / 0.3);
}
.border-indigo-600\/35 {
  border-color: rgb(88 80 236 / 0.35);
}
.border-indigo-600\/40 {
  border-color: rgb(88 80 236 / 0.4);
}
.border-indigo-600\/45 {
  border-color: rgb(88 80 236 / 0.45);
}
.border-indigo-600\/5 {
  border-color: rgb(88 80 236 / 0.05);
}
.border-indigo-600\/50 {
  border-color: rgb(88 80 236 / 0.5);
}
.border-indigo-600\/55 {
  border-color: rgb(88 80 236 / 0.55);
}
.border-indigo-600\/60 {
  border-color: rgb(88 80 236 / 0.6);
}
.border-indigo-600\/65 {
  border-color: rgb(88 80 236 / 0.65);
}
.border-indigo-600\/70 {
  border-color: rgb(88 80 236 / 0.7);
}
.border-indigo-600\/75 {
  border-color: rgb(88 80 236 / 0.75);
}
.border-indigo-600\/80 {
  border-color: rgb(88 80 236 / 0.8);
}
.border-indigo-600\/85 {
  border-color: rgb(88 80 236 / 0.85);
}
.border-indigo-600\/90 {
  border-color: rgb(88 80 236 / 0.9);
}
.border-indigo-600\/95 {
  border-color: rgb(88 80 236 / 0.95);
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(81 69 205 / var(--tw-border-opacity));
}
.border-indigo-700\/0 {
  border-color: rgb(81 69 205 / 0);
}
.border-indigo-700\/10 {
  border-color: rgb(81 69 205 / 0.1);
}
.border-indigo-700\/100 {
  border-color: rgb(81 69 205 / 1);
}
.border-indigo-700\/15 {
  border-color: rgb(81 69 205 / 0.15);
}
.border-indigo-700\/20 {
  border-color: rgb(81 69 205 / 0.2);
}
.border-indigo-700\/25 {
  border-color: rgb(81 69 205 / 0.25);
}
.border-indigo-700\/30 {
  border-color: rgb(81 69 205 / 0.3);
}
.border-indigo-700\/35 {
  border-color: rgb(81 69 205 / 0.35);
}
.border-indigo-700\/40 {
  border-color: rgb(81 69 205 / 0.4);
}
.border-indigo-700\/45 {
  border-color: rgb(81 69 205 / 0.45);
}
.border-indigo-700\/5 {
  border-color: rgb(81 69 205 / 0.05);
}
.border-indigo-700\/50 {
  border-color: rgb(81 69 205 / 0.5);
}
.border-indigo-700\/55 {
  border-color: rgb(81 69 205 / 0.55);
}
.border-indigo-700\/60 {
  border-color: rgb(81 69 205 / 0.6);
}
.border-indigo-700\/65 {
  border-color: rgb(81 69 205 / 0.65);
}
.border-indigo-700\/70 {
  border-color: rgb(81 69 205 / 0.7);
}
.border-indigo-700\/75 {
  border-color: rgb(81 69 205 / 0.75);
}
.border-indigo-700\/80 {
  border-color: rgb(81 69 205 / 0.8);
}
.border-indigo-700\/85 {
  border-color: rgb(81 69 205 / 0.85);
}
.border-indigo-700\/90 {
  border-color: rgb(81 69 205 / 0.9);
}
.border-indigo-700\/95 {
  border-color: rgb(81 69 205 / 0.95);
}
.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(66 56 157 / var(--tw-border-opacity));
}
.border-indigo-800\/0 {
  border-color: rgb(66 56 157 / 0);
}
.border-indigo-800\/10 {
  border-color: rgb(66 56 157 / 0.1);
}
.border-indigo-800\/100 {
  border-color: rgb(66 56 157 / 1);
}
.border-indigo-800\/15 {
  border-color: rgb(66 56 157 / 0.15);
}
.border-indigo-800\/20 {
  border-color: rgb(66 56 157 / 0.2);
}
.border-indigo-800\/25 {
  border-color: rgb(66 56 157 / 0.25);
}
.border-indigo-800\/30 {
  border-color: rgb(66 56 157 / 0.3);
}
.border-indigo-800\/35 {
  border-color: rgb(66 56 157 / 0.35);
}
.border-indigo-800\/40 {
  border-color: rgb(66 56 157 / 0.4);
}
.border-indigo-800\/45 {
  border-color: rgb(66 56 157 / 0.45);
}
.border-indigo-800\/5 {
  border-color: rgb(66 56 157 / 0.05);
}
.border-indigo-800\/50 {
  border-color: rgb(66 56 157 / 0.5);
}
.border-indigo-800\/55 {
  border-color: rgb(66 56 157 / 0.55);
}
.border-indigo-800\/60 {
  border-color: rgb(66 56 157 / 0.6);
}
.border-indigo-800\/65 {
  border-color: rgb(66 56 157 / 0.65);
}
.border-indigo-800\/70 {
  border-color: rgb(66 56 157 / 0.7);
}
.border-indigo-800\/75 {
  border-color: rgb(66 56 157 / 0.75);
}
.border-indigo-800\/80 {
  border-color: rgb(66 56 157 / 0.8);
}
.border-indigo-800\/85 {
  border-color: rgb(66 56 157 / 0.85);
}
.border-indigo-800\/90 {
  border-color: rgb(66 56 157 / 0.9);
}
.border-indigo-800\/95 {
  border-color: rgb(66 56 157 / 0.95);
}
.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 47 120 / var(--tw-border-opacity));
}
.border-indigo-900\/0 {
  border-color: rgb(54 47 120 / 0);
}
.border-indigo-900\/10 {
  border-color: rgb(54 47 120 / 0.1);
}
.border-indigo-900\/100 {
  border-color: rgb(54 47 120 / 1);
}
.border-indigo-900\/15 {
  border-color: rgb(54 47 120 / 0.15);
}
.border-indigo-900\/20 {
  border-color: rgb(54 47 120 / 0.2);
}
.border-indigo-900\/25 {
  border-color: rgb(54 47 120 / 0.25);
}
.border-indigo-900\/30 {
  border-color: rgb(54 47 120 / 0.3);
}
.border-indigo-900\/35 {
  border-color: rgb(54 47 120 / 0.35);
}
.border-indigo-900\/40 {
  border-color: rgb(54 47 120 / 0.4);
}
.border-indigo-900\/45 {
  border-color: rgb(54 47 120 / 0.45);
}
.border-indigo-900\/5 {
  border-color: rgb(54 47 120 / 0.05);
}
.border-indigo-900\/50 {
  border-color: rgb(54 47 120 / 0.5);
}
.border-indigo-900\/55 {
  border-color: rgb(54 47 120 / 0.55);
}
.border-indigo-900\/60 {
  border-color: rgb(54 47 120 / 0.6);
}
.border-indigo-900\/65 {
  border-color: rgb(54 47 120 / 0.65);
}
.border-indigo-900\/70 {
  border-color: rgb(54 47 120 / 0.7);
}
.border-indigo-900\/75 {
  border-color: rgb(54 47 120 / 0.75);
}
.border-indigo-900\/80 {
  border-color: rgb(54 47 120 / 0.8);
}
.border-indigo-900\/85 {
  border-color: rgb(54 47 120 / 0.85);
}
.border-indigo-900\/90 {
  border-color: rgb(54 47 120 / 0.9);
}
.border-indigo-900\/95 {
  border-color: rgb(54 47 120 / 0.95);
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-olive-100 {
  --tw-border-opacity: 1;
  border-color: rgb(248 240 198 / var(--tw-border-opacity));
}
.border-olive-100\/0 {
  border-color: rgb(248 240 198 / 0);
}
.border-olive-100\/10 {
  border-color: rgb(248 240 198 / 0.1);
}
.border-olive-100\/100 {
  border-color: rgb(248 240 198 / 1);
}
.border-olive-100\/15 {
  border-color: rgb(248 240 198 / 0.15);
}
.border-olive-100\/20 {
  border-color: rgb(248 240 198 / 0.2);
}
.border-olive-100\/25 {
  border-color: rgb(248 240 198 / 0.25);
}
.border-olive-100\/30 {
  border-color: rgb(248 240 198 / 0.3);
}
.border-olive-100\/35 {
  border-color: rgb(248 240 198 / 0.35);
}
.border-olive-100\/40 {
  border-color: rgb(248 240 198 / 0.4);
}
.border-olive-100\/45 {
  border-color: rgb(248 240 198 / 0.45);
}
.border-olive-100\/5 {
  border-color: rgb(248 240 198 / 0.05);
}
.border-olive-100\/50 {
  border-color: rgb(248 240 198 / 0.5);
}
.border-olive-100\/55 {
  border-color: rgb(248 240 198 / 0.55);
}
.border-olive-100\/60 {
  border-color: rgb(248 240 198 / 0.6);
}
.border-olive-100\/65 {
  border-color: rgb(248 240 198 / 0.65);
}
.border-olive-100\/70 {
  border-color: rgb(248 240 198 / 0.7);
}
.border-olive-100\/75 {
  border-color: rgb(248 240 198 / 0.75);
}
.border-olive-100\/80 {
  border-color: rgb(248 240 198 / 0.8);
}
.border-olive-100\/85 {
  border-color: rgb(248 240 198 / 0.85);
}
.border-olive-100\/90 {
  border-color: rgb(248 240 198 / 0.9);
}
.border-olive-100\/95 {
  border-color: rgb(248 240 198 / 0.95);
}
.border-olive-200 {
  --tw-border-opacity: 1;
  border-color: rgb(240 221 142 / var(--tw-border-opacity));
}
.border-olive-200\/0 {
  border-color: rgb(240 221 142 / 0);
}
.border-olive-200\/10 {
  border-color: rgb(240 221 142 / 0.1);
}
.border-olive-200\/100 {
  border-color: rgb(240 221 142 / 1);
}
.border-olive-200\/15 {
  border-color: rgb(240 221 142 / 0.15);
}
.border-olive-200\/20 {
  border-color: rgb(240 221 142 / 0.2);
}
.border-olive-200\/25 {
  border-color: rgb(240 221 142 / 0.25);
}
.border-olive-200\/30 {
  border-color: rgb(240 221 142 / 0.3);
}
.border-olive-200\/35 {
  border-color: rgb(240 221 142 / 0.35);
}
.border-olive-200\/40 {
  border-color: rgb(240 221 142 / 0.4);
}
.border-olive-200\/45 {
  border-color: rgb(240 221 142 / 0.45);
}
.border-olive-200\/5 {
  border-color: rgb(240 221 142 / 0.05);
}
.border-olive-200\/50 {
  border-color: rgb(240 221 142 / 0.5);
}
.border-olive-200\/55 {
  border-color: rgb(240 221 142 / 0.55);
}
.border-olive-200\/60 {
  border-color: rgb(240 221 142 / 0.6);
}
.border-olive-200\/65 {
  border-color: rgb(240 221 142 / 0.65);
}
.border-olive-200\/70 {
  border-color: rgb(240 221 142 / 0.7);
}
.border-olive-200\/75 {
  border-color: rgb(240 221 142 / 0.75);
}
.border-olive-200\/80 {
  border-color: rgb(240 221 142 / 0.8);
}
.border-olive-200\/85 {
  border-color: rgb(240 221 142 / 0.85);
}
.border-olive-200\/90 {
  border-color: rgb(240 221 142 / 0.9);
}
.border-olive-200\/95 {
  border-color: rgb(240 221 142 / 0.95);
}
.border-olive-300 {
  --tw-border-opacity: 1;
  border-color: rgb(217 185 90 / var(--tw-border-opacity));
}
.border-olive-300\/0 {
  border-color: rgb(217 185 90 / 0);
}
.border-olive-300\/10 {
  border-color: rgb(217 185 90 / 0.1);
}
.border-olive-300\/100 {
  border-color: rgb(217 185 90 / 1);
}
.border-olive-300\/15 {
  border-color: rgb(217 185 90 / 0.15);
}
.border-olive-300\/20 {
  border-color: rgb(217 185 90 / 0.2);
}
.border-olive-300\/25 {
  border-color: rgb(217 185 90 / 0.25);
}
.border-olive-300\/30 {
  border-color: rgb(217 185 90 / 0.3);
}
.border-olive-300\/35 {
  border-color: rgb(217 185 90 / 0.35);
}
.border-olive-300\/40 {
  border-color: rgb(217 185 90 / 0.4);
}
.border-olive-300\/45 {
  border-color: rgb(217 185 90 / 0.45);
}
.border-olive-300\/5 {
  border-color: rgb(217 185 90 / 0.05);
}
.border-olive-300\/50 {
  border-color: rgb(217 185 90 / 0.5);
}
.border-olive-300\/55 {
  border-color: rgb(217 185 90 / 0.55);
}
.border-olive-300\/60 {
  border-color: rgb(217 185 90 / 0.6);
}
.border-olive-300\/65 {
  border-color: rgb(217 185 90 / 0.65);
}
.border-olive-300\/70 {
  border-color: rgb(217 185 90 / 0.7);
}
.border-olive-300\/75 {
  border-color: rgb(217 185 90 / 0.75);
}
.border-olive-300\/80 {
  border-color: rgb(217 185 90 / 0.8);
}
.border-olive-300\/85 {
  border-color: rgb(217 185 90 / 0.85);
}
.border-olive-300\/90 {
  border-color: rgb(217 185 90 / 0.9);
}
.border-olive-300\/95 {
  border-color: rgb(217 185 90 / 0.95);
}
.border-olive-400 {
  --tw-border-opacity: 1;
  border-color: rgb(184 143 50 / var(--tw-border-opacity));
}
.border-olive-400\/0 {
  border-color: rgb(184 143 50 / 0);
}
.border-olive-400\/10 {
  border-color: rgb(184 143 50 / 0.1);
}
.border-olive-400\/100 {
  border-color: rgb(184 143 50 / 1);
}
.border-olive-400\/15 {
  border-color: rgb(184 143 50 / 0.15);
}
.border-olive-400\/20 {
  border-color: rgb(184 143 50 / 0.2);
}
.border-olive-400\/25 {
  border-color: rgb(184 143 50 / 0.25);
}
.border-olive-400\/30 {
  border-color: rgb(184 143 50 / 0.3);
}
.border-olive-400\/35 {
  border-color: rgb(184 143 50 / 0.35);
}
.border-olive-400\/40 {
  border-color: rgb(184 143 50 / 0.4);
}
.border-olive-400\/45 {
  border-color: rgb(184 143 50 / 0.45);
}
.border-olive-400\/5 {
  border-color: rgb(184 143 50 / 0.05);
}
.border-olive-400\/50 {
  border-color: rgb(184 143 50 / 0.5);
}
.border-olive-400\/55 {
  border-color: rgb(184 143 50 / 0.55);
}
.border-olive-400\/60 {
  border-color: rgb(184 143 50 / 0.6);
}
.border-olive-400\/65 {
  border-color: rgb(184 143 50 / 0.65);
}
.border-olive-400\/70 {
  border-color: rgb(184 143 50 / 0.7);
}
.border-olive-400\/75 {
  border-color: rgb(184 143 50 / 0.75);
}
.border-olive-400\/80 {
  border-color: rgb(184 143 50 / 0.8);
}
.border-olive-400\/85 {
  border-color: rgb(184 143 50 / 0.85);
}
.border-olive-400\/90 {
  border-color: rgb(184 143 50 / 0.9);
}
.border-olive-400\/95 {
  border-color: rgb(184 143 50 / 0.95);
}
.border-olive-50 {
  --tw-border-opacity: 1;
  border-color: rgb(251 250 245 / var(--tw-border-opacity));
}
.border-olive-50\/0 {
  border-color: rgb(251 250 245 / 0);
}
.border-olive-50\/10 {
  border-color: rgb(251 250 245 / 0.1);
}
.border-olive-50\/100 {
  border-color: rgb(251 250 245 / 1);
}
.border-olive-50\/15 {
  border-color: rgb(251 250 245 / 0.15);
}
.border-olive-50\/20 {
  border-color: rgb(251 250 245 / 0.2);
}
.border-olive-50\/25 {
  border-color: rgb(251 250 245 / 0.25);
}
.border-olive-50\/30 {
  border-color: rgb(251 250 245 / 0.3);
}
.border-olive-50\/35 {
  border-color: rgb(251 250 245 / 0.35);
}
.border-olive-50\/40 {
  border-color: rgb(251 250 245 / 0.4);
}
.border-olive-50\/45 {
  border-color: rgb(251 250 245 / 0.45);
}
.border-olive-50\/5 {
  border-color: rgb(251 250 245 / 0.05);
}
.border-olive-50\/50 {
  border-color: rgb(251 250 245 / 0.5);
}
.border-olive-50\/55 {
  border-color: rgb(251 250 245 / 0.55);
}
.border-olive-50\/60 {
  border-color: rgb(251 250 245 / 0.6);
}
.border-olive-50\/65 {
  border-color: rgb(251 250 245 / 0.65);
}
.border-olive-50\/70 {
  border-color: rgb(251 250 245 / 0.7);
}
.border-olive-50\/75 {
  border-color: rgb(251 250 245 / 0.75);
}
.border-olive-50\/80 {
  border-color: rgb(251 250 245 / 0.8);
}
.border-olive-50\/85 {
  border-color: rgb(251 250 245 / 0.85);
}
.border-olive-50\/90 {
  border-color: rgb(251 250 245 / 0.9);
}
.border-olive-50\/95 {
  border-color: rgb(251 250 245 / 0.95);
}
.border-olive-500 {
  --tw-border-opacity: 1;
  border-color: rgb(152 111 26 / var(--tw-border-opacity));
}
.border-olive-500\/0 {
  border-color: rgb(152 111 26 / 0);
}
.border-olive-500\/10 {
  border-color: rgb(152 111 26 / 0.1);
}
.border-olive-500\/100 {
  border-color: rgb(152 111 26 / 1);
}
.border-olive-500\/15 {
  border-color: rgb(152 111 26 / 0.15);
}
.border-olive-500\/20 {
  border-color: rgb(152 111 26 / 0.2);
}
.border-olive-500\/25 {
  border-color: rgb(152 111 26 / 0.25);
}
.border-olive-500\/30 {
  border-color: rgb(152 111 26 / 0.3);
}
.border-olive-500\/35 {
  border-color: rgb(152 111 26 / 0.35);
}
.border-olive-500\/40 {
  border-color: rgb(152 111 26 / 0.4);
}
.border-olive-500\/45 {
  border-color: rgb(152 111 26 / 0.45);
}
.border-olive-500\/5 {
  border-color: rgb(152 111 26 / 0.05);
}
.border-olive-500\/50 {
  border-color: rgb(152 111 26 / 0.5);
}
.border-olive-500\/55 {
  border-color: rgb(152 111 26 / 0.55);
}
.border-olive-500\/60 {
  border-color: rgb(152 111 26 / 0.6);
}
.border-olive-500\/65 {
  border-color: rgb(152 111 26 / 0.65);
}
.border-olive-500\/70 {
  border-color: rgb(152 111 26 / 0.7);
}
.border-olive-500\/75 {
  border-color: rgb(152 111 26 / 0.75);
}
.border-olive-500\/80 {
  border-color: rgb(152 111 26 / 0.8);
}
.border-olive-500\/85 {
  border-color: rgb(152 111 26 / 0.85);
}
.border-olive-500\/90 {
  border-color: rgb(152 111 26 / 0.9);
}
.border-olive-500\/95 {
  border-color: rgb(152 111 26 / 0.95);
}
.border-olive-600 {
  --tw-border-opacity: 1;
  border-color: rgb(123 85 16 / var(--tw-border-opacity));
}
.border-olive-600\/0 {
  border-color: rgb(123 85 16 / 0);
}
.border-olive-600\/10 {
  border-color: rgb(123 85 16 / 0.1);
}
.border-olive-600\/100 {
  border-color: rgb(123 85 16 / 1);
}
.border-olive-600\/15 {
  border-color: rgb(123 85 16 / 0.15);
}
.border-olive-600\/20 {
  border-color: rgb(123 85 16 / 0.2);
}
.border-olive-600\/25 {
  border-color: rgb(123 85 16 / 0.25);
}
.border-olive-600\/30 {
  border-color: rgb(123 85 16 / 0.3);
}
.border-olive-600\/35 {
  border-color: rgb(123 85 16 / 0.35);
}
.border-olive-600\/40 {
  border-color: rgb(123 85 16 / 0.4);
}
.border-olive-600\/45 {
  border-color: rgb(123 85 16 / 0.45);
}
.border-olive-600\/5 {
  border-color: rgb(123 85 16 / 0.05);
}
.border-olive-600\/50 {
  border-color: rgb(123 85 16 / 0.5);
}
.border-olive-600\/55 {
  border-color: rgb(123 85 16 / 0.55);
}
.border-olive-600\/60 {
  border-color: rgb(123 85 16 / 0.6);
}
.border-olive-600\/65 {
  border-color: rgb(123 85 16 / 0.65);
}
.border-olive-600\/70 {
  border-color: rgb(123 85 16 / 0.7);
}
.border-olive-600\/75 {
  border-color: rgb(123 85 16 / 0.75);
}
.border-olive-600\/80 {
  border-color: rgb(123 85 16 / 0.8);
}
.border-olive-600\/85 {
  border-color: rgb(123 85 16 / 0.85);
}
.border-olive-600\/90 {
  border-color: rgb(123 85 16 / 0.9);
}
.border-olive-600\/95 {
  border-color: rgb(123 85 16 / 0.95);
}
.border-olive-700 {
  --tw-border-opacity: 1;
  border-color: rgb(94 64 15 / var(--tw-border-opacity));
}
.border-olive-700\/0 {
  border-color: rgb(94 64 15 / 0);
}
.border-olive-700\/10 {
  border-color: rgb(94 64 15 / 0.1);
}
.border-olive-700\/100 {
  border-color: rgb(94 64 15 / 1);
}
.border-olive-700\/15 {
  border-color: rgb(94 64 15 / 0.15);
}
.border-olive-700\/20 {
  border-color: rgb(94 64 15 / 0.2);
}
.border-olive-700\/25 {
  border-color: rgb(94 64 15 / 0.25);
}
.border-olive-700\/30 {
  border-color: rgb(94 64 15 / 0.3);
}
.border-olive-700\/35 {
  border-color: rgb(94 64 15 / 0.35);
}
.border-olive-700\/40 {
  border-color: rgb(94 64 15 / 0.4);
}
.border-olive-700\/45 {
  border-color: rgb(94 64 15 / 0.45);
}
.border-olive-700\/5 {
  border-color: rgb(94 64 15 / 0.05);
}
.border-olive-700\/50 {
  border-color: rgb(94 64 15 / 0.5);
}
.border-olive-700\/55 {
  border-color: rgb(94 64 15 / 0.55);
}
.border-olive-700\/60 {
  border-color: rgb(94 64 15 / 0.6);
}
.border-olive-700\/65 {
  border-color: rgb(94 64 15 / 0.65);
}
.border-olive-700\/70 {
  border-color: rgb(94 64 15 / 0.7);
}
.border-olive-700\/75 {
  border-color: rgb(94 64 15 / 0.75);
}
.border-olive-700\/80 {
  border-color: rgb(94 64 15 / 0.8);
}
.border-olive-700\/85 {
  border-color: rgb(94 64 15 / 0.85);
}
.border-olive-700\/90 {
  border-color: rgb(94 64 15 / 0.9);
}
.border-olive-700\/95 {
  border-color: rgb(94 64 15 / 0.95);
}
.border-olive-800 {
  --tw-border-opacity: 1;
  border-color: rgb(64 43 12 / var(--tw-border-opacity));
}
.border-olive-800\/0 {
  border-color: rgb(64 43 12 / 0);
}
.border-olive-800\/10 {
  border-color: rgb(64 43 12 / 0.1);
}
.border-olive-800\/100 {
  border-color: rgb(64 43 12 / 1);
}
.border-olive-800\/15 {
  border-color: rgb(64 43 12 / 0.15);
}
.border-olive-800\/20 {
  border-color: rgb(64 43 12 / 0.2);
}
.border-olive-800\/25 {
  border-color: rgb(64 43 12 / 0.25);
}
.border-olive-800\/30 {
  border-color: rgb(64 43 12 / 0.3);
}
.border-olive-800\/35 {
  border-color: rgb(64 43 12 / 0.35);
}
.border-olive-800\/40 {
  border-color: rgb(64 43 12 / 0.4);
}
.border-olive-800\/45 {
  border-color: rgb(64 43 12 / 0.45);
}
.border-olive-800\/5 {
  border-color: rgb(64 43 12 / 0.05);
}
.border-olive-800\/50 {
  border-color: rgb(64 43 12 / 0.5);
}
.border-olive-800\/55 {
  border-color: rgb(64 43 12 / 0.55);
}
.border-olive-800\/60 {
  border-color: rgb(64 43 12 / 0.6);
}
.border-olive-800\/65 {
  border-color: rgb(64 43 12 / 0.65);
}
.border-olive-800\/70 {
  border-color: rgb(64 43 12 / 0.7);
}
.border-olive-800\/75 {
  border-color: rgb(64 43 12 / 0.75);
}
.border-olive-800\/80 {
  border-color: rgb(64 43 12 / 0.8);
}
.border-olive-800\/85 {
  border-color: rgb(64 43 12 / 0.85);
}
.border-olive-800\/90 {
  border-color: rgb(64 43 12 / 0.9);
}
.border-olive-800\/95 {
  border-color: rgb(64 43 12 / 0.95);
}
.border-olive-900 {
  --tw-border-opacity: 1;
  border-color: rgb(42 27 9 / var(--tw-border-opacity));
}
.border-olive-900\/0 {
  border-color: rgb(42 27 9 / 0);
}
.border-olive-900\/10 {
  border-color: rgb(42 27 9 / 0.1);
}
.border-olive-900\/100 {
  border-color: rgb(42 27 9 / 1);
}
.border-olive-900\/15 {
  border-color: rgb(42 27 9 / 0.15);
}
.border-olive-900\/20 {
  border-color: rgb(42 27 9 / 0.2);
}
.border-olive-900\/25 {
  border-color: rgb(42 27 9 / 0.25);
}
.border-olive-900\/30 {
  border-color: rgb(42 27 9 / 0.3);
}
.border-olive-900\/35 {
  border-color: rgb(42 27 9 / 0.35);
}
.border-olive-900\/40 {
  border-color: rgb(42 27 9 / 0.4);
}
.border-olive-900\/45 {
  border-color: rgb(42 27 9 / 0.45);
}
.border-olive-900\/5 {
  border-color: rgb(42 27 9 / 0.05);
}
.border-olive-900\/50 {
  border-color: rgb(42 27 9 / 0.5);
}
.border-olive-900\/55 {
  border-color: rgb(42 27 9 / 0.55);
}
.border-olive-900\/60 {
  border-color: rgb(42 27 9 / 0.6);
}
.border-olive-900\/65 {
  border-color: rgb(42 27 9 / 0.65);
}
.border-olive-900\/70 {
  border-color: rgb(42 27 9 / 0.7);
}
.border-olive-900\/75 {
  border-color: rgb(42 27 9 / 0.75);
}
.border-olive-900\/80 {
  border-color: rgb(42 27 9 / 0.8);
}
.border-olive-900\/85 {
  border-color: rgb(42 27 9 / 0.85);
}
.border-olive-900\/90 {
  border-color: rgb(42 27 9 / 0.9);
}
.border-olive-900\/95 {
  border-color: rgb(42 27 9 / 0.95);
}
.border-pine-100 {
  --tw-border-opacity: 1;
  border-color: rgb(214 240 245 / var(--tw-border-opacity));
}
.border-pine-100\/0 {
  border-color: rgb(214 240 245 / 0);
}
.border-pine-100\/10 {
  border-color: rgb(214 240 245 / 0.1);
}
.border-pine-100\/100 {
  border-color: rgb(214 240 245 / 1);
}
.border-pine-100\/15 {
  border-color: rgb(214 240 245 / 0.15);
}
.border-pine-100\/20 {
  border-color: rgb(214 240 245 / 0.2);
}
.border-pine-100\/25 {
  border-color: rgb(214 240 245 / 0.25);
}
.border-pine-100\/30 {
  border-color: rgb(214 240 245 / 0.3);
}
.border-pine-100\/35 {
  border-color: rgb(214 240 245 / 0.35);
}
.border-pine-100\/40 {
  border-color: rgb(214 240 245 / 0.4);
}
.border-pine-100\/45 {
  border-color: rgb(214 240 245 / 0.45);
}
.border-pine-100\/5 {
  border-color: rgb(214 240 245 / 0.05);
}
.border-pine-100\/50 {
  border-color: rgb(214 240 245 / 0.5);
}
.border-pine-100\/55 {
  border-color: rgb(214 240 245 / 0.55);
}
.border-pine-100\/60 {
  border-color: rgb(214 240 245 / 0.6);
}
.border-pine-100\/65 {
  border-color: rgb(214 240 245 / 0.65);
}
.border-pine-100\/70 {
  border-color: rgb(214 240 245 / 0.7);
}
.border-pine-100\/75 {
  border-color: rgb(214 240 245 / 0.75);
}
.border-pine-100\/80 {
  border-color: rgb(214 240 245 / 0.8);
}
.border-pine-100\/85 {
  border-color: rgb(214 240 245 / 0.85);
}
.border-pine-100\/90 {
  border-color: rgb(214 240 245 / 0.9);
}
.border-pine-100\/95 {
  border-color: rgb(214 240 245 / 0.95);
}
.border-pine-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 229 233 / var(--tw-border-opacity));
}
.border-pine-200\/0 {
  border-color: rgb(165 229 233 / 0);
}
.border-pine-200\/10 {
  border-color: rgb(165 229 233 / 0.1);
}
.border-pine-200\/100 {
  border-color: rgb(165 229 233 / 1);
}
.border-pine-200\/15 {
  border-color: rgb(165 229 233 / 0.15);
}
.border-pine-200\/20 {
  border-color: rgb(165 229 233 / 0.2);
}
.border-pine-200\/25 {
  border-color: rgb(165 229 233 / 0.25);
}
.border-pine-200\/30 {
  border-color: rgb(165 229 233 / 0.3);
}
.border-pine-200\/35 {
  border-color: rgb(165 229 233 / 0.35);
}
.border-pine-200\/40 {
  border-color: rgb(165 229 233 / 0.4);
}
.border-pine-200\/45 {
  border-color: rgb(165 229 233 / 0.45);
}
.border-pine-200\/5 {
  border-color: rgb(165 229 233 / 0.05);
}
.border-pine-200\/50 {
  border-color: rgb(165 229 233 / 0.5);
}
.border-pine-200\/55 {
  border-color: rgb(165 229 233 / 0.55);
}
.border-pine-200\/60 {
  border-color: rgb(165 229 233 / 0.6);
}
.border-pine-200\/65 {
  border-color: rgb(165 229 233 / 0.65);
}
.border-pine-200\/70 {
  border-color: rgb(165 229 233 / 0.7);
}
.border-pine-200\/75 {
  border-color: rgb(165 229 233 / 0.75);
}
.border-pine-200\/80 {
  border-color: rgb(165 229 233 / 0.8);
}
.border-pine-200\/85 {
  border-color: rgb(165 229 233 / 0.85);
}
.border-pine-200\/90 {
  border-color: rgb(165 229 233 / 0.9);
}
.border-pine-200\/95 {
  border-color: rgb(165 229 233 / 0.95);
}
.border-pine-300 {
  --tw-border-opacity: 1;
  border-color: rgb(108 201 204 / var(--tw-border-opacity));
}
.border-pine-300\/0 {
  border-color: rgb(108 201 204 / 0);
}
.border-pine-300\/10 {
  border-color: rgb(108 201 204 / 0.1);
}
.border-pine-300\/100 {
  border-color: rgb(108 201 204 / 1);
}
.border-pine-300\/15 {
  border-color: rgb(108 201 204 / 0.15);
}
.border-pine-300\/20 {
  border-color: rgb(108 201 204 / 0.2);
}
.border-pine-300\/25 {
  border-color: rgb(108 201 204 / 0.25);
}
.border-pine-300\/30 {
  border-color: rgb(108 201 204 / 0.3);
}
.border-pine-300\/35 {
  border-color: rgb(108 201 204 / 0.35);
}
.border-pine-300\/40 {
  border-color: rgb(108 201 204 / 0.4);
}
.border-pine-300\/45 {
  border-color: rgb(108 201 204 / 0.45);
}
.border-pine-300\/5 {
  border-color: rgb(108 201 204 / 0.05);
}
.border-pine-300\/50 {
  border-color: rgb(108 201 204 / 0.5);
}
.border-pine-300\/55 {
  border-color: rgb(108 201 204 / 0.55);
}
.border-pine-300\/60 {
  border-color: rgb(108 201 204 / 0.6);
}
.border-pine-300\/65 {
  border-color: rgb(108 201 204 / 0.65);
}
.border-pine-300\/70 {
  border-color: rgb(108 201 204 / 0.7);
}
.border-pine-300\/75 {
  border-color: rgb(108 201 204 / 0.75);
}
.border-pine-300\/80 {
  border-color: rgb(108 201 204 / 0.8);
}
.border-pine-300\/85 {
  border-color: rgb(108 201 204 / 0.85);
}
.border-pine-300\/90 {
  border-color: rgb(108 201 204 / 0.9);
}
.border-pine-300\/95 {
  border-color: rgb(108 201 204 / 0.95);
}
.border-pine-400 {
  --tw-border-opacity: 1;
  border-color: rgb(49 169 168 / var(--tw-border-opacity));
}
.border-pine-400\/0 {
  border-color: rgb(49 169 168 / 0);
}
.border-pine-400\/10 {
  border-color: rgb(49 169 168 / 0.1);
}
.border-pine-400\/100 {
  border-color: rgb(49 169 168 / 1);
}
.border-pine-400\/15 {
  border-color: rgb(49 169 168 / 0.15);
}
.border-pine-400\/20 {
  border-color: rgb(49 169 168 / 0.2);
}
.border-pine-400\/25 {
  border-color: rgb(49 169 168 / 0.25);
}
.border-pine-400\/30 {
  border-color: rgb(49 169 168 / 0.3);
}
.border-pine-400\/35 {
  border-color: rgb(49 169 168 / 0.35);
}
.border-pine-400\/40 {
  border-color: rgb(49 169 168 / 0.4);
}
.border-pine-400\/45 {
  border-color: rgb(49 169 168 / 0.45);
}
.border-pine-400\/5 {
  border-color: rgb(49 169 168 / 0.05);
}
.border-pine-400\/50 {
  border-color: rgb(49 169 168 / 0.5);
}
.border-pine-400\/55 {
  border-color: rgb(49 169 168 / 0.55);
}
.border-pine-400\/60 {
  border-color: rgb(49 169 168 / 0.6);
}
.border-pine-400\/65 {
  border-color: rgb(49 169 168 / 0.65);
}
.border-pine-400\/70 {
  border-color: rgb(49 169 168 / 0.7);
}
.border-pine-400\/75 {
  border-color: rgb(49 169 168 / 0.75);
}
.border-pine-400\/80 {
  border-color: rgb(49 169 168 / 0.8);
}
.border-pine-400\/85 {
  border-color: rgb(49 169 168 / 0.85);
}
.border-pine-400\/90 {
  border-color: rgb(49 169 168 / 0.9);
}
.border-pine-400\/95 {
  border-color: rgb(49 169 168 / 0.95);
}
.border-pine-50 {
  --tw-border-opacity: 1;
  border-color: rgb(241 247 246 / var(--tw-border-opacity));
}
.border-pine-50\/0 {
  border-color: rgb(241 247 246 / 0);
}
.border-pine-50\/10 {
  border-color: rgb(241 247 246 / 0.1);
}
.border-pine-50\/100 {
  border-color: rgb(241 247 246 / 1);
}
.border-pine-50\/15 {
  border-color: rgb(241 247 246 / 0.15);
}
.border-pine-50\/20 {
  border-color: rgb(241 247 246 / 0.2);
}
.border-pine-50\/25 {
  border-color: rgb(241 247 246 / 0.25);
}
.border-pine-50\/30 {
  border-color: rgb(241 247 246 / 0.3);
}
.border-pine-50\/35 {
  border-color: rgb(241 247 246 / 0.35);
}
.border-pine-50\/40 {
  border-color: rgb(241 247 246 / 0.4);
}
.border-pine-50\/45 {
  border-color: rgb(241 247 246 / 0.45);
}
.border-pine-50\/5 {
  border-color: rgb(241 247 246 / 0.05);
}
.border-pine-50\/50 {
  border-color: rgb(241 247 246 / 0.5);
}
.border-pine-50\/55 {
  border-color: rgb(241 247 246 / 0.55);
}
.border-pine-50\/60 {
  border-color: rgb(241 247 246 / 0.6);
}
.border-pine-50\/65 {
  border-color: rgb(241 247 246 / 0.65);
}
.border-pine-50\/70 {
  border-color: rgb(241 247 246 / 0.7);
}
.border-pine-50\/75 {
  border-color: rgb(241 247 246 / 0.75);
}
.border-pine-50\/80 {
  border-color: rgb(241 247 246 / 0.8);
}
.border-pine-50\/85 {
  border-color: rgb(241 247 246 / 0.85);
}
.border-pine-50\/90 {
  border-color: rgb(241 247 246 / 0.9);
}
.border-pine-50\/95 {
  border-color: rgb(241 247 246 / 0.95);
}
.border-pine-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 139 132 / var(--tw-border-opacity));
}
.border-pine-500\/0 {
  border-color: rgb(34 139 132 / 0);
}
.border-pine-500\/10 {
  border-color: rgb(34 139 132 / 0.1);
}
.border-pine-500\/100 {
  border-color: rgb(34 139 132 / 1);
}
.border-pine-500\/15 {
  border-color: rgb(34 139 132 / 0.15);
}
.border-pine-500\/20 {
  border-color: rgb(34 139 132 / 0.2);
}
.border-pine-500\/25 {
  border-color: rgb(34 139 132 / 0.25);
}
.border-pine-500\/30 {
  border-color: rgb(34 139 132 / 0.3);
}
.border-pine-500\/35 {
  border-color: rgb(34 139 132 / 0.35);
}
.border-pine-500\/40 {
  border-color: rgb(34 139 132 / 0.4);
}
.border-pine-500\/45 {
  border-color: rgb(34 139 132 / 0.45);
}
.border-pine-500\/5 {
  border-color: rgb(34 139 132 / 0.05);
}
.border-pine-500\/50 {
  border-color: rgb(34 139 132 / 0.5);
}
.border-pine-500\/55 {
  border-color: rgb(34 139 132 / 0.55);
}
.border-pine-500\/60 {
  border-color: rgb(34 139 132 / 0.6);
}
.border-pine-500\/65 {
  border-color: rgb(34 139 132 / 0.65);
}
.border-pine-500\/70 {
  border-color: rgb(34 139 132 / 0.7);
}
.border-pine-500\/75 {
  border-color: rgb(34 139 132 / 0.75);
}
.border-pine-500\/80 {
  border-color: rgb(34 139 132 / 0.8);
}
.border-pine-500\/85 {
  border-color: rgb(34 139 132 / 0.85);
}
.border-pine-500\/90 {
  border-color: rgb(34 139 132 / 0.9);
}
.border-pine-500\/95 {
  border-color: rgb(34 139 132 / 0.95);
}
.border-pine-600 {
  --tw-border-opacity: 1;
  border-color: rgb(30 115 105 / var(--tw-border-opacity));
}
.border-pine-600\/0 {
  border-color: rgb(30 115 105 / 0);
}
.border-pine-600\/10 {
  border-color: rgb(30 115 105 / 0.1);
}
.border-pine-600\/100 {
  border-color: rgb(30 115 105 / 1);
}
.border-pine-600\/15 {
  border-color: rgb(30 115 105 / 0.15);
}
.border-pine-600\/20 {
  border-color: rgb(30 115 105 / 0.2);
}
.border-pine-600\/25 {
  border-color: rgb(30 115 105 / 0.25);
}
.border-pine-600\/30 {
  border-color: rgb(30 115 105 / 0.3);
}
.border-pine-600\/35 {
  border-color: rgb(30 115 105 / 0.35);
}
.border-pine-600\/40 {
  border-color: rgb(30 115 105 / 0.4);
}
.border-pine-600\/45 {
  border-color: rgb(30 115 105 / 0.45);
}
.border-pine-600\/5 {
  border-color: rgb(30 115 105 / 0.05);
}
.border-pine-600\/50 {
  border-color: rgb(30 115 105 / 0.5);
}
.border-pine-600\/55 {
  border-color: rgb(30 115 105 / 0.55);
}
.border-pine-600\/60 {
  border-color: rgb(30 115 105 / 0.6);
}
.border-pine-600\/65 {
  border-color: rgb(30 115 105 / 0.65);
}
.border-pine-600\/70 {
  border-color: rgb(30 115 105 / 0.7);
}
.border-pine-600\/75 {
  border-color: rgb(30 115 105 / 0.75);
}
.border-pine-600\/80 {
  border-color: rgb(30 115 105 / 0.8);
}
.border-pine-600\/85 {
  border-color: rgb(30 115 105 / 0.85);
}
.border-pine-600\/90 {
  border-color: rgb(30 115 105 / 0.9);
}
.border-pine-600\/95 {
  border-color: rgb(30 115 105 / 0.95);
}
.border-pine-700 {
  --tw-border-opacity: 1;
  border-color: rgb(27 88 82 / var(--tw-border-opacity));
}
.border-pine-700\/0 {
  border-color: rgb(27 88 82 / 0);
}
.border-pine-700\/10 {
  border-color: rgb(27 88 82 / 0.1);
}
.border-pine-700\/100 {
  border-color: rgb(27 88 82 / 1);
}
.border-pine-700\/15 {
  border-color: rgb(27 88 82 / 0.15);
}
.border-pine-700\/20 {
  border-color: rgb(27 88 82 / 0.2);
}
.border-pine-700\/25 {
  border-color: rgb(27 88 82 / 0.25);
}
.border-pine-700\/30 {
  border-color: rgb(27 88 82 / 0.3);
}
.border-pine-700\/35 {
  border-color: rgb(27 88 82 / 0.35);
}
.border-pine-700\/40 {
  border-color: rgb(27 88 82 / 0.4);
}
.border-pine-700\/45 {
  border-color: rgb(27 88 82 / 0.45);
}
.border-pine-700\/5 {
  border-color: rgb(27 88 82 / 0.05);
}
.border-pine-700\/50 {
  border-color: rgb(27 88 82 / 0.5);
}
.border-pine-700\/55 {
  border-color: rgb(27 88 82 / 0.55);
}
.border-pine-700\/60 {
  border-color: rgb(27 88 82 / 0.6);
}
.border-pine-700\/65 {
  border-color: rgb(27 88 82 / 0.65);
}
.border-pine-700\/70 {
  border-color: rgb(27 88 82 / 0.7);
}
.border-pine-700\/75 {
  border-color: rgb(27 88 82 / 0.75);
}
.border-pine-700\/80 {
  border-color: rgb(27 88 82 / 0.8);
}
.border-pine-700\/85 {
  border-color: rgb(27 88 82 / 0.85);
}
.border-pine-700\/90 {
  border-color: rgb(27 88 82 / 0.9);
}
.border-pine-700\/95 {
  border-color: rgb(27 88 82 / 0.95);
}
.border-pine-800 {
  --tw-border-opacity: 1;
  border-color: rgb(20 59 60 / var(--tw-border-opacity));
}
.border-pine-800\/0 {
  border-color: rgb(20 59 60 / 0);
}
.border-pine-800\/10 {
  border-color: rgb(20 59 60 / 0.1);
}
.border-pine-800\/100 {
  border-color: rgb(20 59 60 / 1);
}
.border-pine-800\/15 {
  border-color: rgb(20 59 60 / 0.15);
}
.border-pine-800\/20 {
  border-color: rgb(20 59 60 / 0.2);
}
.border-pine-800\/25 {
  border-color: rgb(20 59 60 / 0.25);
}
.border-pine-800\/30 {
  border-color: rgb(20 59 60 / 0.3);
}
.border-pine-800\/35 {
  border-color: rgb(20 59 60 / 0.35);
}
.border-pine-800\/40 {
  border-color: rgb(20 59 60 / 0.4);
}
.border-pine-800\/45 {
  border-color: rgb(20 59 60 / 0.45);
}
.border-pine-800\/5 {
  border-color: rgb(20 59 60 / 0.05);
}
.border-pine-800\/50 {
  border-color: rgb(20 59 60 / 0.5);
}
.border-pine-800\/55 {
  border-color: rgb(20 59 60 / 0.55);
}
.border-pine-800\/60 {
  border-color: rgb(20 59 60 / 0.6);
}
.border-pine-800\/65 {
  border-color: rgb(20 59 60 / 0.65);
}
.border-pine-800\/70 {
  border-color: rgb(20 59 60 / 0.7);
}
.border-pine-800\/75 {
  border-color: rgb(20 59 60 / 0.75);
}
.border-pine-800\/80 {
  border-color: rgb(20 59 60 / 0.8);
}
.border-pine-800\/85 {
  border-color: rgb(20 59 60 / 0.85);
}
.border-pine-800\/90 {
  border-color: rgb(20 59 60 / 0.9);
}
.border-pine-800\/95 {
  border-color: rgb(20 59 60 / 0.95);
}
.border-pine-900 {
  --tw-border-opacity: 1;
  border-color: rgb(13 36 43 / var(--tw-border-opacity));
}
.border-pine-900\/0 {
  border-color: rgb(13 36 43 / 0);
}
.border-pine-900\/10 {
  border-color: rgb(13 36 43 / 0.1);
}
.border-pine-900\/100 {
  border-color: rgb(13 36 43 / 1);
}
.border-pine-900\/15 {
  border-color: rgb(13 36 43 / 0.15);
}
.border-pine-900\/20 {
  border-color: rgb(13 36 43 / 0.2);
}
.border-pine-900\/25 {
  border-color: rgb(13 36 43 / 0.25);
}
.border-pine-900\/30 {
  border-color: rgb(13 36 43 / 0.3);
}
.border-pine-900\/35 {
  border-color: rgb(13 36 43 / 0.35);
}
.border-pine-900\/40 {
  border-color: rgb(13 36 43 / 0.4);
}
.border-pine-900\/45 {
  border-color: rgb(13 36 43 / 0.45);
}
.border-pine-900\/5 {
  border-color: rgb(13 36 43 / 0.05);
}
.border-pine-900\/50 {
  border-color: rgb(13 36 43 / 0.5);
}
.border-pine-900\/55 {
  border-color: rgb(13 36 43 / 0.55);
}
.border-pine-900\/60 {
  border-color: rgb(13 36 43 / 0.6);
}
.border-pine-900\/65 {
  border-color: rgb(13 36 43 / 0.65);
}
.border-pine-900\/70 {
  border-color: rgb(13 36 43 / 0.7);
}
.border-pine-900\/75 {
  border-color: rgb(13 36 43 / 0.75);
}
.border-pine-900\/80 {
  border-color: rgb(13 36 43 / 0.8);
}
.border-pine-900\/85 {
  border-color: rgb(13 36 43 / 0.85);
}
.border-pine-900\/90 {
  border-color: rgb(13 36 43 / 0.9);
}
.border-pine-900\/95 {
  border-color: rgb(13 36 43 / 0.95);
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 232 243 / var(--tw-border-opacity));
}
.border-pink-100\/0 {
  border-color: rgb(252 232 243 / 0);
}
.border-pink-100\/10 {
  border-color: rgb(252 232 243 / 0.1);
}
.border-pink-100\/100 {
  border-color: rgb(252 232 243 / 1);
}
.border-pink-100\/15 {
  border-color: rgb(252 232 243 / 0.15);
}
.border-pink-100\/20 {
  border-color: rgb(252 232 243 / 0.2);
}
.border-pink-100\/25 {
  border-color: rgb(252 232 243 / 0.25);
}
.border-pink-100\/30 {
  border-color: rgb(252 232 243 / 0.3);
}
.border-pink-100\/35 {
  border-color: rgb(252 232 243 / 0.35);
}
.border-pink-100\/40 {
  border-color: rgb(252 232 243 / 0.4);
}
.border-pink-100\/45 {
  border-color: rgb(252 232 243 / 0.45);
}
.border-pink-100\/5 {
  border-color: rgb(252 232 243 / 0.05);
}
.border-pink-100\/50 {
  border-color: rgb(252 232 243 / 0.5);
}
.border-pink-100\/55 {
  border-color: rgb(252 232 243 / 0.55);
}
.border-pink-100\/60 {
  border-color: rgb(252 232 243 / 0.6);
}
.border-pink-100\/65 {
  border-color: rgb(252 232 243 / 0.65);
}
.border-pink-100\/70 {
  border-color: rgb(252 232 243 / 0.7);
}
.border-pink-100\/75 {
  border-color: rgb(252 232 243 / 0.75);
}
.border-pink-100\/80 {
  border-color: rgb(252 232 243 / 0.8);
}
.border-pink-100\/85 {
  border-color: rgb(252 232 243 / 0.85);
}
.border-pink-100\/90 {
  border-color: rgb(252 232 243 / 0.9);
}
.border-pink-100\/95 {
  border-color: rgb(252 232 243 / 0.95);
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(250 209 232 / var(--tw-border-opacity));
}
.border-pink-200\/0 {
  border-color: rgb(250 209 232 / 0);
}
.border-pink-200\/10 {
  border-color: rgb(250 209 232 / 0.1);
}
.border-pink-200\/100 {
  border-color: rgb(250 209 232 / 1);
}
.border-pink-200\/15 {
  border-color: rgb(250 209 232 / 0.15);
}
.border-pink-200\/20 {
  border-color: rgb(250 209 232 / 0.2);
}
.border-pink-200\/25 {
  border-color: rgb(250 209 232 / 0.25);
}
.border-pink-200\/30 {
  border-color: rgb(250 209 232 / 0.3);
}
.border-pink-200\/35 {
  border-color: rgb(250 209 232 / 0.35);
}
.border-pink-200\/40 {
  border-color: rgb(250 209 232 / 0.4);
}
.border-pink-200\/45 {
  border-color: rgb(250 209 232 / 0.45);
}
.border-pink-200\/5 {
  border-color: rgb(250 209 232 / 0.05);
}
.border-pink-200\/50 {
  border-color: rgb(250 209 232 / 0.5);
}
.border-pink-200\/55 {
  border-color: rgb(250 209 232 / 0.55);
}
.border-pink-200\/60 {
  border-color: rgb(250 209 232 / 0.6);
}
.border-pink-200\/65 {
  border-color: rgb(250 209 232 / 0.65);
}
.border-pink-200\/70 {
  border-color: rgb(250 209 232 / 0.7);
}
.border-pink-200\/75 {
  border-color: rgb(250 209 232 / 0.75);
}
.border-pink-200\/80 {
  border-color: rgb(250 209 232 / 0.8);
}
.border-pink-200\/85 {
  border-color: rgb(250 209 232 / 0.85);
}
.border-pink-200\/90 {
  border-color: rgb(250 209 232 / 0.9);
}
.border-pink-200\/95 {
  border-color: rgb(250 209 232 / 0.95);
}
.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(248 180 217 / var(--tw-border-opacity));
}
.border-pink-300\/0 {
  border-color: rgb(248 180 217 / 0);
}
.border-pink-300\/10 {
  border-color: rgb(248 180 217 / 0.1);
}
.border-pink-300\/100 {
  border-color: rgb(248 180 217 / 1);
}
.border-pink-300\/15 {
  border-color: rgb(248 180 217 / 0.15);
}
.border-pink-300\/20 {
  border-color: rgb(248 180 217 / 0.2);
}
.border-pink-300\/25 {
  border-color: rgb(248 180 217 / 0.25);
}
.border-pink-300\/30 {
  border-color: rgb(248 180 217 / 0.3);
}
.border-pink-300\/35 {
  border-color: rgb(248 180 217 / 0.35);
}
.border-pink-300\/40 {
  border-color: rgb(248 180 217 / 0.4);
}
.border-pink-300\/45 {
  border-color: rgb(248 180 217 / 0.45);
}
.border-pink-300\/5 {
  border-color: rgb(248 180 217 / 0.05);
}
.border-pink-300\/50 {
  border-color: rgb(248 180 217 / 0.5);
}
.border-pink-300\/55 {
  border-color: rgb(248 180 217 / 0.55);
}
.border-pink-300\/60 {
  border-color: rgb(248 180 217 / 0.6);
}
.border-pink-300\/65 {
  border-color: rgb(248 180 217 / 0.65);
}
.border-pink-300\/70 {
  border-color: rgb(248 180 217 / 0.7);
}
.border-pink-300\/75 {
  border-color: rgb(248 180 217 / 0.75);
}
.border-pink-300\/80 {
  border-color: rgb(248 180 217 / 0.8);
}
.border-pink-300\/85 {
  border-color: rgb(248 180 217 / 0.85);
}
.border-pink-300\/90 {
  border-color: rgb(248 180 217 / 0.9);
}
.border-pink-300\/95 {
  border-color: rgb(248 180 217 / 0.95);
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-pink-400\/0 {
  border-color: rgb(241 126 184 / 0);
}
.border-pink-400\/10 {
  border-color: rgb(241 126 184 / 0.1);
}
.border-pink-400\/100 {
  border-color: rgb(241 126 184 / 1);
}
.border-pink-400\/15 {
  border-color: rgb(241 126 184 / 0.15);
}
.border-pink-400\/20 {
  border-color: rgb(241 126 184 / 0.2);
}
.border-pink-400\/25 {
  border-color: rgb(241 126 184 / 0.25);
}
.border-pink-400\/30 {
  border-color: rgb(241 126 184 / 0.3);
}
.border-pink-400\/35 {
  border-color: rgb(241 126 184 / 0.35);
}
.border-pink-400\/40 {
  border-color: rgb(241 126 184 / 0.4);
}
.border-pink-400\/45 {
  border-color: rgb(241 126 184 / 0.45);
}
.border-pink-400\/5 {
  border-color: rgb(241 126 184 / 0.05);
}
.border-pink-400\/50 {
  border-color: rgb(241 126 184 / 0.5);
}
.border-pink-400\/55 {
  border-color: rgb(241 126 184 / 0.55);
}
.border-pink-400\/60 {
  border-color: rgb(241 126 184 / 0.6);
}
.border-pink-400\/65 {
  border-color: rgb(241 126 184 / 0.65);
}
.border-pink-400\/70 {
  border-color: rgb(241 126 184 / 0.7);
}
.border-pink-400\/75 {
  border-color: rgb(241 126 184 / 0.75);
}
.border-pink-400\/80 {
  border-color: rgb(241 126 184 / 0.8);
}
.border-pink-400\/85 {
  border-color: rgb(241 126 184 / 0.85);
}
.border-pink-400\/90 {
  border-color: rgb(241 126 184 / 0.9);
}
.border-pink-400\/95 {
  border-color: rgb(241 126 184 / 0.95);
}
.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.border-pink-50\/0 {
  border-color: rgb(253 242 248 / 0);
}
.border-pink-50\/10 {
  border-color: rgb(253 242 248 / 0.1);
}
.border-pink-50\/100 {
  border-color: rgb(253 242 248 / 1);
}
.border-pink-50\/15 {
  border-color: rgb(253 242 248 / 0.15);
}
.border-pink-50\/20 {
  border-color: rgb(253 242 248 / 0.2);
}
.border-pink-50\/25 {
  border-color: rgb(253 242 248 / 0.25);
}
.border-pink-50\/30 {
  border-color: rgb(253 242 248 / 0.3);
}
.border-pink-50\/35 {
  border-color: rgb(253 242 248 / 0.35);
}
.border-pink-50\/40 {
  border-color: rgb(253 242 248 / 0.4);
}
.border-pink-50\/45 {
  border-color: rgb(253 242 248 / 0.45);
}
.border-pink-50\/5 {
  border-color: rgb(253 242 248 / 0.05);
}
.border-pink-50\/50 {
  border-color: rgb(253 242 248 / 0.5);
}
.border-pink-50\/55 {
  border-color: rgb(253 242 248 / 0.55);
}
.border-pink-50\/60 {
  border-color: rgb(253 242 248 / 0.6);
}
.border-pink-50\/65 {
  border-color: rgb(253 242 248 / 0.65);
}
.border-pink-50\/70 {
  border-color: rgb(253 242 248 / 0.7);
}
.border-pink-50\/75 {
  border-color: rgb(253 242 248 / 0.75);
}
.border-pink-50\/80 {
  border-color: rgb(253 242 248 / 0.8);
}
.border-pink-50\/85 {
  border-color: rgb(253 242 248 / 0.85);
}
.border-pink-50\/90 {
  border-color: rgb(253 242 248 / 0.9);
}
.border-pink-50\/95 {
  border-color: rgb(253 242 248 / 0.95);
}
.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(231 70 148 / var(--tw-border-opacity));
}
.border-pink-500\/0 {
  border-color: rgb(231 70 148 / 0);
}
.border-pink-500\/10 {
  border-color: rgb(231 70 148 / 0.1);
}
.border-pink-500\/100 {
  border-color: rgb(231 70 148 / 1);
}
.border-pink-500\/15 {
  border-color: rgb(231 70 148 / 0.15);
}
.border-pink-500\/20 {
  border-color: rgb(231 70 148 / 0.2);
}
.border-pink-500\/25 {
  border-color: rgb(231 70 148 / 0.25);
}
.border-pink-500\/30 {
  border-color: rgb(231 70 148 / 0.3);
}
.border-pink-500\/35 {
  border-color: rgb(231 70 148 / 0.35);
}
.border-pink-500\/40 {
  border-color: rgb(231 70 148 / 0.4);
}
.border-pink-500\/45 {
  border-color: rgb(231 70 148 / 0.45);
}
.border-pink-500\/5 {
  border-color: rgb(231 70 148 / 0.05);
}
.border-pink-500\/50 {
  border-color: rgb(231 70 148 / 0.5);
}
.border-pink-500\/55 {
  border-color: rgb(231 70 148 / 0.55);
}
.border-pink-500\/60 {
  border-color: rgb(231 70 148 / 0.6);
}
.border-pink-500\/65 {
  border-color: rgb(231 70 148 / 0.65);
}
.border-pink-500\/70 {
  border-color: rgb(231 70 148 / 0.7);
}
.border-pink-500\/75 {
  border-color: rgb(231 70 148 / 0.75);
}
.border-pink-500\/80 {
  border-color: rgb(231 70 148 / 0.8);
}
.border-pink-500\/85 {
  border-color: rgb(231 70 148 / 0.85);
}
.border-pink-500\/90 {
  border-color: rgb(231 70 148 / 0.9);
}
.border-pink-500\/95 {
  border-color: rgb(231 70 148 / 0.95);
}
.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(214 31 105 / var(--tw-border-opacity));
}
.border-pink-600\/0 {
  border-color: rgb(214 31 105 / 0);
}
.border-pink-600\/10 {
  border-color: rgb(214 31 105 / 0.1);
}
.border-pink-600\/100 {
  border-color: rgb(214 31 105 / 1);
}
.border-pink-600\/15 {
  border-color: rgb(214 31 105 / 0.15);
}
.border-pink-600\/20 {
  border-color: rgb(214 31 105 / 0.2);
}
.border-pink-600\/25 {
  border-color: rgb(214 31 105 / 0.25);
}
.border-pink-600\/30 {
  border-color: rgb(214 31 105 / 0.3);
}
.border-pink-600\/35 {
  border-color: rgb(214 31 105 / 0.35);
}
.border-pink-600\/40 {
  border-color: rgb(214 31 105 / 0.4);
}
.border-pink-600\/45 {
  border-color: rgb(214 31 105 / 0.45);
}
.border-pink-600\/5 {
  border-color: rgb(214 31 105 / 0.05);
}
.border-pink-600\/50 {
  border-color: rgb(214 31 105 / 0.5);
}
.border-pink-600\/55 {
  border-color: rgb(214 31 105 / 0.55);
}
.border-pink-600\/60 {
  border-color: rgb(214 31 105 / 0.6);
}
.border-pink-600\/65 {
  border-color: rgb(214 31 105 / 0.65);
}
.border-pink-600\/70 {
  border-color: rgb(214 31 105 / 0.7);
}
.border-pink-600\/75 {
  border-color: rgb(214 31 105 / 0.75);
}
.border-pink-600\/80 {
  border-color: rgb(214 31 105 / 0.8);
}
.border-pink-600\/85 {
  border-color: rgb(214 31 105 / 0.85);
}
.border-pink-600\/90 {
  border-color: rgb(214 31 105 / 0.9);
}
.border-pink-600\/95 {
  border-color: rgb(214 31 105 / 0.95);
}
.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(191 18 93 / var(--tw-border-opacity));
}
.border-pink-700\/0 {
  border-color: rgb(191 18 93 / 0);
}
.border-pink-700\/10 {
  border-color: rgb(191 18 93 / 0.1);
}
.border-pink-700\/100 {
  border-color: rgb(191 18 93 / 1);
}
.border-pink-700\/15 {
  border-color: rgb(191 18 93 / 0.15);
}
.border-pink-700\/20 {
  border-color: rgb(191 18 93 / 0.2);
}
.border-pink-700\/25 {
  border-color: rgb(191 18 93 / 0.25);
}
.border-pink-700\/30 {
  border-color: rgb(191 18 93 / 0.3);
}
.border-pink-700\/35 {
  border-color: rgb(191 18 93 / 0.35);
}
.border-pink-700\/40 {
  border-color: rgb(191 18 93 / 0.4);
}
.border-pink-700\/45 {
  border-color: rgb(191 18 93 / 0.45);
}
.border-pink-700\/5 {
  border-color: rgb(191 18 93 / 0.05);
}
.border-pink-700\/50 {
  border-color: rgb(191 18 93 / 0.5);
}
.border-pink-700\/55 {
  border-color: rgb(191 18 93 / 0.55);
}
.border-pink-700\/60 {
  border-color: rgb(191 18 93 / 0.6);
}
.border-pink-700\/65 {
  border-color: rgb(191 18 93 / 0.65);
}
.border-pink-700\/70 {
  border-color: rgb(191 18 93 / 0.7);
}
.border-pink-700\/75 {
  border-color: rgb(191 18 93 / 0.75);
}
.border-pink-700\/80 {
  border-color: rgb(191 18 93 / 0.8);
}
.border-pink-700\/85 {
  border-color: rgb(191 18 93 / 0.85);
}
.border-pink-700\/90 {
  border-color: rgb(191 18 93 / 0.9);
}
.border-pink-700\/95 {
  border-color: rgb(191 18 93 / 0.95);
}
.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 21 75 / var(--tw-border-opacity));
}
.border-pink-800\/0 {
  border-color: rgb(153 21 75 / 0);
}
.border-pink-800\/10 {
  border-color: rgb(153 21 75 / 0.1);
}
.border-pink-800\/100 {
  border-color: rgb(153 21 75 / 1);
}
.border-pink-800\/15 {
  border-color: rgb(153 21 75 / 0.15);
}
.border-pink-800\/20 {
  border-color: rgb(153 21 75 / 0.2);
}
.border-pink-800\/25 {
  border-color: rgb(153 21 75 / 0.25);
}
.border-pink-800\/30 {
  border-color: rgb(153 21 75 / 0.3);
}
.border-pink-800\/35 {
  border-color: rgb(153 21 75 / 0.35);
}
.border-pink-800\/40 {
  border-color: rgb(153 21 75 / 0.4);
}
.border-pink-800\/45 {
  border-color: rgb(153 21 75 / 0.45);
}
.border-pink-800\/5 {
  border-color: rgb(153 21 75 / 0.05);
}
.border-pink-800\/50 {
  border-color: rgb(153 21 75 / 0.5);
}
.border-pink-800\/55 {
  border-color: rgb(153 21 75 / 0.55);
}
.border-pink-800\/60 {
  border-color: rgb(153 21 75 / 0.6);
}
.border-pink-800\/65 {
  border-color: rgb(153 21 75 / 0.65);
}
.border-pink-800\/70 {
  border-color: rgb(153 21 75 / 0.7);
}
.border-pink-800\/75 {
  border-color: rgb(153 21 75 / 0.75);
}
.border-pink-800\/80 {
  border-color: rgb(153 21 75 / 0.8);
}
.border-pink-800\/85 {
  border-color: rgb(153 21 75 / 0.85);
}
.border-pink-800\/90 {
  border-color: rgb(153 21 75 / 0.9);
}
.border-pink-800\/95 {
  border-color: rgb(153 21 75 / 0.95);
}
.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(117 26 61 / var(--tw-border-opacity));
}
.border-pink-900\/0 {
  border-color: rgb(117 26 61 / 0);
}
.border-pink-900\/10 {
  border-color: rgb(117 26 61 / 0.1);
}
.border-pink-900\/100 {
  border-color: rgb(117 26 61 / 1);
}
.border-pink-900\/15 {
  border-color: rgb(117 26 61 / 0.15);
}
.border-pink-900\/20 {
  border-color: rgb(117 26 61 / 0.2);
}
.border-pink-900\/25 {
  border-color: rgb(117 26 61 / 0.25);
}
.border-pink-900\/30 {
  border-color: rgb(117 26 61 / 0.3);
}
.border-pink-900\/35 {
  border-color: rgb(117 26 61 / 0.35);
}
.border-pink-900\/40 {
  border-color: rgb(117 26 61 / 0.4);
}
.border-pink-900\/45 {
  border-color: rgb(117 26 61 / 0.45);
}
.border-pink-900\/5 {
  border-color: rgb(117 26 61 / 0.05);
}
.border-pink-900\/50 {
  border-color: rgb(117 26 61 / 0.5);
}
.border-pink-900\/55 {
  border-color: rgb(117 26 61 / 0.55);
}
.border-pink-900\/60 {
  border-color: rgb(117 26 61 / 0.6);
}
.border-pink-900\/65 {
  border-color: rgb(117 26 61 / 0.65);
}
.border-pink-900\/70 {
  border-color: rgb(117 26 61 / 0.7);
}
.border-pink-900\/75 {
  border-color: rgb(117 26 61 / 0.75);
}
.border-pink-900\/80 {
  border-color: rgb(117 26 61 / 0.8);
}
.border-pink-900\/85 {
  border-color: rgb(117 26 61 / 0.85);
}
.border-pink-900\/90 {
  border-color: rgb(117 26 61 / 0.9);
}
.border-pink-900\/95 {
  border-color: rgb(117 26 61 / 0.95);
}
.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(215 241 249 / var(--tw-border-opacity));
}
.border-primary-100\/0 {
  border-color: rgb(215 241 249 / 0);
}
.border-primary-100\/10 {
  border-color: rgb(215 241 249 / 0.1);
}
.border-primary-100\/100 {
  border-color: rgb(215 241 249 / 1);
}
.border-primary-100\/15 {
  border-color: rgb(215 241 249 / 0.15);
}
.border-primary-100\/20 {
  border-color: rgb(215 241 249 / 0.2);
}
.border-primary-100\/25 {
  border-color: rgb(215 241 249 / 0.25);
}
.border-primary-100\/30 {
  border-color: rgb(215 241 249 / 0.3);
}
.border-primary-100\/35 {
  border-color: rgb(215 241 249 / 0.35);
}
.border-primary-100\/40 {
  border-color: rgb(215 241 249 / 0.4);
}
.border-primary-100\/45 {
  border-color: rgb(215 241 249 / 0.45);
}
.border-primary-100\/5 {
  border-color: rgb(215 241 249 / 0.05);
}
.border-primary-100\/50 {
  border-color: rgb(215 241 249 / 0.5);
}
.border-primary-100\/55 {
  border-color: rgb(215 241 249 / 0.55);
}
.border-primary-100\/60 {
  border-color: rgb(215 241 249 / 0.6);
}
.border-primary-100\/65 {
  border-color: rgb(215 241 249 / 0.65);
}
.border-primary-100\/70 {
  border-color: rgb(215 241 249 / 0.7);
}
.border-primary-100\/75 {
  border-color: rgb(215 241 249 / 0.75);
}
.border-primary-100\/80 {
  border-color: rgb(215 241 249 / 0.8);
}
.border-primary-100\/85 {
  border-color: rgb(215 241 249 / 0.85);
}
.border-primary-100\/90 {
  border-color: rgb(215 241 249 / 0.9);
}
.border-primary-100\/95 {
  border-color: rgb(215 241 249 / 0.95);
}
.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(168 227 242 / var(--tw-border-opacity));
}
.border-primary-200\/0 {
  border-color: rgb(168 227 242 / 0);
}
.border-primary-200\/10 {
  border-color: rgb(168 227 242 / 0.1);
}
.border-primary-200\/100 {
  border-color: rgb(168 227 242 / 1);
}
.border-primary-200\/15 {
  border-color: rgb(168 227 242 / 0.15);
}
.border-primary-200\/20 {
  border-color: rgb(168 227 242 / 0.2);
}
.border-primary-200\/25 {
  border-color: rgb(168 227 242 / 0.25);
}
.border-primary-200\/30 {
  border-color: rgb(168 227 242 / 0.3);
}
.border-primary-200\/35 {
  border-color: rgb(168 227 242 / 0.35);
}
.border-primary-200\/40 {
  border-color: rgb(168 227 242 / 0.4);
}
.border-primary-200\/45 {
  border-color: rgb(168 227 242 / 0.45);
}
.border-primary-200\/5 {
  border-color: rgb(168 227 242 / 0.05);
}
.border-primary-200\/50 {
  border-color: rgb(168 227 242 / 0.5);
}
.border-primary-200\/55 {
  border-color: rgb(168 227 242 / 0.55);
}
.border-primary-200\/60 {
  border-color: rgb(168 227 242 / 0.6);
}
.border-primary-200\/65 {
  border-color: rgb(168 227 242 / 0.65);
}
.border-primary-200\/70 {
  border-color: rgb(168 227 242 / 0.7);
}
.border-primary-200\/75 {
  border-color: rgb(168 227 242 / 0.75);
}
.border-primary-200\/80 {
  border-color: rgb(168 227 242 / 0.8);
}
.border-primary-200\/85 {
  border-color: rgb(168 227 242 / 0.85);
}
.border-primary-200\/90 {
  border-color: rgb(168 227 242 / 0.9);
}
.border-primary-200\/95 {
  border-color: rgb(168 227 242 / 0.95);
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(114 197 223 / var(--tw-border-opacity));
}
.border-primary-300\/0 {
  border-color: rgb(114 197 223 / 0);
}
.border-primary-300\/10 {
  border-color: rgb(114 197 223 / 0.1);
}
.border-primary-300\/100 {
  border-color: rgb(114 197 223 / 1);
}
.border-primary-300\/15 {
  border-color: rgb(114 197 223 / 0.15);
}
.border-primary-300\/20 {
  border-color: rgb(114 197 223 / 0.2);
}
.border-primary-300\/25 {
  border-color: rgb(114 197 223 / 0.25);
}
.border-primary-300\/30 {
  border-color: rgb(114 197 223 / 0.3);
}
.border-primary-300\/35 {
  border-color: rgb(114 197 223 / 0.35);
}
.border-primary-300\/40 {
  border-color: rgb(114 197 223 / 0.4);
}
.border-primary-300\/45 {
  border-color: rgb(114 197 223 / 0.45);
}
.border-primary-300\/5 {
  border-color: rgb(114 197 223 / 0.05);
}
.border-primary-300\/50 {
  border-color: rgb(114 197 223 / 0.5);
}
.border-primary-300\/55 {
  border-color: rgb(114 197 223 / 0.55);
}
.border-primary-300\/60 {
  border-color: rgb(114 197 223 / 0.6);
}
.border-primary-300\/65 {
  border-color: rgb(114 197 223 / 0.65);
}
.border-primary-300\/70 {
  border-color: rgb(114 197 223 / 0.7);
}
.border-primary-300\/75 {
  border-color: rgb(114 197 223 / 0.75);
}
.border-primary-300\/80 {
  border-color: rgb(114 197 223 / 0.8);
}
.border-primary-300\/85 {
  border-color: rgb(114 197 223 / 0.85);
}
.border-primary-300\/90 {
  border-color: rgb(114 197 223 / 0.9);
}
.border-primary-300\/95 {
  border-color: rgb(114 197 223 / 0.95);
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(58 163 198 / var(--tw-border-opacity));
}
.border-primary-400\/0 {
  border-color: rgb(58 163 198 / 0);
}
.border-primary-400\/10 {
  border-color: rgb(58 163 198 / 0.1);
}
.border-primary-400\/100 {
  border-color: rgb(58 163 198 / 1);
}
.border-primary-400\/15 {
  border-color: rgb(58 163 198 / 0.15);
}
.border-primary-400\/20 {
  border-color: rgb(58 163 198 / 0.2);
}
.border-primary-400\/25 {
  border-color: rgb(58 163 198 / 0.25);
}
.border-primary-400\/30 {
  border-color: rgb(58 163 198 / 0.3);
}
.border-primary-400\/35 {
  border-color: rgb(58 163 198 / 0.35);
}
.border-primary-400\/40 {
  border-color: rgb(58 163 198 / 0.4);
}
.border-primary-400\/45 {
  border-color: rgb(58 163 198 / 0.45);
}
.border-primary-400\/5 {
  border-color: rgb(58 163 198 / 0.05);
}
.border-primary-400\/50 {
  border-color: rgb(58 163 198 / 0.5);
}
.border-primary-400\/55 {
  border-color: rgb(58 163 198 / 0.55);
}
.border-primary-400\/60 {
  border-color: rgb(58 163 198 / 0.6);
}
.border-primary-400\/65 {
  border-color: rgb(58 163 198 / 0.65);
}
.border-primary-400\/70 {
  border-color: rgb(58 163 198 / 0.7);
}
.border-primary-400\/75 {
  border-color: rgb(58 163 198 / 0.75);
}
.border-primary-400\/80 {
  border-color: rgb(58 163 198 / 0.8);
}
.border-primary-400\/85 {
  border-color: rgb(58 163 198 / 0.85);
}
.border-primary-400\/90 {
  border-color: rgb(58 163 198 / 0.9);
}
.border-primary-400\/95 {
  border-color: rgb(58 163 198 / 0.95);
}
.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(242 248 248 / var(--tw-border-opacity));
}
.border-primary-50\/0 {
  border-color: rgb(242 248 248 / 0);
}
.border-primary-50\/10 {
  border-color: rgb(242 248 248 / 0.1);
}
.border-primary-50\/100 {
  border-color: rgb(242 248 248 / 1);
}
.border-primary-50\/15 {
  border-color: rgb(242 248 248 / 0.15);
}
.border-primary-50\/20 {
  border-color: rgb(242 248 248 / 0.2);
}
.border-primary-50\/25 {
  border-color: rgb(242 248 248 / 0.25);
}
.border-primary-50\/30 {
  border-color: rgb(242 248 248 / 0.3);
}
.border-primary-50\/35 {
  border-color: rgb(242 248 248 / 0.35);
}
.border-primary-50\/40 {
  border-color: rgb(242 248 248 / 0.4);
}
.border-primary-50\/45 {
  border-color: rgb(242 248 248 / 0.45);
}
.border-primary-50\/5 {
  border-color: rgb(242 248 248 / 0.05);
}
.border-primary-50\/50 {
  border-color: rgb(242 248 248 / 0.5);
}
.border-primary-50\/55 {
  border-color: rgb(242 248 248 / 0.55);
}
.border-primary-50\/60 {
  border-color: rgb(242 248 248 / 0.6);
}
.border-primary-50\/65 {
  border-color: rgb(242 248 248 / 0.65);
}
.border-primary-50\/70 {
  border-color: rgb(242 248 248 / 0.7);
}
.border-primary-50\/75 {
  border-color: rgb(242 248 248 / 0.75);
}
.border-primary-50\/80 {
  border-color: rgb(242 248 248 / 0.8);
}
.border-primary-50\/85 {
  border-color: rgb(242 248 248 / 0.85);
}
.border-primary-50\/90 {
  border-color: rgb(242 248 248 / 0.9);
}
.border-primary-50\/95 {
  border-color: rgb(242 248 248 / 0.95);
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(2 125 182 / var(--tw-border-opacity));
}
.border-primary-500\/0 {
  border-color: rgb(2 125 182 / 0);
}
.border-primary-500\/10 {
  border-color: rgb(2 125 182 / 0.1);
}
.border-primary-500\/100 {
  border-color: rgb(2 125 182 / 1);
}
.border-primary-500\/15 {
  border-color: rgb(2 125 182 / 0.15);
}
.border-primary-500\/20 {
  border-color: rgb(2 125 182 / 0.2);
}
.border-primary-500\/25 {
  border-color: rgb(2 125 182 / 0.25);
}
.border-primary-500\/30 {
  border-color: rgb(2 125 182 / 0.3);
}
.border-primary-500\/35 {
  border-color: rgb(2 125 182 / 0.35);
}
.border-primary-500\/40 {
  border-color: rgb(2 125 182 / 0.4);
}
.border-primary-500\/45 {
  border-color: rgb(2 125 182 / 0.45);
}
.border-primary-500\/5 {
  border-color: rgb(2 125 182 / 0.05);
}
.border-primary-500\/50 {
  border-color: rgb(2 125 182 / 0.5);
}
.border-primary-500\/55 {
  border-color: rgb(2 125 182 / 0.55);
}
.border-primary-500\/60 {
  border-color: rgb(2 125 182 / 0.6);
}
.border-primary-500\/65 {
  border-color: rgb(2 125 182 / 0.65);
}
.border-primary-500\/70 {
  border-color: rgb(2 125 182 / 0.7);
}
.border-primary-500\/75 {
  border-color: rgb(2 125 182 / 0.75);
}
.border-primary-500\/80 {
  border-color: rgb(2 125 182 / 0.8);
}
.border-primary-500\/85 {
  border-color: rgb(2 125 182 / 0.85);
}
.border-primary-500\/90 {
  border-color: rgb(2 125 182 / 0.9);
}
.border-primary-500\/95 {
  border-color: rgb(2 125 182 / 0.95);
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(36 106 146 / var(--tw-border-opacity));
}
.border-primary-600\/0 {
  border-color: rgb(36 106 146 / 0);
}
.border-primary-600\/10 {
  border-color: rgb(36 106 146 / 0.1);
}
.border-primary-600\/100 {
  border-color: rgb(36 106 146 / 1);
}
.border-primary-600\/15 {
  border-color: rgb(36 106 146 / 0.15);
}
.border-primary-600\/20 {
  border-color: rgb(36 106 146 / 0.2);
}
.border-primary-600\/25 {
  border-color: rgb(36 106 146 / 0.25);
}
.border-primary-600\/30 {
  border-color: rgb(36 106 146 / 0.3);
}
.border-primary-600\/35 {
  border-color: rgb(36 106 146 / 0.35);
}
.border-primary-600\/40 {
  border-color: rgb(36 106 146 / 0.4);
}
.border-primary-600\/45 {
  border-color: rgb(36 106 146 / 0.45);
}
.border-primary-600\/5 {
  border-color: rgb(36 106 146 / 0.05);
}
.border-primary-600\/50 {
  border-color: rgb(36 106 146 / 0.5);
}
.border-primary-600\/55 {
  border-color: rgb(36 106 146 / 0.55);
}
.border-primary-600\/60 {
  border-color: rgb(36 106 146 / 0.6);
}
.border-primary-600\/65 {
  border-color: rgb(36 106 146 / 0.65);
}
.border-primary-600\/70 {
  border-color: rgb(36 106 146 / 0.7);
}
.border-primary-600\/75 {
  border-color: rgb(36 106 146 / 0.75);
}
.border-primary-600\/80 {
  border-color: rgb(36 106 146 / 0.8);
}
.border-primary-600\/85 {
  border-color: rgb(36 106 146 / 0.85);
}
.border-primary-600\/90 {
  border-color: rgb(36 106 146 / 0.9);
}
.border-primary-600\/95 {
  border-color: rgb(36 106 146 / 0.95);
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(31 80 114 / var(--tw-border-opacity));
}
.border-primary-700\/0 {
  border-color: rgb(31 80 114 / 0);
}
.border-primary-700\/10 {
  border-color: rgb(31 80 114 / 0.1);
}
.border-primary-700\/100 {
  border-color: rgb(31 80 114 / 1);
}
.border-primary-700\/15 {
  border-color: rgb(31 80 114 / 0.15);
}
.border-primary-700\/20 {
  border-color: rgb(31 80 114 / 0.2);
}
.border-primary-700\/25 {
  border-color: rgb(31 80 114 / 0.25);
}
.border-primary-700\/30 {
  border-color: rgb(31 80 114 / 0.3);
}
.border-primary-700\/35 {
  border-color: rgb(31 80 114 / 0.35);
}
.border-primary-700\/40 {
  border-color: rgb(31 80 114 / 0.4);
}
.border-primary-700\/45 {
  border-color: rgb(31 80 114 / 0.45);
}
.border-primary-700\/5 {
  border-color: rgb(31 80 114 / 0.05);
}
.border-primary-700\/50 {
  border-color: rgb(31 80 114 / 0.5);
}
.border-primary-700\/55 {
  border-color: rgb(31 80 114 / 0.55);
}
.border-primary-700\/60 {
  border-color: rgb(31 80 114 / 0.6);
}
.border-primary-700\/65 {
  border-color: rgb(31 80 114 / 0.65);
}
.border-primary-700\/70 {
  border-color: rgb(31 80 114 / 0.7);
}
.border-primary-700\/75 {
  border-color: rgb(31 80 114 / 0.75);
}
.border-primary-700\/80 {
  border-color: rgb(31 80 114 / 0.8);
}
.border-primary-700\/85 {
  border-color: rgb(31 80 114 / 0.85);
}
.border-primary-700\/90 {
  border-color: rgb(31 80 114 / 0.9);
}
.border-primary-700\/95 {
  border-color: rgb(31 80 114 / 0.95);
}
.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(23 54 82 / var(--tw-border-opacity));
}
.border-primary-800\/0 {
  border-color: rgb(23 54 82 / 0);
}
.border-primary-800\/10 {
  border-color: rgb(23 54 82 / 0.1);
}
.border-primary-800\/100 {
  border-color: rgb(23 54 82 / 1);
}
.border-primary-800\/15 {
  border-color: rgb(23 54 82 / 0.15);
}
.border-primary-800\/20 {
  border-color: rgb(23 54 82 / 0.2);
}
.border-primary-800\/25 {
  border-color: rgb(23 54 82 / 0.25);
}
.border-primary-800\/30 {
  border-color: rgb(23 54 82 / 0.3);
}
.border-primary-800\/35 {
  border-color: rgb(23 54 82 / 0.35);
}
.border-primary-800\/40 {
  border-color: rgb(23 54 82 / 0.4);
}
.border-primary-800\/45 {
  border-color: rgb(23 54 82 / 0.45);
}
.border-primary-800\/5 {
  border-color: rgb(23 54 82 / 0.05);
}
.border-primary-800\/50 {
  border-color: rgb(23 54 82 / 0.5);
}
.border-primary-800\/55 {
  border-color: rgb(23 54 82 / 0.55);
}
.border-primary-800\/60 {
  border-color: rgb(23 54 82 / 0.6);
}
.border-primary-800\/65 {
  border-color: rgb(23 54 82 / 0.65);
}
.border-primary-800\/70 {
  border-color: rgb(23 54 82 / 0.7);
}
.border-primary-800\/75 {
  border-color: rgb(23 54 82 / 0.75);
}
.border-primary-800\/80 {
  border-color: rgb(23 54 82 / 0.8);
}
.border-primary-800\/85 {
  border-color: rgb(23 54 82 / 0.85);
}
.border-primary-800\/90 {
  border-color: rgb(23 54 82 / 0.9);
}
.border-primary-800\/95 {
  border-color: rgb(23 54 82 / 0.95);
}
.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(14 33 55 / var(--tw-border-opacity));
}
.border-primary-900\/0 {
  border-color: rgb(14 33 55 / 0);
}
.border-primary-900\/10 {
  border-color: rgb(14 33 55 / 0.1);
}
.border-primary-900\/100 {
  border-color: rgb(14 33 55 / 1);
}
.border-primary-900\/15 {
  border-color: rgb(14 33 55 / 0.15);
}
.border-primary-900\/20 {
  border-color: rgb(14 33 55 / 0.2);
}
.border-primary-900\/25 {
  border-color: rgb(14 33 55 / 0.25);
}
.border-primary-900\/30 {
  border-color: rgb(14 33 55 / 0.3);
}
.border-primary-900\/35 {
  border-color: rgb(14 33 55 / 0.35);
}
.border-primary-900\/40 {
  border-color: rgb(14 33 55 / 0.4);
}
.border-primary-900\/45 {
  border-color: rgb(14 33 55 / 0.45);
}
.border-primary-900\/5 {
  border-color: rgb(14 33 55 / 0.05);
}
.border-primary-900\/50 {
  border-color: rgb(14 33 55 / 0.5);
}
.border-primary-900\/55 {
  border-color: rgb(14 33 55 / 0.55);
}
.border-primary-900\/60 {
  border-color: rgb(14 33 55 / 0.6);
}
.border-primary-900\/65 {
  border-color: rgb(14 33 55 / 0.65);
}
.border-primary-900\/70 {
  border-color: rgb(14 33 55 / 0.7);
}
.border-primary-900\/75 {
  border-color: rgb(14 33 55 / 0.75);
}
.border-primary-900\/80 {
  border-color: rgb(14 33 55 / 0.8);
}
.border-primary-900\/85 {
  border-color: rgb(14 33 55 / 0.85);
}
.border-primary-900\/90 {
  border-color: rgb(14 33 55 / 0.9);
}
.border-primary-900\/95 {
  border-color: rgb(14 33 55 / 0.95);
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.border-purple-100\/0 {
  border-color: rgb(237 233 254 / 0);
}
.border-purple-100\/10 {
  border-color: rgb(237 233 254 / 0.1);
}
.border-purple-100\/100 {
  border-color: rgb(237 233 254 / 1);
}
.border-purple-100\/15 {
  border-color: rgb(237 233 254 / 0.15);
}
.border-purple-100\/20 {
  border-color: rgb(237 233 254 / 0.2);
}
.border-purple-100\/25 {
  border-color: rgb(237 233 254 / 0.25);
}
.border-purple-100\/30 {
  border-color: rgb(237 233 254 / 0.3);
}
.border-purple-100\/35 {
  border-color: rgb(237 233 254 / 0.35);
}
.border-purple-100\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.border-purple-100\/45 {
  border-color: rgb(237 233 254 / 0.45);
}
.border-purple-100\/5 {
  border-color: rgb(237 233 254 / 0.05);
}
.border-purple-100\/50 {
  border-color: rgb(237 233 254 / 0.5);
}
.border-purple-100\/55 {
  border-color: rgb(237 233 254 / 0.55);
}
.border-purple-100\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.border-purple-100\/65 {
  border-color: rgb(237 233 254 / 0.65);
}
.border-purple-100\/70 {
  border-color: rgb(237 233 254 / 0.7);
}
.border-purple-100\/75 {
  border-color: rgb(237 233 254 / 0.75);
}
.border-purple-100\/80 {
  border-color: rgb(237 233 254 / 0.8);
}
.border-purple-100\/85 {
  border-color: rgb(237 233 254 / 0.85);
}
.border-purple-100\/90 {
  border-color: rgb(237 233 254 / 0.9);
}
.border-purple-100\/95 {
  border-color: rgb(237 233 254 / 0.95);
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.border-purple-200\/0 {
  border-color: rgb(221 214 254 / 0);
}
.border-purple-200\/10 {
  border-color: rgb(221 214 254 / 0.1);
}
.border-purple-200\/100 {
  border-color: rgb(221 214 254 / 1);
}
.border-purple-200\/15 {
  border-color: rgb(221 214 254 / 0.15);
}
.border-purple-200\/20 {
  border-color: rgb(221 214 254 / 0.2);
}
.border-purple-200\/25 {
  border-color: rgb(221 214 254 / 0.25);
}
.border-purple-200\/30 {
  border-color: rgb(221 214 254 / 0.3);
}
.border-purple-200\/35 {
  border-color: rgb(221 214 254 / 0.35);
}
.border-purple-200\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.border-purple-200\/45 {
  border-color: rgb(221 214 254 / 0.45);
}
.border-purple-200\/5 {
  border-color: rgb(221 214 254 / 0.05);
}
.border-purple-200\/50 {
  border-color: rgb(221 214 254 / 0.5);
}
.border-purple-200\/55 {
  border-color: rgb(221 214 254 / 0.55);
}
.border-purple-200\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.border-purple-200\/65 {
  border-color: rgb(221 214 254 / 0.65);
}
.border-purple-200\/70 {
  border-color: rgb(221 214 254 / 0.7);
}
.border-purple-200\/75 {
  border-color: rgb(221 214 254 / 0.75);
}
.border-purple-200\/80 {
  border-color: rgb(221 214 254 / 0.8);
}
.border-purple-200\/85 {
  border-color: rgb(221 214 254 / 0.85);
}
.border-purple-200\/90 {
  border-color: rgb(221 214 254 / 0.9);
}
.border-purple-200\/95 {
  border-color: rgb(221 214 254 / 0.95);
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.border-purple-300\/0 {
  border-color: rgb(196 181 253 / 0);
}
.border-purple-300\/10 {
  border-color: rgb(196 181 253 / 0.1);
}
.border-purple-300\/100 {
  border-color: rgb(196 181 253 / 1);
}
.border-purple-300\/15 {
  border-color: rgb(196 181 253 / 0.15);
}
.border-purple-300\/20 {
  border-color: rgb(196 181 253 / 0.2);
}
.border-purple-300\/25 {
  border-color: rgb(196 181 253 / 0.25);
}
.border-purple-300\/30 {
  border-color: rgb(196 181 253 / 0.3);
}
.border-purple-300\/35 {
  border-color: rgb(196 181 253 / 0.35);
}
.border-purple-300\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.border-purple-300\/45 {
  border-color: rgb(196 181 253 / 0.45);
}
.border-purple-300\/5 {
  border-color: rgb(196 181 253 / 0.05);
}
.border-purple-300\/50 {
  border-color: rgb(196 181 253 / 0.5);
}
.border-purple-300\/55 {
  border-color: rgb(196 181 253 / 0.55);
}
.border-purple-300\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.border-purple-300\/65 {
  border-color: rgb(196 181 253 / 0.65);
}
.border-purple-300\/70 {
  border-color: rgb(196 181 253 / 0.7);
}
.border-purple-300\/75 {
  border-color: rgb(196 181 253 / 0.75);
}
.border-purple-300\/80 {
  border-color: rgb(196 181 253 / 0.8);
}
.border-purple-300\/85 {
  border-color: rgb(196 181 253 / 0.85);
}
.border-purple-300\/90 {
  border-color: rgb(196 181 253 / 0.9);
}
.border-purple-300\/95 {
  border-color: rgb(196 181 253 / 0.95);
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.border-purple-400\/0 {
  border-color: rgb(167 139 250 / 0);
}
.border-purple-400\/10 {
  border-color: rgb(167 139 250 / 0.1);
}
.border-purple-400\/100 {
  border-color: rgb(167 139 250 / 1);
}
.border-purple-400\/15 {
  border-color: rgb(167 139 250 / 0.15);
}
.border-purple-400\/20 {
  border-color: rgb(167 139 250 / 0.2);
}
.border-purple-400\/25 {
  border-color: rgb(167 139 250 / 0.25);
}
.border-purple-400\/30 {
  border-color: rgb(167 139 250 / 0.3);
}
.border-purple-400\/35 {
  border-color: rgb(167 139 250 / 0.35);
}
.border-purple-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.border-purple-400\/45 {
  border-color: rgb(167 139 250 / 0.45);
}
.border-purple-400\/5 {
  border-color: rgb(167 139 250 / 0.05);
}
.border-purple-400\/50 {
  border-color: rgb(167 139 250 / 0.5);
}
.border-purple-400\/55 {
  border-color: rgb(167 139 250 / 0.55);
}
.border-purple-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.border-purple-400\/65 {
  border-color: rgb(167 139 250 / 0.65);
}
.border-purple-400\/70 {
  border-color: rgb(167 139 250 / 0.7);
}
.border-purple-400\/75 {
  border-color: rgb(167 139 250 / 0.75);
}
.border-purple-400\/80 {
  border-color: rgb(167 139 250 / 0.8);
}
.border-purple-400\/85 {
  border-color: rgb(167 139 250 / 0.85);
}
.border-purple-400\/90 {
  border-color: rgb(167 139 250 / 0.9);
}
.border-purple-400\/95 {
  border-color: rgb(167 139 250 / 0.95);
}
.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.border-purple-50\/0 {
  border-color: rgb(245 243 255 / 0);
}
.border-purple-50\/10 {
  border-color: rgb(245 243 255 / 0.1);
}
.border-purple-50\/100 {
  border-color: rgb(245 243 255 / 1);
}
.border-purple-50\/15 {
  border-color: rgb(245 243 255 / 0.15);
}
.border-purple-50\/20 {
  border-color: rgb(245 243 255 / 0.2);
}
.border-purple-50\/25 {
  border-color: rgb(245 243 255 / 0.25);
}
.border-purple-50\/30 {
  border-color: rgb(245 243 255 / 0.3);
}
.border-purple-50\/35 {
  border-color: rgb(245 243 255 / 0.35);
}
.border-purple-50\/40 {
  border-color: rgb(245 243 255 / 0.4);
}
.border-purple-50\/45 {
  border-color: rgb(245 243 255 / 0.45);
}
.border-purple-50\/5 {
  border-color: rgb(245 243 255 / 0.05);
}
.border-purple-50\/50 {
  border-color: rgb(245 243 255 / 0.5);
}
.border-purple-50\/55 {
  border-color: rgb(245 243 255 / 0.55);
}
.border-purple-50\/60 {
  border-color: rgb(245 243 255 / 0.6);
}
.border-purple-50\/65 {
  border-color: rgb(245 243 255 / 0.65);
}
.border-purple-50\/70 {
  border-color: rgb(245 243 255 / 0.7);
}
.border-purple-50\/75 {
  border-color: rgb(245 243 255 / 0.75);
}
.border-purple-50\/80 {
  border-color: rgb(245 243 255 / 0.8);
}
.border-purple-50\/85 {
  border-color: rgb(245 243 255 / 0.85);
}
.border-purple-50\/90 {
  border-color: rgb(245 243 255 / 0.9);
}
.border-purple-50\/95 {
  border-color: rgb(245 243 255 / 0.95);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.border-purple-500\/0 {
  border-color: rgb(139 92 246 / 0);
}
.border-purple-500\/10 {
  border-color: rgb(139 92 246 / 0.1);
}
.border-purple-500\/100 {
  border-color: rgb(139 92 246 / 1);
}
.border-purple-500\/15 {
  border-color: rgb(139 92 246 / 0.15);
}
.border-purple-500\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-purple-500\/25 {
  border-color: rgb(139 92 246 / 0.25);
}
.border-purple-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-purple-500\/35 {
  border-color: rgb(139 92 246 / 0.35);
}
.border-purple-500\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.border-purple-500\/45 {
  border-color: rgb(139 92 246 / 0.45);
}
.border-purple-500\/5 {
  border-color: rgb(139 92 246 / 0.05);
}
.border-purple-500\/50 {
  border-color: rgb(139 92 246 / 0.5);
}
.border-purple-500\/55 {
  border-color: rgb(139 92 246 / 0.55);
}
.border-purple-500\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.border-purple-500\/65 {
  border-color: rgb(139 92 246 / 0.65);
}
.border-purple-500\/70 {
  border-color: rgb(139 92 246 / 0.7);
}
.border-purple-500\/75 {
  border-color: rgb(139 92 246 / 0.75);
}
.border-purple-500\/80 {
  border-color: rgb(139 92 246 / 0.8);
}
.border-purple-500\/85 {
  border-color: rgb(139 92 246 / 0.85);
}
.border-purple-500\/90 {
  border-color: rgb(139 92 246 / 0.9);
}
.border-purple-500\/95 {
  border-color: rgb(139 92 246 / 0.95);
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.border-purple-600\/0 {
  border-color: rgb(124 58 237 / 0);
}
.border-purple-600\/10 {
  border-color: rgb(124 58 237 / 0.1);
}
.border-purple-600\/100 {
  border-color: rgb(124 58 237 / 1);
}
.border-purple-600\/15 {
  border-color: rgb(124 58 237 / 0.15);
}
.border-purple-600\/20 {
  border-color: rgb(124 58 237 / 0.2);
}
.border-purple-600\/25 {
  border-color: rgb(124 58 237 / 0.25);
}
.border-purple-600\/30 {
  border-color: rgb(124 58 237 / 0.3);
}
.border-purple-600\/35 {
  border-color: rgb(124 58 237 / 0.35);
}
.border-purple-600\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.border-purple-600\/45 {
  border-color: rgb(124 58 237 / 0.45);
}
.border-purple-600\/5 {
  border-color: rgb(124 58 237 / 0.05);
}
.border-purple-600\/50 {
  border-color: rgb(124 58 237 / 0.5);
}
.border-purple-600\/55 {
  border-color: rgb(124 58 237 / 0.55);
}
.border-purple-600\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.border-purple-600\/65 {
  border-color: rgb(124 58 237 / 0.65);
}
.border-purple-600\/70 {
  border-color: rgb(124 58 237 / 0.7);
}
.border-purple-600\/75 {
  border-color: rgb(124 58 237 / 0.75);
}
.border-purple-600\/80 {
  border-color: rgb(124 58 237 / 0.8);
}
.border-purple-600\/85 {
  border-color: rgb(124 58 237 / 0.85);
}
.border-purple-600\/90 {
  border-color: rgb(124 58 237 / 0.9);
}
.border-purple-600\/95 {
  border-color: rgb(124 58 237 / 0.95);
}
.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.border-purple-700\/0 {
  border-color: rgb(109 40 217 / 0);
}
.border-purple-700\/10 {
  border-color: rgb(109 40 217 / 0.1);
}
.border-purple-700\/100 {
  border-color: rgb(109 40 217 / 1);
}
.border-purple-700\/15 {
  border-color: rgb(109 40 217 / 0.15);
}
.border-purple-700\/20 {
  border-color: rgb(109 40 217 / 0.2);
}
.border-purple-700\/25 {
  border-color: rgb(109 40 217 / 0.25);
}
.border-purple-700\/30 {
  border-color: rgb(109 40 217 / 0.3);
}
.border-purple-700\/35 {
  border-color: rgb(109 40 217 / 0.35);
}
.border-purple-700\/40 {
  border-color: rgb(109 40 217 / 0.4);
}
.border-purple-700\/45 {
  border-color: rgb(109 40 217 / 0.45);
}
.border-purple-700\/5 {
  border-color: rgb(109 40 217 / 0.05);
}
.border-purple-700\/50 {
  border-color: rgb(109 40 217 / 0.5);
}
.border-purple-700\/55 {
  border-color: rgb(109 40 217 / 0.55);
}
.border-purple-700\/60 {
  border-color: rgb(109 40 217 / 0.6);
}
.border-purple-700\/65 {
  border-color: rgb(109 40 217 / 0.65);
}
.border-purple-700\/70 {
  border-color: rgb(109 40 217 / 0.7);
}
.border-purple-700\/75 {
  border-color: rgb(109 40 217 / 0.75);
}
.border-purple-700\/80 {
  border-color: rgb(109 40 217 / 0.8);
}
.border-purple-700\/85 {
  border-color: rgb(109 40 217 / 0.85);
}
.border-purple-700\/90 {
  border-color: rgb(109 40 217 / 0.9);
}
.border-purple-700\/95 {
  border-color: rgb(109 40 217 / 0.95);
}
.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.border-purple-800\/0 {
  border-color: rgb(91 33 182 / 0);
}
.border-purple-800\/10 {
  border-color: rgb(91 33 182 / 0.1);
}
.border-purple-800\/100 {
  border-color: rgb(91 33 182 / 1);
}
.border-purple-800\/15 {
  border-color: rgb(91 33 182 / 0.15);
}
.border-purple-800\/20 {
  border-color: rgb(91 33 182 / 0.2);
}
.border-purple-800\/25 {
  border-color: rgb(91 33 182 / 0.25);
}
.border-purple-800\/30 {
  border-color: rgb(91 33 182 / 0.3);
}
.border-purple-800\/35 {
  border-color: rgb(91 33 182 / 0.35);
}
.border-purple-800\/40 {
  border-color: rgb(91 33 182 / 0.4);
}
.border-purple-800\/45 {
  border-color: rgb(91 33 182 / 0.45);
}
.border-purple-800\/5 {
  border-color: rgb(91 33 182 / 0.05);
}
.border-purple-800\/50 {
  border-color: rgb(91 33 182 / 0.5);
}
.border-purple-800\/55 {
  border-color: rgb(91 33 182 / 0.55);
}
.border-purple-800\/60 {
  border-color: rgb(91 33 182 / 0.6);
}
.border-purple-800\/65 {
  border-color: rgb(91 33 182 / 0.65);
}
.border-purple-800\/70 {
  border-color: rgb(91 33 182 / 0.7);
}
.border-purple-800\/75 {
  border-color: rgb(91 33 182 / 0.75);
}
.border-purple-800\/80 {
  border-color: rgb(91 33 182 / 0.8);
}
.border-purple-800\/85 {
  border-color: rgb(91 33 182 / 0.85);
}
.border-purple-800\/90 {
  border-color: rgb(91 33 182 / 0.9);
}
.border-purple-800\/95 {
  border-color: rgb(91 33 182 / 0.95);
}
.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.border-purple-900\/0 {
  border-color: rgb(76 29 149 / 0);
}
.border-purple-900\/10 {
  border-color: rgb(76 29 149 / 0.1);
}
.border-purple-900\/100 {
  border-color: rgb(76 29 149 / 1);
}
.border-purple-900\/15 {
  border-color: rgb(76 29 149 / 0.15);
}
.border-purple-900\/20 {
  border-color: rgb(76 29 149 / 0.2);
}
.border-purple-900\/25 {
  border-color: rgb(76 29 149 / 0.25);
}
.border-purple-900\/30 {
  border-color: rgb(76 29 149 / 0.3);
}
.border-purple-900\/35 {
  border-color: rgb(76 29 149 / 0.35);
}
.border-purple-900\/40 {
  border-color: rgb(76 29 149 / 0.4);
}
.border-purple-900\/45 {
  border-color: rgb(76 29 149 / 0.45);
}
.border-purple-900\/5 {
  border-color: rgb(76 29 149 / 0.05);
}
.border-purple-900\/50 {
  border-color: rgb(76 29 149 / 0.5);
}
.border-purple-900\/55 {
  border-color: rgb(76 29 149 / 0.55);
}
.border-purple-900\/60 {
  border-color: rgb(76 29 149 / 0.6);
}
.border-purple-900\/65 {
  border-color: rgb(76 29 149 / 0.65);
}
.border-purple-900\/70 {
  border-color: rgb(76 29 149 / 0.7);
}
.border-purple-900\/75 {
  border-color: rgb(76 29 149 / 0.75);
}
.border-purple-900\/80 {
  border-color: rgb(76 29 149 / 0.8);
}
.border-purple-900\/85 {
  border-color: rgb(76 29 149 / 0.85);
}
.border-purple-900\/90 {
  border-color: rgb(76 29 149 / 0.9);
}
.border-purple-900\/95 {
  border-color: rgb(76 29 149 / 0.95);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(253 232 232 / var(--tw-border-opacity));
}
.border-red-100\/0 {
  border-color: rgb(253 232 232 / 0);
}
.border-red-100\/10 {
  border-color: rgb(253 232 232 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(253 232 232 / 1);
}
.border-red-100\/15 {
  border-color: rgb(253 232 232 / 0.15);
}
.border-red-100\/20 {
  border-color: rgb(253 232 232 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(253 232 232 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(253 232 232 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(253 232 232 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(253 232 232 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(253 232 232 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(253 232 232 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(253 232 232 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(253 232 232 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(253 232 232 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(253 232 232 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(253 232 232 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(253 232 232 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(253 232 232 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(253 232 232 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(253 232 232 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(253 232 232 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 213 213 / var(--tw-border-opacity));
}
.border-red-200\/0 {
  border-color: rgb(251 213 213 / 0);
}
.border-red-200\/10 {
  border-color: rgb(251 213 213 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(251 213 213 / 1);
}
.border-red-200\/15 {
  border-color: rgb(251 213 213 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(251 213 213 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(251 213 213 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(251 213 213 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(251 213 213 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(251 213 213 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(251 213 213 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(251 213 213 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(251 213 213 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(251 213 213 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(251 213 213 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(251 213 213 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(251 213 213 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(251 213 213 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(251 213 213 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(251 213 213 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(251 213 213 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(251 213 213 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(248 180 180 / var(--tw-border-opacity));
}
.border-red-300\/0 {
  border-color: rgb(248 180 180 / 0);
}
.border-red-300\/10 {
  border-color: rgb(248 180 180 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(248 180 180 / 1);
}
.border-red-300\/15 {
  border-color: rgb(248 180 180 / 0.15);
}
.border-red-300\/20 {
  border-color: rgb(248 180 180 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(248 180 180 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(248 180 180 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(248 180 180 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(248 180 180 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(248 180 180 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(248 180 180 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(248 180 180 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(248 180 180 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(248 180 180 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(248 180 180 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(248 180 180 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(248 180 180 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(248 180 180 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(248 180 180 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(248 180 180 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(248 180 180 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-red-400\/0 {
  border-color: rgb(249 128 128 / 0);
}
.border-red-400\/10 {
  border-color: rgb(249 128 128 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(249 128 128 / 1);
}
.border-red-400\/15 {
  border-color: rgb(249 128 128 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(249 128 128 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(249 128 128 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(249 128 128 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(249 128 128 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(249 128 128 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(249 128 128 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(249 128 128 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(249 128 128 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(249 128 128 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(249 128 128 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(249 128 128 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(249 128 128 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(249 128 128 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(249 128 128 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(249 128 128 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(249 128 128 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(249 128 128 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 242 / var(--tw-border-opacity));
}
.border-red-50\/0 {
  border-color: rgb(253 242 242 / 0);
}
.border-red-50\/10 {
  border-color: rgb(253 242 242 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(253 242 242 / 1);
}
.border-red-50\/15 {
  border-color: rgb(253 242 242 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(253 242 242 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(253 242 242 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(253 242 242 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(253 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(253 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(253 242 242 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(253 242 242 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(253 242 242 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(253 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(253 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(253 242 242 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(253 242 242 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(253 242 242 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(253 242 242 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(253 242 242 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(253 242 242 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(253 242 242 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-red-500\/0 {
  border-color: rgb(240 82 82 / 0);
}
.border-red-500\/10 {
  border-color: rgb(240 82 82 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(240 82 82 / 1);
}
.border-red-500\/15 {
  border-color: rgb(240 82 82 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(240 82 82 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(240 82 82 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(240 82 82 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(240 82 82 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(240 82 82 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(240 82 82 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(240 82 82 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(240 82 82 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(240 82 82 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(240 82 82 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(240 82 82 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(240 82 82 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(240 82 82 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(240 82 82 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(240 82 82 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(240 82 82 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(240 82 82 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(224 36 36 / var(--tw-border-opacity));
}
.border-red-600\/0 {
  border-color: rgb(224 36 36 / 0);
}
.border-red-600\/10 {
  border-color: rgb(224 36 36 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(224 36 36 / 1);
}
.border-red-600\/15 {
  border-color: rgb(224 36 36 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(224 36 36 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(224 36 36 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(224 36 36 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(224 36 36 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(224 36 36 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(224 36 36 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(224 36 36 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(224 36 36 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(224 36 36 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(224 36 36 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(224 36 36 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(224 36 36 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(224 36 36 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(224 36 36 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(224 36 36 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(224 36 36 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(224 36 36 / 0.95);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-red-700\/0 {
  border-color: rgb(200 30 30 / 0);
}
.border-red-700\/10 {
  border-color: rgb(200 30 30 / 0.1);
}
.border-red-700\/100 {
  border-color: rgb(200 30 30 / 1);
}
.border-red-700\/15 {
  border-color: rgb(200 30 30 / 0.15);
}
.border-red-700\/20 {
  border-color: rgb(200 30 30 / 0.2);
}
.border-red-700\/25 {
  border-color: rgb(200 30 30 / 0.25);
}
.border-red-700\/30 {
  border-color: rgb(200 30 30 / 0.3);
}
.border-red-700\/35 {
  border-color: rgb(200 30 30 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(200 30 30 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(200 30 30 / 0.45);
}
.border-red-700\/5 {
  border-color: rgb(200 30 30 / 0.05);
}
.border-red-700\/50 {
  border-color: rgb(200 30 30 / 0.5);
}
.border-red-700\/55 {
  border-color: rgb(200 30 30 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(200 30 30 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(200 30 30 / 0.65);
}
.border-red-700\/70 {
  border-color: rgb(200 30 30 / 0.7);
}
.border-red-700\/75 {
  border-color: rgb(200 30 30 / 0.75);
}
.border-red-700\/80 {
  border-color: rgb(200 30 30 / 0.8);
}
.border-red-700\/85 {
  border-color: rgb(200 30 30 / 0.85);
}
.border-red-700\/90 {
  border-color: rgb(200 30 30 / 0.9);
}
.border-red-700\/95 {
  border-color: rgb(200 30 30 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity));
}
.border-red-800\/0 {
  border-color: rgb(155 28 28 / 0);
}
.border-red-800\/10 {
  border-color: rgb(155 28 28 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(155 28 28 / 1);
}
.border-red-800\/15 {
  border-color: rgb(155 28 28 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(155 28 28 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(155 28 28 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(155 28 28 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(155 28 28 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(155 28 28 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(155 28 28 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(155 28 28 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(155 28 28 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(155 28 28 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(155 28 28 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(155 28 28 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(155 28 28 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(155 28 28 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(155 28 28 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(155 28 28 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(155 28 28 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(155 28 28 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(119 29 29 / var(--tw-border-opacity));
}
.border-red-900\/0 {
  border-color: rgb(119 29 29 / 0);
}
.border-red-900\/10 {
  border-color: rgb(119 29 29 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(119 29 29 / 1);
}
.border-red-900\/15 {
  border-color: rgb(119 29 29 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(119 29 29 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(119 29 29 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(119 29 29 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(119 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(119 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(119 29 29 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(119 29 29 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(119 29 29 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(119 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(119 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(119 29 29 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(119 29 29 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(119 29 29 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(119 29 29 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(119 29 29 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(119 29 29 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(119 29 29 / 0.95);
}
.border-royalblue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(227 240 253 / var(--tw-border-opacity));
}
.border-royalblue-100\/0 {
  border-color: rgb(227 240 253 / 0);
}
.border-royalblue-100\/10 {
  border-color: rgb(227 240 253 / 0.1);
}
.border-royalblue-100\/100 {
  border-color: rgb(227 240 253 / 1);
}
.border-royalblue-100\/15 {
  border-color: rgb(227 240 253 / 0.15);
}
.border-royalblue-100\/20 {
  border-color: rgb(227 240 253 / 0.2);
}
.border-royalblue-100\/25 {
  border-color: rgb(227 240 253 / 0.25);
}
.border-royalblue-100\/30 {
  border-color: rgb(227 240 253 / 0.3);
}
.border-royalblue-100\/35 {
  border-color: rgb(227 240 253 / 0.35);
}
.border-royalblue-100\/40 {
  border-color: rgb(227 240 253 / 0.4);
}
.border-royalblue-100\/45 {
  border-color: rgb(227 240 253 / 0.45);
}
.border-royalblue-100\/5 {
  border-color: rgb(227 240 253 / 0.05);
}
.border-royalblue-100\/50 {
  border-color: rgb(227 240 253 / 0.5);
}
.border-royalblue-100\/55 {
  border-color: rgb(227 240 253 / 0.55);
}
.border-royalblue-100\/60 {
  border-color: rgb(227 240 253 / 0.6);
}
.border-royalblue-100\/65 {
  border-color: rgb(227 240 253 / 0.65);
}
.border-royalblue-100\/70 {
  border-color: rgb(227 240 253 / 0.7);
}
.border-royalblue-100\/75 {
  border-color: rgb(227 240 253 / 0.75);
}
.border-royalblue-100\/80 {
  border-color: rgb(227 240 253 / 0.8);
}
.border-royalblue-100\/85 {
  border-color: rgb(227 240 253 / 0.85);
}
.border-royalblue-100\/90 {
  border-color: rgb(227 240 253 / 0.9);
}
.border-royalblue-100\/95 {
  border-color: rgb(227 240 253 / 0.95);
}
.border-royalblue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(198 217 250 / var(--tw-border-opacity));
}
.border-royalblue-200\/0 {
  border-color: rgb(198 217 250 / 0);
}
.border-royalblue-200\/10 {
  border-color: rgb(198 217 250 / 0.1);
}
.border-royalblue-200\/100 {
  border-color: rgb(198 217 250 / 1);
}
.border-royalblue-200\/15 {
  border-color: rgb(198 217 250 / 0.15);
}
.border-royalblue-200\/20 {
  border-color: rgb(198 217 250 / 0.2);
}
.border-royalblue-200\/25 {
  border-color: rgb(198 217 250 / 0.25);
}
.border-royalblue-200\/30 {
  border-color: rgb(198 217 250 / 0.3);
}
.border-royalblue-200\/35 {
  border-color: rgb(198 217 250 / 0.35);
}
.border-royalblue-200\/40 {
  border-color: rgb(198 217 250 / 0.4);
}
.border-royalblue-200\/45 {
  border-color: rgb(198 217 250 / 0.45);
}
.border-royalblue-200\/5 {
  border-color: rgb(198 217 250 / 0.05);
}
.border-royalblue-200\/50 {
  border-color: rgb(198 217 250 / 0.5);
}
.border-royalblue-200\/55 {
  border-color: rgb(198 217 250 / 0.55);
}
.border-royalblue-200\/60 {
  border-color: rgb(198 217 250 / 0.6);
}
.border-royalblue-200\/65 {
  border-color: rgb(198 217 250 / 0.65);
}
.border-royalblue-200\/70 {
  border-color: rgb(198 217 250 / 0.7);
}
.border-royalblue-200\/75 {
  border-color: rgb(198 217 250 / 0.75);
}
.border-royalblue-200\/80 {
  border-color: rgb(198 217 250 / 0.8);
}
.border-royalblue-200\/85 {
  border-color: rgb(198 217 250 / 0.85);
}
.border-royalblue-200\/90 {
  border-color: rgb(198 217 250 / 0.9);
}
.border-royalblue-200\/95 {
  border-color: rgb(198 217 250 / 0.95);
}
.border-royalblue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(157 182 243 / var(--tw-border-opacity));
}
.border-royalblue-300\/0 {
  border-color: rgb(157 182 243 / 0);
}
.border-royalblue-300\/10 {
  border-color: rgb(157 182 243 / 0.1);
}
.border-royalblue-300\/100 {
  border-color: rgb(157 182 243 / 1);
}
.border-royalblue-300\/15 {
  border-color: rgb(157 182 243 / 0.15);
}
.border-royalblue-300\/20 {
  border-color: rgb(157 182 243 / 0.2);
}
.border-royalblue-300\/25 {
  border-color: rgb(157 182 243 / 0.25);
}
.border-royalblue-300\/30 {
  border-color: rgb(157 182 243 / 0.3);
}
.border-royalblue-300\/35 {
  border-color: rgb(157 182 243 / 0.35);
}
.border-royalblue-300\/40 {
  border-color: rgb(157 182 243 / 0.4);
}
.border-royalblue-300\/45 {
  border-color: rgb(157 182 243 / 0.45);
}
.border-royalblue-300\/5 {
  border-color: rgb(157 182 243 / 0.05);
}
.border-royalblue-300\/50 {
  border-color: rgb(157 182 243 / 0.5);
}
.border-royalblue-300\/55 {
  border-color: rgb(157 182 243 / 0.55);
}
.border-royalblue-300\/60 {
  border-color: rgb(157 182 243 / 0.6);
}
.border-royalblue-300\/65 {
  border-color: rgb(157 182 243 / 0.65);
}
.border-royalblue-300\/70 {
  border-color: rgb(157 182 243 / 0.7);
}
.border-royalblue-300\/75 {
  border-color: rgb(157 182 243 / 0.75);
}
.border-royalblue-300\/80 {
  border-color: rgb(157 182 243 / 0.8);
}
.border-royalblue-300\/85 {
  border-color: rgb(157 182 243 / 0.85);
}
.border-royalblue-300\/90 {
  border-color: rgb(157 182 243 / 0.9);
}
.border-royalblue-300\/95 {
  border-color: rgb(157 182 243 / 0.95);
}
.border-royalblue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(121 142 234 / var(--tw-border-opacity));
}
.border-royalblue-400\/0 {
  border-color: rgb(121 142 234 / 0);
}
.border-royalblue-400\/10 {
  border-color: rgb(121 142 234 / 0.1);
}
.border-royalblue-400\/100 {
  border-color: rgb(121 142 234 / 1);
}
.border-royalblue-400\/15 {
  border-color: rgb(121 142 234 / 0.15);
}
.border-royalblue-400\/20 {
  border-color: rgb(121 142 234 / 0.2);
}
.border-royalblue-400\/25 {
  border-color: rgb(121 142 234 / 0.25);
}
.border-royalblue-400\/30 {
  border-color: rgb(121 142 234 / 0.3);
}
.border-royalblue-400\/35 {
  border-color: rgb(121 142 234 / 0.35);
}
.border-royalblue-400\/40 {
  border-color: rgb(121 142 234 / 0.4);
}
.border-royalblue-400\/45 {
  border-color: rgb(121 142 234 / 0.45);
}
.border-royalblue-400\/5 {
  border-color: rgb(121 142 234 / 0.05);
}
.border-royalblue-400\/50 {
  border-color: rgb(121 142 234 / 0.5);
}
.border-royalblue-400\/55 {
  border-color: rgb(121 142 234 / 0.55);
}
.border-royalblue-400\/60 {
  border-color: rgb(121 142 234 / 0.6);
}
.border-royalblue-400\/65 {
  border-color: rgb(121 142 234 / 0.65);
}
.border-royalblue-400\/70 {
  border-color: rgb(121 142 234 / 0.7);
}
.border-royalblue-400\/75 {
  border-color: rgb(121 142 234 / 0.75);
}
.border-royalblue-400\/80 {
  border-color: rgb(121 142 234 / 0.8);
}
.border-royalblue-400\/85 {
  border-color: rgb(121 142 234 / 0.85);
}
.border-royalblue-400\/90 {
  border-color: rgb(121 142 234 / 0.9);
}
.border-royalblue-400\/95 {
  border-color: rgb(121 142 234 / 0.95);
}
.border-royalblue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 249 251 / var(--tw-border-opacity));
}
.border-royalblue-50\/0 {
  border-color: rgb(247 249 251 / 0);
}
.border-royalblue-50\/10 {
  border-color: rgb(247 249 251 / 0.1);
}
.border-royalblue-50\/100 {
  border-color: rgb(247 249 251 / 1);
}
.border-royalblue-50\/15 {
  border-color: rgb(247 249 251 / 0.15);
}
.border-royalblue-50\/20 {
  border-color: rgb(247 249 251 / 0.2);
}
.border-royalblue-50\/25 {
  border-color: rgb(247 249 251 / 0.25);
}
.border-royalblue-50\/30 {
  border-color: rgb(247 249 251 / 0.3);
}
.border-royalblue-50\/35 {
  border-color: rgb(247 249 251 / 0.35);
}
.border-royalblue-50\/40 {
  border-color: rgb(247 249 251 / 0.4);
}
.border-royalblue-50\/45 {
  border-color: rgb(247 249 251 / 0.45);
}
.border-royalblue-50\/5 {
  border-color: rgb(247 249 251 / 0.05);
}
.border-royalblue-50\/50 {
  border-color: rgb(247 249 251 / 0.5);
}
.border-royalblue-50\/55 {
  border-color: rgb(247 249 251 / 0.55);
}
.border-royalblue-50\/60 {
  border-color: rgb(247 249 251 / 0.6);
}
.border-royalblue-50\/65 {
  border-color: rgb(247 249 251 / 0.65);
}
.border-royalblue-50\/70 {
  border-color: rgb(247 249 251 / 0.7);
}
.border-royalblue-50\/75 {
  border-color: rgb(247 249 251 / 0.75);
}
.border-royalblue-50\/80 {
  border-color: rgb(247 249 251 / 0.8);
}
.border-royalblue-50\/85 {
  border-color: rgb(247 249 251 / 0.85);
}
.border-royalblue-50\/90 {
  border-color: rgb(247 249 251 / 0.9);
}
.border-royalblue-50\/95 {
  border-color: rgb(247 249 251 / 0.95);
}
.border-royalblue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(97 105 226 / var(--tw-border-opacity));
}
.border-royalblue-500\/0 {
  border-color: rgb(97 105 226 / 0);
}
.border-royalblue-500\/10 {
  border-color: rgb(97 105 226 / 0.1);
}
.border-royalblue-500\/100 {
  border-color: rgb(97 105 226 / 1);
}
.border-royalblue-500\/15 {
  border-color: rgb(97 105 226 / 0.15);
}
.border-royalblue-500\/20 {
  border-color: rgb(97 105 226 / 0.2);
}
.border-royalblue-500\/25 {
  border-color: rgb(97 105 226 / 0.25);
}
.border-royalblue-500\/30 {
  border-color: rgb(97 105 226 / 0.3);
}
.border-royalblue-500\/35 {
  border-color: rgb(97 105 226 / 0.35);
}
.border-royalblue-500\/40 {
  border-color: rgb(97 105 226 / 0.4);
}
.border-royalblue-500\/45 {
  border-color: rgb(97 105 226 / 0.45);
}
.border-royalblue-500\/5 {
  border-color: rgb(97 105 226 / 0.05);
}
.border-royalblue-500\/50 {
  border-color: rgb(97 105 226 / 0.5);
}
.border-royalblue-500\/55 {
  border-color: rgb(97 105 226 / 0.55);
}
.border-royalblue-500\/60 {
  border-color: rgb(97 105 226 / 0.6);
}
.border-royalblue-500\/65 {
  border-color: rgb(97 105 226 / 0.65);
}
.border-royalblue-500\/70 {
  border-color: rgb(97 105 226 / 0.7);
}
.border-royalblue-500\/75 {
  border-color: rgb(97 105 226 / 0.75);
}
.border-royalblue-500\/80 {
  border-color: rgb(97 105 226 / 0.8);
}
.border-royalblue-500\/85 {
  border-color: rgb(97 105 226 / 0.85);
}
.border-royalblue-500\/90 {
  border-color: rgb(97 105 226 / 0.9);
}
.border-royalblue-500\/95 {
  border-color: rgb(97 105 226 / 0.95);
}
.border-royalblue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(80 77 212 / var(--tw-border-opacity));
}
.border-royalblue-600\/0 {
  border-color: rgb(80 77 212 / 0);
}
.border-royalblue-600\/10 {
  border-color: rgb(80 77 212 / 0.1);
}
.border-royalblue-600\/100 {
  border-color: rgb(80 77 212 / 1);
}
.border-royalblue-600\/15 {
  border-color: rgb(80 77 212 / 0.15);
}
.border-royalblue-600\/20 {
  border-color: rgb(80 77 212 / 0.2);
}
.border-royalblue-600\/25 {
  border-color: rgb(80 77 212 / 0.25);
}
.border-royalblue-600\/30 {
  border-color: rgb(80 77 212 / 0.3);
}
.border-royalblue-600\/35 {
  border-color: rgb(80 77 212 / 0.35);
}
.border-royalblue-600\/40 {
  border-color: rgb(80 77 212 / 0.4);
}
.border-royalblue-600\/45 {
  border-color: rgb(80 77 212 / 0.45);
}
.border-royalblue-600\/5 {
  border-color: rgb(80 77 212 / 0.05);
}
.border-royalblue-600\/50 {
  border-color: rgb(80 77 212 / 0.5);
}
.border-royalblue-600\/55 {
  border-color: rgb(80 77 212 / 0.55);
}
.border-royalblue-600\/60 {
  border-color: rgb(80 77 212 / 0.6);
}
.border-royalblue-600\/65 {
  border-color: rgb(80 77 212 / 0.65);
}
.border-royalblue-600\/70 {
  border-color: rgb(80 77 212 / 0.7);
}
.border-royalblue-600\/75 {
  border-color: rgb(80 77 212 / 0.75);
}
.border-royalblue-600\/80 {
  border-color: rgb(80 77 212 / 0.8);
}
.border-royalblue-600\/85 {
  border-color: rgb(80 77 212 / 0.85);
}
.border-royalblue-600\/90 {
  border-color: rgb(80 77 212 / 0.9);
}
.border-royalblue-600\/95 {
  border-color: rgb(80 77 212 / 0.95);
}
.border-royalblue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(61 57 180 / var(--tw-border-opacity));
}
.border-royalblue-700\/0 {
  border-color: rgb(61 57 180 / 0);
}
.border-royalblue-700\/10 {
  border-color: rgb(61 57 180 / 0.1);
}
.border-royalblue-700\/100 {
  border-color: rgb(61 57 180 / 1);
}
.border-royalblue-700\/15 {
  border-color: rgb(61 57 180 / 0.15);
}
.border-royalblue-700\/20 {
  border-color: rgb(61 57 180 / 0.2);
}
.border-royalblue-700\/25 {
  border-color: rgb(61 57 180 / 0.25);
}
.border-royalblue-700\/30 {
  border-color: rgb(61 57 180 / 0.3);
}
.border-royalblue-700\/35 {
  border-color: rgb(61 57 180 / 0.35);
}
.border-royalblue-700\/40 {
  border-color: rgb(61 57 180 / 0.4);
}
.border-royalblue-700\/45 {
  border-color: rgb(61 57 180 / 0.45);
}
.border-royalblue-700\/5 {
  border-color: rgb(61 57 180 / 0.05);
}
.border-royalblue-700\/50 {
  border-color: rgb(61 57 180 / 0.5);
}
.border-royalblue-700\/55 {
  border-color: rgb(61 57 180 / 0.55);
}
.border-royalblue-700\/60 {
  border-color: rgb(61 57 180 / 0.6);
}
.border-royalblue-700\/65 {
  border-color: rgb(61 57 180 / 0.65);
}
.border-royalblue-700\/70 {
  border-color: rgb(61 57 180 / 0.7);
}
.border-royalblue-700\/75 {
  border-color: rgb(61 57 180 / 0.75);
}
.border-royalblue-700\/80 {
  border-color: rgb(61 57 180 / 0.8);
}
.border-royalblue-700\/85 {
  border-color: rgb(61 57 180 / 0.85);
}
.border-royalblue-700\/90 {
  border-color: rgb(61 57 180 / 0.9);
}
.border-royalblue-700\/95 {
  border-color: rgb(61 57 180 / 0.95);
}
.border-royalblue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(42 39 134 / var(--tw-border-opacity));
}
.border-royalblue-800\/0 {
  border-color: rgb(42 39 134 / 0);
}
.border-royalblue-800\/10 {
  border-color: rgb(42 39 134 / 0.1);
}
.border-royalblue-800\/100 {
  border-color: rgb(42 39 134 / 1);
}
.border-royalblue-800\/15 {
  border-color: rgb(42 39 134 / 0.15);
}
.border-royalblue-800\/20 {
  border-color: rgb(42 39 134 / 0.2);
}
.border-royalblue-800\/25 {
  border-color: rgb(42 39 134 / 0.25);
}
.border-royalblue-800\/30 {
  border-color: rgb(42 39 134 / 0.3);
}
.border-royalblue-800\/35 {
  border-color: rgb(42 39 134 / 0.35);
}
.border-royalblue-800\/40 {
  border-color: rgb(42 39 134 / 0.4);
}
.border-royalblue-800\/45 {
  border-color: rgb(42 39 134 / 0.45);
}
.border-royalblue-800\/5 {
  border-color: rgb(42 39 134 / 0.05);
}
.border-royalblue-800\/50 {
  border-color: rgb(42 39 134 / 0.5);
}
.border-royalblue-800\/55 {
  border-color: rgb(42 39 134 / 0.55);
}
.border-royalblue-800\/60 {
  border-color: rgb(42 39 134 / 0.6);
}
.border-royalblue-800\/65 {
  border-color: rgb(42 39 134 / 0.65);
}
.border-royalblue-800\/70 {
  border-color: rgb(42 39 134 / 0.7);
}
.border-royalblue-800\/75 {
  border-color: rgb(42 39 134 / 0.75);
}
.border-royalblue-800\/80 {
  border-color: rgb(42 39 134 / 0.8);
}
.border-royalblue-800\/85 {
  border-color: rgb(42 39 134 / 0.85);
}
.border-royalblue-800\/90 {
  border-color: rgb(42 39 134 / 0.9);
}
.border-royalblue-800\/95 {
  border-color: rgb(42 39 134 / 0.95);
}
.border-royalblue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 24 84 / var(--tw-border-opacity));
}
.border-royalblue-900\/0 {
  border-color: rgb(23 24 84 / 0);
}
.border-royalblue-900\/10 {
  border-color: rgb(23 24 84 / 0.1);
}
.border-royalblue-900\/100 {
  border-color: rgb(23 24 84 / 1);
}
.border-royalblue-900\/15 {
  border-color: rgb(23 24 84 / 0.15);
}
.border-royalblue-900\/20 {
  border-color: rgb(23 24 84 / 0.2);
}
.border-royalblue-900\/25 {
  border-color: rgb(23 24 84 / 0.25);
}
.border-royalblue-900\/30 {
  border-color: rgb(23 24 84 / 0.3);
}
.border-royalblue-900\/35 {
  border-color: rgb(23 24 84 / 0.35);
}
.border-royalblue-900\/40 {
  border-color: rgb(23 24 84 / 0.4);
}
.border-royalblue-900\/45 {
  border-color: rgb(23 24 84 / 0.45);
}
.border-royalblue-900\/5 {
  border-color: rgb(23 24 84 / 0.05);
}
.border-royalblue-900\/50 {
  border-color: rgb(23 24 84 / 0.5);
}
.border-royalblue-900\/55 {
  border-color: rgb(23 24 84 / 0.55);
}
.border-royalblue-900\/60 {
  border-color: rgb(23 24 84 / 0.6);
}
.border-royalblue-900\/65 {
  border-color: rgb(23 24 84 / 0.65);
}
.border-royalblue-900\/70 {
  border-color: rgb(23 24 84 / 0.7);
}
.border-royalblue-900\/75 {
  border-color: rgb(23 24 84 / 0.75);
}
.border-royalblue-900\/80 {
  border-color: rgb(23 24 84 / 0.8);
}
.border-royalblue-900\/85 {
  border-color: rgb(23 24 84 / 0.85);
}
.border-royalblue-900\/90 {
  border-color: rgb(23 24 84 / 0.9);
}
.border-royalblue-900\/95 {
  border-color: rgb(23 24 84 / 0.95);
}
.border-seagreen-100 {
  --tw-border-opacity: 1;
  border-color: rgb(232 240 228 / var(--tw-border-opacity));
}
.border-seagreen-100\/0 {
  border-color: rgb(232 240 228 / 0);
}
.border-seagreen-100\/10 {
  border-color: rgb(232 240 228 / 0.1);
}
.border-seagreen-100\/100 {
  border-color: rgb(232 240 228 / 1);
}
.border-seagreen-100\/15 {
  border-color: rgb(232 240 228 / 0.15);
}
.border-seagreen-100\/20 {
  border-color: rgb(232 240 228 / 0.2);
}
.border-seagreen-100\/25 {
  border-color: rgb(232 240 228 / 0.25);
}
.border-seagreen-100\/30 {
  border-color: rgb(232 240 228 / 0.3);
}
.border-seagreen-100\/35 {
  border-color: rgb(232 240 228 / 0.35);
}
.border-seagreen-100\/40 {
  border-color: rgb(232 240 228 / 0.4);
}
.border-seagreen-100\/45 {
  border-color: rgb(232 240 228 / 0.45);
}
.border-seagreen-100\/5 {
  border-color: rgb(232 240 228 / 0.05);
}
.border-seagreen-100\/50 {
  border-color: rgb(232 240 228 / 0.5);
}
.border-seagreen-100\/55 {
  border-color: rgb(232 240 228 / 0.55);
}
.border-seagreen-100\/60 {
  border-color: rgb(232 240 228 / 0.6);
}
.border-seagreen-100\/65 {
  border-color: rgb(232 240 228 / 0.65);
}
.border-seagreen-100\/70 {
  border-color: rgb(232 240 228 / 0.7);
}
.border-seagreen-100\/75 {
  border-color: rgb(232 240 228 / 0.75);
}
.border-seagreen-100\/80 {
  border-color: rgb(232 240 228 / 0.8);
}
.border-seagreen-100\/85 {
  border-color: rgb(232 240 228 / 0.85);
}
.border-seagreen-100\/90 {
  border-color: rgb(232 240 228 / 0.9);
}
.border-seagreen-100\/95 {
  border-color: rgb(232 240 228 / 0.95);
}
.border-seagreen-200 {
  --tw-border-opacity: 1;
  border-color: rgb(201 228 195 / var(--tw-border-opacity));
}
.border-seagreen-200\/0 {
  border-color: rgb(201 228 195 / 0);
}
.border-seagreen-200\/10 {
  border-color: rgb(201 228 195 / 0.1);
}
.border-seagreen-200\/100 {
  border-color: rgb(201 228 195 / 1);
}
.border-seagreen-200\/15 {
  border-color: rgb(201 228 195 / 0.15);
}
.border-seagreen-200\/20 {
  border-color: rgb(201 228 195 / 0.2);
}
.border-seagreen-200\/25 {
  border-color: rgb(201 228 195 / 0.25);
}
.border-seagreen-200\/30 {
  border-color: rgb(201 228 195 / 0.3);
}
.border-seagreen-200\/35 {
  border-color: rgb(201 228 195 / 0.35);
}
.border-seagreen-200\/40 {
  border-color: rgb(201 228 195 / 0.4);
}
.border-seagreen-200\/45 {
  border-color: rgb(201 228 195 / 0.45);
}
.border-seagreen-200\/5 {
  border-color: rgb(201 228 195 / 0.05);
}
.border-seagreen-200\/50 {
  border-color: rgb(201 228 195 / 0.5);
}
.border-seagreen-200\/55 {
  border-color: rgb(201 228 195 / 0.55);
}
.border-seagreen-200\/60 {
  border-color: rgb(201 228 195 / 0.6);
}
.border-seagreen-200\/65 {
  border-color: rgb(201 228 195 / 0.65);
}
.border-seagreen-200\/70 {
  border-color: rgb(201 228 195 / 0.7);
}
.border-seagreen-200\/75 {
  border-color: rgb(201 228 195 / 0.75);
}
.border-seagreen-200\/80 {
  border-color: rgb(201 228 195 / 0.8);
}
.border-seagreen-200\/85 {
  border-color: rgb(201 228 195 / 0.85);
}
.border-seagreen-200\/90 {
  border-color: rgb(201 228 195 / 0.9);
}
.border-seagreen-200\/95 {
  border-color: rgb(201 228 195 / 0.95);
}
.border-seagreen-300 {
  --tw-border-opacity: 1;
  border-color: rgb(150 198 145 / var(--tw-border-opacity));
}
.border-seagreen-300\/0 {
  border-color: rgb(150 198 145 / 0);
}
.border-seagreen-300\/10 {
  border-color: rgb(150 198 145 / 0.1);
}
.border-seagreen-300\/100 {
  border-color: rgb(150 198 145 / 1);
}
.border-seagreen-300\/15 {
  border-color: rgb(150 198 145 / 0.15);
}
.border-seagreen-300\/20 {
  border-color: rgb(150 198 145 / 0.2);
}
.border-seagreen-300\/25 {
  border-color: rgb(150 198 145 / 0.25);
}
.border-seagreen-300\/30 {
  border-color: rgb(150 198 145 / 0.3);
}
.border-seagreen-300\/35 {
  border-color: rgb(150 198 145 / 0.35);
}
.border-seagreen-300\/40 {
  border-color: rgb(150 198 145 / 0.4);
}
.border-seagreen-300\/45 {
  border-color: rgb(150 198 145 / 0.45);
}
.border-seagreen-300\/5 {
  border-color: rgb(150 198 145 / 0.05);
}
.border-seagreen-300\/50 {
  border-color: rgb(150 198 145 / 0.5);
}
.border-seagreen-300\/55 {
  border-color: rgb(150 198 145 / 0.55);
}
.border-seagreen-300\/60 {
  border-color: rgb(150 198 145 / 0.6);
}
.border-seagreen-300\/65 {
  border-color: rgb(150 198 145 / 0.65);
}
.border-seagreen-300\/70 {
  border-color: rgb(150 198 145 / 0.7);
}
.border-seagreen-300\/75 {
  border-color: rgb(150 198 145 / 0.75);
}
.border-seagreen-300\/80 {
  border-color: rgb(150 198 145 / 0.8);
}
.border-seagreen-300\/85 {
  border-color: rgb(150 198 145 / 0.85);
}
.border-seagreen-300\/90 {
  border-color: rgb(150 198 145 / 0.9);
}
.border-seagreen-300\/95 {
  border-color: rgb(150 198 145 / 0.95);
}
.border-seagreen-400 {
  --tw-border-opacity: 1;
  border-color: rgb(82 164 96 / var(--tw-border-opacity));
}
.border-seagreen-400\/0 {
  border-color: rgb(82 164 96 / 0);
}
.border-seagreen-400\/10 {
  border-color: rgb(82 164 96 / 0.1);
}
.border-seagreen-400\/100 {
  border-color: rgb(82 164 96 / 1);
}
.border-seagreen-400\/15 {
  border-color: rgb(82 164 96 / 0.15);
}
.border-seagreen-400\/20 {
  border-color: rgb(82 164 96 / 0.2);
}
.border-seagreen-400\/25 {
  border-color: rgb(82 164 96 / 0.25);
}
.border-seagreen-400\/30 {
  border-color: rgb(82 164 96 / 0.3);
}
.border-seagreen-400\/35 {
  border-color: rgb(82 164 96 / 0.35);
}
.border-seagreen-400\/40 {
  border-color: rgb(82 164 96 / 0.4);
}
.border-seagreen-400\/45 {
  border-color: rgb(82 164 96 / 0.45);
}
.border-seagreen-400\/5 {
  border-color: rgb(82 164 96 / 0.05);
}
.border-seagreen-400\/50 {
  border-color: rgb(82 164 96 / 0.5);
}
.border-seagreen-400\/55 {
  border-color: rgb(82 164 96 / 0.55);
}
.border-seagreen-400\/60 {
  border-color: rgb(82 164 96 / 0.6);
}
.border-seagreen-400\/65 {
  border-color: rgb(82 164 96 / 0.65);
}
.border-seagreen-400\/70 {
  border-color: rgb(82 164 96 / 0.7);
}
.border-seagreen-400\/75 {
  border-color: rgb(82 164 96 / 0.75);
}
.border-seagreen-400\/80 {
  border-color: rgb(82 164 96 / 0.8);
}
.border-seagreen-400\/85 {
  border-color: rgb(82 164 96 / 0.85);
}
.border-seagreen-400\/90 {
  border-color: rgb(82 164 96 / 0.9);
}
.border-seagreen-400\/95 {
  border-color: rgb(82 164 96 / 0.95);
}
.border-seagreen-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 247 244 / var(--tw-border-opacity));
}
.border-seagreen-50\/0 {
  border-color: rgb(245 247 244 / 0);
}
.border-seagreen-50\/10 {
  border-color: rgb(245 247 244 / 0.1);
}
.border-seagreen-50\/100 {
  border-color: rgb(245 247 244 / 1);
}
.border-seagreen-50\/15 {
  border-color: rgb(245 247 244 / 0.15);
}
.border-seagreen-50\/20 {
  border-color: rgb(245 247 244 / 0.2);
}
.border-seagreen-50\/25 {
  border-color: rgb(245 247 244 / 0.25);
}
.border-seagreen-50\/30 {
  border-color: rgb(245 247 244 / 0.3);
}
.border-seagreen-50\/35 {
  border-color: rgb(245 247 244 / 0.35);
}
.border-seagreen-50\/40 {
  border-color: rgb(245 247 244 / 0.4);
}
.border-seagreen-50\/45 {
  border-color: rgb(245 247 244 / 0.45);
}
.border-seagreen-50\/5 {
  border-color: rgb(245 247 244 / 0.05);
}
.border-seagreen-50\/50 {
  border-color: rgb(245 247 244 / 0.5);
}
.border-seagreen-50\/55 {
  border-color: rgb(245 247 244 / 0.55);
}
.border-seagreen-50\/60 {
  border-color: rgb(245 247 244 / 0.6);
}
.border-seagreen-50\/65 {
  border-color: rgb(245 247 244 / 0.65);
}
.border-seagreen-50\/70 {
  border-color: rgb(245 247 244 / 0.7);
}
.border-seagreen-50\/75 {
  border-color: rgb(245 247 244 / 0.75);
}
.border-seagreen-50\/80 {
  border-color: rgb(245 247 244 / 0.8);
}
.border-seagreen-50\/85 {
  border-color: rgb(245 247 244 / 0.85);
}
.border-seagreen-50\/90 {
  border-color: rgb(245 247 244 / 0.9);
}
.border-seagreen-50\/95 {
  border-color: rgb(245 247 244 / 0.95);
}
.border-seagreen-500 {
  --tw-border-opacity: 1;
  border-color: rgb(58 135 59 / var(--tw-border-opacity));
}
.border-seagreen-500\/0 {
  border-color: rgb(58 135 59 / 0);
}
.border-seagreen-500\/10 {
  border-color: rgb(58 135 59 / 0.1);
}
.border-seagreen-500\/100 {
  border-color: rgb(58 135 59 / 1);
}
.border-seagreen-500\/15 {
  border-color: rgb(58 135 59 / 0.15);
}
.border-seagreen-500\/20 {
  border-color: rgb(58 135 59 / 0.2);
}
.border-seagreen-500\/25 {
  border-color: rgb(58 135 59 / 0.25);
}
.border-seagreen-500\/30 {
  border-color: rgb(58 135 59 / 0.3);
}
.border-seagreen-500\/35 {
  border-color: rgb(58 135 59 / 0.35);
}
.border-seagreen-500\/40 {
  border-color: rgb(58 135 59 / 0.4);
}
.border-seagreen-500\/45 {
  border-color: rgb(58 135 59 / 0.45);
}
.border-seagreen-500\/5 {
  border-color: rgb(58 135 59 / 0.05);
}
.border-seagreen-500\/50 {
  border-color: rgb(58 135 59 / 0.5);
}
.border-seagreen-500\/55 {
  border-color: rgb(58 135 59 / 0.55);
}
.border-seagreen-500\/60 {
  border-color: rgb(58 135 59 / 0.6);
}
.border-seagreen-500\/65 {
  border-color: rgb(58 135 59 / 0.65);
}
.border-seagreen-500\/70 {
  border-color: rgb(58 135 59 / 0.7);
}
.border-seagreen-500\/75 {
  border-color: rgb(58 135 59 / 0.75);
}
.border-seagreen-500\/80 {
  border-color: rgb(58 135 59 / 0.8);
}
.border-seagreen-500\/85 {
  border-color: rgb(58 135 59 / 0.85);
}
.border-seagreen-500\/90 {
  border-color: rgb(58 135 59 / 0.9);
}
.border-seagreen-500\/95 {
  border-color: rgb(58 135 59 / 0.95);
}
.border-seagreen-600 {
  --tw-border-opacity: 1;
  border-color: rgb(47 111 41 / var(--tw-border-opacity));
}
.border-seagreen-600\/0 {
  border-color: rgb(47 111 41 / 0);
}
.border-seagreen-600\/10 {
  border-color: rgb(47 111 41 / 0.1);
}
.border-seagreen-600\/100 {
  border-color: rgb(47 111 41 / 1);
}
.border-seagreen-600\/15 {
  border-color: rgb(47 111 41 / 0.15);
}
.border-seagreen-600\/20 {
  border-color: rgb(47 111 41 / 0.2);
}
.border-seagreen-600\/25 {
  border-color: rgb(47 111 41 / 0.25);
}
.border-seagreen-600\/30 {
  border-color: rgb(47 111 41 / 0.3);
}
.border-seagreen-600\/35 {
  border-color: rgb(47 111 41 / 0.35);
}
.border-seagreen-600\/40 {
  border-color: rgb(47 111 41 / 0.4);
}
.border-seagreen-600\/45 {
  border-color: rgb(47 111 41 / 0.45);
}
.border-seagreen-600\/5 {
  border-color: rgb(47 111 41 / 0.05);
}
.border-seagreen-600\/50 {
  border-color: rgb(47 111 41 / 0.5);
}
.border-seagreen-600\/55 {
  border-color: rgb(47 111 41 / 0.55);
}
.border-seagreen-600\/60 {
  border-color: rgb(47 111 41 / 0.6);
}
.border-seagreen-600\/65 {
  border-color: rgb(47 111 41 / 0.65);
}
.border-seagreen-600\/70 {
  border-color: rgb(47 111 41 / 0.7);
}
.border-seagreen-600\/75 {
  border-color: rgb(47 111 41 / 0.75);
}
.border-seagreen-600\/80 {
  border-color: rgb(47 111 41 / 0.8);
}
.border-seagreen-600\/85 {
  border-color: rgb(47 111 41 / 0.85);
}
.border-seagreen-600\/90 {
  border-color: rgb(47 111 41 / 0.9);
}
.border-seagreen-600\/95 {
  border-color: rgb(47 111 41 / 0.95);
}
.border-seagreen-700 {
  --tw-border-opacity: 1;
  border-color: rgb(40 84 34 / var(--tw-border-opacity));
}
.border-seagreen-700\/0 {
  border-color: rgb(40 84 34 / 0);
}
.border-seagreen-700\/10 {
  border-color: rgb(40 84 34 / 0.1);
}
.border-seagreen-700\/100 {
  border-color: rgb(40 84 34 / 1);
}
.border-seagreen-700\/15 {
  border-color: rgb(40 84 34 / 0.15);
}
.border-seagreen-700\/20 {
  border-color: rgb(40 84 34 / 0.2);
}
.border-seagreen-700\/25 {
  border-color: rgb(40 84 34 / 0.25);
}
.border-seagreen-700\/30 {
  border-color: rgb(40 84 34 / 0.3);
}
.border-seagreen-700\/35 {
  border-color: rgb(40 84 34 / 0.35);
}
.border-seagreen-700\/40 {
  border-color: rgb(40 84 34 / 0.4);
}
.border-seagreen-700\/45 {
  border-color: rgb(40 84 34 / 0.45);
}
.border-seagreen-700\/5 {
  border-color: rgb(40 84 34 / 0.05);
}
.border-seagreen-700\/50 {
  border-color: rgb(40 84 34 / 0.5);
}
.border-seagreen-700\/55 {
  border-color: rgb(40 84 34 / 0.55);
}
.border-seagreen-700\/60 {
  border-color: rgb(40 84 34 / 0.6);
}
.border-seagreen-700\/65 {
  border-color: rgb(40 84 34 / 0.65);
}
.border-seagreen-700\/70 {
  border-color: rgb(40 84 34 / 0.7);
}
.border-seagreen-700\/75 {
  border-color: rgb(40 84 34 / 0.75);
}
.border-seagreen-700\/80 {
  border-color: rgb(40 84 34 / 0.8);
}
.border-seagreen-700\/85 {
  border-color: rgb(40 84 34 / 0.85);
}
.border-seagreen-700\/90 {
  border-color: rgb(40 84 34 / 0.9);
}
.border-seagreen-700\/95 {
  border-color: rgb(40 84 34 / 0.95);
}
.border-seagreen-800 {
  --tw-border-opacity: 1;
  border-color: rgb(28 57 27 / var(--tw-border-opacity));
}
.border-seagreen-800\/0 {
  border-color: rgb(28 57 27 / 0);
}
.border-seagreen-800\/10 {
  border-color: rgb(28 57 27 / 0.1);
}
.border-seagreen-800\/100 {
  border-color: rgb(28 57 27 / 1);
}
.border-seagreen-800\/15 {
  border-color: rgb(28 57 27 / 0.15);
}
.border-seagreen-800\/20 {
  border-color: rgb(28 57 27 / 0.2);
}
.border-seagreen-800\/25 {
  border-color: rgb(28 57 27 / 0.25);
}
.border-seagreen-800\/30 {
  border-color: rgb(28 57 27 / 0.3);
}
.border-seagreen-800\/35 {
  border-color: rgb(28 57 27 / 0.35);
}
.border-seagreen-800\/40 {
  border-color: rgb(28 57 27 / 0.4);
}
.border-seagreen-800\/45 {
  border-color: rgb(28 57 27 / 0.45);
}
.border-seagreen-800\/5 {
  border-color: rgb(28 57 27 / 0.05);
}
.border-seagreen-800\/50 {
  border-color: rgb(28 57 27 / 0.5);
}
.border-seagreen-800\/55 {
  border-color: rgb(28 57 27 / 0.55);
}
.border-seagreen-800\/60 {
  border-color: rgb(28 57 27 / 0.6);
}
.border-seagreen-800\/65 {
  border-color: rgb(28 57 27 / 0.65);
}
.border-seagreen-800\/70 {
  border-color: rgb(28 57 27 / 0.7);
}
.border-seagreen-800\/75 {
  border-color: rgb(28 57 27 / 0.75);
}
.border-seagreen-800\/80 {
  border-color: rgb(28 57 27 / 0.8);
}
.border-seagreen-800\/85 {
  border-color: rgb(28 57 27 / 0.85);
}
.border-seagreen-800\/90 {
  border-color: rgb(28 57 27 / 0.9);
}
.border-seagreen-800\/95 {
  border-color: rgb(28 57 27 / 0.95);
}
.border-seagreen-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 35 20 / var(--tw-border-opacity));
}
.border-seagreen-900\/0 {
  border-color: rgb(19 35 20 / 0);
}
.border-seagreen-900\/10 {
  border-color: rgb(19 35 20 / 0.1);
}
.border-seagreen-900\/100 {
  border-color: rgb(19 35 20 / 1);
}
.border-seagreen-900\/15 {
  border-color: rgb(19 35 20 / 0.15);
}
.border-seagreen-900\/20 {
  border-color: rgb(19 35 20 / 0.2);
}
.border-seagreen-900\/25 {
  border-color: rgb(19 35 20 / 0.25);
}
.border-seagreen-900\/30 {
  border-color: rgb(19 35 20 / 0.3);
}
.border-seagreen-900\/35 {
  border-color: rgb(19 35 20 / 0.35);
}
.border-seagreen-900\/40 {
  border-color: rgb(19 35 20 / 0.4);
}
.border-seagreen-900\/45 {
  border-color: rgb(19 35 20 / 0.45);
}
.border-seagreen-900\/5 {
  border-color: rgb(19 35 20 / 0.05);
}
.border-seagreen-900\/50 {
  border-color: rgb(19 35 20 / 0.5);
}
.border-seagreen-900\/55 {
  border-color: rgb(19 35 20 / 0.55);
}
.border-seagreen-900\/60 {
  border-color: rgb(19 35 20 / 0.6);
}
.border-seagreen-900\/65 {
  border-color: rgb(19 35 20 / 0.65);
}
.border-seagreen-900\/70 {
  border-color: rgb(19 35 20 / 0.7);
}
.border-seagreen-900\/75 {
  border-color: rgb(19 35 20 / 0.75);
}
.border-seagreen-900\/80 {
  border-color: rgb(19 35 20 / 0.8);
}
.border-seagreen-900\/85 {
  border-color: rgb(19 35 20 / 0.85);
}
.border-seagreen-900\/90 {
  border-color: rgb(19 35 20 / 0.9);
}
.border-seagreen-900\/95 {
  border-color: rgb(19 35 20 / 0.95);
}
.border-steel-100 {
  --tw-border-opacity: 1;
  border-color: rgb(215 241 249 / var(--tw-border-opacity));
}
.border-steel-100\/0 {
  border-color: rgb(215 241 249 / 0);
}
.border-steel-100\/10 {
  border-color: rgb(215 241 249 / 0.1);
}
.border-steel-100\/100 {
  border-color: rgb(215 241 249 / 1);
}
.border-steel-100\/15 {
  border-color: rgb(215 241 249 / 0.15);
}
.border-steel-100\/20 {
  border-color: rgb(215 241 249 / 0.2);
}
.border-steel-100\/25 {
  border-color: rgb(215 241 249 / 0.25);
}
.border-steel-100\/30 {
  border-color: rgb(215 241 249 / 0.3);
}
.border-steel-100\/35 {
  border-color: rgb(215 241 249 / 0.35);
}
.border-steel-100\/40 {
  border-color: rgb(215 241 249 / 0.4);
}
.border-steel-100\/45 {
  border-color: rgb(215 241 249 / 0.45);
}
.border-steel-100\/5 {
  border-color: rgb(215 241 249 / 0.05);
}
.border-steel-100\/50 {
  border-color: rgb(215 241 249 / 0.5);
}
.border-steel-100\/55 {
  border-color: rgb(215 241 249 / 0.55);
}
.border-steel-100\/60 {
  border-color: rgb(215 241 249 / 0.6);
}
.border-steel-100\/65 {
  border-color: rgb(215 241 249 / 0.65);
}
.border-steel-100\/70 {
  border-color: rgb(215 241 249 / 0.7);
}
.border-steel-100\/75 {
  border-color: rgb(215 241 249 / 0.75);
}
.border-steel-100\/80 {
  border-color: rgb(215 241 249 / 0.8);
}
.border-steel-100\/85 {
  border-color: rgb(215 241 249 / 0.85);
}
.border-steel-100\/90 {
  border-color: rgb(215 241 249 / 0.9);
}
.border-steel-100\/95 {
  border-color: rgb(215 241 249 / 0.95);
}
.border-steel-200 {
  --tw-border-opacity: 1;
  border-color: rgb(168 227 242 / var(--tw-border-opacity));
}
.border-steel-200\/0 {
  border-color: rgb(168 227 242 / 0);
}
.border-steel-200\/10 {
  border-color: rgb(168 227 242 / 0.1);
}
.border-steel-200\/100 {
  border-color: rgb(168 227 242 / 1);
}
.border-steel-200\/15 {
  border-color: rgb(168 227 242 / 0.15);
}
.border-steel-200\/20 {
  border-color: rgb(168 227 242 / 0.2);
}
.border-steel-200\/25 {
  border-color: rgb(168 227 242 / 0.25);
}
.border-steel-200\/30 {
  border-color: rgb(168 227 242 / 0.3);
}
.border-steel-200\/35 {
  border-color: rgb(168 227 242 / 0.35);
}
.border-steel-200\/40 {
  border-color: rgb(168 227 242 / 0.4);
}
.border-steel-200\/45 {
  border-color: rgb(168 227 242 / 0.45);
}
.border-steel-200\/5 {
  border-color: rgb(168 227 242 / 0.05);
}
.border-steel-200\/50 {
  border-color: rgb(168 227 242 / 0.5);
}
.border-steel-200\/55 {
  border-color: rgb(168 227 242 / 0.55);
}
.border-steel-200\/60 {
  border-color: rgb(168 227 242 / 0.6);
}
.border-steel-200\/65 {
  border-color: rgb(168 227 242 / 0.65);
}
.border-steel-200\/70 {
  border-color: rgb(168 227 242 / 0.7);
}
.border-steel-200\/75 {
  border-color: rgb(168 227 242 / 0.75);
}
.border-steel-200\/80 {
  border-color: rgb(168 227 242 / 0.8);
}
.border-steel-200\/85 {
  border-color: rgb(168 227 242 / 0.85);
}
.border-steel-200\/90 {
  border-color: rgb(168 227 242 / 0.9);
}
.border-steel-200\/95 {
  border-color: rgb(168 227 242 / 0.95);
}
.border-steel-300 {
  --tw-border-opacity: 1;
  border-color: rgb(114 197 223 / var(--tw-border-opacity));
}
.border-steel-300\/0 {
  border-color: rgb(114 197 223 / 0);
}
.border-steel-300\/10 {
  border-color: rgb(114 197 223 / 0.1);
}
.border-steel-300\/100 {
  border-color: rgb(114 197 223 / 1);
}
.border-steel-300\/15 {
  border-color: rgb(114 197 223 / 0.15);
}
.border-steel-300\/20 {
  border-color: rgb(114 197 223 / 0.2);
}
.border-steel-300\/25 {
  border-color: rgb(114 197 223 / 0.25);
}
.border-steel-300\/30 {
  border-color: rgb(114 197 223 / 0.3);
}
.border-steel-300\/35 {
  border-color: rgb(114 197 223 / 0.35);
}
.border-steel-300\/40 {
  border-color: rgb(114 197 223 / 0.4);
}
.border-steel-300\/45 {
  border-color: rgb(114 197 223 / 0.45);
}
.border-steel-300\/5 {
  border-color: rgb(114 197 223 / 0.05);
}
.border-steel-300\/50 {
  border-color: rgb(114 197 223 / 0.5);
}
.border-steel-300\/55 {
  border-color: rgb(114 197 223 / 0.55);
}
.border-steel-300\/60 {
  border-color: rgb(114 197 223 / 0.6);
}
.border-steel-300\/65 {
  border-color: rgb(114 197 223 / 0.65);
}
.border-steel-300\/70 {
  border-color: rgb(114 197 223 / 0.7);
}
.border-steel-300\/75 {
  border-color: rgb(114 197 223 / 0.75);
}
.border-steel-300\/80 {
  border-color: rgb(114 197 223 / 0.8);
}
.border-steel-300\/85 {
  border-color: rgb(114 197 223 / 0.85);
}
.border-steel-300\/90 {
  border-color: rgb(114 197 223 / 0.9);
}
.border-steel-300\/95 {
  border-color: rgb(114 197 223 / 0.95);
}
.border-steel-400 {
  --tw-border-opacity: 1;
  border-color: rgb(58 163 198 / var(--tw-border-opacity));
}
.border-steel-400\/0 {
  border-color: rgb(58 163 198 / 0);
}
.border-steel-400\/10 {
  border-color: rgb(58 163 198 / 0.1);
}
.border-steel-400\/100 {
  border-color: rgb(58 163 198 / 1);
}
.border-steel-400\/15 {
  border-color: rgb(58 163 198 / 0.15);
}
.border-steel-400\/20 {
  border-color: rgb(58 163 198 / 0.2);
}
.border-steel-400\/25 {
  border-color: rgb(58 163 198 / 0.25);
}
.border-steel-400\/30 {
  border-color: rgb(58 163 198 / 0.3);
}
.border-steel-400\/35 {
  border-color: rgb(58 163 198 / 0.35);
}
.border-steel-400\/40 {
  border-color: rgb(58 163 198 / 0.4);
}
.border-steel-400\/45 {
  border-color: rgb(58 163 198 / 0.45);
}
.border-steel-400\/5 {
  border-color: rgb(58 163 198 / 0.05);
}
.border-steel-400\/50 {
  border-color: rgb(58 163 198 / 0.5);
}
.border-steel-400\/55 {
  border-color: rgb(58 163 198 / 0.55);
}
.border-steel-400\/60 {
  border-color: rgb(58 163 198 / 0.6);
}
.border-steel-400\/65 {
  border-color: rgb(58 163 198 / 0.65);
}
.border-steel-400\/70 {
  border-color: rgb(58 163 198 / 0.7);
}
.border-steel-400\/75 {
  border-color: rgb(58 163 198 / 0.75);
}
.border-steel-400\/80 {
  border-color: rgb(58 163 198 / 0.8);
}
.border-steel-400\/85 {
  border-color: rgb(58 163 198 / 0.85);
}
.border-steel-400\/90 {
  border-color: rgb(58 163 198 / 0.9);
}
.border-steel-400\/95 {
  border-color: rgb(58 163 198 / 0.95);
}
.border-steel-50 {
  --tw-border-opacity: 1;
  border-color: rgb(242 248 248 / var(--tw-border-opacity));
}
.border-steel-50\/0 {
  border-color: rgb(242 248 248 / 0);
}
.border-steel-50\/10 {
  border-color: rgb(242 248 248 / 0.1);
}
.border-steel-50\/100 {
  border-color: rgb(242 248 248 / 1);
}
.border-steel-50\/15 {
  border-color: rgb(242 248 248 / 0.15);
}
.border-steel-50\/20 {
  border-color: rgb(242 248 248 / 0.2);
}
.border-steel-50\/25 {
  border-color: rgb(242 248 248 / 0.25);
}
.border-steel-50\/30 {
  border-color: rgb(242 248 248 / 0.3);
}
.border-steel-50\/35 {
  border-color: rgb(242 248 248 / 0.35);
}
.border-steel-50\/40 {
  border-color: rgb(242 248 248 / 0.4);
}
.border-steel-50\/45 {
  border-color: rgb(242 248 248 / 0.45);
}
.border-steel-50\/5 {
  border-color: rgb(242 248 248 / 0.05);
}
.border-steel-50\/50 {
  border-color: rgb(242 248 248 / 0.5);
}
.border-steel-50\/55 {
  border-color: rgb(242 248 248 / 0.55);
}
.border-steel-50\/60 {
  border-color: rgb(242 248 248 / 0.6);
}
.border-steel-50\/65 {
  border-color: rgb(242 248 248 / 0.65);
}
.border-steel-50\/70 {
  border-color: rgb(242 248 248 / 0.7);
}
.border-steel-50\/75 {
  border-color: rgb(242 248 248 / 0.75);
}
.border-steel-50\/80 {
  border-color: rgb(242 248 248 / 0.8);
}
.border-steel-50\/85 {
  border-color: rgb(242 248 248 / 0.85);
}
.border-steel-50\/90 {
  border-color: rgb(242 248 248 / 0.9);
}
.border-steel-50\/95 {
  border-color: rgb(242 248 248 / 0.95);
}
.border-steel-500 {
  --tw-border-opacity: 1;
  border-color: rgb(2 125 182 / var(--tw-border-opacity));
}
.border-steel-500\/0 {
  border-color: rgb(2 125 182 / 0);
}
.border-steel-500\/10 {
  border-color: rgb(2 125 182 / 0.1);
}
.border-steel-500\/100 {
  border-color: rgb(2 125 182 / 1);
}
.border-steel-500\/15 {
  border-color: rgb(2 125 182 / 0.15);
}
.border-steel-500\/20 {
  border-color: rgb(2 125 182 / 0.2);
}
.border-steel-500\/25 {
  border-color: rgb(2 125 182 / 0.25);
}
.border-steel-500\/30 {
  border-color: rgb(2 125 182 / 0.3);
}
.border-steel-500\/35 {
  border-color: rgb(2 125 182 / 0.35);
}
.border-steel-500\/40 {
  border-color: rgb(2 125 182 / 0.4);
}
.border-steel-500\/45 {
  border-color: rgb(2 125 182 / 0.45);
}
.border-steel-500\/5 {
  border-color: rgb(2 125 182 / 0.05);
}
.border-steel-500\/50 {
  border-color: rgb(2 125 182 / 0.5);
}
.border-steel-500\/55 {
  border-color: rgb(2 125 182 / 0.55);
}
.border-steel-500\/60 {
  border-color: rgb(2 125 182 / 0.6);
}
.border-steel-500\/65 {
  border-color: rgb(2 125 182 / 0.65);
}
.border-steel-500\/70 {
  border-color: rgb(2 125 182 / 0.7);
}
.border-steel-500\/75 {
  border-color: rgb(2 125 182 / 0.75);
}
.border-steel-500\/80 {
  border-color: rgb(2 125 182 / 0.8);
}
.border-steel-500\/85 {
  border-color: rgb(2 125 182 / 0.85);
}
.border-steel-500\/90 {
  border-color: rgb(2 125 182 / 0.9);
}
.border-steel-500\/95 {
  border-color: rgb(2 125 182 / 0.95);
}
.border-steel-600 {
  --tw-border-opacity: 1;
  border-color: rgb(36 106 146 / var(--tw-border-opacity));
}
.border-steel-600\/0 {
  border-color: rgb(36 106 146 / 0);
}
.border-steel-600\/10 {
  border-color: rgb(36 106 146 / 0.1);
}
.border-steel-600\/100 {
  border-color: rgb(36 106 146 / 1);
}
.border-steel-600\/15 {
  border-color: rgb(36 106 146 / 0.15);
}
.border-steel-600\/20 {
  border-color: rgb(36 106 146 / 0.2);
}
.border-steel-600\/25 {
  border-color: rgb(36 106 146 / 0.25);
}
.border-steel-600\/30 {
  border-color: rgb(36 106 146 / 0.3);
}
.border-steel-600\/35 {
  border-color: rgb(36 106 146 / 0.35);
}
.border-steel-600\/40 {
  border-color: rgb(36 106 146 / 0.4);
}
.border-steel-600\/45 {
  border-color: rgb(36 106 146 / 0.45);
}
.border-steel-600\/5 {
  border-color: rgb(36 106 146 / 0.05);
}
.border-steel-600\/50 {
  border-color: rgb(36 106 146 / 0.5);
}
.border-steel-600\/55 {
  border-color: rgb(36 106 146 / 0.55);
}
.border-steel-600\/60 {
  border-color: rgb(36 106 146 / 0.6);
}
.border-steel-600\/65 {
  border-color: rgb(36 106 146 / 0.65);
}
.border-steel-600\/70 {
  border-color: rgb(36 106 146 / 0.7);
}
.border-steel-600\/75 {
  border-color: rgb(36 106 146 / 0.75);
}
.border-steel-600\/80 {
  border-color: rgb(36 106 146 / 0.8);
}
.border-steel-600\/85 {
  border-color: rgb(36 106 146 / 0.85);
}
.border-steel-600\/90 {
  border-color: rgb(36 106 146 / 0.9);
}
.border-steel-600\/95 {
  border-color: rgb(36 106 146 / 0.95);
}
.border-steel-700 {
  --tw-border-opacity: 1;
  border-color: rgb(31 80 114 / var(--tw-border-opacity));
}
.border-steel-700\/0 {
  border-color: rgb(31 80 114 / 0);
}
.border-steel-700\/10 {
  border-color: rgb(31 80 114 / 0.1);
}
.border-steel-700\/100 {
  border-color: rgb(31 80 114 / 1);
}
.border-steel-700\/15 {
  border-color: rgb(31 80 114 / 0.15);
}
.border-steel-700\/20 {
  border-color: rgb(31 80 114 / 0.2);
}
.border-steel-700\/25 {
  border-color: rgb(31 80 114 / 0.25);
}
.border-steel-700\/30 {
  border-color: rgb(31 80 114 / 0.3);
}
.border-steel-700\/35 {
  border-color: rgb(31 80 114 / 0.35);
}
.border-steel-700\/40 {
  border-color: rgb(31 80 114 / 0.4);
}
.border-steel-700\/45 {
  border-color: rgb(31 80 114 / 0.45);
}
.border-steel-700\/5 {
  border-color: rgb(31 80 114 / 0.05);
}
.border-steel-700\/50 {
  border-color: rgb(31 80 114 / 0.5);
}
.border-steel-700\/55 {
  border-color: rgb(31 80 114 / 0.55);
}
.border-steel-700\/60 {
  border-color: rgb(31 80 114 / 0.6);
}
.border-steel-700\/65 {
  border-color: rgb(31 80 114 / 0.65);
}
.border-steel-700\/70 {
  border-color: rgb(31 80 114 / 0.7);
}
.border-steel-700\/75 {
  border-color: rgb(31 80 114 / 0.75);
}
.border-steel-700\/80 {
  border-color: rgb(31 80 114 / 0.8);
}
.border-steel-700\/85 {
  border-color: rgb(31 80 114 / 0.85);
}
.border-steel-700\/90 {
  border-color: rgb(31 80 114 / 0.9);
}
.border-steel-700\/95 {
  border-color: rgb(31 80 114 / 0.95);
}
.border-steel-800 {
  --tw-border-opacity: 1;
  border-color: rgb(23 54 82 / var(--tw-border-opacity));
}
.border-steel-800\/0 {
  border-color: rgb(23 54 82 / 0);
}
.border-steel-800\/10 {
  border-color: rgb(23 54 82 / 0.1);
}
.border-steel-800\/100 {
  border-color: rgb(23 54 82 / 1);
}
.border-steel-800\/15 {
  border-color: rgb(23 54 82 / 0.15);
}
.border-steel-800\/20 {
  border-color: rgb(23 54 82 / 0.2);
}
.border-steel-800\/25 {
  border-color: rgb(23 54 82 / 0.25);
}
.border-steel-800\/30 {
  border-color: rgb(23 54 82 / 0.3);
}
.border-steel-800\/35 {
  border-color: rgb(23 54 82 / 0.35);
}
.border-steel-800\/40 {
  border-color: rgb(23 54 82 / 0.4);
}
.border-steel-800\/45 {
  border-color: rgb(23 54 82 / 0.45);
}
.border-steel-800\/5 {
  border-color: rgb(23 54 82 / 0.05);
}
.border-steel-800\/50 {
  border-color: rgb(23 54 82 / 0.5);
}
.border-steel-800\/55 {
  border-color: rgb(23 54 82 / 0.55);
}
.border-steel-800\/60 {
  border-color: rgb(23 54 82 / 0.6);
}
.border-steel-800\/65 {
  border-color: rgb(23 54 82 / 0.65);
}
.border-steel-800\/70 {
  border-color: rgb(23 54 82 / 0.7);
}
.border-steel-800\/75 {
  border-color: rgb(23 54 82 / 0.75);
}
.border-steel-800\/80 {
  border-color: rgb(23 54 82 / 0.8);
}
.border-steel-800\/85 {
  border-color: rgb(23 54 82 / 0.85);
}
.border-steel-800\/90 {
  border-color: rgb(23 54 82 / 0.9);
}
.border-steel-800\/95 {
  border-color: rgb(23 54 82 / 0.95);
}
.border-steel-900 {
  --tw-border-opacity: 1;
  border-color: rgb(14 33 55 / var(--tw-border-opacity));
}
.border-steel-900\/0 {
  border-color: rgb(14 33 55 / 0);
}
.border-steel-900\/10 {
  border-color: rgb(14 33 55 / 0.1);
}
.border-steel-900\/100 {
  border-color: rgb(14 33 55 / 1);
}
.border-steel-900\/15 {
  border-color: rgb(14 33 55 / 0.15);
}
.border-steel-900\/20 {
  border-color: rgb(14 33 55 / 0.2);
}
.border-steel-900\/25 {
  border-color: rgb(14 33 55 / 0.25);
}
.border-steel-900\/30 {
  border-color: rgb(14 33 55 / 0.3);
}
.border-steel-900\/35 {
  border-color: rgb(14 33 55 / 0.35);
}
.border-steel-900\/40 {
  border-color: rgb(14 33 55 / 0.4);
}
.border-steel-900\/45 {
  border-color: rgb(14 33 55 / 0.45);
}
.border-steel-900\/5 {
  border-color: rgb(14 33 55 / 0.05);
}
.border-steel-900\/50 {
  border-color: rgb(14 33 55 / 0.5);
}
.border-steel-900\/55 {
  border-color: rgb(14 33 55 / 0.55);
}
.border-steel-900\/60 {
  border-color: rgb(14 33 55 / 0.6);
}
.border-steel-900\/65 {
  border-color: rgb(14 33 55 / 0.65);
}
.border-steel-900\/70 {
  border-color: rgb(14 33 55 / 0.7);
}
.border-steel-900\/75 {
  border-color: rgb(14 33 55 / 0.75);
}
.border-steel-900\/80 {
  border-color: rgb(14 33 55 / 0.8);
}
.border-steel-900\/85 {
  border-color: rgb(14 33 55 / 0.85);
}
.border-steel-900\/90 {
  border-color: rgb(14 33 55 / 0.9);
}
.border-steel-900\/95 {
  border-color: rgb(14 33 55 / 0.95);
}
.border-sunset-100 {
  --tw-border-opacity: 1;
  border-color: rgb(251 240 226 / var(--tw-border-opacity));
}
.border-sunset-100\/0 {
  border-color: rgb(251 240 226 / 0);
}
.border-sunset-100\/10 {
  border-color: rgb(251 240 226 / 0.1);
}
.border-sunset-100\/100 {
  border-color: rgb(251 240 226 / 1);
}
.border-sunset-100\/15 {
  border-color: rgb(251 240 226 / 0.15);
}
.border-sunset-100\/20 {
  border-color: rgb(251 240 226 / 0.2);
}
.border-sunset-100\/25 {
  border-color: rgb(251 240 226 / 0.25);
}
.border-sunset-100\/30 {
  border-color: rgb(251 240 226 / 0.3);
}
.border-sunset-100\/35 {
  border-color: rgb(251 240 226 / 0.35);
}
.border-sunset-100\/40 {
  border-color: rgb(251 240 226 / 0.4);
}
.border-sunset-100\/45 {
  border-color: rgb(251 240 226 / 0.45);
}
.border-sunset-100\/5 {
  border-color: rgb(251 240 226 / 0.05);
}
.border-sunset-100\/50 {
  border-color: rgb(251 240 226 / 0.5);
}
.border-sunset-100\/55 {
  border-color: rgb(251 240 226 / 0.55);
}
.border-sunset-100\/60 {
  border-color: rgb(251 240 226 / 0.6);
}
.border-sunset-100\/65 {
  border-color: rgb(251 240 226 / 0.65);
}
.border-sunset-100\/70 {
  border-color: rgb(251 240 226 / 0.7);
}
.border-sunset-100\/75 {
  border-color: rgb(251 240 226 / 0.75);
}
.border-sunset-100\/80 {
  border-color: rgb(251 240 226 / 0.8);
}
.border-sunset-100\/85 {
  border-color: rgb(251 240 226 / 0.85);
}
.border-sunset-100\/90 {
  border-color: rgb(251 240 226 / 0.9);
}
.border-sunset-100\/95 {
  border-color: rgb(251 240 226 / 0.95);
}
.border-sunset-200 {
  --tw-border-opacity: 1;
  border-color: rgb(246 212 194 / var(--tw-border-opacity));
}
.border-sunset-200\/0 {
  border-color: rgb(246 212 194 / 0);
}
.border-sunset-200\/10 {
  border-color: rgb(246 212 194 / 0.1);
}
.border-sunset-200\/100 {
  border-color: rgb(246 212 194 / 1);
}
.border-sunset-200\/15 {
  border-color: rgb(246 212 194 / 0.15);
}
.border-sunset-200\/20 {
  border-color: rgb(246 212 194 / 0.2);
}
.border-sunset-200\/25 {
  border-color: rgb(246 212 194 / 0.25);
}
.border-sunset-200\/30 {
  border-color: rgb(246 212 194 / 0.3);
}
.border-sunset-200\/35 {
  border-color: rgb(246 212 194 / 0.35);
}
.border-sunset-200\/40 {
  border-color: rgb(246 212 194 / 0.4);
}
.border-sunset-200\/45 {
  border-color: rgb(246 212 194 / 0.45);
}
.border-sunset-200\/5 {
  border-color: rgb(246 212 194 / 0.05);
}
.border-sunset-200\/50 {
  border-color: rgb(246 212 194 / 0.5);
}
.border-sunset-200\/55 {
  border-color: rgb(246 212 194 / 0.55);
}
.border-sunset-200\/60 {
  border-color: rgb(246 212 194 / 0.6);
}
.border-sunset-200\/65 {
  border-color: rgb(246 212 194 / 0.65);
}
.border-sunset-200\/70 {
  border-color: rgb(246 212 194 / 0.7);
}
.border-sunset-200\/75 {
  border-color: rgb(246 212 194 / 0.75);
}
.border-sunset-200\/80 {
  border-color: rgb(246 212 194 / 0.8);
}
.border-sunset-200\/85 {
  border-color: rgb(246 212 194 / 0.85);
}
.border-sunset-200\/90 {
  border-color: rgb(246 212 194 / 0.9);
}
.border-sunset-200\/95 {
  border-color: rgb(246 212 194 / 0.95);
}
.border-sunset-300 {
  --tw-border-opacity: 1;
  border-color: rgb(234 170 146 / var(--tw-border-opacity));
}
.border-sunset-300\/0 {
  border-color: rgb(234 170 146 / 0);
}
.border-sunset-300\/10 {
  border-color: rgb(234 170 146 / 0.1);
}
.border-sunset-300\/100 {
  border-color: rgb(234 170 146 / 1);
}
.border-sunset-300\/15 {
  border-color: rgb(234 170 146 / 0.15);
}
.border-sunset-300\/20 {
  border-color: rgb(234 170 146 / 0.2);
}
.border-sunset-300\/25 {
  border-color: rgb(234 170 146 / 0.25);
}
.border-sunset-300\/30 {
  border-color: rgb(234 170 146 / 0.3);
}
.border-sunset-300\/35 {
  border-color: rgb(234 170 146 / 0.35);
}
.border-sunset-300\/40 {
  border-color: rgb(234 170 146 / 0.4);
}
.border-sunset-300\/45 {
  border-color: rgb(234 170 146 / 0.45);
}
.border-sunset-300\/5 {
  border-color: rgb(234 170 146 / 0.05);
}
.border-sunset-300\/50 {
  border-color: rgb(234 170 146 / 0.5);
}
.border-sunset-300\/55 {
  border-color: rgb(234 170 146 / 0.55);
}
.border-sunset-300\/60 {
  border-color: rgb(234 170 146 / 0.6);
}
.border-sunset-300\/65 {
  border-color: rgb(234 170 146 / 0.65);
}
.border-sunset-300\/70 {
  border-color: rgb(234 170 146 / 0.7);
}
.border-sunset-300\/75 {
  border-color: rgb(234 170 146 / 0.75);
}
.border-sunset-300\/80 {
  border-color: rgb(234 170 146 / 0.8);
}
.border-sunset-300\/85 {
  border-color: rgb(234 170 146 / 0.85);
}
.border-sunset-300\/90 {
  border-color: rgb(234 170 146 / 0.9);
}
.border-sunset-300\/95 {
  border-color: rgb(234 170 146 / 0.95);
}
.border-sunset-400 {
  --tw-border-opacity: 1;
  border-color: rgb(225 123 99 / var(--tw-border-opacity));
}
.border-sunset-400\/0 {
  border-color: rgb(225 123 99 / 0);
}
.border-sunset-400\/10 {
  border-color: rgb(225 123 99 / 0.1);
}
.border-sunset-400\/100 {
  border-color: rgb(225 123 99 / 1);
}
.border-sunset-400\/15 {
  border-color: rgb(225 123 99 / 0.15);
}
.border-sunset-400\/20 {
  border-color: rgb(225 123 99 / 0.2);
}
.border-sunset-400\/25 {
  border-color: rgb(225 123 99 / 0.25);
}
.border-sunset-400\/30 {
  border-color: rgb(225 123 99 / 0.3);
}
.border-sunset-400\/35 {
  border-color: rgb(225 123 99 / 0.35);
}
.border-sunset-400\/40 {
  border-color: rgb(225 123 99 / 0.4);
}
.border-sunset-400\/45 {
  border-color: rgb(225 123 99 / 0.45);
}
.border-sunset-400\/5 {
  border-color: rgb(225 123 99 / 0.05);
}
.border-sunset-400\/50 {
  border-color: rgb(225 123 99 / 0.5);
}
.border-sunset-400\/55 {
  border-color: rgb(225 123 99 / 0.55);
}
.border-sunset-400\/60 {
  border-color: rgb(225 123 99 / 0.6);
}
.border-sunset-400\/65 {
  border-color: rgb(225 123 99 / 0.65);
}
.border-sunset-400\/70 {
  border-color: rgb(225 123 99 / 0.7);
}
.border-sunset-400\/75 {
  border-color: rgb(225 123 99 / 0.75);
}
.border-sunset-400\/80 {
  border-color: rgb(225 123 99 / 0.8);
}
.border-sunset-400\/85 {
  border-color: rgb(225 123 99 / 0.85);
}
.border-sunset-400\/90 {
  border-color: rgb(225 123 99 / 0.9);
}
.border-sunset-400\/95 {
  border-color: rgb(225 123 99 / 0.95);
}
.border-sunset-50 {
  --tw-border-opacity: 1;
  border-color: rgb(252 251 249 / var(--tw-border-opacity));
}
.border-sunset-50\/0 {
  border-color: rgb(252 251 249 / 0);
}
.border-sunset-50\/10 {
  border-color: rgb(252 251 249 / 0.1);
}
.border-sunset-50\/100 {
  border-color: rgb(252 251 249 / 1);
}
.border-sunset-50\/15 {
  border-color: rgb(252 251 249 / 0.15);
}
.border-sunset-50\/20 {
  border-color: rgb(252 251 249 / 0.2);
}
.border-sunset-50\/25 {
  border-color: rgb(252 251 249 / 0.25);
}
.border-sunset-50\/30 {
  border-color: rgb(252 251 249 / 0.3);
}
.border-sunset-50\/35 {
  border-color: rgb(252 251 249 / 0.35);
}
.border-sunset-50\/40 {
  border-color: rgb(252 251 249 / 0.4);
}
.border-sunset-50\/45 {
  border-color: rgb(252 251 249 / 0.45);
}
.border-sunset-50\/5 {
  border-color: rgb(252 251 249 / 0.05);
}
.border-sunset-50\/50 {
  border-color: rgb(252 251 249 / 0.5);
}
.border-sunset-50\/55 {
  border-color: rgb(252 251 249 / 0.55);
}
.border-sunset-50\/60 {
  border-color: rgb(252 251 249 / 0.6);
}
.border-sunset-50\/65 {
  border-color: rgb(252 251 249 / 0.65);
}
.border-sunset-50\/70 {
  border-color: rgb(252 251 249 / 0.7);
}
.border-sunset-50\/75 {
  border-color: rgb(252 251 249 / 0.75);
}
.border-sunset-50\/80 {
  border-color: rgb(252 251 249 / 0.8);
}
.border-sunset-50\/85 {
  border-color: rgb(252 251 249 / 0.85);
}
.border-sunset-50\/90 {
  border-color: rgb(252 251 249 / 0.9);
}
.border-sunset-50\/95 {
  border-color: rgb(252 251 249 / 0.95);
}
.border-sunset-500 {
  --tw-border-opacity: 1;
  border-color: rgb(207 88 65 / var(--tw-border-opacity));
}
.border-sunset-500\/0 {
  border-color: rgb(207 88 65 / 0);
}
.border-sunset-500\/10 {
  border-color: rgb(207 88 65 / 0.1);
}
.border-sunset-500\/100 {
  border-color: rgb(207 88 65 / 1);
}
.border-sunset-500\/15 {
  border-color: rgb(207 88 65 / 0.15);
}
.border-sunset-500\/20 {
  border-color: rgb(207 88 65 / 0.2);
}
.border-sunset-500\/25 {
  border-color: rgb(207 88 65 / 0.25);
}
.border-sunset-500\/30 {
  border-color: rgb(207 88 65 / 0.3);
}
.border-sunset-500\/35 {
  border-color: rgb(207 88 65 / 0.35);
}
.border-sunset-500\/40 {
  border-color: rgb(207 88 65 / 0.4);
}
.border-sunset-500\/45 {
  border-color: rgb(207 88 65 / 0.45);
}
.border-sunset-500\/5 {
  border-color: rgb(207 88 65 / 0.05);
}
.border-sunset-500\/50 {
  border-color: rgb(207 88 65 / 0.5);
}
.border-sunset-500\/55 {
  border-color: rgb(207 88 65 / 0.55);
}
.border-sunset-500\/60 {
  border-color: rgb(207 88 65 / 0.6);
}
.border-sunset-500\/65 {
  border-color: rgb(207 88 65 / 0.65);
}
.border-sunset-500\/70 {
  border-color: rgb(207 88 65 / 0.7);
}
.border-sunset-500\/75 {
  border-color: rgb(207 88 65 / 0.75);
}
.border-sunset-500\/80 {
  border-color: rgb(207 88 65 / 0.8);
}
.border-sunset-500\/85 {
  border-color: rgb(207 88 65 / 0.85);
}
.border-sunset-500\/90 {
  border-color: rgb(207 88 65 / 0.9);
}
.border-sunset-500\/95 {
  border-color: rgb(207 88 65 / 0.95);
}
.border-sunset-600 {
  --tw-border-opacity: 1;
  border-color: rgb(180 61 43 / var(--tw-border-opacity));
}
.border-sunset-600\/0 {
  border-color: rgb(180 61 43 / 0);
}
.border-sunset-600\/10 {
  border-color: rgb(180 61 43 / 0.1);
}
.border-sunset-600\/100 {
  border-color: rgb(180 61 43 / 1);
}
.border-sunset-600\/15 {
  border-color: rgb(180 61 43 / 0.15);
}
.border-sunset-600\/20 {
  border-color: rgb(180 61 43 / 0.2);
}
.border-sunset-600\/25 {
  border-color: rgb(180 61 43 / 0.25);
}
.border-sunset-600\/30 {
  border-color: rgb(180 61 43 / 0.3);
}
.border-sunset-600\/35 {
  border-color: rgb(180 61 43 / 0.35);
}
.border-sunset-600\/40 {
  border-color: rgb(180 61 43 / 0.4);
}
.border-sunset-600\/45 {
  border-color: rgb(180 61 43 / 0.45);
}
.border-sunset-600\/5 {
  border-color: rgb(180 61 43 / 0.05);
}
.border-sunset-600\/50 {
  border-color: rgb(180 61 43 / 0.5);
}
.border-sunset-600\/55 {
  border-color: rgb(180 61 43 / 0.55);
}
.border-sunset-600\/60 {
  border-color: rgb(180 61 43 / 0.6);
}
.border-sunset-600\/65 {
  border-color: rgb(180 61 43 / 0.65);
}
.border-sunset-600\/70 {
  border-color: rgb(180 61 43 / 0.7);
}
.border-sunset-600\/75 {
  border-color: rgb(180 61 43 / 0.75);
}
.border-sunset-600\/80 {
  border-color: rgb(180 61 43 / 0.8);
}
.border-sunset-600\/85 {
  border-color: rgb(180 61 43 / 0.85);
}
.border-sunset-600\/90 {
  border-color: rgb(180 61 43 / 0.9);
}
.border-sunset-600\/95 {
  border-color: rgb(180 61 43 / 0.95);
}
.border-sunset-700 {
  --tw-border-opacity: 1;
  border-color: rgb(140 46 33 / var(--tw-border-opacity));
}
.border-sunset-700\/0 {
  border-color: rgb(140 46 33 / 0);
}
.border-sunset-700\/10 {
  border-color: rgb(140 46 33 / 0.1);
}
.border-sunset-700\/100 {
  border-color: rgb(140 46 33 / 1);
}
.border-sunset-700\/15 {
  border-color: rgb(140 46 33 / 0.15);
}
.border-sunset-700\/20 {
  border-color: rgb(140 46 33 / 0.2);
}
.border-sunset-700\/25 {
  border-color: rgb(140 46 33 / 0.25);
}
.border-sunset-700\/30 {
  border-color: rgb(140 46 33 / 0.3);
}
.border-sunset-700\/35 {
  border-color: rgb(140 46 33 / 0.35);
}
.border-sunset-700\/40 {
  border-color: rgb(140 46 33 / 0.4);
}
.border-sunset-700\/45 {
  border-color: rgb(140 46 33 / 0.45);
}
.border-sunset-700\/5 {
  border-color: rgb(140 46 33 / 0.05);
}
.border-sunset-700\/50 {
  border-color: rgb(140 46 33 / 0.5);
}
.border-sunset-700\/55 {
  border-color: rgb(140 46 33 / 0.55);
}
.border-sunset-700\/60 {
  border-color: rgb(140 46 33 / 0.6);
}
.border-sunset-700\/65 {
  border-color: rgb(140 46 33 / 0.65);
}
.border-sunset-700\/70 {
  border-color: rgb(140 46 33 / 0.7);
}
.border-sunset-700\/75 {
  border-color: rgb(140 46 33 / 0.75);
}
.border-sunset-700\/80 {
  border-color: rgb(140 46 33 / 0.8);
}
.border-sunset-700\/85 {
  border-color: rgb(140 46 33 / 0.85);
}
.border-sunset-700\/90 {
  border-color: rgb(140 46 33 / 0.9);
}
.border-sunset-700\/95 {
  border-color: rgb(140 46 33 / 0.95);
}
.border-sunset-800 {
  --tw-border-opacity: 1;
  border-color: rgb(98 32 23 / var(--tw-border-opacity));
}
.border-sunset-800\/0 {
  border-color: rgb(98 32 23 / 0);
}
.border-sunset-800\/10 {
  border-color: rgb(98 32 23 / 0.1);
}
.border-sunset-800\/100 {
  border-color: rgb(98 32 23 / 1);
}
.border-sunset-800\/15 {
  border-color: rgb(98 32 23 / 0.15);
}
.border-sunset-800\/20 {
  border-color: rgb(98 32 23 / 0.2);
}
.border-sunset-800\/25 {
  border-color: rgb(98 32 23 / 0.25);
}
.border-sunset-800\/30 {
  border-color: rgb(98 32 23 / 0.3);
}
.border-sunset-800\/35 {
  border-color: rgb(98 32 23 / 0.35);
}
.border-sunset-800\/40 {
  border-color: rgb(98 32 23 / 0.4);
}
.border-sunset-800\/45 {
  border-color: rgb(98 32 23 / 0.45);
}
.border-sunset-800\/5 {
  border-color: rgb(98 32 23 / 0.05);
}
.border-sunset-800\/50 {
  border-color: rgb(98 32 23 / 0.5);
}
.border-sunset-800\/55 {
  border-color: rgb(98 32 23 / 0.55);
}
.border-sunset-800\/60 {
  border-color: rgb(98 32 23 / 0.6);
}
.border-sunset-800\/65 {
  border-color: rgb(98 32 23 / 0.65);
}
.border-sunset-800\/70 {
  border-color: rgb(98 32 23 / 0.7);
}
.border-sunset-800\/75 {
  border-color: rgb(98 32 23 / 0.75);
}
.border-sunset-800\/80 {
  border-color: rgb(98 32 23 / 0.8);
}
.border-sunset-800\/85 {
  border-color: rgb(98 32 23 / 0.85);
}
.border-sunset-800\/90 {
  border-color: rgb(98 32 23 / 0.9);
}
.border-sunset-800\/95 {
  border-color: rgb(98 32 23 / 0.95);
}
.border-sunset-900 {
  --tw-border-opacity: 1;
  border-color: rgb(61 20 14 / var(--tw-border-opacity));
}
.border-sunset-900\/0 {
  border-color: rgb(61 20 14 / 0);
}
.border-sunset-900\/10 {
  border-color: rgb(61 20 14 / 0.1);
}
.border-sunset-900\/100 {
  border-color: rgb(61 20 14 / 1);
}
.border-sunset-900\/15 {
  border-color: rgb(61 20 14 / 0.15);
}
.border-sunset-900\/20 {
  border-color: rgb(61 20 14 / 0.2);
}
.border-sunset-900\/25 {
  border-color: rgb(61 20 14 / 0.25);
}
.border-sunset-900\/30 {
  border-color: rgb(61 20 14 / 0.3);
}
.border-sunset-900\/35 {
  border-color: rgb(61 20 14 / 0.35);
}
.border-sunset-900\/40 {
  border-color: rgb(61 20 14 / 0.4);
}
.border-sunset-900\/45 {
  border-color: rgb(61 20 14 / 0.45);
}
.border-sunset-900\/5 {
  border-color: rgb(61 20 14 / 0.05);
}
.border-sunset-900\/50 {
  border-color: rgb(61 20 14 / 0.5);
}
.border-sunset-900\/55 {
  border-color: rgb(61 20 14 / 0.55);
}
.border-sunset-900\/60 {
  border-color: rgb(61 20 14 / 0.6);
}
.border-sunset-900\/65 {
  border-color: rgb(61 20 14 / 0.65);
}
.border-sunset-900\/70 {
  border-color: rgb(61 20 14 / 0.7);
}
.border-sunset-900\/75 {
  border-color: rgb(61 20 14 / 0.75);
}
.border-sunset-900\/80 {
  border-color: rgb(61 20 14 / 0.8);
}
.border-sunset-900\/85 {
  border-color: rgb(61 20 14 / 0.85);
}
.border-sunset-900\/90 {
  border-color: rgb(61 20 14 / 0.9);
}
.border-sunset-900\/95 {
  border-color: rgb(61 20 14 / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.border-yellow-100\/0 {
  border-color: rgb(254 243 199 / 0);
}
.border-yellow-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}
.border-yellow-100\/100 {
  border-color: rgb(254 243 199 / 1);
}
.border-yellow-100\/15 {
  border-color: rgb(254 243 199 / 0.15);
}
.border-yellow-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}
.border-yellow-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}
.border-yellow-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}
.border-yellow-100\/35 {
  border-color: rgb(254 243 199 / 0.35);
}
.border-yellow-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.border-yellow-100\/45 {
  border-color: rgb(254 243 199 / 0.45);
}
.border-yellow-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}
.border-yellow-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}
.border-yellow-100\/55 {
  border-color: rgb(254 243 199 / 0.55);
}
.border-yellow-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.border-yellow-100\/65 {
  border-color: rgb(254 243 199 / 0.65);
}
.border-yellow-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}
.border-yellow-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}
.border-yellow-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}
.border-yellow-100\/85 {
  border-color: rgb(254 243 199 / 0.85);
}
.border-yellow-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}
.border-yellow-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.border-yellow-200\/0 {
  border-color: rgb(253 230 138 / 0);
}
.border-yellow-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}
.border-yellow-200\/100 {
  border-color: rgb(253 230 138 / 1);
}
.border-yellow-200\/15 {
  border-color: rgb(253 230 138 / 0.15);
}
.border-yellow-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-yellow-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-yellow-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-yellow-200\/35 {
  border-color: rgb(253 230 138 / 0.35);
}
.border-yellow-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-yellow-200\/45 {
  border-color: rgb(253 230 138 / 0.45);
}
.border-yellow-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}
.border-yellow-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-yellow-200\/55 {
  border-color: rgb(253 230 138 / 0.55);
}
.border-yellow-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-yellow-200\/65 {
  border-color: rgb(253 230 138 / 0.65);
}
.border-yellow-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}
.border-yellow-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}
.border-yellow-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-yellow-200\/85 {
  border-color: rgb(253 230 138 / 0.85);
}
.border-yellow-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}
.border-yellow-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.border-yellow-300\/0 {
  border-color: rgb(252 211 77 / 0);
}
.border-yellow-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}
.border-yellow-300\/100 {
  border-color: rgb(252 211 77 / 1);
}
.border-yellow-300\/15 {
  border-color: rgb(252 211 77 / 0.15);
}
.border-yellow-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.border-yellow-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}
.border-yellow-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.border-yellow-300\/35 {
  border-color: rgb(252 211 77 / 0.35);
}
.border-yellow-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-yellow-300\/45 {
  border-color: rgb(252 211 77 / 0.45);
}
.border-yellow-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}
.border-yellow-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-yellow-300\/55 {
  border-color: rgb(252 211 77 / 0.55);
}
.border-yellow-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-yellow-300\/65 {
  border-color: rgb(252 211 77 / 0.65);
}
.border-yellow-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}
.border-yellow-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}
.border-yellow-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}
.border-yellow-300\/85 {
  border-color: rgb(252 211 77 / 0.85);
}
.border-yellow-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}
.border-yellow-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.border-yellow-400\/0 {
  border-color: rgb(251 191 36 / 0);
}
.border-yellow-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}
.border-yellow-400\/100 {
  border-color: rgb(251 191 36 / 1);
}
.border-yellow-400\/15 {
  border-color: rgb(251 191 36 / 0.15);
}
.border-yellow-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-yellow-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-yellow-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-yellow-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-yellow-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-yellow-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}
.border-yellow-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}
.border-yellow-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-yellow-400\/55 {
  border-color: rgb(251 191 36 / 0.55);
}
.border-yellow-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-yellow-400\/65 {
  border-color: rgb(251 191 36 / 0.65);
}
.border-yellow-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}
.border-yellow-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}
.border-yellow-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}
.border-yellow-400\/85 {
  border-color: rgb(251 191 36 / 0.85);
}
.border-yellow-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}
.border-yellow-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}
.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.border-yellow-50\/0 {
  border-color: rgb(255 251 235 / 0);
}
.border-yellow-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}
.border-yellow-50\/100 {
  border-color: rgb(255 251 235 / 1);
}
.border-yellow-50\/15 {
  border-color: rgb(255 251 235 / 0.15);
}
.border-yellow-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}
.border-yellow-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}
.border-yellow-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}
.border-yellow-50\/35 {
  border-color: rgb(255 251 235 / 0.35);
}
.border-yellow-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}
.border-yellow-50\/45 {
  border-color: rgb(255 251 235 / 0.45);
}
.border-yellow-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}
.border-yellow-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}
.border-yellow-50\/55 {
  border-color: rgb(255 251 235 / 0.55);
}
.border-yellow-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}
.border-yellow-50\/65 {
  border-color: rgb(255 251 235 / 0.65);
}
.border-yellow-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}
.border-yellow-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}
.border-yellow-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}
.border-yellow-50\/85 {
  border-color: rgb(255 251 235 / 0.85);
}
.border-yellow-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}
.border-yellow-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.border-yellow-500\/0 {
  border-color: rgb(245 158 11 / 0);
}
.border-yellow-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}
.border-yellow-500\/100 {
  border-color: rgb(245 158 11 / 1);
}
.border-yellow-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}
.border-yellow-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.border-yellow-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.border-yellow-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-yellow-500\/35 {
  border-color: rgb(245 158 11 / 0.35);
}
.border-yellow-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-yellow-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}
.border-yellow-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}
.border-yellow-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.border-yellow-500\/55 {
  border-color: rgb(245 158 11 / 0.55);
}
.border-yellow-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-yellow-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}
.border-yellow-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}
.border-yellow-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}
.border-yellow-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}
.border-yellow-500\/85 {
  border-color: rgb(245 158 11 / 0.85);
}
.border-yellow-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}
.border-yellow-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.border-yellow-600\/0 {
  border-color: rgb(217 119 6 / 0);
}
.border-yellow-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}
.border-yellow-600\/100 {
  border-color: rgb(217 119 6 / 1);
}
.border-yellow-600\/15 {
  border-color: rgb(217 119 6 / 0.15);
}
.border-yellow-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}
.border-yellow-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}
.border-yellow-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}
.border-yellow-600\/35 {
  border-color: rgb(217 119 6 / 0.35);
}
.border-yellow-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.border-yellow-600\/45 {
  border-color: rgb(217 119 6 / 0.45);
}
.border-yellow-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}
.border-yellow-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}
.border-yellow-600\/55 {
  border-color: rgb(217 119 6 / 0.55);
}
.border-yellow-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.border-yellow-600\/65 {
  border-color: rgb(217 119 6 / 0.65);
}
.border-yellow-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}
.border-yellow-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}
.border-yellow-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}
.border-yellow-600\/85 {
  border-color: rgb(217 119 6 / 0.85);
}
.border-yellow-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}
.border-yellow-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.border-yellow-700\/0 {
  border-color: rgb(180 83 9 / 0);
}
.border-yellow-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}
.border-yellow-700\/100 {
  border-color: rgb(180 83 9 / 1);
}
.border-yellow-700\/15 {
  border-color: rgb(180 83 9 / 0.15);
}
.border-yellow-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}
.border-yellow-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}
.border-yellow-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}
.border-yellow-700\/35 {
  border-color: rgb(180 83 9 / 0.35);
}
.border-yellow-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}
.border-yellow-700\/45 {
  border-color: rgb(180 83 9 / 0.45);
}
.border-yellow-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}
.border-yellow-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}
.border-yellow-700\/55 {
  border-color: rgb(180 83 9 / 0.55);
}
.border-yellow-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}
.border-yellow-700\/65 {
  border-color: rgb(180 83 9 / 0.65);
}
.border-yellow-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}
.border-yellow-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}
.border-yellow-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}
.border-yellow-700\/85 {
  border-color: rgb(180 83 9 / 0.85);
}
.border-yellow-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}
.border-yellow-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}
.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.border-yellow-800\/0 {
  border-color: rgb(146 64 14 / 0);
}
.border-yellow-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}
.border-yellow-800\/100 {
  border-color: rgb(146 64 14 / 1);
}
.border-yellow-800\/15 {
  border-color: rgb(146 64 14 / 0.15);
}
.border-yellow-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}
.border-yellow-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}
.border-yellow-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}
.border-yellow-800\/35 {
  border-color: rgb(146 64 14 / 0.35);
}
.border-yellow-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}
.border-yellow-800\/45 {
  border-color: rgb(146 64 14 / 0.45);
}
.border-yellow-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}
.border-yellow-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}
.border-yellow-800\/55 {
  border-color: rgb(146 64 14 / 0.55);
}
.border-yellow-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}
.border-yellow-800\/65 {
  border-color: rgb(146 64 14 / 0.65);
}
.border-yellow-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}
.border-yellow-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}
.border-yellow-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}
.border-yellow-800\/85 {
  border-color: rgb(146 64 14 / 0.85);
}
.border-yellow-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}
.border-yellow-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}
.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.border-yellow-900\/0 {
  border-color: rgb(120 53 15 / 0);
}
.border-yellow-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}
.border-yellow-900\/100 {
  border-color: rgb(120 53 15 / 1);
}
.border-yellow-900\/15 {
  border-color: rgb(120 53 15 / 0.15);
}
.border-yellow-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}
.border-yellow-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}
.border-yellow-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}
.border-yellow-900\/35 {
  border-color: rgb(120 53 15 / 0.35);
}
.border-yellow-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}
.border-yellow-900\/45 {
  border-color: rgb(120 53 15 / 0.45);
}
.border-yellow-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}
.border-yellow-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}
.border-yellow-900\/55 {
  border-color: rgb(120 53 15 / 0.55);
}
.border-yellow-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}
.border-yellow-900\/65 {
  border-color: rgb(120 53 15 / 0.65);
}
.border-yellow-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}
.border-yellow-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}
.border-yellow-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}
.border-yellow-900\/85 {
  border-color: rgb(120 53 15 / 0.85);
}
.border-yellow-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}
.border-yellow-900\/95 {
  border-color: rgb(120 53 15 / 0.95);
}
.border-b-gray-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-opacity-15 {
  --tw-border-opacity: 0.15;
}
.bg-base-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.bg-base-200 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(225 239 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(225 239 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(225 239 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(225 239 254 / 0.15);
}
.bg-blue-100\/20 {
  background-color: rgb(225 239 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(225 239 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(225 239 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(225 239 254 / 0.35);
}
.bg-blue-100\/40 {
  background-color: rgb(225 239 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(225 239 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(225 239 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(225 239 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(225 239 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(225 239 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(225 239 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(225 239 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(225 239 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(225 239 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(225 239 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(225 239 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(225 239 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(195 221 253 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(195 221 253 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(195 221 253 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(195 221 253 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(195 221 253 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(195 221 253 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(195 221 253 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(195 221 253 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(195 221 253 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(195 221 253 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(195 221 253 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(195 221 253 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(195 221 253 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(195 221 253 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(195 221 253 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(195 221 253 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(195 221 253 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(195 221 253 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(195 221 253 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(195 221 253 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(195 221 253 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 202 254 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(164 202 254 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(164 202 254 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(164 202 254 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(164 202 254 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(164 202 254 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(164 202 254 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(164 202 254 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(164 202 254 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(164 202 254 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(164 202 254 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(164 202 254 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(164 202 254 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(164 202 254 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(164 202 254 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(164 202 254 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(164 202 254 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(164 202 254 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(164 202 254 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(164 202 254 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(164 202 254 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(164 202 254 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 169 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(118 169 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(118 169 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(118 169 250 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(118 169 250 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(118 169 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(118 169 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(118 169 250 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(118 169 250 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(118 169 250 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(118 169 250 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(118 169 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(118 169 250 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(118 169 250 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(118 169 250 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(118 169 250 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(118 169 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(118 169 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(118 169 250 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(118 169 250 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(118 169 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(118 169 250 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0 {
  background-color: rgb(235 245 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(235 245 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(235 245 255 / 1);
}
.bg-blue-50\/15 {
  background-color: rgb(235 245 255 / 0.15);
}
.bg-blue-50\/20 {
  background-color: rgb(235 245 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(235 245 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(235 245 255 / 0.3);
}
.bg-blue-50\/35 {
  background-color: rgb(235 245 255 / 0.35);
}
.bg-blue-50\/40 {
  background-color: rgb(235 245 255 / 0.4);
}
.bg-blue-50\/45 {
  background-color: rgb(235 245 255 / 0.45);
}
.bg-blue-50\/5 {
  background-color: rgb(235 245 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(235 245 255 / 0.5);
}
.bg-blue-50\/55 {
  background-color: rgb(235 245 255 / 0.55);
}
.bg-blue-50\/60 {
  background-color: rgb(235 245 255 / 0.6);
}
.bg-blue-50\/65 {
  background-color: rgb(235 245 255 / 0.65);
}
.bg-blue-50\/70 {
  background-color: rgb(235 245 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(235 245 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(235 245 255 / 0.8);
}
.bg-blue-50\/85 {
  background-color: rgb(235 245 255 / 0.85);
}
.bg-blue-50\/90 {
  background-color: rgb(235 245 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(235 245 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}
.bg-blue-500\/0 {
  background-color: rgb(63 131 248 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(63 131 248 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(63 131 248 / 1);
}
.bg-blue-500\/15 {
  background-color: rgb(63 131 248 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(63 131 248 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(63 131 248 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(63 131 248 / 0.3);
}
.bg-blue-500\/35 {
  background-color: rgb(63 131 248 / 0.35);
}
.bg-blue-500\/40 {
  background-color: rgb(63 131 248 / 0.4);
}
.bg-blue-500\/45 {
  background-color: rgb(63 131 248 / 0.45);
}
.bg-blue-500\/5 {
  background-color: rgb(63 131 248 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(63 131 248 / 0.5);
}
.bg-blue-500\/55 {
  background-color: rgb(63 131 248 / 0.55);
}
.bg-blue-500\/60 {
  background-color: rgb(63 131 248 / 0.6);
}
.bg-blue-500\/65 {
  background-color: rgb(63 131 248 / 0.65);
}
.bg-blue-500\/70 {
  background-color: rgb(63 131 248 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(63 131 248 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(63 131 248 / 0.8);
}
.bg-blue-500\/85 {
  background-color: rgb(63 131 248 / 0.85);
}
.bg-blue-500\/90 {
  background-color: rgb(63 131 248 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(63 131 248 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
.bg-blue-600\/0 {
  background-color: rgb(28 100 242 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(28 100 242 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(28 100 242 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(28 100 242 / 0.15);
}
.bg-blue-600\/20 {
  background-color: rgb(28 100 242 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(28 100 242 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(28 100 242 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(28 100 242 / 0.35);
}
.bg-blue-600\/40 {
  background-color: rgb(28 100 242 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(28 100 242 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(28 100 242 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(28 100 242 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(28 100 242 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(28 100 242 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(28 100 242 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(28 100 242 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(28 100 242 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(28 100 242 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(28 100 242 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(28 100 242 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(28 100 242 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.bg-blue-700\/0 {
  background-color: rgb(26 86 219 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(26 86 219 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(26 86 219 / 1);
}
.bg-blue-700\/15 {
  background-color: rgb(26 86 219 / 0.15);
}
.bg-blue-700\/20 {
  background-color: rgb(26 86 219 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(26 86 219 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(26 86 219 / 0.3);
}
.bg-blue-700\/35 {
  background-color: rgb(26 86 219 / 0.35);
}
.bg-blue-700\/40 {
  background-color: rgb(26 86 219 / 0.4);
}
.bg-blue-700\/45 {
  background-color: rgb(26 86 219 / 0.45);
}
.bg-blue-700\/5 {
  background-color: rgb(26 86 219 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(26 86 219 / 0.5);
}
.bg-blue-700\/55 {
  background-color: rgb(26 86 219 / 0.55);
}
.bg-blue-700\/60 {
  background-color: rgb(26 86 219 / 0.6);
}
.bg-blue-700\/65 {
  background-color: rgb(26 86 219 / 0.65);
}
.bg-blue-700\/70 {
  background-color: rgb(26 86 219 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(26 86 219 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(26 86 219 / 0.8);
}
.bg-blue-700\/85 {
  background-color: rgb(26 86 219 / 0.85);
}
.bg-blue-700\/90 {
  background-color: rgb(26 86 219 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(26 86 219 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}
.bg-blue-800\/0 {
  background-color: rgb(30 66 159 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 66 159 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 66 159 / 1);
}
.bg-blue-800\/15 {
  background-color: rgb(30 66 159 / 0.15);
}
.bg-blue-800\/20 {
  background-color: rgb(30 66 159 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 66 159 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 66 159 / 0.3);
}
.bg-blue-800\/35 {
  background-color: rgb(30 66 159 / 0.35);
}
.bg-blue-800\/40 {
  background-color: rgb(30 66 159 / 0.4);
}
.bg-blue-800\/45 {
  background-color: rgb(30 66 159 / 0.45);
}
.bg-blue-800\/5 {
  background-color: rgb(30 66 159 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 66 159 / 0.5);
}
.bg-blue-800\/55 {
  background-color: rgb(30 66 159 / 0.55);
}
.bg-blue-800\/60 {
  background-color: rgb(30 66 159 / 0.6);
}
.bg-blue-800\/65 {
  background-color: rgb(30 66 159 / 0.65);
}
.bg-blue-800\/70 {
  background-color: rgb(30 66 159 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 66 159 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 66 159 / 0.8);
}
.bg-blue-800\/85 {
  background-color: rgb(30 66 159 / 0.85);
}
.bg-blue-800\/90 {
  background-color: rgb(30 66 159 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 66 159 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(35 56 118 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(35 56 118 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(35 56 118 / 1);
}
.bg-blue-900\/15 {
  background-color: rgb(35 56 118 / 0.15);
}
.bg-blue-900\/20 {
  background-color: rgb(35 56 118 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(35 56 118 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(35 56 118 / 0.3);
}
.bg-blue-900\/35 {
  background-color: rgb(35 56 118 / 0.35);
}
.bg-blue-900\/40 {
  background-color: rgb(35 56 118 / 0.4);
}
.bg-blue-900\/45 {
  background-color: rgb(35 56 118 / 0.45);
}
.bg-blue-900\/5 {
  background-color: rgb(35 56 118 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(35 56 118 / 0.5);
}
.bg-blue-900\/55 {
  background-color: rgb(35 56 118 / 0.55);
}
.bg-blue-900\/60 {
  background-color: rgb(35 56 118 / 0.6);
}
.bg-blue-900\/65 {
  background-color: rgb(35 56 118 / 0.65);
}
.bg-blue-900\/70 {
  background-color: rgb(35 56 118 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(35 56 118 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(35 56 118 / 0.8);
}
.bg-blue-900\/85 {
  background-color: rgb(35 56 118 / 0.85);
}
.bg-blue-900\/90 {
  background-color: rgb(35 56 118 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(35 56 118 / 0.95);
}
.bg-blush-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 240 239 / var(--tw-bg-opacity));
}
.bg-blush-100\/0 {
  background-color: rgb(251 240 239 / 0);
}
.bg-blush-100\/10 {
  background-color: rgb(251 240 239 / 0.1);
}
.bg-blush-100\/100 {
  background-color: rgb(251 240 239 / 1);
}
.bg-blush-100\/15 {
  background-color: rgb(251 240 239 / 0.15);
}
.bg-blush-100\/20 {
  background-color: rgb(251 240 239 / 0.2);
}
.bg-blush-100\/25 {
  background-color: rgb(251 240 239 / 0.25);
}
.bg-blush-100\/30 {
  background-color: rgb(251 240 239 / 0.3);
}
.bg-blush-100\/35 {
  background-color: rgb(251 240 239 / 0.35);
}
.bg-blush-100\/40 {
  background-color: rgb(251 240 239 / 0.4);
}
.bg-blush-100\/45 {
  background-color: rgb(251 240 239 / 0.45);
}
.bg-blush-100\/5 {
  background-color: rgb(251 240 239 / 0.05);
}
.bg-blush-100\/50 {
  background-color: rgb(251 240 239 / 0.5);
}
.bg-blush-100\/55 {
  background-color: rgb(251 240 239 / 0.55);
}
.bg-blush-100\/60 {
  background-color: rgb(251 240 239 / 0.6);
}
.bg-blush-100\/65 {
  background-color: rgb(251 240 239 / 0.65);
}
.bg-blush-100\/70 {
  background-color: rgb(251 240 239 / 0.7);
}
.bg-blush-100\/75 {
  background-color: rgb(251 240 239 / 0.75);
}
.bg-blush-100\/80 {
  background-color: rgb(251 240 239 / 0.8);
}
.bg-blush-100\/85 {
  background-color: rgb(251 240 239 / 0.85);
}
.bg-blush-100\/90 {
  background-color: rgb(251 240 239 / 0.9);
}
.bg-blush-100\/95 {
  background-color: rgb(251 240 239 / 0.95);
}
.bg-blush-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 207 222 / var(--tw-bg-opacity));
}
.bg-blush-200\/0 {
  background-color: rgb(247 207 222 / 0);
}
.bg-blush-200\/10 {
  background-color: rgb(247 207 222 / 0.1);
}
.bg-blush-200\/100 {
  background-color: rgb(247 207 222 / 1);
}
.bg-blush-200\/15 {
  background-color: rgb(247 207 222 / 0.15);
}
.bg-blush-200\/20 {
  background-color: rgb(247 207 222 / 0.2);
}
.bg-blush-200\/25 {
  background-color: rgb(247 207 222 / 0.25);
}
.bg-blush-200\/30 {
  background-color: rgb(247 207 222 / 0.3);
}
.bg-blush-200\/35 {
  background-color: rgb(247 207 222 / 0.35);
}
.bg-blush-200\/40 {
  background-color: rgb(247 207 222 / 0.4);
}
.bg-blush-200\/45 {
  background-color: rgb(247 207 222 / 0.45);
}
.bg-blush-200\/5 {
  background-color: rgb(247 207 222 / 0.05);
}
.bg-blush-200\/50 {
  background-color: rgb(247 207 222 / 0.5);
}
.bg-blush-200\/55 {
  background-color: rgb(247 207 222 / 0.55);
}
.bg-blush-200\/60 {
  background-color: rgb(247 207 222 / 0.6);
}
.bg-blush-200\/65 {
  background-color: rgb(247 207 222 / 0.65);
}
.bg-blush-200\/70 {
  background-color: rgb(247 207 222 / 0.7);
}
.bg-blush-200\/75 {
  background-color: rgb(247 207 222 / 0.75);
}
.bg-blush-200\/80 {
  background-color: rgb(247 207 222 / 0.8);
}
.bg-blush-200\/85 {
  background-color: rgb(247 207 222 / 0.85);
}
.bg-blush-200\/90 {
  background-color: rgb(247 207 222 / 0.9);
}
.bg-blush-200\/95 {
  background-color: rgb(247 207 222 / 0.95);
}
.bg-blush-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 163 187 / var(--tw-bg-opacity));
}
.bg-blush-300\/0 {
  background-color: rgb(236 163 187 / 0);
}
.bg-blush-300\/10 {
  background-color: rgb(236 163 187 / 0.1);
}
.bg-blush-300\/100 {
  background-color: rgb(236 163 187 / 1);
}
.bg-blush-300\/15 {
  background-color: rgb(236 163 187 / 0.15);
}
.bg-blush-300\/20 {
  background-color: rgb(236 163 187 / 0.2);
}
.bg-blush-300\/25 {
  background-color: rgb(236 163 187 / 0.25);
}
.bg-blush-300\/30 {
  background-color: rgb(236 163 187 / 0.3);
}
.bg-blush-300\/35 {
  background-color: rgb(236 163 187 / 0.35);
}
.bg-blush-300\/40 {
  background-color: rgb(236 163 187 / 0.4);
}
.bg-blush-300\/45 {
  background-color: rgb(236 163 187 / 0.45);
}
.bg-blush-300\/5 {
  background-color: rgb(236 163 187 / 0.05);
}
.bg-blush-300\/50 {
  background-color: rgb(236 163 187 / 0.5);
}
.bg-blush-300\/55 {
  background-color: rgb(236 163 187 / 0.55);
}
.bg-blush-300\/60 {
  background-color: rgb(236 163 187 / 0.6);
}
.bg-blush-300\/65 {
  background-color: rgb(236 163 187 / 0.65);
}
.bg-blush-300\/70 {
  background-color: rgb(236 163 187 / 0.7);
}
.bg-blush-300\/75 {
  background-color: rgb(236 163 187 / 0.75);
}
.bg-blush-300\/80 {
  background-color: rgb(236 163 187 / 0.8);
}
.bg-blush-300\/85 {
  background-color: rgb(236 163 187 / 0.85);
}
.bg-blush-300\/90 {
  background-color: rgb(236 163 187 / 0.9);
}
.bg-blush-300\/95 {
  background-color: rgb(236 163 187 / 0.95);
}
.bg-blush-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 114 148 / var(--tw-bg-opacity));
}
.bg-blush-400\/0 {
  background-color: rgb(233 114 148 / 0);
}
.bg-blush-400\/10 {
  background-color: rgb(233 114 148 / 0.1);
}
.bg-blush-400\/100 {
  background-color: rgb(233 114 148 / 1);
}
.bg-blush-400\/15 {
  background-color: rgb(233 114 148 / 0.15);
}
.bg-blush-400\/20 {
  background-color: rgb(233 114 148 / 0.2);
}
.bg-blush-400\/25 {
  background-color: rgb(233 114 148 / 0.25);
}
.bg-blush-400\/30 {
  background-color: rgb(233 114 148 / 0.3);
}
.bg-blush-400\/35 {
  background-color: rgb(233 114 148 / 0.35);
}
.bg-blush-400\/40 {
  background-color: rgb(233 114 148 / 0.4);
}
.bg-blush-400\/45 {
  background-color: rgb(233 114 148 / 0.45);
}
.bg-blush-400\/5 {
  background-color: rgb(233 114 148 / 0.05);
}
.bg-blush-400\/50 {
  background-color: rgb(233 114 148 / 0.5);
}
.bg-blush-400\/55 {
  background-color: rgb(233 114 148 / 0.55);
}
.bg-blush-400\/60 {
  background-color: rgb(233 114 148 / 0.6);
}
.bg-blush-400\/65 {
  background-color: rgb(233 114 148 / 0.65);
}
.bg-blush-400\/70 {
  background-color: rgb(233 114 148 / 0.7);
}
.bg-blush-400\/75 {
  background-color: rgb(233 114 148 / 0.75);
}
.bg-blush-400\/80 {
  background-color: rgb(233 114 148 / 0.8);
}
.bg-blush-400\/85 {
  background-color: rgb(233 114 148 / 0.85);
}
.bg-blush-400\/90 {
  background-color: rgb(233 114 148 / 0.9);
}
.bg-blush-400\/95 {
  background-color: rgb(233 114 148 / 0.95);
}
.bg-blush-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 251 / var(--tw-bg-opacity));
}
.bg-blush-50\/0 {
  background-color: rgb(253 252 251 / 0);
}
.bg-blush-50\/10 {
  background-color: rgb(253 252 251 / 0.1);
}
.bg-blush-50\/100 {
  background-color: rgb(253 252 251 / 1);
}
.bg-blush-50\/15 {
  background-color: rgb(253 252 251 / 0.15);
}
.bg-blush-50\/20 {
  background-color: rgb(253 252 251 / 0.2);
}
.bg-blush-50\/25 {
  background-color: rgb(253 252 251 / 0.25);
}
.bg-blush-50\/30 {
  background-color: rgb(253 252 251 / 0.3);
}
.bg-blush-50\/35 {
  background-color: rgb(253 252 251 / 0.35);
}
.bg-blush-50\/40 {
  background-color: rgb(253 252 251 / 0.4);
}
.bg-blush-50\/45 {
  background-color: rgb(253 252 251 / 0.45);
}
.bg-blush-50\/5 {
  background-color: rgb(253 252 251 / 0.05);
}
.bg-blush-50\/50 {
  background-color: rgb(253 252 251 / 0.5);
}
.bg-blush-50\/55 {
  background-color: rgb(253 252 251 / 0.55);
}
.bg-blush-50\/60 {
  background-color: rgb(253 252 251 / 0.6);
}
.bg-blush-50\/65 {
  background-color: rgb(253 252 251 / 0.65);
}
.bg-blush-50\/70 {
  background-color: rgb(253 252 251 / 0.7);
}
.bg-blush-50\/75 {
  background-color: rgb(253 252 251 / 0.75);
}
.bg-blush-50\/80 {
  background-color: rgb(253 252 251 / 0.8);
}
.bg-blush-50\/85 {
  background-color: rgb(253 252 251 / 0.85);
}
.bg-blush-50\/90 {
  background-color: rgb(253 252 251 / 0.9);
}
.bg-blush-50\/95 {
  background-color: rgb(253 252 251 / 0.95);
}
.bg-blush-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 78 115 / var(--tw-bg-opacity));
}
.bg-blush-500\/0 {
  background-color: rgb(219 78 115 / 0);
}
.bg-blush-500\/10 {
  background-color: rgb(219 78 115 / 0.1);
}
.bg-blush-500\/100 {
  background-color: rgb(219 78 115 / 1);
}
.bg-blush-500\/15 {
  background-color: rgb(219 78 115 / 0.15);
}
.bg-blush-500\/20 {
  background-color: rgb(219 78 115 / 0.2);
}
.bg-blush-500\/25 {
  background-color: rgb(219 78 115 / 0.25);
}
.bg-blush-500\/30 {
  background-color: rgb(219 78 115 / 0.3);
}
.bg-blush-500\/35 {
  background-color: rgb(219 78 115 / 0.35);
}
.bg-blush-500\/40 {
  background-color: rgb(219 78 115 / 0.4);
}
.bg-blush-500\/45 {
  background-color: rgb(219 78 115 / 0.45);
}
.bg-blush-500\/5 {
  background-color: rgb(219 78 115 / 0.05);
}
.bg-blush-500\/50 {
  background-color: rgb(219 78 115 / 0.5);
}
.bg-blush-500\/55 {
  background-color: rgb(219 78 115 / 0.55);
}
.bg-blush-500\/60 {
  background-color: rgb(219 78 115 / 0.6);
}
.bg-blush-500\/65 {
  background-color: rgb(219 78 115 / 0.65);
}
.bg-blush-500\/70 {
  background-color: rgb(219 78 115 / 0.7);
}
.bg-blush-500\/75 {
  background-color: rgb(219 78 115 / 0.75);
}
.bg-blush-500\/80 {
  background-color: rgb(219 78 115 / 0.8);
}
.bg-blush-500\/85 {
  background-color: rgb(219 78 115 / 0.85);
}
.bg-blush-500\/90 {
  background-color: rgb(219 78 115 / 0.9);
}
.bg-blush-500\/95 {
  background-color: rgb(219 78 115 / 0.95);
}
.bg-blush-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 52 83 / var(--tw-bg-opacity));
}
.bg-blush-600\/0 {
  background-color: rgb(196 52 83 / 0);
}
.bg-blush-600\/10 {
  background-color: rgb(196 52 83 / 0.1);
}
.bg-blush-600\/100 {
  background-color: rgb(196 52 83 / 1);
}
.bg-blush-600\/15 {
  background-color: rgb(196 52 83 / 0.15);
}
.bg-blush-600\/20 {
  background-color: rgb(196 52 83 / 0.2);
}
.bg-blush-600\/25 {
  background-color: rgb(196 52 83 / 0.25);
}
.bg-blush-600\/30 {
  background-color: rgb(196 52 83 / 0.3);
}
.bg-blush-600\/35 {
  background-color: rgb(196 52 83 / 0.35);
}
.bg-blush-600\/40 {
  background-color: rgb(196 52 83 / 0.4);
}
.bg-blush-600\/45 {
  background-color: rgb(196 52 83 / 0.45);
}
.bg-blush-600\/5 {
  background-color: rgb(196 52 83 / 0.05);
}
.bg-blush-600\/50 {
  background-color: rgb(196 52 83 / 0.5);
}
.bg-blush-600\/55 {
  background-color: rgb(196 52 83 / 0.55);
}
.bg-blush-600\/60 {
  background-color: rgb(196 52 83 / 0.6);
}
.bg-blush-600\/65 {
  background-color: rgb(196 52 83 / 0.65);
}
.bg-blush-600\/70 {
  background-color: rgb(196 52 83 / 0.7);
}
.bg-blush-600\/75 {
  background-color: rgb(196 52 83 / 0.75);
}
.bg-blush-600\/80 {
  background-color: rgb(196 52 83 / 0.8);
}
.bg-blush-600\/85 {
  background-color: rgb(196 52 83 / 0.85);
}
.bg-blush-600\/90 {
  background-color: rgb(196 52 83 / 0.9);
}
.bg-blush-600\/95 {
  background-color: rgb(196 52 83 / 0.95);
}
.bg-blush-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 39 60 / var(--tw-bg-opacity));
}
.bg-blush-700\/0 {
  background-color: rgb(156 39 60 / 0);
}
.bg-blush-700\/10 {
  background-color: rgb(156 39 60 / 0.1);
}
.bg-blush-700\/100 {
  background-color: rgb(156 39 60 / 1);
}
.bg-blush-700\/15 {
  background-color: rgb(156 39 60 / 0.15);
}
.bg-blush-700\/20 {
  background-color: rgb(156 39 60 / 0.2);
}
.bg-blush-700\/25 {
  background-color: rgb(156 39 60 / 0.25);
}
.bg-blush-700\/30 {
  background-color: rgb(156 39 60 / 0.3);
}
.bg-blush-700\/35 {
  background-color: rgb(156 39 60 / 0.35);
}
.bg-blush-700\/40 {
  background-color: rgb(156 39 60 / 0.4);
}
.bg-blush-700\/45 {
  background-color: rgb(156 39 60 / 0.45);
}
.bg-blush-700\/5 {
  background-color: rgb(156 39 60 / 0.05);
}
.bg-blush-700\/50 {
  background-color: rgb(156 39 60 / 0.5);
}
.bg-blush-700\/55 {
  background-color: rgb(156 39 60 / 0.55);
}
.bg-blush-700\/60 {
  background-color: rgb(156 39 60 / 0.6);
}
.bg-blush-700\/65 {
  background-color: rgb(156 39 60 / 0.65);
}
.bg-blush-700\/70 {
  background-color: rgb(156 39 60 / 0.7);
}
.bg-blush-700\/75 {
  background-color: rgb(156 39 60 / 0.75);
}
.bg-blush-700\/80 {
  background-color: rgb(156 39 60 / 0.8);
}
.bg-blush-700\/85 {
  background-color: rgb(156 39 60 / 0.85);
}
.bg-blush-700\/90 {
  background-color: rgb(156 39 60 / 0.9);
}
.bg-blush-700\/95 {
  background-color: rgb(156 39 60 / 0.95);
}
.bg-blush-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 27 39 / var(--tw-bg-opacity));
}
.bg-blush-800\/0 {
  background-color: rgb(112 27 39 / 0);
}
.bg-blush-800\/10 {
  background-color: rgb(112 27 39 / 0.1);
}
.bg-blush-800\/100 {
  background-color: rgb(112 27 39 / 1);
}
.bg-blush-800\/15 {
  background-color: rgb(112 27 39 / 0.15);
}
.bg-blush-800\/20 {
  background-color: rgb(112 27 39 / 0.2);
}
.bg-blush-800\/25 {
  background-color: rgb(112 27 39 / 0.25);
}
.bg-blush-800\/30 {
  background-color: rgb(112 27 39 / 0.3);
}
.bg-blush-800\/35 {
  background-color: rgb(112 27 39 / 0.35);
}
.bg-blush-800\/40 {
  background-color: rgb(112 27 39 / 0.4);
}
.bg-blush-800\/45 {
  background-color: rgb(112 27 39 / 0.45);
}
.bg-blush-800\/5 {
  background-color: rgb(112 27 39 / 0.05);
}
.bg-blush-800\/50 {
  background-color: rgb(112 27 39 / 0.5);
}
.bg-blush-800\/55 {
  background-color: rgb(112 27 39 / 0.55);
}
.bg-blush-800\/60 {
  background-color: rgb(112 27 39 / 0.6);
}
.bg-blush-800\/65 {
  background-color: rgb(112 27 39 / 0.65);
}
.bg-blush-800\/70 {
  background-color: rgb(112 27 39 / 0.7);
}
.bg-blush-800\/75 {
  background-color: rgb(112 27 39 / 0.75);
}
.bg-blush-800\/80 {
  background-color: rgb(112 27 39 / 0.8);
}
.bg-blush-800\/85 {
  background-color: rgb(112 27 39 / 0.85);
}
.bg-blush-800\/90 {
  background-color: rgb(112 27 39 / 0.9);
}
.bg-blush-800\/95 {
  background-color: rgb(112 27 39 / 0.95);
}
.bg-blush-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 17 21 / var(--tw-bg-opacity));
}
.bg-blush-900\/0 {
  background-color: rgb(68 17 21 / 0);
}
.bg-blush-900\/10 {
  background-color: rgb(68 17 21 / 0.1);
}
.bg-blush-900\/100 {
  background-color: rgb(68 17 21 / 1);
}
.bg-blush-900\/15 {
  background-color: rgb(68 17 21 / 0.15);
}
.bg-blush-900\/20 {
  background-color: rgb(68 17 21 / 0.2);
}
.bg-blush-900\/25 {
  background-color: rgb(68 17 21 / 0.25);
}
.bg-blush-900\/30 {
  background-color: rgb(68 17 21 / 0.3);
}
.bg-blush-900\/35 {
  background-color: rgb(68 17 21 / 0.35);
}
.bg-blush-900\/40 {
  background-color: rgb(68 17 21 / 0.4);
}
.bg-blush-900\/45 {
  background-color: rgb(68 17 21 / 0.45);
}
.bg-blush-900\/5 {
  background-color: rgb(68 17 21 / 0.05);
}
.bg-blush-900\/50 {
  background-color: rgb(68 17 21 / 0.5);
}
.bg-blush-900\/55 {
  background-color: rgb(68 17 21 / 0.55);
}
.bg-blush-900\/60 {
  background-color: rgb(68 17 21 / 0.6);
}
.bg-blush-900\/65 {
  background-color: rgb(68 17 21 / 0.65);
}
.bg-blush-900\/70 {
  background-color: rgb(68 17 21 / 0.7);
}
.bg-blush-900\/75 {
  background-color: rgb(68 17 21 / 0.75);
}
.bg-blush-900\/80 {
  background-color: rgb(68 17 21 / 0.8);
}
.bg-blush-900\/85 {
  background-color: rgb(68 17 21 / 0.85);
}
.bg-blush-900\/90 {
  background-color: rgb(68 17 21 / 0.9);
}
.bg-blush-900\/95 {
  background-color: rgb(68 17 21 / 0.95);
}
.bg-cerise-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 240 244 / var(--tw-bg-opacity));
}
.bg-cerise-100\/0 {
  background-color: rgb(250 240 244 / 0);
}
.bg-cerise-100\/10 {
  background-color: rgb(250 240 244 / 0.1);
}
.bg-cerise-100\/100 {
  background-color: rgb(250 240 244 / 1);
}
.bg-cerise-100\/15 {
  background-color: rgb(250 240 244 / 0.15);
}
.bg-cerise-100\/20 {
  background-color: rgb(250 240 244 / 0.2);
}
.bg-cerise-100\/25 {
  background-color: rgb(250 240 244 / 0.25);
}
.bg-cerise-100\/30 {
  background-color: rgb(250 240 244 / 0.3);
}
.bg-cerise-100\/35 {
  background-color: rgb(250 240 244 / 0.35);
}
.bg-cerise-100\/40 {
  background-color: rgb(250 240 244 / 0.4);
}
.bg-cerise-100\/45 {
  background-color: rgb(250 240 244 / 0.45);
}
.bg-cerise-100\/5 {
  background-color: rgb(250 240 244 / 0.05);
}
.bg-cerise-100\/50 {
  background-color: rgb(250 240 244 / 0.5);
}
.bg-cerise-100\/55 {
  background-color: rgb(250 240 244 / 0.55);
}
.bg-cerise-100\/60 {
  background-color: rgb(250 240 244 / 0.6);
}
.bg-cerise-100\/65 {
  background-color: rgb(250 240 244 / 0.65);
}
.bg-cerise-100\/70 {
  background-color: rgb(250 240 244 / 0.7);
}
.bg-cerise-100\/75 {
  background-color: rgb(250 240 244 / 0.75);
}
.bg-cerise-100\/80 {
  background-color: rgb(250 240 244 / 0.8);
}
.bg-cerise-100\/85 {
  background-color: rgb(250 240 244 / 0.85);
}
.bg-cerise-100\/90 {
  background-color: rgb(250 240 244 / 0.9);
}
.bg-cerise-100\/95 {
  background-color: rgb(250 240 244 / 0.95);
}
.bg-cerise-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 206 233 / var(--tw-bg-opacity));
}
.bg-cerise-200\/0 {
  background-color: rgb(245 206 233 / 0);
}
.bg-cerise-200\/10 {
  background-color: rgb(245 206 233 / 0.1);
}
.bg-cerise-200\/100 {
  background-color: rgb(245 206 233 / 1);
}
.bg-cerise-200\/15 {
  background-color: rgb(245 206 233 / 0.15);
}
.bg-cerise-200\/20 {
  background-color: rgb(245 206 233 / 0.2);
}
.bg-cerise-200\/25 {
  background-color: rgb(245 206 233 / 0.25);
}
.bg-cerise-200\/30 {
  background-color: rgb(245 206 233 / 0.3);
}
.bg-cerise-200\/35 {
  background-color: rgb(245 206 233 / 0.35);
}
.bg-cerise-200\/40 {
  background-color: rgb(245 206 233 / 0.4);
}
.bg-cerise-200\/45 {
  background-color: rgb(245 206 233 / 0.45);
}
.bg-cerise-200\/5 {
  background-color: rgb(245 206 233 / 0.05);
}
.bg-cerise-200\/50 {
  background-color: rgb(245 206 233 / 0.5);
}
.bg-cerise-200\/55 {
  background-color: rgb(245 206 233 / 0.55);
}
.bg-cerise-200\/60 {
  background-color: rgb(245 206 233 / 0.6);
}
.bg-cerise-200\/65 {
  background-color: rgb(245 206 233 / 0.65);
}
.bg-cerise-200\/70 {
  background-color: rgb(245 206 233 / 0.7);
}
.bg-cerise-200\/75 {
  background-color: rgb(245 206 233 / 0.75);
}
.bg-cerise-200\/80 {
  background-color: rgb(245 206 233 / 0.8);
}
.bg-cerise-200\/85 {
  background-color: rgb(245 206 233 / 0.85);
}
.bg-cerise-200\/90 {
  background-color: rgb(245 206 233 / 0.9);
}
.bg-cerise-200\/95 {
  background-color: rgb(245 206 233 / 0.95);
}
.bg-cerise-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 161 207 / var(--tw-bg-opacity));
}
.bg-cerise-300\/0 {
  background-color: rgb(233 161 207 / 0);
}
.bg-cerise-300\/10 {
  background-color: rgb(233 161 207 / 0.1);
}
.bg-cerise-300\/100 {
  background-color: rgb(233 161 207 / 1);
}
.bg-cerise-300\/15 {
  background-color: rgb(233 161 207 / 0.15);
}
.bg-cerise-300\/20 {
  background-color: rgb(233 161 207 / 0.2);
}
.bg-cerise-300\/25 {
  background-color: rgb(233 161 207 / 0.25);
}
.bg-cerise-300\/30 {
  background-color: rgb(233 161 207 / 0.3);
}
.bg-cerise-300\/35 {
  background-color: rgb(233 161 207 / 0.35);
}
.bg-cerise-300\/40 {
  background-color: rgb(233 161 207 / 0.4);
}
.bg-cerise-300\/45 {
  background-color: rgb(233 161 207 / 0.45);
}
.bg-cerise-300\/5 {
  background-color: rgb(233 161 207 / 0.05);
}
.bg-cerise-300\/50 {
  background-color: rgb(233 161 207 / 0.5);
}
.bg-cerise-300\/55 {
  background-color: rgb(233 161 207 / 0.55);
}
.bg-cerise-300\/60 {
  background-color: rgb(233 161 207 / 0.6);
}
.bg-cerise-300\/65 {
  background-color: rgb(233 161 207 / 0.65);
}
.bg-cerise-300\/70 {
  background-color: rgb(233 161 207 / 0.7);
}
.bg-cerise-300\/75 {
  background-color: rgb(233 161 207 / 0.75);
}
.bg-cerise-300\/80 {
  background-color: rgb(233 161 207 / 0.8);
}
.bg-cerise-300\/85 {
  background-color: rgb(233 161 207 / 0.85);
}
.bg-cerise-300\/90 {
  background-color: rgb(233 161 207 / 0.9);
}
.bg-cerise-300\/95 {
  background-color: rgb(233 161 207 / 0.95);
}
.bg-cerise-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 114 177 / var(--tw-bg-opacity));
}
.bg-cerise-400\/0 {
  background-color: rgb(229 114 177 / 0);
}
.bg-cerise-400\/10 {
  background-color: rgb(229 114 177 / 0.1);
}
.bg-cerise-400\/100 {
  background-color: rgb(229 114 177 / 1);
}
.bg-cerise-400\/15 {
  background-color: rgb(229 114 177 / 0.15);
}
.bg-cerise-400\/20 {
  background-color: rgb(229 114 177 / 0.2);
}
.bg-cerise-400\/25 {
  background-color: rgb(229 114 177 / 0.25);
}
.bg-cerise-400\/30 {
  background-color: rgb(229 114 177 / 0.3);
}
.bg-cerise-400\/35 {
  background-color: rgb(229 114 177 / 0.35);
}
.bg-cerise-400\/40 {
  background-color: rgb(229 114 177 / 0.4);
}
.bg-cerise-400\/45 {
  background-color: rgb(229 114 177 / 0.45);
}
.bg-cerise-400\/5 {
  background-color: rgb(229 114 177 / 0.05);
}
.bg-cerise-400\/50 {
  background-color: rgb(229 114 177 / 0.5);
}
.bg-cerise-400\/55 {
  background-color: rgb(229 114 177 / 0.55);
}
.bg-cerise-400\/60 {
  background-color: rgb(229 114 177 / 0.6);
}
.bg-cerise-400\/65 {
  background-color: rgb(229 114 177 / 0.65);
}
.bg-cerise-400\/70 {
  background-color: rgb(229 114 177 / 0.7);
}
.bg-cerise-400\/75 {
  background-color: rgb(229 114 177 / 0.75);
}
.bg-cerise-400\/80 {
  background-color: rgb(229 114 177 / 0.8);
}
.bg-cerise-400\/85 {
  background-color: rgb(229 114 177 / 0.85);
}
.bg-cerise-400\/90 {
  background-color: rgb(229 114 177 / 0.9);
}
.bg-cerise-400\/95 {
  background-color: rgb(229 114 177 / 0.95);
}
.bg-cerise-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 251 / var(--tw-bg-opacity));
}
.bg-cerise-50\/0 {
  background-color: rgb(252 252 251 / 0);
}
.bg-cerise-50\/10 {
  background-color: rgb(252 252 251 / 0.1);
}
.bg-cerise-50\/100 {
  background-color: rgb(252 252 251 / 1);
}
.bg-cerise-50\/15 {
  background-color: rgb(252 252 251 / 0.15);
}
.bg-cerise-50\/20 {
  background-color: rgb(252 252 251 / 0.2);
}
.bg-cerise-50\/25 {
  background-color: rgb(252 252 251 / 0.25);
}
.bg-cerise-50\/30 {
  background-color: rgb(252 252 251 / 0.3);
}
.bg-cerise-50\/35 {
  background-color: rgb(252 252 251 / 0.35);
}
.bg-cerise-50\/40 {
  background-color: rgb(252 252 251 / 0.4);
}
.bg-cerise-50\/45 {
  background-color: rgb(252 252 251 / 0.45);
}
.bg-cerise-50\/5 {
  background-color: rgb(252 252 251 / 0.05);
}
.bg-cerise-50\/50 {
  background-color: rgb(252 252 251 / 0.5);
}
.bg-cerise-50\/55 {
  background-color: rgb(252 252 251 / 0.55);
}
.bg-cerise-50\/60 {
  background-color: rgb(252 252 251 / 0.6);
}
.bg-cerise-50\/65 {
  background-color: rgb(252 252 251 / 0.65);
}
.bg-cerise-50\/70 {
  background-color: rgb(252 252 251 / 0.7);
}
.bg-cerise-50\/75 {
  background-color: rgb(252 252 251 / 0.75);
}
.bg-cerise-50\/80 {
  background-color: rgb(252 252 251 / 0.8);
}
.bg-cerise-50\/85 {
  background-color: rgb(252 252 251 / 0.85);
}
.bg-cerise-50\/90 {
  background-color: rgb(252 252 251 / 0.9);
}
.bg-cerise-50\/95 {
  background-color: rgb(252 252 251 / 0.95);
}
.bg-cerise-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 78 151 / var(--tw-bg-opacity));
}
.bg-cerise-500\/0 {
  background-color: rgb(215 78 151 / 0);
}
.bg-cerise-500\/10 {
  background-color: rgb(215 78 151 / 0.1);
}
.bg-cerise-500\/100 {
  background-color: rgb(215 78 151 / 1);
}
.bg-cerise-500\/15 {
  background-color: rgb(215 78 151 / 0.15);
}
.bg-cerise-500\/20 {
  background-color: rgb(215 78 151 / 0.2);
}
.bg-cerise-500\/25 {
  background-color: rgb(215 78 151 / 0.25);
}
.bg-cerise-500\/30 {
  background-color: rgb(215 78 151 / 0.3);
}
.bg-cerise-500\/35 {
  background-color: rgb(215 78 151 / 0.35);
}
.bg-cerise-500\/40 {
  background-color: rgb(215 78 151 / 0.4);
}
.bg-cerise-500\/45 {
  background-color: rgb(215 78 151 / 0.45);
}
.bg-cerise-500\/5 {
  background-color: rgb(215 78 151 / 0.05);
}
.bg-cerise-500\/50 {
  background-color: rgb(215 78 151 / 0.5);
}
.bg-cerise-500\/55 {
  background-color: rgb(215 78 151 / 0.55);
}
.bg-cerise-500\/60 {
  background-color: rgb(215 78 151 / 0.6);
}
.bg-cerise-500\/65 {
  background-color: rgb(215 78 151 / 0.65);
}
.bg-cerise-500\/70 {
  background-color: rgb(215 78 151 / 0.7);
}
.bg-cerise-500\/75 {
  background-color: rgb(215 78 151 / 0.75);
}
.bg-cerise-500\/80 {
  background-color: rgb(215 78 151 / 0.8);
}
.bg-cerise-500\/85 {
  background-color: rgb(215 78 151 / 0.85);
}
.bg-cerise-500\/90 {
  background-color: rgb(215 78 151 / 0.9);
}
.bg-cerise-500\/95 {
  background-color: rgb(215 78 151 / 0.95);
}
.bg-cerise-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 52 118 / var(--tw-bg-opacity));
}
.bg-cerise-600\/0 {
  background-color: rgb(191 52 118 / 0);
}
.bg-cerise-600\/10 {
  background-color: rgb(191 52 118 / 0.1);
}
.bg-cerise-600\/100 {
  background-color: rgb(191 52 118 / 1);
}
.bg-cerise-600\/15 {
  background-color: rgb(191 52 118 / 0.15);
}
.bg-cerise-600\/20 {
  background-color: rgb(191 52 118 / 0.2);
}
.bg-cerise-600\/25 {
  background-color: rgb(191 52 118 / 0.25);
}
.bg-cerise-600\/30 {
  background-color: rgb(191 52 118 / 0.3);
}
.bg-cerise-600\/35 {
  background-color: rgb(191 52 118 / 0.35);
}
.bg-cerise-600\/40 {
  background-color: rgb(191 52 118 / 0.4);
}
.bg-cerise-600\/45 {
  background-color: rgb(191 52 118 / 0.45);
}
.bg-cerise-600\/5 {
  background-color: rgb(191 52 118 / 0.05);
}
.bg-cerise-600\/50 {
  background-color: rgb(191 52 118 / 0.5);
}
.bg-cerise-600\/55 {
  background-color: rgb(191 52 118 / 0.55);
}
.bg-cerise-600\/60 {
  background-color: rgb(191 52 118 / 0.6);
}
.bg-cerise-600\/65 {
  background-color: rgb(191 52 118 / 0.65);
}
.bg-cerise-600\/70 {
  background-color: rgb(191 52 118 / 0.7);
}
.bg-cerise-600\/75 {
  background-color: rgb(191 52 118 / 0.75);
}
.bg-cerise-600\/80 {
  background-color: rgb(191 52 118 / 0.8);
}
.bg-cerise-600\/85 {
  background-color: rgb(191 52 118 / 0.85);
}
.bg-cerise-600\/90 {
  background-color: rgb(191 52 118 / 0.9);
}
.bg-cerise-600\/95 {
  background-color: rgb(191 52 118 / 0.95);
}
.bg-cerise-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 39 86 / var(--tw-bg-opacity));
}
.bg-cerise-700\/0 {
  background-color: rgb(152 39 86 / 0);
}
.bg-cerise-700\/10 {
  background-color: rgb(152 39 86 / 0.1);
}
.bg-cerise-700\/100 {
  background-color: rgb(152 39 86 / 1);
}
.bg-cerise-700\/15 {
  background-color: rgb(152 39 86 / 0.15);
}
.bg-cerise-700\/20 {
  background-color: rgb(152 39 86 / 0.2);
}
.bg-cerise-700\/25 {
  background-color: rgb(152 39 86 / 0.25);
}
.bg-cerise-700\/30 {
  background-color: rgb(152 39 86 / 0.3);
}
.bg-cerise-700\/35 {
  background-color: rgb(152 39 86 / 0.35);
}
.bg-cerise-700\/40 {
  background-color: rgb(152 39 86 / 0.4);
}
.bg-cerise-700\/45 {
  background-color: rgb(152 39 86 / 0.45);
}
.bg-cerise-700\/5 {
  background-color: rgb(152 39 86 / 0.05);
}
.bg-cerise-700\/50 {
  background-color: rgb(152 39 86 / 0.5);
}
.bg-cerise-700\/55 {
  background-color: rgb(152 39 86 / 0.55);
}
.bg-cerise-700\/60 {
  background-color: rgb(152 39 86 / 0.6);
}
.bg-cerise-700\/65 {
  background-color: rgb(152 39 86 / 0.65);
}
.bg-cerise-700\/70 {
  background-color: rgb(152 39 86 / 0.7);
}
.bg-cerise-700\/75 {
  background-color: rgb(152 39 86 / 0.75);
}
.bg-cerise-700\/80 {
  background-color: rgb(152 39 86 / 0.8);
}
.bg-cerise-700\/85 {
  background-color: rgb(152 39 86 / 0.85);
}
.bg-cerise-700\/90 {
  background-color: rgb(152 39 86 / 0.9);
}
.bg-cerise-700\/95 {
  background-color: rgb(152 39 86 / 0.95);
}
.bg-cerise-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 27 56 / var(--tw-bg-opacity));
}
.bg-cerise-800\/0 {
  background-color: rgb(109 27 56 / 0);
}
.bg-cerise-800\/10 {
  background-color: rgb(109 27 56 / 0.1);
}
.bg-cerise-800\/100 {
  background-color: rgb(109 27 56 / 1);
}
.bg-cerise-800\/15 {
  background-color: rgb(109 27 56 / 0.15);
}
.bg-cerise-800\/20 {
  background-color: rgb(109 27 56 / 0.2);
}
.bg-cerise-800\/25 {
  background-color: rgb(109 27 56 / 0.25);
}
.bg-cerise-800\/30 {
  background-color: rgb(109 27 56 / 0.3);
}
.bg-cerise-800\/35 {
  background-color: rgb(109 27 56 / 0.35);
}
.bg-cerise-800\/40 {
  background-color: rgb(109 27 56 / 0.4);
}
.bg-cerise-800\/45 {
  background-color: rgb(109 27 56 / 0.45);
}
.bg-cerise-800\/5 {
  background-color: rgb(109 27 56 / 0.05);
}
.bg-cerise-800\/50 {
  background-color: rgb(109 27 56 / 0.5);
}
.bg-cerise-800\/55 {
  background-color: rgb(109 27 56 / 0.55);
}
.bg-cerise-800\/60 {
  background-color: rgb(109 27 56 / 0.6);
}
.bg-cerise-800\/65 {
  background-color: rgb(109 27 56 / 0.65);
}
.bg-cerise-800\/70 {
  background-color: rgb(109 27 56 / 0.7);
}
.bg-cerise-800\/75 {
  background-color: rgb(109 27 56 / 0.75);
}
.bg-cerise-800\/80 {
  background-color: rgb(109 27 56 / 0.8);
}
.bg-cerise-800\/85 {
  background-color: rgb(109 27 56 / 0.85);
}
.bg-cerise-800\/90 {
  background-color: rgb(109 27 56 / 0.9);
}
.bg-cerise-800\/95 {
  background-color: rgb(109 27 56 / 0.95);
}
.bg-cerise-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 18 30 / var(--tw-bg-opacity));
}
.bg-cerise-900\/0 {
  background-color: rgb(65 18 30 / 0);
}
.bg-cerise-900\/10 {
  background-color: rgb(65 18 30 / 0.1);
}
.bg-cerise-900\/100 {
  background-color: rgb(65 18 30 / 1);
}
.bg-cerise-900\/15 {
  background-color: rgb(65 18 30 / 0.15);
}
.bg-cerise-900\/20 {
  background-color: rgb(65 18 30 / 0.2);
}
.bg-cerise-900\/25 {
  background-color: rgb(65 18 30 / 0.25);
}
.bg-cerise-900\/30 {
  background-color: rgb(65 18 30 / 0.3);
}
.bg-cerise-900\/35 {
  background-color: rgb(65 18 30 / 0.35);
}
.bg-cerise-900\/40 {
  background-color: rgb(65 18 30 / 0.4);
}
.bg-cerise-900\/45 {
  background-color: rgb(65 18 30 / 0.45);
}
.bg-cerise-900\/5 {
  background-color: rgb(65 18 30 / 0.05);
}
.bg-cerise-900\/50 {
  background-color: rgb(65 18 30 / 0.5);
}
.bg-cerise-900\/55 {
  background-color: rgb(65 18 30 / 0.55);
}
.bg-cerise-900\/60 {
  background-color: rgb(65 18 30 / 0.6);
}
.bg-cerise-900\/65 {
  background-color: rgb(65 18 30 / 0.65);
}
.bg-cerise-900\/70 {
  background-color: rgb(65 18 30 / 0.7);
}
.bg-cerise-900\/75 {
  background-color: rgb(65 18 30 / 0.75);
}
.bg-cerise-900\/80 {
  background-color: rgb(65 18 30 / 0.8);
}
.bg-cerise-900\/85 {
  background-color: rgb(65 18 30 / 0.85);
}
.bg-cerise-900\/90 {
  background-color: rgb(65 18 30 / 0.9);
}
.bg-cerise-900\/95 {
  background-color: rgb(65 18 30 / 0.95);
}
.bg-chocolate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 240 207 / var(--tw-bg-opacity));
}
.bg-chocolate-100\/0 {
  background-color: rgb(249 240 207 / 0);
}
.bg-chocolate-100\/10 {
  background-color: rgb(249 240 207 / 0.1);
}
.bg-chocolate-100\/100 {
  background-color: rgb(249 240 207 / 1);
}
.bg-chocolate-100\/15 {
  background-color: rgb(249 240 207 / 0.15);
}
.bg-chocolate-100\/20 {
  background-color: rgb(249 240 207 / 0.2);
}
.bg-chocolate-100\/25 {
  background-color: rgb(249 240 207 / 0.25);
}
.bg-chocolate-100\/30 {
  background-color: rgb(249 240 207 / 0.3);
}
.bg-chocolate-100\/35 {
  background-color: rgb(249 240 207 / 0.35);
}
.bg-chocolate-100\/40 {
  background-color: rgb(249 240 207 / 0.4);
}
.bg-chocolate-100\/45 {
  background-color: rgb(249 240 207 / 0.45);
}
.bg-chocolate-100\/5 {
  background-color: rgb(249 240 207 / 0.05);
}
.bg-chocolate-100\/50 {
  background-color: rgb(249 240 207 / 0.5);
}
.bg-chocolate-100\/55 {
  background-color: rgb(249 240 207 / 0.55);
}
.bg-chocolate-100\/60 {
  background-color: rgb(249 240 207 / 0.6);
}
.bg-chocolate-100\/65 {
  background-color: rgb(249 240 207 / 0.65);
}
.bg-chocolate-100\/70 {
  background-color: rgb(249 240 207 / 0.7);
}
.bg-chocolate-100\/75 {
  background-color: rgb(249 240 207 / 0.75);
}
.bg-chocolate-100\/80 {
  background-color: rgb(249 240 207 / 0.8);
}
.bg-chocolate-100\/85 {
  background-color: rgb(249 240 207 / 0.85);
}
.bg-chocolate-100\/90 {
  background-color: rgb(249 240 207 / 0.9);
}
.bg-chocolate-100\/95 {
  background-color: rgb(249 240 207 / 0.95);
}
.bg-chocolate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 218 159 / var(--tw-bg-opacity));
}
.bg-chocolate-200\/0 {
  background-color: rgb(243 218 159 / 0);
}
.bg-chocolate-200\/10 {
  background-color: rgb(243 218 159 / 0.1);
}
.bg-chocolate-200\/100 {
  background-color: rgb(243 218 159 / 1);
}
.bg-chocolate-200\/15 {
  background-color: rgb(243 218 159 / 0.15);
}
.bg-chocolate-200\/20 {
  background-color: rgb(243 218 159 / 0.2);
}
.bg-chocolate-200\/25 {
  background-color: rgb(243 218 159 / 0.25);
}
.bg-chocolate-200\/30 {
  background-color: rgb(243 218 159 / 0.3);
}
.bg-chocolate-200\/35 {
  background-color: rgb(243 218 159 / 0.35);
}
.bg-chocolate-200\/40 {
  background-color: rgb(243 218 159 / 0.4);
}
.bg-chocolate-200\/45 {
  background-color: rgb(243 218 159 / 0.45);
}
.bg-chocolate-200\/5 {
  background-color: rgb(243 218 159 / 0.05);
}
.bg-chocolate-200\/50 {
  background-color: rgb(243 218 159 / 0.5);
}
.bg-chocolate-200\/55 {
  background-color: rgb(243 218 159 / 0.55);
}
.bg-chocolate-200\/60 {
  background-color: rgb(243 218 159 / 0.6);
}
.bg-chocolate-200\/65 {
  background-color: rgb(243 218 159 / 0.65);
}
.bg-chocolate-200\/70 {
  background-color: rgb(243 218 159 / 0.7);
}
.bg-chocolate-200\/75 {
  background-color: rgb(243 218 159 / 0.75);
}
.bg-chocolate-200\/80 {
  background-color: rgb(243 218 159 / 0.8);
}
.bg-chocolate-200\/85 {
  background-color: rgb(243 218 159 / 0.85);
}
.bg-chocolate-200\/90 {
  background-color: rgb(243 218 159 / 0.9);
}
.bg-chocolate-200\/95 {
  background-color: rgb(243 218 159 / 0.95);
}
.bg-chocolate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 179 106 / var(--tw-bg-opacity));
}
.bg-chocolate-300\/0 {
  background-color: rgb(225 179 106 / 0);
}
.bg-chocolate-300\/10 {
  background-color: rgb(225 179 106 / 0.1);
}
.bg-chocolate-300\/100 {
  background-color: rgb(225 179 106 / 1);
}
.bg-chocolate-300\/15 {
  background-color: rgb(225 179 106 / 0.15);
}
.bg-chocolate-300\/20 {
  background-color: rgb(225 179 106 / 0.2);
}
.bg-chocolate-300\/25 {
  background-color: rgb(225 179 106 / 0.25);
}
.bg-chocolate-300\/30 {
  background-color: rgb(225 179 106 / 0.3);
}
.bg-chocolate-300\/35 {
  background-color: rgb(225 179 106 / 0.35);
}
.bg-chocolate-300\/40 {
  background-color: rgb(225 179 106 / 0.4);
}
.bg-chocolate-300\/45 {
  background-color: rgb(225 179 106 / 0.45);
}
.bg-chocolate-300\/5 {
  background-color: rgb(225 179 106 / 0.05);
}
.bg-chocolate-300\/50 {
  background-color: rgb(225 179 106 / 0.5);
}
.bg-chocolate-300\/55 {
  background-color: rgb(225 179 106 / 0.55);
}
.bg-chocolate-300\/60 {
  background-color: rgb(225 179 106 / 0.6);
}
.bg-chocolate-300\/65 {
  background-color: rgb(225 179 106 / 0.65);
}
.bg-chocolate-300\/70 {
  background-color: rgb(225 179 106 / 0.7);
}
.bg-chocolate-300\/75 {
  background-color: rgb(225 179 106 / 0.75);
}
.bg-chocolate-300\/80 {
  background-color: rgb(225 179 106 / 0.8);
}
.bg-chocolate-300\/85 {
  background-color: rgb(225 179 106 / 0.85);
}
.bg-chocolate-300\/90 {
  background-color: rgb(225 179 106 / 0.9);
}
.bg-chocolate-300\/95 {
  background-color: rgb(225 179 106 / 0.95);
}
.bg-chocolate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 135 62 / var(--tw-bg-opacity));
}
.bg-chocolate-400\/0 {
  background-color: rgb(204 135 62 / 0);
}
.bg-chocolate-400\/10 {
  background-color: rgb(204 135 62 / 0.1);
}
.bg-chocolate-400\/100 {
  background-color: rgb(204 135 62 / 1);
}
.bg-chocolate-400\/15 {
  background-color: rgb(204 135 62 / 0.15);
}
.bg-chocolate-400\/20 {
  background-color: rgb(204 135 62 / 0.2);
}
.bg-chocolate-400\/25 {
  background-color: rgb(204 135 62 / 0.25);
}
.bg-chocolate-400\/30 {
  background-color: rgb(204 135 62 / 0.3);
}
.bg-chocolate-400\/35 {
  background-color: rgb(204 135 62 / 0.35);
}
.bg-chocolate-400\/40 {
  background-color: rgb(204 135 62 / 0.4);
}
.bg-chocolate-400\/45 {
  background-color: rgb(204 135 62 / 0.45);
}
.bg-chocolate-400\/5 {
  background-color: rgb(204 135 62 / 0.05);
}
.bg-chocolate-400\/50 {
  background-color: rgb(204 135 62 / 0.5);
}
.bg-chocolate-400\/55 {
  background-color: rgb(204 135 62 / 0.55);
}
.bg-chocolate-400\/60 {
  background-color: rgb(204 135 62 / 0.6);
}
.bg-chocolate-400\/65 {
  background-color: rgb(204 135 62 / 0.65);
}
.bg-chocolate-400\/70 {
  background-color: rgb(204 135 62 / 0.7);
}
.bg-chocolate-400\/75 {
  background-color: rgb(204 135 62 / 0.75);
}
.bg-chocolate-400\/80 {
  background-color: rgb(204 135 62 / 0.8);
}
.bg-chocolate-400\/85 {
  background-color: rgb(204 135 62 / 0.85);
}
.bg-chocolate-400\/90 {
  background-color: rgb(204 135 62 / 0.9);
}
.bg-chocolate-400\/95 {
  background-color: rgb(204 135 62 / 0.95);
}
.bg-chocolate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 251 246 / var(--tw-bg-opacity));
}
.bg-chocolate-50\/0 {
  background-color: rgb(252 251 246 / 0);
}
.bg-chocolate-50\/10 {
  background-color: rgb(252 251 246 / 0.1);
}
.bg-chocolate-50\/100 {
  background-color: rgb(252 251 246 / 1);
}
.bg-chocolate-50\/15 {
  background-color: rgb(252 251 246 / 0.15);
}
.bg-chocolate-50\/20 {
  background-color: rgb(252 251 246 / 0.2);
}
.bg-chocolate-50\/25 {
  background-color: rgb(252 251 246 / 0.25);
}
.bg-chocolate-50\/30 {
  background-color: rgb(252 251 246 / 0.3);
}
.bg-chocolate-50\/35 {
  background-color: rgb(252 251 246 / 0.35);
}
.bg-chocolate-50\/40 {
  background-color: rgb(252 251 246 / 0.4);
}
.bg-chocolate-50\/45 {
  background-color: rgb(252 251 246 / 0.45);
}
.bg-chocolate-50\/5 {
  background-color: rgb(252 251 246 / 0.05);
}
.bg-chocolate-50\/50 {
  background-color: rgb(252 251 246 / 0.5);
}
.bg-chocolate-50\/55 {
  background-color: rgb(252 251 246 / 0.55);
}
.bg-chocolate-50\/60 {
  background-color: rgb(252 251 246 / 0.6);
}
.bg-chocolate-50\/65 {
  background-color: rgb(252 251 246 / 0.65);
}
.bg-chocolate-50\/70 {
  background-color: rgb(252 251 246 / 0.7);
}
.bg-chocolate-50\/75 {
  background-color: rgb(252 251 246 / 0.75);
}
.bg-chocolate-50\/80 {
  background-color: rgb(252 251 246 / 0.8);
}
.bg-chocolate-50\/85 {
  background-color: rgb(252 251 246 / 0.85);
}
.bg-chocolate-50\/90 {
  background-color: rgb(252 251 246 / 0.9);
}
.bg-chocolate-50\/95 {
  background-color: rgb(252 251 246 / 0.95);
}
.bg-chocolate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(177 102 34 / var(--tw-bg-opacity));
}
.bg-chocolate-500\/0 {
  background-color: rgb(177 102 34 / 0);
}
.bg-chocolate-500\/10 {
  background-color: rgb(177 102 34 / 0.1);
}
.bg-chocolate-500\/100 {
  background-color: rgb(177 102 34 / 1);
}
.bg-chocolate-500\/15 {
  background-color: rgb(177 102 34 / 0.15);
}
.bg-chocolate-500\/20 {
  background-color: rgb(177 102 34 / 0.2);
}
.bg-chocolate-500\/25 {
  background-color: rgb(177 102 34 / 0.25);
}
.bg-chocolate-500\/30 {
  background-color: rgb(177 102 34 / 0.3);
}
.bg-chocolate-500\/35 {
  background-color: rgb(177 102 34 / 0.35);
}
.bg-chocolate-500\/40 {
  background-color: rgb(177 102 34 / 0.4);
}
.bg-chocolate-500\/45 {
  background-color: rgb(177 102 34 / 0.45);
}
.bg-chocolate-500\/5 {
  background-color: rgb(177 102 34 / 0.05);
}
.bg-chocolate-500\/50 {
  background-color: rgb(177 102 34 / 0.5);
}
.bg-chocolate-500\/55 {
  background-color: rgb(177 102 34 / 0.55);
}
.bg-chocolate-500\/60 {
  background-color: rgb(177 102 34 / 0.6);
}
.bg-chocolate-500\/65 {
  background-color: rgb(177 102 34 / 0.65);
}
.bg-chocolate-500\/70 {
  background-color: rgb(177 102 34 / 0.7);
}
.bg-chocolate-500\/75 {
  background-color: rgb(177 102 34 / 0.75);
}
.bg-chocolate-500\/80 {
  background-color: rgb(177 102 34 / 0.8);
}
.bg-chocolate-500\/85 {
  background-color: rgb(177 102 34 / 0.85);
}
.bg-chocolate-500\/90 {
  background-color: rgb(177 102 34 / 0.9);
}
.bg-chocolate-500\/95 {
  background-color: rgb(177 102 34 / 0.95);
}
.bg-chocolate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 76 22 / var(--tw-bg-opacity));
}
.bg-chocolate-600\/0 {
  background-color: rgb(147 76 22 / 0);
}
.bg-chocolate-600\/10 {
  background-color: rgb(147 76 22 / 0.1);
}
.bg-chocolate-600\/100 {
  background-color: rgb(147 76 22 / 1);
}
.bg-chocolate-600\/15 {
  background-color: rgb(147 76 22 / 0.15);
}
.bg-chocolate-600\/20 {
  background-color: rgb(147 76 22 / 0.2);
}
.bg-chocolate-600\/25 {
  background-color: rgb(147 76 22 / 0.25);
}
.bg-chocolate-600\/30 {
  background-color: rgb(147 76 22 / 0.3);
}
.bg-chocolate-600\/35 {
  background-color: rgb(147 76 22 / 0.35);
}
.bg-chocolate-600\/40 {
  background-color: rgb(147 76 22 / 0.4);
}
.bg-chocolate-600\/45 {
  background-color: rgb(147 76 22 / 0.45);
}
.bg-chocolate-600\/5 {
  background-color: rgb(147 76 22 / 0.05);
}
.bg-chocolate-600\/50 {
  background-color: rgb(147 76 22 / 0.5);
}
.bg-chocolate-600\/55 {
  background-color: rgb(147 76 22 / 0.55);
}
.bg-chocolate-600\/60 {
  background-color: rgb(147 76 22 / 0.6);
}
.bg-chocolate-600\/65 {
  background-color: rgb(147 76 22 / 0.65);
}
.bg-chocolate-600\/70 {
  background-color: rgb(147 76 22 / 0.7);
}
.bg-chocolate-600\/75 {
  background-color: rgb(147 76 22 / 0.75);
}
.bg-chocolate-600\/80 {
  background-color: rgb(147 76 22 / 0.8);
}
.bg-chocolate-600\/85 {
  background-color: rgb(147 76 22 / 0.85);
}
.bg-chocolate-600\/90 {
  background-color: rgb(147 76 22 / 0.9);
}
.bg-chocolate-600\/95 {
  background-color: rgb(147 76 22 / 0.95);
}
.bg-chocolate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 57 19 / var(--tw-bg-opacity));
}
.bg-chocolate-700\/0 {
  background-color: rgb(112 57 19 / 0);
}
.bg-chocolate-700\/10 {
  background-color: rgb(112 57 19 / 0.1);
}
.bg-chocolate-700\/100 {
  background-color: rgb(112 57 19 / 1);
}
.bg-chocolate-700\/15 {
  background-color: rgb(112 57 19 / 0.15);
}
.bg-chocolate-700\/20 {
  background-color: rgb(112 57 19 / 0.2);
}
.bg-chocolate-700\/25 {
  background-color: rgb(112 57 19 / 0.25);
}
.bg-chocolate-700\/30 {
  background-color: rgb(112 57 19 / 0.3);
}
.bg-chocolate-700\/35 {
  background-color: rgb(112 57 19 / 0.35);
}
.bg-chocolate-700\/40 {
  background-color: rgb(112 57 19 / 0.4);
}
.bg-chocolate-700\/45 {
  background-color: rgb(112 57 19 / 0.45);
}
.bg-chocolate-700\/5 {
  background-color: rgb(112 57 19 / 0.05);
}
.bg-chocolate-700\/50 {
  background-color: rgb(112 57 19 / 0.5);
}
.bg-chocolate-700\/55 {
  background-color: rgb(112 57 19 / 0.55);
}
.bg-chocolate-700\/60 {
  background-color: rgb(112 57 19 / 0.6);
}
.bg-chocolate-700\/65 {
  background-color: rgb(112 57 19 / 0.65);
}
.bg-chocolate-700\/70 {
  background-color: rgb(112 57 19 / 0.7);
}
.bg-chocolate-700\/75 {
  background-color: rgb(112 57 19 / 0.75);
}
.bg-chocolate-700\/80 {
  background-color: rgb(112 57 19 / 0.8);
}
.bg-chocolate-700\/85 {
  background-color: rgb(112 57 19 / 0.85);
}
.bg-chocolate-700\/90 {
  background-color: rgb(112 57 19 / 0.9);
}
.bg-chocolate-700\/95 {
  background-color: rgb(112 57 19 / 0.95);
}
.bg-chocolate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 39 15 / var(--tw-bg-opacity));
}
.bg-chocolate-800\/0 {
  background-color: rgb(77 39 15 / 0);
}
.bg-chocolate-800\/10 {
  background-color: rgb(77 39 15 / 0.1);
}
.bg-chocolate-800\/100 {
  background-color: rgb(77 39 15 / 1);
}
.bg-chocolate-800\/15 {
  background-color: rgb(77 39 15 / 0.15);
}
.bg-chocolate-800\/20 {
  background-color: rgb(77 39 15 / 0.2);
}
.bg-chocolate-800\/25 {
  background-color: rgb(77 39 15 / 0.25);
}
.bg-chocolate-800\/30 {
  background-color: rgb(77 39 15 / 0.3);
}
.bg-chocolate-800\/35 {
  background-color: rgb(77 39 15 / 0.35);
}
.bg-chocolate-800\/40 {
  background-color: rgb(77 39 15 / 0.4);
}
.bg-chocolate-800\/45 {
  background-color: rgb(77 39 15 / 0.45);
}
.bg-chocolate-800\/5 {
  background-color: rgb(77 39 15 / 0.05);
}
.bg-chocolate-800\/50 {
  background-color: rgb(77 39 15 / 0.5);
}
.bg-chocolate-800\/55 {
  background-color: rgb(77 39 15 / 0.55);
}
.bg-chocolate-800\/60 {
  background-color: rgb(77 39 15 / 0.6);
}
.bg-chocolate-800\/65 {
  background-color: rgb(77 39 15 / 0.65);
}
.bg-chocolate-800\/70 {
  background-color: rgb(77 39 15 / 0.7);
}
.bg-chocolate-800\/75 {
  background-color: rgb(77 39 15 / 0.75);
}
.bg-chocolate-800\/80 {
  background-color: rgb(77 39 15 / 0.8);
}
.bg-chocolate-800\/85 {
  background-color: rgb(77 39 15 / 0.85);
}
.bg-chocolate-800\/90 {
  background-color: rgb(77 39 15 / 0.9);
}
.bg-chocolate-800\/95 {
  background-color: rgb(77 39 15 / 0.95);
}
.bg-chocolate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 24 10 / var(--tw-bg-opacity));
}
.bg-chocolate-900\/0 {
  background-color: rgb(49 24 10 / 0);
}
.bg-chocolate-900\/10 {
  background-color: rgb(49 24 10 / 0.1);
}
.bg-chocolate-900\/100 {
  background-color: rgb(49 24 10 / 1);
}
.bg-chocolate-900\/15 {
  background-color: rgb(49 24 10 / 0.15);
}
.bg-chocolate-900\/20 {
  background-color: rgb(49 24 10 / 0.2);
}
.bg-chocolate-900\/25 {
  background-color: rgb(49 24 10 / 0.25);
}
.bg-chocolate-900\/30 {
  background-color: rgb(49 24 10 / 0.3);
}
.bg-chocolate-900\/35 {
  background-color: rgb(49 24 10 / 0.35);
}
.bg-chocolate-900\/40 {
  background-color: rgb(49 24 10 / 0.4);
}
.bg-chocolate-900\/45 {
  background-color: rgb(49 24 10 / 0.45);
}
.bg-chocolate-900\/5 {
  background-color: rgb(49 24 10 / 0.05);
}
.bg-chocolate-900\/50 {
  background-color: rgb(49 24 10 / 0.5);
}
.bg-chocolate-900\/55 {
  background-color: rgb(49 24 10 / 0.55);
}
.bg-chocolate-900\/60 {
  background-color: rgb(49 24 10 / 0.6);
}
.bg-chocolate-900\/65 {
  background-color: rgb(49 24 10 / 0.65);
}
.bg-chocolate-900\/70 {
  background-color: rgb(49 24 10 / 0.7);
}
.bg-chocolate-900\/75 {
  background-color: rgb(49 24 10 / 0.75);
}
.bg-chocolate-900\/80 {
  background-color: rgb(49 24 10 / 0.8);
}
.bg-chocolate-900\/85 {
  background-color: rgb(49 24 10 / 0.85);
}
.bg-chocolate-900\/90 {
  background-color: rgb(49 24 10 / 0.9);
}
.bg-chocolate-900\/95 {
  background-color: rgb(49 24 10 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-denim-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 240 252 / var(--tw-bg-opacity));
}
.bg-denim-100\/0 {
  background-color: rgb(235 240 252 / 0);
}
.bg-denim-100\/10 {
  background-color: rgb(235 240 252 / 0.1);
}
.bg-denim-100\/100 {
  background-color: rgb(235 240 252 / 1);
}
.bg-denim-100\/15 {
  background-color: rgb(235 240 252 / 0.15);
}
.bg-denim-100\/20 {
  background-color: rgb(235 240 252 / 0.2);
}
.bg-denim-100\/25 {
  background-color: rgb(235 240 252 / 0.25);
}
.bg-denim-100\/30 {
  background-color: rgb(235 240 252 / 0.3);
}
.bg-denim-100\/35 {
  background-color: rgb(235 240 252 / 0.35);
}
.bg-denim-100\/40 {
  background-color: rgb(235 240 252 / 0.4);
}
.bg-denim-100\/45 {
  background-color: rgb(235 240 252 / 0.45);
}
.bg-denim-100\/5 {
  background-color: rgb(235 240 252 / 0.05);
}
.bg-denim-100\/50 {
  background-color: rgb(235 240 252 / 0.5);
}
.bg-denim-100\/55 {
  background-color: rgb(235 240 252 / 0.55);
}
.bg-denim-100\/60 {
  background-color: rgb(235 240 252 / 0.6);
}
.bg-denim-100\/65 {
  background-color: rgb(235 240 252 / 0.65);
}
.bg-denim-100\/70 {
  background-color: rgb(235 240 252 / 0.7);
}
.bg-denim-100\/75 {
  background-color: rgb(235 240 252 / 0.75);
}
.bg-denim-100\/80 {
  background-color: rgb(235 240 252 / 0.8);
}
.bg-denim-100\/85 {
  background-color: rgb(235 240 252 / 0.85);
}
.bg-denim-100\/90 {
  background-color: rgb(235 240 252 / 0.9);
}
.bg-denim-100\/95 {
  background-color: rgb(235 240 252 / 0.95);
}
.bg-denim-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 249 / var(--tw-bg-opacity));
}
.bg-denim-200\/0 {
  background-color: rgb(214 214 249 / 0);
}
.bg-denim-200\/10 {
  background-color: rgb(214 214 249 / 0.1);
}
.bg-denim-200\/100 {
  background-color: rgb(214 214 249 / 1);
}
.bg-denim-200\/15 {
  background-color: rgb(214 214 249 / 0.15);
}
.bg-denim-200\/20 {
  background-color: rgb(214 214 249 / 0.2);
}
.bg-denim-200\/25 {
  background-color: rgb(214 214 249 / 0.25);
}
.bg-denim-200\/30 {
  background-color: rgb(214 214 249 / 0.3);
}
.bg-denim-200\/35 {
  background-color: rgb(214 214 249 / 0.35);
}
.bg-denim-200\/40 {
  background-color: rgb(214 214 249 / 0.4);
}
.bg-denim-200\/45 {
  background-color: rgb(214 214 249 / 0.45);
}
.bg-denim-200\/5 {
  background-color: rgb(214 214 249 / 0.05);
}
.bg-denim-200\/50 {
  background-color: rgb(214 214 249 / 0.5);
}
.bg-denim-200\/55 {
  background-color: rgb(214 214 249 / 0.55);
}
.bg-denim-200\/60 {
  background-color: rgb(214 214 249 / 0.6);
}
.bg-denim-200\/65 {
  background-color: rgb(214 214 249 / 0.65);
}
.bg-denim-200\/70 {
  background-color: rgb(214 214 249 / 0.7);
}
.bg-denim-200\/75 {
  background-color: rgb(214 214 249 / 0.75);
}
.bg-denim-200\/80 {
  background-color: rgb(214 214 249 / 0.8);
}
.bg-denim-200\/85 {
  background-color: rgb(214 214 249 / 0.85);
}
.bg-denim-200\/90 {
  background-color: rgb(214 214 249 / 0.9);
}
.bg-denim-200\/95 {
  background-color: rgb(214 214 249 / 0.95);
}
.bg-denim-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 177 240 / var(--tw-bg-opacity));
}
.bg-denim-300\/0 {
  background-color: rgb(180 177 240 / 0);
}
.bg-denim-300\/10 {
  background-color: rgb(180 177 240 / 0.1);
}
.bg-denim-300\/100 {
  background-color: rgb(180 177 240 / 1);
}
.bg-denim-300\/15 {
  background-color: rgb(180 177 240 / 0.15);
}
.bg-denim-300\/20 {
  background-color: rgb(180 177 240 / 0.2);
}
.bg-denim-300\/25 {
  background-color: rgb(180 177 240 / 0.25);
}
.bg-denim-300\/30 {
  background-color: rgb(180 177 240 / 0.3);
}
.bg-denim-300\/35 {
  background-color: rgb(180 177 240 / 0.35);
}
.bg-denim-300\/40 {
  background-color: rgb(180 177 240 / 0.4);
}
.bg-denim-300\/45 {
  background-color: rgb(180 177 240 / 0.45);
}
.bg-denim-300\/5 {
  background-color: rgb(180 177 240 / 0.05);
}
.bg-denim-300\/50 {
  background-color: rgb(180 177 240 / 0.5);
}
.bg-denim-300\/55 {
  background-color: rgb(180 177 240 / 0.55);
}
.bg-denim-300\/60 {
  background-color: rgb(180 177 240 / 0.6);
}
.bg-denim-300\/65 {
  background-color: rgb(180 177 240 / 0.65);
}
.bg-denim-300\/70 {
  background-color: rgb(180 177 240 / 0.7);
}
.bg-denim-300\/75 {
  background-color: rgb(180 177 240 / 0.75);
}
.bg-denim-300\/80 {
  background-color: rgb(180 177 240 / 0.8);
}
.bg-denim-300\/85 {
  background-color: rgb(180 177 240 / 0.85);
}
.bg-denim-300\/90 {
  background-color: rgb(180 177 240 / 0.9);
}
.bg-denim-300\/95 {
  background-color: rgb(180 177 240 / 0.95);
}
.bg-denim-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 135 229 / var(--tw-bg-opacity));
}
.bg-denim-400\/0 {
  background-color: rgb(153 135 229 / 0);
}
.bg-denim-400\/10 {
  background-color: rgb(153 135 229 / 0.1);
}
.bg-denim-400\/100 {
  background-color: rgb(153 135 229 / 1);
}
.bg-denim-400\/15 {
  background-color: rgb(153 135 229 / 0.15);
}
.bg-denim-400\/20 {
  background-color: rgb(153 135 229 / 0.2);
}
.bg-denim-400\/25 {
  background-color: rgb(153 135 229 / 0.25);
}
.bg-denim-400\/30 {
  background-color: rgb(153 135 229 / 0.3);
}
.bg-denim-400\/35 {
  background-color: rgb(153 135 229 / 0.35);
}
.bg-denim-400\/40 {
  background-color: rgb(153 135 229 / 0.4);
}
.bg-denim-400\/45 {
  background-color: rgb(153 135 229 / 0.45);
}
.bg-denim-400\/5 {
  background-color: rgb(153 135 229 / 0.05);
}
.bg-denim-400\/50 {
  background-color: rgb(153 135 229 / 0.5);
}
.bg-denim-400\/55 {
  background-color: rgb(153 135 229 / 0.55);
}
.bg-denim-400\/60 {
  background-color: rgb(153 135 229 / 0.6);
}
.bg-denim-400\/65 {
  background-color: rgb(153 135 229 / 0.65);
}
.bg-denim-400\/70 {
  background-color: rgb(153 135 229 / 0.7);
}
.bg-denim-400\/75 {
  background-color: rgb(153 135 229 / 0.75);
}
.bg-denim-400\/80 {
  background-color: rgb(153 135 229 / 0.8);
}
.bg-denim-400\/85 {
  background-color: rgb(153 135 229 / 0.85);
}
.bg-denim-400\/90 {
  background-color: rgb(153 135 229 / 0.9);
}
.bg-denim-400\/95 {
  background-color: rgb(153 135 229 / 0.95);
}
.bg-denim-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity));
}
.bg-denim-50\/0 {
  background-color: rgb(248 250 251 / 0);
}
.bg-denim-50\/10 {
  background-color: rgb(248 250 251 / 0.1);
}
.bg-denim-50\/100 {
  background-color: rgb(248 250 251 / 1);
}
.bg-denim-50\/15 {
  background-color: rgb(248 250 251 / 0.15);
}
.bg-denim-50\/20 {
  background-color: rgb(248 250 251 / 0.2);
}
.bg-denim-50\/25 {
  background-color: rgb(248 250 251 / 0.25);
}
.bg-denim-50\/30 {
  background-color: rgb(248 250 251 / 0.3);
}
.bg-denim-50\/35 {
  background-color: rgb(248 250 251 / 0.35);
}
.bg-denim-50\/40 {
  background-color: rgb(248 250 251 / 0.4);
}
.bg-denim-50\/45 {
  background-color: rgb(248 250 251 / 0.45);
}
.bg-denim-50\/5 {
  background-color: rgb(248 250 251 / 0.05);
}
.bg-denim-50\/50 {
  background-color: rgb(248 250 251 / 0.5);
}
.bg-denim-50\/55 {
  background-color: rgb(248 250 251 / 0.55);
}
.bg-denim-50\/60 {
  background-color: rgb(248 250 251 / 0.6);
}
.bg-denim-50\/65 {
  background-color: rgb(248 250 251 / 0.65);
}
.bg-denim-50\/70 {
  background-color: rgb(248 250 251 / 0.7);
}
.bg-denim-50\/75 {
  background-color: rgb(248 250 251 / 0.75);
}
.bg-denim-50\/80 {
  background-color: rgb(248 250 251 / 0.8);
}
.bg-denim-50\/85 {
  background-color: rgb(248 250 251 / 0.85);
}
.bg-denim-50\/90 {
  background-color: rgb(248 250 251 / 0.9);
}
.bg-denim-50\/95 {
  background-color: rgb(248 250 251 / 0.95);
}
.bg-denim-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 98 220 / var(--tw-bg-opacity));
}
.bg-denim-500\/0 {
  background-color: rgb(128 98 220 / 0);
}
.bg-denim-500\/10 {
  background-color: rgb(128 98 220 / 0.1);
}
.bg-denim-500\/100 {
  background-color: rgb(128 98 220 / 1);
}
.bg-denim-500\/15 {
  background-color: rgb(128 98 220 / 0.15);
}
.bg-denim-500\/20 {
  background-color: rgb(128 98 220 / 0.2);
}
.bg-denim-500\/25 {
  background-color: rgb(128 98 220 / 0.25);
}
.bg-denim-500\/30 {
  background-color: rgb(128 98 220 / 0.3);
}
.bg-denim-500\/35 {
  background-color: rgb(128 98 220 / 0.35);
}
.bg-denim-500\/40 {
  background-color: rgb(128 98 220 / 0.4);
}
.bg-denim-500\/45 {
  background-color: rgb(128 98 220 / 0.45);
}
.bg-denim-500\/5 {
  background-color: rgb(128 98 220 / 0.05);
}
.bg-denim-500\/50 {
  background-color: rgb(128 98 220 / 0.5);
}
.bg-denim-500\/55 {
  background-color: rgb(128 98 220 / 0.55);
}
.bg-denim-500\/60 {
  background-color: rgb(128 98 220 / 0.6);
}
.bg-denim-500\/65 {
  background-color: rgb(128 98 220 / 0.65);
}
.bg-denim-500\/70 {
  background-color: rgb(128 98 220 / 0.7);
}
.bg-denim-500\/75 {
  background-color: rgb(128 98 220 / 0.75);
}
.bg-denim-500\/80 {
  background-color: rgb(128 98 220 / 0.8);
}
.bg-denim-500\/85 {
  background-color: rgb(128 98 220 / 0.85);
}
.bg-denim-500\/90 {
  background-color: rgb(128 98 220 / 0.9);
}
.bg-denim-500\/95 {
  background-color: rgb(128 98 220 / 0.95);
}
.bg-denim-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 70 203 / var(--tw-bg-opacity));
}
.bg-denim-600\/0 {
  background-color: rgb(105 70 203 / 0);
}
.bg-denim-600\/10 {
  background-color: rgb(105 70 203 / 0.1);
}
.bg-denim-600\/100 {
  background-color: rgb(105 70 203 / 1);
}
.bg-denim-600\/15 {
  background-color: rgb(105 70 203 / 0.15);
}
.bg-denim-600\/20 {
  background-color: rgb(105 70 203 / 0.2);
}
.bg-denim-600\/25 {
  background-color: rgb(105 70 203 / 0.25);
}
.bg-denim-600\/30 {
  background-color: rgb(105 70 203 / 0.3);
}
.bg-denim-600\/35 {
  background-color: rgb(105 70 203 / 0.35);
}
.bg-denim-600\/40 {
  background-color: rgb(105 70 203 / 0.4);
}
.bg-denim-600\/45 {
  background-color: rgb(105 70 203 / 0.45);
}
.bg-denim-600\/5 {
  background-color: rgb(105 70 203 / 0.05);
}
.bg-denim-600\/50 {
  background-color: rgb(105 70 203 / 0.5);
}
.bg-denim-600\/55 {
  background-color: rgb(105 70 203 / 0.55);
}
.bg-denim-600\/60 {
  background-color: rgb(105 70 203 / 0.6);
}
.bg-denim-600\/65 {
  background-color: rgb(105 70 203 / 0.65);
}
.bg-denim-600\/70 {
  background-color: rgb(105 70 203 / 0.7);
}
.bg-denim-600\/75 {
  background-color: rgb(105 70 203 / 0.75);
}
.bg-denim-600\/80 {
  background-color: rgb(105 70 203 / 0.8);
}
.bg-denim-600\/85 {
  background-color: rgb(105 70 203 / 0.85);
}
.bg-denim-600\/90 {
  background-color: rgb(105 70 203 / 0.9);
}
.bg-denim-600\/95 {
  background-color: rgb(105 70 203 / 0.95);
}
.bg-denim-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 53 168 / var(--tw-bg-opacity));
}
.bg-denim-700\/0 {
  background-color: rgb(79 53 168 / 0);
}
.bg-denim-700\/10 {
  background-color: rgb(79 53 168 / 0.1);
}
.bg-denim-700\/100 {
  background-color: rgb(79 53 168 / 1);
}
.bg-denim-700\/15 {
  background-color: rgb(79 53 168 / 0.15);
}
.bg-denim-700\/20 {
  background-color: rgb(79 53 168 / 0.2);
}
.bg-denim-700\/25 {
  background-color: rgb(79 53 168 / 0.25);
}
.bg-denim-700\/30 {
  background-color: rgb(79 53 168 / 0.3);
}
.bg-denim-700\/35 {
  background-color: rgb(79 53 168 / 0.35);
}
.bg-denim-700\/40 {
  background-color: rgb(79 53 168 / 0.4);
}
.bg-denim-700\/45 {
  background-color: rgb(79 53 168 / 0.45);
}
.bg-denim-700\/5 {
  background-color: rgb(79 53 168 / 0.05);
}
.bg-denim-700\/50 {
  background-color: rgb(79 53 168 / 0.5);
}
.bg-denim-700\/55 {
  background-color: rgb(79 53 168 / 0.55);
}
.bg-denim-700\/60 {
  background-color: rgb(79 53 168 / 0.6);
}
.bg-denim-700\/65 {
  background-color: rgb(79 53 168 / 0.65);
}
.bg-denim-700\/70 {
  background-color: rgb(79 53 168 / 0.7);
}
.bg-denim-700\/75 {
  background-color: rgb(79 53 168 / 0.75);
}
.bg-denim-700\/80 {
  background-color: rgb(79 53 168 / 0.8);
}
.bg-denim-700\/85 {
  background-color: rgb(79 53 168 / 0.85);
}
.bg-denim-700\/90 {
  background-color: rgb(79 53 168 / 0.9);
}
.bg-denim-700\/95 {
  background-color: rgb(79 53 168 / 0.95);
}
.bg-denim-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 36 121 / var(--tw-bg-opacity));
}
.bg-denim-800\/0 {
  background-color: rgb(54 36 121 / 0);
}
.bg-denim-800\/10 {
  background-color: rgb(54 36 121 / 0.1);
}
.bg-denim-800\/100 {
  background-color: rgb(54 36 121 / 1);
}
.bg-denim-800\/15 {
  background-color: rgb(54 36 121 / 0.15);
}
.bg-denim-800\/20 {
  background-color: rgb(54 36 121 / 0.2);
}
.bg-denim-800\/25 {
  background-color: rgb(54 36 121 / 0.25);
}
.bg-denim-800\/30 {
  background-color: rgb(54 36 121 / 0.3);
}
.bg-denim-800\/35 {
  background-color: rgb(54 36 121 / 0.35);
}
.bg-denim-800\/40 {
  background-color: rgb(54 36 121 / 0.4);
}
.bg-denim-800\/45 {
  background-color: rgb(54 36 121 / 0.45);
}
.bg-denim-800\/5 {
  background-color: rgb(54 36 121 / 0.05);
}
.bg-denim-800\/50 {
  background-color: rgb(54 36 121 / 0.5);
}
.bg-denim-800\/55 {
  background-color: rgb(54 36 121 / 0.55);
}
.bg-denim-800\/60 {
  background-color: rgb(54 36 121 / 0.6);
}
.bg-denim-800\/65 {
  background-color: rgb(54 36 121 / 0.65);
}
.bg-denim-800\/70 {
  background-color: rgb(54 36 121 / 0.7);
}
.bg-denim-800\/75 {
  background-color: rgb(54 36 121 / 0.75);
}
.bg-denim-800\/80 {
  background-color: rgb(54 36 121 / 0.8);
}
.bg-denim-800\/85 {
  background-color: rgb(54 36 121 / 0.85);
}
.bg-denim-800\/90 {
  background-color: rgb(54 36 121 / 0.9);
}
.bg-denim-800\/95 {
  background-color: rgb(54 36 121 / 0.95);
}
.bg-denim-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 23 73 / var(--tw-bg-opacity));
}
.bg-denim-900\/0 {
  background-color: rgb(30 23 73 / 0);
}
.bg-denim-900\/10 {
  background-color: rgb(30 23 73 / 0.1);
}
.bg-denim-900\/100 {
  background-color: rgb(30 23 73 / 1);
}
.bg-denim-900\/15 {
  background-color: rgb(30 23 73 / 0.15);
}
.bg-denim-900\/20 {
  background-color: rgb(30 23 73 / 0.2);
}
.bg-denim-900\/25 {
  background-color: rgb(30 23 73 / 0.25);
}
.bg-denim-900\/30 {
  background-color: rgb(30 23 73 / 0.3);
}
.bg-denim-900\/35 {
  background-color: rgb(30 23 73 / 0.35);
}
.bg-denim-900\/40 {
  background-color: rgb(30 23 73 / 0.4);
}
.bg-denim-900\/45 {
  background-color: rgb(30 23 73 / 0.45);
}
.bg-denim-900\/5 {
  background-color: rgb(30 23 73 / 0.05);
}
.bg-denim-900\/50 {
  background-color: rgb(30 23 73 / 0.5);
}
.bg-denim-900\/55 {
  background-color: rgb(30 23 73 / 0.55);
}
.bg-denim-900\/60 {
  background-color: rgb(30 23 73 / 0.6);
}
.bg-denim-900\/65 {
  background-color: rgb(30 23 73 / 0.65);
}
.bg-denim-900\/70 {
  background-color: rgb(30 23 73 / 0.7);
}
.bg-denim-900\/75 {
  background-color: rgb(30 23 73 / 0.75);
}
.bg-denim-900\/80 {
  background-color: rgb(30 23 73 / 0.8);
}
.bg-denim-900\/85 {
  background-color: rgb(30 23 73 / 0.85);
}
.bg-denim-900\/90 {
  background-color: rgb(30 23 73 / 0.9);
}
.bg-denim-900\/95 {
  background-color: rgb(30 23 73 / 0.95);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-green-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}
.bg-green-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}
.bg-green-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}
.bg-green-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}
.bg-green-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}
.bg-green-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}
.bg-green-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}
.bg-green-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}
.bg-green-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0 {
  background-color: rgb(229 237 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(229 237 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(229 237 255 / 1);
}
.bg-indigo-100\/15 {
  background-color: rgb(229 237 255 / 0.15);
}
.bg-indigo-100\/20 {
  background-color: rgb(229 237 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(229 237 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(229 237 255 / 0.3);
}
.bg-indigo-100\/35 {
  background-color: rgb(229 237 255 / 0.35);
}
.bg-indigo-100\/40 {
  background-color: rgb(229 237 255 / 0.4);
}
.bg-indigo-100\/45 {
  background-color: rgb(229 237 255 / 0.45);
}
.bg-indigo-100\/5 {
  background-color: rgb(229 237 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(229 237 255 / 0.5);
}
.bg-indigo-100\/55 {
  background-color: rgb(229 237 255 / 0.55);
}
.bg-indigo-100\/60 {
  background-color: rgb(229 237 255 / 0.6);
}
.bg-indigo-100\/65 {
  background-color: rgb(229 237 255 / 0.65);
}
.bg-indigo-100\/70 {
  background-color: rgb(229 237 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(229 237 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(229 237 255 / 0.8);
}
.bg-indigo-100\/85 {
  background-color: rgb(229 237 255 / 0.85);
}
.bg-indigo-100\/90 {
  background-color: rgb(229 237 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(229 237 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 219 254 / var(--tw-bg-opacity));
}
.bg-indigo-200\/0 {
  background-color: rgb(205 219 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(205 219 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(205 219 254 / 1);
}
.bg-indigo-200\/15 {
  background-color: rgb(205 219 254 / 0.15);
}
.bg-indigo-200\/20 {
  background-color: rgb(205 219 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(205 219 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(205 219 254 / 0.3);
}
.bg-indigo-200\/35 {
  background-color: rgb(205 219 254 / 0.35);
}
.bg-indigo-200\/40 {
  background-color: rgb(205 219 254 / 0.4);
}
.bg-indigo-200\/45 {
  background-color: rgb(205 219 254 / 0.45);
}
.bg-indigo-200\/5 {
  background-color: rgb(205 219 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(205 219 254 / 0.5);
}
.bg-indigo-200\/55 {
  background-color: rgb(205 219 254 / 0.55);
}
.bg-indigo-200\/60 {
  background-color: rgb(205 219 254 / 0.6);
}
.bg-indigo-200\/65 {
  background-color: rgb(205 219 254 / 0.65);
}
.bg-indigo-200\/70 {
  background-color: rgb(205 219 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(205 219 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(205 219 254 / 0.8);
}
.bg-indigo-200\/85 {
  background-color: rgb(205 219 254 / 0.85);
}
.bg-indigo-200\/90 {
  background-color: rgb(205 219 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(205 219 254 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 198 252 / var(--tw-bg-opacity));
}
.bg-indigo-300\/0 {
  background-color: rgb(180 198 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(180 198 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(180 198 252 / 1);
}
.bg-indigo-300\/15 {
  background-color: rgb(180 198 252 / 0.15);
}
.bg-indigo-300\/20 {
  background-color: rgb(180 198 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(180 198 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(180 198 252 / 0.3);
}
.bg-indigo-300\/35 {
  background-color: rgb(180 198 252 / 0.35);
}
.bg-indigo-300\/40 {
  background-color: rgb(180 198 252 / 0.4);
}
.bg-indigo-300\/45 {
  background-color: rgb(180 198 252 / 0.45);
}
.bg-indigo-300\/5 {
  background-color: rgb(180 198 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(180 198 252 / 0.5);
}
.bg-indigo-300\/55 {
  background-color: rgb(180 198 252 / 0.55);
}
.bg-indigo-300\/60 {
  background-color: rgb(180 198 252 / 0.6);
}
.bg-indigo-300\/65 {
  background-color: rgb(180 198 252 / 0.65);
}
.bg-indigo-300\/70 {
  background-color: rgb(180 198 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(180 198 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(180 198 252 / 0.8);
}
.bg-indigo-300\/85 {
  background-color: rgb(180 198 252 / 0.85);
}
.bg-indigo-300\/90 {
  background-color: rgb(180 198 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(180 198 252 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 162 251 / var(--tw-bg-opacity));
}
.bg-indigo-400\/0 {
  background-color: rgb(141 162 251 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(141 162 251 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(141 162 251 / 1);
}
.bg-indigo-400\/15 {
  background-color: rgb(141 162 251 / 0.15);
}
.bg-indigo-400\/20 {
  background-color: rgb(141 162 251 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(141 162 251 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(141 162 251 / 0.3);
}
.bg-indigo-400\/35 {
  background-color: rgb(141 162 251 / 0.35);
}
.bg-indigo-400\/40 {
  background-color: rgb(141 162 251 / 0.4);
}
.bg-indigo-400\/45 {
  background-color: rgb(141 162 251 / 0.45);
}
.bg-indigo-400\/5 {
  background-color: rgb(141 162 251 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(141 162 251 / 0.5);
}
.bg-indigo-400\/55 {
  background-color: rgb(141 162 251 / 0.55);
}
.bg-indigo-400\/60 {
  background-color: rgb(141 162 251 / 0.6);
}
.bg-indigo-400\/65 {
  background-color: rgb(141 162 251 / 0.65);
}
.bg-indigo-400\/70 {
  background-color: rgb(141 162 251 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(141 162 251 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(141 162 251 / 0.8);
}
.bg-indigo-400\/85 {
  background-color: rgb(141 162 251 / 0.85);
}
.bg-indigo-400\/90 {
  background-color: rgb(141 162 251 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(141 162 251 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-indigo-50\/0 {
  background-color: rgb(240 245 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(240 245 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(240 245 255 / 1);
}
.bg-indigo-50\/15 {
  background-color: rgb(240 245 255 / 0.15);
}
.bg-indigo-50\/20 {
  background-color: rgb(240 245 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(240 245 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(240 245 255 / 0.3);
}
.bg-indigo-50\/35 {
  background-color: rgb(240 245 255 / 0.35);
}
.bg-indigo-50\/40 {
  background-color: rgb(240 245 255 / 0.4);
}
.bg-indigo-50\/45 {
  background-color: rgb(240 245 255 / 0.45);
}
.bg-indigo-50\/5 {
  background-color: rgb(240 245 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(240 245 255 / 0.5);
}
.bg-indigo-50\/55 {
  background-color: rgb(240 245 255 / 0.55);
}
.bg-indigo-50\/60 {
  background-color: rgb(240 245 255 / 0.6);
}
.bg-indigo-50\/65 {
  background-color: rgb(240 245 255 / 0.65);
}
.bg-indigo-50\/70 {
  background-color: rgb(240 245 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(240 245 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(240 245 255 / 0.8);
}
.bg-indigo-50\/85 {
  background-color: rgb(240 245 255 / 0.85);
}
.bg-indigo-50\/90 {
  background-color: rgb(240 245 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(240 245 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity));
}
.bg-indigo-500\/0 {
  background-color: rgb(104 117 245 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(104 117 245 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(104 117 245 / 1);
}
.bg-indigo-500\/15 {
  background-color: rgb(104 117 245 / 0.15);
}
.bg-indigo-500\/20 {
  background-color: rgb(104 117 245 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(104 117 245 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(104 117 245 / 0.3);
}
.bg-indigo-500\/35 {
  background-color: rgb(104 117 245 / 0.35);
}
.bg-indigo-500\/40 {
  background-color: rgb(104 117 245 / 0.4);
}
.bg-indigo-500\/45 {
  background-color: rgb(104 117 245 / 0.45);
}
.bg-indigo-500\/5 {
  background-color: rgb(104 117 245 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(104 117 245 / 0.5);
}
.bg-indigo-500\/55 {
  background-color: rgb(104 117 245 / 0.55);
}
.bg-indigo-500\/60 {
  background-color: rgb(104 117 245 / 0.6);
}
.bg-indigo-500\/65 {
  background-color: rgb(104 117 245 / 0.65);
}
.bg-indigo-500\/70 {
  background-color: rgb(104 117 245 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(104 117 245 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(104 117 245 / 0.8);
}
.bg-indigo-500\/85 {
  background-color: rgb(104 117 245 / 0.85);
}
.bg-indigo-500\/90 {
  background-color: rgb(104 117 245 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(104 117 245 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity));
}
.bg-indigo-600\/0 {
  background-color: rgb(88 80 236 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(88 80 236 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(88 80 236 / 1);
}
.bg-indigo-600\/15 {
  background-color: rgb(88 80 236 / 0.15);
}
.bg-indigo-600\/20 {
  background-color: rgb(88 80 236 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(88 80 236 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(88 80 236 / 0.3);
}
.bg-indigo-600\/35 {
  background-color: rgb(88 80 236 / 0.35);
}
.bg-indigo-600\/40 {
  background-color: rgb(88 80 236 / 0.4);
}
.bg-indigo-600\/45 {
  background-color: rgb(88 80 236 / 0.45);
}
.bg-indigo-600\/5 {
  background-color: rgb(88 80 236 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(88 80 236 / 0.5);
}
.bg-indigo-600\/55 {
  background-color: rgb(88 80 236 / 0.55);
}
.bg-indigo-600\/60 {
  background-color: rgb(88 80 236 / 0.6);
}
.bg-indigo-600\/65 {
  background-color: rgb(88 80 236 / 0.65);
}
.bg-indigo-600\/70 {
  background-color: rgb(88 80 236 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(88 80 236 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(88 80 236 / 0.8);
}
.bg-indigo-600\/85 {
  background-color: rgb(88 80 236 / 0.85);
}
.bg-indigo-600\/90 {
  background-color: rgb(88 80 236 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(88 80 236 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(81 69 205 / var(--tw-bg-opacity));
}
.bg-indigo-700\/0 {
  background-color: rgb(81 69 205 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(81 69 205 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(81 69 205 / 1);
}
.bg-indigo-700\/15 {
  background-color: rgb(81 69 205 / 0.15);
}
.bg-indigo-700\/20 {
  background-color: rgb(81 69 205 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(81 69 205 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(81 69 205 / 0.3);
}
.bg-indigo-700\/35 {
  background-color: rgb(81 69 205 / 0.35);
}
.bg-indigo-700\/40 {
  background-color: rgb(81 69 205 / 0.4);
}
.bg-indigo-700\/45 {
  background-color: rgb(81 69 205 / 0.45);
}
.bg-indigo-700\/5 {
  background-color: rgb(81 69 205 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(81 69 205 / 0.5);
}
.bg-indigo-700\/55 {
  background-color: rgb(81 69 205 / 0.55);
}
.bg-indigo-700\/60 {
  background-color: rgb(81 69 205 / 0.6);
}
.bg-indigo-700\/65 {
  background-color: rgb(81 69 205 / 0.65);
}
.bg-indigo-700\/70 {
  background-color: rgb(81 69 205 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(81 69 205 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(81 69 205 / 0.8);
}
.bg-indigo-700\/85 {
  background-color: rgb(81 69 205 / 0.85);
}
.bg-indigo-700\/90 {
  background-color: rgb(81 69 205 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(81 69 205 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 56 157 / var(--tw-bg-opacity));
}
.bg-indigo-800\/0 {
  background-color: rgb(66 56 157 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(66 56 157 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(66 56 157 / 1);
}
.bg-indigo-800\/15 {
  background-color: rgb(66 56 157 / 0.15);
}
.bg-indigo-800\/20 {
  background-color: rgb(66 56 157 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(66 56 157 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(66 56 157 / 0.3);
}
.bg-indigo-800\/35 {
  background-color: rgb(66 56 157 / 0.35);
}
.bg-indigo-800\/40 {
  background-color: rgb(66 56 157 / 0.4);
}
.bg-indigo-800\/45 {
  background-color: rgb(66 56 157 / 0.45);
}
.bg-indigo-800\/5 {
  background-color: rgb(66 56 157 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(66 56 157 / 0.5);
}
.bg-indigo-800\/55 {
  background-color: rgb(66 56 157 / 0.55);
}
.bg-indigo-800\/60 {
  background-color: rgb(66 56 157 / 0.6);
}
.bg-indigo-800\/65 {
  background-color: rgb(66 56 157 / 0.65);
}
.bg-indigo-800\/70 {
  background-color: rgb(66 56 157 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(66 56 157 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(66 56 157 / 0.8);
}
.bg-indigo-800\/85 {
  background-color: rgb(66 56 157 / 0.85);
}
.bg-indigo-800\/90 {
  background-color: rgb(66 56 157 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(66 56 157 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 47 120 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0 {
  background-color: rgb(54 47 120 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(54 47 120 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(54 47 120 / 1);
}
.bg-indigo-900\/15 {
  background-color: rgb(54 47 120 / 0.15);
}
.bg-indigo-900\/20 {
  background-color: rgb(54 47 120 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(54 47 120 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(54 47 120 / 0.3);
}
.bg-indigo-900\/35 {
  background-color: rgb(54 47 120 / 0.35);
}
.bg-indigo-900\/40 {
  background-color: rgb(54 47 120 / 0.4);
}
.bg-indigo-900\/45 {
  background-color: rgb(54 47 120 / 0.45);
}
.bg-indigo-900\/5 {
  background-color: rgb(54 47 120 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(54 47 120 / 0.5);
}
.bg-indigo-900\/55 {
  background-color: rgb(54 47 120 / 0.55);
}
.bg-indigo-900\/60 {
  background-color: rgb(54 47 120 / 0.6);
}
.bg-indigo-900\/65 {
  background-color: rgb(54 47 120 / 0.65);
}
.bg-indigo-900\/70 {
  background-color: rgb(54 47 120 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(54 47 120 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(54 47 120 / 0.8);
}
.bg-indigo-900\/85 {
  background-color: rgb(54 47 120 / 0.85);
}
.bg-indigo-900\/90 {
  background-color: rgb(54 47 120 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(54 47 120 / 0.95);
}
.bg-olive-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 240 198 / var(--tw-bg-opacity));
}
.bg-olive-100\/0 {
  background-color: rgb(248 240 198 / 0);
}
.bg-olive-100\/10 {
  background-color: rgb(248 240 198 / 0.1);
}
.bg-olive-100\/100 {
  background-color: rgb(248 240 198 / 1);
}
.bg-olive-100\/15 {
  background-color: rgb(248 240 198 / 0.15);
}
.bg-olive-100\/20 {
  background-color: rgb(248 240 198 / 0.2);
}
.bg-olive-100\/25 {
  background-color: rgb(248 240 198 / 0.25);
}
.bg-olive-100\/30 {
  background-color: rgb(248 240 198 / 0.3);
}
.bg-olive-100\/35 {
  background-color: rgb(248 240 198 / 0.35);
}
.bg-olive-100\/40 {
  background-color: rgb(248 240 198 / 0.4);
}
.bg-olive-100\/45 {
  background-color: rgb(248 240 198 / 0.45);
}
.bg-olive-100\/5 {
  background-color: rgb(248 240 198 / 0.05);
}
.bg-olive-100\/50 {
  background-color: rgb(248 240 198 / 0.5);
}
.bg-olive-100\/55 {
  background-color: rgb(248 240 198 / 0.55);
}
.bg-olive-100\/60 {
  background-color: rgb(248 240 198 / 0.6);
}
.bg-olive-100\/65 {
  background-color: rgb(248 240 198 / 0.65);
}
.bg-olive-100\/70 {
  background-color: rgb(248 240 198 / 0.7);
}
.bg-olive-100\/75 {
  background-color: rgb(248 240 198 / 0.75);
}
.bg-olive-100\/80 {
  background-color: rgb(248 240 198 / 0.8);
}
.bg-olive-100\/85 {
  background-color: rgb(248 240 198 / 0.85);
}
.bg-olive-100\/90 {
  background-color: rgb(248 240 198 / 0.9);
}
.bg-olive-100\/95 {
  background-color: rgb(248 240 198 / 0.95);
}
.bg-olive-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 221 142 / var(--tw-bg-opacity));
}
.bg-olive-200\/0 {
  background-color: rgb(240 221 142 / 0);
}
.bg-olive-200\/10 {
  background-color: rgb(240 221 142 / 0.1);
}
.bg-olive-200\/100 {
  background-color: rgb(240 221 142 / 1);
}
.bg-olive-200\/15 {
  background-color: rgb(240 221 142 / 0.15);
}
.bg-olive-200\/20 {
  background-color: rgb(240 221 142 / 0.2);
}
.bg-olive-200\/25 {
  background-color: rgb(240 221 142 / 0.25);
}
.bg-olive-200\/30 {
  background-color: rgb(240 221 142 / 0.3);
}
.bg-olive-200\/35 {
  background-color: rgb(240 221 142 / 0.35);
}
.bg-olive-200\/40 {
  background-color: rgb(240 221 142 / 0.4);
}
.bg-olive-200\/45 {
  background-color: rgb(240 221 142 / 0.45);
}
.bg-olive-200\/5 {
  background-color: rgb(240 221 142 / 0.05);
}
.bg-olive-200\/50 {
  background-color: rgb(240 221 142 / 0.5);
}
.bg-olive-200\/55 {
  background-color: rgb(240 221 142 / 0.55);
}
.bg-olive-200\/60 {
  background-color: rgb(240 221 142 / 0.6);
}
.bg-olive-200\/65 {
  background-color: rgb(240 221 142 / 0.65);
}
.bg-olive-200\/70 {
  background-color: rgb(240 221 142 / 0.7);
}
.bg-olive-200\/75 {
  background-color: rgb(240 221 142 / 0.75);
}
.bg-olive-200\/80 {
  background-color: rgb(240 221 142 / 0.8);
}
.bg-olive-200\/85 {
  background-color: rgb(240 221 142 / 0.85);
}
.bg-olive-200\/90 {
  background-color: rgb(240 221 142 / 0.9);
}
.bg-olive-200\/95 {
  background-color: rgb(240 221 142 / 0.95);
}
.bg-olive-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 185 90 / var(--tw-bg-opacity));
}
.bg-olive-300\/0 {
  background-color: rgb(217 185 90 / 0);
}
.bg-olive-300\/10 {
  background-color: rgb(217 185 90 / 0.1);
}
.bg-olive-300\/100 {
  background-color: rgb(217 185 90 / 1);
}
.bg-olive-300\/15 {
  background-color: rgb(217 185 90 / 0.15);
}
.bg-olive-300\/20 {
  background-color: rgb(217 185 90 / 0.2);
}
.bg-olive-300\/25 {
  background-color: rgb(217 185 90 / 0.25);
}
.bg-olive-300\/30 {
  background-color: rgb(217 185 90 / 0.3);
}
.bg-olive-300\/35 {
  background-color: rgb(217 185 90 / 0.35);
}
.bg-olive-300\/40 {
  background-color: rgb(217 185 90 / 0.4);
}
.bg-olive-300\/45 {
  background-color: rgb(217 185 90 / 0.45);
}
.bg-olive-300\/5 {
  background-color: rgb(217 185 90 / 0.05);
}
.bg-olive-300\/50 {
  background-color: rgb(217 185 90 / 0.5);
}
.bg-olive-300\/55 {
  background-color: rgb(217 185 90 / 0.55);
}
.bg-olive-300\/60 {
  background-color: rgb(217 185 90 / 0.6);
}
.bg-olive-300\/65 {
  background-color: rgb(217 185 90 / 0.65);
}
.bg-olive-300\/70 {
  background-color: rgb(217 185 90 / 0.7);
}
.bg-olive-300\/75 {
  background-color: rgb(217 185 90 / 0.75);
}
.bg-olive-300\/80 {
  background-color: rgb(217 185 90 / 0.8);
}
.bg-olive-300\/85 {
  background-color: rgb(217 185 90 / 0.85);
}
.bg-olive-300\/90 {
  background-color: rgb(217 185 90 / 0.9);
}
.bg-olive-300\/95 {
  background-color: rgb(217 185 90 / 0.95);
}
.bg-olive-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 143 50 / var(--tw-bg-opacity));
}
.bg-olive-400\/0 {
  background-color: rgb(184 143 50 / 0);
}
.bg-olive-400\/10 {
  background-color: rgb(184 143 50 / 0.1);
}
.bg-olive-400\/100 {
  background-color: rgb(184 143 50 / 1);
}
.bg-olive-400\/15 {
  background-color: rgb(184 143 50 / 0.15);
}
.bg-olive-400\/20 {
  background-color: rgb(184 143 50 / 0.2);
}
.bg-olive-400\/25 {
  background-color: rgb(184 143 50 / 0.25);
}
.bg-olive-400\/30 {
  background-color: rgb(184 143 50 / 0.3);
}
.bg-olive-400\/35 {
  background-color: rgb(184 143 50 / 0.35);
}
.bg-olive-400\/40 {
  background-color: rgb(184 143 50 / 0.4);
}
.bg-olive-400\/45 {
  background-color: rgb(184 143 50 / 0.45);
}
.bg-olive-400\/5 {
  background-color: rgb(184 143 50 / 0.05);
}
.bg-olive-400\/50 {
  background-color: rgb(184 143 50 / 0.5);
}
.bg-olive-400\/55 {
  background-color: rgb(184 143 50 / 0.55);
}
.bg-olive-400\/60 {
  background-color: rgb(184 143 50 / 0.6);
}
.bg-olive-400\/65 {
  background-color: rgb(184 143 50 / 0.65);
}
.bg-olive-400\/70 {
  background-color: rgb(184 143 50 / 0.7);
}
.bg-olive-400\/75 {
  background-color: rgb(184 143 50 / 0.75);
}
.bg-olive-400\/80 {
  background-color: rgb(184 143 50 / 0.8);
}
.bg-olive-400\/85 {
  background-color: rgb(184 143 50 / 0.85);
}
.bg-olive-400\/90 {
  background-color: rgb(184 143 50 / 0.9);
}
.bg-olive-400\/95 {
  background-color: rgb(184 143 50 / 0.95);
}
.bg-olive-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 245 / var(--tw-bg-opacity));
}
.bg-olive-50\/0 {
  background-color: rgb(251 250 245 / 0);
}
.bg-olive-50\/10 {
  background-color: rgb(251 250 245 / 0.1);
}
.bg-olive-50\/100 {
  background-color: rgb(251 250 245 / 1);
}
.bg-olive-50\/15 {
  background-color: rgb(251 250 245 / 0.15);
}
.bg-olive-50\/20 {
  background-color: rgb(251 250 245 / 0.2);
}
.bg-olive-50\/25 {
  background-color: rgb(251 250 245 / 0.25);
}
.bg-olive-50\/30 {
  background-color: rgb(251 250 245 / 0.3);
}
.bg-olive-50\/35 {
  background-color: rgb(251 250 245 / 0.35);
}
.bg-olive-50\/40 {
  background-color: rgb(251 250 245 / 0.4);
}
.bg-olive-50\/45 {
  background-color: rgb(251 250 245 / 0.45);
}
.bg-olive-50\/5 {
  background-color: rgb(251 250 245 / 0.05);
}
.bg-olive-50\/50 {
  background-color: rgb(251 250 245 / 0.5);
}
.bg-olive-50\/55 {
  background-color: rgb(251 250 245 / 0.55);
}
.bg-olive-50\/60 {
  background-color: rgb(251 250 245 / 0.6);
}
.bg-olive-50\/65 {
  background-color: rgb(251 250 245 / 0.65);
}
.bg-olive-50\/70 {
  background-color: rgb(251 250 245 / 0.7);
}
.bg-olive-50\/75 {
  background-color: rgb(251 250 245 / 0.75);
}
.bg-olive-50\/80 {
  background-color: rgb(251 250 245 / 0.8);
}
.bg-olive-50\/85 {
  background-color: rgb(251 250 245 / 0.85);
}
.bg-olive-50\/90 {
  background-color: rgb(251 250 245 / 0.9);
}
.bg-olive-50\/95 {
  background-color: rgb(251 250 245 / 0.95);
}
.bg-olive-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 111 26 / var(--tw-bg-opacity));
}
.bg-olive-500\/0 {
  background-color: rgb(152 111 26 / 0);
}
.bg-olive-500\/10 {
  background-color: rgb(152 111 26 / 0.1);
}
.bg-olive-500\/100 {
  background-color: rgb(152 111 26 / 1);
}
.bg-olive-500\/15 {
  background-color: rgb(152 111 26 / 0.15);
}
.bg-olive-500\/20 {
  background-color: rgb(152 111 26 / 0.2);
}
.bg-olive-500\/25 {
  background-color: rgb(152 111 26 / 0.25);
}
.bg-olive-500\/30 {
  background-color: rgb(152 111 26 / 0.3);
}
.bg-olive-500\/35 {
  background-color: rgb(152 111 26 / 0.35);
}
.bg-olive-500\/40 {
  background-color: rgb(152 111 26 / 0.4);
}
.bg-olive-500\/45 {
  background-color: rgb(152 111 26 / 0.45);
}
.bg-olive-500\/5 {
  background-color: rgb(152 111 26 / 0.05);
}
.bg-olive-500\/50 {
  background-color: rgb(152 111 26 / 0.5);
}
.bg-olive-500\/55 {
  background-color: rgb(152 111 26 / 0.55);
}
.bg-olive-500\/60 {
  background-color: rgb(152 111 26 / 0.6);
}
.bg-olive-500\/65 {
  background-color: rgb(152 111 26 / 0.65);
}
.bg-olive-500\/70 {
  background-color: rgb(152 111 26 / 0.7);
}
.bg-olive-500\/75 {
  background-color: rgb(152 111 26 / 0.75);
}
.bg-olive-500\/80 {
  background-color: rgb(152 111 26 / 0.8);
}
.bg-olive-500\/85 {
  background-color: rgb(152 111 26 / 0.85);
}
.bg-olive-500\/90 {
  background-color: rgb(152 111 26 / 0.9);
}
.bg-olive-500\/95 {
  background-color: rgb(152 111 26 / 0.95);
}
.bg-olive-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 85 16 / var(--tw-bg-opacity));
}
.bg-olive-600\/0 {
  background-color: rgb(123 85 16 / 0);
}
.bg-olive-600\/10 {
  background-color: rgb(123 85 16 / 0.1);
}
.bg-olive-600\/100 {
  background-color: rgb(123 85 16 / 1);
}
.bg-olive-600\/15 {
  background-color: rgb(123 85 16 / 0.15);
}
.bg-olive-600\/20 {
  background-color: rgb(123 85 16 / 0.2);
}
.bg-olive-600\/25 {
  background-color: rgb(123 85 16 / 0.25);
}
.bg-olive-600\/30 {
  background-color: rgb(123 85 16 / 0.3);
}
.bg-olive-600\/35 {
  background-color: rgb(123 85 16 / 0.35);
}
.bg-olive-600\/40 {
  background-color: rgb(123 85 16 / 0.4);
}
.bg-olive-600\/45 {
  background-color: rgb(123 85 16 / 0.45);
}
.bg-olive-600\/5 {
  background-color: rgb(123 85 16 / 0.05);
}
.bg-olive-600\/50 {
  background-color: rgb(123 85 16 / 0.5);
}
.bg-olive-600\/55 {
  background-color: rgb(123 85 16 / 0.55);
}
.bg-olive-600\/60 {
  background-color: rgb(123 85 16 / 0.6);
}
.bg-olive-600\/65 {
  background-color: rgb(123 85 16 / 0.65);
}
.bg-olive-600\/70 {
  background-color: rgb(123 85 16 / 0.7);
}
.bg-olive-600\/75 {
  background-color: rgb(123 85 16 / 0.75);
}
.bg-olive-600\/80 {
  background-color: rgb(123 85 16 / 0.8);
}
.bg-olive-600\/85 {
  background-color: rgb(123 85 16 / 0.85);
}
.bg-olive-600\/90 {
  background-color: rgb(123 85 16 / 0.9);
}
.bg-olive-600\/95 {
  background-color: rgb(123 85 16 / 0.95);
}
.bg-olive-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 64 15 / var(--tw-bg-opacity));
}
.bg-olive-700\/0 {
  background-color: rgb(94 64 15 / 0);
}
.bg-olive-700\/10 {
  background-color: rgb(94 64 15 / 0.1);
}
.bg-olive-700\/100 {
  background-color: rgb(94 64 15 / 1);
}
.bg-olive-700\/15 {
  background-color: rgb(94 64 15 / 0.15);
}
.bg-olive-700\/20 {
  background-color: rgb(94 64 15 / 0.2);
}
.bg-olive-700\/25 {
  background-color: rgb(94 64 15 / 0.25);
}
.bg-olive-700\/30 {
  background-color: rgb(94 64 15 / 0.3);
}
.bg-olive-700\/35 {
  background-color: rgb(94 64 15 / 0.35);
}
.bg-olive-700\/40 {
  background-color: rgb(94 64 15 / 0.4);
}
.bg-olive-700\/45 {
  background-color: rgb(94 64 15 / 0.45);
}
.bg-olive-700\/5 {
  background-color: rgb(94 64 15 / 0.05);
}
.bg-olive-700\/50 {
  background-color: rgb(94 64 15 / 0.5);
}
.bg-olive-700\/55 {
  background-color: rgb(94 64 15 / 0.55);
}
.bg-olive-700\/60 {
  background-color: rgb(94 64 15 / 0.6);
}
.bg-olive-700\/65 {
  background-color: rgb(94 64 15 / 0.65);
}
.bg-olive-700\/70 {
  background-color: rgb(94 64 15 / 0.7);
}
.bg-olive-700\/75 {
  background-color: rgb(94 64 15 / 0.75);
}
.bg-olive-700\/80 {
  background-color: rgb(94 64 15 / 0.8);
}
.bg-olive-700\/85 {
  background-color: rgb(94 64 15 / 0.85);
}
.bg-olive-700\/90 {
  background-color: rgb(94 64 15 / 0.9);
}
.bg-olive-700\/95 {
  background-color: rgb(94 64 15 / 0.95);
}
.bg-olive-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 43 12 / var(--tw-bg-opacity));
}
.bg-olive-800\/0 {
  background-color: rgb(64 43 12 / 0);
}
.bg-olive-800\/10 {
  background-color: rgb(64 43 12 / 0.1);
}
.bg-olive-800\/100 {
  background-color: rgb(64 43 12 / 1);
}
.bg-olive-800\/15 {
  background-color: rgb(64 43 12 / 0.15);
}
.bg-olive-800\/20 {
  background-color: rgb(64 43 12 / 0.2);
}
.bg-olive-800\/25 {
  background-color: rgb(64 43 12 / 0.25);
}
.bg-olive-800\/30 {
  background-color: rgb(64 43 12 / 0.3);
}
.bg-olive-800\/35 {
  background-color: rgb(64 43 12 / 0.35);
}
.bg-olive-800\/40 {
  background-color: rgb(64 43 12 / 0.4);
}
.bg-olive-800\/45 {
  background-color: rgb(64 43 12 / 0.45);
}
.bg-olive-800\/5 {
  background-color: rgb(64 43 12 / 0.05);
}
.bg-olive-800\/50 {
  background-color: rgb(64 43 12 / 0.5);
}
.bg-olive-800\/55 {
  background-color: rgb(64 43 12 / 0.55);
}
.bg-olive-800\/60 {
  background-color: rgb(64 43 12 / 0.6);
}
.bg-olive-800\/65 {
  background-color: rgb(64 43 12 / 0.65);
}
.bg-olive-800\/70 {
  background-color: rgb(64 43 12 / 0.7);
}
.bg-olive-800\/75 {
  background-color: rgb(64 43 12 / 0.75);
}
.bg-olive-800\/80 {
  background-color: rgb(64 43 12 / 0.8);
}
.bg-olive-800\/85 {
  background-color: rgb(64 43 12 / 0.85);
}
.bg-olive-800\/90 {
  background-color: rgb(64 43 12 / 0.9);
}
.bg-olive-800\/95 {
  background-color: rgb(64 43 12 / 0.95);
}
.bg-olive-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 27 9 / var(--tw-bg-opacity));
}
.bg-olive-900\/0 {
  background-color: rgb(42 27 9 / 0);
}
.bg-olive-900\/10 {
  background-color: rgb(42 27 9 / 0.1);
}
.bg-olive-900\/100 {
  background-color: rgb(42 27 9 / 1);
}
.bg-olive-900\/15 {
  background-color: rgb(42 27 9 / 0.15);
}
.bg-olive-900\/20 {
  background-color: rgb(42 27 9 / 0.2);
}
.bg-olive-900\/25 {
  background-color: rgb(42 27 9 / 0.25);
}
.bg-olive-900\/30 {
  background-color: rgb(42 27 9 / 0.3);
}
.bg-olive-900\/35 {
  background-color: rgb(42 27 9 / 0.35);
}
.bg-olive-900\/40 {
  background-color: rgb(42 27 9 / 0.4);
}
.bg-olive-900\/45 {
  background-color: rgb(42 27 9 / 0.45);
}
.bg-olive-900\/5 {
  background-color: rgb(42 27 9 / 0.05);
}
.bg-olive-900\/50 {
  background-color: rgb(42 27 9 / 0.5);
}
.bg-olive-900\/55 {
  background-color: rgb(42 27 9 / 0.55);
}
.bg-olive-900\/60 {
  background-color: rgb(42 27 9 / 0.6);
}
.bg-olive-900\/65 {
  background-color: rgb(42 27 9 / 0.65);
}
.bg-olive-900\/70 {
  background-color: rgb(42 27 9 / 0.7);
}
.bg-olive-900\/75 {
  background-color: rgb(42 27 9 / 0.75);
}
.bg-olive-900\/80 {
  background-color: rgb(42 27 9 / 0.8);
}
.bg-olive-900\/85 {
  background-color: rgb(42 27 9 / 0.85);
}
.bg-olive-900\/90 {
  background-color: rgb(42 27 9 / 0.9);
}
.bg-olive-900\/95 {
  background-color: rgb(42 27 9 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 76 / var(--tw-bg-opacity));
}
.bg-pine-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 240 245 / var(--tw-bg-opacity));
}
.bg-pine-100\/0 {
  background-color: rgb(214 240 245 / 0);
}
.bg-pine-100\/10 {
  background-color: rgb(214 240 245 / 0.1);
}
.bg-pine-100\/100 {
  background-color: rgb(214 240 245 / 1);
}
.bg-pine-100\/15 {
  background-color: rgb(214 240 245 / 0.15);
}
.bg-pine-100\/20 {
  background-color: rgb(214 240 245 / 0.2);
}
.bg-pine-100\/25 {
  background-color: rgb(214 240 245 / 0.25);
}
.bg-pine-100\/30 {
  background-color: rgb(214 240 245 / 0.3);
}
.bg-pine-100\/35 {
  background-color: rgb(214 240 245 / 0.35);
}
.bg-pine-100\/40 {
  background-color: rgb(214 240 245 / 0.4);
}
.bg-pine-100\/45 {
  background-color: rgb(214 240 245 / 0.45);
}
.bg-pine-100\/5 {
  background-color: rgb(214 240 245 / 0.05);
}
.bg-pine-100\/50 {
  background-color: rgb(214 240 245 / 0.5);
}
.bg-pine-100\/55 {
  background-color: rgb(214 240 245 / 0.55);
}
.bg-pine-100\/60 {
  background-color: rgb(214 240 245 / 0.6);
}
.bg-pine-100\/65 {
  background-color: rgb(214 240 245 / 0.65);
}
.bg-pine-100\/70 {
  background-color: rgb(214 240 245 / 0.7);
}
.bg-pine-100\/75 {
  background-color: rgb(214 240 245 / 0.75);
}
.bg-pine-100\/80 {
  background-color: rgb(214 240 245 / 0.8);
}
.bg-pine-100\/85 {
  background-color: rgb(214 240 245 / 0.85);
}
.bg-pine-100\/90 {
  background-color: rgb(214 240 245 / 0.9);
}
.bg-pine-100\/95 {
  background-color: rgb(214 240 245 / 0.95);
}
.bg-pine-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 229 233 / var(--tw-bg-opacity));
}
.bg-pine-200\/0 {
  background-color: rgb(165 229 233 / 0);
}
.bg-pine-200\/10 {
  background-color: rgb(165 229 233 / 0.1);
}
.bg-pine-200\/100 {
  background-color: rgb(165 229 233 / 1);
}
.bg-pine-200\/15 {
  background-color: rgb(165 229 233 / 0.15);
}
.bg-pine-200\/20 {
  background-color: rgb(165 229 233 / 0.2);
}
.bg-pine-200\/25 {
  background-color: rgb(165 229 233 / 0.25);
}
.bg-pine-200\/30 {
  background-color: rgb(165 229 233 / 0.3);
}
.bg-pine-200\/35 {
  background-color: rgb(165 229 233 / 0.35);
}
.bg-pine-200\/40 {
  background-color: rgb(165 229 233 / 0.4);
}
.bg-pine-200\/45 {
  background-color: rgb(165 229 233 / 0.45);
}
.bg-pine-200\/5 {
  background-color: rgb(165 229 233 / 0.05);
}
.bg-pine-200\/50 {
  background-color: rgb(165 229 233 / 0.5);
}
.bg-pine-200\/55 {
  background-color: rgb(165 229 233 / 0.55);
}
.bg-pine-200\/60 {
  background-color: rgb(165 229 233 / 0.6);
}
.bg-pine-200\/65 {
  background-color: rgb(165 229 233 / 0.65);
}
.bg-pine-200\/70 {
  background-color: rgb(165 229 233 / 0.7);
}
.bg-pine-200\/75 {
  background-color: rgb(165 229 233 / 0.75);
}
.bg-pine-200\/80 {
  background-color: rgb(165 229 233 / 0.8);
}
.bg-pine-200\/85 {
  background-color: rgb(165 229 233 / 0.85);
}
.bg-pine-200\/90 {
  background-color: rgb(165 229 233 / 0.9);
}
.bg-pine-200\/95 {
  background-color: rgb(165 229 233 / 0.95);
}
.bg-pine-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 201 204 / var(--tw-bg-opacity));
}
.bg-pine-300\/0 {
  background-color: rgb(108 201 204 / 0);
}
.bg-pine-300\/10 {
  background-color: rgb(108 201 204 / 0.1);
}
.bg-pine-300\/100 {
  background-color: rgb(108 201 204 / 1);
}
.bg-pine-300\/15 {
  background-color: rgb(108 201 204 / 0.15);
}
.bg-pine-300\/20 {
  background-color: rgb(108 201 204 / 0.2);
}
.bg-pine-300\/25 {
  background-color: rgb(108 201 204 / 0.25);
}
.bg-pine-300\/30 {
  background-color: rgb(108 201 204 / 0.3);
}
.bg-pine-300\/35 {
  background-color: rgb(108 201 204 / 0.35);
}
.bg-pine-300\/40 {
  background-color: rgb(108 201 204 / 0.4);
}
.bg-pine-300\/45 {
  background-color: rgb(108 201 204 / 0.45);
}
.bg-pine-300\/5 {
  background-color: rgb(108 201 204 / 0.05);
}
.bg-pine-300\/50 {
  background-color: rgb(108 201 204 / 0.5);
}
.bg-pine-300\/55 {
  background-color: rgb(108 201 204 / 0.55);
}
.bg-pine-300\/60 {
  background-color: rgb(108 201 204 / 0.6);
}
.bg-pine-300\/65 {
  background-color: rgb(108 201 204 / 0.65);
}
.bg-pine-300\/70 {
  background-color: rgb(108 201 204 / 0.7);
}
.bg-pine-300\/75 {
  background-color: rgb(108 201 204 / 0.75);
}
.bg-pine-300\/80 {
  background-color: rgb(108 201 204 / 0.8);
}
.bg-pine-300\/85 {
  background-color: rgb(108 201 204 / 0.85);
}
.bg-pine-300\/90 {
  background-color: rgb(108 201 204 / 0.9);
}
.bg-pine-300\/95 {
  background-color: rgb(108 201 204 / 0.95);
}
.bg-pine-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 169 168 / var(--tw-bg-opacity));
}
.bg-pine-400\/0 {
  background-color: rgb(49 169 168 / 0);
}
.bg-pine-400\/10 {
  background-color: rgb(49 169 168 / 0.1);
}
.bg-pine-400\/100 {
  background-color: rgb(49 169 168 / 1);
}
.bg-pine-400\/15 {
  background-color: rgb(49 169 168 / 0.15);
}
.bg-pine-400\/20 {
  background-color: rgb(49 169 168 / 0.2);
}
.bg-pine-400\/25 {
  background-color: rgb(49 169 168 / 0.25);
}
.bg-pine-400\/30 {
  background-color: rgb(49 169 168 / 0.3);
}
.bg-pine-400\/35 {
  background-color: rgb(49 169 168 / 0.35);
}
.bg-pine-400\/40 {
  background-color: rgb(49 169 168 / 0.4);
}
.bg-pine-400\/45 {
  background-color: rgb(49 169 168 / 0.45);
}
.bg-pine-400\/5 {
  background-color: rgb(49 169 168 / 0.05);
}
.bg-pine-400\/50 {
  background-color: rgb(49 169 168 / 0.5);
}
.bg-pine-400\/55 {
  background-color: rgb(49 169 168 / 0.55);
}
.bg-pine-400\/60 {
  background-color: rgb(49 169 168 / 0.6);
}
.bg-pine-400\/65 {
  background-color: rgb(49 169 168 / 0.65);
}
.bg-pine-400\/70 {
  background-color: rgb(49 169 168 / 0.7);
}
.bg-pine-400\/75 {
  background-color: rgb(49 169 168 / 0.75);
}
.bg-pine-400\/80 {
  background-color: rgb(49 169 168 / 0.8);
}
.bg-pine-400\/85 {
  background-color: rgb(49 169 168 / 0.85);
}
.bg-pine-400\/90 {
  background-color: rgb(49 169 168 / 0.9);
}
.bg-pine-400\/95 {
  background-color: rgb(49 169 168 / 0.95);
}
.bg-pine-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 246 / var(--tw-bg-opacity));
}
.bg-pine-50\/0 {
  background-color: rgb(241 247 246 / 0);
}
.bg-pine-50\/10 {
  background-color: rgb(241 247 246 / 0.1);
}
.bg-pine-50\/100 {
  background-color: rgb(241 247 246 / 1);
}
.bg-pine-50\/15 {
  background-color: rgb(241 247 246 / 0.15);
}
.bg-pine-50\/20 {
  background-color: rgb(241 247 246 / 0.2);
}
.bg-pine-50\/25 {
  background-color: rgb(241 247 246 / 0.25);
}
.bg-pine-50\/30 {
  background-color: rgb(241 247 246 / 0.3);
}
.bg-pine-50\/35 {
  background-color: rgb(241 247 246 / 0.35);
}
.bg-pine-50\/40 {
  background-color: rgb(241 247 246 / 0.4);
}
.bg-pine-50\/45 {
  background-color: rgb(241 247 246 / 0.45);
}
.bg-pine-50\/5 {
  background-color: rgb(241 247 246 / 0.05);
}
.bg-pine-50\/50 {
  background-color: rgb(241 247 246 / 0.5);
}
.bg-pine-50\/55 {
  background-color: rgb(241 247 246 / 0.55);
}
.bg-pine-50\/60 {
  background-color: rgb(241 247 246 / 0.6);
}
.bg-pine-50\/65 {
  background-color: rgb(241 247 246 / 0.65);
}
.bg-pine-50\/70 {
  background-color: rgb(241 247 246 / 0.7);
}
.bg-pine-50\/75 {
  background-color: rgb(241 247 246 / 0.75);
}
.bg-pine-50\/80 {
  background-color: rgb(241 247 246 / 0.8);
}
.bg-pine-50\/85 {
  background-color: rgb(241 247 246 / 0.85);
}
.bg-pine-50\/90 {
  background-color: rgb(241 247 246 / 0.9);
}
.bg-pine-50\/95 {
  background-color: rgb(241 247 246 / 0.95);
}
.bg-pine-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 139 132 / var(--tw-bg-opacity));
}
.bg-pine-500\/0 {
  background-color: rgb(34 139 132 / 0);
}
.bg-pine-500\/10 {
  background-color: rgb(34 139 132 / 0.1);
}
.bg-pine-500\/100 {
  background-color: rgb(34 139 132 / 1);
}
.bg-pine-500\/15 {
  background-color: rgb(34 139 132 / 0.15);
}
.bg-pine-500\/20 {
  background-color: rgb(34 139 132 / 0.2);
}
.bg-pine-500\/25 {
  background-color: rgb(34 139 132 / 0.25);
}
.bg-pine-500\/30 {
  background-color: rgb(34 139 132 / 0.3);
}
.bg-pine-500\/35 {
  background-color: rgb(34 139 132 / 0.35);
}
.bg-pine-500\/40 {
  background-color: rgb(34 139 132 / 0.4);
}
.bg-pine-500\/45 {
  background-color: rgb(34 139 132 / 0.45);
}
.bg-pine-500\/5 {
  background-color: rgb(34 139 132 / 0.05);
}
.bg-pine-500\/50 {
  background-color: rgb(34 139 132 / 0.5);
}
.bg-pine-500\/55 {
  background-color: rgb(34 139 132 / 0.55);
}
.bg-pine-500\/60 {
  background-color: rgb(34 139 132 / 0.6);
}
.bg-pine-500\/65 {
  background-color: rgb(34 139 132 / 0.65);
}
.bg-pine-500\/70 {
  background-color: rgb(34 139 132 / 0.7);
}
.bg-pine-500\/75 {
  background-color: rgb(34 139 132 / 0.75);
}
.bg-pine-500\/80 {
  background-color: rgb(34 139 132 / 0.8);
}
.bg-pine-500\/85 {
  background-color: rgb(34 139 132 / 0.85);
}
.bg-pine-500\/90 {
  background-color: rgb(34 139 132 / 0.9);
}
.bg-pine-500\/95 {
  background-color: rgb(34 139 132 / 0.95);
}
.bg-pine-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 115 105 / var(--tw-bg-opacity));
}
.bg-pine-600\/0 {
  background-color: rgb(30 115 105 / 0);
}
.bg-pine-600\/10 {
  background-color: rgb(30 115 105 / 0.1);
}
.bg-pine-600\/100 {
  background-color: rgb(30 115 105 / 1);
}
.bg-pine-600\/15 {
  background-color: rgb(30 115 105 / 0.15);
}
.bg-pine-600\/20 {
  background-color: rgb(30 115 105 / 0.2);
}
.bg-pine-600\/25 {
  background-color: rgb(30 115 105 / 0.25);
}
.bg-pine-600\/30 {
  background-color: rgb(30 115 105 / 0.3);
}
.bg-pine-600\/35 {
  background-color: rgb(30 115 105 / 0.35);
}
.bg-pine-600\/40 {
  background-color: rgb(30 115 105 / 0.4);
}
.bg-pine-600\/45 {
  background-color: rgb(30 115 105 / 0.45);
}
.bg-pine-600\/5 {
  background-color: rgb(30 115 105 / 0.05);
}
.bg-pine-600\/50 {
  background-color: rgb(30 115 105 / 0.5);
}
.bg-pine-600\/55 {
  background-color: rgb(30 115 105 / 0.55);
}
.bg-pine-600\/60 {
  background-color: rgb(30 115 105 / 0.6);
}
.bg-pine-600\/65 {
  background-color: rgb(30 115 105 / 0.65);
}
.bg-pine-600\/70 {
  background-color: rgb(30 115 105 / 0.7);
}
.bg-pine-600\/75 {
  background-color: rgb(30 115 105 / 0.75);
}
.bg-pine-600\/80 {
  background-color: rgb(30 115 105 / 0.8);
}
.bg-pine-600\/85 {
  background-color: rgb(30 115 105 / 0.85);
}
.bg-pine-600\/90 {
  background-color: rgb(30 115 105 / 0.9);
}
.bg-pine-600\/95 {
  background-color: rgb(30 115 105 / 0.95);
}
.bg-pine-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 88 82 / var(--tw-bg-opacity));
}
.bg-pine-700\/0 {
  background-color: rgb(27 88 82 / 0);
}
.bg-pine-700\/10 {
  background-color: rgb(27 88 82 / 0.1);
}
.bg-pine-700\/100 {
  background-color: rgb(27 88 82 / 1);
}
.bg-pine-700\/15 {
  background-color: rgb(27 88 82 / 0.15);
}
.bg-pine-700\/20 {
  background-color: rgb(27 88 82 / 0.2);
}
.bg-pine-700\/25 {
  background-color: rgb(27 88 82 / 0.25);
}
.bg-pine-700\/30 {
  background-color: rgb(27 88 82 / 0.3);
}
.bg-pine-700\/35 {
  background-color: rgb(27 88 82 / 0.35);
}
.bg-pine-700\/40 {
  background-color: rgb(27 88 82 / 0.4);
}
.bg-pine-700\/45 {
  background-color: rgb(27 88 82 / 0.45);
}
.bg-pine-700\/5 {
  background-color: rgb(27 88 82 / 0.05);
}
.bg-pine-700\/50 {
  background-color: rgb(27 88 82 / 0.5);
}
.bg-pine-700\/55 {
  background-color: rgb(27 88 82 / 0.55);
}
.bg-pine-700\/60 {
  background-color: rgb(27 88 82 / 0.6);
}
.bg-pine-700\/65 {
  background-color: rgb(27 88 82 / 0.65);
}
.bg-pine-700\/70 {
  background-color: rgb(27 88 82 / 0.7);
}
.bg-pine-700\/75 {
  background-color: rgb(27 88 82 / 0.75);
}
.bg-pine-700\/80 {
  background-color: rgb(27 88 82 / 0.8);
}
.bg-pine-700\/85 {
  background-color: rgb(27 88 82 / 0.85);
}
.bg-pine-700\/90 {
  background-color: rgb(27 88 82 / 0.9);
}
.bg-pine-700\/95 {
  background-color: rgb(27 88 82 / 0.95);
}
.bg-pine-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 59 60 / var(--tw-bg-opacity));
}
.bg-pine-800\/0 {
  background-color: rgb(20 59 60 / 0);
}
.bg-pine-800\/10 {
  background-color: rgb(20 59 60 / 0.1);
}
.bg-pine-800\/100 {
  background-color: rgb(20 59 60 / 1);
}
.bg-pine-800\/15 {
  background-color: rgb(20 59 60 / 0.15);
}
.bg-pine-800\/20 {
  background-color: rgb(20 59 60 / 0.2);
}
.bg-pine-800\/25 {
  background-color: rgb(20 59 60 / 0.25);
}
.bg-pine-800\/30 {
  background-color: rgb(20 59 60 / 0.3);
}
.bg-pine-800\/35 {
  background-color: rgb(20 59 60 / 0.35);
}
.bg-pine-800\/40 {
  background-color: rgb(20 59 60 / 0.4);
}
.bg-pine-800\/45 {
  background-color: rgb(20 59 60 / 0.45);
}
.bg-pine-800\/5 {
  background-color: rgb(20 59 60 / 0.05);
}
.bg-pine-800\/50 {
  background-color: rgb(20 59 60 / 0.5);
}
.bg-pine-800\/55 {
  background-color: rgb(20 59 60 / 0.55);
}
.bg-pine-800\/60 {
  background-color: rgb(20 59 60 / 0.6);
}
.bg-pine-800\/65 {
  background-color: rgb(20 59 60 / 0.65);
}
.bg-pine-800\/70 {
  background-color: rgb(20 59 60 / 0.7);
}
.bg-pine-800\/75 {
  background-color: rgb(20 59 60 / 0.75);
}
.bg-pine-800\/80 {
  background-color: rgb(20 59 60 / 0.8);
}
.bg-pine-800\/85 {
  background-color: rgb(20 59 60 / 0.85);
}
.bg-pine-800\/90 {
  background-color: rgb(20 59 60 / 0.9);
}
.bg-pine-800\/95 {
  background-color: rgb(20 59 60 / 0.95);
}
.bg-pine-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 36 43 / var(--tw-bg-opacity));
}
.bg-pine-900\/0 {
  background-color: rgb(13 36 43 / 0);
}
.bg-pine-900\/10 {
  background-color: rgb(13 36 43 / 0.1);
}
.bg-pine-900\/100 {
  background-color: rgb(13 36 43 / 1);
}
.bg-pine-900\/15 {
  background-color: rgb(13 36 43 / 0.15);
}
.bg-pine-900\/20 {
  background-color: rgb(13 36 43 / 0.2);
}
.bg-pine-900\/25 {
  background-color: rgb(13 36 43 / 0.25);
}
.bg-pine-900\/30 {
  background-color: rgb(13 36 43 / 0.3);
}
.bg-pine-900\/35 {
  background-color: rgb(13 36 43 / 0.35);
}
.bg-pine-900\/40 {
  background-color: rgb(13 36 43 / 0.4);
}
.bg-pine-900\/45 {
  background-color: rgb(13 36 43 / 0.45);
}
.bg-pine-900\/5 {
  background-color: rgb(13 36 43 / 0.05);
}
.bg-pine-900\/50 {
  background-color: rgb(13 36 43 / 0.5);
}
.bg-pine-900\/55 {
  background-color: rgb(13 36 43 / 0.55);
}
.bg-pine-900\/60 {
  background-color: rgb(13 36 43 / 0.6);
}
.bg-pine-900\/65 {
  background-color: rgb(13 36 43 / 0.65);
}
.bg-pine-900\/70 {
  background-color: rgb(13 36 43 / 0.7);
}
.bg-pine-900\/75 {
  background-color: rgb(13 36 43 / 0.75);
}
.bg-pine-900\/80 {
  background-color: rgb(13 36 43 / 0.8);
}
.bg-pine-900\/85 {
  background-color: rgb(13 36 43 / 0.85);
}
.bg-pine-900\/90 {
  background-color: rgb(13 36 43 / 0.9);
}
.bg-pine-900\/95 {
  background-color: rgb(13 36 43 / 0.95);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 232 243 / var(--tw-bg-opacity));
}
.bg-pink-100\/0 {
  background-color: rgb(252 232 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 232 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 232 243 / 1);
}
.bg-pink-100\/15 {
  background-color: rgb(252 232 243 / 0.15);
}
.bg-pink-100\/20 {
  background-color: rgb(252 232 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 232 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 232 243 / 0.3);
}
.bg-pink-100\/35 {
  background-color: rgb(252 232 243 / 0.35);
}
.bg-pink-100\/40 {
  background-color: rgb(252 232 243 / 0.4);
}
.bg-pink-100\/45 {
  background-color: rgb(252 232 243 / 0.45);
}
.bg-pink-100\/5 {
  background-color: rgb(252 232 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 232 243 / 0.5);
}
.bg-pink-100\/55 {
  background-color: rgb(252 232 243 / 0.55);
}
.bg-pink-100\/60 {
  background-color: rgb(252 232 243 / 0.6);
}
.bg-pink-100\/65 {
  background-color: rgb(252 232 243 / 0.65);
}
.bg-pink-100\/70 {
  background-color: rgb(252 232 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 232 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 232 243 / 0.8);
}
.bg-pink-100\/85 {
  background-color: rgb(252 232 243 / 0.85);
}
.bg-pink-100\/90 {
  background-color: rgb(252 232 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 232 243 / 0.95);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 209 232 / var(--tw-bg-opacity));
}
.bg-pink-200\/0 {
  background-color: rgb(250 209 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(250 209 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(250 209 232 / 1);
}
.bg-pink-200\/15 {
  background-color: rgb(250 209 232 / 0.15);
}
.bg-pink-200\/20 {
  background-color: rgb(250 209 232 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(250 209 232 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(250 209 232 / 0.3);
}
.bg-pink-200\/35 {
  background-color: rgb(250 209 232 / 0.35);
}
.bg-pink-200\/40 {
  background-color: rgb(250 209 232 / 0.4);
}
.bg-pink-200\/45 {
  background-color: rgb(250 209 232 / 0.45);
}
.bg-pink-200\/5 {
  background-color: rgb(250 209 232 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(250 209 232 / 0.5);
}
.bg-pink-200\/55 {
  background-color: rgb(250 209 232 / 0.55);
}
.bg-pink-200\/60 {
  background-color: rgb(250 209 232 / 0.6);
}
.bg-pink-200\/65 {
  background-color: rgb(250 209 232 / 0.65);
}
.bg-pink-200\/70 {
  background-color: rgb(250 209 232 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(250 209 232 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(250 209 232 / 0.8);
}
.bg-pink-200\/85 {
  background-color: rgb(250 209 232 / 0.85);
}
.bg-pink-200\/90 {
  background-color: rgb(250 209 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(250 209 232 / 0.95);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 217 / var(--tw-bg-opacity));
}
.bg-pink-300\/0 {
  background-color: rgb(248 180 217 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(248 180 217 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(248 180 217 / 1);
}
.bg-pink-300\/15 {
  background-color: rgb(248 180 217 / 0.15);
}
.bg-pink-300\/20 {
  background-color: rgb(248 180 217 / 0.2);
}
.bg-pink-300\/25 {
  background-color: rgb(248 180 217 / 0.25);
}
.bg-pink-300\/30 {
  background-color: rgb(248 180 217 / 0.3);
}
.bg-pink-300\/35 {
  background-color: rgb(248 180 217 / 0.35);
}
.bg-pink-300\/40 {
  background-color: rgb(248 180 217 / 0.4);
}
.bg-pink-300\/45 {
  background-color: rgb(248 180 217 / 0.45);
}
.bg-pink-300\/5 {
  background-color: rgb(248 180 217 / 0.05);
}
.bg-pink-300\/50 {
  background-color: rgb(248 180 217 / 0.5);
}
.bg-pink-300\/55 {
  background-color: rgb(248 180 217 / 0.55);
}
.bg-pink-300\/60 {
  background-color: rgb(248 180 217 / 0.6);
}
.bg-pink-300\/65 {
  background-color: rgb(248 180 217 / 0.65);
}
.bg-pink-300\/70 {
  background-color: rgb(248 180 217 / 0.7);
}
.bg-pink-300\/75 {
  background-color: rgb(248 180 217 / 0.75);
}
.bg-pink-300\/80 {
  background-color: rgb(248 180 217 / 0.8);
}
.bg-pink-300\/85 {
  background-color: rgb(248 180 217 / 0.85);
}
.bg-pink-300\/90 {
  background-color: rgb(248 180 217 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(248 180 217 / 0.95);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 126 184 / var(--tw-bg-opacity));
}
.bg-pink-400\/0 {
  background-color: rgb(241 126 184 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(241 126 184 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(241 126 184 / 1);
}
.bg-pink-400\/15 {
  background-color: rgb(241 126 184 / 0.15);
}
.bg-pink-400\/20 {
  background-color: rgb(241 126 184 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(241 126 184 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(241 126 184 / 0.3);
}
.bg-pink-400\/35 {
  background-color: rgb(241 126 184 / 0.35);
}
.bg-pink-400\/40 {
  background-color: rgb(241 126 184 / 0.4);
}
.bg-pink-400\/45 {
  background-color: rgb(241 126 184 / 0.45);
}
.bg-pink-400\/5 {
  background-color: rgb(241 126 184 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(241 126 184 / 0.5);
}
.bg-pink-400\/55 {
  background-color: rgb(241 126 184 / 0.55);
}
.bg-pink-400\/60 {
  background-color: rgb(241 126 184 / 0.6);
}
.bg-pink-400\/65 {
  background-color: rgb(241 126 184 / 0.65);
}
.bg-pink-400\/70 {
  background-color: rgb(241 126 184 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(241 126 184 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(241 126 184 / 0.8);
}
.bg-pink-400\/85 {
  background-color: rgb(241 126 184 / 0.85);
}
.bg-pink-400\/90 {
  background-color: rgb(241 126 184 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(241 126 184 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 70 148 / var(--tw-bg-opacity));
}
.bg-pink-500\/0 {
  background-color: rgb(231 70 148 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(231 70 148 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(231 70 148 / 1);
}
.bg-pink-500\/15 {
  background-color: rgb(231 70 148 / 0.15);
}
.bg-pink-500\/20 {
  background-color: rgb(231 70 148 / 0.2);
}
.bg-pink-500\/25 {
  background-color: rgb(231 70 148 / 0.25);
}
.bg-pink-500\/30 {
  background-color: rgb(231 70 148 / 0.3);
}
.bg-pink-500\/35 {
  background-color: rgb(231 70 148 / 0.35);
}
.bg-pink-500\/40 {
  background-color: rgb(231 70 148 / 0.4);
}
.bg-pink-500\/45 {
  background-color: rgb(231 70 148 / 0.45);
}
.bg-pink-500\/5 {
  background-color: rgb(231 70 148 / 0.05);
}
.bg-pink-500\/50 {
  background-color: rgb(231 70 148 / 0.5);
}
.bg-pink-500\/55 {
  background-color: rgb(231 70 148 / 0.55);
}
.bg-pink-500\/60 {
  background-color: rgb(231 70 148 / 0.6);
}
.bg-pink-500\/65 {
  background-color: rgb(231 70 148 / 0.65);
}
.bg-pink-500\/70 {
  background-color: rgb(231 70 148 / 0.7);
}
.bg-pink-500\/75 {
  background-color: rgb(231 70 148 / 0.75);
}
.bg-pink-500\/80 {
  background-color: rgb(231 70 148 / 0.8);
}
.bg-pink-500\/85 {
  background-color: rgb(231 70 148 / 0.85);
}
.bg-pink-500\/90 {
  background-color: rgb(231 70 148 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(231 70 148 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 31 105 / var(--tw-bg-opacity));
}
.bg-pink-600\/0 {
  background-color: rgb(214 31 105 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(214 31 105 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(214 31 105 / 1);
}
.bg-pink-600\/15 {
  background-color: rgb(214 31 105 / 0.15);
}
.bg-pink-600\/20 {
  background-color: rgb(214 31 105 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(214 31 105 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(214 31 105 / 0.3);
}
.bg-pink-600\/35 {
  background-color: rgb(214 31 105 / 0.35);
}
.bg-pink-600\/40 {
  background-color: rgb(214 31 105 / 0.4);
}
.bg-pink-600\/45 {
  background-color: rgb(214 31 105 / 0.45);
}
.bg-pink-600\/5 {
  background-color: rgb(214 31 105 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(214 31 105 / 0.5);
}
.bg-pink-600\/55 {
  background-color: rgb(214 31 105 / 0.55);
}
.bg-pink-600\/60 {
  background-color: rgb(214 31 105 / 0.6);
}
.bg-pink-600\/65 {
  background-color: rgb(214 31 105 / 0.65);
}
.bg-pink-600\/70 {
  background-color: rgb(214 31 105 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(214 31 105 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(214 31 105 / 0.8);
}
.bg-pink-600\/85 {
  background-color: rgb(214 31 105 / 0.85);
}
.bg-pink-600\/90 {
  background-color: rgb(214 31 105 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(214 31 105 / 0.95);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 18 93 / var(--tw-bg-opacity));
}
.bg-pink-700\/0 {
  background-color: rgb(191 18 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(191 18 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(191 18 93 / 1);
}
.bg-pink-700\/15 {
  background-color: rgb(191 18 93 / 0.15);
}
.bg-pink-700\/20 {
  background-color: rgb(191 18 93 / 0.2);
}
.bg-pink-700\/25 {
  background-color: rgb(191 18 93 / 0.25);
}
.bg-pink-700\/30 {
  background-color: rgb(191 18 93 / 0.3);
}
.bg-pink-700\/35 {
  background-color: rgb(191 18 93 / 0.35);
}
.bg-pink-700\/40 {
  background-color: rgb(191 18 93 / 0.4);
}
.bg-pink-700\/45 {
  background-color: rgb(191 18 93 / 0.45);
}
.bg-pink-700\/5 {
  background-color: rgb(191 18 93 / 0.05);
}
.bg-pink-700\/50 {
  background-color: rgb(191 18 93 / 0.5);
}
.bg-pink-700\/55 {
  background-color: rgb(191 18 93 / 0.55);
}
.bg-pink-700\/60 {
  background-color: rgb(191 18 93 / 0.6);
}
.bg-pink-700\/65 {
  background-color: rgb(191 18 93 / 0.65);
}
.bg-pink-700\/70 {
  background-color: rgb(191 18 93 / 0.7);
}
.bg-pink-700\/75 {
  background-color: rgb(191 18 93 / 0.75);
}
.bg-pink-700\/80 {
  background-color: rgb(191 18 93 / 0.8);
}
.bg-pink-700\/85 {
  background-color: rgb(191 18 93 / 0.85);
}
.bg-pink-700\/90 {
  background-color: rgb(191 18 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(191 18 93 / 0.95);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 21 75 / var(--tw-bg-opacity));
}
.bg-pink-800\/0 {
  background-color: rgb(153 21 75 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(153 21 75 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(153 21 75 / 1);
}
.bg-pink-800\/15 {
  background-color: rgb(153 21 75 / 0.15);
}
.bg-pink-800\/20 {
  background-color: rgb(153 21 75 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(153 21 75 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(153 21 75 / 0.3);
}
.bg-pink-800\/35 {
  background-color: rgb(153 21 75 / 0.35);
}
.bg-pink-800\/40 {
  background-color: rgb(153 21 75 / 0.4);
}
.bg-pink-800\/45 {
  background-color: rgb(153 21 75 / 0.45);
}
.bg-pink-800\/5 {
  background-color: rgb(153 21 75 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(153 21 75 / 0.5);
}
.bg-pink-800\/55 {
  background-color: rgb(153 21 75 / 0.55);
}
.bg-pink-800\/60 {
  background-color: rgb(153 21 75 / 0.6);
}
.bg-pink-800\/65 {
  background-color: rgb(153 21 75 / 0.65);
}
.bg-pink-800\/70 {
  background-color: rgb(153 21 75 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(153 21 75 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(153 21 75 / 0.8);
}
.bg-pink-800\/85 {
  background-color: rgb(153 21 75 / 0.85);
}
.bg-pink-800\/90 {
  background-color: rgb(153 21 75 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(153 21 75 / 0.95);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 26 61 / var(--tw-bg-opacity));
}
.bg-pink-900\/0 {
  background-color: rgb(117 26 61 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(117 26 61 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(117 26 61 / 1);
}
.bg-pink-900\/15 {
  background-color: rgb(117 26 61 / 0.15);
}
.bg-pink-900\/20 {
  background-color: rgb(117 26 61 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(117 26 61 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(117 26 61 / 0.3);
}
.bg-pink-900\/35 {
  background-color: rgb(117 26 61 / 0.35);
}
.bg-pink-900\/40 {
  background-color: rgb(117 26 61 / 0.4);
}
.bg-pink-900\/45 {
  background-color: rgb(117 26 61 / 0.45);
}
.bg-pink-900\/5 {
  background-color: rgb(117 26 61 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(117 26 61 / 0.5);
}
.bg-pink-900\/55 {
  background-color: rgb(117 26 61 / 0.55);
}
.bg-pink-900\/60 {
  background-color: rgb(117 26 61 / 0.6);
}
.bg-pink-900\/65 {
  background-color: rgb(117 26 61 / 0.65);
}
.bg-pink-900\/70 {
  background-color: rgb(117 26 61 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(117 26 61 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(117 26 61 / 0.8);
}
.bg-pink-900\/85 {
  background-color: rgb(117 26 61 / 0.85);
}
.bg-pink-900\/90 {
  background-color: rgb(117 26 61 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(117 26 61 / 0.95);
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 241 249 / var(--tw-bg-opacity));
}
.bg-primary-100\/0 {
  background-color: rgb(215 241 249 / 0);
}
.bg-primary-100\/10 {
  background-color: rgb(215 241 249 / 0.1);
}
.bg-primary-100\/100 {
  background-color: rgb(215 241 249 / 1);
}
.bg-primary-100\/15 {
  background-color: rgb(215 241 249 / 0.15);
}
.bg-primary-100\/20 {
  background-color: rgb(215 241 249 / 0.2);
}
.bg-primary-100\/25 {
  background-color: rgb(215 241 249 / 0.25);
}
.bg-primary-100\/30 {
  background-color: rgb(215 241 249 / 0.3);
}
.bg-primary-100\/35 {
  background-color: rgb(215 241 249 / 0.35);
}
.bg-primary-100\/40 {
  background-color: rgb(215 241 249 / 0.4);
}
.bg-primary-100\/45 {
  background-color: rgb(215 241 249 / 0.45);
}
.bg-primary-100\/5 {
  background-color: rgb(215 241 249 / 0.05);
}
.bg-primary-100\/50 {
  background-color: rgb(215 241 249 / 0.5);
}
.bg-primary-100\/55 {
  background-color: rgb(215 241 249 / 0.55);
}
.bg-primary-100\/60 {
  background-color: rgb(215 241 249 / 0.6);
}
.bg-primary-100\/65 {
  background-color: rgb(215 241 249 / 0.65);
}
.bg-primary-100\/70 {
  background-color: rgb(215 241 249 / 0.7);
}
.bg-primary-100\/75 {
  background-color: rgb(215 241 249 / 0.75);
}
.bg-primary-100\/80 {
  background-color: rgb(215 241 249 / 0.8);
}
.bg-primary-100\/85 {
  background-color: rgb(215 241 249 / 0.85);
}
.bg-primary-100\/90 {
  background-color: rgb(215 241 249 / 0.9);
}
.bg-primary-100\/95 {
  background-color: rgb(215 241 249 / 0.95);
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 227 242 / var(--tw-bg-opacity));
}
.bg-primary-200\/0 {
  background-color: rgb(168 227 242 / 0);
}
.bg-primary-200\/10 {
  background-color: rgb(168 227 242 / 0.1);
}
.bg-primary-200\/100 {
  background-color: rgb(168 227 242 / 1);
}
.bg-primary-200\/15 {
  background-color: rgb(168 227 242 / 0.15);
}
.bg-primary-200\/20 {
  background-color: rgb(168 227 242 / 0.2);
}
.bg-primary-200\/25 {
  background-color: rgb(168 227 242 / 0.25);
}
.bg-primary-200\/30 {
  background-color: rgb(168 227 242 / 0.3);
}
.bg-primary-200\/35 {
  background-color: rgb(168 227 242 / 0.35);
}
.bg-primary-200\/40 {
  background-color: rgb(168 227 242 / 0.4);
}
.bg-primary-200\/45 {
  background-color: rgb(168 227 242 / 0.45);
}
.bg-primary-200\/5 {
  background-color: rgb(168 227 242 / 0.05);
}
.bg-primary-200\/50 {
  background-color: rgb(168 227 242 / 0.5);
}
.bg-primary-200\/55 {
  background-color: rgb(168 227 242 / 0.55);
}
.bg-primary-200\/60 {
  background-color: rgb(168 227 242 / 0.6);
}
.bg-primary-200\/65 {
  background-color: rgb(168 227 242 / 0.65);
}
.bg-primary-200\/70 {
  background-color: rgb(168 227 242 / 0.7);
}
.bg-primary-200\/75 {
  background-color: rgb(168 227 242 / 0.75);
}
.bg-primary-200\/80 {
  background-color: rgb(168 227 242 / 0.8);
}
.bg-primary-200\/85 {
  background-color: rgb(168 227 242 / 0.85);
}
.bg-primary-200\/90 {
  background-color: rgb(168 227 242 / 0.9);
}
.bg-primary-200\/95 {
  background-color: rgb(168 227 242 / 0.95);
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 197 223 / var(--tw-bg-opacity));
}
.bg-primary-300\/0 {
  background-color: rgb(114 197 223 / 0);
}
.bg-primary-300\/10 {
  background-color: rgb(114 197 223 / 0.1);
}
.bg-primary-300\/100 {
  background-color: rgb(114 197 223 / 1);
}
.bg-primary-300\/15 {
  background-color: rgb(114 197 223 / 0.15);
}
.bg-primary-300\/20 {
  background-color: rgb(114 197 223 / 0.2);
}
.bg-primary-300\/25 {
  background-color: rgb(114 197 223 / 0.25);
}
.bg-primary-300\/30 {
  background-color: rgb(114 197 223 / 0.3);
}
.bg-primary-300\/35 {
  background-color: rgb(114 197 223 / 0.35);
}
.bg-primary-300\/40 {
  background-color: rgb(114 197 223 / 0.4);
}
.bg-primary-300\/45 {
  background-color: rgb(114 197 223 / 0.45);
}
.bg-primary-300\/5 {
  background-color: rgb(114 197 223 / 0.05);
}
.bg-primary-300\/50 {
  background-color: rgb(114 197 223 / 0.5);
}
.bg-primary-300\/55 {
  background-color: rgb(114 197 223 / 0.55);
}
.bg-primary-300\/60 {
  background-color: rgb(114 197 223 / 0.6);
}
.bg-primary-300\/65 {
  background-color: rgb(114 197 223 / 0.65);
}
.bg-primary-300\/70 {
  background-color: rgb(114 197 223 / 0.7);
}
.bg-primary-300\/75 {
  background-color: rgb(114 197 223 / 0.75);
}
.bg-primary-300\/80 {
  background-color: rgb(114 197 223 / 0.8);
}
.bg-primary-300\/85 {
  background-color: rgb(114 197 223 / 0.85);
}
.bg-primary-300\/90 {
  background-color: rgb(114 197 223 / 0.9);
}
.bg-primary-300\/95 {
  background-color: rgb(114 197 223 / 0.95);
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 163 198 / var(--tw-bg-opacity));
}
.bg-primary-400\/0 {
  background-color: rgb(58 163 198 / 0);
}
.bg-primary-400\/10 {
  background-color: rgb(58 163 198 / 0.1);
}
.bg-primary-400\/100 {
  background-color: rgb(58 163 198 / 1);
}
.bg-primary-400\/15 {
  background-color: rgb(58 163 198 / 0.15);
}
.bg-primary-400\/20 {
  background-color: rgb(58 163 198 / 0.2);
}
.bg-primary-400\/25 {
  background-color: rgb(58 163 198 / 0.25);
}
.bg-primary-400\/30 {
  background-color: rgb(58 163 198 / 0.3);
}
.bg-primary-400\/35 {
  background-color: rgb(58 163 198 / 0.35);
}
.bg-primary-400\/40 {
  background-color: rgb(58 163 198 / 0.4);
}
.bg-primary-400\/45 {
  background-color: rgb(58 163 198 / 0.45);
}
.bg-primary-400\/5 {
  background-color: rgb(58 163 198 / 0.05);
}
.bg-primary-400\/50 {
  background-color: rgb(58 163 198 / 0.5);
}
.bg-primary-400\/55 {
  background-color: rgb(58 163 198 / 0.55);
}
.bg-primary-400\/60 {
  background-color: rgb(58 163 198 / 0.6);
}
.bg-primary-400\/65 {
  background-color: rgb(58 163 198 / 0.65);
}
.bg-primary-400\/70 {
  background-color: rgb(58 163 198 / 0.7);
}
.bg-primary-400\/75 {
  background-color: rgb(58 163 198 / 0.75);
}
.bg-primary-400\/80 {
  background-color: rgb(58 163 198 / 0.8);
}
.bg-primary-400\/85 {
  background-color: rgb(58 163 198 / 0.85);
}
.bg-primary-400\/90 {
  background-color: rgb(58 163 198 / 0.9);
}
.bg-primary-400\/95 {
  background-color: rgb(58 163 198 / 0.95);
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 248 / var(--tw-bg-opacity));
}
.bg-primary-50\/0 {
  background-color: rgb(242 248 248 / 0);
}
.bg-primary-50\/10 {
  background-color: rgb(242 248 248 / 0.1);
}
.bg-primary-50\/100 {
  background-color: rgb(242 248 248 / 1);
}
.bg-primary-50\/15 {
  background-color: rgb(242 248 248 / 0.15);
}
.bg-primary-50\/20 {
  background-color: rgb(242 248 248 / 0.2);
}
.bg-primary-50\/25 {
  background-color: rgb(242 248 248 / 0.25);
}
.bg-primary-50\/30 {
  background-color: rgb(242 248 248 / 0.3);
}
.bg-primary-50\/35 {
  background-color: rgb(242 248 248 / 0.35);
}
.bg-primary-50\/40 {
  background-color: rgb(242 248 248 / 0.4);
}
.bg-primary-50\/45 {
  background-color: rgb(242 248 248 / 0.45);
}
.bg-primary-50\/5 {
  background-color: rgb(242 248 248 / 0.05);
}
.bg-primary-50\/50 {
  background-color: rgb(242 248 248 / 0.5);
}
.bg-primary-50\/55 {
  background-color: rgb(242 248 248 / 0.55);
}
.bg-primary-50\/60 {
  background-color: rgb(242 248 248 / 0.6);
}
.bg-primary-50\/65 {
  background-color: rgb(242 248 248 / 0.65);
}
.bg-primary-50\/70 {
  background-color: rgb(242 248 248 / 0.7);
}
.bg-primary-50\/75 {
  background-color: rgb(242 248 248 / 0.75);
}
.bg-primary-50\/80 {
  background-color: rgb(242 248 248 / 0.8);
}
.bg-primary-50\/85 {
  background-color: rgb(242 248 248 / 0.85);
}
.bg-primary-50\/90 {
  background-color: rgb(242 248 248 / 0.9);
}
.bg-primary-50\/95 {
  background-color: rgb(242 248 248 / 0.95);
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 125 182 / var(--tw-bg-opacity));
}
.bg-primary-500\/0 {
  background-color: rgb(2 125 182 / 0);
}
.bg-primary-500\/10 {
  background-color: rgb(2 125 182 / 0.1);
}
.bg-primary-500\/100 {
  background-color: rgb(2 125 182 / 1);
}
.bg-primary-500\/15 {
  background-color: rgb(2 125 182 / 0.15);
}
.bg-primary-500\/20 {
  background-color: rgb(2 125 182 / 0.2);
}
.bg-primary-500\/25 {
  background-color: rgb(2 125 182 / 0.25);
}
.bg-primary-500\/30 {
  background-color: rgb(2 125 182 / 0.3);
}
.bg-primary-500\/35 {
  background-color: rgb(2 125 182 / 0.35);
}
.bg-primary-500\/40 {
  background-color: rgb(2 125 182 / 0.4);
}
.bg-primary-500\/45 {
  background-color: rgb(2 125 182 / 0.45);
}
.bg-primary-500\/5 {
  background-color: rgb(2 125 182 / 0.05);
}
.bg-primary-500\/50 {
  background-color: rgb(2 125 182 / 0.5);
}
.bg-primary-500\/55 {
  background-color: rgb(2 125 182 / 0.55);
}
.bg-primary-500\/60 {
  background-color: rgb(2 125 182 / 0.6);
}
.bg-primary-500\/65 {
  background-color: rgb(2 125 182 / 0.65);
}
.bg-primary-500\/70 {
  background-color: rgb(2 125 182 / 0.7);
}
.bg-primary-500\/75 {
  background-color: rgb(2 125 182 / 0.75);
}
.bg-primary-500\/80 {
  background-color: rgb(2 125 182 / 0.8);
}
.bg-primary-500\/85 {
  background-color: rgb(2 125 182 / 0.85);
}
.bg-primary-500\/90 {
  background-color: rgb(2 125 182 / 0.9);
}
.bg-primary-500\/95 {
  background-color: rgb(2 125 182 / 0.95);
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 106 146 / var(--tw-bg-opacity));
}
.bg-primary-600\/0 {
  background-color: rgb(36 106 146 / 0);
}
.bg-primary-600\/10 {
  background-color: rgb(36 106 146 / 0.1);
}
.bg-primary-600\/100 {
  background-color: rgb(36 106 146 / 1);
}
.bg-primary-600\/15 {
  background-color: rgb(36 106 146 / 0.15);
}
.bg-primary-600\/20 {
  background-color: rgb(36 106 146 / 0.2);
}
.bg-primary-600\/25 {
  background-color: rgb(36 106 146 / 0.25);
}
.bg-primary-600\/30 {
  background-color: rgb(36 106 146 / 0.3);
}
.bg-primary-600\/35 {
  background-color: rgb(36 106 146 / 0.35);
}
.bg-primary-600\/40 {
  background-color: rgb(36 106 146 / 0.4);
}
.bg-primary-600\/45 {
  background-color: rgb(36 106 146 / 0.45);
}
.bg-primary-600\/5 {
  background-color: rgb(36 106 146 / 0.05);
}
.bg-primary-600\/50 {
  background-color: rgb(36 106 146 / 0.5);
}
.bg-primary-600\/55 {
  background-color: rgb(36 106 146 / 0.55);
}
.bg-primary-600\/60 {
  background-color: rgb(36 106 146 / 0.6);
}
.bg-primary-600\/65 {
  background-color: rgb(36 106 146 / 0.65);
}
.bg-primary-600\/70 {
  background-color: rgb(36 106 146 / 0.7);
}
.bg-primary-600\/75 {
  background-color: rgb(36 106 146 / 0.75);
}
.bg-primary-600\/80 {
  background-color: rgb(36 106 146 / 0.8);
}
.bg-primary-600\/85 {
  background-color: rgb(36 106 146 / 0.85);
}
.bg-primary-600\/90 {
  background-color: rgb(36 106 146 / 0.9);
}
.bg-primary-600\/95 {
  background-color: rgb(36 106 146 / 0.95);
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 80 114 / var(--tw-bg-opacity));
}
.bg-primary-700\/0 {
  background-color: rgb(31 80 114 / 0);
}
.bg-primary-700\/10 {
  background-color: rgb(31 80 114 / 0.1);
}
.bg-primary-700\/100 {
  background-color: rgb(31 80 114 / 1);
}
.bg-primary-700\/15 {
  background-color: rgb(31 80 114 / 0.15);
}
.bg-primary-700\/20 {
  background-color: rgb(31 80 114 / 0.2);
}
.bg-primary-700\/25 {
  background-color: rgb(31 80 114 / 0.25);
}
.bg-primary-700\/30 {
  background-color: rgb(31 80 114 / 0.3);
}
.bg-primary-700\/35 {
  background-color: rgb(31 80 114 / 0.35);
}
.bg-primary-700\/40 {
  background-color: rgb(31 80 114 / 0.4);
}
.bg-primary-700\/45 {
  background-color: rgb(31 80 114 / 0.45);
}
.bg-primary-700\/5 {
  background-color: rgb(31 80 114 / 0.05);
}
.bg-primary-700\/50 {
  background-color: rgb(31 80 114 / 0.5);
}
.bg-primary-700\/55 {
  background-color: rgb(31 80 114 / 0.55);
}
.bg-primary-700\/60 {
  background-color: rgb(31 80 114 / 0.6);
}
.bg-primary-700\/65 {
  background-color: rgb(31 80 114 / 0.65);
}
.bg-primary-700\/70 {
  background-color: rgb(31 80 114 / 0.7);
}
.bg-primary-700\/75 {
  background-color: rgb(31 80 114 / 0.75);
}
.bg-primary-700\/80 {
  background-color: rgb(31 80 114 / 0.8);
}
.bg-primary-700\/85 {
  background-color: rgb(31 80 114 / 0.85);
}
.bg-primary-700\/90 {
  background-color: rgb(31 80 114 / 0.9);
}
.bg-primary-700\/95 {
  background-color: rgb(31 80 114 / 0.95);
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 54 82 / var(--tw-bg-opacity));
}
.bg-primary-800\/0 {
  background-color: rgb(23 54 82 / 0);
}
.bg-primary-800\/10 {
  background-color: rgb(23 54 82 / 0.1);
}
.bg-primary-800\/100 {
  background-color: rgb(23 54 82 / 1);
}
.bg-primary-800\/15 {
  background-color: rgb(23 54 82 / 0.15);
}
.bg-primary-800\/20 {
  background-color: rgb(23 54 82 / 0.2);
}
.bg-primary-800\/25 {
  background-color: rgb(23 54 82 / 0.25);
}
.bg-primary-800\/30 {
  background-color: rgb(23 54 82 / 0.3);
}
.bg-primary-800\/35 {
  background-color: rgb(23 54 82 / 0.35);
}
.bg-primary-800\/40 {
  background-color: rgb(23 54 82 / 0.4);
}
.bg-primary-800\/45 {
  background-color: rgb(23 54 82 / 0.45);
}
.bg-primary-800\/5 {
  background-color: rgb(23 54 82 / 0.05);
}
.bg-primary-800\/50 {
  background-color: rgb(23 54 82 / 0.5);
}
.bg-primary-800\/55 {
  background-color: rgb(23 54 82 / 0.55);
}
.bg-primary-800\/60 {
  background-color: rgb(23 54 82 / 0.6);
}
.bg-primary-800\/65 {
  background-color: rgb(23 54 82 / 0.65);
}
.bg-primary-800\/70 {
  background-color: rgb(23 54 82 / 0.7);
}
.bg-primary-800\/75 {
  background-color: rgb(23 54 82 / 0.75);
}
.bg-primary-800\/80 {
  background-color: rgb(23 54 82 / 0.8);
}
.bg-primary-800\/85 {
  background-color: rgb(23 54 82 / 0.85);
}
.bg-primary-800\/90 {
  background-color: rgb(23 54 82 / 0.9);
}
.bg-primary-800\/95 {
  background-color: rgb(23 54 82 / 0.95);
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 33 55 / var(--tw-bg-opacity));
}
.bg-primary-900\/0 {
  background-color: rgb(14 33 55 / 0);
}
.bg-primary-900\/10 {
  background-color: rgb(14 33 55 / 0.1);
}
.bg-primary-900\/100 {
  background-color: rgb(14 33 55 / 1);
}
.bg-primary-900\/15 {
  background-color: rgb(14 33 55 / 0.15);
}
.bg-primary-900\/20 {
  background-color: rgb(14 33 55 / 0.2);
}
.bg-primary-900\/25 {
  background-color: rgb(14 33 55 / 0.25);
}
.bg-primary-900\/30 {
  background-color: rgb(14 33 55 / 0.3);
}
.bg-primary-900\/35 {
  background-color: rgb(14 33 55 / 0.35);
}
.bg-primary-900\/40 {
  background-color: rgb(14 33 55 / 0.4);
}
.bg-primary-900\/45 {
  background-color: rgb(14 33 55 / 0.45);
}
.bg-primary-900\/5 {
  background-color: rgb(14 33 55 / 0.05);
}
.bg-primary-900\/50 {
  background-color: rgb(14 33 55 / 0.5);
}
.bg-primary-900\/55 {
  background-color: rgb(14 33 55 / 0.55);
}
.bg-primary-900\/60 {
  background-color: rgb(14 33 55 / 0.6);
}
.bg-primary-900\/65 {
  background-color: rgb(14 33 55 / 0.65);
}
.bg-primary-900\/70 {
  background-color: rgb(14 33 55 / 0.7);
}
.bg-primary-900\/75 {
  background-color: rgb(14 33 55 / 0.75);
}
.bg-primary-900\/80 {
  background-color: rgb(14 33 55 / 0.8);
}
.bg-primary-900\/85 {
  background-color: rgb(14 33 55 / 0.85);
}
.bg-primary-900\/90 {
  background-color: rgb(14 33 55 / 0.9);
}
.bg-primary-900\/95 {
  background-color: rgb(14 33 55 / 0.95);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-purple-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-purple-100\/15 {
  background-color: rgb(237 233 254 / 0.15);
}
.bg-purple-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-purple-100\/35 {
  background-color: rgb(237 233 254 / 0.35);
}
.bg-purple-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-purple-100\/45 {
  background-color: rgb(237 233 254 / 0.45);
}
.bg-purple-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-purple-100\/55 {
  background-color: rgb(237 233 254 / 0.55);
}
.bg-purple-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-purple-100\/65 {
  background-color: rgb(237 233 254 / 0.65);
}
.bg-purple-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-purple-100\/85 {
  background-color: rgb(237 233 254 / 0.85);
}
.bg-purple-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-purple-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(221 214 254 / 0.15);
}
.bg-purple-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(221 214 254 / 0.35);
}
.bg-purple-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(221 214 254 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(221 214 254 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(221 214 254 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(221 214 254 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-purple-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-purple-300\/15 {
  background-color: rgb(196 181 253 / 0.15);
}
.bg-purple-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-purple-300\/35 {
  background-color: rgb(196 181 253 / 0.35);
}
.bg-purple-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-purple-300\/45 {
  background-color: rgb(196 181 253 / 0.45);
}
.bg-purple-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-purple-300\/55 {
  background-color: rgb(196 181 253 / 0.55);
}
.bg-purple-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-purple-300\/65 {
  background-color: rgb(196 181 253 / 0.65);
}
.bg-purple-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-purple-300\/85 {
  background-color: rgb(196 181 253 / 0.85);
}
.bg-purple-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-purple-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(167 139 250 / 0.15);
}
.bg-purple-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(167 139 250 / 0.35);
}
.bg-purple-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(167 139 250 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(167 139 250 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(167 139 250 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(167 139 250 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-purple-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-purple-50\/15 {
  background-color: rgb(245 243 255 / 0.15);
}
.bg-purple-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-purple-50\/35 {
  background-color: rgb(245 243 255 / 0.35);
}
.bg-purple-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-purple-50\/45 {
  background-color: rgb(245 243 255 / 0.45);
}
.bg-purple-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-purple-50\/55 {
  background-color: rgb(245 243 255 / 0.55);
}
.bg-purple-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-purple-50\/65 {
  background-color: rgb(245 243 255 / 0.65);
}
.bg-purple-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-purple-50\/85 {
  background-color: rgb(245 243 255 / 0.85);
}
.bg-purple-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-purple-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-purple-500\/15 {
  background-color: rgb(139 92 246 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-purple-500\/35 {
  background-color: rgb(139 92 246 / 0.35);
}
.bg-purple-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-purple-500\/45 {
  background-color: rgb(139 92 246 / 0.45);
}
.bg-purple-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-purple-500\/55 {
  background-color: rgb(139 92 246 / 0.55);
}
.bg-purple-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-purple-500\/65 {
  background-color: rgb(139 92 246 / 0.65);
}
.bg-purple-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-purple-500\/85 {
  background-color: rgb(139 92 246 / 0.85);
}
.bg-purple-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-purple-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(124 58 237 / 0.15);
}
.bg-purple-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(124 58 237 / 0.35);
}
.bg-purple-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(124 58 237 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(124 58 237 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(124 58 237 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-purple-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-purple-700\/15 {
  background-color: rgb(109 40 217 / 0.15);
}
.bg-purple-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-purple-700\/35 {
  background-color: rgb(109 40 217 / 0.35);
}
.bg-purple-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-purple-700\/45 {
  background-color: rgb(109 40 217 / 0.45);
}
.bg-purple-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-purple-700\/55 {
  background-color: rgb(109 40 217 / 0.55);
}
.bg-purple-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-purple-700\/65 {
  background-color: rgb(109 40 217 / 0.65);
}
.bg-purple-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-purple-700\/85 {
  background-color: rgb(109 40 217 / 0.85);
}
.bg-purple-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-purple-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-purple-800\/15 {
  background-color: rgb(91 33 182 / 0.15);
}
.bg-purple-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-purple-800\/35 {
  background-color: rgb(91 33 182 / 0.35);
}
.bg-purple-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-purple-800\/45 {
  background-color: rgb(91 33 182 / 0.45);
}
.bg-purple-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-purple-800\/55 {
  background-color: rgb(91 33 182 / 0.55);
}
.bg-purple-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-purple-800\/65 {
  background-color: rgb(91 33 182 / 0.65);
}
.bg-purple-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-purple-800\/85 {
  background-color: rgb(91 33 182 / 0.85);
}
.bg-purple-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-purple-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-purple-900\/15 {
  background-color: rgb(76 29 149 / 0.15);
}
.bg-purple-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-purple-900\/35 {
  background-color: rgb(76 29 149 / 0.35);
}
.bg-purple-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-purple-900\/45 {
  background-color: rgb(76 29 149 / 0.45);
}
.bg-purple-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-purple-900\/55 {
  background-color: rgb(76 29 149 / 0.55);
}
.bg-purple-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-purple-900\/65 {
  background-color: rgb(76 29 149 / 0.65);
}
.bg-purple-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-purple-900\/85 {
  background-color: rgb(76 29 149 / 0.85);
}
.bg-purple-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(253 232 232 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(253 232 232 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(253 232 232 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(253 232 232 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(253 232 232 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(253 232 232 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(253 232 232 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(253 232 232 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(253 232 232 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(253 232 232 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(253 232 232 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(253 232 232 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(253 232 232 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(253 232 232 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(253 232 232 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(253 232 232 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(253 232 232 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(253 232 232 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(253 232 232 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(253 232 232 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(253 232 232 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(251 213 213 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(251 213 213 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(251 213 213 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(251 213 213 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(251 213 213 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(251 213 213 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(251 213 213 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(251 213 213 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(251 213 213 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(251 213 213 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(251 213 213 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(251 213 213 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(251 213 213 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(251 213 213 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(251 213 213 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(251 213 213 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(251 213 213 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(251 213 213 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(251 213 213 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(251 213 213 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(251 213 213 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 180 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(248 180 180 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(248 180 180 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(248 180 180 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(248 180 180 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(248 180 180 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(248 180 180 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(248 180 180 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(248 180 180 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(248 180 180 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(248 180 180 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(248 180 180 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(248 180 180 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(248 180 180 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(248 180 180 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(248 180 180 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(248 180 180 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(248 180 180 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(248 180 180 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(248 180 180 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(248 180 180 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(248 180 180 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 128 128 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(249 128 128 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(249 128 128 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(249 128 128 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(249 128 128 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(249 128 128 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(249 128 128 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(249 128 128 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(249 128 128 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(249 128 128 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(249 128 128 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(249 128 128 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(249 128 128 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(249 128 128 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(249 128 128 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(249 128 128 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(249 128 128 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(249 128 128 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(249 128 128 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(249 128 128 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(249 128 128 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(249 128 128 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity));
}
.bg-red-50\/0 {
  background-color: rgb(253 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(253 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(253 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(253 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(253 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(253 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(253 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(253 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(253 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(253 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(253 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(253 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(253 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(253 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(253 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(253 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(253 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(253 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(253 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(253 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(253 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(240 82 82 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(240 82 82 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(240 82 82 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(240 82 82 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(240 82 82 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(240 82 82 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(240 82 82 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(240 82 82 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(240 82 82 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(240 82 82 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(240 82 82 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(240 82 82 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(240 82 82 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(240 82 82 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(240 82 82 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(240 82 82 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(240 82 82 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(240 82 82 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(240 82 82 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(240 82 82 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(240 82 82 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(224 36 36 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(224 36 36 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(224 36 36 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(224 36 36 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(224 36 36 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(224 36 36 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(224 36 36 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(224 36 36 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(224 36 36 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(224 36 36 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(224 36 36 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(224 36 36 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(224 36 36 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(224 36 36 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(224 36 36 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(224 36 36 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(224 36 36 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(224 36 36 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(224 36 36 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(224 36 36 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(224 36 36 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(200 30 30 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(200 30 30 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(200 30 30 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(200 30 30 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(200 30 30 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(200 30 30 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(200 30 30 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(200 30 30 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(200 30 30 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(200 30 30 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(200 30 30 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(200 30 30 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(200 30 30 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(200 30 30 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(200 30 30 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(200 30 30 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(200 30 30 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(200 30 30 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(200 30 30 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(200 30 30 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(200 30 30 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(155 28 28 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(155 28 28 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(155 28 28 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(155 28 28 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(155 28 28 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(155 28 28 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(155 28 28 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(155 28 28 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(155 28 28 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(155 28 28 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(155 28 28 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(155 28 28 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(155 28 28 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(155 28 28 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(155 28 28 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(155 28 28 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(155 28 28 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(155 28 28 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(155 28 28 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(155 28 28 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(155 28 28 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(119 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(119 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(119 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(119 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(119 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(119 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(119 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(119 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(119 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(119 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(119 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(119 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(119 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(119 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(119 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(119 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(119 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(119 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(119 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(119 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(119 29 29 / 0.95);
}
.bg-royalblue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 240 253 / var(--tw-bg-opacity));
}
.bg-royalblue-100\/0 {
  background-color: rgb(227 240 253 / 0);
}
.bg-royalblue-100\/10 {
  background-color: rgb(227 240 253 / 0.1);
}
.bg-royalblue-100\/100 {
  background-color: rgb(227 240 253 / 1);
}
.bg-royalblue-100\/15 {
  background-color: rgb(227 240 253 / 0.15);
}
.bg-royalblue-100\/20 {
  background-color: rgb(227 240 253 / 0.2);
}
.bg-royalblue-100\/25 {
  background-color: rgb(227 240 253 / 0.25);
}
.bg-royalblue-100\/30 {
  background-color: rgb(227 240 253 / 0.3);
}
.bg-royalblue-100\/35 {
  background-color: rgb(227 240 253 / 0.35);
}
.bg-royalblue-100\/40 {
  background-color: rgb(227 240 253 / 0.4);
}
.bg-royalblue-100\/45 {
  background-color: rgb(227 240 253 / 0.45);
}
.bg-royalblue-100\/5 {
  background-color: rgb(227 240 253 / 0.05);
}
.bg-royalblue-100\/50 {
  background-color: rgb(227 240 253 / 0.5);
}
.bg-royalblue-100\/55 {
  background-color: rgb(227 240 253 / 0.55);
}
.bg-royalblue-100\/60 {
  background-color: rgb(227 240 253 / 0.6);
}
.bg-royalblue-100\/65 {
  background-color: rgb(227 240 253 / 0.65);
}
.bg-royalblue-100\/70 {
  background-color: rgb(227 240 253 / 0.7);
}
.bg-royalblue-100\/75 {
  background-color: rgb(227 240 253 / 0.75);
}
.bg-royalblue-100\/80 {
  background-color: rgb(227 240 253 / 0.8);
}
.bg-royalblue-100\/85 {
  background-color: rgb(227 240 253 / 0.85);
}
.bg-royalblue-100\/90 {
  background-color: rgb(227 240 253 / 0.9);
}
.bg-royalblue-100\/95 {
  background-color: rgb(227 240 253 / 0.95);
}
.bg-royalblue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 217 250 / var(--tw-bg-opacity));
}
.bg-royalblue-200\/0 {
  background-color: rgb(198 217 250 / 0);
}
.bg-royalblue-200\/10 {
  background-color: rgb(198 217 250 / 0.1);
}
.bg-royalblue-200\/100 {
  background-color: rgb(198 217 250 / 1);
}
.bg-royalblue-200\/15 {
  background-color: rgb(198 217 250 / 0.15);
}
.bg-royalblue-200\/20 {
  background-color: rgb(198 217 250 / 0.2);
}
.bg-royalblue-200\/25 {
  background-color: rgb(198 217 250 / 0.25);
}
.bg-royalblue-200\/30 {
  background-color: rgb(198 217 250 / 0.3);
}
.bg-royalblue-200\/35 {
  background-color: rgb(198 217 250 / 0.35);
}
.bg-royalblue-200\/40 {
  background-color: rgb(198 217 250 / 0.4);
}
.bg-royalblue-200\/45 {
  background-color: rgb(198 217 250 / 0.45);
}
.bg-royalblue-200\/5 {
  background-color: rgb(198 217 250 / 0.05);
}
.bg-royalblue-200\/50 {
  background-color: rgb(198 217 250 / 0.5);
}
.bg-royalblue-200\/55 {
  background-color: rgb(198 217 250 / 0.55);
}
.bg-royalblue-200\/60 {
  background-color: rgb(198 217 250 / 0.6);
}
.bg-royalblue-200\/65 {
  background-color: rgb(198 217 250 / 0.65);
}
.bg-royalblue-200\/70 {
  background-color: rgb(198 217 250 / 0.7);
}
.bg-royalblue-200\/75 {
  background-color: rgb(198 217 250 / 0.75);
}
.bg-royalblue-200\/80 {
  background-color: rgb(198 217 250 / 0.8);
}
.bg-royalblue-200\/85 {
  background-color: rgb(198 217 250 / 0.85);
}
.bg-royalblue-200\/90 {
  background-color: rgb(198 217 250 / 0.9);
}
.bg-royalblue-200\/95 {
  background-color: rgb(198 217 250 / 0.95);
}
.bg-royalblue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 182 243 / var(--tw-bg-opacity));
}
.bg-royalblue-300\/0 {
  background-color: rgb(157 182 243 / 0);
}
.bg-royalblue-300\/10 {
  background-color: rgb(157 182 243 / 0.1);
}
.bg-royalblue-300\/100 {
  background-color: rgb(157 182 243 / 1);
}
.bg-royalblue-300\/15 {
  background-color: rgb(157 182 243 / 0.15);
}
.bg-royalblue-300\/20 {
  background-color: rgb(157 182 243 / 0.2);
}
.bg-royalblue-300\/25 {
  background-color: rgb(157 182 243 / 0.25);
}
.bg-royalblue-300\/30 {
  background-color: rgb(157 182 243 / 0.3);
}
.bg-royalblue-300\/35 {
  background-color: rgb(157 182 243 / 0.35);
}
.bg-royalblue-300\/40 {
  background-color: rgb(157 182 243 / 0.4);
}
.bg-royalblue-300\/45 {
  background-color: rgb(157 182 243 / 0.45);
}
.bg-royalblue-300\/5 {
  background-color: rgb(157 182 243 / 0.05);
}
.bg-royalblue-300\/50 {
  background-color: rgb(157 182 243 / 0.5);
}
.bg-royalblue-300\/55 {
  background-color: rgb(157 182 243 / 0.55);
}
.bg-royalblue-300\/60 {
  background-color: rgb(157 182 243 / 0.6);
}
.bg-royalblue-300\/65 {
  background-color: rgb(157 182 243 / 0.65);
}
.bg-royalblue-300\/70 {
  background-color: rgb(157 182 243 / 0.7);
}
.bg-royalblue-300\/75 {
  background-color: rgb(157 182 243 / 0.75);
}
.bg-royalblue-300\/80 {
  background-color: rgb(157 182 243 / 0.8);
}
.bg-royalblue-300\/85 {
  background-color: rgb(157 182 243 / 0.85);
}
.bg-royalblue-300\/90 {
  background-color: rgb(157 182 243 / 0.9);
}
.bg-royalblue-300\/95 {
  background-color: rgb(157 182 243 / 0.95);
}
.bg-royalblue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(121 142 234 / var(--tw-bg-opacity));
}
.bg-royalblue-400\/0 {
  background-color: rgb(121 142 234 / 0);
}
.bg-royalblue-400\/10 {
  background-color: rgb(121 142 234 / 0.1);
}
.bg-royalblue-400\/100 {
  background-color: rgb(121 142 234 / 1);
}
.bg-royalblue-400\/15 {
  background-color: rgb(121 142 234 / 0.15);
}
.bg-royalblue-400\/20 {
  background-color: rgb(121 142 234 / 0.2);
}
.bg-royalblue-400\/25 {
  background-color: rgb(121 142 234 / 0.25);
}
.bg-royalblue-400\/30 {
  background-color: rgb(121 142 234 / 0.3);
}
.bg-royalblue-400\/35 {
  background-color: rgb(121 142 234 / 0.35);
}
.bg-royalblue-400\/40 {
  background-color: rgb(121 142 234 / 0.4);
}
.bg-royalblue-400\/45 {
  background-color: rgb(121 142 234 / 0.45);
}
.bg-royalblue-400\/5 {
  background-color: rgb(121 142 234 / 0.05);
}
.bg-royalblue-400\/50 {
  background-color: rgb(121 142 234 / 0.5);
}
.bg-royalblue-400\/55 {
  background-color: rgb(121 142 234 / 0.55);
}
.bg-royalblue-400\/60 {
  background-color: rgb(121 142 234 / 0.6);
}
.bg-royalblue-400\/65 {
  background-color: rgb(121 142 234 / 0.65);
}
.bg-royalblue-400\/70 {
  background-color: rgb(121 142 234 / 0.7);
}
.bg-royalblue-400\/75 {
  background-color: rgb(121 142 234 / 0.75);
}
.bg-royalblue-400\/80 {
  background-color: rgb(121 142 234 / 0.8);
}
.bg-royalblue-400\/85 {
  background-color: rgb(121 142 234 / 0.85);
}
.bg-royalblue-400\/90 {
  background-color: rgb(121 142 234 / 0.9);
}
.bg-royalblue-400\/95 {
  background-color: rgb(121 142 234 / 0.95);
}
.bg-royalblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 251 / var(--tw-bg-opacity));
}
.bg-royalblue-50\/0 {
  background-color: rgb(247 249 251 / 0);
}
.bg-royalblue-50\/10 {
  background-color: rgb(247 249 251 / 0.1);
}
.bg-royalblue-50\/100 {
  background-color: rgb(247 249 251 / 1);
}
.bg-royalblue-50\/15 {
  background-color: rgb(247 249 251 / 0.15);
}
.bg-royalblue-50\/20 {
  background-color: rgb(247 249 251 / 0.2);
}
.bg-royalblue-50\/25 {
  background-color: rgb(247 249 251 / 0.25);
}
.bg-royalblue-50\/30 {
  background-color: rgb(247 249 251 / 0.3);
}
.bg-royalblue-50\/35 {
  background-color: rgb(247 249 251 / 0.35);
}
.bg-royalblue-50\/40 {
  background-color: rgb(247 249 251 / 0.4);
}
.bg-royalblue-50\/45 {
  background-color: rgb(247 249 251 / 0.45);
}
.bg-royalblue-50\/5 {
  background-color: rgb(247 249 251 / 0.05);
}
.bg-royalblue-50\/50 {
  background-color: rgb(247 249 251 / 0.5);
}
.bg-royalblue-50\/55 {
  background-color: rgb(247 249 251 / 0.55);
}
.bg-royalblue-50\/60 {
  background-color: rgb(247 249 251 / 0.6);
}
.bg-royalblue-50\/65 {
  background-color: rgb(247 249 251 / 0.65);
}
.bg-royalblue-50\/70 {
  background-color: rgb(247 249 251 / 0.7);
}
.bg-royalblue-50\/75 {
  background-color: rgb(247 249 251 / 0.75);
}
.bg-royalblue-50\/80 {
  background-color: rgb(247 249 251 / 0.8);
}
.bg-royalblue-50\/85 {
  background-color: rgb(247 249 251 / 0.85);
}
.bg-royalblue-50\/90 {
  background-color: rgb(247 249 251 / 0.9);
}
.bg-royalblue-50\/95 {
  background-color: rgb(247 249 251 / 0.95);
}
.bg-royalblue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 105 226 / var(--tw-bg-opacity));
}
.bg-royalblue-500\/0 {
  background-color: rgb(97 105 226 / 0);
}
.bg-royalblue-500\/10 {
  background-color: rgb(97 105 226 / 0.1);
}
.bg-royalblue-500\/100 {
  background-color: rgb(97 105 226 / 1);
}
.bg-royalblue-500\/15 {
  background-color: rgb(97 105 226 / 0.15);
}
.bg-royalblue-500\/20 {
  background-color: rgb(97 105 226 / 0.2);
}
.bg-royalblue-500\/25 {
  background-color: rgb(97 105 226 / 0.25);
}
.bg-royalblue-500\/30 {
  background-color: rgb(97 105 226 / 0.3);
}
.bg-royalblue-500\/35 {
  background-color: rgb(97 105 226 / 0.35);
}
.bg-royalblue-500\/40 {
  background-color: rgb(97 105 226 / 0.4);
}
.bg-royalblue-500\/45 {
  background-color: rgb(97 105 226 / 0.45);
}
.bg-royalblue-500\/5 {
  background-color: rgb(97 105 226 / 0.05);
}
.bg-royalblue-500\/50 {
  background-color: rgb(97 105 226 / 0.5);
}
.bg-royalblue-500\/55 {
  background-color: rgb(97 105 226 / 0.55);
}
.bg-royalblue-500\/60 {
  background-color: rgb(97 105 226 / 0.6);
}
.bg-royalblue-500\/65 {
  background-color: rgb(97 105 226 / 0.65);
}
.bg-royalblue-500\/70 {
  background-color: rgb(97 105 226 / 0.7);
}
.bg-royalblue-500\/75 {
  background-color: rgb(97 105 226 / 0.75);
}
.bg-royalblue-500\/80 {
  background-color: rgb(97 105 226 / 0.8);
}
.bg-royalblue-500\/85 {
  background-color: rgb(97 105 226 / 0.85);
}
.bg-royalblue-500\/90 {
  background-color: rgb(97 105 226 / 0.9);
}
.bg-royalblue-500\/95 {
  background-color: rgb(97 105 226 / 0.95);
}
.bg-royalblue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 77 212 / var(--tw-bg-opacity));
}
.bg-royalblue-600\/0 {
  background-color: rgb(80 77 212 / 0);
}
.bg-royalblue-600\/10 {
  background-color: rgb(80 77 212 / 0.1);
}
.bg-royalblue-600\/100 {
  background-color: rgb(80 77 212 / 1);
}
.bg-royalblue-600\/15 {
  background-color: rgb(80 77 212 / 0.15);
}
.bg-royalblue-600\/20 {
  background-color: rgb(80 77 212 / 0.2);
}
.bg-royalblue-600\/25 {
  background-color: rgb(80 77 212 / 0.25);
}
.bg-royalblue-600\/30 {
  background-color: rgb(80 77 212 / 0.3);
}
.bg-royalblue-600\/35 {
  background-color: rgb(80 77 212 / 0.35);
}
.bg-royalblue-600\/40 {
  background-color: rgb(80 77 212 / 0.4);
}
.bg-royalblue-600\/45 {
  background-color: rgb(80 77 212 / 0.45);
}
.bg-royalblue-600\/5 {
  background-color: rgb(80 77 212 / 0.05);
}
.bg-royalblue-600\/50 {
  background-color: rgb(80 77 212 / 0.5);
}
.bg-royalblue-600\/55 {
  background-color: rgb(80 77 212 / 0.55);
}
.bg-royalblue-600\/60 {
  background-color: rgb(80 77 212 / 0.6);
}
.bg-royalblue-600\/65 {
  background-color: rgb(80 77 212 / 0.65);
}
.bg-royalblue-600\/70 {
  background-color: rgb(80 77 212 / 0.7);
}
.bg-royalblue-600\/75 {
  background-color: rgb(80 77 212 / 0.75);
}
.bg-royalblue-600\/80 {
  background-color: rgb(80 77 212 / 0.8);
}
.bg-royalblue-600\/85 {
  background-color: rgb(80 77 212 / 0.85);
}
.bg-royalblue-600\/90 {
  background-color: rgb(80 77 212 / 0.9);
}
.bg-royalblue-600\/95 {
  background-color: rgb(80 77 212 / 0.95);
}
.bg-royalblue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 57 180 / var(--tw-bg-opacity));
}
.bg-royalblue-700\/0 {
  background-color: rgb(61 57 180 / 0);
}
.bg-royalblue-700\/10 {
  background-color: rgb(61 57 180 / 0.1);
}
.bg-royalblue-700\/100 {
  background-color: rgb(61 57 180 / 1);
}
.bg-royalblue-700\/15 {
  background-color: rgb(61 57 180 / 0.15);
}
.bg-royalblue-700\/20 {
  background-color: rgb(61 57 180 / 0.2);
}
.bg-royalblue-700\/25 {
  background-color: rgb(61 57 180 / 0.25);
}
.bg-royalblue-700\/30 {
  background-color: rgb(61 57 180 / 0.3);
}
.bg-royalblue-700\/35 {
  background-color: rgb(61 57 180 / 0.35);
}
.bg-royalblue-700\/40 {
  background-color: rgb(61 57 180 / 0.4);
}
.bg-royalblue-700\/45 {
  background-color: rgb(61 57 180 / 0.45);
}
.bg-royalblue-700\/5 {
  background-color: rgb(61 57 180 / 0.05);
}
.bg-royalblue-700\/50 {
  background-color: rgb(61 57 180 / 0.5);
}
.bg-royalblue-700\/55 {
  background-color: rgb(61 57 180 / 0.55);
}
.bg-royalblue-700\/60 {
  background-color: rgb(61 57 180 / 0.6);
}
.bg-royalblue-700\/65 {
  background-color: rgb(61 57 180 / 0.65);
}
.bg-royalblue-700\/70 {
  background-color: rgb(61 57 180 / 0.7);
}
.bg-royalblue-700\/75 {
  background-color: rgb(61 57 180 / 0.75);
}
.bg-royalblue-700\/80 {
  background-color: rgb(61 57 180 / 0.8);
}
.bg-royalblue-700\/85 {
  background-color: rgb(61 57 180 / 0.85);
}
.bg-royalblue-700\/90 {
  background-color: rgb(61 57 180 / 0.9);
}
.bg-royalblue-700\/95 {
  background-color: rgb(61 57 180 / 0.95);
}
.bg-royalblue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 39 134 / var(--tw-bg-opacity));
}
.bg-royalblue-800\/0 {
  background-color: rgb(42 39 134 / 0);
}
.bg-royalblue-800\/10 {
  background-color: rgb(42 39 134 / 0.1);
}
.bg-royalblue-800\/100 {
  background-color: rgb(42 39 134 / 1);
}
.bg-royalblue-800\/15 {
  background-color: rgb(42 39 134 / 0.15);
}
.bg-royalblue-800\/20 {
  background-color: rgb(42 39 134 / 0.2);
}
.bg-royalblue-800\/25 {
  background-color: rgb(42 39 134 / 0.25);
}
.bg-royalblue-800\/30 {
  background-color: rgb(42 39 134 / 0.3);
}
.bg-royalblue-800\/35 {
  background-color: rgb(42 39 134 / 0.35);
}
.bg-royalblue-800\/40 {
  background-color: rgb(42 39 134 / 0.4);
}
.bg-royalblue-800\/45 {
  background-color: rgb(42 39 134 / 0.45);
}
.bg-royalblue-800\/5 {
  background-color: rgb(42 39 134 / 0.05);
}
.bg-royalblue-800\/50 {
  background-color: rgb(42 39 134 / 0.5);
}
.bg-royalblue-800\/55 {
  background-color: rgb(42 39 134 / 0.55);
}
.bg-royalblue-800\/60 {
  background-color: rgb(42 39 134 / 0.6);
}
.bg-royalblue-800\/65 {
  background-color: rgb(42 39 134 / 0.65);
}
.bg-royalblue-800\/70 {
  background-color: rgb(42 39 134 / 0.7);
}
.bg-royalblue-800\/75 {
  background-color: rgb(42 39 134 / 0.75);
}
.bg-royalblue-800\/80 {
  background-color: rgb(42 39 134 / 0.8);
}
.bg-royalblue-800\/85 {
  background-color: rgb(42 39 134 / 0.85);
}
.bg-royalblue-800\/90 {
  background-color: rgb(42 39 134 / 0.9);
}
.bg-royalblue-800\/95 {
  background-color: rgb(42 39 134 / 0.95);
}
.bg-royalblue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 24 84 / var(--tw-bg-opacity));
}
.bg-royalblue-900\/0 {
  background-color: rgb(23 24 84 / 0);
}
.bg-royalblue-900\/10 {
  background-color: rgb(23 24 84 / 0.1);
}
.bg-royalblue-900\/100 {
  background-color: rgb(23 24 84 / 1);
}
.bg-royalblue-900\/15 {
  background-color: rgb(23 24 84 / 0.15);
}
.bg-royalblue-900\/20 {
  background-color: rgb(23 24 84 / 0.2);
}
.bg-royalblue-900\/25 {
  background-color: rgb(23 24 84 / 0.25);
}
.bg-royalblue-900\/30 {
  background-color: rgb(23 24 84 / 0.3);
}
.bg-royalblue-900\/35 {
  background-color: rgb(23 24 84 / 0.35);
}
.bg-royalblue-900\/40 {
  background-color: rgb(23 24 84 / 0.4);
}
.bg-royalblue-900\/45 {
  background-color: rgb(23 24 84 / 0.45);
}
.bg-royalblue-900\/5 {
  background-color: rgb(23 24 84 / 0.05);
}
.bg-royalblue-900\/50 {
  background-color: rgb(23 24 84 / 0.5);
}
.bg-royalblue-900\/55 {
  background-color: rgb(23 24 84 / 0.55);
}
.bg-royalblue-900\/60 {
  background-color: rgb(23 24 84 / 0.6);
}
.bg-royalblue-900\/65 {
  background-color: rgb(23 24 84 / 0.65);
}
.bg-royalblue-900\/70 {
  background-color: rgb(23 24 84 / 0.7);
}
.bg-royalblue-900\/75 {
  background-color: rgb(23 24 84 / 0.75);
}
.bg-royalblue-900\/80 {
  background-color: rgb(23 24 84 / 0.8);
}
.bg-royalblue-900\/85 {
  background-color: rgb(23 24 84 / 0.85);
}
.bg-royalblue-900\/90 {
  background-color: rgb(23 24 84 / 0.9);
}
.bg-royalblue-900\/95 {
  background-color: rgb(23 24 84 / 0.95);
}
.bg-seagreen-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 240 228 / var(--tw-bg-opacity));
}
.bg-seagreen-100\/0 {
  background-color: rgb(232 240 228 / 0);
}
.bg-seagreen-100\/10 {
  background-color: rgb(232 240 228 / 0.1);
}
.bg-seagreen-100\/100 {
  background-color: rgb(232 240 228 / 1);
}
.bg-seagreen-100\/15 {
  background-color: rgb(232 240 228 / 0.15);
}
.bg-seagreen-100\/20 {
  background-color: rgb(232 240 228 / 0.2);
}
.bg-seagreen-100\/25 {
  background-color: rgb(232 240 228 / 0.25);
}
.bg-seagreen-100\/30 {
  background-color: rgb(232 240 228 / 0.3);
}
.bg-seagreen-100\/35 {
  background-color: rgb(232 240 228 / 0.35);
}
.bg-seagreen-100\/40 {
  background-color: rgb(232 240 228 / 0.4);
}
.bg-seagreen-100\/45 {
  background-color: rgb(232 240 228 / 0.45);
}
.bg-seagreen-100\/5 {
  background-color: rgb(232 240 228 / 0.05);
}
.bg-seagreen-100\/50 {
  background-color: rgb(232 240 228 / 0.5);
}
.bg-seagreen-100\/55 {
  background-color: rgb(232 240 228 / 0.55);
}
.bg-seagreen-100\/60 {
  background-color: rgb(232 240 228 / 0.6);
}
.bg-seagreen-100\/65 {
  background-color: rgb(232 240 228 / 0.65);
}
.bg-seagreen-100\/70 {
  background-color: rgb(232 240 228 / 0.7);
}
.bg-seagreen-100\/75 {
  background-color: rgb(232 240 228 / 0.75);
}
.bg-seagreen-100\/80 {
  background-color: rgb(232 240 228 / 0.8);
}
.bg-seagreen-100\/85 {
  background-color: rgb(232 240 228 / 0.85);
}
.bg-seagreen-100\/90 {
  background-color: rgb(232 240 228 / 0.9);
}
.bg-seagreen-100\/95 {
  background-color: rgb(232 240 228 / 0.95);
}
.bg-seagreen-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 228 195 / var(--tw-bg-opacity));
}
.bg-seagreen-200\/0 {
  background-color: rgb(201 228 195 / 0);
}
.bg-seagreen-200\/10 {
  background-color: rgb(201 228 195 / 0.1);
}
.bg-seagreen-200\/100 {
  background-color: rgb(201 228 195 / 1);
}
.bg-seagreen-200\/15 {
  background-color: rgb(201 228 195 / 0.15);
}
.bg-seagreen-200\/20 {
  background-color: rgb(201 228 195 / 0.2);
}
.bg-seagreen-200\/25 {
  background-color: rgb(201 228 195 / 0.25);
}
.bg-seagreen-200\/30 {
  background-color: rgb(201 228 195 / 0.3);
}
.bg-seagreen-200\/35 {
  background-color: rgb(201 228 195 / 0.35);
}
.bg-seagreen-200\/40 {
  background-color: rgb(201 228 195 / 0.4);
}
.bg-seagreen-200\/45 {
  background-color: rgb(201 228 195 / 0.45);
}
.bg-seagreen-200\/5 {
  background-color: rgb(201 228 195 / 0.05);
}
.bg-seagreen-200\/50 {
  background-color: rgb(201 228 195 / 0.5);
}
.bg-seagreen-200\/55 {
  background-color: rgb(201 228 195 / 0.55);
}
.bg-seagreen-200\/60 {
  background-color: rgb(201 228 195 / 0.6);
}
.bg-seagreen-200\/65 {
  background-color: rgb(201 228 195 / 0.65);
}
.bg-seagreen-200\/70 {
  background-color: rgb(201 228 195 / 0.7);
}
.bg-seagreen-200\/75 {
  background-color: rgb(201 228 195 / 0.75);
}
.bg-seagreen-200\/80 {
  background-color: rgb(201 228 195 / 0.8);
}
.bg-seagreen-200\/85 {
  background-color: rgb(201 228 195 / 0.85);
}
.bg-seagreen-200\/90 {
  background-color: rgb(201 228 195 / 0.9);
}
.bg-seagreen-200\/95 {
  background-color: rgb(201 228 195 / 0.95);
}
.bg-seagreen-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(150 198 145 / var(--tw-bg-opacity));
}
.bg-seagreen-300\/0 {
  background-color: rgb(150 198 145 / 0);
}
.bg-seagreen-300\/10 {
  background-color: rgb(150 198 145 / 0.1);
}
.bg-seagreen-300\/100 {
  background-color: rgb(150 198 145 / 1);
}
.bg-seagreen-300\/15 {
  background-color: rgb(150 198 145 / 0.15);
}
.bg-seagreen-300\/20 {
  background-color: rgb(150 198 145 / 0.2);
}
.bg-seagreen-300\/25 {
  background-color: rgb(150 198 145 / 0.25);
}
.bg-seagreen-300\/30 {
  background-color: rgb(150 198 145 / 0.3);
}
.bg-seagreen-300\/35 {
  background-color: rgb(150 198 145 / 0.35);
}
.bg-seagreen-300\/40 {
  background-color: rgb(150 198 145 / 0.4);
}
.bg-seagreen-300\/45 {
  background-color: rgb(150 198 145 / 0.45);
}
.bg-seagreen-300\/5 {
  background-color: rgb(150 198 145 / 0.05);
}
.bg-seagreen-300\/50 {
  background-color: rgb(150 198 145 / 0.5);
}
.bg-seagreen-300\/55 {
  background-color: rgb(150 198 145 / 0.55);
}
.bg-seagreen-300\/60 {
  background-color: rgb(150 198 145 / 0.6);
}
.bg-seagreen-300\/65 {
  background-color: rgb(150 198 145 / 0.65);
}
.bg-seagreen-300\/70 {
  background-color: rgb(150 198 145 / 0.7);
}
.bg-seagreen-300\/75 {
  background-color: rgb(150 198 145 / 0.75);
}
.bg-seagreen-300\/80 {
  background-color: rgb(150 198 145 / 0.8);
}
.bg-seagreen-300\/85 {
  background-color: rgb(150 198 145 / 0.85);
}
.bg-seagreen-300\/90 {
  background-color: rgb(150 198 145 / 0.9);
}
.bg-seagreen-300\/95 {
  background-color: rgb(150 198 145 / 0.95);
}
.bg-seagreen-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 164 96 / var(--tw-bg-opacity));
}
.bg-seagreen-400\/0 {
  background-color: rgb(82 164 96 / 0);
}
.bg-seagreen-400\/10 {
  background-color: rgb(82 164 96 / 0.1);
}
.bg-seagreen-400\/100 {
  background-color: rgb(82 164 96 / 1);
}
.bg-seagreen-400\/15 {
  background-color: rgb(82 164 96 / 0.15);
}
.bg-seagreen-400\/20 {
  background-color: rgb(82 164 96 / 0.2);
}
.bg-seagreen-400\/25 {
  background-color: rgb(82 164 96 / 0.25);
}
.bg-seagreen-400\/30 {
  background-color: rgb(82 164 96 / 0.3);
}
.bg-seagreen-400\/35 {
  background-color: rgb(82 164 96 / 0.35);
}
.bg-seagreen-400\/40 {
  background-color: rgb(82 164 96 / 0.4);
}
.bg-seagreen-400\/45 {
  background-color: rgb(82 164 96 / 0.45);
}
.bg-seagreen-400\/5 {
  background-color: rgb(82 164 96 / 0.05);
}
.bg-seagreen-400\/50 {
  background-color: rgb(82 164 96 / 0.5);
}
.bg-seagreen-400\/55 {
  background-color: rgb(82 164 96 / 0.55);
}
.bg-seagreen-400\/60 {
  background-color: rgb(82 164 96 / 0.6);
}
.bg-seagreen-400\/65 {
  background-color: rgb(82 164 96 / 0.65);
}
.bg-seagreen-400\/70 {
  background-color: rgb(82 164 96 / 0.7);
}
.bg-seagreen-400\/75 {
  background-color: rgb(82 164 96 / 0.75);
}
.bg-seagreen-400\/80 {
  background-color: rgb(82 164 96 / 0.8);
}
.bg-seagreen-400\/85 {
  background-color: rgb(82 164 96 / 0.85);
}
.bg-seagreen-400\/90 {
  background-color: rgb(82 164 96 / 0.9);
}
.bg-seagreen-400\/95 {
  background-color: rgb(82 164 96 / 0.95);
}
.bg-seagreen-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 244 / var(--tw-bg-opacity));
}
.bg-seagreen-50\/0 {
  background-color: rgb(245 247 244 / 0);
}
.bg-seagreen-50\/10 {
  background-color: rgb(245 247 244 / 0.1);
}
.bg-seagreen-50\/100 {
  background-color: rgb(245 247 244 / 1);
}
.bg-seagreen-50\/15 {
  background-color: rgb(245 247 244 / 0.15);
}
.bg-seagreen-50\/20 {
  background-color: rgb(245 247 244 / 0.2);
}
.bg-seagreen-50\/25 {
  background-color: rgb(245 247 244 / 0.25);
}
.bg-seagreen-50\/30 {
  background-color: rgb(245 247 244 / 0.3);
}
.bg-seagreen-50\/35 {
  background-color: rgb(245 247 244 / 0.35);
}
.bg-seagreen-50\/40 {
  background-color: rgb(245 247 244 / 0.4);
}
.bg-seagreen-50\/45 {
  background-color: rgb(245 247 244 / 0.45);
}
.bg-seagreen-50\/5 {
  background-color: rgb(245 247 244 / 0.05);
}
.bg-seagreen-50\/50 {
  background-color: rgb(245 247 244 / 0.5);
}
.bg-seagreen-50\/55 {
  background-color: rgb(245 247 244 / 0.55);
}
.bg-seagreen-50\/60 {
  background-color: rgb(245 247 244 / 0.6);
}
.bg-seagreen-50\/65 {
  background-color: rgb(245 247 244 / 0.65);
}
.bg-seagreen-50\/70 {
  background-color: rgb(245 247 244 / 0.7);
}
.bg-seagreen-50\/75 {
  background-color: rgb(245 247 244 / 0.75);
}
.bg-seagreen-50\/80 {
  background-color: rgb(245 247 244 / 0.8);
}
.bg-seagreen-50\/85 {
  background-color: rgb(245 247 244 / 0.85);
}
.bg-seagreen-50\/90 {
  background-color: rgb(245 247 244 / 0.9);
}
.bg-seagreen-50\/95 {
  background-color: rgb(245 247 244 / 0.95);
}
.bg-seagreen-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 135 59 / var(--tw-bg-opacity));
}
.bg-seagreen-500\/0 {
  background-color: rgb(58 135 59 / 0);
}
.bg-seagreen-500\/10 {
  background-color: rgb(58 135 59 / 0.1);
}
.bg-seagreen-500\/100 {
  background-color: rgb(58 135 59 / 1);
}
.bg-seagreen-500\/15 {
  background-color: rgb(58 135 59 / 0.15);
}
.bg-seagreen-500\/20 {
  background-color: rgb(58 135 59 / 0.2);
}
.bg-seagreen-500\/25 {
  background-color: rgb(58 135 59 / 0.25);
}
.bg-seagreen-500\/30 {
  background-color: rgb(58 135 59 / 0.3);
}
.bg-seagreen-500\/35 {
  background-color: rgb(58 135 59 / 0.35);
}
.bg-seagreen-500\/40 {
  background-color: rgb(58 135 59 / 0.4);
}
.bg-seagreen-500\/45 {
  background-color: rgb(58 135 59 / 0.45);
}
.bg-seagreen-500\/5 {
  background-color: rgb(58 135 59 / 0.05);
}
.bg-seagreen-500\/50 {
  background-color: rgb(58 135 59 / 0.5);
}
.bg-seagreen-500\/55 {
  background-color: rgb(58 135 59 / 0.55);
}
.bg-seagreen-500\/60 {
  background-color: rgb(58 135 59 / 0.6);
}
.bg-seagreen-500\/65 {
  background-color: rgb(58 135 59 / 0.65);
}
.bg-seagreen-500\/70 {
  background-color: rgb(58 135 59 / 0.7);
}
.bg-seagreen-500\/75 {
  background-color: rgb(58 135 59 / 0.75);
}
.bg-seagreen-500\/80 {
  background-color: rgb(58 135 59 / 0.8);
}
.bg-seagreen-500\/85 {
  background-color: rgb(58 135 59 / 0.85);
}
.bg-seagreen-500\/90 {
  background-color: rgb(58 135 59 / 0.9);
}
.bg-seagreen-500\/95 {
  background-color: rgb(58 135 59 / 0.95);
}
.bg-seagreen-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 111 41 / var(--tw-bg-opacity));
}
.bg-seagreen-600\/0 {
  background-color: rgb(47 111 41 / 0);
}
.bg-seagreen-600\/10 {
  background-color: rgb(47 111 41 / 0.1);
}
.bg-seagreen-600\/100 {
  background-color: rgb(47 111 41 / 1);
}
.bg-seagreen-600\/15 {
  background-color: rgb(47 111 41 / 0.15);
}
.bg-seagreen-600\/20 {
  background-color: rgb(47 111 41 / 0.2);
}
.bg-seagreen-600\/25 {
  background-color: rgb(47 111 41 / 0.25);
}
.bg-seagreen-600\/30 {
  background-color: rgb(47 111 41 / 0.3);
}
.bg-seagreen-600\/35 {
  background-color: rgb(47 111 41 / 0.35);
}
.bg-seagreen-600\/40 {
  background-color: rgb(47 111 41 / 0.4);
}
.bg-seagreen-600\/45 {
  background-color: rgb(47 111 41 / 0.45);
}
.bg-seagreen-600\/5 {
  background-color: rgb(47 111 41 / 0.05);
}
.bg-seagreen-600\/50 {
  background-color: rgb(47 111 41 / 0.5);
}
.bg-seagreen-600\/55 {
  background-color: rgb(47 111 41 / 0.55);
}
.bg-seagreen-600\/60 {
  background-color: rgb(47 111 41 / 0.6);
}
.bg-seagreen-600\/65 {
  background-color: rgb(47 111 41 / 0.65);
}
.bg-seagreen-600\/70 {
  background-color: rgb(47 111 41 / 0.7);
}
.bg-seagreen-600\/75 {
  background-color: rgb(47 111 41 / 0.75);
}
.bg-seagreen-600\/80 {
  background-color: rgb(47 111 41 / 0.8);
}
.bg-seagreen-600\/85 {
  background-color: rgb(47 111 41 / 0.85);
}
.bg-seagreen-600\/90 {
  background-color: rgb(47 111 41 / 0.9);
}
.bg-seagreen-600\/95 {
  background-color: rgb(47 111 41 / 0.95);
}
.bg-seagreen-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 84 34 / var(--tw-bg-opacity));
}
.bg-seagreen-700\/0 {
  background-color: rgb(40 84 34 / 0);
}
.bg-seagreen-700\/10 {
  background-color: rgb(40 84 34 / 0.1);
}
.bg-seagreen-700\/100 {
  background-color: rgb(40 84 34 / 1);
}
.bg-seagreen-700\/15 {
  background-color: rgb(40 84 34 / 0.15);
}
.bg-seagreen-700\/20 {
  background-color: rgb(40 84 34 / 0.2);
}
.bg-seagreen-700\/25 {
  background-color: rgb(40 84 34 / 0.25);
}
.bg-seagreen-700\/30 {
  background-color: rgb(40 84 34 / 0.3);
}
.bg-seagreen-700\/35 {
  background-color: rgb(40 84 34 / 0.35);
}
.bg-seagreen-700\/40 {
  background-color: rgb(40 84 34 / 0.4);
}
.bg-seagreen-700\/45 {
  background-color: rgb(40 84 34 / 0.45);
}
.bg-seagreen-700\/5 {
  background-color: rgb(40 84 34 / 0.05);
}
.bg-seagreen-700\/50 {
  background-color: rgb(40 84 34 / 0.5);
}
.bg-seagreen-700\/55 {
  background-color: rgb(40 84 34 / 0.55);
}
.bg-seagreen-700\/60 {
  background-color: rgb(40 84 34 / 0.6);
}
.bg-seagreen-700\/65 {
  background-color: rgb(40 84 34 / 0.65);
}
.bg-seagreen-700\/70 {
  background-color: rgb(40 84 34 / 0.7);
}
.bg-seagreen-700\/75 {
  background-color: rgb(40 84 34 / 0.75);
}
.bg-seagreen-700\/80 {
  background-color: rgb(40 84 34 / 0.8);
}
.bg-seagreen-700\/85 {
  background-color: rgb(40 84 34 / 0.85);
}
.bg-seagreen-700\/90 {
  background-color: rgb(40 84 34 / 0.9);
}
.bg-seagreen-700\/95 {
  background-color: rgb(40 84 34 / 0.95);
}
.bg-seagreen-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 57 27 / var(--tw-bg-opacity));
}
.bg-seagreen-800\/0 {
  background-color: rgb(28 57 27 / 0);
}
.bg-seagreen-800\/10 {
  background-color: rgb(28 57 27 / 0.1);
}
.bg-seagreen-800\/100 {
  background-color: rgb(28 57 27 / 1);
}
.bg-seagreen-800\/15 {
  background-color: rgb(28 57 27 / 0.15);
}
.bg-seagreen-800\/20 {
  background-color: rgb(28 57 27 / 0.2);
}
.bg-seagreen-800\/25 {
  background-color: rgb(28 57 27 / 0.25);
}
.bg-seagreen-800\/30 {
  background-color: rgb(28 57 27 / 0.3);
}
.bg-seagreen-800\/35 {
  background-color: rgb(28 57 27 / 0.35);
}
.bg-seagreen-800\/40 {
  background-color: rgb(28 57 27 / 0.4);
}
.bg-seagreen-800\/45 {
  background-color: rgb(28 57 27 / 0.45);
}
.bg-seagreen-800\/5 {
  background-color: rgb(28 57 27 / 0.05);
}
.bg-seagreen-800\/50 {
  background-color: rgb(28 57 27 / 0.5);
}
.bg-seagreen-800\/55 {
  background-color: rgb(28 57 27 / 0.55);
}
.bg-seagreen-800\/60 {
  background-color: rgb(28 57 27 / 0.6);
}
.bg-seagreen-800\/65 {
  background-color: rgb(28 57 27 / 0.65);
}
.bg-seagreen-800\/70 {
  background-color: rgb(28 57 27 / 0.7);
}
.bg-seagreen-800\/75 {
  background-color: rgb(28 57 27 / 0.75);
}
.bg-seagreen-800\/80 {
  background-color: rgb(28 57 27 / 0.8);
}
.bg-seagreen-800\/85 {
  background-color: rgb(28 57 27 / 0.85);
}
.bg-seagreen-800\/90 {
  background-color: rgb(28 57 27 / 0.9);
}
.bg-seagreen-800\/95 {
  background-color: rgb(28 57 27 / 0.95);
}
.bg-seagreen-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 35 20 / var(--tw-bg-opacity));
}
.bg-seagreen-900\/0 {
  background-color: rgb(19 35 20 / 0);
}
.bg-seagreen-900\/10 {
  background-color: rgb(19 35 20 / 0.1);
}
.bg-seagreen-900\/100 {
  background-color: rgb(19 35 20 / 1);
}
.bg-seagreen-900\/15 {
  background-color: rgb(19 35 20 / 0.15);
}
.bg-seagreen-900\/20 {
  background-color: rgb(19 35 20 / 0.2);
}
.bg-seagreen-900\/25 {
  background-color: rgb(19 35 20 / 0.25);
}
.bg-seagreen-900\/30 {
  background-color: rgb(19 35 20 / 0.3);
}
.bg-seagreen-900\/35 {
  background-color: rgb(19 35 20 / 0.35);
}
.bg-seagreen-900\/40 {
  background-color: rgb(19 35 20 / 0.4);
}
.bg-seagreen-900\/45 {
  background-color: rgb(19 35 20 / 0.45);
}
.bg-seagreen-900\/5 {
  background-color: rgb(19 35 20 / 0.05);
}
.bg-seagreen-900\/50 {
  background-color: rgb(19 35 20 / 0.5);
}
.bg-seagreen-900\/55 {
  background-color: rgb(19 35 20 / 0.55);
}
.bg-seagreen-900\/60 {
  background-color: rgb(19 35 20 / 0.6);
}
.bg-seagreen-900\/65 {
  background-color: rgb(19 35 20 / 0.65);
}
.bg-seagreen-900\/70 {
  background-color: rgb(19 35 20 / 0.7);
}
.bg-seagreen-900\/75 {
  background-color: rgb(19 35 20 / 0.75);
}
.bg-seagreen-900\/80 {
  background-color: rgb(19 35 20 / 0.8);
}
.bg-seagreen-900\/85 {
  background-color: rgb(19 35 20 / 0.85);
}
.bg-seagreen-900\/90 {
  background-color: rgb(19 35 20 / 0.9);
}
.bg-seagreen-900\/95 {
  background-color: rgb(19 35 20 / 0.95);
}
.bg-steel-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 241 249 / var(--tw-bg-opacity));
}
.bg-steel-100\/0 {
  background-color: rgb(215 241 249 / 0);
}
.bg-steel-100\/10 {
  background-color: rgb(215 241 249 / 0.1);
}
.bg-steel-100\/100 {
  background-color: rgb(215 241 249 / 1);
}
.bg-steel-100\/15 {
  background-color: rgb(215 241 249 / 0.15);
}
.bg-steel-100\/20 {
  background-color: rgb(215 241 249 / 0.2);
}
.bg-steel-100\/25 {
  background-color: rgb(215 241 249 / 0.25);
}
.bg-steel-100\/30 {
  background-color: rgb(215 241 249 / 0.3);
}
.bg-steel-100\/35 {
  background-color: rgb(215 241 249 / 0.35);
}
.bg-steel-100\/40 {
  background-color: rgb(215 241 249 / 0.4);
}
.bg-steel-100\/45 {
  background-color: rgb(215 241 249 / 0.45);
}
.bg-steel-100\/5 {
  background-color: rgb(215 241 249 / 0.05);
}
.bg-steel-100\/50 {
  background-color: rgb(215 241 249 / 0.5);
}
.bg-steel-100\/55 {
  background-color: rgb(215 241 249 / 0.55);
}
.bg-steel-100\/60 {
  background-color: rgb(215 241 249 / 0.6);
}
.bg-steel-100\/65 {
  background-color: rgb(215 241 249 / 0.65);
}
.bg-steel-100\/70 {
  background-color: rgb(215 241 249 / 0.7);
}
.bg-steel-100\/75 {
  background-color: rgb(215 241 249 / 0.75);
}
.bg-steel-100\/80 {
  background-color: rgb(215 241 249 / 0.8);
}
.bg-steel-100\/85 {
  background-color: rgb(215 241 249 / 0.85);
}
.bg-steel-100\/90 {
  background-color: rgb(215 241 249 / 0.9);
}
.bg-steel-100\/95 {
  background-color: rgb(215 241 249 / 0.95);
}
.bg-steel-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 227 242 / var(--tw-bg-opacity));
}
.bg-steel-200\/0 {
  background-color: rgb(168 227 242 / 0);
}
.bg-steel-200\/10 {
  background-color: rgb(168 227 242 / 0.1);
}
.bg-steel-200\/100 {
  background-color: rgb(168 227 242 / 1);
}
.bg-steel-200\/15 {
  background-color: rgb(168 227 242 / 0.15);
}
.bg-steel-200\/20 {
  background-color: rgb(168 227 242 / 0.2);
}
.bg-steel-200\/25 {
  background-color: rgb(168 227 242 / 0.25);
}
.bg-steel-200\/30 {
  background-color: rgb(168 227 242 / 0.3);
}
.bg-steel-200\/35 {
  background-color: rgb(168 227 242 / 0.35);
}
.bg-steel-200\/40 {
  background-color: rgb(168 227 242 / 0.4);
}
.bg-steel-200\/45 {
  background-color: rgb(168 227 242 / 0.45);
}
.bg-steel-200\/5 {
  background-color: rgb(168 227 242 / 0.05);
}
.bg-steel-200\/50 {
  background-color: rgb(168 227 242 / 0.5);
}
.bg-steel-200\/55 {
  background-color: rgb(168 227 242 / 0.55);
}
.bg-steel-200\/60 {
  background-color: rgb(168 227 242 / 0.6);
}
.bg-steel-200\/65 {
  background-color: rgb(168 227 242 / 0.65);
}
.bg-steel-200\/70 {
  background-color: rgb(168 227 242 / 0.7);
}
.bg-steel-200\/75 {
  background-color: rgb(168 227 242 / 0.75);
}
.bg-steel-200\/80 {
  background-color: rgb(168 227 242 / 0.8);
}
.bg-steel-200\/85 {
  background-color: rgb(168 227 242 / 0.85);
}
.bg-steel-200\/90 {
  background-color: rgb(168 227 242 / 0.9);
}
.bg-steel-200\/95 {
  background-color: rgb(168 227 242 / 0.95);
}
.bg-steel-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 197 223 / var(--tw-bg-opacity));
}
.bg-steel-300\/0 {
  background-color: rgb(114 197 223 / 0);
}
.bg-steel-300\/10 {
  background-color: rgb(114 197 223 / 0.1);
}
.bg-steel-300\/100 {
  background-color: rgb(114 197 223 / 1);
}
.bg-steel-300\/15 {
  background-color: rgb(114 197 223 / 0.15);
}
.bg-steel-300\/20 {
  background-color: rgb(114 197 223 / 0.2);
}
.bg-steel-300\/25 {
  background-color: rgb(114 197 223 / 0.25);
}
.bg-steel-300\/30 {
  background-color: rgb(114 197 223 / 0.3);
}
.bg-steel-300\/35 {
  background-color: rgb(114 197 223 / 0.35);
}
.bg-steel-300\/40 {
  background-color: rgb(114 197 223 / 0.4);
}
.bg-steel-300\/45 {
  background-color: rgb(114 197 223 / 0.45);
}
.bg-steel-300\/5 {
  background-color: rgb(114 197 223 / 0.05);
}
.bg-steel-300\/50 {
  background-color: rgb(114 197 223 / 0.5);
}
.bg-steel-300\/55 {
  background-color: rgb(114 197 223 / 0.55);
}
.bg-steel-300\/60 {
  background-color: rgb(114 197 223 / 0.6);
}
.bg-steel-300\/65 {
  background-color: rgb(114 197 223 / 0.65);
}
.bg-steel-300\/70 {
  background-color: rgb(114 197 223 / 0.7);
}
.bg-steel-300\/75 {
  background-color: rgb(114 197 223 / 0.75);
}
.bg-steel-300\/80 {
  background-color: rgb(114 197 223 / 0.8);
}
.bg-steel-300\/85 {
  background-color: rgb(114 197 223 / 0.85);
}
.bg-steel-300\/90 {
  background-color: rgb(114 197 223 / 0.9);
}
.bg-steel-300\/95 {
  background-color: rgb(114 197 223 / 0.95);
}
.bg-steel-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 163 198 / var(--tw-bg-opacity));
}
.bg-steel-400\/0 {
  background-color: rgb(58 163 198 / 0);
}
.bg-steel-400\/10 {
  background-color: rgb(58 163 198 / 0.1);
}
.bg-steel-400\/100 {
  background-color: rgb(58 163 198 / 1);
}
.bg-steel-400\/15 {
  background-color: rgb(58 163 198 / 0.15);
}
.bg-steel-400\/20 {
  background-color: rgb(58 163 198 / 0.2);
}
.bg-steel-400\/25 {
  background-color: rgb(58 163 198 / 0.25);
}
.bg-steel-400\/30 {
  background-color: rgb(58 163 198 / 0.3);
}
.bg-steel-400\/35 {
  background-color: rgb(58 163 198 / 0.35);
}
.bg-steel-400\/40 {
  background-color: rgb(58 163 198 / 0.4);
}
.bg-steel-400\/45 {
  background-color: rgb(58 163 198 / 0.45);
}
.bg-steel-400\/5 {
  background-color: rgb(58 163 198 / 0.05);
}
.bg-steel-400\/50 {
  background-color: rgb(58 163 198 / 0.5);
}
.bg-steel-400\/55 {
  background-color: rgb(58 163 198 / 0.55);
}
.bg-steel-400\/60 {
  background-color: rgb(58 163 198 / 0.6);
}
.bg-steel-400\/65 {
  background-color: rgb(58 163 198 / 0.65);
}
.bg-steel-400\/70 {
  background-color: rgb(58 163 198 / 0.7);
}
.bg-steel-400\/75 {
  background-color: rgb(58 163 198 / 0.75);
}
.bg-steel-400\/80 {
  background-color: rgb(58 163 198 / 0.8);
}
.bg-steel-400\/85 {
  background-color: rgb(58 163 198 / 0.85);
}
.bg-steel-400\/90 {
  background-color: rgb(58 163 198 / 0.9);
}
.bg-steel-400\/95 {
  background-color: rgb(58 163 198 / 0.95);
}
.bg-steel-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 248 / var(--tw-bg-opacity));
}
.bg-steel-50\/0 {
  background-color: rgb(242 248 248 / 0);
}
.bg-steel-50\/10 {
  background-color: rgb(242 248 248 / 0.1);
}
.bg-steel-50\/100 {
  background-color: rgb(242 248 248 / 1);
}
.bg-steel-50\/15 {
  background-color: rgb(242 248 248 / 0.15);
}
.bg-steel-50\/20 {
  background-color: rgb(242 248 248 / 0.2);
}
.bg-steel-50\/25 {
  background-color: rgb(242 248 248 / 0.25);
}
.bg-steel-50\/30 {
  background-color: rgb(242 248 248 / 0.3);
}
.bg-steel-50\/35 {
  background-color: rgb(242 248 248 / 0.35);
}
.bg-steel-50\/40 {
  background-color: rgb(242 248 248 / 0.4);
}
.bg-steel-50\/45 {
  background-color: rgb(242 248 248 / 0.45);
}
.bg-steel-50\/5 {
  background-color: rgb(242 248 248 / 0.05);
}
.bg-steel-50\/50 {
  background-color: rgb(242 248 248 / 0.5);
}
.bg-steel-50\/55 {
  background-color: rgb(242 248 248 / 0.55);
}
.bg-steel-50\/60 {
  background-color: rgb(242 248 248 / 0.6);
}
.bg-steel-50\/65 {
  background-color: rgb(242 248 248 / 0.65);
}
.bg-steel-50\/70 {
  background-color: rgb(242 248 248 / 0.7);
}
.bg-steel-50\/75 {
  background-color: rgb(242 248 248 / 0.75);
}
.bg-steel-50\/80 {
  background-color: rgb(242 248 248 / 0.8);
}
.bg-steel-50\/85 {
  background-color: rgb(242 248 248 / 0.85);
}
.bg-steel-50\/90 {
  background-color: rgb(242 248 248 / 0.9);
}
.bg-steel-50\/95 {
  background-color: rgb(242 248 248 / 0.95);
}
.bg-steel-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 125 182 / var(--tw-bg-opacity));
}
.bg-steel-500\/0 {
  background-color: rgb(2 125 182 / 0);
}
.bg-steel-500\/10 {
  background-color: rgb(2 125 182 / 0.1);
}
.bg-steel-500\/100 {
  background-color: rgb(2 125 182 / 1);
}
.bg-steel-500\/15 {
  background-color: rgb(2 125 182 / 0.15);
}
.bg-steel-500\/20 {
  background-color: rgb(2 125 182 / 0.2);
}
.bg-steel-500\/25 {
  background-color: rgb(2 125 182 / 0.25);
}
.bg-steel-500\/30 {
  background-color: rgb(2 125 182 / 0.3);
}
.bg-steel-500\/35 {
  background-color: rgb(2 125 182 / 0.35);
}
.bg-steel-500\/40 {
  background-color: rgb(2 125 182 / 0.4);
}
.bg-steel-500\/45 {
  background-color: rgb(2 125 182 / 0.45);
}
.bg-steel-500\/5 {
  background-color: rgb(2 125 182 / 0.05);
}
.bg-steel-500\/50 {
  background-color: rgb(2 125 182 / 0.5);
}
.bg-steel-500\/55 {
  background-color: rgb(2 125 182 / 0.55);
}
.bg-steel-500\/60 {
  background-color: rgb(2 125 182 / 0.6);
}
.bg-steel-500\/65 {
  background-color: rgb(2 125 182 / 0.65);
}
.bg-steel-500\/70 {
  background-color: rgb(2 125 182 / 0.7);
}
.bg-steel-500\/75 {
  background-color: rgb(2 125 182 / 0.75);
}
.bg-steel-500\/80 {
  background-color: rgb(2 125 182 / 0.8);
}
.bg-steel-500\/85 {
  background-color: rgb(2 125 182 / 0.85);
}
.bg-steel-500\/90 {
  background-color: rgb(2 125 182 / 0.9);
}
.bg-steel-500\/95 {
  background-color: rgb(2 125 182 / 0.95);
}
.bg-steel-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 106 146 / var(--tw-bg-opacity));
}
.bg-steel-600\/0 {
  background-color: rgb(36 106 146 / 0);
}
.bg-steel-600\/10 {
  background-color: rgb(36 106 146 / 0.1);
}
.bg-steel-600\/100 {
  background-color: rgb(36 106 146 / 1);
}
.bg-steel-600\/15 {
  background-color: rgb(36 106 146 / 0.15);
}
.bg-steel-600\/20 {
  background-color: rgb(36 106 146 / 0.2);
}
.bg-steel-600\/25 {
  background-color: rgb(36 106 146 / 0.25);
}
.bg-steel-600\/30 {
  background-color: rgb(36 106 146 / 0.3);
}
.bg-steel-600\/35 {
  background-color: rgb(36 106 146 / 0.35);
}
.bg-steel-600\/40 {
  background-color: rgb(36 106 146 / 0.4);
}
.bg-steel-600\/45 {
  background-color: rgb(36 106 146 / 0.45);
}
.bg-steel-600\/5 {
  background-color: rgb(36 106 146 / 0.05);
}
.bg-steel-600\/50 {
  background-color: rgb(36 106 146 / 0.5);
}
.bg-steel-600\/55 {
  background-color: rgb(36 106 146 / 0.55);
}
.bg-steel-600\/60 {
  background-color: rgb(36 106 146 / 0.6);
}
.bg-steel-600\/65 {
  background-color: rgb(36 106 146 / 0.65);
}
.bg-steel-600\/70 {
  background-color: rgb(36 106 146 / 0.7);
}
.bg-steel-600\/75 {
  background-color: rgb(36 106 146 / 0.75);
}
.bg-steel-600\/80 {
  background-color: rgb(36 106 146 / 0.8);
}
.bg-steel-600\/85 {
  background-color: rgb(36 106 146 / 0.85);
}
.bg-steel-600\/90 {
  background-color: rgb(36 106 146 / 0.9);
}
.bg-steel-600\/95 {
  background-color: rgb(36 106 146 / 0.95);
}
.bg-steel-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 80 114 / var(--tw-bg-opacity));
}
.bg-steel-700\/0 {
  background-color: rgb(31 80 114 / 0);
}
.bg-steel-700\/10 {
  background-color: rgb(31 80 114 / 0.1);
}
.bg-steel-700\/100 {
  background-color: rgb(31 80 114 / 1);
}
.bg-steel-700\/15 {
  background-color: rgb(31 80 114 / 0.15);
}
.bg-steel-700\/20 {
  background-color: rgb(31 80 114 / 0.2);
}
.bg-steel-700\/25 {
  background-color: rgb(31 80 114 / 0.25);
}
.bg-steel-700\/30 {
  background-color: rgb(31 80 114 / 0.3);
}
.bg-steel-700\/35 {
  background-color: rgb(31 80 114 / 0.35);
}
.bg-steel-700\/40 {
  background-color: rgb(31 80 114 / 0.4);
}
.bg-steel-700\/45 {
  background-color: rgb(31 80 114 / 0.45);
}
.bg-steel-700\/5 {
  background-color: rgb(31 80 114 / 0.05);
}
.bg-steel-700\/50 {
  background-color: rgb(31 80 114 / 0.5);
}
.bg-steel-700\/55 {
  background-color: rgb(31 80 114 / 0.55);
}
.bg-steel-700\/60 {
  background-color: rgb(31 80 114 / 0.6);
}
.bg-steel-700\/65 {
  background-color: rgb(31 80 114 / 0.65);
}
.bg-steel-700\/70 {
  background-color: rgb(31 80 114 / 0.7);
}
.bg-steel-700\/75 {
  background-color: rgb(31 80 114 / 0.75);
}
.bg-steel-700\/80 {
  background-color: rgb(31 80 114 / 0.8);
}
.bg-steel-700\/85 {
  background-color: rgb(31 80 114 / 0.85);
}
.bg-steel-700\/90 {
  background-color: rgb(31 80 114 / 0.9);
}
.bg-steel-700\/95 {
  background-color: rgb(31 80 114 / 0.95);
}
.bg-steel-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 54 82 / var(--tw-bg-opacity));
}
.bg-steel-800\/0 {
  background-color: rgb(23 54 82 / 0);
}
.bg-steel-800\/10 {
  background-color: rgb(23 54 82 / 0.1);
}
.bg-steel-800\/100 {
  background-color: rgb(23 54 82 / 1);
}
.bg-steel-800\/15 {
  background-color: rgb(23 54 82 / 0.15);
}
.bg-steel-800\/20 {
  background-color: rgb(23 54 82 / 0.2);
}
.bg-steel-800\/25 {
  background-color: rgb(23 54 82 / 0.25);
}
.bg-steel-800\/30 {
  background-color: rgb(23 54 82 / 0.3);
}
.bg-steel-800\/35 {
  background-color: rgb(23 54 82 / 0.35);
}
.bg-steel-800\/40 {
  background-color: rgb(23 54 82 / 0.4);
}
.bg-steel-800\/45 {
  background-color: rgb(23 54 82 / 0.45);
}
.bg-steel-800\/5 {
  background-color: rgb(23 54 82 / 0.05);
}
.bg-steel-800\/50 {
  background-color: rgb(23 54 82 / 0.5);
}
.bg-steel-800\/55 {
  background-color: rgb(23 54 82 / 0.55);
}
.bg-steel-800\/60 {
  background-color: rgb(23 54 82 / 0.6);
}
.bg-steel-800\/65 {
  background-color: rgb(23 54 82 / 0.65);
}
.bg-steel-800\/70 {
  background-color: rgb(23 54 82 / 0.7);
}
.bg-steel-800\/75 {
  background-color: rgb(23 54 82 / 0.75);
}
.bg-steel-800\/80 {
  background-color: rgb(23 54 82 / 0.8);
}
.bg-steel-800\/85 {
  background-color: rgb(23 54 82 / 0.85);
}
.bg-steel-800\/90 {
  background-color: rgb(23 54 82 / 0.9);
}
.bg-steel-800\/95 {
  background-color: rgb(23 54 82 / 0.95);
}
.bg-steel-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 33 55 / var(--tw-bg-opacity));
}
.bg-steel-900\/0 {
  background-color: rgb(14 33 55 / 0);
}
.bg-steel-900\/10 {
  background-color: rgb(14 33 55 / 0.1);
}
.bg-steel-900\/100 {
  background-color: rgb(14 33 55 / 1);
}
.bg-steel-900\/15 {
  background-color: rgb(14 33 55 / 0.15);
}
.bg-steel-900\/20 {
  background-color: rgb(14 33 55 / 0.2);
}
.bg-steel-900\/25 {
  background-color: rgb(14 33 55 / 0.25);
}
.bg-steel-900\/30 {
  background-color: rgb(14 33 55 / 0.3);
}
.bg-steel-900\/35 {
  background-color: rgb(14 33 55 / 0.35);
}
.bg-steel-900\/40 {
  background-color: rgb(14 33 55 / 0.4);
}
.bg-steel-900\/45 {
  background-color: rgb(14 33 55 / 0.45);
}
.bg-steel-900\/5 {
  background-color: rgb(14 33 55 / 0.05);
}
.bg-steel-900\/50 {
  background-color: rgb(14 33 55 / 0.5);
}
.bg-steel-900\/55 {
  background-color: rgb(14 33 55 / 0.55);
}
.bg-steel-900\/60 {
  background-color: rgb(14 33 55 / 0.6);
}
.bg-steel-900\/65 {
  background-color: rgb(14 33 55 / 0.65);
}
.bg-steel-900\/70 {
  background-color: rgb(14 33 55 / 0.7);
}
.bg-steel-900\/75 {
  background-color: rgb(14 33 55 / 0.75);
}
.bg-steel-900\/80 {
  background-color: rgb(14 33 55 / 0.8);
}
.bg-steel-900\/85 {
  background-color: rgb(14 33 55 / 0.85);
}
.bg-steel-900\/90 {
  background-color: rgb(14 33 55 / 0.9);
}
.bg-steel-900\/95 {
  background-color: rgb(14 33 55 / 0.95);
}
.bg-sunset-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 240 226 / var(--tw-bg-opacity));
}
.bg-sunset-100\/0 {
  background-color: rgb(251 240 226 / 0);
}
.bg-sunset-100\/10 {
  background-color: rgb(251 240 226 / 0.1);
}
.bg-sunset-100\/100 {
  background-color: rgb(251 240 226 / 1);
}
.bg-sunset-100\/15 {
  background-color: rgb(251 240 226 / 0.15);
}
.bg-sunset-100\/20 {
  background-color: rgb(251 240 226 / 0.2);
}
.bg-sunset-100\/25 {
  background-color: rgb(251 240 226 / 0.25);
}
.bg-sunset-100\/30 {
  background-color: rgb(251 240 226 / 0.3);
}
.bg-sunset-100\/35 {
  background-color: rgb(251 240 226 / 0.35);
}
.bg-sunset-100\/40 {
  background-color: rgb(251 240 226 / 0.4);
}
.bg-sunset-100\/45 {
  background-color: rgb(251 240 226 / 0.45);
}
.bg-sunset-100\/5 {
  background-color: rgb(251 240 226 / 0.05);
}
.bg-sunset-100\/50 {
  background-color: rgb(251 240 226 / 0.5);
}
.bg-sunset-100\/55 {
  background-color: rgb(251 240 226 / 0.55);
}
.bg-sunset-100\/60 {
  background-color: rgb(251 240 226 / 0.6);
}
.bg-sunset-100\/65 {
  background-color: rgb(251 240 226 / 0.65);
}
.bg-sunset-100\/70 {
  background-color: rgb(251 240 226 / 0.7);
}
.bg-sunset-100\/75 {
  background-color: rgb(251 240 226 / 0.75);
}
.bg-sunset-100\/80 {
  background-color: rgb(251 240 226 / 0.8);
}
.bg-sunset-100\/85 {
  background-color: rgb(251 240 226 / 0.85);
}
.bg-sunset-100\/90 {
  background-color: rgb(251 240 226 / 0.9);
}
.bg-sunset-100\/95 {
  background-color: rgb(251 240 226 / 0.95);
}
.bg-sunset-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 212 194 / var(--tw-bg-opacity));
}
.bg-sunset-200\/0 {
  background-color: rgb(246 212 194 / 0);
}
.bg-sunset-200\/10 {
  background-color: rgb(246 212 194 / 0.1);
}
.bg-sunset-200\/100 {
  background-color: rgb(246 212 194 / 1);
}
.bg-sunset-200\/15 {
  background-color: rgb(246 212 194 / 0.15);
}
.bg-sunset-200\/20 {
  background-color: rgb(246 212 194 / 0.2);
}
.bg-sunset-200\/25 {
  background-color: rgb(246 212 194 / 0.25);
}
.bg-sunset-200\/30 {
  background-color: rgb(246 212 194 / 0.3);
}
.bg-sunset-200\/35 {
  background-color: rgb(246 212 194 / 0.35);
}
.bg-sunset-200\/40 {
  background-color: rgb(246 212 194 / 0.4);
}
.bg-sunset-200\/45 {
  background-color: rgb(246 212 194 / 0.45);
}
.bg-sunset-200\/5 {
  background-color: rgb(246 212 194 / 0.05);
}
.bg-sunset-200\/50 {
  background-color: rgb(246 212 194 / 0.5);
}
.bg-sunset-200\/55 {
  background-color: rgb(246 212 194 / 0.55);
}
.bg-sunset-200\/60 {
  background-color: rgb(246 212 194 / 0.6);
}
.bg-sunset-200\/65 {
  background-color: rgb(246 212 194 / 0.65);
}
.bg-sunset-200\/70 {
  background-color: rgb(246 212 194 / 0.7);
}
.bg-sunset-200\/75 {
  background-color: rgb(246 212 194 / 0.75);
}
.bg-sunset-200\/80 {
  background-color: rgb(246 212 194 / 0.8);
}
.bg-sunset-200\/85 {
  background-color: rgb(246 212 194 / 0.85);
}
.bg-sunset-200\/90 {
  background-color: rgb(246 212 194 / 0.9);
}
.bg-sunset-200\/95 {
  background-color: rgb(246 212 194 / 0.95);
}
.bg-sunset-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 170 146 / var(--tw-bg-opacity));
}
.bg-sunset-300\/0 {
  background-color: rgb(234 170 146 / 0);
}
.bg-sunset-300\/10 {
  background-color: rgb(234 170 146 / 0.1);
}
.bg-sunset-300\/100 {
  background-color: rgb(234 170 146 / 1);
}
.bg-sunset-300\/15 {
  background-color: rgb(234 170 146 / 0.15);
}
.bg-sunset-300\/20 {
  background-color: rgb(234 170 146 / 0.2);
}
.bg-sunset-300\/25 {
  background-color: rgb(234 170 146 / 0.25);
}
.bg-sunset-300\/30 {
  background-color: rgb(234 170 146 / 0.3);
}
.bg-sunset-300\/35 {
  background-color: rgb(234 170 146 / 0.35);
}
.bg-sunset-300\/40 {
  background-color: rgb(234 170 146 / 0.4);
}
.bg-sunset-300\/45 {
  background-color: rgb(234 170 146 / 0.45);
}
.bg-sunset-300\/5 {
  background-color: rgb(234 170 146 / 0.05);
}
.bg-sunset-300\/50 {
  background-color: rgb(234 170 146 / 0.5);
}
.bg-sunset-300\/55 {
  background-color: rgb(234 170 146 / 0.55);
}
.bg-sunset-300\/60 {
  background-color: rgb(234 170 146 / 0.6);
}
.bg-sunset-300\/65 {
  background-color: rgb(234 170 146 / 0.65);
}
.bg-sunset-300\/70 {
  background-color: rgb(234 170 146 / 0.7);
}
.bg-sunset-300\/75 {
  background-color: rgb(234 170 146 / 0.75);
}
.bg-sunset-300\/80 {
  background-color: rgb(234 170 146 / 0.8);
}
.bg-sunset-300\/85 {
  background-color: rgb(234 170 146 / 0.85);
}
.bg-sunset-300\/90 {
  background-color: rgb(234 170 146 / 0.9);
}
.bg-sunset-300\/95 {
  background-color: rgb(234 170 146 / 0.95);
}
.bg-sunset-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 123 99 / var(--tw-bg-opacity));
}
.bg-sunset-400\/0 {
  background-color: rgb(225 123 99 / 0);
}
.bg-sunset-400\/10 {
  background-color: rgb(225 123 99 / 0.1);
}
.bg-sunset-400\/100 {
  background-color: rgb(225 123 99 / 1);
}
.bg-sunset-400\/15 {
  background-color: rgb(225 123 99 / 0.15);
}
.bg-sunset-400\/20 {
  background-color: rgb(225 123 99 / 0.2);
}
.bg-sunset-400\/25 {
  background-color: rgb(225 123 99 / 0.25);
}
.bg-sunset-400\/30 {
  background-color: rgb(225 123 99 / 0.3);
}
.bg-sunset-400\/35 {
  background-color: rgb(225 123 99 / 0.35);
}
.bg-sunset-400\/40 {
  background-color: rgb(225 123 99 / 0.4);
}
.bg-sunset-400\/45 {
  background-color: rgb(225 123 99 / 0.45);
}
.bg-sunset-400\/5 {
  background-color: rgb(225 123 99 / 0.05);
}
.bg-sunset-400\/50 {
  background-color: rgb(225 123 99 / 0.5);
}
.bg-sunset-400\/55 {
  background-color: rgb(225 123 99 / 0.55);
}
.bg-sunset-400\/60 {
  background-color: rgb(225 123 99 / 0.6);
}
.bg-sunset-400\/65 {
  background-color: rgb(225 123 99 / 0.65);
}
.bg-sunset-400\/70 {
  background-color: rgb(225 123 99 / 0.7);
}
.bg-sunset-400\/75 {
  background-color: rgb(225 123 99 / 0.75);
}
.bg-sunset-400\/80 {
  background-color: rgb(225 123 99 / 0.8);
}
.bg-sunset-400\/85 {
  background-color: rgb(225 123 99 / 0.85);
}
.bg-sunset-400\/90 {
  background-color: rgb(225 123 99 / 0.9);
}
.bg-sunset-400\/95 {
  background-color: rgb(225 123 99 / 0.95);
}
.bg-sunset-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 251 249 / var(--tw-bg-opacity));
}
.bg-sunset-50\/0 {
  background-color: rgb(252 251 249 / 0);
}
.bg-sunset-50\/10 {
  background-color: rgb(252 251 249 / 0.1);
}
.bg-sunset-50\/100 {
  background-color: rgb(252 251 249 / 1);
}
.bg-sunset-50\/15 {
  background-color: rgb(252 251 249 / 0.15);
}
.bg-sunset-50\/20 {
  background-color: rgb(252 251 249 / 0.2);
}
.bg-sunset-50\/25 {
  background-color: rgb(252 251 249 / 0.25);
}
.bg-sunset-50\/30 {
  background-color: rgb(252 251 249 / 0.3);
}
.bg-sunset-50\/35 {
  background-color: rgb(252 251 249 / 0.35);
}
.bg-sunset-50\/40 {
  background-color: rgb(252 251 249 / 0.4);
}
.bg-sunset-50\/45 {
  background-color: rgb(252 251 249 / 0.45);
}
.bg-sunset-50\/5 {
  background-color: rgb(252 251 249 / 0.05);
}
.bg-sunset-50\/50 {
  background-color: rgb(252 251 249 / 0.5);
}
.bg-sunset-50\/55 {
  background-color: rgb(252 251 249 / 0.55);
}
.bg-sunset-50\/60 {
  background-color: rgb(252 251 249 / 0.6);
}
.bg-sunset-50\/65 {
  background-color: rgb(252 251 249 / 0.65);
}
.bg-sunset-50\/70 {
  background-color: rgb(252 251 249 / 0.7);
}
.bg-sunset-50\/75 {
  background-color: rgb(252 251 249 / 0.75);
}
.bg-sunset-50\/80 {
  background-color: rgb(252 251 249 / 0.8);
}
.bg-sunset-50\/85 {
  background-color: rgb(252 251 249 / 0.85);
}
.bg-sunset-50\/90 {
  background-color: rgb(252 251 249 / 0.9);
}
.bg-sunset-50\/95 {
  background-color: rgb(252 251 249 / 0.95);
}
.bg-sunset-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 88 65 / var(--tw-bg-opacity));
}
.bg-sunset-500\/0 {
  background-color: rgb(207 88 65 / 0);
}
.bg-sunset-500\/10 {
  background-color: rgb(207 88 65 / 0.1);
}
.bg-sunset-500\/100 {
  background-color: rgb(207 88 65 / 1);
}
.bg-sunset-500\/15 {
  background-color: rgb(207 88 65 / 0.15);
}
.bg-sunset-500\/20 {
  background-color: rgb(207 88 65 / 0.2);
}
.bg-sunset-500\/25 {
  background-color: rgb(207 88 65 / 0.25);
}
.bg-sunset-500\/30 {
  background-color: rgb(207 88 65 / 0.3);
}
.bg-sunset-500\/35 {
  background-color: rgb(207 88 65 / 0.35);
}
.bg-sunset-500\/40 {
  background-color: rgb(207 88 65 / 0.4);
}
.bg-sunset-500\/45 {
  background-color: rgb(207 88 65 / 0.45);
}
.bg-sunset-500\/5 {
  background-color: rgb(207 88 65 / 0.05);
}
.bg-sunset-500\/50 {
  background-color: rgb(207 88 65 / 0.5);
}
.bg-sunset-500\/55 {
  background-color: rgb(207 88 65 / 0.55);
}
.bg-sunset-500\/60 {
  background-color: rgb(207 88 65 / 0.6);
}
.bg-sunset-500\/65 {
  background-color: rgb(207 88 65 / 0.65);
}
.bg-sunset-500\/70 {
  background-color: rgb(207 88 65 / 0.7);
}
.bg-sunset-500\/75 {
  background-color: rgb(207 88 65 / 0.75);
}
.bg-sunset-500\/80 {
  background-color: rgb(207 88 65 / 0.8);
}
.bg-sunset-500\/85 {
  background-color: rgb(207 88 65 / 0.85);
}
.bg-sunset-500\/90 {
  background-color: rgb(207 88 65 / 0.9);
}
.bg-sunset-500\/95 {
  background-color: rgb(207 88 65 / 0.95);
}
.bg-sunset-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 61 43 / var(--tw-bg-opacity));
}
.bg-sunset-600\/0 {
  background-color: rgb(180 61 43 / 0);
}
.bg-sunset-600\/10 {
  background-color: rgb(180 61 43 / 0.1);
}
.bg-sunset-600\/100 {
  background-color: rgb(180 61 43 / 1);
}
.bg-sunset-600\/15 {
  background-color: rgb(180 61 43 / 0.15);
}
.bg-sunset-600\/20 {
  background-color: rgb(180 61 43 / 0.2);
}
.bg-sunset-600\/25 {
  background-color: rgb(180 61 43 / 0.25);
}
.bg-sunset-600\/30 {
  background-color: rgb(180 61 43 / 0.3);
}
.bg-sunset-600\/35 {
  background-color: rgb(180 61 43 / 0.35);
}
.bg-sunset-600\/40 {
  background-color: rgb(180 61 43 / 0.4);
}
.bg-sunset-600\/45 {
  background-color: rgb(180 61 43 / 0.45);
}
.bg-sunset-600\/5 {
  background-color: rgb(180 61 43 / 0.05);
}
.bg-sunset-600\/50 {
  background-color: rgb(180 61 43 / 0.5);
}
.bg-sunset-600\/55 {
  background-color: rgb(180 61 43 / 0.55);
}
.bg-sunset-600\/60 {
  background-color: rgb(180 61 43 / 0.6);
}
.bg-sunset-600\/65 {
  background-color: rgb(180 61 43 / 0.65);
}
.bg-sunset-600\/70 {
  background-color: rgb(180 61 43 / 0.7);
}
.bg-sunset-600\/75 {
  background-color: rgb(180 61 43 / 0.75);
}
.bg-sunset-600\/80 {
  background-color: rgb(180 61 43 / 0.8);
}
.bg-sunset-600\/85 {
  background-color: rgb(180 61 43 / 0.85);
}
.bg-sunset-600\/90 {
  background-color: rgb(180 61 43 / 0.9);
}
.bg-sunset-600\/95 {
  background-color: rgb(180 61 43 / 0.95);
}
.bg-sunset-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 46 33 / var(--tw-bg-opacity));
}
.bg-sunset-700\/0 {
  background-color: rgb(140 46 33 / 0);
}
.bg-sunset-700\/10 {
  background-color: rgb(140 46 33 / 0.1);
}
.bg-sunset-700\/100 {
  background-color: rgb(140 46 33 / 1);
}
.bg-sunset-700\/15 {
  background-color: rgb(140 46 33 / 0.15);
}
.bg-sunset-700\/20 {
  background-color: rgb(140 46 33 / 0.2);
}
.bg-sunset-700\/25 {
  background-color: rgb(140 46 33 / 0.25);
}
.bg-sunset-700\/30 {
  background-color: rgb(140 46 33 / 0.3);
}
.bg-sunset-700\/35 {
  background-color: rgb(140 46 33 / 0.35);
}
.bg-sunset-700\/40 {
  background-color: rgb(140 46 33 / 0.4);
}
.bg-sunset-700\/45 {
  background-color: rgb(140 46 33 / 0.45);
}
.bg-sunset-700\/5 {
  background-color: rgb(140 46 33 / 0.05);
}
.bg-sunset-700\/50 {
  background-color: rgb(140 46 33 / 0.5);
}
.bg-sunset-700\/55 {
  background-color: rgb(140 46 33 / 0.55);
}
.bg-sunset-700\/60 {
  background-color: rgb(140 46 33 / 0.6);
}
.bg-sunset-700\/65 {
  background-color: rgb(140 46 33 / 0.65);
}
.bg-sunset-700\/70 {
  background-color: rgb(140 46 33 / 0.7);
}
.bg-sunset-700\/75 {
  background-color: rgb(140 46 33 / 0.75);
}
.bg-sunset-700\/80 {
  background-color: rgb(140 46 33 / 0.8);
}
.bg-sunset-700\/85 {
  background-color: rgb(140 46 33 / 0.85);
}
.bg-sunset-700\/90 {
  background-color: rgb(140 46 33 / 0.9);
}
.bg-sunset-700\/95 {
  background-color: rgb(140 46 33 / 0.95);
}
.bg-sunset-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(98 32 23 / var(--tw-bg-opacity));
}
.bg-sunset-800\/0 {
  background-color: rgb(98 32 23 / 0);
}
.bg-sunset-800\/10 {
  background-color: rgb(98 32 23 / 0.1);
}
.bg-sunset-800\/100 {
  background-color: rgb(98 32 23 / 1);
}
.bg-sunset-800\/15 {
  background-color: rgb(98 32 23 / 0.15);
}
.bg-sunset-800\/20 {
  background-color: rgb(98 32 23 / 0.2);
}
.bg-sunset-800\/25 {
  background-color: rgb(98 32 23 / 0.25);
}
.bg-sunset-800\/30 {
  background-color: rgb(98 32 23 / 0.3);
}
.bg-sunset-800\/35 {
  background-color: rgb(98 32 23 / 0.35);
}
.bg-sunset-800\/40 {
  background-color: rgb(98 32 23 / 0.4);
}
.bg-sunset-800\/45 {
  background-color: rgb(98 32 23 / 0.45);
}
.bg-sunset-800\/5 {
  background-color: rgb(98 32 23 / 0.05);
}
.bg-sunset-800\/50 {
  background-color: rgb(98 32 23 / 0.5);
}
.bg-sunset-800\/55 {
  background-color: rgb(98 32 23 / 0.55);
}
.bg-sunset-800\/60 {
  background-color: rgb(98 32 23 / 0.6);
}
.bg-sunset-800\/65 {
  background-color: rgb(98 32 23 / 0.65);
}
.bg-sunset-800\/70 {
  background-color: rgb(98 32 23 / 0.7);
}
.bg-sunset-800\/75 {
  background-color: rgb(98 32 23 / 0.75);
}
.bg-sunset-800\/80 {
  background-color: rgb(98 32 23 / 0.8);
}
.bg-sunset-800\/85 {
  background-color: rgb(98 32 23 / 0.85);
}
.bg-sunset-800\/90 {
  background-color: rgb(98 32 23 / 0.9);
}
.bg-sunset-800\/95 {
  background-color: rgb(98 32 23 / 0.95);
}
.bg-sunset-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 20 14 / var(--tw-bg-opacity));
}
.bg-sunset-900\/0 {
  background-color: rgb(61 20 14 / 0);
}
.bg-sunset-900\/10 {
  background-color: rgb(61 20 14 / 0.1);
}
.bg-sunset-900\/100 {
  background-color: rgb(61 20 14 / 1);
}
.bg-sunset-900\/15 {
  background-color: rgb(61 20 14 / 0.15);
}
.bg-sunset-900\/20 {
  background-color: rgb(61 20 14 / 0.2);
}
.bg-sunset-900\/25 {
  background-color: rgb(61 20 14 / 0.25);
}
.bg-sunset-900\/30 {
  background-color: rgb(61 20 14 / 0.3);
}
.bg-sunset-900\/35 {
  background-color: rgb(61 20 14 / 0.35);
}
.bg-sunset-900\/40 {
  background-color: rgb(61 20 14 / 0.4);
}
.bg-sunset-900\/45 {
  background-color: rgb(61 20 14 / 0.45);
}
.bg-sunset-900\/5 {
  background-color: rgb(61 20 14 / 0.05);
}
.bg-sunset-900\/50 {
  background-color: rgb(61 20 14 / 0.5);
}
.bg-sunset-900\/55 {
  background-color: rgb(61 20 14 / 0.55);
}
.bg-sunset-900\/60 {
  background-color: rgb(61 20 14 / 0.6);
}
.bg-sunset-900\/65 {
  background-color: rgb(61 20 14 / 0.65);
}
.bg-sunset-900\/70 {
  background-color: rgb(61 20 14 / 0.7);
}
.bg-sunset-900\/75 {
  background-color: rgb(61 20 14 / 0.75);
}
.bg-sunset-900\/80 {
  background-color: rgb(61 20 14 / 0.8);
}
.bg-sunset-900\/85 {
  background-color: rgb(61 20 14 / 0.85);
}
.bg-sunset-900\/90 {
  background-color: rgb(61 20 14 / 0.9);
}
.bg-sunset-900\/95 {
  background-color: rgb(61 20 14 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-yellow-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-yellow-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-yellow-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-yellow-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-yellow-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-yellow-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-yellow-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}
.bg-yellow-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-yellow-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}
.bg-yellow-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-yellow-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}
.bg-yellow-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-yellow-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}
.bg-yellow-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-yellow-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}
.bg-yellow-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-yellow-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}
.bg-yellow-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-yellow-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}
.bg-yellow-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-yellow-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}
.bg-yellow-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-yellow-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}
.bg-yellow-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-yellow-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}
.bg-yellow-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-yellow-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}
.bg-yellow-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-yellow-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}
.bg-yellow-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-yellow-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-yellow-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-yellow-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}
.bg-yellow-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-yellow-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-yellow-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-yellow-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-yellow-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-yellow-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-yellow-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-yellow-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-yellow-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-yellow-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}
.bg-yellow-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-yellow-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}
.bg-yellow-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-yellow-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}
.bg-yellow-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-yellow-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}
.bg-yellow-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-yellow-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}
.bg-yellow-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-yellow-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}
.bg-yellow-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-yellow-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-yellow-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-yellow-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}
.bg-yellow-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-yellow-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}
.bg-yellow-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-yellow-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}
.bg-yellow-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-yellow-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}
.bg-yellow-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-yellow-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}
.bg-yellow-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-yellow-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}
.bg-yellow-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-yellow-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}
.bg-yellow-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-yellow-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}
.bg-yellow-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-yellow-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}
.bg-yellow-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-yellow-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}
.bg-yellow-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-yellow-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}
.bg-yellow-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-yellow-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}
.bg-yellow-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-yellow-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}
.bg-yellow-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-yellow-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}
.bg-yellow-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-yellow-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}
.bg-yellow-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-yellow-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}
.bg-yellow-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-yellow-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}
.bg-yellow-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-yellow-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}
.bg-yellow-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-yellow-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}
.bg-yellow-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-yellow-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}
.bg-yellow-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-yellow-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}
.bg-yellow-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-yellow-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}
.bg-yellow-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-yellow-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}
.bg-yellow-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-yellow-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}
.bg-yellow-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-yellow-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}
.bg-yellow-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-yellow-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}
.bg-yellow-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-yellow-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}
.bg-yellow-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-yellow-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}
.bg-yellow-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-yellow-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}
.bg-yellow-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-100 {
  --tw-gradient-from: #E1EFFE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/0 {
  --tw-gradient-from: rgb(225 239 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/10 {
  --tw-gradient-from: rgb(225 239 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/100 {
  --tw-gradient-from: rgb(225 239 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/15 {
  --tw-gradient-from: rgb(225 239 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/20 {
  --tw-gradient-from: rgb(225 239 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/25 {
  --tw-gradient-from: rgb(225 239 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/30 {
  --tw-gradient-from: rgb(225 239 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/35 {
  --tw-gradient-from: rgb(225 239 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/40 {
  --tw-gradient-from: rgb(225 239 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/45 {
  --tw-gradient-from: rgb(225 239 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/5 {
  --tw-gradient-from: rgb(225 239 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/50 {
  --tw-gradient-from: rgb(225 239 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/55 {
  --tw-gradient-from: rgb(225 239 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/60 {
  --tw-gradient-from: rgb(225 239 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/65 {
  --tw-gradient-from: rgb(225 239 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/70 {
  --tw-gradient-from: rgb(225 239 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/75 {
  --tw-gradient-from: rgb(225 239 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/80 {
  --tw-gradient-from: rgb(225 239 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/85 {
  --tw-gradient-from: rgb(225 239 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/90 {
  --tw-gradient-from: rgb(225 239 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100\/95 {
  --tw-gradient-from: rgb(225 239 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200 {
  --tw-gradient-from: #C3DDFD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/0 {
  --tw-gradient-from: rgb(195 221 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/10 {
  --tw-gradient-from: rgb(195 221 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/100 {
  --tw-gradient-from: rgb(195 221 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/15 {
  --tw-gradient-from: rgb(195 221 253 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/20 {
  --tw-gradient-from: rgb(195 221 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/25 {
  --tw-gradient-from: rgb(195 221 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/30 {
  --tw-gradient-from: rgb(195 221 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/35 {
  --tw-gradient-from: rgb(195 221 253 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/40 {
  --tw-gradient-from: rgb(195 221 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/45 {
  --tw-gradient-from: rgb(195 221 253 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/5 {
  --tw-gradient-from: rgb(195 221 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/50 {
  --tw-gradient-from: rgb(195 221 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/55 {
  --tw-gradient-from: rgb(195 221 253 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/60 {
  --tw-gradient-from: rgb(195 221 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/65 {
  --tw-gradient-from: rgb(195 221 253 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/70 {
  --tw-gradient-from: rgb(195 221 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/75 {
  --tw-gradient-from: rgb(195 221 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/80 {
  --tw-gradient-from: rgb(195 221 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/85 {
  --tw-gradient-from: rgb(195 221 253 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/90 {
  --tw-gradient-from: rgb(195 221 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200\/95 {
  --tw-gradient-from: rgb(195 221 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300 {
  --tw-gradient-from: #A4CAFE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/0 {
  --tw-gradient-from: rgb(164 202 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/10 {
  --tw-gradient-from: rgb(164 202 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/100 {
  --tw-gradient-from: rgb(164 202 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/15 {
  --tw-gradient-from: rgb(164 202 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/20 {
  --tw-gradient-from: rgb(164 202 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/25 {
  --tw-gradient-from: rgb(164 202 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/30 {
  --tw-gradient-from: rgb(164 202 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/35 {
  --tw-gradient-from: rgb(164 202 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/40 {
  --tw-gradient-from: rgb(164 202 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/45 {
  --tw-gradient-from: rgb(164 202 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/5 {
  --tw-gradient-from: rgb(164 202 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/50 {
  --tw-gradient-from: rgb(164 202 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/55 {
  --tw-gradient-from: rgb(164 202 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/60 {
  --tw-gradient-from: rgb(164 202 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/65 {
  --tw-gradient-from: rgb(164 202 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/70 {
  --tw-gradient-from: rgb(164 202 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/75 {
  --tw-gradient-from: rgb(164 202 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/80 {
  --tw-gradient-from: rgb(164 202 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/85 {
  --tw-gradient-from: rgb(164 202 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/90 {
  --tw-gradient-from: rgb(164 202 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/95 {
  --tw-gradient-from: rgb(164 202 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #76A9FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/0 {
  --tw-gradient-from: rgb(118 169 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/10 {
  --tw-gradient-from: rgb(118 169 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/100 {
  --tw-gradient-from: rgb(118 169 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/15 {
  --tw-gradient-from: rgb(118 169 250 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/20 {
  --tw-gradient-from: rgb(118 169 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/25 {
  --tw-gradient-from: rgb(118 169 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/30 {
  --tw-gradient-from: rgb(118 169 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/35 {
  --tw-gradient-from: rgb(118 169 250 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/40 {
  --tw-gradient-from: rgb(118 169 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/45 {
  --tw-gradient-from: rgb(118 169 250 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/5 {
  --tw-gradient-from: rgb(118 169 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/50 {
  --tw-gradient-from: rgb(118 169 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/55 {
  --tw-gradient-from: rgb(118 169 250 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/60 {
  --tw-gradient-from: rgb(118 169 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/65 {
  --tw-gradient-from: rgb(118 169 250 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/70 {
  --tw-gradient-from: rgb(118 169 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/75 {
  --tw-gradient-from: rgb(118 169 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/80 {
  --tw-gradient-from: rgb(118 169 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/85 {
  --tw-gradient-from: rgb(118 169 250 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/90 {
  --tw-gradient-from: rgb(118 169 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/95 {
  --tw-gradient-from: rgb(118 169 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: #EBF5FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/0 {
  --tw-gradient-from: rgb(235 245 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/10 {
  --tw-gradient-from: rgb(235 245 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/100 {
  --tw-gradient-from: rgb(235 245 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/15 {
  --tw-gradient-from: rgb(235 245 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/20 {
  --tw-gradient-from: rgb(235 245 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/25 {
  --tw-gradient-from: rgb(235 245 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/30 {
  --tw-gradient-from: rgb(235 245 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/35 {
  --tw-gradient-from: rgb(235 245 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/40 {
  --tw-gradient-from: rgb(235 245 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/45 {
  --tw-gradient-from: rgb(235 245 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/5 {
  --tw-gradient-from: rgb(235 245 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/50 {
  --tw-gradient-from: rgb(235 245 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/55 {
  --tw-gradient-from: rgb(235 245 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/60 {
  --tw-gradient-from: rgb(235 245 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/65 {
  --tw-gradient-from: rgb(235 245 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/70 {
  --tw-gradient-from: rgb(235 245 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/75 {
  --tw-gradient-from: rgb(235 245 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/80 {
  --tw-gradient-from: rgb(235 245 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/85 {
  --tw-gradient-from: rgb(235 245 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/90 {
  --tw-gradient-from: rgb(235 245 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/95 {
  --tw-gradient-from: rgb(235 245 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3F83F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/0 {
  --tw-gradient-from: rgb(63 131 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/10 {
  --tw-gradient-from: rgb(63 131 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/100 {
  --tw-gradient-from: rgb(63 131 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/15 {
  --tw-gradient-from: rgb(63 131 248 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/20 {
  --tw-gradient-from: rgb(63 131 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/25 {
  --tw-gradient-from: rgb(63 131 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/30 {
  --tw-gradient-from: rgb(63 131 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/35 {
  --tw-gradient-from: rgb(63 131 248 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/40 {
  --tw-gradient-from: rgb(63 131 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/45 {
  --tw-gradient-from: rgb(63 131 248 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/5 {
  --tw-gradient-from: rgb(63 131 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/50 {
  --tw-gradient-from: rgb(63 131 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/55 {
  --tw-gradient-from: rgb(63 131 248 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/60 {
  --tw-gradient-from: rgb(63 131 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/65 {
  --tw-gradient-from: rgb(63 131 248 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/70 {
  --tw-gradient-from: rgb(63 131 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/75 {
  --tw-gradient-from: rgb(63 131 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/80 {
  --tw-gradient-from: rgb(63 131 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/85 {
  --tw-gradient-from: rgb(63 131 248 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/90 {
  --tw-gradient-from: rgb(63 131 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/95 {
  --tw-gradient-from: rgb(63 131 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #1C64F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/0 {
  --tw-gradient-from: rgb(28 100 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/10 {
  --tw-gradient-from: rgb(28 100 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/100 {
  --tw-gradient-from: rgb(28 100 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/15 {
  --tw-gradient-from: rgb(28 100 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/20 {
  --tw-gradient-from: rgb(28 100 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/25 {
  --tw-gradient-from: rgb(28 100 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/30 {
  --tw-gradient-from: rgb(28 100 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/35 {
  --tw-gradient-from: rgb(28 100 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/40 {
  --tw-gradient-from: rgb(28 100 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/45 {
  --tw-gradient-from: rgb(28 100 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/5 {
  --tw-gradient-from: rgb(28 100 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/50 {
  --tw-gradient-from: rgb(28 100 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/55 {
  --tw-gradient-from: rgb(28 100 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/60 {
  --tw-gradient-from: rgb(28 100 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/65 {
  --tw-gradient-from: rgb(28 100 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/70 {
  --tw-gradient-from: rgb(28 100 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/75 {
  --tw-gradient-from: rgb(28 100 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/80 {
  --tw-gradient-from: rgb(28 100 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/85 {
  --tw-gradient-from: rgb(28 100 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/90 {
  --tw-gradient-from: rgb(28 100 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/95 {
  --tw-gradient-from: rgb(28 100 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700 {
  --tw-gradient-from: #1A56DB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/0 {
  --tw-gradient-from: rgb(26 86 219 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/10 {
  --tw-gradient-from: rgb(26 86 219 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/100 {
  --tw-gradient-from: rgb(26 86 219 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/15 {
  --tw-gradient-from: rgb(26 86 219 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/20 {
  --tw-gradient-from: rgb(26 86 219 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/25 {
  --tw-gradient-from: rgb(26 86 219 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/30 {
  --tw-gradient-from: rgb(26 86 219 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/35 {
  --tw-gradient-from: rgb(26 86 219 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/40 {
  --tw-gradient-from: rgb(26 86 219 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/45 {
  --tw-gradient-from: rgb(26 86 219 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/5 {
  --tw-gradient-from: rgb(26 86 219 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/50 {
  --tw-gradient-from: rgb(26 86 219 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/55 {
  --tw-gradient-from: rgb(26 86 219 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/60 {
  --tw-gradient-from: rgb(26 86 219 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/65 {
  --tw-gradient-from: rgb(26 86 219 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/70 {
  --tw-gradient-from: rgb(26 86 219 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/75 {
  --tw-gradient-from: rgb(26 86 219 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/80 {
  --tw-gradient-from: rgb(26 86 219 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/85 {
  --tw-gradient-from: rgb(26 86 219 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/90 {
  --tw-gradient-from: rgb(26 86 219 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/95 {
  --tw-gradient-from: rgb(26 86 219 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800 {
  --tw-gradient-from: #1E429F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/0 {
  --tw-gradient-from: rgb(30 66 159 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/10 {
  --tw-gradient-from: rgb(30 66 159 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/100 {
  --tw-gradient-from: rgb(30 66 159 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/15 {
  --tw-gradient-from: rgb(30 66 159 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/20 {
  --tw-gradient-from: rgb(30 66 159 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/25 {
  --tw-gradient-from: rgb(30 66 159 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/30 {
  --tw-gradient-from: rgb(30 66 159 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/35 {
  --tw-gradient-from: rgb(30 66 159 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/40 {
  --tw-gradient-from: rgb(30 66 159 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/45 {
  --tw-gradient-from: rgb(30 66 159 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/5 {
  --tw-gradient-from: rgb(30 66 159 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/50 {
  --tw-gradient-from: rgb(30 66 159 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/55 {
  --tw-gradient-from: rgb(30 66 159 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/60 {
  --tw-gradient-from: rgb(30 66 159 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/65 {
  --tw-gradient-from: rgb(30 66 159 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/70 {
  --tw-gradient-from: rgb(30 66 159 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/75 {
  --tw-gradient-from: rgb(30 66 159 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/80 {
  --tw-gradient-from: rgb(30 66 159 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/85 {
  --tw-gradient-from: rgb(30 66 159 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/90 {
  --tw-gradient-from: rgb(30 66 159 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800\/95 {
  --tw-gradient-from: rgb(30 66 159 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900 {
  --tw-gradient-from: #233876 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/0 {
  --tw-gradient-from: rgb(35 56 118 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/10 {
  --tw-gradient-from: rgb(35 56 118 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/100 {
  --tw-gradient-from: rgb(35 56 118 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/15 {
  --tw-gradient-from: rgb(35 56 118 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/20 {
  --tw-gradient-from: rgb(35 56 118 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/25 {
  --tw-gradient-from: rgb(35 56 118 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/30 {
  --tw-gradient-from: rgb(35 56 118 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/35 {
  --tw-gradient-from: rgb(35 56 118 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/40 {
  --tw-gradient-from: rgb(35 56 118 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/45 {
  --tw-gradient-from: rgb(35 56 118 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/5 {
  --tw-gradient-from: rgb(35 56 118 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/50 {
  --tw-gradient-from: rgb(35 56 118 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/55 {
  --tw-gradient-from: rgb(35 56 118 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/60 {
  --tw-gradient-from: rgb(35 56 118 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/65 {
  --tw-gradient-from: rgb(35 56 118 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/70 {
  --tw-gradient-from: rgb(35 56 118 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/75 {
  --tw-gradient-from: rgb(35 56 118 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/80 {
  --tw-gradient-from: rgb(35 56 118 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/85 {
  --tw-gradient-from: rgb(35 56 118 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/90 {
  --tw-gradient-from: rgb(35 56 118 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/95 {
  --tw-gradient-from: rgb(35 56 118 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100 {
  --tw-gradient-from: #fbf0ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/0 {
  --tw-gradient-from: rgb(251 240 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/10 {
  --tw-gradient-from: rgb(251 240 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/100 {
  --tw-gradient-from: rgb(251 240 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/15 {
  --tw-gradient-from: rgb(251 240 239 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/20 {
  --tw-gradient-from: rgb(251 240 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/25 {
  --tw-gradient-from: rgb(251 240 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/30 {
  --tw-gradient-from: rgb(251 240 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/35 {
  --tw-gradient-from: rgb(251 240 239 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/40 {
  --tw-gradient-from: rgb(251 240 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/45 {
  --tw-gradient-from: rgb(251 240 239 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/5 {
  --tw-gradient-from: rgb(251 240 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/50 {
  --tw-gradient-from: rgb(251 240 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/55 {
  --tw-gradient-from: rgb(251 240 239 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/60 {
  --tw-gradient-from: rgb(251 240 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/65 {
  --tw-gradient-from: rgb(251 240 239 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/70 {
  --tw-gradient-from: rgb(251 240 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/75 {
  --tw-gradient-from: rgb(251 240 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/80 {
  --tw-gradient-from: rgb(251 240 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/85 {
  --tw-gradient-from: rgb(251 240 239 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/90 {
  --tw-gradient-from: rgb(251 240 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-100\/95 {
  --tw-gradient-from: rgb(251 240 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200 {
  --tw-gradient-from: #f7cfde var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/0 {
  --tw-gradient-from: rgb(247 207 222 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/10 {
  --tw-gradient-from: rgb(247 207 222 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/100 {
  --tw-gradient-from: rgb(247 207 222 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/15 {
  --tw-gradient-from: rgb(247 207 222 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/20 {
  --tw-gradient-from: rgb(247 207 222 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/25 {
  --tw-gradient-from: rgb(247 207 222 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/30 {
  --tw-gradient-from: rgb(247 207 222 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/35 {
  --tw-gradient-from: rgb(247 207 222 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/40 {
  --tw-gradient-from: rgb(247 207 222 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/45 {
  --tw-gradient-from: rgb(247 207 222 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/5 {
  --tw-gradient-from: rgb(247 207 222 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/50 {
  --tw-gradient-from: rgb(247 207 222 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/55 {
  --tw-gradient-from: rgb(247 207 222 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/60 {
  --tw-gradient-from: rgb(247 207 222 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/65 {
  --tw-gradient-from: rgb(247 207 222 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/70 {
  --tw-gradient-from: rgb(247 207 222 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/75 {
  --tw-gradient-from: rgb(247 207 222 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/80 {
  --tw-gradient-from: rgb(247 207 222 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/85 {
  --tw-gradient-from: rgb(247 207 222 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/90 {
  --tw-gradient-from: rgb(247 207 222 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-200\/95 {
  --tw-gradient-from: rgb(247 207 222 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300 {
  --tw-gradient-from: #eca3bb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/0 {
  --tw-gradient-from: rgb(236 163 187 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/10 {
  --tw-gradient-from: rgb(236 163 187 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/100 {
  --tw-gradient-from: rgb(236 163 187 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/15 {
  --tw-gradient-from: rgb(236 163 187 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/20 {
  --tw-gradient-from: rgb(236 163 187 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/25 {
  --tw-gradient-from: rgb(236 163 187 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/30 {
  --tw-gradient-from: rgb(236 163 187 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/35 {
  --tw-gradient-from: rgb(236 163 187 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/40 {
  --tw-gradient-from: rgb(236 163 187 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/45 {
  --tw-gradient-from: rgb(236 163 187 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/5 {
  --tw-gradient-from: rgb(236 163 187 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/50 {
  --tw-gradient-from: rgb(236 163 187 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/55 {
  --tw-gradient-from: rgb(236 163 187 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/60 {
  --tw-gradient-from: rgb(236 163 187 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/65 {
  --tw-gradient-from: rgb(236 163 187 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/70 {
  --tw-gradient-from: rgb(236 163 187 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/75 {
  --tw-gradient-from: rgb(236 163 187 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/80 {
  --tw-gradient-from: rgb(236 163 187 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/85 {
  --tw-gradient-from: rgb(236 163 187 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/90 {
  --tw-gradient-from: rgb(236 163 187 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-300\/95 {
  --tw-gradient-from: rgb(236 163 187 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400 {
  --tw-gradient-from: #e97294 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/0 {
  --tw-gradient-from: rgb(233 114 148 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/10 {
  --tw-gradient-from: rgb(233 114 148 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/100 {
  --tw-gradient-from: rgb(233 114 148 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/15 {
  --tw-gradient-from: rgb(233 114 148 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/20 {
  --tw-gradient-from: rgb(233 114 148 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/25 {
  --tw-gradient-from: rgb(233 114 148 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/30 {
  --tw-gradient-from: rgb(233 114 148 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/35 {
  --tw-gradient-from: rgb(233 114 148 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/40 {
  --tw-gradient-from: rgb(233 114 148 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/45 {
  --tw-gradient-from: rgb(233 114 148 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/5 {
  --tw-gradient-from: rgb(233 114 148 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/50 {
  --tw-gradient-from: rgb(233 114 148 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/55 {
  --tw-gradient-from: rgb(233 114 148 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/60 {
  --tw-gradient-from: rgb(233 114 148 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/65 {
  --tw-gradient-from: rgb(233 114 148 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/70 {
  --tw-gradient-from: rgb(233 114 148 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/75 {
  --tw-gradient-from: rgb(233 114 148 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/80 {
  --tw-gradient-from: rgb(233 114 148 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/85 {
  --tw-gradient-from: rgb(233 114 148 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/90 {
  --tw-gradient-from: rgb(233 114 148 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-400\/95 {
  --tw-gradient-from: rgb(233 114 148 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50 {
  --tw-gradient-from: #fdfcfb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/0 {
  --tw-gradient-from: rgb(253 252 251 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/10 {
  --tw-gradient-from: rgb(253 252 251 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/100 {
  --tw-gradient-from: rgb(253 252 251 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/15 {
  --tw-gradient-from: rgb(253 252 251 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/20 {
  --tw-gradient-from: rgb(253 252 251 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/25 {
  --tw-gradient-from: rgb(253 252 251 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/30 {
  --tw-gradient-from: rgb(253 252 251 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/35 {
  --tw-gradient-from: rgb(253 252 251 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/40 {
  --tw-gradient-from: rgb(253 252 251 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/45 {
  --tw-gradient-from: rgb(253 252 251 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/5 {
  --tw-gradient-from: rgb(253 252 251 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/50 {
  --tw-gradient-from: rgb(253 252 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/55 {
  --tw-gradient-from: rgb(253 252 251 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/60 {
  --tw-gradient-from: rgb(253 252 251 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/65 {
  --tw-gradient-from: rgb(253 252 251 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/70 {
  --tw-gradient-from: rgb(253 252 251 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/75 {
  --tw-gradient-from: rgb(253 252 251 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/80 {
  --tw-gradient-from: rgb(253 252 251 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/85 {
  --tw-gradient-from: rgb(253 252 251 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/90 {
  --tw-gradient-from: rgb(253 252 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-50\/95 {
  --tw-gradient-from: rgb(253 252 251 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500 {
  --tw-gradient-from: #db4e73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/0 {
  --tw-gradient-from: rgb(219 78 115 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/10 {
  --tw-gradient-from: rgb(219 78 115 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/100 {
  --tw-gradient-from: rgb(219 78 115 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/15 {
  --tw-gradient-from: rgb(219 78 115 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/20 {
  --tw-gradient-from: rgb(219 78 115 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/25 {
  --tw-gradient-from: rgb(219 78 115 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/30 {
  --tw-gradient-from: rgb(219 78 115 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/35 {
  --tw-gradient-from: rgb(219 78 115 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/40 {
  --tw-gradient-from: rgb(219 78 115 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/45 {
  --tw-gradient-from: rgb(219 78 115 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/5 {
  --tw-gradient-from: rgb(219 78 115 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/50 {
  --tw-gradient-from: rgb(219 78 115 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/55 {
  --tw-gradient-from: rgb(219 78 115 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/60 {
  --tw-gradient-from: rgb(219 78 115 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/65 {
  --tw-gradient-from: rgb(219 78 115 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/70 {
  --tw-gradient-from: rgb(219 78 115 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/75 {
  --tw-gradient-from: rgb(219 78 115 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/80 {
  --tw-gradient-from: rgb(219 78 115 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/85 {
  --tw-gradient-from: rgb(219 78 115 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/90 {
  --tw-gradient-from: rgb(219 78 115 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-500\/95 {
  --tw-gradient-from: rgb(219 78 115 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600 {
  --tw-gradient-from: #c43453 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/0 {
  --tw-gradient-from: rgb(196 52 83 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/10 {
  --tw-gradient-from: rgb(196 52 83 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/100 {
  --tw-gradient-from: rgb(196 52 83 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/15 {
  --tw-gradient-from: rgb(196 52 83 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/20 {
  --tw-gradient-from: rgb(196 52 83 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/25 {
  --tw-gradient-from: rgb(196 52 83 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/30 {
  --tw-gradient-from: rgb(196 52 83 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/35 {
  --tw-gradient-from: rgb(196 52 83 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/40 {
  --tw-gradient-from: rgb(196 52 83 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/45 {
  --tw-gradient-from: rgb(196 52 83 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/5 {
  --tw-gradient-from: rgb(196 52 83 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/50 {
  --tw-gradient-from: rgb(196 52 83 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/55 {
  --tw-gradient-from: rgb(196 52 83 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/60 {
  --tw-gradient-from: rgb(196 52 83 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/65 {
  --tw-gradient-from: rgb(196 52 83 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/70 {
  --tw-gradient-from: rgb(196 52 83 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/75 {
  --tw-gradient-from: rgb(196 52 83 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/80 {
  --tw-gradient-from: rgb(196 52 83 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/85 {
  --tw-gradient-from: rgb(196 52 83 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/90 {
  --tw-gradient-from: rgb(196 52 83 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-600\/95 {
  --tw-gradient-from: rgb(196 52 83 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700 {
  --tw-gradient-from: #9c273c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/0 {
  --tw-gradient-from: rgb(156 39 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/10 {
  --tw-gradient-from: rgb(156 39 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/100 {
  --tw-gradient-from: rgb(156 39 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/15 {
  --tw-gradient-from: rgb(156 39 60 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/20 {
  --tw-gradient-from: rgb(156 39 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/25 {
  --tw-gradient-from: rgb(156 39 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/30 {
  --tw-gradient-from: rgb(156 39 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/35 {
  --tw-gradient-from: rgb(156 39 60 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/40 {
  --tw-gradient-from: rgb(156 39 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/45 {
  --tw-gradient-from: rgb(156 39 60 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/5 {
  --tw-gradient-from: rgb(156 39 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/50 {
  --tw-gradient-from: rgb(156 39 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/55 {
  --tw-gradient-from: rgb(156 39 60 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/60 {
  --tw-gradient-from: rgb(156 39 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/65 {
  --tw-gradient-from: rgb(156 39 60 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/70 {
  --tw-gradient-from: rgb(156 39 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/75 {
  --tw-gradient-from: rgb(156 39 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/80 {
  --tw-gradient-from: rgb(156 39 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/85 {
  --tw-gradient-from: rgb(156 39 60 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/90 {
  --tw-gradient-from: rgb(156 39 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-700\/95 {
  --tw-gradient-from: rgb(156 39 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800 {
  --tw-gradient-from: #701b27 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/0 {
  --tw-gradient-from: rgb(112 27 39 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/10 {
  --tw-gradient-from: rgb(112 27 39 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/100 {
  --tw-gradient-from: rgb(112 27 39 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/15 {
  --tw-gradient-from: rgb(112 27 39 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/20 {
  --tw-gradient-from: rgb(112 27 39 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/25 {
  --tw-gradient-from: rgb(112 27 39 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/30 {
  --tw-gradient-from: rgb(112 27 39 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/35 {
  --tw-gradient-from: rgb(112 27 39 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/40 {
  --tw-gradient-from: rgb(112 27 39 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/45 {
  --tw-gradient-from: rgb(112 27 39 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/5 {
  --tw-gradient-from: rgb(112 27 39 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/50 {
  --tw-gradient-from: rgb(112 27 39 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/55 {
  --tw-gradient-from: rgb(112 27 39 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/60 {
  --tw-gradient-from: rgb(112 27 39 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/65 {
  --tw-gradient-from: rgb(112 27 39 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/70 {
  --tw-gradient-from: rgb(112 27 39 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/75 {
  --tw-gradient-from: rgb(112 27 39 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/80 {
  --tw-gradient-from: rgb(112 27 39 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/85 {
  --tw-gradient-from: rgb(112 27 39 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/90 {
  --tw-gradient-from: rgb(112 27 39 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-800\/95 {
  --tw-gradient-from: rgb(112 27 39 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900 {
  --tw-gradient-from: #441115 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/0 {
  --tw-gradient-from: rgb(68 17 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/10 {
  --tw-gradient-from: rgb(68 17 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/100 {
  --tw-gradient-from: rgb(68 17 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/15 {
  --tw-gradient-from: rgb(68 17 21 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/20 {
  --tw-gradient-from: rgb(68 17 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/25 {
  --tw-gradient-from: rgb(68 17 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/30 {
  --tw-gradient-from: rgb(68 17 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/35 {
  --tw-gradient-from: rgb(68 17 21 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/40 {
  --tw-gradient-from: rgb(68 17 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/45 {
  --tw-gradient-from: rgb(68 17 21 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/5 {
  --tw-gradient-from: rgb(68 17 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/50 {
  --tw-gradient-from: rgb(68 17 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/55 {
  --tw-gradient-from: rgb(68 17 21 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/60 {
  --tw-gradient-from: rgb(68 17 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/65 {
  --tw-gradient-from: rgb(68 17 21 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/70 {
  --tw-gradient-from: rgb(68 17 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/75 {
  --tw-gradient-from: rgb(68 17 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/80 {
  --tw-gradient-from: rgb(68 17 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/85 {
  --tw-gradient-from: rgb(68 17 21 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/90 {
  --tw-gradient-from: rgb(68 17 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blush-900\/95 {
  --tw-gradient-from: rgb(68 17 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100 {
  --tw-gradient-from: #faf0f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/0 {
  --tw-gradient-from: rgb(250 240 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/10 {
  --tw-gradient-from: rgb(250 240 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/100 {
  --tw-gradient-from: rgb(250 240 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/15 {
  --tw-gradient-from: rgb(250 240 244 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/20 {
  --tw-gradient-from: rgb(250 240 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/25 {
  --tw-gradient-from: rgb(250 240 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/30 {
  --tw-gradient-from: rgb(250 240 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/35 {
  --tw-gradient-from: rgb(250 240 244 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/40 {
  --tw-gradient-from: rgb(250 240 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/45 {
  --tw-gradient-from: rgb(250 240 244 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/5 {
  --tw-gradient-from: rgb(250 240 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/50 {
  --tw-gradient-from: rgb(250 240 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/55 {
  --tw-gradient-from: rgb(250 240 244 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/60 {
  --tw-gradient-from: rgb(250 240 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/65 {
  --tw-gradient-from: rgb(250 240 244 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/70 {
  --tw-gradient-from: rgb(250 240 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/75 {
  --tw-gradient-from: rgb(250 240 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/80 {
  --tw-gradient-from: rgb(250 240 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/85 {
  --tw-gradient-from: rgb(250 240 244 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/90 {
  --tw-gradient-from: rgb(250 240 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-100\/95 {
  --tw-gradient-from: rgb(250 240 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200 {
  --tw-gradient-from: #f5cee9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/0 {
  --tw-gradient-from: rgb(245 206 233 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/10 {
  --tw-gradient-from: rgb(245 206 233 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/100 {
  --tw-gradient-from: rgb(245 206 233 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/15 {
  --tw-gradient-from: rgb(245 206 233 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/20 {
  --tw-gradient-from: rgb(245 206 233 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/25 {
  --tw-gradient-from: rgb(245 206 233 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/30 {
  --tw-gradient-from: rgb(245 206 233 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/35 {
  --tw-gradient-from: rgb(245 206 233 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/40 {
  --tw-gradient-from: rgb(245 206 233 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/45 {
  --tw-gradient-from: rgb(245 206 233 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/5 {
  --tw-gradient-from: rgb(245 206 233 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/50 {
  --tw-gradient-from: rgb(245 206 233 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/55 {
  --tw-gradient-from: rgb(245 206 233 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/60 {
  --tw-gradient-from: rgb(245 206 233 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/65 {
  --tw-gradient-from: rgb(245 206 233 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/70 {
  --tw-gradient-from: rgb(245 206 233 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/75 {
  --tw-gradient-from: rgb(245 206 233 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/80 {
  --tw-gradient-from: rgb(245 206 233 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/85 {
  --tw-gradient-from: rgb(245 206 233 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/90 {
  --tw-gradient-from: rgb(245 206 233 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-200\/95 {
  --tw-gradient-from: rgb(245 206 233 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300 {
  --tw-gradient-from: #e9a1cf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/0 {
  --tw-gradient-from: rgb(233 161 207 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/10 {
  --tw-gradient-from: rgb(233 161 207 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/100 {
  --tw-gradient-from: rgb(233 161 207 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/15 {
  --tw-gradient-from: rgb(233 161 207 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/20 {
  --tw-gradient-from: rgb(233 161 207 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/25 {
  --tw-gradient-from: rgb(233 161 207 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/30 {
  --tw-gradient-from: rgb(233 161 207 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/35 {
  --tw-gradient-from: rgb(233 161 207 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/40 {
  --tw-gradient-from: rgb(233 161 207 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/45 {
  --tw-gradient-from: rgb(233 161 207 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/5 {
  --tw-gradient-from: rgb(233 161 207 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/50 {
  --tw-gradient-from: rgb(233 161 207 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/55 {
  --tw-gradient-from: rgb(233 161 207 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/60 {
  --tw-gradient-from: rgb(233 161 207 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/65 {
  --tw-gradient-from: rgb(233 161 207 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/70 {
  --tw-gradient-from: rgb(233 161 207 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/75 {
  --tw-gradient-from: rgb(233 161 207 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/80 {
  --tw-gradient-from: rgb(233 161 207 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/85 {
  --tw-gradient-from: rgb(233 161 207 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/90 {
  --tw-gradient-from: rgb(233 161 207 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-300\/95 {
  --tw-gradient-from: rgb(233 161 207 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400 {
  --tw-gradient-from: #e572b1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/0 {
  --tw-gradient-from: rgb(229 114 177 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/10 {
  --tw-gradient-from: rgb(229 114 177 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/100 {
  --tw-gradient-from: rgb(229 114 177 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/15 {
  --tw-gradient-from: rgb(229 114 177 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/20 {
  --tw-gradient-from: rgb(229 114 177 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/25 {
  --tw-gradient-from: rgb(229 114 177 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/30 {
  --tw-gradient-from: rgb(229 114 177 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/35 {
  --tw-gradient-from: rgb(229 114 177 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/40 {
  --tw-gradient-from: rgb(229 114 177 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/45 {
  --tw-gradient-from: rgb(229 114 177 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/5 {
  --tw-gradient-from: rgb(229 114 177 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/50 {
  --tw-gradient-from: rgb(229 114 177 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/55 {
  --tw-gradient-from: rgb(229 114 177 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/60 {
  --tw-gradient-from: rgb(229 114 177 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/65 {
  --tw-gradient-from: rgb(229 114 177 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/70 {
  --tw-gradient-from: rgb(229 114 177 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/75 {
  --tw-gradient-from: rgb(229 114 177 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/80 {
  --tw-gradient-from: rgb(229 114 177 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/85 {
  --tw-gradient-from: rgb(229 114 177 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/90 {
  --tw-gradient-from: rgb(229 114 177 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-400\/95 {
  --tw-gradient-from: rgb(229 114 177 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50 {
  --tw-gradient-from: #fcfcfb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/0 {
  --tw-gradient-from: rgb(252 252 251 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/10 {
  --tw-gradient-from: rgb(252 252 251 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/100 {
  --tw-gradient-from: rgb(252 252 251 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/15 {
  --tw-gradient-from: rgb(252 252 251 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/20 {
  --tw-gradient-from: rgb(252 252 251 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/25 {
  --tw-gradient-from: rgb(252 252 251 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/30 {
  --tw-gradient-from: rgb(252 252 251 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/35 {
  --tw-gradient-from: rgb(252 252 251 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/40 {
  --tw-gradient-from: rgb(252 252 251 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/45 {
  --tw-gradient-from: rgb(252 252 251 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/5 {
  --tw-gradient-from: rgb(252 252 251 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/50 {
  --tw-gradient-from: rgb(252 252 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/55 {
  --tw-gradient-from: rgb(252 252 251 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/60 {
  --tw-gradient-from: rgb(252 252 251 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/65 {
  --tw-gradient-from: rgb(252 252 251 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/70 {
  --tw-gradient-from: rgb(252 252 251 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/75 {
  --tw-gradient-from: rgb(252 252 251 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/80 {
  --tw-gradient-from: rgb(252 252 251 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/85 {
  --tw-gradient-from: rgb(252 252 251 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/90 {
  --tw-gradient-from: rgb(252 252 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-50\/95 {
  --tw-gradient-from: rgb(252 252 251 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500 {
  --tw-gradient-from: #d74e97 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/0 {
  --tw-gradient-from: rgb(215 78 151 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/10 {
  --tw-gradient-from: rgb(215 78 151 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/100 {
  --tw-gradient-from: rgb(215 78 151 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/15 {
  --tw-gradient-from: rgb(215 78 151 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/20 {
  --tw-gradient-from: rgb(215 78 151 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/25 {
  --tw-gradient-from: rgb(215 78 151 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/30 {
  --tw-gradient-from: rgb(215 78 151 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/35 {
  --tw-gradient-from: rgb(215 78 151 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/40 {
  --tw-gradient-from: rgb(215 78 151 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/45 {
  --tw-gradient-from: rgb(215 78 151 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/5 {
  --tw-gradient-from: rgb(215 78 151 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/50 {
  --tw-gradient-from: rgb(215 78 151 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/55 {
  --tw-gradient-from: rgb(215 78 151 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/60 {
  --tw-gradient-from: rgb(215 78 151 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/65 {
  --tw-gradient-from: rgb(215 78 151 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/70 {
  --tw-gradient-from: rgb(215 78 151 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/75 {
  --tw-gradient-from: rgb(215 78 151 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/80 {
  --tw-gradient-from: rgb(215 78 151 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/85 {
  --tw-gradient-from: rgb(215 78 151 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/90 {
  --tw-gradient-from: rgb(215 78 151 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-500\/95 {
  --tw-gradient-from: rgb(215 78 151 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600 {
  --tw-gradient-from: #bf3476 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/0 {
  --tw-gradient-from: rgb(191 52 118 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/10 {
  --tw-gradient-from: rgb(191 52 118 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/100 {
  --tw-gradient-from: rgb(191 52 118 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/15 {
  --tw-gradient-from: rgb(191 52 118 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/20 {
  --tw-gradient-from: rgb(191 52 118 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/25 {
  --tw-gradient-from: rgb(191 52 118 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/30 {
  --tw-gradient-from: rgb(191 52 118 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/35 {
  --tw-gradient-from: rgb(191 52 118 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/40 {
  --tw-gradient-from: rgb(191 52 118 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/45 {
  --tw-gradient-from: rgb(191 52 118 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/5 {
  --tw-gradient-from: rgb(191 52 118 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/50 {
  --tw-gradient-from: rgb(191 52 118 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/55 {
  --tw-gradient-from: rgb(191 52 118 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/60 {
  --tw-gradient-from: rgb(191 52 118 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/65 {
  --tw-gradient-from: rgb(191 52 118 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/70 {
  --tw-gradient-from: rgb(191 52 118 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/75 {
  --tw-gradient-from: rgb(191 52 118 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/80 {
  --tw-gradient-from: rgb(191 52 118 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/85 {
  --tw-gradient-from: rgb(191 52 118 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/90 {
  --tw-gradient-from: rgb(191 52 118 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-600\/95 {
  --tw-gradient-from: rgb(191 52 118 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700 {
  --tw-gradient-from: #982756 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/0 {
  --tw-gradient-from: rgb(152 39 86 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/10 {
  --tw-gradient-from: rgb(152 39 86 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/100 {
  --tw-gradient-from: rgb(152 39 86 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/15 {
  --tw-gradient-from: rgb(152 39 86 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/20 {
  --tw-gradient-from: rgb(152 39 86 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/25 {
  --tw-gradient-from: rgb(152 39 86 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/30 {
  --tw-gradient-from: rgb(152 39 86 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/35 {
  --tw-gradient-from: rgb(152 39 86 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/40 {
  --tw-gradient-from: rgb(152 39 86 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/45 {
  --tw-gradient-from: rgb(152 39 86 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/5 {
  --tw-gradient-from: rgb(152 39 86 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/50 {
  --tw-gradient-from: rgb(152 39 86 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/55 {
  --tw-gradient-from: rgb(152 39 86 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/60 {
  --tw-gradient-from: rgb(152 39 86 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/65 {
  --tw-gradient-from: rgb(152 39 86 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/70 {
  --tw-gradient-from: rgb(152 39 86 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/75 {
  --tw-gradient-from: rgb(152 39 86 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/80 {
  --tw-gradient-from: rgb(152 39 86 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/85 {
  --tw-gradient-from: rgb(152 39 86 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/90 {
  --tw-gradient-from: rgb(152 39 86 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-700\/95 {
  --tw-gradient-from: rgb(152 39 86 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800 {
  --tw-gradient-from: #6d1b38 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/0 {
  --tw-gradient-from: rgb(109 27 56 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/10 {
  --tw-gradient-from: rgb(109 27 56 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/100 {
  --tw-gradient-from: rgb(109 27 56 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/15 {
  --tw-gradient-from: rgb(109 27 56 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/20 {
  --tw-gradient-from: rgb(109 27 56 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/25 {
  --tw-gradient-from: rgb(109 27 56 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/30 {
  --tw-gradient-from: rgb(109 27 56 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/35 {
  --tw-gradient-from: rgb(109 27 56 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/40 {
  --tw-gradient-from: rgb(109 27 56 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/45 {
  --tw-gradient-from: rgb(109 27 56 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/5 {
  --tw-gradient-from: rgb(109 27 56 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/50 {
  --tw-gradient-from: rgb(109 27 56 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/55 {
  --tw-gradient-from: rgb(109 27 56 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/60 {
  --tw-gradient-from: rgb(109 27 56 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/65 {
  --tw-gradient-from: rgb(109 27 56 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/70 {
  --tw-gradient-from: rgb(109 27 56 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/75 {
  --tw-gradient-from: rgb(109 27 56 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/80 {
  --tw-gradient-from: rgb(109 27 56 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/85 {
  --tw-gradient-from: rgb(109 27 56 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/90 {
  --tw-gradient-from: rgb(109 27 56 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-800\/95 {
  --tw-gradient-from: rgb(109 27 56 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900 {
  --tw-gradient-from: #41121e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/0 {
  --tw-gradient-from: rgb(65 18 30 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/10 {
  --tw-gradient-from: rgb(65 18 30 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/100 {
  --tw-gradient-from: rgb(65 18 30 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/15 {
  --tw-gradient-from: rgb(65 18 30 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/20 {
  --tw-gradient-from: rgb(65 18 30 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/25 {
  --tw-gradient-from: rgb(65 18 30 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/30 {
  --tw-gradient-from: rgb(65 18 30 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/35 {
  --tw-gradient-from: rgb(65 18 30 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/40 {
  --tw-gradient-from: rgb(65 18 30 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/45 {
  --tw-gradient-from: rgb(65 18 30 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/5 {
  --tw-gradient-from: rgb(65 18 30 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/50 {
  --tw-gradient-from: rgb(65 18 30 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/55 {
  --tw-gradient-from: rgb(65 18 30 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/60 {
  --tw-gradient-from: rgb(65 18 30 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/65 {
  --tw-gradient-from: rgb(65 18 30 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/70 {
  --tw-gradient-from: rgb(65 18 30 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/75 {
  --tw-gradient-from: rgb(65 18 30 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/80 {
  --tw-gradient-from: rgb(65 18 30 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/85 {
  --tw-gradient-from: rgb(65 18 30 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/90 {
  --tw-gradient-from: rgb(65 18 30 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cerise-900\/95 {
  --tw-gradient-from: rgb(65 18 30 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100 {
  --tw-gradient-from: #f9f0cf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/0 {
  --tw-gradient-from: rgb(249 240 207 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/10 {
  --tw-gradient-from: rgb(249 240 207 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/100 {
  --tw-gradient-from: rgb(249 240 207 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/15 {
  --tw-gradient-from: rgb(249 240 207 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/20 {
  --tw-gradient-from: rgb(249 240 207 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/25 {
  --tw-gradient-from: rgb(249 240 207 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/30 {
  --tw-gradient-from: rgb(249 240 207 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/35 {
  --tw-gradient-from: rgb(249 240 207 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/40 {
  --tw-gradient-from: rgb(249 240 207 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/45 {
  --tw-gradient-from: rgb(249 240 207 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/5 {
  --tw-gradient-from: rgb(249 240 207 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/50 {
  --tw-gradient-from: rgb(249 240 207 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/55 {
  --tw-gradient-from: rgb(249 240 207 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/60 {
  --tw-gradient-from: rgb(249 240 207 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/65 {
  --tw-gradient-from: rgb(249 240 207 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/70 {
  --tw-gradient-from: rgb(249 240 207 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/75 {
  --tw-gradient-from: rgb(249 240 207 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/80 {
  --tw-gradient-from: rgb(249 240 207 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/85 {
  --tw-gradient-from: rgb(249 240 207 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/90 {
  --tw-gradient-from: rgb(249 240 207 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-100\/95 {
  --tw-gradient-from: rgb(249 240 207 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200 {
  --tw-gradient-from: #f3da9f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/0 {
  --tw-gradient-from: rgb(243 218 159 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/10 {
  --tw-gradient-from: rgb(243 218 159 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/100 {
  --tw-gradient-from: rgb(243 218 159 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/15 {
  --tw-gradient-from: rgb(243 218 159 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/20 {
  --tw-gradient-from: rgb(243 218 159 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/25 {
  --tw-gradient-from: rgb(243 218 159 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/30 {
  --tw-gradient-from: rgb(243 218 159 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/35 {
  --tw-gradient-from: rgb(243 218 159 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/40 {
  --tw-gradient-from: rgb(243 218 159 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/45 {
  --tw-gradient-from: rgb(243 218 159 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/5 {
  --tw-gradient-from: rgb(243 218 159 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/50 {
  --tw-gradient-from: rgb(243 218 159 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/55 {
  --tw-gradient-from: rgb(243 218 159 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/60 {
  --tw-gradient-from: rgb(243 218 159 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/65 {
  --tw-gradient-from: rgb(243 218 159 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/70 {
  --tw-gradient-from: rgb(243 218 159 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/75 {
  --tw-gradient-from: rgb(243 218 159 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/80 {
  --tw-gradient-from: rgb(243 218 159 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/85 {
  --tw-gradient-from: rgb(243 218 159 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/90 {
  --tw-gradient-from: rgb(243 218 159 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-200\/95 {
  --tw-gradient-from: rgb(243 218 159 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300 {
  --tw-gradient-from: #e1b36a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/0 {
  --tw-gradient-from: rgb(225 179 106 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/10 {
  --tw-gradient-from: rgb(225 179 106 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/100 {
  --tw-gradient-from: rgb(225 179 106 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/15 {
  --tw-gradient-from: rgb(225 179 106 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/20 {
  --tw-gradient-from: rgb(225 179 106 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/25 {
  --tw-gradient-from: rgb(225 179 106 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/30 {
  --tw-gradient-from: rgb(225 179 106 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/35 {
  --tw-gradient-from: rgb(225 179 106 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/40 {
  --tw-gradient-from: rgb(225 179 106 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/45 {
  --tw-gradient-from: rgb(225 179 106 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/5 {
  --tw-gradient-from: rgb(225 179 106 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/50 {
  --tw-gradient-from: rgb(225 179 106 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/55 {
  --tw-gradient-from: rgb(225 179 106 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/60 {
  --tw-gradient-from: rgb(225 179 106 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/65 {
  --tw-gradient-from: rgb(225 179 106 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/70 {
  --tw-gradient-from: rgb(225 179 106 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/75 {
  --tw-gradient-from: rgb(225 179 106 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/80 {
  --tw-gradient-from: rgb(225 179 106 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/85 {
  --tw-gradient-from: rgb(225 179 106 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/90 {
  --tw-gradient-from: rgb(225 179 106 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-300\/95 {
  --tw-gradient-from: rgb(225 179 106 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400 {
  --tw-gradient-from: #cc873e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/0 {
  --tw-gradient-from: rgb(204 135 62 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/10 {
  --tw-gradient-from: rgb(204 135 62 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/100 {
  --tw-gradient-from: rgb(204 135 62 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/15 {
  --tw-gradient-from: rgb(204 135 62 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/20 {
  --tw-gradient-from: rgb(204 135 62 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/25 {
  --tw-gradient-from: rgb(204 135 62 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/30 {
  --tw-gradient-from: rgb(204 135 62 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/35 {
  --tw-gradient-from: rgb(204 135 62 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/40 {
  --tw-gradient-from: rgb(204 135 62 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/45 {
  --tw-gradient-from: rgb(204 135 62 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/5 {
  --tw-gradient-from: rgb(204 135 62 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/50 {
  --tw-gradient-from: rgb(204 135 62 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/55 {
  --tw-gradient-from: rgb(204 135 62 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/60 {
  --tw-gradient-from: rgb(204 135 62 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/65 {
  --tw-gradient-from: rgb(204 135 62 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/70 {
  --tw-gradient-from: rgb(204 135 62 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/75 {
  --tw-gradient-from: rgb(204 135 62 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/80 {
  --tw-gradient-from: rgb(204 135 62 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/85 {
  --tw-gradient-from: rgb(204 135 62 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/90 {
  --tw-gradient-from: rgb(204 135 62 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-400\/95 {
  --tw-gradient-from: rgb(204 135 62 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50 {
  --tw-gradient-from: #fcfbf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/0 {
  --tw-gradient-from: rgb(252 251 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/10 {
  --tw-gradient-from: rgb(252 251 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/100 {
  --tw-gradient-from: rgb(252 251 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/15 {
  --tw-gradient-from: rgb(252 251 246 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/20 {
  --tw-gradient-from: rgb(252 251 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/25 {
  --tw-gradient-from: rgb(252 251 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/30 {
  --tw-gradient-from: rgb(252 251 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/35 {
  --tw-gradient-from: rgb(252 251 246 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/40 {
  --tw-gradient-from: rgb(252 251 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/45 {
  --tw-gradient-from: rgb(252 251 246 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/5 {
  --tw-gradient-from: rgb(252 251 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/50 {
  --tw-gradient-from: rgb(252 251 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/55 {
  --tw-gradient-from: rgb(252 251 246 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/60 {
  --tw-gradient-from: rgb(252 251 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/65 {
  --tw-gradient-from: rgb(252 251 246 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/70 {
  --tw-gradient-from: rgb(252 251 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/75 {
  --tw-gradient-from: rgb(252 251 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/80 {
  --tw-gradient-from: rgb(252 251 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/85 {
  --tw-gradient-from: rgb(252 251 246 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/90 {
  --tw-gradient-from: rgb(252 251 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-50\/95 {
  --tw-gradient-from: rgb(252 251 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500 {
  --tw-gradient-from: #b16622 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/0 {
  --tw-gradient-from: rgb(177 102 34 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/10 {
  --tw-gradient-from: rgb(177 102 34 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/100 {
  --tw-gradient-from: rgb(177 102 34 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/15 {
  --tw-gradient-from: rgb(177 102 34 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/20 {
  --tw-gradient-from: rgb(177 102 34 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/25 {
  --tw-gradient-from: rgb(177 102 34 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/30 {
  --tw-gradient-from: rgb(177 102 34 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/35 {
  --tw-gradient-from: rgb(177 102 34 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/40 {
  --tw-gradient-from: rgb(177 102 34 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/45 {
  --tw-gradient-from: rgb(177 102 34 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/5 {
  --tw-gradient-from: rgb(177 102 34 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/50 {
  --tw-gradient-from: rgb(177 102 34 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/55 {
  --tw-gradient-from: rgb(177 102 34 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/60 {
  --tw-gradient-from: rgb(177 102 34 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/65 {
  --tw-gradient-from: rgb(177 102 34 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/70 {
  --tw-gradient-from: rgb(177 102 34 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/75 {
  --tw-gradient-from: rgb(177 102 34 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/80 {
  --tw-gradient-from: rgb(177 102 34 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/85 {
  --tw-gradient-from: rgb(177 102 34 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/90 {
  --tw-gradient-from: rgb(177 102 34 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-500\/95 {
  --tw-gradient-from: rgb(177 102 34 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600 {
  --tw-gradient-from: #934c16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/0 {
  --tw-gradient-from: rgb(147 76 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/10 {
  --tw-gradient-from: rgb(147 76 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/100 {
  --tw-gradient-from: rgb(147 76 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/15 {
  --tw-gradient-from: rgb(147 76 22 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/20 {
  --tw-gradient-from: rgb(147 76 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/25 {
  --tw-gradient-from: rgb(147 76 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/30 {
  --tw-gradient-from: rgb(147 76 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/35 {
  --tw-gradient-from: rgb(147 76 22 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/40 {
  --tw-gradient-from: rgb(147 76 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/45 {
  --tw-gradient-from: rgb(147 76 22 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/5 {
  --tw-gradient-from: rgb(147 76 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/50 {
  --tw-gradient-from: rgb(147 76 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/55 {
  --tw-gradient-from: rgb(147 76 22 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/60 {
  --tw-gradient-from: rgb(147 76 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/65 {
  --tw-gradient-from: rgb(147 76 22 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/70 {
  --tw-gradient-from: rgb(147 76 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/75 {
  --tw-gradient-from: rgb(147 76 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/80 {
  --tw-gradient-from: rgb(147 76 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/85 {
  --tw-gradient-from: rgb(147 76 22 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/90 {
  --tw-gradient-from: rgb(147 76 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-600\/95 {
  --tw-gradient-from: rgb(147 76 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700 {
  --tw-gradient-from: #703913 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/0 {
  --tw-gradient-from: rgb(112 57 19 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/10 {
  --tw-gradient-from: rgb(112 57 19 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/100 {
  --tw-gradient-from: rgb(112 57 19 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/15 {
  --tw-gradient-from: rgb(112 57 19 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/20 {
  --tw-gradient-from: rgb(112 57 19 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/25 {
  --tw-gradient-from: rgb(112 57 19 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/30 {
  --tw-gradient-from: rgb(112 57 19 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/35 {
  --tw-gradient-from: rgb(112 57 19 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/40 {
  --tw-gradient-from: rgb(112 57 19 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/45 {
  --tw-gradient-from: rgb(112 57 19 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/5 {
  --tw-gradient-from: rgb(112 57 19 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/50 {
  --tw-gradient-from: rgb(112 57 19 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/55 {
  --tw-gradient-from: rgb(112 57 19 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/60 {
  --tw-gradient-from: rgb(112 57 19 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/65 {
  --tw-gradient-from: rgb(112 57 19 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/70 {
  --tw-gradient-from: rgb(112 57 19 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/75 {
  --tw-gradient-from: rgb(112 57 19 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/80 {
  --tw-gradient-from: rgb(112 57 19 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/85 {
  --tw-gradient-from: rgb(112 57 19 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/90 {
  --tw-gradient-from: rgb(112 57 19 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-700\/95 {
  --tw-gradient-from: rgb(112 57 19 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800 {
  --tw-gradient-from: #4d270f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/0 {
  --tw-gradient-from: rgb(77 39 15 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/10 {
  --tw-gradient-from: rgb(77 39 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/100 {
  --tw-gradient-from: rgb(77 39 15 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/15 {
  --tw-gradient-from: rgb(77 39 15 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/20 {
  --tw-gradient-from: rgb(77 39 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/25 {
  --tw-gradient-from: rgb(77 39 15 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/30 {
  --tw-gradient-from: rgb(77 39 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/35 {
  --tw-gradient-from: rgb(77 39 15 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/40 {
  --tw-gradient-from: rgb(77 39 15 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/45 {
  --tw-gradient-from: rgb(77 39 15 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/5 {
  --tw-gradient-from: rgb(77 39 15 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/50 {
  --tw-gradient-from: rgb(77 39 15 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/55 {
  --tw-gradient-from: rgb(77 39 15 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/60 {
  --tw-gradient-from: rgb(77 39 15 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/65 {
  --tw-gradient-from: rgb(77 39 15 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/70 {
  --tw-gradient-from: rgb(77 39 15 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/75 {
  --tw-gradient-from: rgb(77 39 15 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/80 {
  --tw-gradient-from: rgb(77 39 15 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/85 {
  --tw-gradient-from: rgb(77 39 15 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/90 {
  --tw-gradient-from: rgb(77 39 15 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-800\/95 {
  --tw-gradient-from: rgb(77 39 15 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900 {
  --tw-gradient-from: #31180a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/0 {
  --tw-gradient-from: rgb(49 24 10 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/10 {
  --tw-gradient-from: rgb(49 24 10 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/100 {
  --tw-gradient-from: rgb(49 24 10 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/15 {
  --tw-gradient-from: rgb(49 24 10 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/20 {
  --tw-gradient-from: rgb(49 24 10 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/25 {
  --tw-gradient-from: rgb(49 24 10 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/30 {
  --tw-gradient-from: rgb(49 24 10 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/35 {
  --tw-gradient-from: rgb(49 24 10 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/40 {
  --tw-gradient-from: rgb(49 24 10 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/45 {
  --tw-gradient-from: rgb(49 24 10 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/5 {
  --tw-gradient-from: rgb(49 24 10 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/50 {
  --tw-gradient-from: rgb(49 24 10 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/55 {
  --tw-gradient-from: rgb(49 24 10 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/60 {
  --tw-gradient-from: rgb(49 24 10 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/65 {
  --tw-gradient-from: rgb(49 24 10 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/70 {
  --tw-gradient-from: rgb(49 24 10 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/75 {
  --tw-gradient-from: rgb(49 24 10 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/80 {
  --tw-gradient-from: rgb(49 24 10 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/85 {
  --tw-gradient-from: rgb(49 24 10 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/90 {
  --tw-gradient-from: rgb(49 24 10 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-chocolate-900\/95 {
  --tw-gradient-from: rgb(49 24 10 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100 {
  --tw-gradient-from: #ebf0fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/0 {
  --tw-gradient-from: rgb(235 240 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/10 {
  --tw-gradient-from: rgb(235 240 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/100 {
  --tw-gradient-from: rgb(235 240 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/15 {
  --tw-gradient-from: rgb(235 240 252 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/20 {
  --tw-gradient-from: rgb(235 240 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/25 {
  --tw-gradient-from: rgb(235 240 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/30 {
  --tw-gradient-from: rgb(235 240 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/35 {
  --tw-gradient-from: rgb(235 240 252 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/40 {
  --tw-gradient-from: rgb(235 240 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/45 {
  --tw-gradient-from: rgb(235 240 252 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/5 {
  --tw-gradient-from: rgb(235 240 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/50 {
  --tw-gradient-from: rgb(235 240 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/55 {
  --tw-gradient-from: rgb(235 240 252 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/60 {
  --tw-gradient-from: rgb(235 240 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/65 {
  --tw-gradient-from: rgb(235 240 252 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/70 {
  --tw-gradient-from: rgb(235 240 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/75 {
  --tw-gradient-from: rgb(235 240 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/80 {
  --tw-gradient-from: rgb(235 240 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/85 {
  --tw-gradient-from: rgb(235 240 252 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/90 {
  --tw-gradient-from: rgb(235 240 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-100\/95 {
  --tw-gradient-from: rgb(235 240 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200 {
  --tw-gradient-from: #d6d6f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/0 {
  --tw-gradient-from: rgb(214 214 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/10 {
  --tw-gradient-from: rgb(214 214 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/100 {
  --tw-gradient-from: rgb(214 214 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/15 {
  --tw-gradient-from: rgb(214 214 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/20 {
  --tw-gradient-from: rgb(214 214 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/25 {
  --tw-gradient-from: rgb(214 214 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/30 {
  --tw-gradient-from: rgb(214 214 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/35 {
  --tw-gradient-from: rgb(214 214 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/40 {
  --tw-gradient-from: rgb(214 214 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/45 {
  --tw-gradient-from: rgb(214 214 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/5 {
  --tw-gradient-from: rgb(214 214 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/50 {
  --tw-gradient-from: rgb(214 214 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/55 {
  --tw-gradient-from: rgb(214 214 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/60 {
  --tw-gradient-from: rgb(214 214 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/65 {
  --tw-gradient-from: rgb(214 214 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/70 {
  --tw-gradient-from: rgb(214 214 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/75 {
  --tw-gradient-from: rgb(214 214 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/80 {
  --tw-gradient-from: rgb(214 214 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/85 {
  --tw-gradient-from: rgb(214 214 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/90 {
  --tw-gradient-from: rgb(214 214 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-200\/95 {
  --tw-gradient-from: rgb(214 214 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300 {
  --tw-gradient-from: #b4b1f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/0 {
  --tw-gradient-from: rgb(180 177 240 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/10 {
  --tw-gradient-from: rgb(180 177 240 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/100 {
  --tw-gradient-from: rgb(180 177 240 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/15 {
  --tw-gradient-from: rgb(180 177 240 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/20 {
  --tw-gradient-from: rgb(180 177 240 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/25 {
  --tw-gradient-from: rgb(180 177 240 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/30 {
  --tw-gradient-from: rgb(180 177 240 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/35 {
  --tw-gradient-from: rgb(180 177 240 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/40 {
  --tw-gradient-from: rgb(180 177 240 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/45 {
  --tw-gradient-from: rgb(180 177 240 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/5 {
  --tw-gradient-from: rgb(180 177 240 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/50 {
  --tw-gradient-from: rgb(180 177 240 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/55 {
  --tw-gradient-from: rgb(180 177 240 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/60 {
  --tw-gradient-from: rgb(180 177 240 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/65 {
  --tw-gradient-from: rgb(180 177 240 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/70 {
  --tw-gradient-from: rgb(180 177 240 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/75 {
  --tw-gradient-from: rgb(180 177 240 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/80 {
  --tw-gradient-from: rgb(180 177 240 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/85 {
  --tw-gradient-from: rgb(180 177 240 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/90 {
  --tw-gradient-from: rgb(180 177 240 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-300\/95 {
  --tw-gradient-from: rgb(180 177 240 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400 {
  --tw-gradient-from: #9987e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/0 {
  --tw-gradient-from: rgb(153 135 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/10 {
  --tw-gradient-from: rgb(153 135 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/100 {
  --tw-gradient-from: rgb(153 135 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/15 {
  --tw-gradient-from: rgb(153 135 229 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/20 {
  --tw-gradient-from: rgb(153 135 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/25 {
  --tw-gradient-from: rgb(153 135 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/30 {
  --tw-gradient-from: rgb(153 135 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/35 {
  --tw-gradient-from: rgb(153 135 229 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/40 {
  --tw-gradient-from: rgb(153 135 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/45 {
  --tw-gradient-from: rgb(153 135 229 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/5 {
  --tw-gradient-from: rgb(153 135 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/50 {
  --tw-gradient-from: rgb(153 135 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/55 {
  --tw-gradient-from: rgb(153 135 229 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/60 {
  --tw-gradient-from: rgb(153 135 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/65 {
  --tw-gradient-from: rgb(153 135 229 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/70 {
  --tw-gradient-from: rgb(153 135 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/75 {
  --tw-gradient-from: rgb(153 135 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/80 {
  --tw-gradient-from: rgb(153 135 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/85 {
  --tw-gradient-from: rgb(153 135 229 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/90 {
  --tw-gradient-from: rgb(153 135 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-400\/95 {
  --tw-gradient-from: rgb(153 135 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50 {
  --tw-gradient-from: #f8fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/0 {
  --tw-gradient-from: rgb(248 250 251 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/10 {
  --tw-gradient-from: rgb(248 250 251 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/100 {
  --tw-gradient-from: rgb(248 250 251 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/15 {
  --tw-gradient-from: rgb(248 250 251 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/20 {
  --tw-gradient-from: rgb(248 250 251 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/25 {
  --tw-gradient-from: rgb(248 250 251 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/30 {
  --tw-gradient-from: rgb(248 250 251 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/35 {
  --tw-gradient-from: rgb(248 250 251 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/40 {
  --tw-gradient-from: rgb(248 250 251 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/45 {
  --tw-gradient-from: rgb(248 250 251 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/5 {
  --tw-gradient-from: rgb(248 250 251 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/50 {
  --tw-gradient-from: rgb(248 250 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/55 {
  --tw-gradient-from: rgb(248 250 251 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/60 {
  --tw-gradient-from: rgb(248 250 251 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/65 {
  --tw-gradient-from: rgb(248 250 251 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/70 {
  --tw-gradient-from: rgb(248 250 251 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/75 {
  --tw-gradient-from: rgb(248 250 251 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/80 {
  --tw-gradient-from: rgb(248 250 251 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/85 {
  --tw-gradient-from: rgb(248 250 251 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/90 {
  --tw-gradient-from: rgb(248 250 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-50\/95 {
  --tw-gradient-from: rgb(248 250 251 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500 {
  --tw-gradient-from: #8062dc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/0 {
  --tw-gradient-from: rgb(128 98 220 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/10 {
  --tw-gradient-from: rgb(128 98 220 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/100 {
  --tw-gradient-from: rgb(128 98 220 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/15 {
  --tw-gradient-from: rgb(128 98 220 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/20 {
  --tw-gradient-from: rgb(128 98 220 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/25 {
  --tw-gradient-from: rgb(128 98 220 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/30 {
  --tw-gradient-from: rgb(128 98 220 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/35 {
  --tw-gradient-from: rgb(128 98 220 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/40 {
  --tw-gradient-from: rgb(128 98 220 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/45 {
  --tw-gradient-from: rgb(128 98 220 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/5 {
  --tw-gradient-from: rgb(128 98 220 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/50 {
  --tw-gradient-from: rgb(128 98 220 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/55 {
  --tw-gradient-from: rgb(128 98 220 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/60 {
  --tw-gradient-from: rgb(128 98 220 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/65 {
  --tw-gradient-from: rgb(128 98 220 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/70 {
  --tw-gradient-from: rgb(128 98 220 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/75 {
  --tw-gradient-from: rgb(128 98 220 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/80 {
  --tw-gradient-from: rgb(128 98 220 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/85 {
  --tw-gradient-from: rgb(128 98 220 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/90 {
  --tw-gradient-from: rgb(128 98 220 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-500\/95 {
  --tw-gradient-from: rgb(128 98 220 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600 {
  --tw-gradient-from: #6946cb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/0 {
  --tw-gradient-from: rgb(105 70 203 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/10 {
  --tw-gradient-from: rgb(105 70 203 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/100 {
  --tw-gradient-from: rgb(105 70 203 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/15 {
  --tw-gradient-from: rgb(105 70 203 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/20 {
  --tw-gradient-from: rgb(105 70 203 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/25 {
  --tw-gradient-from: rgb(105 70 203 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/30 {
  --tw-gradient-from: rgb(105 70 203 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/35 {
  --tw-gradient-from: rgb(105 70 203 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/40 {
  --tw-gradient-from: rgb(105 70 203 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/45 {
  --tw-gradient-from: rgb(105 70 203 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/5 {
  --tw-gradient-from: rgb(105 70 203 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/50 {
  --tw-gradient-from: rgb(105 70 203 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/55 {
  --tw-gradient-from: rgb(105 70 203 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/60 {
  --tw-gradient-from: rgb(105 70 203 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/65 {
  --tw-gradient-from: rgb(105 70 203 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/70 {
  --tw-gradient-from: rgb(105 70 203 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/75 {
  --tw-gradient-from: rgb(105 70 203 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/80 {
  --tw-gradient-from: rgb(105 70 203 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/85 {
  --tw-gradient-from: rgb(105 70 203 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/90 {
  --tw-gradient-from: rgb(105 70 203 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-600\/95 {
  --tw-gradient-from: rgb(105 70 203 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700 {
  --tw-gradient-from: #4f35a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/0 {
  --tw-gradient-from: rgb(79 53 168 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/10 {
  --tw-gradient-from: rgb(79 53 168 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/100 {
  --tw-gradient-from: rgb(79 53 168 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/15 {
  --tw-gradient-from: rgb(79 53 168 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/20 {
  --tw-gradient-from: rgb(79 53 168 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/25 {
  --tw-gradient-from: rgb(79 53 168 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/30 {
  --tw-gradient-from: rgb(79 53 168 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/35 {
  --tw-gradient-from: rgb(79 53 168 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/40 {
  --tw-gradient-from: rgb(79 53 168 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/45 {
  --tw-gradient-from: rgb(79 53 168 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/5 {
  --tw-gradient-from: rgb(79 53 168 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/50 {
  --tw-gradient-from: rgb(79 53 168 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/55 {
  --tw-gradient-from: rgb(79 53 168 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/60 {
  --tw-gradient-from: rgb(79 53 168 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/65 {
  --tw-gradient-from: rgb(79 53 168 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/70 {
  --tw-gradient-from: rgb(79 53 168 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/75 {
  --tw-gradient-from: rgb(79 53 168 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/80 {
  --tw-gradient-from: rgb(79 53 168 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/85 {
  --tw-gradient-from: rgb(79 53 168 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/90 {
  --tw-gradient-from: rgb(79 53 168 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-700\/95 {
  --tw-gradient-from: rgb(79 53 168 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800 {
  --tw-gradient-from: #362479 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/0 {
  --tw-gradient-from: rgb(54 36 121 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/10 {
  --tw-gradient-from: rgb(54 36 121 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/100 {
  --tw-gradient-from: rgb(54 36 121 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/15 {
  --tw-gradient-from: rgb(54 36 121 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/20 {
  --tw-gradient-from: rgb(54 36 121 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/25 {
  --tw-gradient-from: rgb(54 36 121 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/30 {
  --tw-gradient-from: rgb(54 36 121 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/35 {
  --tw-gradient-from: rgb(54 36 121 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/40 {
  --tw-gradient-from: rgb(54 36 121 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/45 {
  --tw-gradient-from: rgb(54 36 121 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/5 {
  --tw-gradient-from: rgb(54 36 121 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/50 {
  --tw-gradient-from: rgb(54 36 121 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/55 {
  --tw-gradient-from: rgb(54 36 121 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/60 {
  --tw-gradient-from: rgb(54 36 121 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/65 {
  --tw-gradient-from: rgb(54 36 121 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/70 {
  --tw-gradient-from: rgb(54 36 121 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/75 {
  --tw-gradient-from: rgb(54 36 121 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/80 {
  --tw-gradient-from: rgb(54 36 121 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/85 {
  --tw-gradient-from: rgb(54 36 121 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/90 {
  --tw-gradient-from: rgb(54 36 121 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-800\/95 {
  --tw-gradient-from: rgb(54 36 121 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900 {
  --tw-gradient-from: #1e1749 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/0 {
  --tw-gradient-from: rgb(30 23 73 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/10 {
  --tw-gradient-from: rgb(30 23 73 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/100 {
  --tw-gradient-from: rgb(30 23 73 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/15 {
  --tw-gradient-from: rgb(30 23 73 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/20 {
  --tw-gradient-from: rgb(30 23 73 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/25 {
  --tw-gradient-from: rgb(30 23 73 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/30 {
  --tw-gradient-from: rgb(30 23 73 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/35 {
  --tw-gradient-from: rgb(30 23 73 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/40 {
  --tw-gradient-from: rgb(30 23 73 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/45 {
  --tw-gradient-from: rgb(30 23 73 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/5 {
  --tw-gradient-from: rgb(30 23 73 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/50 {
  --tw-gradient-from: rgb(30 23 73 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/55 {
  --tw-gradient-from: rgb(30 23 73 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/60 {
  --tw-gradient-from: rgb(30 23 73 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/65 {
  --tw-gradient-from: rgb(30 23 73 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/70 {
  --tw-gradient-from: rgb(30 23 73 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/75 {
  --tw-gradient-from: rgb(30 23 73 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/80 {
  --tw-gradient-from: rgb(30 23 73 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/85 {
  --tw-gradient-from: rgb(30 23 73 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/90 {
  --tw-gradient-from: rgb(30 23 73 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-denim-900\/95 {
  --tw-gradient-from: rgb(30 23 73 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100 {
  --tw-gradient-from: #F3F4F6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/0 {
  --tw-gradient-from: rgb(243 244 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/10 {
  --tw-gradient-from: rgb(243 244 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/100 {
  --tw-gradient-from: rgb(243 244 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/15 {
  --tw-gradient-from: rgb(243 244 246 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/20 {
  --tw-gradient-from: rgb(243 244 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/25 {
  --tw-gradient-from: rgb(243 244 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/30 {
  --tw-gradient-from: rgb(243 244 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/35 {
  --tw-gradient-from: rgb(243 244 246 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/40 {
  --tw-gradient-from: rgb(243 244 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/45 {
  --tw-gradient-from: rgb(243 244 246 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/5 {
  --tw-gradient-from: rgb(243 244 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/50 {
  --tw-gradient-from: rgb(243 244 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/55 {
  --tw-gradient-from: rgb(243 244 246 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/60 {
  --tw-gradient-from: rgb(243 244 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/65 {
  --tw-gradient-from: rgb(243 244 246 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/70 {
  --tw-gradient-from: rgb(243 244 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/75 {
  --tw-gradient-from: rgb(243 244 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/80 {
  --tw-gradient-from: rgb(243 244 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/85 {
  --tw-gradient-from: rgb(243 244 246 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/90 {
  --tw-gradient-from: rgb(243 244 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100\/95 {
  --tw-gradient-from: rgb(243 244 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200 {
  --tw-gradient-from: #E5E7EB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/0 {
  --tw-gradient-from: rgb(229 231 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/10 {
  --tw-gradient-from: rgb(229 231 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/100 {
  --tw-gradient-from: rgb(229 231 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/15 {
  --tw-gradient-from: rgb(229 231 235 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/20 {
  --tw-gradient-from: rgb(229 231 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/25 {
  --tw-gradient-from: rgb(229 231 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/30 {
  --tw-gradient-from: rgb(229 231 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/35 {
  --tw-gradient-from: rgb(229 231 235 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/40 {
  --tw-gradient-from: rgb(229 231 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/45 {
  --tw-gradient-from: rgb(229 231 235 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/5 {
  --tw-gradient-from: rgb(229 231 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/50 {
  --tw-gradient-from: rgb(229 231 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/55 {
  --tw-gradient-from: rgb(229 231 235 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/60 {
  --tw-gradient-from: rgb(229 231 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/65 {
  --tw-gradient-from: rgb(229 231 235 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/70 {
  --tw-gradient-from: rgb(229 231 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/75 {
  --tw-gradient-from: rgb(229 231 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/80 {
  --tw-gradient-from: rgb(229 231 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/85 {
  --tw-gradient-from: rgb(229 231 235 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/90 {
  --tw-gradient-from: rgb(229 231 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200\/95 {
  --tw-gradient-from: rgb(229 231 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300 {
  --tw-gradient-from: #D1D5DB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/0 {
  --tw-gradient-from: rgb(209 213 219 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/10 {
  --tw-gradient-from: rgb(209 213 219 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/100 {
  --tw-gradient-from: rgb(209 213 219 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/15 {
  --tw-gradient-from: rgb(209 213 219 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/20 {
  --tw-gradient-from: rgb(209 213 219 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/25 {
  --tw-gradient-from: rgb(209 213 219 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/30 {
  --tw-gradient-from: rgb(209 213 219 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/35 {
  --tw-gradient-from: rgb(209 213 219 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/40 {
  --tw-gradient-from: rgb(209 213 219 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/45 {
  --tw-gradient-from: rgb(209 213 219 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/5 {
  --tw-gradient-from: rgb(209 213 219 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/50 {
  --tw-gradient-from: rgb(209 213 219 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/55 {
  --tw-gradient-from: rgb(209 213 219 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/60 {
  --tw-gradient-from: rgb(209 213 219 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/65 {
  --tw-gradient-from: rgb(209 213 219 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/70 {
  --tw-gradient-from: rgb(209 213 219 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/75 {
  --tw-gradient-from: rgb(209 213 219 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/80 {
  --tw-gradient-from: rgb(209 213 219 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/85 {
  --tw-gradient-from: rgb(209 213 219 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/90 {
  --tw-gradient-from: rgb(209 213 219 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-300\/95 {
  --tw-gradient-from: rgb(209 213 219 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400 {
  --tw-gradient-from: #9CA3AF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/0 {
  --tw-gradient-from: rgb(156 163 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/10 {
  --tw-gradient-from: rgb(156 163 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/100 {
  --tw-gradient-from: rgb(156 163 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/15 {
  --tw-gradient-from: rgb(156 163 175 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/20 {
  --tw-gradient-from: rgb(156 163 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/25 {
  --tw-gradient-from: rgb(156 163 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/30 {
  --tw-gradient-from: rgb(156 163 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/35 {
  --tw-gradient-from: rgb(156 163 175 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/40 {
  --tw-gradient-from: rgb(156 163 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/45 {
  --tw-gradient-from: rgb(156 163 175 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/5 {
  --tw-gradient-from: rgb(156 163 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/50 {
  --tw-gradient-from: rgb(156 163 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/55 {
  --tw-gradient-from: rgb(156 163 175 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/60 {
  --tw-gradient-from: rgb(156 163 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/65 {
  --tw-gradient-from: rgb(156 163 175 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/70 {
  --tw-gradient-from: rgb(156 163 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/75 {
  --tw-gradient-from: rgb(156 163 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/80 {
  --tw-gradient-from: rgb(156 163 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/85 {
  --tw-gradient-from: rgb(156 163 175 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/90 {
  --tw-gradient-from: rgb(156 163 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400\/95 {
  --tw-gradient-from: rgb(156 163 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #F9FAFB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/0 {
  --tw-gradient-from: rgb(249 250 251 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/10 {
  --tw-gradient-from: rgb(249 250 251 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/100 {
  --tw-gradient-from: rgb(249 250 251 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/15 {
  --tw-gradient-from: rgb(249 250 251 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/20 {
  --tw-gradient-from: rgb(249 250 251 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/25 {
  --tw-gradient-from: rgb(249 250 251 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/30 {
  --tw-gradient-from: rgb(249 250 251 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/35 {
  --tw-gradient-from: rgb(249 250 251 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/40 {
  --tw-gradient-from: rgb(249 250 251 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/45 {
  --tw-gradient-from: rgb(249 250 251 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/5 {
  --tw-gradient-from: rgb(249 250 251 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/50 {
  --tw-gradient-from: rgb(249 250 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/55 {
  --tw-gradient-from: rgb(249 250 251 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/60 {
  --tw-gradient-from: rgb(249 250 251 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/65 {
  --tw-gradient-from: rgb(249 250 251 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/70 {
  --tw-gradient-from: rgb(249 250 251 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/75 {
  --tw-gradient-from: rgb(249 250 251 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/80 {
  --tw-gradient-from: rgb(249 250 251 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/85 {
  --tw-gradient-from: rgb(249 250 251 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/90 {
  --tw-gradient-from: rgb(249 250 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/95 {
  --tw-gradient-from: rgb(249 250 251 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500 {
  --tw-gradient-from: #6B7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/0 {
  --tw-gradient-from: rgb(107 114 128 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/10 {
  --tw-gradient-from: rgb(107 114 128 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/100 {
  --tw-gradient-from: rgb(107 114 128 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/15 {
  --tw-gradient-from: rgb(107 114 128 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/20 {
  --tw-gradient-from: rgb(107 114 128 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/25 {
  --tw-gradient-from: rgb(107 114 128 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/30 {
  --tw-gradient-from: rgb(107 114 128 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/35 {
  --tw-gradient-from: rgb(107 114 128 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/40 {
  --tw-gradient-from: rgb(107 114 128 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/45 {
  --tw-gradient-from: rgb(107 114 128 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/5 {
  --tw-gradient-from: rgb(107 114 128 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/50 {
  --tw-gradient-from: rgb(107 114 128 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/55 {
  --tw-gradient-from: rgb(107 114 128 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/60 {
  --tw-gradient-from: rgb(107 114 128 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/65 {
  --tw-gradient-from: rgb(107 114 128 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/70 {
  --tw-gradient-from: rgb(107 114 128 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/75 {
  --tw-gradient-from: rgb(107 114 128 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/80 {
  --tw-gradient-from: rgb(107 114 128 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/85 {
  --tw-gradient-from: rgb(107 114 128 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/90 {
  --tw-gradient-from: rgb(107 114 128 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/95 {
  --tw-gradient-from: rgb(107 114 128 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600 {
  --tw-gradient-from: #4B5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/0 {
  --tw-gradient-from: rgb(75 85 99 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/10 {
  --tw-gradient-from: rgb(75 85 99 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/100 {
  --tw-gradient-from: rgb(75 85 99 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/15 {
  --tw-gradient-from: rgb(75 85 99 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/20 {
  --tw-gradient-from: rgb(75 85 99 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/25 {
  --tw-gradient-from: rgb(75 85 99 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/30 {
  --tw-gradient-from: rgb(75 85 99 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/35 {
  --tw-gradient-from: rgb(75 85 99 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/40 {
  --tw-gradient-from: rgb(75 85 99 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/45 {
  --tw-gradient-from: rgb(75 85 99 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/5 {
  --tw-gradient-from: rgb(75 85 99 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/50 {
  --tw-gradient-from: rgb(75 85 99 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/55 {
  --tw-gradient-from: rgb(75 85 99 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/60 {
  --tw-gradient-from: rgb(75 85 99 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/65 {
  --tw-gradient-from: rgb(75 85 99 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/70 {
  --tw-gradient-from: rgb(75 85 99 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/75 {
  --tw-gradient-from: rgb(75 85 99 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/80 {
  --tw-gradient-from: rgb(75 85 99 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/85 {
  --tw-gradient-from: rgb(75 85 99 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/90 {
  --tw-gradient-from: rgb(75 85 99 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600\/95 {
  --tw-gradient-from: rgb(75 85 99 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/0 {
  --tw-gradient-from: rgb(55 65 81 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/10 {
  --tw-gradient-from: rgb(55 65 81 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/100 {
  --tw-gradient-from: rgb(55 65 81 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/15 {
  --tw-gradient-from: rgb(55 65 81 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/20 {
  --tw-gradient-from: rgb(55 65 81 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/25 {
  --tw-gradient-from: rgb(55 65 81 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/30 {
  --tw-gradient-from: rgb(55 65 81 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/35 {
  --tw-gradient-from: rgb(55 65 81 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/40 {
  --tw-gradient-from: rgb(55 65 81 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/45 {
  --tw-gradient-from: rgb(55 65 81 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/5 {
  --tw-gradient-from: rgb(55 65 81 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/50 {
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/55 {
  --tw-gradient-from: rgb(55 65 81 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/60 {
  --tw-gradient-from: rgb(55 65 81 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/65 {
  --tw-gradient-from: rgb(55 65 81 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/70 {
  --tw-gradient-from: rgb(55 65 81 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/75 {
  --tw-gradient-from: rgb(55 65 81 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/80 {
  --tw-gradient-from: rgb(55 65 81 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/85 {
  --tw-gradient-from: rgb(55 65 81 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/90 {
  --tw-gradient-from: rgb(55 65 81 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/95 {
  --tw-gradient-from: rgb(55 65 81 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800 {
  --tw-gradient-from: #1F2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/0 {
  --tw-gradient-from: rgb(31 41 55 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/10 {
  --tw-gradient-from: rgb(31 41 55 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/100 {
  --tw-gradient-from: rgb(31 41 55 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/15 {
  --tw-gradient-from: rgb(31 41 55 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/20 {
  --tw-gradient-from: rgb(31 41 55 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/25 {
  --tw-gradient-from: rgb(31 41 55 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/30 {
  --tw-gradient-from: rgb(31 41 55 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/35 {
  --tw-gradient-from: rgb(31 41 55 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/40 {
  --tw-gradient-from: rgb(31 41 55 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/45 {
  --tw-gradient-from: rgb(31 41 55 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/5 {
  --tw-gradient-from: rgb(31 41 55 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/50 {
  --tw-gradient-from: rgb(31 41 55 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/55 {
  --tw-gradient-from: rgb(31 41 55 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/60 {
  --tw-gradient-from: rgb(31 41 55 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/65 {
  --tw-gradient-from: rgb(31 41 55 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/70 {
  --tw-gradient-from: rgb(31 41 55 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/75 {
  --tw-gradient-from: rgb(31 41 55 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/80 {
  --tw-gradient-from: rgb(31 41 55 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/85 {
  --tw-gradient-from: rgb(31 41 55 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/90 {
  --tw-gradient-from: rgb(31 41 55 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/95 {
  --tw-gradient-from: rgb(31 41 55 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/0 {
  --tw-gradient-from: rgb(17 24 39 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/10 {
  --tw-gradient-from: rgb(17 24 39 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/100 {
  --tw-gradient-from: rgb(17 24 39 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/15 {
  --tw-gradient-from: rgb(17 24 39 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/20 {
  --tw-gradient-from: rgb(17 24 39 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/25 {
  --tw-gradient-from: rgb(17 24 39 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/30 {
  --tw-gradient-from: rgb(17 24 39 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/35 {
  --tw-gradient-from: rgb(17 24 39 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/40 {
  --tw-gradient-from: rgb(17 24 39 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/45 {
  --tw-gradient-from: rgb(17 24 39 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/5 {
  --tw-gradient-from: rgb(17 24 39 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/50 {
  --tw-gradient-from: rgb(17 24 39 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/55 {
  --tw-gradient-from: rgb(17 24 39 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/60 {
  --tw-gradient-from: rgb(17 24 39 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/65 {
  --tw-gradient-from: rgb(17 24 39 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/70 {
  --tw-gradient-from: rgb(17 24 39 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/75 {
  --tw-gradient-from: rgb(17 24 39 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/80 {
  --tw-gradient-from: rgb(17 24 39 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/85 {
  --tw-gradient-from: rgb(17 24 39 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/90 {
  --tw-gradient-from: rgb(17 24 39 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/95 {
  --tw-gradient-from: rgb(17 24 39 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100 {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/0 {
  --tw-gradient-from: rgb(209 250 229 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/10 {
  --tw-gradient-from: rgb(209 250 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/100 {
  --tw-gradient-from: rgb(209 250 229 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/15 {
  --tw-gradient-from: rgb(209 250 229 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/20 {
  --tw-gradient-from: rgb(209 250 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/25 {
  --tw-gradient-from: rgb(209 250 229 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/30 {
  --tw-gradient-from: rgb(209 250 229 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/35 {
  --tw-gradient-from: rgb(209 250 229 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/40 {
  --tw-gradient-from: rgb(209 250 229 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/45 {
  --tw-gradient-from: rgb(209 250 229 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/5 {
  --tw-gradient-from: rgb(209 250 229 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/50 {
  --tw-gradient-from: rgb(209 250 229 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/55 {
  --tw-gradient-from: rgb(209 250 229 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/60 {
  --tw-gradient-from: rgb(209 250 229 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/65 {
  --tw-gradient-from: rgb(209 250 229 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/70 {
  --tw-gradient-from: rgb(209 250 229 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/75 {
  --tw-gradient-from: rgb(209 250 229 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/80 {
  --tw-gradient-from: rgb(209 250 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/85 {
  --tw-gradient-from: rgb(209 250 229 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/90 {
  --tw-gradient-from: rgb(209 250 229 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100\/95 {
  --tw-gradient-from: rgb(209 250 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200 {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/0 {
  --tw-gradient-from: rgb(167 243 208 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/10 {
  --tw-gradient-from: rgb(167 243 208 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/100 {
  --tw-gradient-from: rgb(167 243 208 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/15 {
  --tw-gradient-from: rgb(167 243 208 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/20 {
  --tw-gradient-from: rgb(167 243 208 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/25 {
  --tw-gradient-from: rgb(167 243 208 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/30 {
  --tw-gradient-from: rgb(167 243 208 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/35 {
  --tw-gradient-from: rgb(167 243 208 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/40 {
  --tw-gradient-from: rgb(167 243 208 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/45 {
  --tw-gradient-from: rgb(167 243 208 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/5 {
  --tw-gradient-from: rgb(167 243 208 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/50 {
  --tw-gradient-from: rgb(167 243 208 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/55 {
  --tw-gradient-from: rgb(167 243 208 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/60 {
  --tw-gradient-from: rgb(167 243 208 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/65 {
  --tw-gradient-from: rgb(167 243 208 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/70 {
  --tw-gradient-from: rgb(167 243 208 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/75 {
  --tw-gradient-from: rgb(167 243 208 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/80 {
  --tw-gradient-from: rgb(167 243 208 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/85 {
  --tw-gradient-from: rgb(167 243 208 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/90 {
  --tw-gradient-from: rgb(167 243 208 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200\/95 {
  --tw-gradient-from: rgb(167 243 208 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300 {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/0 {
  --tw-gradient-from: rgb(110 231 183 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/10 {
  --tw-gradient-from: rgb(110 231 183 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/100 {
  --tw-gradient-from: rgb(110 231 183 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/15 {
  --tw-gradient-from: rgb(110 231 183 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/20 {
  --tw-gradient-from: rgb(110 231 183 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/25 {
  --tw-gradient-from: rgb(110 231 183 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/30 {
  --tw-gradient-from: rgb(110 231 183 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/35 {
  --tw-gradient-from: rgb(110 231 183 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/40 {
  --tw-gradient-from: rgb(110 231 183 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/45 {
  --tw-gradient-from: rgb(110 231 183 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/5 {
  --tw-gradient-from: rgb(110 231 183 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/50 {
  --tw-gradient-from: rgb(110 231 183 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/55 {
  --tw-gradient-from: rgb(110 231 183 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/60 {
  --tw-gradient-from: rgb(110 231 183 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/65 {
  --tw-gradient-from: rgb(110 231 183 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/70 {
  --tw-gradient-from: rgb(110 231 183 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/75 {
  --tw-gradient-from: rgb(110 231 183 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/80 {
  --tw-gradient-from: rgb(110 231 183 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/85 {
  --tw-gradient-from: rgb(110 231 183 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/90 {
  --tw-gradient-from: rgb(110 231 183 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300\/95 {
  --tw-gradient-from: rgb(110 231 183 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/0 {
  --tw-gradient-from: rgb(52 211 153 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/10 {
  --tw-gradient-from: rgb(52 211 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/100 {
  --tw-gradient-from: rgb(52 211 153 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/15 {
  --tw-gradient-from: rgb(52 211 153 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/20 {
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/25 {
  --tw-gradient-from: rgb(52 211 153 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/30 {
  --tw-gradient-from: rgb(52 211 153 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/35 {
  --tw-gradient-from: rgb(52 211 153 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/40 {
  --tw-gradient-from: rgb(52 211 153 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/45 {
  --tw-gradient-from: rgb(52 211 153 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/5 {
  --tw-gradient-from: rgb(52 211 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/50 {
  --tw-gradient-from: rgb(52 211 153 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/55 {
  --tw-gradient-from: rgb(52 211 153 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/60 {
  --tw-gradient-from: rgb(52 211 153 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/65 {
  --tw-gradient-from: rgb(52 211 153 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/70 {
  --tw-gradient-from: rgb(52 211 153 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/75 {
  --tw-gradient-from: rgb(52 211 153 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/80 {
  --tw-gradient-from: rgb(52 211 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/85 {
  --tw-gradient-from: rgb(52 211 153 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/90 {
  --tw-gradient-from: rgb(52 211 153 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/95 {
  --tw-gradient-from: rgb(52 211 153 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/0 {
  --tw-gradient-from: rgb(236 253 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/10 {
  --tw-gradient-from: rgb(236 253 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/100 {
  --tw-gradient-from: rgb(236 253 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/15 {
  --tw-gradient-from: rgb(236 253 245 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/20 {
  --tw-gradient-from: rgb(236 253 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/25 {
  --tw-gradient-from: rgb(236 253 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/30 {
  --tw-gradient-from: rgb(236 253 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/35 {
  --tw-gradient-from: rgb(236 253 245 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/40 {
  --tw-gradient-from: rgb(236 253 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/45 {
  --tw-gradient-from: rgb(236 253 245 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/5 {
  --tw-gradient-from: rgb(236 253 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/50 {
  --tw-gradient-from: rgb(236 253 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/55 {
  --tw-gradient-from: rgb(236 253 245 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/60 {
  --tw-gradient-from: rgb(236 253 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/65 {
  --tw-gradient-from: rgb(236 253 245 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/70 {
  --tw-gradient-from: rgb(236 253 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/75 {
  --tw-gradient-from: rgb(236 253 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/80 {
  --tw-gradient-from: rgb(236 253 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/85 {
  --tw-gradient-from: rgb(236 253 245 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/90 {
  --tw-gradient-from: rgb(236 253 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50\/95 {
  --tw-gradient-from: rgb(236 253 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/0 {
  --tw-gradient-from: rgb(16 185 129 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/10 {
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/100 {
  --tw-gradient-from: rgb(16 185 129 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/15 {
  --tw-gradient-from: rgb(16 185 129 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/20 {
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/25 {
  --tw-gradient-from: rgb(16 185 129 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/30 {
  --tw-gradient-from: rgb(16 185 129 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/35 {
  --tw-gradient-from: rgb(16 185 129 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/40 {
  --tw-gradient-from: rgb(16 185 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/45 {
  --tw-gradient-from: rgb(16 185 129 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/5 {
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/50 {
  --tw-gradient-from: rgb(16 185 129 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/55 {
  --tw-gradient-from: rgb(16 185 129 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/60 {
  --tw-gradient-from: rgb(16 185 129 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/65 {
  --tw-gradient-from: rgb(16 185 129 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/70 {
  --tw-gradient-from: rgb(16 185 129 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/75 {
  --tw-gradient-from: rgb(16 185 129 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/80 {
  --tw-gradient-from: rgb(16 185 129 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/85 {
  --tw-gradient-from: rgb(16 185 129 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/90 {
  --tw-gradient-from: rgb(16 185 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/95 {
  --tw-gradient-from: rgb(16 185 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/0 {
  --tw-gradient-from: rgb(5 150 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/10 {
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/100 {
  --tw-gradient-from: rgb(5 150 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/15 {
  --tw-gradient-from: rgb(5 150 105 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/20 {
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/25 {
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/30 {
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/35 {
  --tw-gradient-from: rgb(5 150 105 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/40 {
  --tw-gradient-from: rgb(5 150 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/45 {
  --tw-gradient-from: rgb(5 150 105 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/5 {
  --tw-gradient-from: rgb(5 150 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/50 {
  --tw-gradient-from: rgb(5 150 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/55 {
  --tw-gradient-from: rgb(5 150 105 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/60 {
  --tw-gradient-from: rgb(5 150 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/65 {
  --tw-gradient-from: rgb(5 150 105 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/70 {
  --tw-gradient-from: rgb(5 150 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/75 {
  --tw-gradient-from: rgb(5 150 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/80 {
  --tw-gradient-from: rgb(5 150 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/85 {
  --tw-gradient-from: rgb(5 150 105 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/90 {
  --tw-gradient-from: rgb(5 150 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/95 {
  --tw-gradient-from: rgb(5 150 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700 {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/0 {
  --tw-gradient-from: rgb(4 120 87 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/10 {
  --tw-gradient-from: rgb(4 120 87 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/100 {
  --tw-gradient-from: rgb(4 120 87 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/15 {
  --tw-gradient-from: rgb(4 120 87 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/20 {
  --tw-gradient-from: rgb(4 120 87 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/25 {
  --tw-gradient-from: rgb(4 120 87 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/30 {
  --tw-gradient-from: rgb(4 120 87 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/35 {
  --tw-gradient-from: rgb(4 120 87 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/40 {
  --tw-gradient-from: rgb(4 120 87 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/45 {
  --tw-gradient-from: rgb(4 120 87 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/5 {
  --tw-gradient-from: rgb(4 120 87 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/50 {
  --tw-gradient-from: rgb(4 120 87 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/55 {
  --tw-gradient-from: rgb(4 120 87 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/60 {
  --tw-gradient-from: rgb(4 120 87 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/65 {
  --tw-gradient-from: rgb(4 120 87 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/70 {
  --tw-gradient-from: rgb(4 120 87 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/75 {
  --tw-gradient-from: rgb(4 120 87 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/80 {
  --tw-gradient-from: rgb(4 120 87 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/85 {
  --tw-gradient-from: rgb(4 120 87 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/90 {
  --tw-gradient-from: rgb(4 120 87 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/95 {
  --tw-gradient-from: rgb(4 120 87 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800 {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/0 {
  --tw-gradient-from: rgb(6 95 70 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/10 {
  --tw-gradient-from: rgb(6 95 70 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/100 {
  --tw-gradient-from: rgb(6 95 70 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/15 {
  --tw-gradient-from: rgb(6 95 70 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/20 {
  --tw-gradient-from: rgb(6 95 70 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/25 {
  --tw-gradient-from: rgb(6 95 70 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/30 {
  --tw-gradient-from: rgb(6 95 70 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/35 {
  --tw-gradient-from: rgb(6 95 70 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/40 {
  --tw-gradient-from: rgb(6 95 70 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/45 {
  --tw-gradient-from: rgb(6 95 70 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/5 {
  --tw-gradient-from: rgb(6 95 70 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/50 {
  --tw-gradient-from: rgb(6 95 70 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/55 {
  --tw-gradient-from: rgb(6 95 70 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/60 {
  --tw-gradient-from: rgb(6 95 70 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/65 {
  --tw-gradient-from: rgb(6 95 70 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/70 {
  --tw-gradient-from: rgb(6 95 70 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/75 {
  --tw-gradient-from: rgb(6 95 70 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/80 {
  --tw-gradient-from: rgb(6 95 70 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/85 {
  --tw-gradient-from: rgb(6 95 70 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/90 {
  --tw-gradient-from: rgb(6 95 70 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-800\/95 {
  --tw-gradient-from: rgb(6 95 70 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900 {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/0 {
  --tw-gradient-from: rgb(6 78 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/10 {
  --tw-gradient-from: rgb(6 78 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/100 {
  --tw-gradient-from: rgb(6 78 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/15 {
  --tw-gradient-from: rgb(6 78 59 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/20 {
  --tw-gradient-from: rgb(6 78 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/25 {
  --tw-gradient-from: rgb(6 78 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/30 {
  --tw-gradient-from: rgb(6 78 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/35 {
  --tw-gradient-from: rgb(6 78 59 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/40 {
  --tw-gradient-from: rgb(6 78 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/45 {
  --tw-gradient-from: rgb(6 78 59 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/5 {
  --tw-gradient-from: rgb(6 78 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/50 {
  --tw-gradient-from: rgb(6 78 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/55 {
  --tw-gradient-from: rgb(6 78 59 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/60 {
  --tw-gradient-from: rgb(6 78 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/65 {
  --tw-gradient-from: rgb(6 78 59 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/70 {
  --tw-gradient-from: rgb(6 78 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/75 {
  --tw-gradient-from: rgb(6 78 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/80 {
  --tw-gradient-from: rgb(6 78 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/85 {
  --tw-gradient-from: rgb(6 78 59 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/90 {
  --tw-gradient-from: rgb(6 78 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/95 {
  --tw-gradient-from: rgb(6 78 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100 {
  --tw-gradient-from: #E5EDFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/0 {
  --tw-gradient-from: rgb(229 237 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/10 {
  --tw-gradient-from: rgb(229 237 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/100 {
  --tw-gradient-from: rgb(229 237 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/15 {
  --tw-gradient-from: rgb(229 237 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/20 {
  --tw-gradient-from: rgb(229 237 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/25 {
  --tw-gradient-from: rgb(229 237 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/30 {
  --tw-gradient-from: rgb(229 237 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/35 {
  --tw-gradient-from: rgb(229 237 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/40 {
  --tw-gradient-from: rgb(229 237 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/45 {
  --tw-gradient-from: rgb(229 237 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/5 {
  --tw-gradient-from: rgb(229 237 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/50 {
  --tw-gradient-from: rgb(229 237 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/55 {
  --tw-gradient-from: rgb(229 237 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/60 {
  --tw-gradient-from: rgb(229 237 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/65 {
  --tw-gradient-from: rgb(229 237 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/70 {
  --tw-gradient-from: rgb(229 237 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/75 {
  --tw-gradient-from: rgb(229 237 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/80 {
  --tw-gradient-from: rgb(229 237 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/85 {
  --tw-gradient-from: rgb(229 237 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/90 {
  --tw-gradient-from: rgb(229 237 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100\/95 {
  --tw-gradient-from: rgb(229 237 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200 {
  --tw-gradient-from: #CDDBFE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/0 {
  --tw-gradient-from: rgb(205 219 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/10 {
  --tw-gradient-from: rgb(205 219 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/100 {
  --tw-gradient-from: rgb(205 219 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/15 {
  --tw-gradient-from: rgb(205 219 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/20 {
  --tw-gradient-from: rgb(205 219 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/25 {
  --tw-gradient-from: rgb(205 219 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/30 {
  --tw-gradient-from: rgb(205 219 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/35 {
  --tw-gradient-from: rgb(205 219 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/40 {
  --tw-gradient-from: rgb(205 219 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/45 {
  --tw-gradient-from: rgb(205 219 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/5 {
  --tw-gradient-from: rgb(205 219 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/50 {
  --tw-gradient-from: rgb(205 219 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/55 {
  --tw-gradient-from: rgb(205 219 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/60 {
  --tw-gradient-from: rgb(205 219 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/65 {
  --tw-gradient-from: rgb(205 219 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/70 {
  --tw-gradient-from: rgb(205 219 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/75 {
  --tw-gradient-from: rgb(205 219 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/80 {
  --tw-gradient-from: rgb(205 219 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/85 {
  --tw-gradient-from: rgb(205 219 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/90 {
  --tw-gradient-from: rgb(205 219 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/95 {
  --tw-gradient-from: rgb(205 219 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300 {
  --tw-gradient-from: #B4C6FC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/0 {
  --tw-gradient-from: rgb(180 198 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/10 {
  --tw-gradient-from: rgb(180 198 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/100 {
  --tw-gradient-from: rgb(180 198 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/15 {
  --tw-gradient-from: rgb(180 198 252 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/20 {
  --tw-gradient-from: rgb(180 198 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/25 {
  --tw-gradient-from: rgb(180 198 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/30 {
  --tw-gradient-from: rgb(180 198 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/35 {
  --tw-gradient-from: rgb(180 198 252 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/40 {
  --tw-gradient-from: rgb(180 198 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/45 {
  --tw-gradient-from: rgb(180 198 252 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/5 {
  --tw-gradient-from: rgb(180 198 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/50 {
  --tw-gradient-from: rgb(180 198 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/55 {
  --tw-gradient-from: rgb(180 198 252 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/60 {
  --tw-gradient-from: rgb(180 198 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/65 {
  --tw-gradient-from: rgb(180 198 252 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/70 {
  --tw-gradient-from: rgb(180 198 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/75 {
  --tw-gradient-from: rgb(180 198 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/80 {
  --tw-gradient-from: rgb(180 198 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/85 {
  --tw-gradient-from: rgb(180 198 252 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/90 {
  --tw-gradient-from: rgb(180 198 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/95 {
  --tw-gradient-from: rgb(180 198 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400 {
  --tw-gradient-from: #8DA2FB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/0 {
  --tw-gradient-from: rgb(141 162 251 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/10 {
  --tw-gradient-from: rgb(141 162 251 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/100 {
  --tw-gradient-from: rgb(141 162 251 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/15 {
  --tw-gradient-from: rgb(141 162 251 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/20 {
  --tw-gradient-from: rgb(141 162 251 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/25 {
  --tw-gradient-from: rgb(141 162 251 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/30 {
  --tw-gradient-from: rgb(141 162 251 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/35 {
  --tw-gradient-from: rgb(141 162 251 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/40 {
  --tw-gradient-from: rgb(141 162 251 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/45 {
  --tw-gradient-from: rgb(141 162 251 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/5 {
  --tw-gradient-from: rgb(141 162 251 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/50 {
  --tw-gradient-from: rgb(141 162 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/55 {
  --tw-gradient-from: rgb(141 162 251 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/60 {
  --tw-gradient-from: rgb(141 162 251 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/65 {
  --tw-gradient-from: rgb(141 162 251 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/70 {
  --tw-gradient-from: rgb(141 162 251 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/75 {
  --tw-gradient-from: rgb(141 162 251 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/80 {
  --tw-gradient-from: rgb(141 162 251 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/85 {
  --tw-gradient-from: rgb(141 162 251 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/90 {
  --tw-gradient-from: rgb(141 162 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400\/95 {
  --tw-gradient-from: rgb(141 162 251 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50 {
  --tw-gradient-from: #F0F5FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/0 {
  --tw-gradient-from: rgb(240 245 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/10 {
  --tw-gradient-from: rgb(240 245 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/100 {
  --tw-gradient-from: rgb(240 245 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/15 {
  --tw-gradient-from: rgb(240 245 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/20 {
  --tw-gradient-from: rgb(240 245 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/25 {
  --tw-gradient-from: rgb(240 245 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/30 {
  --tw-gradient-from: rgb(240 245 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/35 {
  --tw-gradient-from: rgb(240 245 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/40 {
  --tw-gradient-from: rgb(240 245 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/45 {
  --tw-gradient-from: rgb(240 245 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/5 {
  --tw-gradient-from: rgb(240 245 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/50 {
  --tw-gradient-from: rgb(240 245 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/55 {
  --tw-gradient-from: rgb(240 245 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/60 {
  --tw-gradient-from: rgb(240 245 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/65 {
  --tw-gradient-from: rgb(240 245 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/70 {
  --tw-gradient-from: rgb(240 245 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/75 {
  --tw-gradient-from: rgb(240 245 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/80 {
  --tw-gradient-from: rgb(240 245 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/85 {
  --tw-gradient-from: rgb(240 245 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/90 {
  --tw-gradient-from: rgb(240 245 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/95 {
  --tw-gradient-from: rgb(240 245 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6875F5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/0 {
  --tw-gradient-from: rgb(104 117 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/10 {
  --tw-gradient-from: rgb(104 117 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/100 {
  --tw-gradient-from: rgb(104 117 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/15 {
  --tw-gradient-from: rgb(104 117 245 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/20 {
  --tw-gradient-from: rgb(104 117 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/25 {
  --tw-gradient-from: rgb(104 117 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/30 {
  --tw-gradient-from: rgb(104 117 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/35 {
  --tw-gradient-from: rgb(104 117 245 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/40 {
  --tw-gradient-from: rgb(104 117 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/45 {
  --tw-gradient-from: rgb(104 117 245 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/5 {
  --tw-gradient-from: rgb(104 117 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/50 {
  --tw-gradient-from: rgb(104 117 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/55 {
  --tw-gradient-from: rgb(104 117 245 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/60 {
  --tw-gradient-from: rgb(104 117 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/65 {
  --tw-gradient-from: rgb(104 117 245 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/70 {
  --tw-gradient-from: rgb(104 117 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/75 {
  --tw-gradient-from: rgb(104 117 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/80 {
  --tw-gradient-from: rgb(104 117 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/85 {
  --tw-gradient-from: rgb(104 117 245 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/90 {
  --tw-gradient-from: rgb(104 117 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/95 {
  --tw-gradient-from: rgb(104 117 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600 {
  --tw-gradient-from: #5850EC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/0 {
  --tw-gradient-from: rgb(88 80 236 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/10 {
  --tw-gradient-from: rgb(88 80 236 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/100 {
  --tw-gradient-from: rgb(88 80 236 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/15 {
  --tw-gradient-from: rgb(88 80 236 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/20 {
  --tw-gradient-from: rgb(88 80 236 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/25 {
  --tw-gradient-from: rgb(88 80 236 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/30 {
  --tw-gradient-from: rgb(88 80 236 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/35 {
  --tw-gradient-from: rgb(88 80 236 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/40 {
  --tw-gradient-from: rgb(88 80 236 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/45 {
  --tw-gradient-from: rgb(88 80 236 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/5 {
  --tw-gradient-from: rgb(88 80 236 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/50 {
  --tw-gradient-from: rgb(88 80 236 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/55 {
  --tw-gradient-from: rgb(88 80 236 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/60 {
  --tw-gradient-from: rgb(88 80 236 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/65 {
  --tw-gradient-from: rgb(88 80 236 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/70 {
  --tw-gradient-from: rgb(88 80 236 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/75 {
  --tw-gradient-from: rgb(88 80 236 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/80 {
  --tw-gradient-from: rgb(88 80 236 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/85 {
  --tw-gradient-from: rgb(88 80 236 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/90 {
  --tw-gradient-from: rgb(88 80 236 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/95 {
  --tw-gradient-from: rgb(88 80 236 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700 {
  --tw-gradient-from: #5145CD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/0 {
  --tw-gradient-from: rgb(81 69 205 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/10 {
  --tw-gradient-from: rgb(81 69 205 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/100 {
  --tw-gradient-from: rgb(81 69 205 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/15 {
  --tw-gradient-from: rgb(81 69 205 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/20 {
  --tw-gradient-from: rgb(81 69 205 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/25 {
  --tw-gradient-from: rgb(81 69 205 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/30 {
  --tw-gradient-from: rgb(81 69 205 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/35 {
  --tw-gradient-from: rgb(81 69 205 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/40 {
  --tw-gradient-from: rgb(81 69 205 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/45 {
  --tw-gradient-from: rgb(81 69 205 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/5 {
  --tw-gradient-from: rgb(81 69 205 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/50 {
  --tw-gradient-from: rgb(81 69 205 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/55 {
  --tw-gradient-from: rgb(81 69 205 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/60 {
  --tw-gradient-from: rgb(81 69 205 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/65 {
  --tw-gradient-from: rgb(81 69 205 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/70 {
  --tw-gradient-from: rgb(81 69 205 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/75 {
  --tw-gradient-from: rgb(81 69 205 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/80 {
  --tw-gradient-from: rgb(81 69 205 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/85 {
  --tw-gradient-from: rgb(81 69 205 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/90 {
  --tw-gradient-from: rgb(81 69 205 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700\/95 {
  --tw-gradient-from: rgb(81 69 205 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800 {
  --tw-gradient-from: #42389D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/0 {
  --tw-gradient-from: rgb(66 56 157 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/10 {
  --tw-gradient-from: rgb(66 56 157 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/100 {
  --tw-gradient-from: rgb(66 56 157 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/15 {
  --tw-gradient-from: rgb(66 56 157 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/20 {
  --tw-gradient-from: rgb(66 56 157 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/25 {
  --tw-gradient-from: rgb(66 56 157 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/30 {
  --tw-gradient-from: rgb(66 56 157 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/35 {
  --tw-gradient-from: rgb(66 56 157 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/40 {
  --tw-gradient-from: rgb(66 56 157 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/45 {
  --tw-gradient-from: rgb(66 56 157 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/5 {
  --tw-gradient-from: rgb(66 56 157 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/50 {
  --tw-gradient-from: rgb(66 56 157 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/55 {
  --tw-gradient-from: rgb(66 56 157 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/60 {
  --tw-gradient-from: rgb(66 56 157 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/65 {
  --tw-gradient-from: rgb(66 56 157 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/70 {
  --tw-gradient-from: rgb(66 56 157 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/75 {
  --tw-gradient-from: rgb(66 56 157 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/80 {
  --tw-gradient-from: rgb(66 56 157 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/85 {
  --tw-gradient-from: rgb(66 56 157 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/90 {
  --tw-gradient-from: rgb(66 56 157 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/95 {
  --tw-gradient-from: rgb(66 56 157 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900 {
  --tw-gradient-from: #362F78 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/0 {
  --tw-gradient-from: rgb(54 47 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/10 {
  --tw-gradient-from: rgb(54 47 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/100 {
  --tw-gradient-from: rgb(54 47 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/15 {
  --tw-gradient-from: rgb(54 47 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/20 {
  --tw-gradient-from: rgb(54 47 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/25 {
  --tw-gradient-from: rgb(54 47 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/30 {
  --tw-gradient-from: rgb(54 47 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/35 {
  --tw-gradient-from: rgb(54 47 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/40 {
  --tw-gradient-from: rgb(54 47 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/45 {
  --tw-gradient-from: rgb(54 47 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/5 {
  --tw-gradient-from: rgb(54 47 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/50 {
  --tw-gradient-from: rgb(54 47 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/55 {
  --tw-gradient-from: rgb(54 47 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/60 {
  --tw-gradient-from: rgb(54 47 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/65 {
  --tw-gradient-from: rgb(54 47 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/70 {
  --tw-gradient-from: rgb(54 47 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/75 {
  --tw-gradient-from: rgb(54 47 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/80 {
  --tw-gradient-from: rgb(54 47 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/85 {
  --tw-gradient-from: rgb(54 47 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/90 {
  --tw-gradient-from: rgb(54 47 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/95 {
  --tw-gradient-from: rgb(54 47 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100 {
  --tw-gradient-from: #f8f0c6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/0 {
  --tw-gradient-from: rgb(248 240 198 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/10 {
  --tw-gradient-from: rgb(248 240 198 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/100 {
  --tw-gradient-from: rgb(248 240 198 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/15 {
  --tw-gradient-from: rgb(248 240 198 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/20 {
  --tw-gradient-from: rgb(248 240 198 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/25 {
  --tw-gradient-from: rgb(248 240 198 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/30 {
  --tw-gradient-from: rgb(248 240 198 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/35 {
  --tw-gradient-from: rgb(248 240 198 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/40 {
  --tw-gradient-from: rgb(248 240 198 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/45 {
  --tw-gradient-from: rgb(248 240 198 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/5 {
  --tw-gradient-from: rgb(248 240 198 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/50 {
  --tw-gradient-from: rgb(248 240 198 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/55 {
  --tw-gradient-from: rgb(248 240 198 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/60 {
  --tw-gradient-from: rgb(248 240 198 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/65 {
  --tw-gradient-from: rgb(248 240 198 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/70 {
  --tw-gradient-from: rgb(248 240 198 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/75 {
  --tw-gradient-from: rgb(248 240 198 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/80 {
  --tw-gradient-from: rgb(248 240 198 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/85 {
  --tw-gradient-from: rgb(248 240 198 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/90 {
  --tw-gradient-from: rgb(248 240 198 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-100\/95 {
  --tw-gradient-from: rgb(248 240 198 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200 {
  --tw-gradient-from: #f0dd8e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/0 {
  --tw-gradient-from: rgb(240 221 142 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/10 {
  --tw-gradient-from: rgb(240 221 142 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/100 {
  --tw-gradient-from: rgb(240 221 142 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/15 {
  --tw-gradient-from: rgb(240 221 142 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/20 {
  --tw-gradient-from: rgb(240 221 142 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/25 {
  --tw-gradient-from: rgb(240 221 142 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/30 {
  --tw-gradient-from: rgb(240 221 142 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/35 {
  --tw-gradient-from: rgb(240 221 142 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/40 {
  --tw-gradient-from: rgb(240 221 142 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/45 {
  --tw-gradient-from: rgb(240 221 142 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/5 {
  --tw-gradient-from: rgb(240 221 142 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/50 {
  --tw-gradient-from: rgb(240 221 142 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/55 {
  --tw-gradient-from: rgb(240 221 142 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/60 {
  --tw-gradient-from: rgb(240 221 142 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/65 {
  --tw-gradient-from: rgb(240 221 142 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/70 {
  --tw-gradient-from: rgb(240 221 142 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/75 {
  --tw-gradient-from: rgb(240 221 142 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/80 {
  --tw-gradient-from: rgb(240 221 142 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/85 {
  --tw-gradient-from: rgb(240 221 142 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/90 {
  --tw-gradient-from: rgb(240 221 142 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-200\/95 {
  --tw-gradient-from: rgb(240 221 142 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300 {
  --tw-gradient-from: #d9b95a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/0 {
  --tw-gradient-from: rgb(217 185 90 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/10 {
  --tw-gradient-from: rgb(217 185 90 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/100 {
  --tw-gradient-from: rgb(217 185 90 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/15 {
  --tw-gradient-from: rgb(217 185 90 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/20 {
  --tw-gradient-from: rgb(217 185 90 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/25 {
  --tw-gradient-from: rgb(217 185 90 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/30 {
  --tw-gradient-from: rgb(217 185 90 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/35 {
  --tw-gradient-from: rgb(217 185 90 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/40 {
  --tw-gradient-from: rgb(217 185 90 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/45 {
  --tw-gradient-from: rgb(217 185 90 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/5 {
  --tw-gradient-from: rgb(217 185 90 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/50 {
  --tw-gradient-from: rgb(217 185 90 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/55 {
  --tw-gradient-from: rgb(217 185 90 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/60 {
  --tw-gradient-from: rgb(217 185 90 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/65 {
  --tw-gradient-from: rgb(217 185 90 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/70 {
  --tw-gradient-from: rgb(217 185 90 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/75 {
  --tw-gradient-from: rgb(217 185 90 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/80 {
  --tw-gradient-from: rgb(217 185 90 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/85 {
  --tw-gradient-from: rgb(217 185 90 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/90 {
  --tw-gradient-from: rgb(217 185 90 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-300\/95 {
  --tw-gradient-from: rgb(217 185 90 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400 {
  --tw-gradient-from: #b88f32 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/0 {
  --tw-gradient-from: rgb(184 143 50 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/10 {
  --tw-gradient-from: rgb(184 143 50 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/100 {
  --tw-gradient-from: rgb(184 143 50 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/15 {
  --tw-gradient-from: rgb(184 143 50 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/20 {
  --tw-gradient-from: rgb(184 143 50 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/25 {
  --tw-gradient-from: rgb(184 143 50 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/30 {
  --tw-gradient-from: rgb(184 143 50 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/35 {
  --tw-gradient-from: rgb(184 143 50 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/40 {
  --tw-gradient-from: rgb(184 143 50 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/45 {
  --tw-gradient-from: rgb(184 143 50 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/5 {
  --tw-gradient-from: rgb(184 143 50 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/50 {
  --tw-gradient-from: rgb(184 143 50 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/55 {
  --tw-gradient-from: rgb(184 143 50 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/60 {
  --tw-gradient-from: rgb(184 143 50 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/65 {
  --tw-gradient-from: rgb(184 143 50 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/70 {
  --tw-gradient-from: rgb(184 143 50 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/75 {
  --tw-gradient-from: rgb(184 143 50 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/80 {
  --tw-gradient-from: rgb(184 143 50 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/85 {
  --tw-gradient-from: rgb(184 143 50 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/90 {
  --tw-gradient-from: rgb(184 143 50 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-400\/95 {
  --tw-gradient-from: rgb(184 143 50 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50 {
  --tw-gradient-from: #fbfaf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/0 {
  --tw-gradient-from: rgb(251 250 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/10 {
  --tw-gradient-from: rgb(251 250 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/100 {
  --tw-gradient-from: rgb(251 250 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/15 {
  --tw-gradient-from: rgb(251 250 245 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/20 {
  --tw-gradient-from: rgb(251 250 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/25 {
  --tw-gradient-from: rgb(251 250 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/30 {
  --tw-gradient-from: rgb(251 250 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/35 {
  --tw-gradient-from: rgb(251 250 245 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/40 {
  --tw-gradient-from: rgb(251 250 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/45 {
  --tw-gradient-from: rgb(251 250 245 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/5 {
  --tw-gradient-from: rgb(251 250 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/50 {
  --tw-gradient-from: rgb(251 250 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/55 {
  --tw-gradient-from: rgb(251 250 245 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/60 {
  --tw-gradient-from: rgb(251 250 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/65 {
  --tw-gradient-from: rgb(251 250 245 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/70 {
  --tw-gradient-from: rgb(251 250 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/75 {
  --tw-gradient-from: rgb(251 250 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/80 {
  --tw-gradient-from: rgb(251 250 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/85 {
  --tw-gradient-from: rgb(251 250 245 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/90 {
  --tw-gradient-from: rgb(251 250 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-50\/95 {
  --tw-gradient-from: rgb(251 250 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500 {
  --tw-gradient-from: #986f1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/0 {
  --tw-gradient-from: rgb(152 111 26 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/10 {
  --tw-gradient-from: rgb(152 111 26 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/100 {
  --tw-gradient-from: rgb(152 111 26 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/15 {
  --tw-gradient-from: rgb(152 111 26 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/20 {
  --tw-gradient-from: rgb(152 111 26 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/25 {
  --tw-gradient-from: rgb(152 111 26 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/30 {
  --tw-gradient-from: rgb(152 111 26 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/35 {
  --tw-gradient-from: rgb(152 111 26 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/40 {
  --tw-gradient-from: rgb(152 111 26 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/45 {
  --tw-gradient-from: rgb(152 111 26 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/5 {
  --tw-gradient-from: rgb(152 111 26 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/50 {
  --tw-gradient-from: rgb(152 111 26 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/55 {
  --tw-gradient-from: rgb(152 111 26 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/60 {
  --tw-gradient-from: rgb(152 111 26 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/65 {
  --tw-gradient-from: rgb(152 111 26 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/70 {
  --tw-gradient-from: rgb(152 111 26 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/75 {
  --tw-gradient-from: rgb(152 111 26 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/80 {
  --tw-gradient-from: rgb(152 111 26 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/85 {
  --tw-gradient-from: rgb(152 111 26 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/90 {
  --tw-gradient-from: rgb(152 111 26 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/95 {
  --tw-gradient-from: rgb(152 111 26 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600 {
  --tw-gradient-from: #7b5510 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/0 {
  --tw-gradient-from: rgb(123 85 16 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/10 {
  --tw-gradient-from: rgb(123 85 16 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/100 {
  --tw-gradient-from: rgb(123 85 16 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/15 {
  --tw-gradient-from: rgb(123 85 16 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/20 {
  --tw-gradient-from: rgb(123 85 16 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/25 {
  --tw-gradient-from: rgb(123 85 16 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/30 {
  --tw-gradient-from: rgb(123 85 16 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/35 {
  --tw-gradient-from: rgb(123 85 16 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/40 {
  --tw-gradient-from: rgb(123 85 16 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/45 {
  --tw-gradient-from: rgb(123 85 16 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/5 {
  --tw-gradient-from: rgb(123 85 16 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/50 {
  --tw-gradient-from: rgb(123 85 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/55 {
  --tw-gradient-from: rgb(123 85 16 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/60 {
  --tw-gradient-from: rgb(123 85 16 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/65 {
  --tw-gradient-from: rgb(123 85 16 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/70 {
  --tw-gradient-from: rgb(123 85 16 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/75 {
  --tw-gradient-from: rgb(123 85 16 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/80 {
  --tw-gradient-from: rgb(123 85 16 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/85 {
  --tw-gradient-from: rgb(123 85 16 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/90 {
  --tw-gradient-from: rgb(123 85 16 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/95 {
  --tw-gradient-from: rgb(123 85 16 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700 {
  --tw-gradient-from: #5e400f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/0 {
  --tw-gradient-from: rgb(94 64 15 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/10 {
  --tw-gradient-from: rgb(94 64 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/100 {
  --tw-gradient-from: rgb(94 64 15 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/15 {
  --tw-gradient-from: rgb(94 64 15 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/20 {
  --tw-gradient-from: rgb(94 64 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/25 {
  --tw-gradient-from: rgb(94 64 15 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/30 {
  --tw-gradient-from: rgb(94 64 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/35 {
  --tw-gradient-from: rgb(94 64 15 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/40 {
  --tw-gradient-from: rgb(94 64 15 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/45 {
  --tw-gradient-from: rgb(94 64 15 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/5 {
  --tw-gradient-from: rgb(94 64 15 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/50 {
  --tw-gradient-from: rgb(94 64 15 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/55 {
  --tw-gradient-from: rgb(94 64 15 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/60 {
  --tw-gradient-from: rgb(94 64 15 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/65 {
  --tw-gradient-from: rgb(94 64 15 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/70 {
  --tw-gradient-from: rgb(94 64 15 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/75 {
  --tw-gradient-from: rgb(94 64 15 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/80 {
  --tw-gradient-from: rgb(94 64 15 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/85 {
  --tw-gradient-from: rgb(94 64 15 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/90 {
  --tw-gradient-from: rgb(94 64 15 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-700\/95 {
  --tw-gradient-from: rgb(94 64 15 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800 {
  --tw-gradient-from: #402b0c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/0 {
  --tw-gradient-from: rgb(64 43 12 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/10 {
  --tw-gradient-from: rgb(64 43 12 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/100 {
  --tw-gradient-from: rgb(64 43 12 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/15 {
  --tw-gradient-from: rgb(64 43 12 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/20 {
  --tw-gradient-from: rgb(64 43 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/25 {
  --tw-gradient-from: rgb(64 43 12 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/30 {
  --tw-gradient-from: rgb(64 43 12 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/35 {
  --tw-gradient-from: rgb(64 43 12 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/40 {
  --tw-gradient-from: rgb(64 43 12 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/45 {
  --tw-gradient-from: rgb(64 43 12 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/5 {
  --tw-gradient-from: rgb(64 43 12 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/50 {
  --tw-gradient-from: rgb(64 43 12 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/55 {
  --tw-gradient-from: rgb(64 43 12 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/60 {
  --tw-gradient-from: rgb(64 43 12 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/65 {
  --tw-gradient-from: rgb(64 43 12 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/70 {
  --tw-gradient-from: rgb(64 43 12 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/75 {
  --tw-gradient-from: rgb(64 43 12 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/80 {
  --tw-gradient-from: rgb(64 43 12 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/85 {
  --tw-gradient-from: rgb(64 43 12 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/90 {
  --tw-gradient-from: rgb(64 43 12 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-800\/95 {
  --tw-gradient-from: rgb(64 43 12 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900 {
  --tw-gradient-from: #2a1b09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/0 {
  --tw-gradient-from: rgb(42 27 9 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/10 {
  --tw-gradient-from: rgb(42 27 9 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/100 {
  --tw-gradient-from: rgb(42 27 9 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/15 {
  --tw-gradient-from: rgb(42 27 9 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/20 {
  --tw-gradient-from: rgb(42 27 9 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/25 {
  --tw-gradient-from: rgb(42 27 9 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/30 {
  --tw-gradient-from: rgb(42 27 9 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/35 {
  --tw-gradient-from: rgb(42 27 9 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/40 {
  --tw-gradient-from: rgb(42 27 9 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/45 {
  --tw-gradient-from: rgb(42 27 9 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/5 {
  --tw-gradient-from: rgb(42 27 9 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/50 {
  --tw-gradient-from: rgb(42 27 9 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/55 {
  --tw-gradient-from: rgb(42 27 9 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/60 {
  --tw-gradient-from: rgb(42 27 9 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/65 {
  --tw-gradient-from: rgb(42 27 9 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/70 {
  --tw-gradient-from: rgb(42 27 9 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/75 {
  --tw-gradient-from: rgb(42 27 9 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/80 {
  --tw-gradient-from: rgb(42 27 9 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/85 {
  --tw-gradient-from: rgb(42 27 9 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/90 {
  --tw-gradient-from: rgb(42 27 9 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-900\/95 {
  --tw-gradient-from: rgb(42 27 9 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100 {
  --tw-gradient-from: #d6f0f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/0 {
  --tw-gradient-from: rgb(214 240 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/10 {
  --tw-gradient-from: rgb(214 240 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/100 {
  --tw-gradient-from: rgb(214 240 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/15 {
  --tw-gradient-from: rgb(214 240 245 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/20 {
  --tw-gradient-from: rgb(214 240 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/25 {
  --tw-gradient-from: rgb(214 240 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/30 {
  --tw-gradient-from: rgb(214 240 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/35 {
  --tw-gradient-from: rgb(214 240 245 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/40 {
  --tw-gradient-from: rgb(214 240 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/45 {
  --tw-gradient-from: rgb(214 240 245 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/5 {
  --tw-gradient-from: rgb(214 240 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/50 {
  --tw-gradient-from: rgb(214 240 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/55 {
  --tw-gradient-from: rgb(214 240 245 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/60 {
  --tw-gradient-from: rgb(214 240 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/65 {
  --tw-gradient-from: rgb(214 240 245 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/70 {
  --tw-gradient-from: rgb(214 240 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/75 {
  --tw-gradient-from: rgb(214 240 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/80 {
  --tw-gradient-from: rgb(214 240 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/85 {
  --tw-gradient-from: rgb(214 240 245 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/90 {
  --tw-gradient-from: rgb(214 240 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-100\/95 {
  --tw-gradient-from: rgb(214 240 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200 {
  --tw-gradient-from: #a5e5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/0 {
  --tw-gradient-from: rgb(165 229 233 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/10 {
  --tw-gradient-from: rgb(165 229 233 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/100 {
  --tw-gradient-from: rgb(165 229 233 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/15 {
  --tw-gradient-from: rgb(165 229 233 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/20 {
  --tw-gradient-from: rgb(165 229 233 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/25 {
  --tw-gradient-from: rgb(165 229 233 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/30 {
  --tw-gradient-from: rgb(165 229 233 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/35 {
  --tw-gradient-from: rgb(165 229 233 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/40 {
  --tw-gradient-from: rgb(165 229 233 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/45 {
  --tw-gradient-from: rgb(165 229 233 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/5 {
  --tw-gradient-from: rgb(165 229 233 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/50 {
  --tw-gradient-from: rgb(165 229 233 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/55 {
  --tw-gradient-from: rgb(165 229 233 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/60 {
  --tw-gradient-from: rgb(165 229 233 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/65 {
  --tw-gradient-from: rgb(165 229 233 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/70 {
  --tw-gradient-from: rgb(165 229 233 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/75 {
  --tw-gradient-from: rgb(165 229 233 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/80 {
  --tw-gradient-from: rgb(165 229 233 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/85 {
  --tw-gradient-from: rgb(165 229 233 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/90 {
  --tw-gradient-from: rgb(165 229 233 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-200\/95 {
  --tw-gradient-from: rgb(165 229 233 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300 {
  --tw-gradient-from: #6cc9cc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/0 {
  --tw-gradient-from: rgb(108 201 204 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/10 {
  --tw-gradient-from: rgb(108 201 204 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/100 {
  --tw-gradient-from: rgb(108 201 204 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/15 {
  --tw-gradient-from: rgb(108 201 204 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/20 {
  --tw-gradient-from: rgb(108 201 204 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/25 {
  --tw-gradient-from: rgb(108 201 204 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/30 {
  --tw-gradient-from: rgb(108 201 204 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/35 {
  --tw-gradient-from: rgb(108 201 204 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/40 {
  --tw-gradient-from: rgb(108 201 204 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/45 {
  --tw-gradient-from: rgb(108 201 204 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/5 {
  --tw-gradient-from: rgb(108 201 204 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/50 {
  --tw-gradient-from: rgb(108 201 204 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/55 {
  --tw-gradient-from: rgb(108 201 204 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/60 {
  --tw-gradient-from: rgb(108 201 204 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/65 {
  --tw-gradient-from: rgb(108 201 204 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/70 {
  --tw-gradient-from: rgb(108 201 204 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/75 {
  --tw-gradient-from: rgb(108 201 204 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/80 {
  --tw-gradient-from: rgb(108 201 204 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/85 {
  --tw-gradient-from: rgb(108 201 204 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/90 {
  --tw-gradient-from: rgb(108 201 204 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-300\/95 {
  --tw-gradient-from: rgb(108 201 204 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400 {
  --tw-gradient-from: #31a9a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/0 {
  --tw-gradient-from: rgb(49 169 168 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/10 {
  --tw-gradient-from: rgb(49 169 168 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/100 {
  --tw-gradient-from: rgb(49 169 168 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/15 {
  --tw-gradient-from: rgb(49 169 168 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/20 {
  --tw-gradient-from: rgb(49 169 168 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/25 {
  --tw-gradient-from: rgb(49 169 168 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/30 {
  --tw-gradient-from: rgb(49 169 168 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/35 {
  --tw-gradient-from: rgb(49 169 168 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/40 {
  --tw-gradient-from: rgb(49 169 168 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/45 {
  --tw-gradient-from: rgb(49 169 168 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/5 {
  --tw-gradient-from: rgb(49 169 168 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/50 {
  --tw-gradient-from: rgb(49 169 168 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/55 {
  --tw-gradient-from: rgb(49 169 168 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/60 {
  --tw-gradient-from: rgb(49 169 168 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/65 {
  --tw-gradient-from: rgb(49 169 168 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/70 {
  --tw-gradient-from: rgb(49 169 168 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/75 {
  --tw-gradient-from: rgb(49 169 168 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/80 {
  --tw-gradient-from: rgb(49 169 168 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/85 {
  --tw-gradient-from: rgb(49 169 168 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/90 {
  --tw-gradient-from: rgb(49 169 168 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-400\/95 {
  --tw-gradient-from: rgb(49 169 168 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50 {
  --tw-gradient-from: #f1f7f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/0 {
  --tw-gradient-from: rgb(241 247 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/10 {
  --tw-gradient-from: rgb(241 247 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/100 {
  --tw-gradient-from: rgb(241 247 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/15 {
  --tw-gradient-from: rgb(241 247 246 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/20 {
  --tw-gradient-from: rgb(241 247 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/25 {
  --tw-gradient-from: rgb(241 247 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/30 {
  --tw-gradient-from: rgb(241 247 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/35 {
  --tw-gradient-from: rgb(241 247 246 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/40 {
  --tw-gradient-from: rgb(241 247 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/45 {
  --tw-gradient-from: rgb(241 247 246 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/5 {
  --tw-gradient-from: rgb(241 247 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/50 {
  --tw-gradient-from: rgb(241 247 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/55 {
  --tw-gradient-from: rgb(241 247 246 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/60 {
  --tw-gradient-from: rgb(241 247 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/65 {
  --tw-gradient-from: rgb(241 247 246 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/70 {
  --tw-gradient-from: rgb(241 247 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/75 {
  --tw-gradient-from: rgb(241 247 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/80 {
  --tw-gradient-from: rgb(241 247 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/85 {
  --tw-gradient-from: rgb(241 247 246 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/90 {
  --tw-gradient-from: rgb(241 247 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-50\/95 {
  --tw-gradient-from: rgb(241 247 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500 {
  --tw-gradient-from: #228b84 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/0 {
  --tw-gradient-from: rgb(34 139 132 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/10 {
  --tw-gradient-from: rgb(34 139 132 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/100 {
  --tw-gradient-from: rgb(34 139 132 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/15 {
  --tw-gradient-from: rgb(34 139 132 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/20 {
  --tw-gradient-from: rgb(34 139 132 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/25 {
  --tw-gradient-from: rgb(34 139 132 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/30 {
  --tw-gradient-from: rgb(34 139 132 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/35 {
  --tw-gradient-from: rgb(34 139 132 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/40 {
  --tw-gradient-from: rgb(34 139 132 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/45 {
  --tw-gradient-from: rgb(34 139 132 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/5 {
  --tw-gradient-from: rgb(34 139 132 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/50 {
  --tw-gradient-from: rgb(34 139 132 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/55 {
  --tw-gradient-from: rgb(34 139 132 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/60 {
  --tw-gradient-from: rgb(34 139 132 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/65 {
  --tw-gradient-from: rgb(34 139 132 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/70 {
  --tw-gradient-from: rgb(34 139 132 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/75 {
  --tw-gradient-from: rgb(34 139 132 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/80 {
  --tw-gradient-from: rgb(34 139 132 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/85 {
  --tw-gradient-from: rgb(34 139 132 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/90 {
  --tw-gradient-from: rgb(34 139 132 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-500\/95 {
  --tw-gradient-from: rgb(34 139 132 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600 {
  --tw-gradient-from: #1e7369 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/0 {
  --tw-gradient-from: rgb(30 115 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/10 {
  --tw-gradient-from: rgb(30 115 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/100 {
  --tw-gradient-from: rgb(30 115 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/15 {
  --tw-gradient-from: rgb(30 115 105 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/20 {
  --tw-gradient-from: rgb(30 115 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/25 {
  --tw-gradient-from: rgb(30 115 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/30 {
  --tw-gradient-from: rgb(30 115 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/35 {
  --tw-gradient-from: rgb(30 115 105 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/40 {
  --tw-gradient-from: rgb(30 115 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/45 {
  --tw-gradient-from: rgb(30 115 105 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/5 {
  --tw-gradient-from: rgb(30 115 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/50 {
  --tw-gradient-from: rgb(30 115 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/55 {
  --tw-gradient-from: rgb(30 115 105 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/60 {
  --tw-gradient-from: rgb(30 115 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/65 {
  --tw-gradient-from: rgb(30 115 105 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/70 {
  --tw-gradient-from: rgb(30 115 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/75 {
  --tw-gradient-from: rgb(30 115 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/80 {
  --tw-gradient-from: rgb(30 115 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/85 {
  --tw-gradient-from: rgb(30 115 105 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/90 {
  --tw-gradient-from: rgb(30 115 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-600\/95 {
  --tw-gradient-from: rgb(30 115 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700 {
  --tw-gradient-from: #1b5852 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/0 {
  --tw-gradient-from: rgb(27 88 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/10 {
  --tw-gradient-from: rgb(27 88 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/100 {
  --tw-gradient-from: rgb(27 88 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/15 {
  --tw-gradient-from: rgb(27 88 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/20 {
  --tw-gradient-from: rgb(27 88 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/25 {
  --tw-gradient-from: rgb(27 88 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/30 {
  --tw-gradient-from: rgb(27 88 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/35 {
  --tw-gradient-from: rgb(27 88 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/40 {
  --tw-gradient-from: rgb(27 88 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/45 {
  --tw-gradient-from: rgb(27 88 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/5 {
  --tw-gradient-from: rgb(27 88 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/50 {
  --tw-gradient-from: rgb(27 88 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/55 {
  --tw-gradient-from: rgb(27 88 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/60 {
  --tw-gradient-from: rgb(27 88 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/65 {
  --tw-gradient-from: rgb(27 88 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/70 {
  --tw-gradient-from: rgb(27 88 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/75 {
  --tw-gradient-from: rgb(27 88 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/80 {
  --tw-gradient-from: rgb(27 88 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/85 {
  --tw-gradient-from: rgb(27 88 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/90 {
  --tw-gradient-from: rgb(27 88 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-700\/95 {
  --tw-gradient-from: rgb(27 88 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800 {
  --tw-gradient-from: #143b3c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/0 {
  --tw-gradient-from: rgb(20 59 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/10 {
  --tw-gradient-from: rgb(20 59 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/100 {
  --tw-gradient-from: rgb(20 59 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/15 {
  --tw-gradient-from: rgb(20 59 60 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/20 {
  --tw-gradient-from: rgb(20 59 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/25 {
  --tw-gradient-from: rgb(20 59 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/30 {
  --tw-gradient-from: rgb(20 59 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/35 {
  --tw-gradient-from: rgb(20 59 60 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/40 {
  --tw-gradient-from: rgb(20 59 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/45 {
  --tw-gradient-from: rgb(20 59 60 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/5 {
  --tw-gradient-from: rgb(20 59 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/50 {
  --tw-gradient-from: rgb(20 59 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/55 {
  --tw-gradient-from: rgb(20 59 60 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/60 {
  --tw-gradient-from: rgb(20 59 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/65 {
  --tw-gradient-from: rgb(20 59 60 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/70 {
  --tw-gradient-from: rgb(20 59 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/75 {
  --tw-gradient-from: rgb(20 59 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/80 {
  --tw-gradient-from: rgb(20 59 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/85 {
  --tw-gradient-from: rgb(20 59 60 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/90 {
  --tw-gradient-from: rgb(20 59 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-800\/95 {
  --tw-gradient-from: rgb(20 59 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900 {
  --tw-gradient-from: #0d242b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/0 {
  --tw-gradient-from: rgb(13 36 43 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/10 {
  --tw-gradient-from: rgb(13 36 43 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/100 {
  --tw-gradient-from: rgb(13 36 43 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/15 {
  --tw-gradient-from: rgb(13 36 43 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/20 {
  --tw-gradient-from: rgb(13 36 43 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/25 {
  --tw-gradient-from: rgb(13 36 43 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/30 {
  --tw-gradient-from: rgb(13 36 43 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/35 {
  --tw-gradient-from: rgb(13 36 43 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/40 {
  --tw-gradient-from: rgb(13 36 43 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/45 {
  --tw-gradient-from: rgb(13 36 43 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/5 {
  --tw-gradient-from: rgb(13 36 43 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/50 {
  --tw-gradient-from: rgb(13 36 43 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/55 {
  --tw-gradient-from: rgb(13 36 43 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/60 {
  --tw-gradient-from: rgb(13 36 43 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/65 {
  --tw-gradient-from: rgb(13 36 43 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/70 {
  --tw-gradient-from: rgb(13 36 43 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/75 {
  --tw-gradient-from: rgb(13 36 43 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/80 {
  --tw-gradient-from: rgb(13 36 43 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/85 {
  --tw-gradient-from: rgb(13 36 43 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/90 {
  --tw-gradient-from: rgb(13 36 43 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pine-900\/95 {
  --tw-gradient-from: rgb(13 36 43 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100 {
  --tw-gradient-from: #FCE8F3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/0 {
  --tw-gradient-from: rgb(252 232 243 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/10 {
  --tw-gradient-from: rgb(252 232 243 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/100 {
  --tw-gradient-from: rgb(252 232 243 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/15 {
  --tw-gradient-from: rgb(252 232 243 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/20 {
  --tw-gradient-from: rgb(252 232 243 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/25 {
  --tw-gradient-from: rgb(252 232 243 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/30 {
  --tw-gradient-from: rgb(252 232 243 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/35 {
  --tw-gradient-from: rgb(252 232 243 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/40 {
  --tw-gradient-from: rgb(252 232 243 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/45 {
  --tw-gradient-from: rgb(252 232 243 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/5 {
  --tw-gradient-from: rgb(252 232 243 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/50 {
  --tw-gradient-from: rgb(252 232 243 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/55 {
  --tw-gradient-from: rgb(252 232 243 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/60 {
  --tw-gradient-from: rgb(252 232 243 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/65 {
  --tw-gradient-from: rgb(252 232 243 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/70 {
  --tw-gradient-from: rgb(252 232 243 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/75 {
  --tw-gradient-from: rgb(252 232 243 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/80 {
  --tw-gradient-from: rgb(252 232 243 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/85 {
  --tw-gradient-from: rgb(252 232 243 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/90 {
  --tw-gradient-from: rgb(252 232 243 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100\/95 {
  --tw-gradient-from: rgb(252 232 243 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200 {
  --tw-gradient-from: #FAD1E8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/0 {
  --tw-gradient-from: rgb(250 209 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/10 {
  --tw-gradient-from: rgb(250 209 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/100 {
  --tw-gradient-from: rgb(250 209 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/15 {
  --tw-gradient-from: rgb(250 209 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/20 {
  --tw-gradient-from: rgb(250 209 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/25 {
  --tw-gradient-from: rgb(250 209 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/30 {
  --tw-gradient-from: rgb(250 209 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/35 {
  --tw-gradient-from: rgb(250 209 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/40 {
  --tw-gradient-from: rgb(250 209 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/45 {
  --tw-gradient-from: rgb(250 209 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/5 {
  --tw-gradient-from: rgb(250 209 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/50 {
  --tw-gradient-from: rgb(250 209 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/55 {
  --tw-gradient-from: rgb(250 209 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/60 {
  --tw-gradient-from: rgb(250 209 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/65 {
  --tw-gradient-from: rgb(250 209 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/70 {
  --tw-gradient-from: rgb(250 209 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/75 {
  --tw-gradient-from: rgb(250 209 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/80 {
  --tw-gradient-from: rgb(250 209 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/85 {
  --tw-gradient-from: rgb(250 209 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/90 {
  --tw-gradient-from: rgb(250 209 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-200\/95 {
  --tw-gradient-from: rgb(250 209 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300 {
  --tw-gradient-from: #F8B4D9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/0 {
  --tw-gradient-from: rgb(248 180 217 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/10 {
  --tw-gradient-from: rgb(248 180 217 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/100 {
  --tw-gradient-from: rgb(248 180 217 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/15 {
  --tw-gradient-from: rgb(248 180 217 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/20 {
  --tw-gradient-from: rgb(248 180 217 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/25 {
  --tw-gradient-from: rgb(248 180 217 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/30 {
  --tw-gradient-from: rgb(248 180 217 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/35 {
  --tw-gradient-from: rgb(248 180 217 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/40 {
  --tw-gradient-from: rgb(248 180 217 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/45 {
  --tw-gradient-from: rgb(248 180 217 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/5 {
  --tw-gradient-from: rgb(248 180 217 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/50 {
  --tw-gradient-from: rgb(248 180 217 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/55 {
  --tw-gradient-from: rgb(248 180 217 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/60 {
  --tw-gradient-from: rgb(248 180 217 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/65 {
  --tw-gradient-from: rgb(248 180 217 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/70 {
  --tw-gradient-from: rgb(248 180 217 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/75 {
  --tw-gradient-from: rgb(248 180 217 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/80 {
  --tw-gradient-from: rgb(248 180 217 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/85 {
  --tw-gradient-from: rgb(248 180 217 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/90 {
  --tw-gradient-from: rgb(248 180 217 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300\/95 {
  --tw-gradient-from: rgb(248 180 217 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400 {
  --tw-gradient-from: #F17EB8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/0 {
  --tw-gradient-from: rgb(241 126 184 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/10 {
  --tw-gradient-from: rgb(241 126 184 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/100 {
  --tw-gradient-from: rgb(241 126 184 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/15 {
  --tw-gradient-from: rgb(241 126 184 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/20 {
  --tw-gradient-from: rgb(241 126 184 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/25 {
  --tw-gradient-from: rgb(241 126 184 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/30 {
  --tw-gradient-from: rgb(241 126 184 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/35 {
  --tw-gradient-from: rgb(241 126 184 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/40 {
  --tw-gradient-from: rgb(241 126 184 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/45 {
  --tw-gradient-from: rgb(241 126 184 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/5 {
  --tw-gradient-from: rgb(241 126 184 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/50 {
  --tw-gradient-from: rgb(241 126 184 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/55 {
  --tw-gradient-from: rgb(241 126 184 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/60 {
  --tw-gradient-from: rgb(241 126 184 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/65 {
  --tw-gradient-from: rgb(241 126 184 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/70 {
  --tw-gradient-from: rgb(241 126 184 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/75 {
  --tw-gradient-from: rgb(241 126 184 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/80 {
  --tw-gradient-from: rgb(241 126 184 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/85 {
  --tw-gradient-from: rgb(241 126 184 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/90 {
  --tw-gradient-from: rgb(241 126 184 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/95 {
  --tw-gradient-from: rgb(241 126 184 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50 {
  --tw-gradient-from: #FDF2F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/0 {
  --tw-gradient-from: rgb(253 242 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/10 {
  --tw-gradient-from: rgb(253 242 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/100 {
  --tw-gradient-from: rgb(253 242 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/15 {
  --tw-gradient-from: rgb(253 242 248 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/20 {
  --tw-gradient-from: rgb(253 242 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/25 {
  --tw-gradient-from: rgb(253 242 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/30 {
  --tw-gradient-from: rgb(253 242 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/35 {
  --tw-gradient-from: rgb(253 242 248 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/40 {
  --tw-gradient-from: rgb(253 242 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/45 {
  --tw-gradient-from: rgb(253 242 248 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/5 {
  --tw-gradient-from: rgb(253 242 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/50 {
  --tw-gradient-from: rgb(253 242 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/55 {
  --tw-gradient-from: rgb(253 242 248 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/60 {
  --tw-gradient-from: rgb(253 242 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/65 {
  --tw-gradient-from: rgb(253 242 248 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/70 {
  --tw-gradient-from: rgb(253 242 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/75 {
  --tw-gradient-from: rgb(253 242 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/80 {
  --tw-gradient-from: rgb(253 242 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/85 {
  --tw-gradient-from: rgb(253 242 248 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/90 {
  --tw-gradient-from: rgb(253 242 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50\/95 {
  --tw-gradient-from: rgb(253 242 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500 {
  --tw-gradient-from: #E74694 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/0 {
  --tw-gradient-from: rgb(231 70 148 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/10 {
  --tw-gradient-from: rgb(231 70 148 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/100 {
  --tw-gradient-from: rgb(231 70 148 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/15 {
  --tw-gradient-from: rgb(231 70 148 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/20 {
  --tw-gradient-from: rgb(231 70 148 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/25 {
  --tw-gradient-from: rgb(231 70 148 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/30 {
  --tw-gradient-from: rgb(231 70 148 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/35 {
  --tw-gradient-from: rgb(231 70 148 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/40 {
  --tw-gradient-from: rgb(231 70 148 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/45 {
  --tw-gradient-from: rgb(231 70 148 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/5 {
  --tw-gradient-from: rgb(231 70 148 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/50 {
  --tw-gradient-from: rgb(231 70 148 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/55 {
  --tw-gradient-from: rgb(231 70 148 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/60 {
  --tw-gradient-from: rgb(231 70 148 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/65 {
  --tw-gradient-from: rgb(231 70 148 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/70 {
  --tw-gradient-from: rgb(231 70 148 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/75 {
  --tw-gradient-from: rgb(231 70 148 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/80 {
  --tw-gradient-from: rgb(231 70 148 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/85 {
  --tw-gradient-from: rgb(231 70 148 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/90 {
  --tw-gradient-from: rgb(231 70 148 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500\/95 {
  --tw-gradient-from: rgb(231 70 148 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600 {
  --tw-gradient-from: #D61F69 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/0 {
  --tw-gradient-from: rgb(214 31 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/10 {
  --tw-gradient-from: rgb(214 31 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/100 {
  --tw-gradient-from: rgb(214 31 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/15 {
  --tw-gradient-from: rgb(214 31 105 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/20 {
  --tw-gradient-from: rgb(214 31 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/25 {
  --tw-gradient-from: rgb(214 31 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/30 {
  --tw-gradient-from: rgb(214 31 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/35 {
  --tw-gradient-from: rgb(214 31 105 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/40 {
  --tw-gradient-from: rgb(214 31 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/45 {
  --tw-gradient-from: rgb(214 31 105 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/5 {
  --tw-gradient-from: rgb(214 31 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/50 {
  --tw-gradient-from: rgb(214 31 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/55 {
  --tw-gradient-from: rgb(214 31 105 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/60 {
  --tw-gradient-from: rgb(214 31 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/65 {
  --tw-gradient-from: rgb(214 31 105 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/70 {
  --tw-gradient-from: rgb(214 31 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/75 {
  --tw-gradient-from: rgb(214 31 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/80 {
  --tw-gradient-from: rgb(214 31 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/85 {
  --tw-gradient-from: rgb(214 31 105 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/90 {
  --tw-gradient-from: rgb(214 31 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600\/95 {
  --tw-gradient-from: rgb(214 31 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700 {
  --tw-gradient-from: #BF125D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/0 {
  --tw-gradient-from: rgb(191 18 93 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/10 {
  --tw-gradient-from: rgb(191 18 93 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/100 {
  --tw-gradient-from: rgb(191 18 93 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/15 {
  --tw-gradient-from: rgb(191 18 93 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/20 {
  --tw-gradient-from: rgb(191 18 93 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/25 {
  --tw-gradient-from: rgb(191 18 93 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/30 {
  --tw-gradient-from: rgb(191 18 93 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/35 {
  --tw-gradient-from: rgb(191 18 93 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/40 {
  --tw-gradient-from: rgb(191 18 93 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/45 {
  --tw-gradient-from: rgb(191 18 93 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/5 {
  --tw-gradient-from: rgb(191 18 93 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/50 {
  --tw-gradient-from: rgb(191 18 93 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/55 {
  --tw-gradient-from: rgb(191 18 93 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/60 {
  --tw-gradient-from: rgb(191 18 93 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/65 {
  --tw-gradient-from: rgb(191 18 93 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/70 {
  --tw-gradient-from: rgb(191 18 93 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/75 {
  --tw-gradient-from: rgb(191 18 93 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/80 {
  --tw-gradient-from: rgb(191 18 93 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/85 {
  --tw-gradient-from: rgb(191 18 93 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/90 {
  --tw-gradient-from: rgb(191 18 93 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700\/95 {
  --tw-gradient-from: rgb(191 18 93 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800 {
  --tw-gradient-from: #99154B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/0 {
  --tw-gradient-from: rgb(153 21 75 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/10 {
  --tw-gradient-from: rgb(153 21 75 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/100 {
  --tw-gradient-from: rgb(153 21 75 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/15 {
  --tw-gradient-from: rgb(153 21 75 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/20 {
  --tw-gradient-from: rgb(153 21 75 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/25 {
  --tw-gradient-from: rgb(153 21 75 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/30 {
  --tw-gradient-from: rgb(153 21 75 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/35 {
  --tw-gradient-from: rgb(153 21 75 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/40 {
  --tw-gradient-from: rgb(153 21 75 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/45 {
  --tw-gradient-from: rgb(153 21 75 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/5 {
  --tw-gradient-from: rgb(153 21 75 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/50 {
  --tw-gradient-from: rgb(153 21 75 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/55 {
  --tw-gradient-from: rgb(153 21 75 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/60 {
  --tw-gradient-from: rgb(153 21 75 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/65 {
  --tw-gradient-from: rgb(153 21 75 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/70 {
  --tw-gradient-from: rgb(153 21 75 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/75 {
  --tw-gradient-from: rgb(153 21 75 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/80 {
  --tw-gradient-from: rgb(153 21 75 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/85 {
  --tw-gradient-from: rgb(153 21 75 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/90 {
  --tw-gradient-from: rgb(153 21 75 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-800\/95 {
  --tw-gradient-from: rgb(153 21 75 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900 {
  --tw-gradient-from: #751A3D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/0 {
  --tw-gradient-from: rgb(117 26 61 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/10 {
  --tw-gradient-from: rgb(117 26 61 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/100 {
  --tw-gradient-from: rgb(117 26 61 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/15 {
  --tw-gradient-from: rgb(117 26 61 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/20 {
  --tw-gradient-from: rgb(117 26 61 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/25 {
  --tw-gradient-from: rgb(117 26 61 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/30 {
  --tw-gradient-from: rgb(117 26 61 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/35 {
  --tw-gradient-from: rgb(117 26 61 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/40 {
  --tw-gradient-from: rgb(117 26 61 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/45 {
  --tw-gradient-from: rgb(117 26 61 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/5 {
  --tw-gradient-from: rgb(117 26 61 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/50 {
  --tw-gradient-from: rgb(117 26 61 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/55 {
  --tw-gradient-from: rgb(117 26 61 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/60 {
  --tw-gradient-from: rgb(117 26 61 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/65 {
  --tw-gradient-from: rgb(117 26 61 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/70 {
  --tw-gradient-from: rgb(117 26 61 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/75 {
  --tw-gradient-from: rgb(117 26 61 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/80 {
  --tw-gradient-from: rgb(117 26 61 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/85 {
  --tw-gradient-from: rgb(117 26 61 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/90 {
  --tw-gradient-from: rgb(117 26 61 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-900\/95 {
  --tw-gradient-from: rgb(117 26 61 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100 {
  --tw-gradient-from: #d7f1f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/0 {
  --tw-gradient-from: rgb(215 241 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/10 {
  --tw-gradient-from: rgb(215 241 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/100 {
  --tw-gradient-from: rgb(215 241 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/15 {
  --tw-gradient-from: rgb(215 241 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/20 {
  --tw-gradient-from: rgb(215 241 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/25 {
  --tw-gradient-from: rgb(215 241 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/30 {
  --tw-gradient-from: rgb(215 241 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/35 {
  --tw-gradient-from: rgb(215 241 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/40 {
  --tw-gradient-from: rgb(215 241 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/45 {
  --tw-gradient-from: rgb(215 241 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/5 {
  --tw-gradient-from: rgb(215 241 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/50 {
  --tw-gradient-from: rgb(215 241 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/55 {
  --tw-gradient-from: rgb(215 241 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/60 {
  --tw-gradient-from: rgb(215 241 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/65 {
  --tw-gradient-from: rgb(215 241 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/70 {
  --tw-gradient-from: rgb(215 241 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/75 {
  --tw-gradient-from: rgb(215 241 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/80 {
  --tw-gradient-from: rgb(215 241 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/85 {
  --tw-gradient-from: rgb(215 241 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/90 {
  --tw-gradient-from: rgb(215 241 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100\/95 {
  --tw-gradient-from: rgb(215 241 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200 {
  --tw-gradient-from: #a8e3f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/0 {
  --tw-gradient-from: rgb(168 227 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/10 {
  --tw-gradient-from: rgb(168 227 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/100 {
  --tw-gradient-from: rgb(168 227 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/15 {
  --tw-gradient-from: rgb(168 227 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/20 {
  --tw-gradient-from: rgb(168 227 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/25 {
  --tw-gradient-from: rgb(168 227 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/30 {
  --tw-gradient-from: rgb(168 227 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/35 {
  --tw-gradient-from: rgb(168 227 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/40 {
  --tw-gradient-from: rgb(168 227 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/45 {
  --tw-gradient-from: rgb(168 227 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/5 {
  --tw-gradient-from: rgb(168 227 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/50 {
  --tw-gradient-from: rgb(168 227 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/55 {
  --tw-gradient-from: rgb(168 227 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/60 {
  --tw-gradient-from: rgb(168 227 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/65 {
  --tw-gradient-from: rgb(168 227 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/70 {
  --tw-gradient-from: rgb(168 227 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/75 {
  --tw-gradient-from: rgb(168 227 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/80 {
  --tw-gradient-from: rgb(168 227 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/85 {
  --tw-gradient-from: rgb(168 227 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/90 {
  --tw-gradient-from: rgb(168 227 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/95 {
  --tw-gradient-from: rgb(168 227 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300 {
  --tw-gradient-from: #72c5df var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/0 {
  --tw-gradient-from: rgb(114 197 223 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/10 {
  --tw-gradient-from: rgb(114 197 223 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/100 {
  --tw-gradient-from: rgb(114 197 223 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/15 {
  --tw-gradient-from: rgb(114 197 223 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/20 {
  --tw-gradient-from: rgb(114 197 223 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/25 {
  --tw-gradient-from: rgb(114 197 223 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/30 {
  --tw-gradient-from: rgb(114 197 223 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/35 {
  --tw-gradient-from: rgb(114 197 223 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/40 {
  --tw-gradient-from: rgb(114 197 223 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/45 {
  --tw-gradient-from: rgb(114 197 223 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/5 {
  --tw-gradient-from: rgb(114 197 223 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/50 {
  --tw-gradient-from: rgb(114 197 223 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/55 {
  --tw-gradient-from: rgb(114 197 223 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/60 {
  --tw-gradient-from: rgb(114 197 223 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/65 {
  --tw-gradient-from: rgb(114 197 223 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/70 {
  --tw-gradient-from: rgb(114 197 223 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/75 {
  --tw-gradient-from: rgb(114 197 223 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/80 {
  --tw-gradient-from: rgb(114 197 223 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/85 {
  --tw-gradient-from: rgb(114 197 223 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/90 {
  --tw-gradient-from: rgb(114 197 223 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300\/95 {
  --tw-gradient-from: rgb(114 197 223 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400 {
  --tw-gradient-from: #3aa3c6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/0 {
  --tw-gradient-from: rgb(58 163 198 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/10 {
  --tw-gradient-from: rgb(58 163 198 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/100 {
  --tw-gradient-from: rgb(58 163 198 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/15 {
  --tw-gradient-from: rgb(58 163 198 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/20 {
  --tw-gradient-from: rgb(58 163 198 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/25 {
  --tw-gradient-from: rgb(58 163 198 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/30 {
  --tw-gradient-from: rgb(58 163 198 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/35 {
  --tw-gradient-from: rgb(58 163 198 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/40 {
  --tw-gradient-from: rgb(58 163 198 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/45 {
  --tw-gradient-from: rgb(58 163 198 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/5 {
  --tw-gradient-from: rgb(58 163 198 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/50 {
  --tw-gradient-from: rgb(58 163 198 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/55 {
  --tw-gradient-from: rgb(58 163 198 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/60 {
  --tw-gradient-from: rgb(58 163 198 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/65 {
  --tw-gradient-from: rgb(58 163 198 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/70 {
  --tw-gradient-from: rgb(58 163 198 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/75 {
  --tw-gradient-from: rgb(58 163 198 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/80 {
  --tw-gradient-from: rgb(58 163 198 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/85 {
  --tw-gradient-from: rgb(58 163 198 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/90 {
  --tw-gradient-from: rgb(58 163 198 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/95 {
  --tw-gradient-from: rgb(58 163 198 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50 {
  --tw-gradient-from: #f2f8f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/0 {
  --tw-gradient-from: rgb(242 248 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/10 {
  --tw-gradient-from: rgb(242 248 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/100 {
  --tw-gradient-from: rgb(242 248 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/15 {
  --tw-gradient-from: rgb(242 248 248 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/20 {
  --tw-gradient-from: rgb(242 248 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/25 {
  --tw-gradient-from: rgb(242 248 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/30 {
  --tw-gradient-from: rgb(242 248 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/35 {
  --tw-gradient-from: rgb(242 248 248 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/40 {
  --tw-gradient-from: rgb(242 248 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/45 {
  --tw-gradient-from: rgb(242 248 248 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/5 {
  --tw-gradient-from: rgb(242 248 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/50 {
  --tw-gradient-from: rgb(242 248 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/55 {
  --tw-gradient-from: rgb(242 248 248 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/60 {
  --tw-gradient-from: rgb(242 248 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/65 {
  --tw-gradient-from: rgb(242 248 248 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/70 {
  --tw-gradient-from: rgb(242 248 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/75 {
  --tw-gradient-from: rgb(242 248 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/80 {
  --tw-gradient-from: rgb(242 248 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/85 {
  --tw-gradient-from: rgb(242 248 248 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/90 {
  --tw-gradient-from: rgb(242 248 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50\/95 {
  --tw-gradient-from: rgb(242 248 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500 {
  --tw-gradient-from: #027db6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/0 {
  --tw-gradient-from: rgb(2 125 182 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/10 {
  --tw-gradient-from: rgb(2 125 182 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/100 {
  --tw-gradient-from: rgb(2 125 182 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/15 {
  --tw-gradient-from: rgb(2 125 182 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/20 {
  --tw-gradient-from: rgb(2 125 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/25 {
  --tw-gradient-from: rgb(2 125 182 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/30 {
  --tw-gradient-from: rgb(2 125 182 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/35 {
  --tw-gradient-from: rgb(2 125 182 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/40 {
  --tw-gradient-from: rgb(2 125 182 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/45 {
  --tw-gradient-from: rgb(2 125 182 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/5 {
  --tw-gradient-from: rgb(2 125 182 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/50 {
  --tw-gradient-from: rgb(2 125 182 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/55 {
  --tw-gradient-from: rgb(2 125 182 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/60 {
  --tw-gradient-from: rgb(2 125 182 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/65 {
  --tw-gradient-from: rgb(2 125 182 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/70 {
  --tw-gradient-from: rgb(2 125 182 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/75 {
  --tw-gradient-from: rgb(2 125 182 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/80 {
  --tw-gradient-from: rgb(2 125 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/85 {
  --tw-gradient-from: rgb(2 125 182 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/90 {
  --tw-gradient-from: rgb(2 125 182 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/95 {
  --tw-gradient-from: rgb(2 125 182 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600 {
  --tw-gradient-from: #246a92 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/0 {
  --tw-gradient-from: rgb(36 106 146 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/10 {
  --tw-gradient-from: rgb(36 106 146 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/100 {
  --tw-gradient-from: rgb(36 106 146 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/15 {
  --tw-gradient-from: rgb(36 106 146 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/20 {
  --tw-gradient-from: rgb(36 106 146 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/25 {
  --tw-gradient-from: rgb(36 106 146 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/30 {
  --tw-gradient-from: rgb(36 106 146 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/35 {
  --tw-gradient-from: rgb(36 106 146 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/40 {
  --tw-gradient-from: rgb(36 106 146 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/45 {
  --tw-gradient-from: rgb(36 106 146 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/5 {
  --tw-gradient-from: rgb(36 106 146 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/50 {
  --tw-gradient-from: rgb(36 106 146 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/55 {
  --tw-gradient-from: rgb(36 106 146 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/60 {
  --tw-gradient-from: rgb(36 106 146 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/65 {
  --tw-gradient-from: rgb(36 106 146 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/70 {
  --tw-gradient-from: rgb(36 106 146 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/75 {
  --tw-gradient-from: rgb(36 106 146 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/80 {
  --tw-gradient-from: rgb(36 106 146 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/85 {
  --tw-gradient-from: rgb(36 106 146 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/90 {
  --tw-gradient-from: rgb(36 106 146 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/95 {
  --tw-gradient-from: rgb(36 106 146 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700 {
  --tw-gradient-from: #1f5072 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/0 {
  --tw-gradient-from: rgb(31 80 114 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/10 {
  --tw-gradient-from: rgb(31 80 114 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/100 {
  --tw-gradient-from: rgb(31 80 114 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/15 {
  --tw-gradient-from: rgb(31 80 114 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/20 {
  --tw-gradient-from: rgb(31 80 114 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/25 {
  --tw-gradient-from: rgb(31 80 114 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/30 {
  --tw-gradient-from: rgb(31 80 114 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/35 {
  --tw-gradient-from: rgb(31 80 114 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/40 {
  --tw-gradient-from: rgb(31 80 114 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/45 {
  --tw-gradient-from: rgb(31 80 114 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/5 {
  --tw-gradient-from: rgb(31 80 114 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/50 {
  --tw-gradient-from: rgb(31 80 114 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/55 {
  --tw-gradient-from: rgb(31 80 114 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/60 {
  --tw-gradient-from: rgb(31 80 114 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/65 {
  --tw-gradient-from: rgb(31 80 114 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/70 {
  --tw-gradient-from: rgb(31 80 114 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/75 {
  --tw-gradient-from: rgb(31 80 114 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/80 {
  --tw-gradient-from: rgb(31 80 114 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/85 {
  --tw-gradient-from: rgb(31 80 114 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/90 {
  --tw-gradient-from: rgb(31 80 114 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/95 {
  --tw-gradient-from: rgb(31 80 114 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800 {
  --tw-gradient-from: #173652 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/0 {
  --tw-gradient-from: rgb(23 54 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/10 {
  --tw-gradient-from: rgb(23 54 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/100 {
  --tw-gradient-from: rgb(23 54 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/15 {
  --tw-gradient-from: rgb(23 54 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/20 {
  --tw-gradient-from: rgb(23 54 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/25 {
  --tw-gradient-from: rgb(23 54 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/30 {
  --tw-gradient-from: rgb(23 54 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/35 {
  --tw-gradient-from: rgb(23 54 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/40 {
  --tw-gradient-from: rgb(23 54 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/45 {
  --tw-gradient-from: rgb(23 54 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/5 {
  --tw-gradient-from: rgb(23 54 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/50 {
  --tw-gradient-from: rgb(23 54 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/55 {
  --tw-gradient-from: rgb(23 54 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/60 {
  --tw-gradient-from: rgb(23 54 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/65 {
  --tw-gradient-from: rgb(23 54 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/70 {
  --tw-gradient-from: rgb(23 54 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/75 {
  --tw-gradient-from: rgb(23 54 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/80 {
  --tw-gradient-from: rgb(23 54 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/85 {
  --tw-gradient-from: rgb(23 54 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/90 {
  --tw-gradient-from: rgb(23 54 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/95 {
  --tw-gradient-from: rgb(23 54 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900 {
  --tw-gradient-from: #0e2137 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/0 {
  --tw-gradient-from: rgb(14 33 55 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/10 {
  --tw-gradient-from: rgb(14 33 55 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/100 {
  --tw-gradient-from: rgb(14 33 55 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/15 {
  --tw-gradient-from: rgb(14 33 55 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/20 {
  --tw-gradient-from: rgb(14 33 55 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/25 {
  --tw-gradient-from: rgb(14 33 55 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/30 {
  --tw-gradient-from: rgb(14 33 55 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/35 {
  --tw-gradient-from: rgb(14 33 55 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/40 {
  --tw-gradient-from: rgb(14 33 55 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/45 {
  --tw-gradient-from: rgb(14 33 55 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/5 {
  --tw-gradient-from: rgb(14 33 55 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/50 {
  --tw-gradient-from: rgb(14 33 55 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/55 {
  --tw-gradient-from: rgb(14 33 55 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/60 {
  --tw-gradient-from: rgb(14 33 55 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/65 {
  --tw-gradient-from: rgb(14 33 55 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/70 {
  --tw-gradient-from: rgb(14 33 55 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/75 {
  --tw-gradient-from: rgb(14 33 55 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/80 {
  --tw-gradient-from: rgb(14 33 55 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/85 {
  --tw-gradient-from: rgb(14 33 55 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/90 {
  --tw-gradient-from: rgb(14 33 55 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/95 {
  --tw-gradient-from: rgb(14 33 55 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100 {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/0 {
  --tw-gradient-from: rgb(237 233 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/10 {
  --tw-gradient-from: rgb(237 233 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/100 {
  --tw-gradient-from: rgb(237 233 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/15 {
  --tw-gradient-from: rgb(237 233 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/20 {
  --tw-gradient-from: rgb(237 233 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/25 {
  --tw-gradient-from: rgb(237 233 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/30 {
  --tw-gradient-from: rgb(237 233 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/35 {
  --tw-gradient-from: rgb(237 233 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/40 {
  --tw-gradient-from: rgb(237 233 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/45 {
  --tw-gradient-from: rgb(237 233 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/5 {
  --tw-gradient-from: rgb(237 233 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/50 {
  --tw-gradient-from: rgb(237 233 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/55 {
  --tw-gradient-from: rgb(237 233 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/60 {
  --tw-gradient-from: rgb(237 233 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/65 {
  --tw-gradient-from: rgb(237 233 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/70 {
  --tw-gradient-from: rgb(237 233 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/75 {
  --tw-gradient-from: rgb(237 233 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/80 {
  --tw-gradient-from: rgb(237 233 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/85 {
  --tw-gradient-from: rgb(237 233 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/90 {
  --tw-gradient-from: rgb(237 233 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100\/95 {
  --tw-gradient-from: rgb(237 233 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200 {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/0 {
  --tw-gradient-from: rgb(221 214 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/10 {
  --tw-gradient-from: rgb(221 214 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/100 {
  --tw-gradient-from: rgb(221 214 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/15 {
  --tw-gradient-from: rgb(221 214 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/20 {
  --tw-gradient-from: rgb(221 214 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/25 {
  --tw-gradient-from: rgb(221 214 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/30 {
  --tw-gradient-from: rgb(221 214 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/35 {
  --tw-gradient-from: rgb(221 214 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/40 {
  --tw-gradient-from: rgb(221 214 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/45 {
  --tw-gradient-from: rgb(221 214 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/5 {
  --tw-gradient-from: rgb(221 214 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/50 {
  --tw-gradient-from: rgb(221 214 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/55 {
  --tw-gradient-from: rgb(221 214 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/60 {
  --tw-gradient-from: rgb(221 214 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/65 {
  --tw-gradient-from: rgb(221 214 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/70 {
  --tw-gradient-from: rgb(221 214 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/75 {
  --tw-gradient-from: rgb(221 214 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/80 {
  --tw-gradient-from: rgb(221 214 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/85 {
  --tw-gradient-from: rgb(221 214 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/90 {
  --tw-gradient-from: rgb(221 214 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200\/95 {
  --tw-gradient-from: rgb(221 214 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300 {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/0 {
  --tw-gradient-from: rgb(196 181 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/10 {
  --tw-gradient-from: rgb(196 181 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/100 {
  --tw-gradient-from: rgb(196 181 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/15 {
  --tw-gradient-from: rgb(196 181 253 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/20 {
  --tw-gradient-from: rgb(196 181 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/25 {
  --tw-gradient-from: rgb(196 181 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/30 {
  --tw-gradient-from: rgb(196 181 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/35 {
  --tw-gradient-from: rgb(196 181 253 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/40 {
  --tw-gradient-from: rgb(196 181 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/45 {
  --tw-gradient-from: rgb(196 181 253 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/5 {
  --tw-gradient-from: rgb(196 181 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/50 {
  --tw-gradient-from: rgb(196 181 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/55 {
  --tw-gradient-from: rgb(196 181 253 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/60 {
  --tw-gradient-from: rgb(196 181 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/65 {
  --tw-gradient-from: rgb(196 181 253 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/70 {
  --tw-gradient-from: rgb(196 181 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/75 {
  --tw-gradient-from: rgb(196 181 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/80 {
  --tw-gradient-from: rgb(196 181 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/85 {
  --tw-gradient-from: rgb(196 181 253 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/90 {
  --tw-gradient-from: rgb(196 181 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/95 {
  --tw-gradient-from: rgb(196 181 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/0 {
  --tw-gradient-from: rgb(167 139 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/10 {
  --tw-gradient-from: rgb(167 139 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/100 {
  --tw-gradient-from: rgb(167 139 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/15 {
  --tw-gradient-from: rgb(167 139 250 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/20 {
  --tw-gradient-from: rgb(167 139 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/25 {
  --tw-gradient-from: rgb(167 139 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/30 {
  --tw-gradient-from: rgb(167 139 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/35 {
  --tw-gradient-from: rgb(167 139 250 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/40 {
  --tw-gradient-from: rgb(167 139 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/45 {
  --tw-gradient-from: rgb(167 139 250 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/5 {
  --tw-gradient-from: rgb(167 139 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/50 {
  --tw-gradient-from: rgb(167 139 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/55 {
  --tw-gradient-from: rgb(167 139 250 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/60 {
  --tw-gradient-from: rgb(167 139 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/65 {
  --tw-gradient-from: rgb(167 139 250 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/70 {
  --tw-gradient-from: rgb(167 139 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/75 {
  --tw-gradient-from: rgb(167 139 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/80 {
  --tw-gradient-from: rgb(167 139 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/85 {
  --tw-gradient-from: rgb(167 139 250 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/90 {
  --tw-gradient-from: rgb(167 139 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/95 {
  --tw-gradient-from: rgb(167 139 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/0 {
  --tw-gradient-from: rgb(245 243 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/10 {
  --tw-gradient-from: rgb(245 243 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/100 {
  --tw-gradient-from: rgb(245 243 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/15 {
  --tw-gradient-from: rgb(245 243 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/20 {
  --tw-gradient-from: rgb(245 243 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/25 {
  --tw-gradient-from: rgb(245 243 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/30 {
  --tw-gradient-from: rgb(245 243 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/35 {
  --tw-gradient-from: rgb(245 243 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/40 {
  --tw-gradient-from: rgb(245 243 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/45 {
  --tw-gradient-from: rgb(245 243 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/5 {
  --tw-gradient-from: rgb(245 243 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/50 {
  --tw-gradient-from: rgb(245 243 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/55 {
  --tw-gradient-from: rgb(245 243 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/60 {
  --tw-gradient-from: rgb(245 243 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/65 {
  --tw-gradient-from: rgb(245 243 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/70 {
  --tw-gradient-from: rgb(245 243 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/75 {
  --tw-gradient-from: rgb(245 243 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/80 {
  --tw-gradient-from: rgb(245 243 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/85 {
  --tw-gradient-from: rgb(245 243 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/90 {
  --tw-gradient-from: rgb(245 243 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/95 {
  --tw-gradient-from: rgb(245 243 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/0 {
  --tw-gradient-from: rgb(139 92 246 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/10 {
  --tw-gradient-from: rgb(139 92 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/100 {
  --tw-gradient-from: rgb(139 92 246 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/15 {
  --tw-gradient-from: rgb(139 92 246 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/20 {
  --tw-gradient-from: rgb(139 92 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/25 {
  --tw-gradient-from: rgb(139 92 246 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/30 {
  --tw-gradient-from: rgb(139 92 246 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/35 {
  --tw-gradient-from: rgb(139 92 246 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/40 {
  --tw-gradient-from: rgb(139 92 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/45 {
  --tw-gradient-from: rgb(139 92 246 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/5 {
  --tw-gradient-from: rgb(139 92 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/50 {
  --tw-gradient-from: rgb(139 92 246 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/55 {
  --tw-gradient-from: rgb(139 92 246 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/60 {
  --tw-gradient-from: rgb(139 92 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/65 {
  --tw-gradient-from: rgb(139 92 246 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/70 {
  --tw-gradient-from: rgb(139 92 246 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/75 {
  --tw-gradient-from: rgb(139 92 246 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/80 {
  --tw-gradient-from: rgb(139 92 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/85 {
  --tw-gradient-from: rgb(139 92 246 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/90 {
  --tw-gradient-from: rgb(139 92 246 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/95 {
  --tw-gradient-from: rgb(139 92 246 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/0 {
  --tw-gradient-from: rgb(124 58 237 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/10 {
  --tw-gradient-from: rgb(124 58 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/100 {
  --tw-gradient-from: rgb(124 58 237 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/15 {
  --tw-gradient-from: rgb(124 58 237 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/20 {
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/25 {
  --tw-gradient-from: rgb(124 58 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/30 {
  --tw-gradient-from: rgb(124 58 237 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/35 {
  --tw-gradient-from: rgb(124 58 237 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/40 {
  --tw-gradient-from: rgb(124 58 237 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/45 {
  --tw-gradient-from: rgb(124 58 237 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/5 {
  --tw-gradient-from: rgb(124 58 237 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/50 {
  --tw-gradient-from: rgb(124 58 237 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/55 {
  --tw-gradient-from: rgb(124 58 237 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/60 {
  --tw-gradient-from: rgb(124 58 237 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/65 {
  --tw-gradient-from: rgb(124 58 237 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/70 {
  --tw-gradient-from: rgb(124 58 237 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/75 {
  --tw-gradient-from: rgb(124 58 237 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/80 {
  --tw-gradient-from: rgb(124 58 237 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/85 {
  --tw-gradient-from: rgb(124 58 237 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/90 {
  --tw-gradient-from: rgb(124 58 237 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/95 {
  --tw-gradient-from: rgb(124 58 237 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700 {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/0 {
  --tw-gradient-from: rgb(109 40 217 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/10 {
  --tw-gradient-from: rgb(109 40 217 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/100 {
  --tw-gradient-from: rgb(109 40 217 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/15 {
  --tw-gradient-from: rgb(109 40 217 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/20 {
  --tw-gradient-from: rgb(109 40 217 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/25 {
  --tw-gradient-from: rgb(109 40 217 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/30 {
  --tw-gradient-from: rgb(109 40 217 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/35 {
  --tw-gradient-from: rgb(109 40 217 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/40 {
  --tw-gradient-from: rgb(109 40 217 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/45 {
  --tw-gradient-from: rgb(109 40 217 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/5 {
  --tw-gradient-from: rgb(109 40 217 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/50 {
  --tw-gradient-from: rgb(109 40 217 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/55 {
  --tw-gradient-from: rgb(109 40 217 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/60 {
  --tw-gradient-from: rgb(109 40 217 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/65 {
  --tw-gradient-from: rgb(109 40 217 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/70 {
  --tw-gradient-from: rgb(109 40 217 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/75 {
  --tw-gradient-from: rgb(109 40 217 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/80 {
  --tw-gradient-from: rgb(109 40 217 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/85 {
  --tw-gradient-from: rgb(109 40 217 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/90 {
  --tw-gradient-from: rgb(109 40 217 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700\/95 {
  --tw-gradient-from: rgb(109 40 217 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800 {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/0 {
  --tw-gradient-from: rgb(91 33 182 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/10 {
  --tw-gradient-from: rgb(91 33 182 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/100 {
  --tw-gradient-from: rgb(91 33 182 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/15 {
  --tw-gradient-from: rgb(91 33 182 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/20 {
  --tw-gradient-from: rgb(91 33 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/25 {
  --tw-gradient-from: rgb(91 33 182 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/30 {
  --tw-gradient-from: rgb(91 33 182 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/35 {
  --tw-gradient-from: rgb(91 33 182 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/40 {
  --tw-gradient-from: rgb(91 33 182 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/45 {
  --tw-gradient-from: rgb(91 33 182 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/5 {
  --tw-gradient-from: rgb(91 33 182 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/50 {
  --tw-gradient-from: rgb(91 33 182 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/55 {
  --tw-gradient-from: rgb(91 33 182 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/60 {
  --tw-gradient-from: rgb(91 33 182 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/65 {
  --tw-gradient-from: rgb(91 33 182 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/70 {
  --tw-gradient-from: rgb(91 33 182 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/75 {
  --tw-gradient-from: rgb(91 33 182 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/80 {
  --tw-gradient-from: rgb(91 33 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/85 {
  --tw-gradient-from: rgb(91 33 182 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/90 {
  --tw-gradient-from: rgb(91 33 182 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-800\/95 {
  --tw-gradient-from: rgb(91 33 182 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900 {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/0 {
  --tw-gradient-from: rgb(76 29 149 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/10 {
  --tw-gradient-from: rgb(76 29 149 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/100 {
  --tw-gradient-from: rgb(76 29 149 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/15 {
  --tw-gradient-from: rgb(76 29 149 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/20 {
  --tw-gradient-from: rgb(76 29 149 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/25 {
  --tw-gradient-from: rgb(76 29 149 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/30 {
  --tw-gradient-from: rgb(76 29 149 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/35 {
  --tw-gradient-from: rgb(76 29 149 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/40 {
  --tw-gradient-from: rgb(76 29 149 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/45 {
  --tw-gradient-from: rgb(76 29 149 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/5 {
  --tw-gradient-from: rgb(76 29 149 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/50 {
  --tw-gradient-from: rgb(76 29 149 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/55 {
  --tw-gradient-from: rgb(76 29 149 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/60 {
  --tw-gradient-from: rgb(76 29 149 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/65 {
  --tw-gradient-from: rgb(76 29 149 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/70 {
  --tw-gradient-from: rgb(76 29 149 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/75 {
  --tw-gradient-from: rgb(76 29 149 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/80 {
  --tw-gradient-from: rgb(76 29 149 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/85 {
  --tw-gradient-from: rgb(76 29 149 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/90 {
  --tw-gradient-from: rgb(76 29 149 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/95 {
  --tw-gradient-from: rgb(76 29 149 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100 {
  --tw-gradient-from: #FDE8E8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/0 {
  --tw-gradient-from: rgb(253 232 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/10 {
  --tw-gradient-from: rgb(253 232 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/100 {
  --tw-gradient-from: rgb(253 232 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/15 {
  --tw-gradient-from: rgb(253 232 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/20 {
  --tw-gradient-from: rgb(253 232 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/25 {
  --tw-gradient-from: rgb(253 232 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/30 {
  --tw-gradient-from: rgb(253 232 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/35 {
  --tw-gradient-from: rgb(253 232 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/40 {
  --tw-gradient-from: rgb(253 232 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/45 {
  --tw-gradient-from: rgb(253 232 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/5 {
  --tw-gradient-from: rgb(253 232 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/50 {
  --tw-gradient-from: rgb(253 232 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/55 {
  --tw-gradient-from: rgb(253 232 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/60 {
  --tw-gradient-from: rgb(253 232 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/65 {
  --tw-gradient-from: rgb(253 232 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/70 {
  --tw-gradient-from: rgb(253 232 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/75 {
  --tw-gradient-from: rgb(253 232 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/80 {
  --tw-gradient-from: rgb(253 232 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/85 {
  --tw-gradient-from: rgb(253 232 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/90 {
  --tw-gradient-from: rgb(253 232 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100\/95 {
  --tw-gradient-from: rgb(253 232 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200 {
  --tw-gradient-from: #FBD5D5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/0 {
  --tw-gradient-from: rgb(251 213 213 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/10 {
  --tw-gradient-from: rgb(251 213 213 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/100 {
  --tw-gradient-from: rgb(251 213 213 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/15 {
  --tw-gradient-from: rgb(251 213 213 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/20 {
  --tw-gradient-from: rgb(251 213 213 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/25 {
  --tw-gradient-from: rgb(251 213 213 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/30 {
  --tw-gradient-from: rgb(251 213 213 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/35 {
  --tw-gradient-from: rgb(251 213 213 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/40 {
  --tw-gradient-from: rgb(251 213 213 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/45 {
  --tw-gradient-from: rgb(251 213 213 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/5 {
  --tw-gradient-from: rgb(251 213 213 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/50 {
  --tw-gradient-from: rgb(251 213 213 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/55 {
  --tw-gradient-from: rgb(251 213 213 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/60 {
  --tw-gradient-from: rgb(251 213 213 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/65 {
  --tw-gradient-from: rgb(251 213 213 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/70 {
  --tw-gradient-from: rgb(251 213 213 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/75 {
  --tw-gradient-from: rgb(251 213 213 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/80 {
  --tw-gradient-from: rgb(251 213 213 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/85 {
  --tw-gradient-from: rgb(251 213 213 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/90 {
  --tw-gradient-from: rgb(251 213 213 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200\/95 {
  --tw-gradient-from: rgb(251 213 213 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300 {
  --tw-gradient-from: #F8B4B4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/0 {
  --tw-gradient-from: rgb(248 180 180 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/10 {
  --tw-gradient-from: rgb(248 180 180 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/100 {
  --tw-gradient-from: rgb(248 180 180 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/15 {
  --tw-gradient-from: rgb(248 180 180 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/20 {
  --tw-gradient-from: rgb(248 180 180 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/25 {
  --tw-gradient-from: rgb(248 180 180 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/30 {
  --tw-gradient-from: rgb(248 180 180 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/35 {
  --tw-gradient-from: rgb(248 180 180 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/40 {
  --tw-gradient-from: rgb(248 180 180 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/45 {
  --tw-gradient-from: rgb(248 180 180 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/5 {
  --tw-gradient-from: rgb(248 180 180 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/50 {
  --tw-gradient-from: rgb(248 180 180 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/55 {
  --tw-gradient-from: rgb(248 180 180 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/60 {
  --tw-gradient-from: rgb(248 180 180 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/65 {
  --tw-gradient-from: rgb(248 180 180 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/70 {
  --tw-gradient-from: rgb(248 180 180 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/75 {
  --tw-gradient-from: rgb(248 180 180 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/80 {
  --tw-gradient-from: rgb(248 180 180 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/85 {
  --tw-gradient-from: rgb(248 180 180 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/90 {
  --tw-gradient-from: rgb(248 180 180 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-300\/95 {
  --tw-gradient-from: rgb(248 180 180 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400 {
  --tw-gradient-from: #F98080 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/0 {
  --tw-gradient-from: rgb(249 128 128 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/10 {
  --tw-gradient-from: rgb(249 128 128 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/100 {
  --tw-gradient-from: rgb(249 128 128 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/15 {
  --tw-gradient-from: rgb(249 128 128 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/20 {
  --tw-gradient-from: rgb(249 128 128 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/25 {
  --tw-gradient-from: rgb(249 128 128 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/30 {
  --tw-gradient-from: rgb(249 128 128 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/35 {
  --tw-gradient-from: rgb(249 128 128 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/40 {
  --tw-gradient-from: rgb(249 128 128 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/45 {
  --tw-gradient-from: rgb(249 128 128 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/5 {
  --tw-gradient-from: rgb(249 128 128 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/50 {
  --tw-gradient-from: rgb(249 128 128 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/55 {
  --tw-gradient-from: rgb(249 128 128 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/60 {
  --tw-gradient-from: rgb(249 128 128 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/65 {
  --tw-gradient-from: rgb(249 128 128 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/70 {
  --tw-gradient-from: rgb(249 128 128 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/75 {
  --tw-gradient-from: rgb(249 128 128 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/80 {
  --tw-gradient-from: rgb(249 128 128 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/85 {
  --tw-gradient-from: rgb(249 128 128 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/90 {
  --tw-gradient-from: rgb(249 128 128 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/95 {
  --tw-gradient-from: rgb(249 128 128 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50 {
  --tw-gradient-from: #FDF2F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/0 {
  --tw-gradient-from: rgb(253 242 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/10 {
  --tw-gradient-from: rgb(253 242 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/100 {
  --tw-gradient-from: rgb(253 242 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/15 {
  --tw-gradient-from: rgb(253 242 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/20 {
  --tw-gradient-from: rgb(253 242 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/25 {
  --tw-gradient-from: rgb(253 242 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/30 {
  --tw-gradient-from: rgb(253 242 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/35 {
  --tw-gradient-from: rgb(253 242 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/40 {
  --tw-gradient-from: rgb(253 242 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/45 {
  --tw-gradient-from: rgb(253 242 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/5 {
  --tw-gradient-from: rgb(253 242 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/50 {
  --tw-gradient-from: rgb(253 242 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/55 {
  --tw-gradient-from: rgb(253 242 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/60 {
  --tw-gradient-from: rgb(253 242 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/65 {
  --tw-gradient-from: rgb(253 242 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/70 {
  --tw-gradient-from: rgb(253 242 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/75 {
  --tw-gradient-from: rgb(253 242 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/80 {
  --tw-gradient-from: rgb(253 242 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/85 {
  --tw-gradient-from: rgb(253 242 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/90 {
  --tw-gradient-from: rgb(253 242 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50\/95 {
  --tw-gradient-from: rgb(253 242 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #F05252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/0 {
  --tw-gradient-from: rgb(240 82 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/10 {
  --tw-gradient-from: rgb(240 82 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/100 {
  --tw-gradient-from: rgb(240 82 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/15 {
  --tw-gradient-from: rgb(240 82 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/20 {
  --tw-gradient-from: rgb(240 82 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/25 {
  --tw-gradient-from: rgb(240 82 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/30 {
  --tw-gradient-from: rgb(240 82 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/35 {
  --tw-gradient-from: rgb(240 82 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/40 {
  --tw-gradient-from: rgb(240 82 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/45 {
  --tw-gradient-from: rgb(240 82 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/5 {
  --tw-gradient-from: rgb(240 82 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/50 {
  --tw-gradient-from: rgb(240 82 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/55 {
  --tw-gradient-from: rgb(240 82 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/60 {
  --tw-gradient-from: rgb(240 82 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/65 {
  --tw-gradient-from: rgb(240 82 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/70 {
  --tw-gradient-from: rgb(240 82 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/75 {
  --tw-gradient-from: rgb(240 82 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/80 {
  --tw-gradient-from: rgb(240 82 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/85 {
  --tw-gradient-from: rgb(240 82 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/90 {
  --tw-gradient-from: rgb(240 82 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/95 {
  --tw-gradient-from: rgb(240 82 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600 {
  --tw-gradient-from: #E02424 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/0 {
  --tw-gradient-from: rgb(224 36 36 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/10 {
  --tw-gradient-from: rgb(224 36 36 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/100 {
  --tw-gradient-from: rgb(224 36 36 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/15 {
  --tw-gradient-from: rgb(224 36 36 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/20 {
  --tw-gradient-from: rgb(224 36 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/25 {
  --tw-gradient-from: rgb(224 36 36 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/30 {
  --tw-gradient-from: rgb(224 36 36 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/35 {
  --tw-gradient-from: rgb(224 36 36 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/40 {
  --tw-gradient-from: rgb(224 36 36 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/45 {
  --tw-gradient-from: rgb(224 36 36 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/5 {
  --tw-gradient-from: rgb(224 36 36 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/50 {
  --tw-gradient-from: rgb(224 36 36 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/55 {
  --tw-gradient-from: rgb(224 36 36 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/60 {
  --tw-gradient-from: rgb(224 36 36 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/65 {
  --tw-gradient-from: rgb(224 36 36 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/70 {
  --tw-gradient-from: rgb(224 36 36 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/75 {
  --tw-gradient-from: rgb(224 36 36 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/80 {
  --tw-gradient-from: rgb(224 36 36 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/85 {
  --tw-gradient-from: rgb(224 36 36 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/90 {
  --tw-gradient-from: rgb(224 36 36 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/95 {
  --tw-gradient-from: rgb(224 36 36 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700 {
  --tw-gradient-from: #C81E1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/0 {
  --tw-gradient-from: rgb(200 30 30 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/10 {
  --tw-gradient-from: rgb(200 30 30 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/100 {
  --tw-gradient-from: rgb(200 30 30 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/15 {
  --tw-gradient-from: rgb(200 30 30 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/20 {
  --tw-gradient-from: rgb(200 30 30 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/25 {
  --tw-gradient-from: rgb(200 30 30 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/30 {
  --tw-gradient-from: rgb(200 30 30 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/35 {
  --tw-gradient-from: rgb(200 30 30 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/40 {
  --tw-gradient-from: rgb(200 30 30 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/45 {
  --tw-gradient-from: rgb(200 30 30 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/5 {
  --tw-gradient-from: rgb(200 30 30 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/50 {
  --tw-gradient-from: rgb(200 30 30 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/55 {
  --tw-gradient-from: rgb(200 30 30 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/60 {
  --tw-gradient-from: rgb(200 30 30 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/65 {
  --tw-gradient-from: rgb(200 30 30 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/70 {
  --tw-gradient-from: rgb(200 30 30 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/75 {
  --tw-gradient-from: rgb(200 30 30 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/80 {
  --tw-gradient-from: rgb(200 30 30 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/85 {
  --tw-gradient-from: rgb(200 30 30 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/90 {
  --tw-gradient-from: rgb(200 30 30 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/95 {
  --tw-gradient-from: rgb(200 30 30 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800 {
  --tw-gradient-from: #9B1C1C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/0 {
  --tw-gradient-from: rgb(155 28 28 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/10 {
  --tw-gradient-from: rgb(155 28 28 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/100 {
  --tw-gradient-from: rgb(155 28 28 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/15 {
  --tw-gradient-from: rgb(155 28 28 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/20 {
  --tw-gradient-from: rgb(155 28 28 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/25 {
  --tw-gradient-from: rgb(155 28 28 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/30 {
  --tw-gradient-from: rgb(155 28 28 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/35 {
  --tw-gradient-from: rgb(155 28 28 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/40 {
  --tw-gradient-from: rgb(155 28 28 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/45 {
  --tw-gradient-from: rgb(155 28 28 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/5 {
  --tw-gradient-from: rgb(155 28 28 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/50 {
  --tw-gradient-from: rgb(155 28 28 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/55 {
  --tw-gradient-from: rgb(155 28 28 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/60 {
  --tw-gradient-from: rgb(155 28 28 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/65 {
  --tw-gradient-from: rgb(155 28 28 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/70 {
  --tw-gradient-from: rgb(155 28 28 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/75 {
  --tw-gradient-from: rgb(155 28 28 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/80 {
  --tw-gradient-from: rgb(155 28 28 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/85 {
  --tw-gradient-from: rgb(155 28 28 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/90 {
  --tw-gradient-from: rgb(155 28 28 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-800\/95 {
  --tw-gradient-from: rgb(155 28 28 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900 {
  --tw-gradient-from: #771D1D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/0 {
  --tw-gradient-from: rgb(119 29 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/10 {
  --tw-gradient-from: rgb(119 29 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/100 {
  --tw-gradient-from: rgb(119 29 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/15 {
  --tw-gradient-from: rgb(119 29 29 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/20 {
  --tw-gradient-from: rgb(119 29 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/25 {
  --tw-gradient-from: rgb(119 29 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/30 {
  --tw-gradient-from: rgb(119 29 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/35 {
  --tw-gradient-from: rgb(119 29 29 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/40 {
  --tw-gradient-from: rgb(119 29 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/45 {
  --tw-gradient-from: rgb(119 29 29 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/5 {
  --tw-gradient-from: rgb(119 29 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/50 {
  --tw-gradient-from: rgb(119 29 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/55 {
  --tw-gradient-from: rgb(119 29 29 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/60 {
  --tw-gradient-from: rgb(119 29 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/65 {
  --tw-gradient-from: rgb(119 29 29 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/70 {
  --tw-gradient-from: rgb(119 29 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/75 {
  --tw-gradient-from: rgb(119 29 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/80 {
  --tw-gradient-from: rgb(119 29 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/85 {
  --tw-gradient-from: rgb(119 29 29 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/90 {
  --tw-gradient-from: rgb(119 29 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/95 {
  --tw-gradient-from: rgb(119 29 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100 {
  --tw-gradient-from: #e3f0fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/0 {
  --tw-gradient-from: rgb(227 240 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/10 {
  --tw-gradient-from: rgb(227 240 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/100 {
  --tw-gradient-from: rgb(227 240 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/15 {
  --tw-gradient-from: rgb(227 240 253 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/20 {
  --tw-gradient-from: rgb(227 240 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/25 {
  --tw-gradient-from: rgb(227 240 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/30 {
  --tw-gradient-from: rgb(227 240 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/35 {
  --tw-gradient-from: rgb(227 240 253 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/40 {
  --tw-gradient-from: rgb(227 240 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/45 {
  --tw-gradient-from: rgb(227 240 253 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/5 {
  --tw-gradient-from: rgb(227 240 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/50 {
  --tw-gradient-from: rgb(227 240 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/55 {
  --tw-gradient-from: rgb(227 240 253 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/60 {
  --tw-gradient-from: rgb(227 240 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/65 {
  --tw-gradient-from: rgb(227 240 253 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/70 {
  --tw-gradient-from: rgb(227 240 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/75 {
  --tw-gradient-from: rgb(227 240 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/80 {
  --tw-gradient-from: rgb(227 240 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/85 {
  --tw-gradient-from: rgb(227 240 253 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/90 {
  --tw-gradient-from: rgb(227 240 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-100\/95 {
  --tw-gradient-from: rgb(227 240 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200 {
  --tw-gradient-from: #c6d9fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/0 {
  --tw-gradient-from: rgb(198 217 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/10 {
  --tw-gradient-from: rgb(198 217 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/100 {
  --tw-gradient-from: rgb(198 217 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/15 {
  --tw-gradient-from: rgb(198 217 250 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/20 {
  --tw-gradient-from: rgb(198 217 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/25 {
  --tw-gradient-from: rgb(198 217 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/30 {
  --tw-gradient-from: rgb(198 217 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/35 {
  --tw-gradient-from: rgb(198 217 250 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/40 {
  --tw-gradient-from: rgb(198 217 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/45 {
  --tw-gradient-from: rgb(198 217 250 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/5 {
  --tw-gradient-from: rgb(198 217 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/50 {
  --tw-gradient-from: rgb(198 217 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/55 {
  --tw-gradient-from: rgb(198 217 250 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/60 {
  --tw-gradient-from: rgb(198 217 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/65 {
  --tw-gradient-from: rgb(198 217 250 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/70 {
  --tw-gradient-from: rgb(198 217 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/75 {
  --tw-gradient-from: rgb(198 217 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/80 {
  --tw-gradient-from: rgb(198 217 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/85 {
  --tw-gradient-from: rgb(198 217 250 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/90 {
  --tw-gradient-from: rgb(198 217 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-200\/95 {
  --tw-gradient-from: rgb(198 217 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300 {
  --tw-gradient-from: #9db6f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/0 {
  --tw-gradient-from: rgb(157 182 243 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/10 {
  --tw-gradient-from: rgb(157 182 243 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/100 {
  --tw-gradient-from: rgb(157 182 243 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/15 {
  --tw-gradient-from: rgb(157 182 243 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/20 {
  --tw-gradient-from: rgb(157 182 243 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/25 {
  --tw-gradient-from: rgb(157 182 243 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/30 {
  --tw-gradient-from: rgb(157 182 243 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/35 {
  --tw-gradient-from: rgb(157 182 243 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/40 {
  --tw-gradient-from: rgb(157 182 243 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/45 {
  --tw-gradient-from: rgb(157 182 243 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/5 {
  --tw-gradient-from: rgb(157 182 243 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/50 {
  --tw-gradient-from: rgb(157 182 243 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/55 {
  --tw-gradient-from: rgb(157 182 243 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/60 {
  --tw-gradient-from: rgb(157 182 243 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/65 {
  --tw-gradient-from: rgb(157 182 243 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/70 {
  --tw-gradient-from: rgb(157 182 243 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/75 {
  --tw-gradient-from: rgb(157 182 243 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/80 {
  --tw-gradient-from: rgb(157 182 243 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/85 {
  --tw-gradient-from: rgb(157 182 243 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/90 {
  --tw-gradient-from: rgb(157 182 243 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-300\/95 {
  --tw-gradient-from: rgb(157 182 243 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400 {
  --tw-gradient-from: #798eea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/0 {
  --tw-gradient-from: rgb(121 142 234 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/10 {
  --tw-gradient-from: rgb(121 142 234 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/100 {
  --tw-gradient-from: rgb(121 142 234 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/15 {
  --tw-gradient-from: rgb(121 142 234 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/20 {
  --tw-gradient-from: rgb(121 142 234 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/25 {
  --tw-gradient-from: rgb(121 142 234 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/30 {
  --tw-gradient-from: rgb(121 142 234 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/35 {
  --tw-gradient-from: rgb(121 142 234 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/40 {
  --tw-gradient-from: rgb(121 142 234 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/45 {
  --tw-gradient-from: rgb(121 142 234 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/5 {
  --tw-gradient-from: rgb(121 142 234 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/50 {
  --tw-gradient-from: rgb(121 142 234 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/55 {
  --tw-gradient-from: rgb(121 142 234 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/60 {
  --tw-gradient-from: rgb(121 142 234 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/65 {
  --tw-gradient-from: rgb(121 142 234 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/70 {
  --tw-gradient-from: rgb(121 142 234 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/75 {
  --tw-gradient-from: rgb(121 142 234 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/80 {
  --tw-gradient-from: rgb(121 142 234 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/85 {
  --tw-gradient-from: rgb(121 142 234 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/90 {
  --tw-gradient-from: rgb(121 142 234 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-400\/95 {
  --tw-gradient-from: rgb(121 142 234 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50 {
  --tw-gradient-from: #f7f9fb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/0 {
  --tw-gradient-from: rgb(247 249 251 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/10 {
  --tw-gradient-from: rgb(247 249 251 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/100 {
  --tw-gradient-from: rgb(247 249 251 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/15 {
  --tw-gradient-from: rgb(247 249 251 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/20 {
  --tw-gradient-from: rgb(247 249 251 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/25 {
  --tw-gradient-from: rgb(247 249 251 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/30 {
  --tw-gradient-from: rgb(247 249 251 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/35 {
  --tw-gradient-from: rgb(247 249 251 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/40 {
  --tw-gradient-from: rgb(247 249 251 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/45 {
  --tw-gradient-from: rgb(247 249 251 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/5 {
  --tw-gradient-from: rgb(247 249 251 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/50 {
  --tw-gradient-from: rgb(247 249 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/55 {
  --tw-gradient-from: rgb(247 249 251 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/60 {
  --tw-gradient-from: rgb(247 249 251 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/65 {
  --tw-gradient-from: rgb(247 249 251 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/70 {
  --tw-gradient-from: rgb(247 249 251 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/75 {
  --tw-gradient-from: rgb(247 249 251 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/80 {
  --tw-gradient-from: rgb(247 249 251 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/85 {
  --tw-gradient-from: rgb(247 249 251 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/90 {
  --tw-gradient-from: rgb(247 249 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-50\/95 {
  --tw-gradient-from: rgb(247 249 251 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500 {
  --tw-gradient-from: #6169e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/0 {
  --tw-gradient-from: rgb(97 105 226 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/10 {
  --tw-gradient-from: rgb(97 105 226 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/100 {
  --tw-gradient-from: rgb(97 105 226 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/15 {
  --tw-gradient-from: rgb(97 105 226 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/20 {
  --tw-gradient-from: rgb(97 105 226 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/25 {
  --tw-gradient-from: rgb(97 105 226 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/30 {
  --tw-gradient-from: rgb(97 105 226 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/35 {
  --tw-gradient-from: rgb(97 105 226 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/40 {
  --tw-gradient-from: rgb(97 105 226 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/45 {
  --tw-gradient-from: rgb(97 105 226 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/5 {
  --tw-gradient-from: rgb(97 105 226 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/50 {
  --tw-gradient-from: rgb(97 105 226 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/55 {
  --tw-gradient-from: rgb(97 105 226 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/60 {
  --tw-gradient-from: rgb(97 105 226 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/65 {
  --tw-gradient-from: rgb(97 105 226 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/70 {
  --tw-gradient-from: rgb(97 105 226 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/75 {
  --tw-gradient-from: rgb(97 105 226 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/80 {
  --tw-gradient-from: rgb(97 105 226 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/85 {
  --tw-gradient-from: rgb(97 105 226 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/90 {
  --tw-gradient-from: rgb(97 105 226 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-500\/95 {
  --tw-gradient-from: rgb(97 105 226 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600 {
  --tw-gradient-from: #504dd4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/0 {
  --tw-gradient-from: rgb(80 77 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/10 {
  --tw-gradient-from: rgb(80 77 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/100 {
  --tw-gradient-from: rgb(80 77 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/15 {
  --tw-gradient-from: rgb(80 77 212 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/20 {
  --tw-gradient-from: rgb(80 77 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/25 {
  --tw-gradient-from: rgb(80 77 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/30 {
  --tw-gradient-from: rgb(80 77 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/35 {
  --tw-gradient-from: rgb(80 77 212 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/40 {
  --tw-gradient-from: rgb(80 77 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/45 {
  --tw-gradient-from: rgb(80 77 212 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/5 {
  --tw-gradient-from: rgb(80 77 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/50 {
  --tw-gradient-from: rgb(80 77 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/55 {
  --tw-gradient-from: rgb(80 77 212 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/60 {
  --tw-gradient-from: rgb(80 77 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/65 {
  --tw-gradient-from: rgb(80 77 212 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/70 {
  --tw-gradient-from: rgb(80 77 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/75 {
  --tw-gradient-from: rgb(80 77 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/80 {
  --tw-gradient-from: rgb(80 77 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/85 {
  --tw-gradient-from: rgb(80 77 212 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/90 {
  --tw-gradient-from: rgb(80 77 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-600\/95 {
  --tw-gradient-from: rgb(80 77 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700 {
  --tw-gradient-from: #3d39b4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/0 {
  --tw-gradient-from: rgb(61 57 180 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/10 {
  --tw-gradient-from: rgb(61 57 180 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/100 {
  --tw-gradient-from: rgb(61 57 180 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/15 {
  --tw-gradient-from: rgb(61 57 180 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/20 {
  --tw-gradient-from: rgb(61 57 180 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/25 {
  --tw-gradient-from: rgb(61 57 180 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/30 {
  --tw-gradient-from: rgb(61 57 180 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/35 {
  --tw-gradient-from: rgb(61 57 180 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/40 {
  --tw-gradient-from: rgb(61 57 180 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/45 {
  --tw-gradient-from: rgb(61 57 180 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/5 {
  --tw-gradient-from: rgb(61 57 180 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/50 {
  --tw-gradient-from: rgb(61 57 180 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/55 {
  --tw-gradient-from: rgb(61 57 180 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/60 {
  --tw-gradient-from: rgb(61 57 180 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/65 {
  --tw-gradient-from: rgb(61 57 180 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/70 {
  --tw-gradient-from: rgb(61 57 180 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/75 {
  --tw-gradient-from: rgb(61 57 180 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/80 {
  --tw-gradient-from: rgb(61 57 180 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/85 {
  --tw-gradient-from: rgb(61 57 180 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/90 {
  --tw-gradient-from: rgb(61 57 180 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-700\/95 {
  --tw-gradient-from: rgb(61 57 180 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800 {
  --tw-gradient-from: #2a2786 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/0 {
  --tw-gradient-from: rgb(42 39 134 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/10 {
  --tw-gradient-from: rgb(42 39 134 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/100 {
  --tw-gradient-from: rgb(42 39 134 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/15 {
  --tw-gradient-from: rgb(42 39 134 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/20 {
  --tw-gradient-from: rgb(42 39 134 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/25 {
  --tw-gradient-from: rgb(42 39 134 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/30 {
  --tw-gradient-from: rgb(42 39 134 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/35 {
  --tw-gradient-from: rgb(42 39 134 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/40 {
  --tw-gradient-from: rgb(42 39 134 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/45 {
  --tw-gradient-from: rgb(42 39 134 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/5 {
  --tw-gradient-from: rgb(42 39 134 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/50 {
  --tw-gradient-from: rgb(42 39 134 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/55 {
  --tw-gradient-from: rgb(42 39 134 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/60 {
  --tw-gradient-from: rgb(42 39 134 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/65 {
  --tw-gradient-from: rgb(42 39 134 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/70 {
  --tw-gradient-from: rgb(42 39 134 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/75 {
  --tw-gradient-from: rgb(42 39 134 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/80 {
  --tw-gradient-from: rgb(42 39 134 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/85 {
  --tw-gradient-from: rgb(42 39 134 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/90 {
  --tw-gradient-from: rgb(42 39 134 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-800\/95 {
  --tw-gradient-from: rgb(42 39 134 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900 {
  --tw-gradient-from: #171854 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/0 {
  --tw-gradient-from: rgb(23 24 84 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/10 {
  --tw-gradient-from: rgb(23 24 84 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/100 {
  --tw-gradient-from: rgb(23 24 84 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/15 {
  --tw-gradient-from: rgb(23 24 84 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/20 {
  --tw-gradient-from: rgb(23 24 84 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/25 {
  --tw-gradient-from: rgb(23 24 84 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/30 {
  --tw-gradient-from: rgb(23 24 84 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/35 {
  --tw-gradient-from: rgb(23 24 84 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/40 {
  --tw-gradient-from: rgb(23 24 84 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/45 {
  --tw-gradient-from: rgb(23 24 84 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/5 {
  --tw-gradient-from: rgb(23 24 84 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/50 {
  --tw-gradient-from: rgb(23 24 84 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/55 {
  --tw-gradient-from: rgb(23 24 84 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/60 {
  --tw-gradient-from: rgb(23 24 84 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/65 {
  --tw-gradient-from: rgb(23 24 84 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/70 {
  --tw-gradient-from: rgb(23 24 84 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/75 {
  --tw-gradient-from: rgb(23 24 84 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/80 {
  --tw-gradient-from: rgb(23 24 84 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/85 {
  --tw-gradient-from: rgb(23 24 84 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/90 {
  --tw-gradient-from: rgb(23 24 84 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-royalblue-900\/95 {
  --tw-gradient-from: rgb(23 24 84 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100 {
  --tw-gradient-from: #e8f0e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/0 {
  --tw-gradient-from: rgb(232 240 228 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/10 {
  --tw-gradient-from: rgb(232 240 228 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/100 {
  --tw-gradient-from: rgb(232 240 228 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/15 {
  --tw-gradient-from: rgb(232 240 228 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/20 {
  --tw-gradient-from: rgb(232 240 228 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/25 {
  --tw-gradient-from: rgb(232 240 228 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/30 {
  --tw-gradient-from: rgb(232 240 228 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/35 {
  --tw-gradient-from: rgb(232 240 228 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/40 {
  --tw-gradient-from: rgb(232 240 228 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/45 {
  --tw-gradient-from: rgb(232 240 228 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/5 {
  --tw-gradient-from: rgb(232 240 228 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/50 {
  --tw-gradient-from: rgb(232 240 228 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/55 {
  --tw-gradient-from: rgb(232 240 228 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/60 {
  --tw-gradient-from: rgb(232 240 228 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/65 {
  --tw-gradient-from: rgb(232 240 228 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/70 {
  --tw-gradient-from: rgb(232 240 228 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/75 {
  --tw-gradient-from: rgb(232 240 228 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/80 {
  --tw-gradient-from: rgb(232 240 228 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/85 {
  --tw-gradient-from: rgb(232 240 228 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/90 {
  --tw-gradient-from: rgb(232 240 228 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-100\/95 {
  --tw-gradient-from: rgb(232 240 228 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200 {
  --tw-gradient-from: #c9e4c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/0 {
  --tw-gradient-from: rgb(201 228 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/10 {
  --tw-gradient-from: rgb(201 228 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/100 {
  --tw-gradient-from: rgb(201 228 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/15 {
  --tw-gradient-from: rgb(201 228 195 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/20 {
  --tw-gradient-from: rgb(201 228 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/25 {
  --tw-gradient-from: rgb(201 228 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/30 {
  --tw-gradient-from: rgb(201 228 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/35 {
  --tw-gradient-from: rgb(201 228 195 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/40 {
  --tw-gradient-from: rgb(201 228 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/45 {
  --tw-gradient-from: rgb(201 228 195 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/5 {
  --tw-gradient-from: rgb(201 228 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/50 {
  --tw-gradient-from: rgb(201 228 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/55 {
  --tw-gradient-from: rgb(201 228 195 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/60 {
  --tw-gradient-from: rgb(201 228 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/65 {
  --tw-gradient-from: rgb(201 228 195 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/70 {
  --tw-gradient-from: rgb(201 228 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/75 {
  --tw-gradient-from: rgb(201 228 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/80 {
  --tw-gradient-from: rgb(201 228 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/85 {
  --tw-gradient-from: rgb(201 228 195 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/90 {
  --tw-gradient-from: rgb(201 228 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-200\/95 {
  --tw-gradient-from: rgb(201 228 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300 {
  --tw-gradient-from: #96c691 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/0 {
  --tw-gradient-from: rgb(150 198 145 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/10 {
  --tw-gradient-from: rgb(150 198 145 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/100 {
  --tw-gradient-from: rgb(150 198 145 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/15 {
  --tw-gradient-from: rgb(150 198 145 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/20 {
  --tw-gradient-from: rgb(150 198 145 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/25 {
  --tw-gradient-from: rgb(150 198 145 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/30 {
  --tw-gradient-from: rgb(150 198 145 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/35 {
  --tw-gradient-from: rgb(150 198 145 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/40 {
  --tw-gradient-from: rgb(150 198 145 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/45 {
  --tw-gradient-from: rgb(150 198 145 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/5 {
  --tw-gradient-from: rgb(150 198 145 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/50 {
  --tw-gradient-from: rgb(150 198 145 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/55 {
  --tw-gradient-from: rgb(150 198 145 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/60 {
  --tw-gradient-from: rgb(150 198 145 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/65 {
  --tw-gradient-from: rgb(150 198 145 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/70 {
  --tw-gradient-from: rgb(150 198 145 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/75 {
  --tw-gradient-from: rgb(150 198 145 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/80 {
  --tw-gradient-from: rgb(150 198 145 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/85 {
  --tw-gradient-from: rgb(150 198 145 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/90 {
  --tw-gradient-from: rgb(150 198 145 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-300\/95 {
  --tw-gradient-from: rgb(150 198 145 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400 {
  --tw-gradient-from: #52a460 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/0 {
  --tw-gradient-from: rgb(82 164 96 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/10 {
  --tw-gradient-from: rgb(82 164 96 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/100 {
  --tw-gradient-from: rgb(82 164 96 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/15 {
  --tw-gradient-from: rgb(82 164 96 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/20 {
  --tw-gradient-from: rgb(82 164 96 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/25 {
  --tw-gradient-from: rgb(82 164 96 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/30 {
  --tw-gradient-from: rgb(82 164 96 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/35 {
  --tw-gradient-from: rgb(82 164 96 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/40 {
  --tw-gradient-from: rgb(82 164 96 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/45 {
  --tw-gradient-from: rgb(82 164 96 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/5 {
  --tw-gradient-from: rgb(82 164 96 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/50 {
  --tw-gradient-from: rgb(82 164 96 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/55 {
  --tw-gradient-from: rgb(82 164 96 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/60 {
  --tw-gradient-from: rgb(82 164 96 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/65 {
  --tw-gradient-from: rgb(82 164 96 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/70 {
  --tw-gradient-from: rgb(82 164 96 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/75 {
  --tw-gradient-from: rgb(82 164 96 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/80 {
  --tw-gradient-from: rgb(82 164 96 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/85 {
  --tw-gradient-from: rgb(82 164 96 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/90 {
  --tw-gradient-from: rgb(82 164 96 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-400\/95 {
  --tw-gradient-from: rgb(82 164 96 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50 {
  --tw-gradient-from: #f5f7f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/0 {
  --tw-gradient-from: rgb(245 247 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/10 {
  --tw-gradient-from: rgb(245 247 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/100 {
  --tw-gradient-from: rgb(245 247 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/15 {
  --tw-gradient-from: rgb(245 247 244 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/20 {
  --tw-gradient-from: rgb(245 247 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/25 {
  --tw-gradient-from: rgb(245 247 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/30 {
  --tw-gradient-from: rgb(245 247 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/35 {
  --tw-gradient-from: rgb(245 247 244 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/40 {
  --tw-gradient-from: rgb(245 247 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/45 {
  --tw-gradient-from: rgb(245 247 244 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/5 {
  --tw-gradient-from: rgb(245 247 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/50 {
  --tw-gradient-from: rgb(245 247 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/55 {
  --tw-gradient-from: rgb(245 247 244 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/60 {
  --tw-gradient-from: rgb(245 247 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/65 {
  --tw-gradient-from: rgb(245 247 244 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/70 {
  --tw-gradient-from: rgb(245 247 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/75 {
  --tw-gradient-from: rgb(245 247 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/80 {
  --tw-gradient-from: rgb(245 247 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/85 {
  --tw-gradient-from: rgb(245 247 244 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/90 {
  --tw-gradient-from: rgb(245 247 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-50\/95 {
  --tw-gradient-from: rgb(245 247 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500 {
  --tw-gradient-from: #3a873b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/0 {
  --tw-gradient-from: rgb(58 135 59 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/10 {
  --tw-gradient-from: rgb(58 135 59 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/100 {
  --tw-gradient-from: rgb(58 135 59 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/15 {
  --tw-gradient-from: rgb(58 135 59 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/20 {
  --tw-gradient-from: rgb(58 135 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/25 {
  --tw-gradient-from: rgb(58 135 59 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/30 {
  --tw-gradient-from: rgb(58 135 59 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/35 {
  --tw-gradient-from: rgb(58 135 59 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/40 {
  --tw-gradient-from: rgb(58 135 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/45 {
  --tw-gradient-from: rgb(58 135 59 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/5 {
  --tw-gradient-from: rgb(58 135 59 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/50 {
  --tw-gradient-from: rgb(58 135 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/55 {
  --tw-gradient-from: rgb(58 135 59 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/60 {
  --tw-gradient-from: rgb(58 135 59 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/65 {
  --tw-gradient-from: rgb(58 135 59 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/70 {
  --tw-gradient-from: rgb(58 135 59 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/75 {
  --tw-gradient-from: rgb(58 135 59 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/80 {
  --tw-gradient-from: rgb(58 135 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/85 {
  --tw-gradient-from: rgb(58 135 59 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/90 {
  --tw-gradient-from: rgb(58 135 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-500\/95 {
  --tw-gradient-from: rgb(58 135 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600 {
  --tw-gradient-from: #2f6f29 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/0 {
  --tw-gradient-from: rgb(47 111 41 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/10 {
  --tw-gradient-from: rgb(47 111 41 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/100 {
  --tw-gradient-from: rgb(47 111 41 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/15 {
  --tw-gradient-from: rgb(47 111 41 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/20 {
  --tw-gradient-from: rgb(47 111 41 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/25 {
  --tw-gradient-from: rgb(47 111 41 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/30 {
  --tw-gradient-from: rgb(47 111 41 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/35 {
  --tw-gradient-from: rgb(47 111 41 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/40 {
  --tw-gradient-from: rgb(47 111 41 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/45 {
  --tw-gradient-from: rgb(47 111 41 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/5 {
  --tw-gradient-from: rgb(47 111 41 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/50 {
  --tw-gradient-from: rgb(47 111 41 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/55 {
  --tw-gradient-from: rgb(47 111 41 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/60 {
  --tw-gradient-from: rgb(47 111 41 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/65 {
  --tw-gradient-from: rgb(47 111 41 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/70 {
  --tw-gradient-from: rgb(47 111 41 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/75 {
  --tw-gradient-from: rgb(47 111 41 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/80 {
  --tw-gradient-from: rgb(47 111 41 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/85 {
  --tw-gradient-from: rgb(47 111 41 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/90 {
  --tw-gradient-from: rgb(47 111 41 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-600\/95 {
  --tw-gradient-from: rgb(47 111 41 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700 {
  --tw-gradient-from: #285422 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/0 {
  --tw-gradient-from: rgb(40 84 34 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/10 {
  --tw-gradient-from: rgb(40 84 34 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/100 {
  --tw-gradient-from: rgb(40 84 34 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/15 {
  --tw-gradient-from: rgb(40 84 34 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/20 {
  --tw-gradient-from: rgb(40 84 34 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/25 {
  --tw-gradient-from: rgb(40 84 34 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/30 {
  --tw-gradient-from: rgb(40 84 34 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/35 {
  --tw-gradient-from: rgb(40 84 34 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/40 {
  --tw-gradient-from: rgb(40 84 34 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/45 {
  --tw-gradient-from: rgb(40 84 34 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/5 {
  --tw-gradient-from: rgb(40 84 34 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/50 {
  --tw-gradient-from: rgb(40 84 34 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/55 {
  --tw-gradient-from: rgb(40 84 34 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/60 {
  --tw-gradient-from: rgb(40 84 34 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/65 {
  --tw-gradient-from: rgb(40 84 34 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/70 {
  --tw-gradient-from: rgb(40 84 34 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/75 {
  --tw-gradient-from: rgb(40 84 34 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/80 {
  --tw-gradient-from: rgb(40 84 34 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/85 {
  --tw-gradient-from: rgb(40 84 34 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/90 {
  --tw-gradient-from: rgb(40 84 34 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-700\/95 {
  --tw-gradient-from: rgb(40 84 34 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800 {
  --tw-gradient-from: #1c391b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/0 {
  --tw-gradient-from: rgb(28 57 27 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/10 {
  --tw-gradient-from: rgb(28 57 27 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/100 {
  --tw-gradient-from: rgb(28 57 27 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/15 {
  --tw-gradient-from: rgb(28 57 27 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/20 {
  --tw-gradient-from: rgb(28 57 27 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/25 {
  --tw-gradient-from: rgb(28 57 27 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/30 {
  --tw-gradient-from: rgb(28 57 27 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/35 {
  --tw-gradient-from: rgb(28 57 27 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/40 {
  --tw-gradient-from: rgb(28 57 27 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/45 {
  --tw-gradient-from: rgb(28 57 27 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/5 {
  --tw-gradient-from: rgb(28 57 27 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/50 {
  --tw-gradient-from: rgb(28 57 27 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/55 {
  --tw-gradient-from: rgb(28 57 27 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/60 {
  --tw-gradient-from: rgb(28 57 27 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/65 {
  --tw-gradient-from: rgb(28 57 27 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/70 {
  --tw-gradient-from: rgb(28 57 27 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/75 {
  --tw-gradient-from: rgb(28 57 27 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/80 {
  --tw-gradient-from: rgb(28 57 27 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/85 {
  --tw-gradient-from: rgb(28 57 27 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/90 {
  --tw-gradient-from: rgb(28 57 27 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-800\/95 {
  --tw-gradient-from: rgb(28 57 27 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900 {
  --tw-gradient-from: #132314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/0 {
  --tw-gradient-from: rgb(19 35 20 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/10 {
  --tw-gradient-from: rgb(19 35 20 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/100 {
  --tw-gradient-from: rgb(19 35 20 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/15 {
  --tw-gradient-from: rgb(19 35 20 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/20 {
  --tw-gradient-from: rgb(19 35 20 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/25 {
  --tw-gradient-from: rgb(19 35 20 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/30 {
  --tw-gradient-from: rgb(19 35 20 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/35 {
  --tw-gradient-from: rgb(19 35 20 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/40 {
  --tw-gradient-from: rgb(19 35 20 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/45 {
  --tw-gradient-from: rgb(19 35 20 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/5 {
  --tw-gradient-from: rgb(19 35 20 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/50 {
  --tw-gradient-from: rgb(19 35 20 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/55 {
  --tw-gradient-from: rgb(19 35 20 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/60 {
  --tw-gradient-from: rgb(19 35 20 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/65 {
  --tw-gradient-from: rgb(19 35 20 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/70 {
  --tw-gradient-from: rgb(19 35 20 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/75 {
  --tw-gradient-from: rgb(19 35 20 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/80 {
  --tw-gradient-from: rgb(19 35 20 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/85 {
  --tw-gradient-from: rgb(19 35 20 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/90 {
  --tw-gradient-from: rgb(19 35 20 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-seagreen-900\/95 {
  --tw-gradient-from: rgb(19 35 20 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100 {
  --tw-gradient-from: #d7f1f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/0 {
  --tw-gradient-from: rgb(215 241 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/10 {
  --tw-gradient-from: rgb(215 241 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/100 {
  --tw-gradient-from: rgb(215 241 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/15 {
  --tw-gradient-from: rgb(215 241 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/20 {
  --tw-gradient-from: rgb(215 241 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/25 {
  --tw-gradient-from: rgb(215 241 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/30 {
  --tw-gradient-from: rgb(215 241 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/35 {
  --tw-gradient-from: rgb(215 241 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/40 {
  --tw-gradient-from: rgb(215 241 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/45 {
  --tw-gradient-from: rgb(215 241 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/5 {
  --tw-gradient-from: rgb(215 241 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/50 {
  --tw-gradient-from: rgb(215 241 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/55 {
  --tw-gradient-from: rgb(215 241 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/60 {
  --tw-gradient-from: rgb(215 241 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/65 {
  --tw-gradient-from: rgb(215 241 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/70 {
  --tw-gradient-from: rgb(215 241 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/75 {
  --tw-gradient-from: rgb(215 241 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/80 {
  --tw-gradient-from: rgb(215 241 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/85 {
  --tw-gradient-from: rgb(215 241 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/90 {
  --tw-gradient-from: rgb(215 241 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-100\/95 {
  --tw-gradient-from: rgb(215 241 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200 {
  --tw-gradient-from: #a8e3f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/0 {
  --tw-gradient-from: rgb(168 227 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/10 {
  --tw-gradient-from: rgb(168 227 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/100 {
  --tw-gradient-from: rgb(168 227 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/15 {
  --tw-gradient-from: rgb(168 227 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/20 {
  --tw-gradient-from: rgb(168 227 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/25 {
  --tw-gradient-from: rgb(168 227 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/30 {
  --tw-gradient-from: rgb(168 227 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/35 {
  --tw-gradient-from: rgb(168 227 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/40 {
  --tw-gradient-from: rgb(168 227 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/45 {
  --tw-gradient-from: rgb(168 227 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/5 {
  --tw-gradient-from: rgb(168 227 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/50 {
  --tw-gradient-from: rgb(168 227 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/55 {
  --tw-gradient-from: rgb(168 227 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/60 {
  --tw-gradient-from: rgb(168 227 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/65 {
  --tw-gradient-from: rgb(168 227 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/70 {
  --tw-gradient-from: rgb(168 227 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/75 {
  --tw-gradient-from: rgb(168 227 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/80 {
  --tw-gradient-from: rgb(168 227 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/85 {
  --tw-gradient-from: rgb(168 227 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/90 {
  --tw-gradient-from: rgb(168 227 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-200\/95 {
  --tw-gradient-from: rgb(168 227 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300 {
  --tw-gradient-from: #72c5df var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/0 {
  --tw-gradient-from: rgb(114 197 223 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/10 {
  --tw-gradient-from: rgb(114 197 223 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/100 {
  --tw-gradient-from: rgb(114 197 223 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/15 {
  --tw-gradient-from: rgb(114 197 223 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/20 {
  --tw-gradient-from: rgb(114 197 223 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/25 {
  --tw-gradient-from: rgb(114 197 223 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/30 {
  --tw-gradient-from: rgb(114 197 223 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/35 {
  --tw-gradient-from: rgb(114 197 223 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/40 {
  --tw-gradient-from: rgb(114 197 223 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/45 {
  --tw-gradient-from: rgb(114 197 223 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/5 {
  --tw-gradient-from: rgb(114 197 223 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/50 {
  --tw-gradient-from: rgb(114 197 223 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/55 {
  --tw-gradient-from: rgb(114 197 223 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/60 {
  --tw-gradient-from: rgb(114 197 223 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/65 {
  --tw-gradient-from: rgb(114 197 223 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/70 {
  --tw-gradient-from: rgb(114 197 223 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/75 {
  --tw-gradient-from: rgb(114 197 223 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/80 {
  --tw-gradient-from: rgb(114 197 223 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/85 {
  --tw-gradient-from: rgb(114 197 223 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/90 {
  --tw-gradient-from: rgb(114 197 223 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-300\/95 {
  --tw-gradient-from: rgb(114 197 223 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400 {
  --tw-gradient-from: #3aa3c6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/0 {
  --tw-gradient-from: rgb(58 163 198 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/10 {
  --tw-gradient-from: rgb(58 163 198 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/100 {
  --tw-gradient-from: rgb(58 163 198 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/15 {
  --tw-gradient-from: rgb(58 163 198 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/20 {
  --tw-gradient-from: rgb(58 163 198 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/25 {
  --tw-gradient-from: rgb(58 163 198 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/30 {
  --tw-gradient-from: rgb(58 163 198 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/35 {
  --tw-gradient-from: rgb(58 163 198 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/40 {
  --tw-gradient-from: rgb(58 163 198 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/45 {
  --tw-gradient-from: rgb(58 163 198 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/5 {
  --tw-gradient-from: rgb(58 163 198 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/50 {
  --tw-gradient-from: rgb(58 163 198 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/55 {
  --tw-gradient-from: rgb(58 163 198 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/60 {
  --tw-gradient-from: rgb(58 163 198 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/65 {
  --tw-gradient-from: rgb(58 163 198 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/70 {
  --tw-gradient-from: rgb(58 163 198 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/75 {
  --tw-gradient-from: rgb(58 163 198 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/80 {
  --tw-gradient-from: rgb(58 163 198 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/85 {
  --tw-gradient-from: rgb(58 163 198 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/90 {
  --tw-gradient-from: rgb(58 163 198 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-400\/95 {
  --tw-gradient-from: rgb(58 163 198 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50 {
  --tw-gradient-from: #f2f8f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/0 {
  --tw-gradient-from: rgb(242 248 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/10 {
  --tw-gradient-from: rgb(242 248 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/100 {
  --tw-gradient-from: rgb(242 248 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/15 {
  --tw-gradient-from: rgb(242 248 248 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/20 {
  --tw-gradient-from: rgb(242 248 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/25 {
  --tw-gradient-from: rgb(242 248 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/30 {
  --tw-gradient-from: rgb(242 248 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/35 {
  --tw-gradient-from: rgb(242 248 248 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/40 {
  --tw-gradient-from: rgb(242 248 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/45 {
  --tw-gradient-from: rgb(242 248 248 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/5 {
  --tw-gradient-from: rgb(242 248 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/50 {
  --tw-gradient-from: rgb(242 248 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/55 {
  --tw-gradient-from: rgb(242 248 248 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/60 {
  --tw-gradient-from: rgb(242 248 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/65 {
  --tw-gradient-from: rgb(242 248 248 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/70 {
  --tw-gradient-from: rgb(242 248 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/75 {
  --tw-gradient-from: rgb(242 248 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/80 {
  --tw-gradient-from: rgb(242 248 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/85 {
  --tw-gradient-from: rgb(242 248 248 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/90 {
  --tw-gradient-from: rgb(242 248 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-50\/95 {
  --tw-gradient-from: rgb(242 248 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500 {
  --tw-gradient-from: #027db6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/0 {
  --tw-gradient-from: rgb(2 125 182 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/10 {
  --tw-gradient-from: rgb(2 125 182 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/100 {
  --tw-gradient-from: rgb(2 125 182 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/15 {
  --tw-gradient-from: rgb(2 125 182 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/20 {
  --tw-gradient-from: rgb(2 125 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/25 {
  --tw-gradient-from: rgb(2 125 182 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/30 {
  --tw-gradient-from: rgb(2 125 182 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/35 {
  --tw-gradient-from: rgb(2 125 182 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/40 {
  --tw-gradient-from: rgb(2 125 182 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/45 {
  --tw-gradient-from: rgb(2 125 182 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/5 {
  --tw-gradient-from: rgb(2 125 182 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/50 {
  --tw-gradient-from: rgb(2 125 182 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/55 {
  --tw-gradient-from: rgb(2 125 182 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/60 {
  --tw-gradient-from: rgb(2 125 182 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/65 {
  --tw-gradient-from: rgb(2 125 182 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/70 {
  --tw-gradient-from: rgb(2 125 182 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/75 {
  --tw-gradient-from: rgb(2 125 182 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/80 {
  --tw-gradient-from: rgb(2 125 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/85 {
  --tw-gradient-from: rgb(2 125 182 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/90 {
  --tw-gradient-from: rgb(2 125 182 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-500\/95 {
  --tw-gradient-from: rgb(2 125 182 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600 {
  --tw-gradient-from: #246a92 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/0 {
  --tw-gradient-from: rgb(36 106 146 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/10 {
  --tw-gradient-from: rgb(36 106 146 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/100 {
  --tw-gradient-from: rgb(36 106 146 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/15 {
  --tw-gradient-from: rgb(36 106 146 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/20 {
  --tw-gradient-from: rgb(36 106 146 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/25 {
  --tw-gradient-from: rgb(36 106 146 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/30 {
  --tw-gradient-from: rgb(36 106 146 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/35 {
  --tw-gradient-from: rgb(36 106 146 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/40 {
  --tw-gradient-from: rgb(36 106 146 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/45 {
  --tw-gradient-from: rgb(36 106 146 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/5 {
  --tw-gradient-from: rgb(36 106 146 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/50 {
  --tw-gradient-from: rgb(36 106 146 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/55 {
  --tw-gradient-from: rgb(36 106 146 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/60 {
  --tw-gradient-from: rgb(36 106 146 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/65 {
  --tw-gradient-from: rgb(36 106 146 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/70 {
  --tw-gradient-from: rgb(36 106 146 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/75 {
  --tw-gradient-from: rgb(36 106 146 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/80 {
  --tw-gradient-from: rgb(36 106 146 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/85 {
  --tw-gradient-from: rgb(36 106 146 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/90 {
  --tw-gradient-from: rgb(36 106 146 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-600\/95 {
  --tw-gradient-from: rgb(36 106 146 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700 {
  --tw-gradient-from: #1f5072 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/0 {
  --tw-gradient-from: rgb(31 80 114 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/10 {
  --tw-gradient-from: rgb(31 80 114 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/100 {
  --tw-gradient-from: rgb(31 80 114 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/15 {
  --tw-gradient-from: rgb(31 80 114 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/20 {
  --tw-gradient-from: rgb(31 80 114 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/25 {
  --tw-gradient-from: rgb(31 80 114 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/30 {
  --tw-gradient-from: rgb(31 80 114 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/35 {
  --tw-gradient-from: rgb(31 80 114 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/40 {
  --tw-gradient-from: rgb(31 80 114 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/45 {
  --tw-gradient-from: rgb(31 80 114 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/5 {
  --tw-gradient-from: rgb(31 80 114 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/50 {
  --tw-gradient-from: rgb(31 80 114 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/55 {
  --tw-gradient-from: rgb(31 80 114 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/60 {
  --tw-gradient-from: rgb(31 80 114 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/65 {
  --tw-gradient-from: rgb(31 80 114 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/70 {
  --tw-gradient-from: rgb(31 80 114 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/75 {
  --tw-gradient-from: rgb(31 80 114 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/80 {
  --tw-gradient-from: rgb(31 80 114 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/85 {
  --tw-gradient-from: rgb(31 80 114 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/90 {
  --tw-gradient-from: rgb(31 80 114 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-700\/95 {
  --tw-gradient-from: rgb(31 80 114 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800 {
  --tw-gradient-from: #173652 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/0 {
  --tw-gradient-from: rgb(23 54 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/10 {
  --tw-gradient-from: rgb(23 54 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/100 {
  --tw-gradient-from: rgb(23 54 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/15 {
  --tw-gradient-from: rgb(23 54 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/20 {
  --tw-gradient-from: rgb(23 54 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/25 {
  --tw-gradient-from: rgb(23 54 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/30 {
  --tw-gradient-from: rgb(23 54 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/35 {
  --tw-gradient-from: rgb(23 54 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/40 {
  --tw-gradient-from: rgb(23 54 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/45 {
  --tw-gradient-from: rgb(23 54 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/5 {
  --tw-gradient-from: rgb(23 54 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/50 {
  --tw-gradient-from: rgb(23 54 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/55 {
  --tw-gradient-from: rgb(23 54 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/60 {
  --tw-gradient-from: rgb(23 54 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/65 {
  --tw-gradient-from: rgb(23 54 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/70 {
  --tw-gradient-from: rgb(23 54 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/75 {
  --tw-gradient-from: rgb(23 54 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/80 {
  --tw-gradient-from: rgb(23 54 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/85 {
  --tw-gradient-from: rgb(23 54 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/90 {
  --tw-gradient-from: rgb(23 54 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-800\/95 {
  --tw-gradient-from: rgb(23 54 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900 {
  --tw-gradient-from: #0e2137 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/0 {
  --tw-gradient-from: rgb(14 33 55 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/10 {
  --tw-gradient-from: rgb(14 33 55 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/100 {
  --tw-gradient-from: rgb(14 33 55 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/15 {
  --tw-gradient-from: rgb(14 33 55 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/20 {
  --tw-gradient-from: rgb(14 33 55 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/25 {
  --tw-gradient-from: rgb(14 33 55 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/30 {
  --tw-gradient-from: rgb(14 33 55 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/35 {
  --tw-gradient-from: rgb(14 33 55 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/40 {
  --tw-gradient-from: rgb(14 33 55 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/45 {
  --tw-gradient-from: rgb(14 33 55 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/5 {
  --tw-gradient-from: rgb(14 33 55 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/50 {
  --tw-gradient-from: rgb(14 33 55 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/55 {
  --tw-gradient-from: rgb(14 33 55 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/60 {
  --tw-gradient-from: rgb(14 33 55 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/65 {
  --tw-gradient-from: rgb(14 33 55 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/70 {
  --tw-gradient-from: rgb(14 33 55 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/75 {
  --tw-gradient-from: rgb(14 33 55 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/80 {
  --tw-gradient-from: rgb(14 33 55 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/85 {
  --tw-gradient-from: rgb(14 33 55 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/90 {
  --tw-gradient-from: rgb(14 33 55 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-steel-900\/95 {
  --tw-gradient-from: rgb(14 33 55 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100 {
  --tw-gradient-from: #fbf0e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/0 {
  --tw-gradient-from: rgb(251 240 226 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/10 {
  --tw-gradient-from: rgb(251 240 226 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/100 {
  --tw-gradient-from: rgb(251 240 226 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/15 {
  --tw-gradient-from: rgb(251 240 226 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/20 {
  --tw-gradient-from: rgb(251 240 226 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/25 {
  --tw-gradient-from: rgb(251 240 226 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/30 {
  --tw-gradient-from: rgb(251 240 226 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/35 {
  --tw-gradient-from: rgb(251 240 226 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/40 {
  --tw-gradient-from: rgb(251 240 226 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/45 {
  --tw-gradient-from: rgb(251 240 226 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/5 {
  --tw-gradient-from: rgb(251 240 226 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/50 {
  --tw-gradient-from: rgb(251 240 226 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/55 {
  --tw-gradient-from: rgb(251 240 226 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/60 {
  --tw-gradient-from: rgb(251 240 226 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/65 {
  --tw-gradient-from: rgb(251 240 226 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/70 {
  --tw-gradient-from: rgb(251 240 226 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/75 {
  --tw-gradient-from: rgb(251 240 226 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/80 {
  --tw-gradient-from: rgb(251 240 226 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/85 {
  --tw-gradient-from: rgb(251 240 226 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/90 {
  --tw-gradient-from: rgb(251 240 226 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-100\/95 {
  --tw-gradient-from: rgb(251 240 226 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200 {
  --tw-gradient-from: #f6d4c2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/0 {
  --tw-gradient-from: rgb(246 212 194 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/10 {
  --tw-gradient-from: rgb(246 212 194 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/100 {
  --tw-gradient-from: rgb(246 212 194 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/15 {
  --tw-gradient-from: rgb(246 212 194 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/20 {
  --tw-gradient-from: rgb(246 212 194 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/25 {
  --tw-gradient-from: rgb(246 212 194 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/30 {
  --tw-gradient-from: rgb(246 212 194 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/35 {
  --tw-gradient-from: rgb(246 212 194 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/40 {
  --tw-gradient-from: rgb(246 212 194 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/45 {
  --tw-gradient-from: rgb(246 212 194 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/5 {
  --tw-gradient-from: rgb(246 212 194 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/50 {
  --tw-gradient-from: rgb(246 212 194 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/55 {
  --tw-gradient-from: rgb(246 212 194 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/60 {
  --tw-gradient-from: rgb(246 212 194 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/65 {
  --tw-gradient-from: rgb(246 212 194 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/70 {
  --tw-gradient-from: rgb(246 212 194 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/75 {
  --tw-gradient-from: rgb(246 212 194 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/80 {
  --tw-gradient-from: rgb(246 212 194 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/85 {
  --tw-gradient-from: rgb(246 212 194 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/90 {
  --tw-gradient-from: rgb(246 212 194 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-200\/95 {
  --tw-gradient-from: rgb(246 212 194 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300 {
  --tw-gradient-from: #eaaa92 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/0 {
  --tw-gradient-from: rgb(234 170 146 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/10 {
  --tw-gradient-from: rgb(234 170 146 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/100 {
  --tw-gradient-from: rgb(234 170 146 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/15 {
  --tw-gradient-from: rgb(234 170 146 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/20 {
  --tw-gradient-from: rgb(234 170 146 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/25 {
  --tw-gradient-from: rgb(234 170 146 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/30 {
  --tw-gradient-from: rgb(234 170 146 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/35 {
  --tw-gradient-from: rgb(234 170 146 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/40 {
  --tw-gradient-from: rgb(234 170 146 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/45 {
  --tw-gradient-from: rgb(234 170 146 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/5 {
  --tw-gradient-from: rgb(234 170 146 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/50 {
  --tw-gradient-from: rgb(234 170 146 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/55 {
  --tw-gradient-from: rgb(234 170 146 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/60 {
  --tw-gradient-from: rgb(234 170 146 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/65 {
  --tw-gradient-from: rgb(234 170 146 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/70 {
  --tw-gradient-from: rgb(234 170 146 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/75 {
  --tw-gradient-from: rgb(234 170 146 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/80 {
  --tw-gradient-from: rgb(234 170 146 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/85 {
  --tw-gradient-from: rgb(234 170 146 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/90 {
  --tw-gradient-from: rgb(234 170 146 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-300\/95 {
  --tw-gradient-from: rgb(234 170 146 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400 {
  --tw-gradient-from: #e17b63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/0 {
  --tw-gradient-from: rgb(225 123 99 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/10 {
  --tw-gradient-from: rgb(225 123 99 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/100 {
  --tw-gradient-from: rgb(225 123 99 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/15 {
  --tw-gradient-from: rgb(225 123 99 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/20 {
  --tw-gradient-from: rgb(225 123 99 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/25 {
  --tw-gradient-from: rgb(225 123 99 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/30 {
  --tw-gradient-from: rgb(225 123 99 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/35 {
  --tw-gradient-from: rgb(225 123 99 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/40 {
  --tw-gradient-from: rgb(225 123 99 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/45 {
  --tw-gradient-from: rgb(225 123 99 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/5 {
  --tw-gradient-from: rgb(225 123 99 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/50 {
  --tw-gradient-from: rgb(225 123 99 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/55 {
  --tw-gradient-from: rgb(225 123 99 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/60 {
  --tw-gradient-from: rgb(225 123 99 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/65 {
  --tw-gradient-from: rgb(225 123 99 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/70 {
  --tw-gradient-from: rgb(225 123 99 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/75 {
  --tw-gradient-from: rgb(225 123 99 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/80 {
  --tw-gradient-from: rgb(225 123 99 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/85 {
  --tw-gradient-from: rgb(225 123 99 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/90 {
  --tw-gradient-from: rgb(225 123 99 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-400\/95 {
  --tw-gradient-from: rgb(225 123 99 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50 {
  --tw-gradient-from: #fcfbf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/0 {
  --tw-gradient-from: rgb(252 251 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/10 {
  --tw-gradient-from: rgb(252 251 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/100 {
  --tw-gradient-from: rgb(252 251 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/15 {
  --tw-gradient-from: rgb(252 251 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/20 {
  --tw-gradient-from: rgb(252 251 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/25 {
  --tw-gradient-from: rgb(252 251 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/30 {
  --tw-gradient-from: rgb(252 251 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/35 {
  --tw-gradient-from: rgb(252 251 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/40 {
  --tw-gradient-from: rgb(252 251 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/45 {
  --tw-gradient-from: rgb(252 251 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/5 {
  --tw-gradient-from: rgb(252 251 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/50 {
  --tw-gradient-from: rgb(252 251 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/55 {
  --tw-gradient-from: rgb(252 251 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/60 {
  --tw-gradient-from: rgb(252 251 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/65 {
  --tw-gradient-from: rgb(252 251 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/70 {
  --tw-gradient-from: rgb(252 251 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/75 {
  --tw-gradient-from: rgb(252 251 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/80 {
  --tw-gradient-from: rgb(252 251 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/85 {
  --tw-gradient-from: rgb(252 251 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/90 {
  --tw-gradient-from: rgb(252 251 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-50\/95 {
  --tw-gradient-from: rgb(252 251 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500 {
  --tw-gradient-from: #cf5841 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/0 {
  --tw-gradient-from: rgb(207 88 65 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/10 {
  --tw-gradient-from: rgb(207 88 65 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/100 {
  --tw-gradient-from: rgb(207 88 65 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/15 {
  --tw-gradient-from: rgb(207 88 65 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/20 {
  --tw-gradient-from: rgb(207 88 65 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/25 {
  --tw-gradient-from: rgb(207 88 65 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/30 {
  --tw-gradient-from: rgb(207 88 65 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/35 {
  --tw-gradient-from: rgb(207 88 65 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/40 {
  --tw-gradient-from: rgb(207 88 65 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/45 {
  --tw-gradient-from: rgb(207 88 65 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/5 {
  --tw-gradient-from: rgb(207 88 65 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/50 {
  --tw-gradient-from: rgb(207 88 65 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/55 {
  --tw-gradient-from: rgb(207 88 65 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/60 {
  --tw-gradient-from: rgb(207 88 65 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/65 {
  --tw-gradient-from: rgb(207 88 65 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/70 {
  --tw-gradient-from: rgb(207 88 65 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/75 {
  --tw-gradient-from: rgb(207 88 65 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/80 {
  --tw-gradient-from: rgb(207 88 65 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/85 {
  --tw-gradient-from: rgb(207 88 65 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/90 {
  --tw-gradient-from: rgb(207 88 65 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-500\/95 {
  --tw-gradient-from: rgb(207 88 65 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600 {
  --tw-gradient-from: #b43d2b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/0 {
  --tw-gradient-from: rgb(180 61 43 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/10 {
  --tw-gradient-from: rgb(180 61 43 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/100 {
  --tw-gradient-from: rgb(180 61 43 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/15 {
  --tw-gradient-from: rgb(180 61 43 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/20 {
  --tw-gradient-from: rgb(180 61 43 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/25 {
  --tw-gradient-from: rgb(180 61 43 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/30 {
  --tw-gradient-from: rgb(180 61 43 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/35 {
  --tw-gradient-from: rgb(180 61 43 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/40 {
  --tw-gradient-from: rgb(180 61 43 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/45 {
  --tw-gradient-from: rgb(180 61 43 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/5 {
  --tw-gradient-from: rgb(180 61 43 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/50 {
  --tw-gradient-from: rgb(180 61 43 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/55 {
  --tw-gradient-from: rgb(180 61 43 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/60 {
  --tw-gradient-from: rgb(180 61 43 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/65 {
  --tw-gradient-from: rgb(180 61 43 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/70 {
  --tw-gradient-from: rgb(180 61 43 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/75 {
  --tw-gradient-from: rgb(180 61 43 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/80 {
  --tw-gradient-from: rgb(180 61 43 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/85 {
  --tw-gradient-from: rgb(180 61 43 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/90 {
  --tw-gradient-from: rgb(180 61 43 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-600\/95 {
  --tw-gradient-from: rgb(180 61 43 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700 {
  --tw-gradient-from: #8c2e21 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/0 {
  --tw-gradient-from: rgb(140 46 33 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/10 {
  --tw-gradient-from: rgb(140 46 33 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/100 {
  --tw-gradient-from: rgb(140 46 33 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/15 {
  --tw-gradient-from: rgb(140 46 33 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/20 {
  --tw-gradient-from: rgb(140 46 33 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/25 {
  --tw-gradient-from: rgb(140 46 33 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/30 {
  --tw-gradient-from: rgb(140 46 33 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/35 {
  --tw-gradient-from: rgb(140 46 33 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/40 {
  --tw-gradient-from: rgb(140 46 33 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/45 {
  --tw-gradient-from: rgb(140 46 33 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/5 {
  --tw-gradient-from: rgb(140 46 33 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/50 {
  --tw-gradient-from: rgb(140 46 33 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/55 {
  --tw-gradient-from: rgb(140 46 33 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/60 {
  --tw-gradient-from: rgb(140 46 33 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/65 {
  --tw-gradient-from: rgb(140 46 33 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/70 {
  --tw-gradient-from: rgb(140 46 33 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/75 {
  --tw-gradient-from: rgb(140 46 33 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/80 {
  --tw-gradient-from: rgb(140 46 33 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/85 {
  --tw-gradient-from: rgb(140 46 33 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/90 {
  --tw-gradient-from: rgb(140 46 33 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-700\/95 {
  --tw-gradient-from: rgb(140 46 33 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800 {
  --tw-gradient-from: #622017 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/0 {
  --tw-gradient-from: rgb(98 32 23 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/10 {
  --tw-gradient-from: rgb(98 32 23 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/100 {
  --tw-gradient-from: rgb(98 32 23 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/15 {
  --tw-gradient-from: rgb(98 32 23 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/20 {
  --tw-gradient-from: rgb(98 32 23 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/25 {
  --tw-gradient-from: rgb(98 32 23 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/30 {
  --tw-gradient-from: rgb(98 32 23 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/35 {
  --tw-gradient-from: rgb(98 32 23 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/40 {
  --tw-gradient-from: rgb(98 32 23 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/45 {
  --tw-gradient-from: rgb(98 32 23 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/5 {
  --tw-gradient-from: rgb(98 32 23 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/50 {
  --tw-gradient-from: rgb(98 32 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/55 {
  --tw-gradient-from: rgb(98 32 23 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/60 {
  --tw-gradient-from: rgb(98 32 23 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/65 {
  --tw-gradient-from: rgb(98 32 23 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/70 {
  --tw-gradient-from: rgb(98 32 23 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/75 {
  --tw-gradient-from: rgb(98 32 23 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/80 {
  --tw-gradient-from: rgb(98 32 23 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/85 {
  --tw-gradient-from: rgb(98 32 23 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/90 {
  --tw-gradient-from: rgb(98 32 23 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-800\/95 {
  --tw-gradient-from: rgb(98 32 23 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900 {
  --tw-gradient-from: #3d140e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/0 {
  --tw-gradient-from: rgb(61 20 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/10 {
  --tw-gradient-from: rgb(61 20 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/100 {
  --tw-gradient-from: rgb(61 20 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/15 {
  --tw-gradient-from: rgb(61 20 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/20 {
  --tw-gradient-from: rgb(61 20 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/25 {
  --tw-gradient-from: rgb(61 20 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/30 {
  --tw-gradient-from: rgb(61 20 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/35 {
  --tw-gradient-from: rgb(61 20 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/40 {
  --tw-gradient-from: rgb(61 20 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/45 {
  --tw-gradient-from: rgb(61 20 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/5 {
  --tw-gradient-from: rgb(61 20 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/50 {
  --tw-gradient-from: rgb(61 20 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/55 {
  --tw-gradient-from: rgb(61 20 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/60 {
  --tw-gradient-from: rgb(61 20 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/65 {
  --tw-gradient-from: rgb(61 20 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/70 {
  --tw-gradient-from: rgb(61 20 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/75 {
  --tw-gradient-from: rgb(61 20 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/80 {
  --tw-gradient-from: rgb(61 20 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/85 {
  --tw-gradient-from: rgb(61 20 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/90 {
  --tw-gradient-from: rgb(61 20 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sunset-900\/95 {
  --tw-gradient-from: rgb(61 20 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-400 {
  --tw-gradient-from: #16BDCA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 189 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100 {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 243 199 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 243 199 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 243 199 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 243 199 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 243 199 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 243 199 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 243 199 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 243 199 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 243 199 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 243 199 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 243 199 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 243 199 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 243 199 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 243 199 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 243 199 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 243 199 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 243 199 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 243 199 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 243 199 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 243 199 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 243 199 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200 {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/0 {
  --tw-gradient-from: rgb(253 230 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/10 {
  --tw-gradient-from: rgb(253 230 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/100 {
  --tw-gradient-from: rgb(253 230 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/15 {
  --tw-gradient-from: rgb(253 230 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/20 {
  --tw-gradient-from: rgb(253 230 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/25 {
  --tw-gradient-from: rgb(253 230 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/30 {
  --tw-gradient-from: rgb(253 230 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/35 {
  --tw-gradient-from: rgb(253 230 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/40 {
  --tw-gradient-from: rgb(253 230 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/45 {
  --tw-gradient-from: rgb(253 230 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/5 {
  --tw-gradient-from: rgb(253 230 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/50 {
  --tw-gradient-from: rgb(253 230 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/55 {
  --tw-gradient-from: rgb(253 230 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/60 {
  --tw-gradient-from: rgb(253 230 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/65 {
  --tw-gradient-from: rgb(253 230 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/70 {
  --tw-gradient-from: rgb(253 230 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/75 {
  --tw-gradient-from: rgb(253 230 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/80 {
  --tw-gradient-from: rgb(253 230 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/85 {
  --tw-gradient-from: rgb(253 230 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/90 {
  --tw-gradient-from: rgb(253 230 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/95 {
  --tw-gradient-from: rgb(253 230 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300 {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/0 {
  --tw-gradient-from: rgb(252 211 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/10 {
  --tw-gradient-from: rgb(252 211 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/100 {
  --tw-gradient-from: rgb(252 211 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/15 {
  --tw-gradient-from: rgb(252 211 77 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/20 {
  --tw-gradient-from: rgb(252 211 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/25 {
  --tw-gradient-from: rgb(252 211 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/30 {
  --tw-gradient-from: rgb(252 211 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/35 {
  --tw-gradient-from: rgb(252 211 77 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/40 {
  --tw-gradient-from: rgb(252 211 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/45 {
  --tw-gradient-from: rgb(252 211 77 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/5 {
  --tw-gradient-from: rgb(252 211 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/50 {
  --tw-gradient-from: rgb(252 211 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/55 {
  --tw-gradient-from: rgb(252 211 77 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/60 {
  --tw-gradient-from: rgb(252 211 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/65 {
  --tw-gradient-from: rgb(252 211 77 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/70 {
  --tw-gradient-from: rgb(252 211 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/75 {
  --tw-gradient-from: rgb(252 211 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/80 {
  --tw-gradient-from: rgb(252 211 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/85 {
  --tw-gradient-from: rgb(252 211 77 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/90 {
  --tw-gradient-from: rgb(252 211 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/95 {
  --tw-gradient-from: rgb(252 211 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/0 {
  --tw-gradient-from: rgb(251 191 36 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/10 {
  --tw-gradient-from: rgb(251 191 36 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/100 {
  --tw-gradient-from: rgb(251 191 36 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/15 {
  --tw-gradient-from: rgb(251 191 36 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/20 {
  --tw-gradient-from: rgb(251 191 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/25 {
  --tw-gradient-from: rgb(251 191 36 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/30 {
  --tw-gradient-from: rgb(251 191 36 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/35 {
  --tw-gradient-from: rgb(251 191 36 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/40 {
  --tw-gradient-from: rgb(251 191 36 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/45 {
  --tw-gradient-from: rgb(251 191 36 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/5 {
  --tw-gradient-from: rgb(251 191 36 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/50 {
  --tw-gradient-from: rgb(251 191 36 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/55 {
  --tw-gradient-from: rgb(251 191 36 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/60 {
  --tw-gradient-from: rgb(251 191 36 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/65 {
  --tw-gradient-from: rgb(251 191 36 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/70 {
  --tw-gradient-from: rgb(251 191 36 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/75 {
  --tw-gradient-from: rgb(251 191 36 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/80 {
  --tw-gradient-from: rgb(251 191 36 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/85 {
  --tw-gradient-from: rgb(251 191 36 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/90 {
  --tw-gradient-from: rgb(251 191 36 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/95 {
  --tw-gradient-from: rgb(251 191 36 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/0 {
  --tw-gradient-from: rgb(255 251 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/10 {
  --tw-gradient-from: rgb(255 251 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/100 {
  --tw-gradient-from: rgb(255 251 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/15 {
  --tw-gradient-from: rgb(255 251 235 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/20 {
  --tw-gradient-from: rgb(255 251 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/25 {
  --tw-gradient-from: rgb(255 251 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/30 {
  --tw-gradient-from: rgb(255 251 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/35 {
  --tw-gradient-from: rgb(255 251 235 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/40 {
  --tw-gradient-from: rgb(255 251 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/45 {
  --tw-gradient-from: rgb(255 251 235 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/5 {
  --tw-gradient-from: rgb(255 251 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/50 {
  --tw-gradient-from: rgb(255 251 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/55 {
  --tw-gradient-from: rgb(255 251 235 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/60 {
  --tw-gradient-from: rgb(255 251 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/65 {
  --tw-gradient-from: rgb(255 251 235 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/70 {
  --tw-gradient-from: rgb(255 251 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/75 {
  --tw-gradient-from: rgb(255 251 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/80 {
  --tw-gradient-from: rgb(255 251 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/85 {
  --tw-gradient-from: rgb(255 251 235 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/90 {
  --tw-gradient-from: rgb(255 251 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/95 {
  --tw-gradient-from: rgb(255 251 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/0 {
  --tw-gradient-from: rgb(245 158 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/10 {
  --tw-gradient-from: rgb(245 158 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/100 {
  --tw-gradient-from: rgb(245 158 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/15 {
  --tw-gradient-from: rgb(245 158 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/20 {
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/25 {
  --tw-gradient-from: rgb(245 158 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/30 {
  --tw-gradient-from: rgb(245 158 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/35 {
  --tw-gradient-from: rgb(245 158 11 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/40 {
  --tw-gradient-from: rgb(245 158 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/45 {
  --tw-gradient-from: rgb(245 158 11 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/5 {
  --tw-gradient-from: rgb(245 158 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/50 {
  --tw-gradient-from: rgb(245 158 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/55 {
  --tw-gradient-from: rgb(245 158 11 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/60 {
  --tw-gradient-from: rgb(245 158 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/65 {
  --tw-gradient-from: rgb(245 158 11 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/70 {
  --tw-gradient-from: rgb(245 158 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/75 {
  --tw-gradient-from: rgb(245 158 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/80 {
  --tw-gradient-from: rgb(245 158 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/85 {
  --tw-gradient-from: rgb(245 158 11 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/90 {
  --tw-gradient-from: rgb(245 158 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/95 {
  --tw-gradient-from: rgb(245 158 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600 {
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/0 {
  --tw-gradient-from: rgb(217 119 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/10 {
  --tw-gradient-from: rgb(217 119 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/100 {
  --tw-gradient-from: rgb(217 119 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/15 {
  --tw-gradient-from: rgb(217 119 6 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/20 {
  --tw-gradient-from: rgb(217 119 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/25 {
  --tw-gradient-from: rgb(217 119 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/30 {
  --tw-gradient-from: rgb(217 119 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/35 {
  --tw-gradient-from: rgb(217 119 6 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/40 {
  --tw-gradient-from: rgb(217 119 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/45 {
  --tw-gradient-from: rgb(217 119 6 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/5 {
  --tw-gradient-from: rgb(217 119 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/50 {
  --tw-gradient-from: rgb(217 119 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/55 {
  --tw-gradient-from: rgb(217 119 6 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/60 {
  --tw-gradient-from: rgb(217 119 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/65 {
  --tw-gradient-from: rgb(217 119 6 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/70 {
  --tw-gradient-from: rgb(217 119 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/75 {
  --tw-gradient-from: rgb(217 119 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/80 {
  --tw-gradient-from: rgb(217 119 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/85 {
  --tw-gradient-from: rgb(217 119 6 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/90 {
  --tw-gradient-from: rgb(217 119 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/95 {
  --tw-gradient-from: rgb(217 119 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700 {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/0 {
  --tw-gradient-from: rgb(180 83 9 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/10 {
  --tw-gradient-from: rgb(180 83 9 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/100 {
  --tw-gradient-from: rgb(180 83 9 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/15 {
  --tw-gradient-from: rgb(180 83 9 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/20 {
  --tw-gradient-from: rgb(180 83 9 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/25 {
  --tw-gradient-from: rgb(180 83 9 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/30 {
  --tw-gradient-from: rgb(180 83 9 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/35 {
  --tw-gradient-from: rgb(180 83 9 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/40 {
  --tw-gradient-from: rgb(180 83 9 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/45 {
  --tw-gradient-from: rgb(180 83 9 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/5 {
  --tw-gradient-from: rgb(180 83 9 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/50 {
  --tw-gradient-from: rgb(180 83 9 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/55 {
  --tw-gradient-from: rgb(180 83 9 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/60 {
  --tw-gradient-from: rgb(180 83 9 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/65 {
  --tw-gradient-from: rgb(180 83 9 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/70 {
  --tw-gradient-from: rgb(180 83 9 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/75 {
  --tw-gradient-from: rgb(180 83 9 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/80 {
  --tw-gradient-from: rgb(180 83 9 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/85 {
  --tw-gradient-from: rgb(180 83 9 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/90 {
  --tw-gradient-from: rgb(180 83 9 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/95 {
  --tw-gradient-from: rgb(180 83 9 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800 {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/0 {
  --tw-gradient-from: rgb(146 64 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/10 {
  --tw-gradient-from: rgb(146 64 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/100 {
  --tw-gradient-from: rgb(146 64 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/15 {
  --tw-gradient-from: rgb(146 64 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/20 {
  --tw-gradient-from: rgb(146 64 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/25 {
  --tw-gradient-from: rgb(146 64 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/30 {
  --tw-gradient-from: rgb(146 64 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/35 {
  --tw-gradient-from: rgb(146 64 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/40 {
  --tw-gradient-from: rgb(146 64 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/45 {
  --tw-gradient-from: rgb(146 64 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/5 {
  --tw-gradient-from: rgb(146 64 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/50 {
  --tw-gradient-from: rgb(146 64 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/55 {
  --tw-gradient-from: rgb(146 64 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/60 {
  --tw-gradient-from: rgb(146 64 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/65 {
  --tw-gradient-from: rgb(146 64 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/70 {
  --tw-gradient-from: rgb(146 64 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/75 {
  --tw-gradient-from: rgb(146 64 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/80 {
  --tw-gradient-from: rgb(146 64 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/85 {
  --tw-gradient-from: rgb(146 64 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/90 {
  --tw-gradient-from: rgb(146 64 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/95 {
  --tw-gradient-from: rgb(146 64 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900 {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/0 {
  --tw-gradient-from: rgb(120 53 15 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/10 {
  --tw-gradient-from: rgb(120 53 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/100 {
  --tw-gradient-from: rgb(120 53 15 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/15 {
  --tw-gradient-from: rgb(120 53 15 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/20 {
  --tw-gradient-from: rgb(120 53 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/25 {
  --tw-gradient-from: rgb(120 53 15 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/30 {
  --tw-gradient-from: rgb(120 53 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/35 {
  --tw-gradient-from: rgb(120 53 15 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/40 {
  --tw-gradient-from: rgb(120 53 15 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/45 {
  --tw-gradient-from: rgb(120 53 15 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/5 {
  --tw-gradient-from: rgb(120 53 15 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/50 {
  --tw-gradient-from: rgb(120 53 15 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/55 {
  --tw-gradient-from: rgb(120 53 15 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/60 {
  --tw-gradient-from: rgb(120 53 15 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/65 {
  --tw-gradient-from: rgb(120 53 15 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/70 {
  --tw-gradient-from: rgb(120 53 15 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/75 {
  --tw-gradient-from: rgb(120 53 15 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/80 {
  --tw-gradient-from: rgb(120 53 15 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/85 {
  --tw-gradient-from: rgb(120 53 15 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/90 {
  --tw-gradient-from: rgb(120 53 15 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/95 {
  --tw-gradient-from: rgb(120 53 15 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-100 {
  --tw-gradient-to: #E1EFFE var(--tw-gradient-to-position);
}
.to-blue-100\/0 {
  --tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);
}
.to-blue-100\/10 {
  --tw-gradient-to: rgb(225 239 254 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-100\/100 {
  --tw-gradient-to: rgb(225 239 254 / 1) var(--tw-gradient-to-position);
}
.to-blue-100\/15 {
  --tw-gradient-to: rgb(225 239 254 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-100\/20 {
  --tw-gradient-to: rgb(225 239 254 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-100\/25 {
  --tw-gradient-to: rgb(225 239 254 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-100\/30 {
  --tw-gradient-to: rgb(225 239 254 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-100\/35 {
  --tw-gradient-to: rgb(225 239 254 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-100\/40 {
  --tw-gradient-to: rgb(225 239 254 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-100\/45 {
  --tw-gradient-to: rgb(225 239 254 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-100\/5 {
  --tw-gradient-to: rgb(225 239 254 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-100\/50 {
  --tw-gradient-to: rgb(225 239 254 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-100\/55 {
  --tw-gradient-to: rgb(225 239 254 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-100\/60 {
  --tw-gradient-to: rgb(225 239 254 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-100\/65 {
  --tw-gradient-to: rgb(225 239 254 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-100\/70 {
  --tw-gradient-to: rgb(225 239 254 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-100\/75 {
  --tw-gradient-to: rgb(225 239 254 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-100\/80 {
  --tw-gradient-to: rgb(225 239 254 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-100\/85 {
  --tw-gradient-to: rgb(225 239 254 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-100\/90 {
  --tw-gradient-to: rgb(225 239 254 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-100\/95 {
  --tw-gradient-to: rgb(225 239 254 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-200 {
  --tw-gradient-to: #C3DDFD var(--tw-gradient-to-position);
}
.to-blue-200\/0 {
  --tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);
}
.to-blue-200\/10 {
  --tw-gradient-to: rgb(195 221 253 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-200\/100 {
  --tw-gradient-to: rgb(195 221 253 / 1) var(--tw-gradient-to-position);
}
.to-blue-200\/15 {
  --tw-gradient-to: rgb(195 221 253 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-200\/20 {
  --tw-gradient-to: rgb(195 221 253 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-200\/25 {
  --tw-gradient-to: rgb(195 221 253 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-200\/30 {
  --tw-gradient-to: rgb(195 221 253 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-200\/35 {
  --tw-gradient-to: rgb(195 221 253 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-200\/40 {
  --tw-gradient-to: rgb(195 221 253 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-200\/45 {
  --tw-gradient-to: rgb(195 221 253 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-200\/5 {
  --tw-gradient-to: rgb(195 221 253 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-200\/50 {
  --tw-gradient-to: rgb(195 221 253 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-200\/55 {
  --tw-gradient-to: rgb(195 221 253 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-200\/60 {
  --tw-gradient-to: rgb(195 221 253 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-200\/65 {
  --tw-gradient-to: rgb(195 221 253 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-200\/70 {
  --tw-gradient-to: rgb(195 221 253 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-200\/75 {
  --tw-gradient-to: rgb(195 221 253 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-200\/80 {
  --tw-gradient-to: rgb(195 221 253 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-200\/85 {
  --tw-gradient-to: rgb(195 221 253 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-200\/90 {
  --tw-gradient-to: rgb(195 221 253 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-200\/95 {
  --tw-gradient-to: rgb(195 221 253 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-300 {
  --tw-gradient-to: #A4CAFE var(--tw-gradient-to-position);
}
.to-blue-300\/0 {
  --tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);
}
.to-blue-300\/10 {
  --tw-gradient-to: rgb(164 202 254 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-300\/100 {
  --tw-gradient-to: rgb(164 202 254 / 1) var(--tw-gradient-to-position);
}
.to-blue-300\/15 {
  --tw-gradient-to: rgb(164 202 254 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-300\/20 {
  --tw-gradient-to: rgb(164 202 254 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-300\/25 {
  --tw-gradient-to: rgb(164 202 254 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-300\/30 {
  --tw-gradient-to: rgb(164 202 254 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-300\/35 {
  --tw-gradient-to: rgb(164 202 254 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-300\/40 {
  --tw-gradient-to: rgb(164 202 254 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-300\/45 {
  --tw-gradient-to: rgb(164 202 254 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-300\/5 {
  --tw-gradient-to: rgb(164 202 254 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-300\/50 {
  --tw-gradient-to: rgb(164 202 254 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-300\/55 {
  --tw-gradient-to: rgb(164 202 254 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-300\/60 {
  --tw-gradient-to: rgb(164 202 254 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-300\/65 {
  --tw-gradient-to: rgb(164 202 254 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-300\/70 {
  --tw-gradient-to: rgb(164 202 254 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-300\/75 {
  --tw-gradient-to: rgb(164 202 254 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-300\/80 {
  --tw-gradient-to: rgb(164 202 254 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-300\/85 {
  --tw-gradient-to: rgb(164 202 254 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-300\/90 {
  --tw-gradient-to: rgb(164 202 254 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-300\/95 {
  --tw-gradient-to: rgb(164 202 254 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-400 {
  --tw-gradient-to: #76A9FA var(--tw-gradient-to-position);
}
.to-blue-400\/0 {
  --tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);
}
.to-blue-400\/10 {
  --tw-gradient-to: rgb(118 169 250 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-400\/100 {
  --tw-gradient-to: rgb(118 169 250 / 1) var(--tw-gradient-to-position);
}
.to-blue-400\/15 {
  --tw-gradient-to: rgb(118 169 250 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-400\/20 {
  --tw-gradient-to: rgb(118 169 250 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-400\/25 {
  --tw-gradient-to: rgb(118 169 250 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-400\/30 {
  --tw-gradient-to: rgb(118 169 250 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-400\/35 {
  --tw-gradient-to: rgb(118 169 250 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-400\/40 {
  --tw-gradient-to: rgb(118 169 250 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-400\/45 {
  --tw-gradient-to: rgb(118 169 250 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-400\/5 {
  --tw-gradient-to: rgb(118 169 250 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-400\/50 {
  --tw-gradient-to: rgb(118 169 250 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-400\/55 {
  --tw-gradient-to: rgb(118 169 250 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-400\/60 {
  --tw-gradient-to: rgb(118 169 250 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-400\/65 {
  --tw-gradient-to: rgb(118 169 250 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-400\/70 {
  --tw-gradient-to: rgb(118 169 250 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-400\/75 {
  --tw-gradient-to: rgb(118 169 250 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-400\/80 {
  --tw-gradient-to: rgb(118 169 250 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-400\/85 {
  --tw-gradient-to: rgb(118 169 250 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-400\/90 {
  --tw-gradient-to: rgb(118 169 250 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-400\/95 {
  --tw-gradient-to: rgb(118 169 250 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-50 {
  --tw-gradient-to: #EBF5FF var(--tw-gradient-to-position);
}
.to-blue-50\/0 {
  --tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);
}
.to-blue-50\/10 {
  --tw-gradient-to: rgb(235 245 255 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-50\/100 {
  --tw-gradient-to: rgb(235 245 255 / 1) var(--tw-gradient-to-position);
}
.to-blue-50\/15 {
  --tw-gradient-to: rgb(235 245 255 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-50\/20 {
  --tw-gradient-to: rgb(235 245 255 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-50\/25 {
  --tw-gradient-to: rgb(235 245 255 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-50\/30 {
  --tw-gradient-to: rgb(235 245 255 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-50\/35 {
  --tw-gradient-to: rgb(235 245 255 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-50\/40 {
  --tw-gradient-to: rgb(235 245 255 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-50\/45 {
  --tw-gradient-to: rgb(235 245 255 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-50\/5 {
  --tw-gradient-to: rgb(235 245 255 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-50\/50 {
  --tw-gradient-to: rgb(235 245 255 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-50\/55 {
  --tw-gradient-to: rgb(235 245 255 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-50\/60 {
  --tw-gradient-to: rgb(235 245 255 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-50\/65 {
  --tw-gradient-to: rgb(235 245 255 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-50\/70 {
  --tw-gradient-to: rgb(235 245 255 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-50\/75 {
  --tw-gradient-to: rgb(235 245 255 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-50\/80 {
  --tw-gradient-to: rgb(235 245 255 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-50\/85 {
  --tw-gradient-to: rgb(235 245 255 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-50\/90 {
  --tw-gradient-to: rgb(235 245 255 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-50\/95 {
  --tw-gradient-to: rgb(235 245 255 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-500 {
  --tw-gradient-to: #3F83F8 var(--tw-gradient-to-position);
}
.to-blue-500\/0 {
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
}
.to-blue-500\/10 {
  --tw-gradient-to: rgb(63 131 248 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-500\/100 {
  --tw-gradient-to: rgb(63 131 248 / 1) var(--tw-gradient-to-position);
}
.to-blue-500\/15 {
  --tw-gradient-to: rgb(63 131 248 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-500\/20 {
  --tw-gradient-to: rgb(63 131 248 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-500\/25 {
  --tw-gradient-to: rgb(63 131 248 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-500\/30 {
  --tw-gradient-to: rgb(63 131 248 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-500\/35 {
  --tw-gradient-to: rgb(63 131 248 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-500\/40 {
  --tw-gradient-to: rgb(63 131 248 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-500\/45 {
  --tw-gradient-to: rgb(63 131 248 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-500\/5 {
  --tw-gradient-to: rgb(63 131 248 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-500\/50 {
  --tw-gradient-to: rgb(63 131 248 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-500\/55 {
  --tw-gradient-to: rgb(63 131 248 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-500\/60 {
  --tw-gradient-to: rgb(63 131 248 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-500\/65 {
  --tw-gradient-to: rgb(63 131 248 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-500\/70 {
  --tw-gradient-to: rgb(63 131 248 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-500\/75 {
  --tw-gradient-to: rgb(63 131 248 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-500\/80 {
  --tw-gradient-to: rgb(63 131 248 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-500\/85 {
  --tw-gradient-to: rgb(63 131 248 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-500\/90 {
  --tw-gradient-to: rgb(63 131 248 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-500\/95 {
  --tw-gradient-to: rgb(63 131 248 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #1C64F2 var(--tw-gradient-to-position);
}
.to-blue-600\/0 {
  --tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);
}
.to-blue-600\/10 {
  --tw-gradient-to: rgb(28 100 242 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-600\/100 {
  --tw-gradient-to: rgb(28 100 242 / 1) var(--tw-gradient-to-position);
}
.to-blue-600\/15 {
  --tw-gradient-to: rgb(28 100 242 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-600\/20 {
  --tw-gradient-to: rgb(28 100 242 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-600\/25 {
  --tw-gradient-to: rgb(28 100 242 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-600\/30 {
  --tw-gradient-to: rgb(28 100 242 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-600\/35 {
  --tw-gradient-to: rgb(28 100 242 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-600\/40 {
  --tw-gradient-to: rgb(28 100 242 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-600\/45 {
  --tw-gradient-to: rgb(28 100 242 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-600\/5 {
  --tw-gradient-to: rgb(28 100 242 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-600\/50 {
  --tw-gradient-to: rgb(28 100 242 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-600\/55 {
  --tw-gradient-to: rgb(28 100 242 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-600\/60 {
  --tw-gradient-to: rgb(28 100 242 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-600\/65 {
  --tw-gradient-to: rgb(28 100 242 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-600\/70 {
  --tw-gradient-to: rgb(28 100 242 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-600\/75 {
  --tw-gradient-to: rgb(28 100 242 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-600\/80 {
  --tw-gradient-to: rgb(28 100 242 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-600\/85 {
  --tw-gradient-to: rgb(28 100 242 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-600\/90 {
  --tw-gradient-to: rgb(28 100 242 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-600\/95 {
  --tw-gradient-to: rgb(28 100 242 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: #1A56DB var(--tw-gradient-to-position);
}
.to-blue-700\/0 {
  --tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);
}
.to-blue-700\/10 {
  --tw-gradient-to: rgb(26 86 219 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-700\/100 {
  --tw-gradient-to: rgb(26 86 219 / 1) var(--tw-gradient-to-position);
}
.to-blue-700\/15 {
  --tw-gradient-to: rgb(26 86 219 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-700\/20 {
  --tw-gradient-to: rgb(26 86 219 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-700\/25 {
  --tw-gradient-to: rgb(26 86 219 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-700\/30 {
  --tw-gradient-to: rgb(26 86 219 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-700\/35 {
  --tw-gradient-to: rgb(26 86 219 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-700\/40 {
  --tw-gradient-to: rgb(26 86 219 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-700\/45 {
  --tw-gradient-to: rgb(26 86 219 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-700\/5 {
  --tw-gradient-to: rgb(26 86 219 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-700\/50 {
  --tw-gradient-to: rgb(26 86 219 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-700\/55 {
  --tw-gradient-to: rgb(26 86 219 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-700\/60 {
  --tw-gradient-to: rgb(26 86 219 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-700\/65 {
  --tw-gradient-to: rgb(26 86 219 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-700\/70 {
  --tw-gradient-to: rgb(26 86 219 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-700\/75 {
  --tw-gradient-to: rgb(26 86 219 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-700\/80 {
  --tw-gradient-to: rgb(26 86 219 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-700\/85 {
  --tw-gradient-to: rgb(26 86 219 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-700\/90 {
  --tw-gradient-to: rgb(26 86 219 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-700\/95 {
  --tw-gradient-to: rgb(26 86 219 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-800 {
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position);
}
.to-blue-800\/0 {
  --tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);
}
.to-blue-800\/10 {
  --tw-gradient-to: rgb(30 66 159 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-800\/100 {
  --tw-gradient-to: rgb(30 66 159 / 1) var(--tw-gradient-to-position);
}
.to-blue-800\/15 {
  --tw-gradient-to: rgb(30 66 159 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-800\/20 {
  --tw-gradient-to: rgb(30 66 159 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-800\/25 {
  --tw-gradient-to: rgb(30 66 159 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-800\/30 {
  --tw-gradient-to: rgb(30 66 159 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-800\/35 {
  --tw-gradient-to: rgb(30 66 159 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-800\/40 {
  --tw-gradient-to: rgb(30 66 159 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-800\/45 {
  --tw-gradient-to: rgb(30 66 159 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-800\/5 {
  --tw-gradient-to: rgb(30 66 159 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-800\/50 {
  --tw-gradient-to: rgb(30 66 159 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-800\/55 {
  --tw-gradient-to: rgb(30 66 159 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-800\/60 {
  --tw-gradient-to: rgb(30 66 159 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-800\/65 {
  --tw-gradient-to: rgb(30 66 159 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-800\/70 {
  --tw-gradient-to: rgb(30 66 159 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-800\/75 {
  --tw-gradient-to: rgb(30 66 159 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-800\/80 {
  --tw-gradient-to: rgb(30 66 159 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-800\/85 {
  --tw-gradient-to: rgb(30 66 159 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-800\/90 {
  --tw-gradient-to: rgb(30 66 159 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-800\/95 {
  --tw-gradient-to: rgb(30 66 159 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-900 {
  --tw-gradient-to: #233876 var(--tw-gradient-to-position);
}
.to-blue-900\/0 {
  --tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);
}
.to-blue-900\/10 {
  --tw-gradient-to: rgb(35 56 118 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-900\/100 {
  --tw-gradient-to: rgb(35 56 118 / 1) var(--tw-gradient-to-position);
}
.to-blue-900\/15 {
  --tw-gradient-to: rgb(35 56 118 / 0.15) var(--tw-gradient-to-position);
}
.to-blue-900\/20 {
  --tw-gradient-to: rgb(35 56 118 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-900\/25 {
  --tw-gradient-to: rgb(35 56 118 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-900\/30 {
  --tw-gradient-to: rgb(35 56 118 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-900\/35 {
  --tw-gradient-to: rgb(35 56 118 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-900\/40 {
  --tw-gradient-to: rgb(35 56 118 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-900\/45 {
  --tw-gradient-to: rgb(35 56 118 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-900\/5 {
  --tw-gradient-to: rgb(35 56 118 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-900\/50 {
  --tw-gradient-to: rgb(35 56 118 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-900\/55 {
  --tw-gradient-to: rgb(35 56 118 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-900\/60 {
  --tw-gradient-to: rgb(35 56 118 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-900\/65 {
  --tw-gradient-to: rgb(35 56 118 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-900\/70 {
  --tw-gradient-to: rgb(35 56 118 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-900\/75 {
  --tw-gradient-to: rgb(35 56 118 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-900\/80 {
  --tw-gradient-to: rgb(35 56 118 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-900\/85 {
  --tw-gradient-to: rgb(35 56 118 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-900\/90 {
  --tw-gradient-to: rgb(35 56 118 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-900\/95 {
  --tw-gradient-to: rgb(35 56 118 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-100 {
  --tw-gradient-to: #fbf0ef var(--tw-gradient-to-position);
}
.to-blush-100\/0 {
  --tw-gradient-to: rgb(251 240 239 / 0) var(--tw-gradient-to-position);
}
.to-blush-100\/10 {
  --tw-gradient-to: rgb(251 240 239 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-100\/100 {
  --tw-gradient-to: rgb(251 240 239 / 1) var(--tw-gradient-to-position);
}
.to-blush-100\/15 {
  --tw-gradient-to: rgb(251 240 239 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-100\/20 {
  --tw-gradient-to: rgb(251 240 239 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-100\/25 {
  --tw-gradient-to: rgb(251 240 239 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-100\/30 {
  --tw-gradient-to: rgb(251 240 239 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-100\/35 {
  --tw-gradient-to: rgb(251 240 239 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-100\/40 {
  --tw-gradient-to: rgb(251 240 239 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-100\/45 {
  --tw-gradient-to: rgb(251 240 239 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-100\/5 {
  --tw-gradient-to: rgb(251 240 239 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-100\/50 {
  --tw-gradient-to: rgb(251 240 239 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-100\/55 {
  --tw-gradient-to: rgb(251 240 239 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-100\/60 {
  --tw-gradient-to: rgb(251 240 239 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-100\/65 {
  --tw-gradient-to: rgb(251 240 239 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-100\/70 {
  --tw-gradient-to: rgb(251 240 239 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-100\/75 {
  --tw-gradient-to: rgb(251 240 239 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-100\/80 {
  --tw-gradient-to: rgb(251 240 239 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-100\/85 {
  --tw-gradient-to: rgb(251 240 239 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-100\/90 {
  --tw-gradient-to: rgb(251 240 239 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-100\/95 {
  --tw-gradient-to: rgb(251 240 239 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-200 {
  --tw-gradient-to: #f7cfde var(--tw-gradient-to-position);
}
.to-blush-200\/0 {
  --tw-gradient-to: rgb(247 207 222 / 0) var(--tw-gradient-to-position);
}
.to-blush-200\/10 {
  --tw-gradient-to: rgb(247 207 222 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-200\/100 {
  --tw-gradient-to: rgb(247 207 222 / 1) var(--tw-gradient-to-position);
}
.to-blush-200\/15 {
  --tw-gradient-to: rgb(247 207 222 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-200\/20 {
  --tw-gradient-to: rgb(247 207 222 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-200\/25 {
  --tw-gradient-to: rgb(247 207 222 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-200\/30 {
  --tw-gradient-to: rgb(247 207 222 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-200\/35 {
  --tw-gradient-to: rgb(247 207 222 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-200\/40 {
  --tw-gradient-to: rgb(247 207 222 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-200\/45 {
  --tw-gradient-to: rgb(247 207 222 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-200\/5 {
  --tw-gradient-to: rgb(247 207 222 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-200\/50 {
  --tw-gradient-to: rgb(247 207 222 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-200\/55 {
  --tw-gradient-to: rgb(247 207 222 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-200\/60 {
  --tw-gradient-to: rgb(247 207 222 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-200\/65 {
  --tw-gradient-to: rgb(247 207 222 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-200\/70 {
  --tw-gradient-to: rgb(247 207 222 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-200\/75 {
  --tw-gradient-to: rgb(247 207 222 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-200\/80 {
  --tw-gradient-to: rgb(247 207 222 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-200\/85 {
  --tw-gradient-to: rgb(247 207 222 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-200\/90 {
  --tw-gradient-to: rgb(247 207 222 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-200\/95 {
  --tw-gradient-to: rgb(247 207 222 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-300 {
  --tw-gradient-to: #eca3bb var(--tw-gradient-to-position);
}
.to-blush-300\/0 {
  --tw-gradient-to: rgb(236 163 187 / 0) var(--tw-gradient-to-position);
}
.to-blush-300\/10 {
  --tw-gradient-to: rgb(236 163 187 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-300\/100 {
  --tw-gradient-to: rgb(236 163 187 / 1) var(--tw-gradient-to-position);
}
.to-blush-300\/15 {
  --tw-gradient-to: rgb(236 163 187 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-300\/20 {
  --tw-gradient-to: rgb(236 163 187 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-300\/25 {
  --tw-gradient-to: rgb(236 163 187 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-300\/30 {
  --tw-gradient-to: rgb(236 163 187 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-300\/35 {
  --tw-gradient-to: rgb(236 163 187 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-300\/40 {
  --tw-gradient-to: rgb(236 163 187 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-300\/45 {
  --tw-gradient-to: rgb(236 163 187 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-300\/5 {
  --tw-gradient-to: rgb(236 163 187 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-300\/50 {
  --tw-gradient-to: rgb(236 163 187 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-300\/55 {
  --tw-gradient-to: rgb(236 163 187 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-300\/60 {
  --tw-gradient-to: rgb(236 163 187 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-300\/65 {
  --tw-gradient-to: rgb(236 163 187 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-300\/70 {
  --tw-gradient-to: rgb(236 163 187 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-300\/75 {
  --tw-gradient-to: rgb(236 163 187 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-300\/80 {
  --tw-gradient-to: rgb(236 163 187 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-300\/85 {
  --tw-gradient-to: rgb(236 163 187 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-300\/90 {
  --tw-gradient-to: rgb(236 163 187 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-300\/95 {
  --tw-gradient-to: rgb(236 163 187 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-400 {
  --tw-gradient-to: #e97294 var(--tw-gradient-to-position);
}
.to-blush-400\/0 {
  --tw-gradient-to: rgb(233 114 148 / 0) var(--tw-gradient-to-position);
}
.to-blush-400\/10 {
  --tw-gradient-to: rgb(233 114 148 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-400\/100 {
  --tw-gradient-to: rgb(233 114 148 / 1) var(--tw-gradient-to-position);
}
.to-blush-400\/15 {
  --tw-gradient-to: rgb(233 114 148 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-400\/20 {
  --tw-gradient-to: rgb(233 114 148 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-400\/25 {
  --tw-gradient-to: rgb(233 114 148 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-400\/30 {
  --tw-gradient-to: rgb(233 114 148 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-400\/35 {
  --tw-gradient-to: rgb(233 114 148 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-400\/40 {
  --tw-gradient-to: rgb(233 114 148 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-400\/45 {
  --tw-gradient-to: rgb(233 114 148 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-400\/5 {
  --tw-gradient-to: rgb(233 114 148 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-400\/50 {
  --tw-gradient-to: rgb(233 114 148 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-400\/55 {
  --tw-gradient-to: rgb(233 114 148 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-400\/60 {
  --tw-gradient-to: rgb(233 114 148 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-400\/65 {
  --tw-gradient-to: rgb(233 114 148 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-400\/70 {
  --tw-gradient-to: rgb(233 114 148 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-400\/75 {
  --tw-gradient-to: rgb(233 114 148 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-400\/80 {
  --tw-gradient-to: rgb(233 114 148 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-400\/85 {
  --tw-gradient-to: rgb(233 114 148 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-400\/90 {
  --tw-gradient-to: rgb(233 114 148 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-400\/95 {
  --tw-gradient-to: rgb(233 114 148 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-50 {
  --tw-gradient-to: #fdfcfb var(--tw-gradient-to-position);
}
.to-blush-50\/0 {
  --tw-gradient-to: rgb(253 252 251 / 0) var(--tw-gradient-to-position);
}
.to-blush-50\/10 {
  --tw-gradient-to: rgb(253 252 251 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-50\/100 {
  --tw-gradient-to: rgb(253 252 251 / 1) var(--tw-gradient-to-position);
}
.to-blush-50\/15 {
  --tw-gradient-to: rgb(253 252 251 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-50\/20 {
  --tw-gradient-to: rgb(253 252 251 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-50\/25 {
  --tw-gradient-to: rgb(253 252 251 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-50\/30 {
  --tw-gradient-to: rgb(253 252 251 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-50\/35 {
  --tw-gradient-to: rgb(253 252 251 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-50\/40 {
  --tw-gradient-to: rgb(253 252 251 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-50\/45 {
  --tw-gradient-to: rgb(253 252 251 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-50\/5 {
  --tw-gradient-to: rgb(253 252 251 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-50\/50 {
  --tw-gradient-to: rgb(253 252 251 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-50\/55 {
  --tw-gradient-to: rgb(253 252 251 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-50\/60 {
  --tw-gradient-to: rgb(253 252 251 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-50\/65 {
  --tw-gradient-to: rgb(253 252 251 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-50\/70 {
  --tw-gradient-to: rgb(253 252 251 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-50\/75 {
  --tw-gradient-to: rgb(253 252 251 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-50\/80 {
  --tw-gradient-to: rgb(253 252 251 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-50\/85 {
  --tw-gradient-to: rgb(253 252 251 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-50\/90 {
  --tw-gradient-to: rgb(253 252 251 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-50\/95 {
  --tw-gradient-to: rgb(253 252 251 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-500 {
  --tw-gradient-to: #db4e73 var(--tw-gradient-to-position);
}
.to-blush-500\/0 {
  --tw-gradient-to: rgb(219 78 115 / 0) var(--tw-gradient-to-position);
}
.to-blush-500\/10 {
  --tw-gradient-to: rgb(219 78 115 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-500\/100 {
  --tw-gradient-to: rgb(219 78 115 / 1) var(--tw-gradient-to-position);
}
.to-blush-500\/15 {
  --tw-gradient-to: rgb(219 78 115 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-500\/20 {
  --tw-gradient-to: rgb(219 78 115 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-500\/25 {
  --tw-gradient-to: rgb(219 78 115 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-500\/30 {
  --tw-gradient-to: rgb(219 78 115 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-500\/35 {
  --tw-gradient-to: rgb(219 78 115 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-500\/40 {
  --tw-gradient-to: rgb(219 78 115 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-500\/45 {
  --tw-gradient-to: rgb(219 78 115 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-500\/5 {
  --tw-gradient-to: rgb(219 78 115 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-500\/50 {
  --tw-gradient-to: rgb(219 78 115 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-500\/55 {
  --tw-gradient-to: rgb(219 78 115 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-500\/60 {
  --tw-gradient-to: rgb(219 78 115 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-500\/65 {
  --tw-gradient-to: rgb(219 78 115 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-500\/70 {
  --tw-gradient-to: rgb(219 78 115 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-500\/75 {
  --tw-gradient-to: rgb(219 78 115 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-500\/80 {
  --tw-gradient-to: rgb(219 78 115 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-500\/85 {
  --tw-gradient-to: rgb(219 78 115 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-500\/90 {
  --tw-gradient-to: rgb(219 78 115 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-500\/95 {
  --tw-gradient-to: rgb(219 78 115 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-600 {
  --tw-gradient-to: #c43453 var(--tw-gradient-to-position);
}
.to-blush-600\/0 {
  --tw-gradient-to: rgb(196 52 83 / 0) var(--tw-gradient-to-position);
}
.to-blush-600\/10 {
  --tw-gradient-to: rgb(196 52 83 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-600\/100 {
  --tw-gradient-to: rgb(196 52 83 / 1) var(--tw-gradient-to-position);
}
.to-blush-600\/15 {
  --tw-gradient-to: rgb(196 52 83 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-600\/20 {
  --tw-gradient-to: rgb(196 52 83 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-600\/25 {
  --tw-gradient-to: rgb(196 52 83 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-600\/30 {
  --tw-gradient-to: rgb(196 52 83 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-600\/35 {
  --tw-gradient-to: rgb(196 52 83 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-600\/40 {
  --tw-gradient-to: rgb(196 52 83 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-600\/45 {
  --tw-gradient-to: rgb(196 52 83 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-600\/5 {
  --tw-gradient-to: rgb(196 52 83 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-600\/50 {
  --tw-gradient-to: rgb(196 52 83 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-600\/55 {
  --tw-gradient-to: rgb(196 52 83 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-600\/60 {
  --tw-gradient-to: rgb(196 52 83 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-600\/65 {
  --tw-gradient-to: rgb(196 52 83 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-600\/70 {
  --tw-gradient-to: rgb(196 52 83 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-600\/75 {
  --tw-gradient-to: rgb(196 52 83 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-600\/80 {
  --tw-gradient-to: rgb(196 52 83 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-600\/85 {
  --tw-gradient-to: rgb(196 52 83 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-600\/90 {
  --tw-gradient-to: rgb(196 52 83 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-600\/95 {
  --tw-gradient-to: rgb(196 52 83 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-700 {
  --tw-gradient-to: #9c273c var(--tw-gradient-to-position);
}
.to-blush-700\/0 {
  --tw-gradient-to: rgb(156 39 60 / 0) var(--tw-gradient-to-position);
}
.to-blush-700\/10 {
  --tw-gradient-to: rgb(156 39 60 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-700\/100 {
  --tw-gradient-to: rgb(156 39 60 / 1) var(--tw-gradient-to-position);
}
.to-blush-700\/15 {
  --tw-gradient-to: rgb(156 39 60 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-700\/20 {
  --tw-gradient-to: rgb(156 39 60 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-700\/25 {
  --tw-gradient-to: rgb(156 39 60 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-700\/30 {
  --tw-gradient-to: rgb(156 39 60 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-700\/35 {
  --tw-gradient-to: rgb(156 39 60 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-700\/40 {
  --tw-gradient-to: rgb(156 39 60 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-700\/45 {
  --tw-gradient-to: rgb(156 39 60 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-700\/5 {
  --tw-gradient-to: rgb(156 39 60 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-700\/50 {
  --tw-gradient-to: rgb(156 39 60 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-700\/55 {
  --tw-gradient-to: rgb(156 39 60 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-700\/60 {
  --tw-gradient-to: rgb(156 39 60 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-700\/65 {
  --tw-gradient-to: rgb(156 39 60 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-700\/70 {
  --tw-gradient-to: rgb(156 39 60 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-700\/75 {
  --tw-gradient-to: rgb(156 39 60 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-700\/80 {
  --tw-gradient-to: rgb(156 39 60 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-700\/85 {
  --tw-gradient-to: rgb(156 39 60 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-700\/90 {
  --tw-gradient-to: rgb(156 39 60 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-700\/95 {
  --tw-gradient-to: rgb(156 39 60 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-800 {
  --tw-gradient-to: #701b27 var(--tw-gradient-to-position);
}
.to-blush-800\/0 {
  --tw-gradient-to: rgb(112 27 39 / 0) var(--tw-gradient-to-position);
}
.to-blush-800\/10 {
  --tw-gradient-to: rgb(112 27 39 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-800\/100 {
  --tw-gradient-to: rgb(112 27 39 / 1) var(--tw-gradient-to-position);
}
.to-blush-800\/15 {
  --tw-gradient-to: rgb(112 27 39 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-800\/20 {
  --tw-gradient-to: rgb(112 27 39 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-800\/25 {
  --tw-gradient-to: rgb(112 27 39 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-800\/30 {
  --tw-gradient-to: rgb(112 27 39 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-800\/35 {
  --tw-gradient-to: rgb(112 27 39 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-800\/40 {
  --tw-gradient-to: rgb(112 27 39 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-800\/45 {
  --tw-gradient-to: rgb(112 27 39 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-800\/5 {
  --tw-gradient-to: rgb(112 27 39 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-800\/50 {
  --tw-gradient-to: rgb(112 27 39 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-800\/55 {
  --tw-gradient-to: rgb(112 27 39 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-800\/60 {
  --tw-gradient-to: rgb(112 27 39 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-800\/65 {
  --tw-gradient-to: rgb(112 27 39 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-800\/70 {
  --tw-gradient-to: rgb(112 27 39 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-800\/75 {
  --tw-gradient-to: rgb(112 27 39 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-800\/80 {
  --tw-gradient-to: rgb(112 27 39 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-800\/85 {
  --tw-gradient-to: rgb(112 27 39 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-800\/90 {
  --tw-gradient-to: rgb(112 27 39 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-800\/95 {
  --tw-gradient-to: rgb(112 27 39 / 0.95) var(--tw-gradient-to-position);
}
.to-blush-900 {
  --tw-gradient-to: #441115 var(--tw-gradient-to-position);
}
.to-blush-900\/0 {
  --tw-gradient-to: rgb(68 17 21 / 0) var(--tw-gradient-to-position);
}
.to-blush-900\/10 {
  --tw-gradient-to: rgb(68 17 21 / 0.1) var(--tw-gradient-to-position);
}
.to-blush-900\/100 {
  --tw-gradient-to: rgb(68 17 21 / 1) var(--tw-gradient-to-position);
}
.to-blush-900\/15 {
  --tw-gradient-to: rgb(68 17 21 / 0.15) var(--tw-gradient-to-position);
}
.to-blush-900\/20 {
  --tw-gradient-to: rgb(68 17 21 / 0.2) var(--tw-gradient-to-position);
}
.to-blush-900\/25 {
  --tw-gradient-to: rgb(68 17 21 / 0.25) var(--tw-gradient-to-position);
}
.to-blush-900\/30 {
  --tw-gradient-to: rgb(68 17 21 / 0.3) var(--tw-gradient-to-position);
}
.to-blush-900\/35 {
  --tw-gradient-to: rgb(68 17 21 / 0.35) var(--tw-gradient-to-position);
}
.to-blush-900\/40 {
  --tw-gradient-to: rgb(68 17 21 / 0.4) var(--tw-gradient-to-position);
}
.to-blush-900\/45 {
  --tw-gradient-to: rgb(68 17 21 / 0.45) var(--tw-gradient-to-position);
}
.to-blush-900\/5 {
  --tw-gradient-to: rgb(68 17 21 / 0.05) var(--tw-gradient-to-position);
}
.to-blush-900\/50 {
  --tw-gradient-to: rgb(68 17 21 / 0.5) var(--tw-gradient-to-position);
}
.to-blush-900\/55 {
  --tw-gradient-to: rgb(68 17 21 / 0.55) var(--tw-gradient-to-position);
}
.to-blush-900\/60 {
  --tw-gradient-to: rgb(68 17 21 / 0.6) var(--tw-gradient-to-position);
}
.to-blush-900\/65 {
  --tw-gradient-to: rgb(68 17 21 / 0.65) var(--tw-gradient-to-position);
}
.to-blush-900\/70 {
  --tw-gradient-to: rgb(68 17 21 / 0.7) var(--tw-gradient-to-position);
}
.to-blush-900\/75 {
  --tw-gradient-to: rgb(68 17 21 / 0.75) var(--tw-gradient-to-position);
}
.to-blush-900\/80 {
  --tw-gradient-to: rgb(68 17 21 / 0.8) var(--tw-gradient-to-position);
}
.to-blush-900\/85 {
  --tw-gradient-to: rgb(68 17 21 / 0.85) var(--tw-gradient-to-position);
}
.to-blush-900\/90 {
  --tw-gradient-to: rgb(68 17 21 / 0.9) var(--tw-gradient-to-position);
}
.to-blush-900\/95 {
  --tw-gradient-to: rgb(68 17 21 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-100 {
  --tw-gradient-to: #faf0f4 var(--tw-gradient-to-position);
}
.to-cerise-100\/0 {
  --tw-gradient-to: rgb(250 240 244 / 0) var(--tw-gradient-to-position);
}
.to-cerise-100\/10 {
  --tw-gradient-to: rgb(250 240 244 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-100\/100 {
  --tw-gradient-to: rgb(250 240 244 / 1) var(--tw-gradient-to-position);
}
.to-cerise-100\/15 {
  --tw-gradient-to: rgb(250 240 244 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-100\/20 {
  --tw-gradient-to: rgb(250 240 244 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-100\/25 {
  --tw-gradient-to: rgb(250 240 244 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-100\/30 {
  --tw-gradient-to: rgb(250 240 244 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-100\/35 {
  --tw-gradient-to: rgb(250 240 244 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-100\/40 {
  --tw-gradient-to: rgb(250 240 244 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-100\/45 {
  --tw-gradient-to: rgb(250 240 244 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-100\/5 {
  --tw-gradient-to: rgb(250 240 244 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-100\/50 {
  --tw-gradient-to: rgb(250 240 244 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-100\/55 {
  --tw-gradient-to: rgb(250 240 244 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-100\/60 {
  --tw-gradient-to: rgb(250 240 244 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-100\/65 {
  --tw-gradient-to: rgb(250 240 244 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-100\/70 {
  --tw-gradient-to: rgb(250 240 244 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-100\/75 {
  --tw-gradient-to: rgb(250 240 244 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-100\/80 {
  --tw-gradient-to: rgb(250 240 244 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-100\/85 {
  --tw-gradient-to: rgb(250 240 244 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-100\/90 {
  --tw-gradient-to: rgb(250 240 244 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-100\/95 {
  --tw-gradient-to: rgb(250 240 244 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-200 {
  --tw-gradient-to: #f5cee9 var(--tw-gradient-to-position);
}
.to-cerise-200\/0 {
  --tw-gradient-to: rgb(245 206 233 / 0) var(--tw-gradient-to-position);
}
.to-cerise-200\/10 {
  --tw-gradient-to: rgb(245 206 233 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-200\/100 {
  --tw-gradient-to: rgb(245 206 233 / 1) var(--tw-gradient-to-position);
}
.to-cerise-200\/15 {
  --tw-gradient-to: rgb(245 206 233 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-200\/20 {
  --tw-gradient-to: rgb(245 206 233 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-200\/25 {
  --tw-gradient-to: rgb(245 206 233 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-200\/30 {
  --tw-gradient-to: rgb(245 206 233 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-200\/35 {
  --tw-gradient-to: rgb(245 206 233 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-200\/40 {
  --tw-gradient-to: rgb(245 206 233 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-200\/45 {
  --tw-gradient-to: rgb(245 206 233 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-200\/5 {
  --tw-gradient-to: rgb(245 206 233 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-200\/50 {
  --tw-gradient-to: rgb(245 206 233 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-200\/55 {
  --tw-gradient-to: rgb(245 206 233 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-200\/60 {
  --tw-gradient-to: rgb(245 206 233 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-200\/65 {
  --tw-gradient-to: rgb(245 206 233 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-200\/70 {
  --tw-gradient-to: rgb(245 206 233 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-200\/75 {
  --tw-gradient-to: rgb(245 206 233 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-200\/80 {
  --tw-gradient-to: rgb(245 206 233 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-200\/85 {
  --tw-gradient-to: rgb(245 206 233 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-200\/90 {
  --tw-gradient-to: rgb(245 206 233 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-200\/95 {
  --tw-gradient-to: rgb(245 206 233 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-300 {
  --tw-gradient-to: #e9a1cf var(--tw-gradient-to-position);
}
.to-cerise-300\/0 {
  --tw-gradient-to: rgb(233 161 207 / 0) var(--tw-gradient-to-position);
}
.to-cerise-300\/10 {
  --tw-gradient-to: rgb(233 161 207 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-300\/100 {
  --tw-gradient-to: rgb(233 161 207 / 1) var(--tw-gradient-to-position);
}
.to-cerise-300\/15 {
  --tw-gradient-to: rgb(233 161 207 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-300\/20 {
  --tw-gradient-to: rgb(233 161 207 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-300\/25 {
  --tw-gradient-to: rgb(233 161 207 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-300\/30 {
  --tw-gradient-to: rgb(233 161 207 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-300\/35 {
  --tw-gradient-to: rgb(233 161 207 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-300\/40 {
  --tw-gradient-to: rgb(233 161 207 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-300\/45 {
  --tw-gradient-to: rgb(233 161 207 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-300\/5 {
  --tw-gradient-to: rgb(233 161 207 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-300\/50 {
  --tw-gradient-to: rgb(233 161 207 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-300\/55 {
  --tw-gradient-to: rgb(233 161 207 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-300\/60 {
  --tw-gradient-to: rgb(233 161 207 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-300\/65 {
  --tw-gradient-to: rgb(233 161 207 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-300\/70 {
  --tw-gradient-to: rgb(233 161 207 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-300\/75 {
  --tw-gradient-to: rgb(233 161 207 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-300\/80 {
  --tw-gradient-to: rgb(233 161 207 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-300\/85 {
  --tw-gradient-to: rgb(233 161 207 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-300\/90 {
  --tw-gradient-to: rgb(233 161 207 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-300\/95 {
  --tw-gradient-to: rgb(233 161 207 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-400 {
  --tw-gradient-to: #e572b1 var(--tw-gradient-to-position);
}
.to-cerise-400\/0 {
  --tw-gradient-to: rgb(229 114 177 / 0) var(--tw-gradient-to-position);
}
.to-cerise-400\/10 {
  --tw-gradient-to: rgb(229 114 177 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-400\/100 {
  --tw-gradient-to: rgb(229 114 177 / 1) var(--tw-gradient-to-position);
}
.to-cerise-400\/15 {
  --tw-gradient-to: rgb(229 114 177 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-400\/20 {
  --tw-gradient-to: rgb(229 114 177 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-400\/25 {
  --tw-gradient-to: rgb(229 114 177 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-400\/30 {
  --tw-gradient-to: rgb(229 114 177 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-400\/35 {
  --tw-gradient-to: rgb(229 114 177 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-400\/40 {
  --tw-gradient-to: rgb(229 114 177 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-400\/45 {
  --tw-gradient-to: rgb(229 114 177 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-400\/5 {
  --tw-gradient-to: rgb(229 114 177 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-400\/50 {
  --tw-gradient-to: rgb(229 114 177 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-400\/55 {
  --tw-gradient-to: rgb(229 114 177 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-400\/60 {
  --tw-gradient-to: rgb(229 114 177 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-400\/65 {
  --tw-gradient-to: rgb(229 114 177 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-400\/70 {
  --tw-gradient-to: rgb(229 114 177 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-400\/75 {
  --tw-gradient-to: rgb(229 114 177 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-400\/80 {
  --tw-gradient-to: rgb(229 114 177 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-400\/85 {
  --tw-gradient-to: rgb(229 114 177 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-400\/90 {
  --tw-gradient-to: rgb(229 114 177 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-400\/95 {
  --tw-gradient-to: rgb(229 114 177 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-50 {
  --tw-gradient-to: #fcfcfb var(--tw-gradient-to-position);
}
.to-cerise-50\/0 {
  --tw-gradient-to: rgb(252 252 251 / 0) var(--tw-gradient-to-position);
}
.to-cerise-50\/10 {
  --tw-gradient-to: rgb(252 252 251 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-50\/100 {
  --tw-gradient-to: rgb(252 252 251 / 1) var(--tw-gradient-to-position);
}
.to-cerise-50\/15 {
  --tw-gradient-to: rgb(252 252 251 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-50\/20 {
  --tw-gradient-to: rgb(252 252 251 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-50\/25 {
  --tw-gradient-to: rgb(252 252 251 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-50\/30 {
  --tw-gradient-to: rgb(252 252 251 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-50\/35 {
  --tw-gradient-to: rgb(252 252 251 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-50\/40 {
  --tw-gradient-to: rgb(252 252 251 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-50\/45 {
  --tw-gradient-to: rgb(252 252 251 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-50\/5 {
  --tw-gradient-to: rgb(252 252 251 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-50\/50 {
  --tw-gradient-to: rgb(252 252 251 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-50\/55 {
  --tw-gradient-to: rgb(252 252 251 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-50\/60 {
  --tw-gradient-to: rgb(252 252 251 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-50\/65 {
  --tw-gradient-to: rgb(252 252 251 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-50\/70 {
  --tw-gradient-to: rgb(252 252 251 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-50\/75 {
  --tw-gradient-to: rgb(252 252 251 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-50\/80 {
  --tw-gradient-to: rgb(252 252 251 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-50\/85 {
  --tw-gradient-to: rgb(252 252 251 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-50\/90 {
  --tw-gradient-to: rgb(252 252 251 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-50\/95 {
  --tw-gradient-to: rgb(252 252 251 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-500 {
  --tw-gradient-to: #d74e97 var(--tw-gradient-to-position);
}
.to-cerise-500\/0 {
  --tw-gradient-to: rgb(215 78 151 / 0) var(--tw-gradient-to-position);
}
.to-cerise-500\/10 {
  --tw-gradient-to: rgb(215 78 151 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-500\/100 {
  --tw-gradient-to: rgb(215 78 151 / 1) var(--tw-gradient-to-position);
}
.to-cerise-500\/15 {
  --tw-gradient-to: rgb(215 78 151 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-500\/20 {
  --tw-gradient-to: rgb(215 78 151 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-500\/25 {
  --tw-gradient-to: rgb(215 78 151 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-500\/30 {
  --tw-gradient-to: rgb(215 78 151 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-500\/35 {
  --tw-gradient-to: rgb(215 78 151 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-500\/40 {
  --tw-gradient-to: rgb(215 78 151 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-500\/45 {
  --tw-gradient-to: rgb(215 78 151 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-500\/5 {
  --tw-gradient-to: rgb(215 78 151 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-500\/50 {
  --tw-gradient-to: rgb(215 78 151 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-500\/55 {
  --tw-gradient-to: rgb(215 78 151 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-500\/60 {
  --tw-gradient-to: rgb(215 78 151 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-500\/65 {
  --tw-gradient-to: rgb(215 78 151 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-500\/70 {
  --tw-gradient-to: rgb(215 78 151 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-500\/75 {
  --tw-gradient-to: rgb(215 78 151 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-500\/80 {
  --tw-gradient-to: rgb(215 78 151 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-500\/85 {
  --tw-gradient-to: rgb(215 78 151 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-500\/90 {
  --tw-gradient-to: rgb(215 78 151 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-500\/95 {
  --tw-gradient-to: rgb(215 78 151 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-600 {
  --tw-gradient-to: #bf3476 var(--tw-gradient-to-position);
}
.to-cerise-600\/0 {
  --tw-gradient-to: rgb(191 52 118 / 0) var(--tw-gradient-to-position);
}
.to-cerise-600\/10 {
  --tw-gradient-to: rgb(191 52 118 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-600\/100 {
  --tw-gradient-to: rgb(191 52 118 / 1) var(--tw-gradient-to-position);
}
.to-cerise-600\/15 {
  --tw-gradient-to: rgb(191 52 118 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-600\/20 {
  --tw-gradient-to: rgb(191 52 118 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-600\/25 {
  --tw-gradient-to: rgb(191 52 118 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-600\/30 {
  --tw-gradient-to: rgb(191 52 118 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-600\/35 {
  --tw-gradient-to: rgb(191 52 118 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-600\/40 {
  --tw-gradient-to: rgb(191 52 118 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-600\/45 {
  --tw-gradient-to: rgb(191 52 118 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-600\/5 {
  --tw-gradient-to: rgb(191 52 118 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-600\/50 {
  --tw-gradient-to: rgb(191 52 118 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-600\/55 {
  --tw-gradient-to: rgb(191 52 118 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-600\/60 {
  --tw-gradient-to: rgb(191 52 118 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-600\/65 {
  --tw-gradient-to: rgb(191 52 118 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-600\/70 {
  --tw-gradient-to: rgb(191 52 118 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-600\/75 {
  --tw-gradient-to: rgb(191 52 118 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-600\/80 {
  --tw-gradient-to: rgb(191 52 118 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-600\/85 {
  --tw-gradient-to: rgb(191 52 118 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-600\/90 {
  --tw-gradient-to: rgb(191 52 118 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-600\/95 {
  --tw-gradient-to: rgb(191 52 118 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-700 {
  --tw-gradient-to: #982756 var(--tw-gradient-to-position);
}
.to-cerise-700\/0 {
  --tw-gradient-to: rgb(152 39 86 / 0) var(--tw-gradient-to-position);
}
.to-cerise-700\/10 {
  --tw-gradient-to: rgb(152 39 86 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-700\/100 {
  --tw-gradient-to: rgb(152 39 86 / 1) var(--tw-gradient-to-position);
}
.to-cerise-700\/15 {
  --tw-gradient-to: rgb(152 39 86 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-700\/20 {
  --tw-gradient-to: rgb(152 39 86 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-700\/25 {
  --tw-gradient-to: rgb(152 39 86 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-700\/30 {
  --tw-gradient-to: rgb(152 39 86 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-700\/35 {
  --tw-gradient-to: rgb(152 39 86 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-700\/40 {
  --tw-gradient-to: rgb(152 39 86 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-700\/45 {
  --tw-gradient-to: rgb(152 39 86 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-700\/5 {
  --tw-gradient-to: rgb(152 39 86 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-700\/50 {
  --tw-gradient-to: rgb(152 39 86 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-700\/55 {
  --tw-gradient-to: rgb(152 39 86 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-700\/60 {
  --tw-gradient-to: rgb(152 39 86 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-700\/65 {
  --tw-gradient-to: rgb(152 39 86 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-700\/70 {
  --tw-gradient-to: rgb(152 39 86 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-700\/75 {
  --tw-gradient-to: rgb(152 39 86 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-700\/80 {
  --tw-gradient-to: rgb(152 39 86 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-700\/85 {
  --tw-gradient-to: rgb(152 39 86 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-700\/90 {
  --tw-gradient-to: rgb(152 39 86 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-700\/95 {
  --tw-gradient-to: rgb(152 39 86 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-800 {
  --tw-gradient-to: #6d1b38 var(--tw-gradient-to-position);
}
.to-cerise-800\/0 {
  --tw-gradient-to: rgb(109 27 56 / 0) var(--tw-gradient-to-position);
}
.to-cerise-800\/10 {
  --tw-gradient-to: rgb(109 27 56 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-800\/100 {
  --tw-gradient-to: rgb(109 27 56 / 1) var(--tw-gradient-to-position);
}
.to-cerise-800\/15 {
  --tw-gradient-to: rgb(109 27 56 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-800\/20 {
  --tw-gradient-to: rgb(109 27 56 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-800\/25 {
  --tw-gradient-to: rgb(109 27 56 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-800\/30 {
  --tw-gradient-to: rgb(109 27 56 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-800\/35 {
  --tw-gradient-to: rgb(109 27 56 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-800\/40 {
  --tw-gradient-to: rgb(109 27 56 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-800\/45 {
  --tw-gradient-to: rgb(109 27 56 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-800\/5 {
  --tw-gradient-to: rgb(109 27 56 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-800\/50 {
  --tw-gradient-to: rgb(109 27 56 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-800\/55 {
  --tw-gradient-to: rgb(109 27 56 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-800\/60 {
  --tw-gradient-to: rgb(109 27 56 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-800\/65 {
  --tw-gradient-to: rgb(109 27 56 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-800\/70 {
  --tw-gradient-to: rgb(109 27 56 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-800\/75 {
  --tw-gradient-to: rgb(109 27 56 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-800\/80 {
  --tw-gradient-to: rgb(109 27 56 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-800\/85 {
  --tw-gradient-to: rgb(109 27 56 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-800\/90 {
  --tw-gradient-to: rgb(109 27 56 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-800\/95 {
  --tw-gradient-to: rgb(109 27 56 / 0.95) var(--tw-gradient-to-position);
}
.to-cerise-900 {
  --tw-gradient-to: #41121e var(--tw-gradient-to-position);
}
.to-cerise-900\/0 {
  --tw-gradient-to: rgb(65 18 30 / 0) var(--tw-gradient-to-position);
}
.to-cerise-900\/10 {
  --tw-gradient-to: rgb(65 18 30 / 0.1) var(--tw-gradient-to-position);
}
.to-cerise-900\/100 {
  --tw-gradient-to: rgb(65 18 30 / 1) var(--tw-gradient-to-position);
}
.to-cerise-900\/15 {
  --tw-gradient-to: rgb(65 18 30 / 0.15) var(--tw-gradient-to-position);
}
.to-cerise-900\/20 {
  --tw-gradient-to: rgb(65 18 30 / 0.2) var(--tw-gradient-to-position);
}
.to-cerise-900\/25 {
  --tw-gradient-to: rgb(65 18 30 / 0.25) var(--tw-gradient-to-position);
}
.to-cerise-900\/30 {
  --tw-gradient-to: rgb(65 18 30 / 0.3) var(--tw-gradient-to-position);
}
.to-cerise-900\/35 {
  --tw-gradient-to: rgb(65 18 30 / 0.35) var(--tw-gradient-to-position);
}
.to-cerise-900\/40 {
  --tw-gradient-to: rgb(65 18 30 / 0.4) var(--tw-gradient-to-position);
}
.to-cerise-900\/45 {
  --tw-gradient-to: rgb(65 18 30 / 0.45) var(--tw-gradient-to-position);
}
.to-cerise-900\/5 {
  --tw-gradient-to: rgb(65 18 30 / 0.05) var(--tw-gradient-to-position);
}
.to-cerise-900\/50 {
  --tw-gradient-to: rgb(65 18 30 / 0.5) var(--tw-gradient-to-position);
}
.to-cerise-900\/55 {
  --tw-gradient-to: rgb(65 18 30 / 0.55) var(--tw-gradient-to-position);
}
.to-cerise-900\/60 {
  --tw-gradient-to: rgb(65 18 30 / 0.6) var(--tw-gradient-to-position);
}
.to-cerise-900\/65 {
  --tw-gradient-to: rgb(65 18 30 / 0.65) var(--tw-gradient-to-position);
}
.to-cerise-900\/70 {
  --tw-gradient-to: rgb(65 18 30 / 0.7) var(--tw-gradient-to-position);
}
.to-cerise-900\/75 {
  --tw-gradient-to: rgb(65 18 30 / 0.75) var(--tw-gradient-to-position);
}
.to-cerise-900\/80 {
  --tw-gradient-to: rgb(65 18 30 / 0.8) var(--tw-gradient-to-position);
}
.to-cerise-900\/85 {
  --tw-gradient-to: rgb(65 18 30 / 0.85) var(--tw-gradient-to-position);
}
.to-cerise-900\/90 {
  --tw-gradient-to: rgb(65 18 30 / 0.9) var(--tw-gradient-to-position);
}
.to-cerise-900\/95 {
  --tw-gradient-to: rgb(65 18 30 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-100 {
  --tw-gradient-to: #f9f0cf var(--tw-gradient-to-position);
}
.to-chocolate-100\/0 {
  --tw-gradient-to: rgb(249 240 207 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-100\/10 {
  --tw-gradient-to: rgb(249 240 207 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-100\/100 {
  --tw-gradient-to: rgb(249 240 207 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-100\/15 {
  --tw-gradient-to: rgb(249 240 207 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-100\/20 {
  --tw-gradient-to: rgb(249 240 207 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-100\/25 {
  --tw-gradient-to: rgb(249 240 207 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-100\/30 {
  --tw-gradient-to: rgb(249 240 207 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-100\/35 {
  --tw-gradient-to: rgb(249 240 207 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-100\/40 {
  --tw-gradient-to: rgb(249 240 207 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-100\/45 {
  --tw-gradient-to: rgb(249 240 207 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-100\/5 {
  --tw-gradient-to: rgb(249 240 207 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-100\/50 {
  --tw-gradient-to: rgb(249 240 207 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-100\/55 {
  --tw-gradient-to: rgb(249 240 207 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-100\/60 {
  --tw-gradient-to: rgb(249 240 207 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-100\/65 {
  --tw-gradient-to: rgb(249 240 207 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-100\/70 {
  --tw-gradient-to: rgb(249 240 207 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-100\/75 {
  --tw-gradient-to: rgb(249 240 207 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-100\/80 {
  --tw-gradient-to: rgb(249 240 207 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-100\/85 {
  --tw-gradient-to: rgb(249 240 207 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-100\/90 {
  --tw-gradient-to: rgb(249 240 207 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-100\/95 {
  --tw-gradient-to: rgb(249 240 207 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-200 {
  --tw-gradient-to: #f3da9f var(--tw-gradient-to-position);
}
.to-chocolate-200\/0 {
  --tw-gradient-to: rgb(243 218 159 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-200\/10 {
  --tw-gradient-to: rgb(243 218 159 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-200\/100 {
  --tw-gradient-to: rgb(243 218 159 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-200\/15 {
  --tw-gradient-to: rgb(243 218 159 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-200\/20 {
  --tw-gradient-to: rgb(243 218 159 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-200\/25 {
  --tw-gradient-to: rgb(243 218 159 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-200\/30 {
  --tw-gradient-to: rgb(243 218 159 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-200\/35 {
  --tw-gradient-to: rgb(243 218 159 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-200\/40 {
  --tw-gradient-to: rgb(243 218 159 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-200\/45 {
  --tw-gradient-to: rgb(243 218 159 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-200\/5 {
  --tw-gradient-to: rgb(243 218 159 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-200\/50 {
  --tw-gradient-to: rgb(243 218 159 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-200\/55 {
  --tw-gradient-to: rgb(243 218 159 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-200\/60 {
  --tw-gradient-to: rgb(243 218 159 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-200\/65 {
  --tw-gradient-to: rgb(243 218 159 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-200\/70 {
  --tw-gradient-to: rgb(243 218 159 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-200\/75 {
  --tw-gradient-to: rgb(243 218 159 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-200\/80 {
  --tw-gradient-to: rgb(243 218 159 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-200\/85 {
  --tw-gradient-to: rgb(243 218 159 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-200\/90 {
  --tw-gradient-to: rgb(243 218 159 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-200\/95 {
  --tw-gradient-to: rgb(243 218 159 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-300 {
  --tw-gradient-to: #e1b36a var(--tw-gradient-to-position);
}
.to-chocolate-300\/0 {
  --tw-gradient-to: rgb(225 179 106 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-300\/10 {
  --tw-gradient-to: rgb(225 179 106 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-300\/100 {
  --tw-gradient-to: rgb(225 179 106 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-300\/15 {
  --tw-gradient-to: rgb(225 179 106 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-300\/20 {
  --tw-gradient-to: rgb(225 179 106 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-300\/25 {
  --tw-gradient-to: rgb(225 179 106 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-300\/30 {
  --tw-gradient-to: rgb(225 179 106 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-300\/35 {
  --tw-gradient-to: rgb(225 179 106 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-300\/40 {
  --tw-gradient-to: rgb(225 179 106 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-300\/45 {
  --tw-gradient-to: rgb(225 179 106 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-300\/5 {
  --tw-gradient-to: rgb(225 179 106 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-300\/50 {
  --tw-gradient-to: rgb(225 179 106 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-300\/55 {
  --tw-gradient-to: rgb(225 179 106 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-300\/60 {
  --tw-gradient-to: rgb(225 179 106 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-300\/65 {
  --tw-gradient-to: rgb(225 179 106 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-300\/70 {
  --tw-gradient-to: rgb(225 179 106 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-300\/75 {
  --tw-gradient-to: rgb(225 179 106 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-300\/80 {
  --tw-gradient-to: rgb(225 179 106 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-300\/85 {
  --tw-gradient-to: rgb(225 179 106 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-300\/90 {
  --tw-gradient-to: rgb(225 179 106 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-300\/95 {
  --tw-gradient-to: rgb(225 179 106 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-400 {
  --tw-gradient-to: #cc873e var(--tw-gradient-to-position);
}
.to-chocolate-400\/0 {
  --tw-gradient-to: rgb(204 135 62 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-400\/10 {
  --tw-gradient-to: rgb(204 135 62 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-400\/100 {
  --tw-gradient-to: rgb(204 135 62 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-400\/15 {
  --tw-gradient-to: rgb(204 135 62 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-400\/20 {
  --tw-gradient-to: rgb(204 135 62 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-400\/25 {
  --tw-gradient-to: rgb(204 135 62 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-400\/30 {
  --tw-gradient-to: rgb(204 135 62 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-400\/35 {
  --tw-gradient-to: rgb(204 135 62 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-400\/40 {
  --tw-gradient-to: rgb(204 135 62 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-400\/45 {
  --tw-gradient-to: rgb(204 135 62 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-400\/5 {
  --tw-gradient-to: rgb(204 135 62 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-400\/50 {
  --tw-gradient-to: rgb(204 135 62 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-400\/55 {
  --tw-gradient-to: rgb(204 135 62 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-400\/60 {
  --tw-gradient-to: rgb(204 135 62 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-400\/65 {
  --tw-gradient-to: rgb(204 135 62 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-400\/70 {
  --tw-gradient-to: rgb(204 135 62 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-400\/75 {
  --tw-gradient-to: rgb(204 135 62 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-400\/80 {
  --tw-gradient-to: rgb(204 135 62 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-400\/85 {
  --tw-gradient-to: rgb(204 135 62 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-400\/90 {
  --tw-gradient-to: rgb(204 135 62 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-400\/95 {
  --tw-gradient-to: rgb(204 135 62 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-50 {
  --tw-gradient-to: #fcfbf6 var(--tw-gradient-to-position);
}
.to-chocolate-50\/0 {
  --tw-gradient-to: rgb(252 251 246 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-50\/10 {
  --tw-gradient-to: rgb(252 251 246 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-50\/100 {
  --tw-gradient-to: rgb(252 251 246 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-50\/15 {
  --tw-gradient-to: rgb(252 251 246 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-50\/20 {
  --tw-gradient-to: rgb(252 251 246 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-50\/25 {
  --tw-gradient-to: rgb(252 251 246 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-50\/30 {
  --tw-gradient-to: rgb(252 251 246 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-50\/35 {
  --tw-gradient-to: rgb(252 251 246 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-50\/40 {
  --tw-gradient-to: rgb(252 251 246 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-50\/45 {
  --tw-gradient-to: rgb(252 251 246 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-50\/5 {
  --tw-gradient-to: rgb(252 251 246 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-50\/50 {
  --tw-gradient-to: rgb(252 251 246 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-50\/55 {
  --tw-gradient-to: rgb(252 251 246 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-50\/60 {
  --tw-gradient-to: rgb(252 251 246 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-50\/65 {
  --tw-gradient-to: rgb(252 251 246 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-50\/70 {
  --tw-gradient-to: rgb(252 251 246 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-50\/75 {
  --tw-gradient-to: rgb(252 251 246 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-50\/80 {
  --tw-gradient-to: rgb(252 251 246 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-50\/85 {
  --tw-gradient-to: rgb(252 251 246 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-50\/90 {
  --tw-gradient-to: rgb(252 251 246 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-50\/95 {
  --tw-gradient-to: rgb(252 251 246 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-500 {
  --tw-gradient-to: #b16622 var(--tw-gradient-to-position);
}
.to-chocolate-500\/0 {
  --tw-gradient-to: rgb(177 102 34 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-500\/10 {
  --tw-gradient-to: rgb(177 102 34 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-500\/100 {
  --tw-gradient-to: rgb(177 102 34 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-500\/15 {
  --tw-gradient-to: rgb(177 102 34 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-500\/20 {
  --tw-gradient-to: rgb(177 102 34 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-500\/25 {
  --tw-gradient-to: rgb(177 102 34 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-500\/30 {
  --tw-gradient-to: rgb(177 102 34 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-500\/35 {
  --tw-gradient-to: rgb(177 102 34 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-500\/40 {
  --tw-gradient-to: rgb(177 102 34 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-500\/45 {
  --tw-gradient-to: rgb(177 102 34 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-500\/5 {
  --tw-gradient-to: rgb(177 102 34 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-500\/50 {
  --tw-gradient-to: rgb(177 102 34 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-500\/55 {
  --tw-gradient-to: rgb(177 102 34 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-500\/60 {
  --tw-gradient-to: rgb(177 102 34 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-500\/65 {
  --tw-gradient-to: rgb(177 102 34 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-500\/70 {
  --tw-gradient-to: rgb(177 102 34 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-500\/75 {
  --tw-gradient-to: rgb(177 102 34 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-500\/80 {
  --tw-gradient-to: rgb(177 102 34 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-500\/85 {
  --tw-gradient-to: rgb(177 102 34 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-500\/90 {
  --tw-gradient-to: rgb(177 102 34 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-500\/95 {
  --tw-gradient-to: rgb(177 102 34 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-600 {
  --tw-gradient-to: #934c16 var(--tw-gradient-to-position);
}
.to-chocolate-600\/0 {
  --tw-gradient-to: rgb(147 76 22 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-600\/10 {
  --tw-gradient-to: rgb(147 76 22 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-600\/100 {
  --tw-gradient-to: rgb(147 76 22 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-600\/15 {
  --tw-gradient-to: rgb(147 76 22 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-600\/20 {
  --tw-gradient-to: rgb(147 76 22 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-600\/25 {
  --tw-gradient-to: rgb(147 76 22 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-600\/30 {
  --tw-gradient-to: rgb(147 76 22 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-600\/35 {
  --tw-gradient-to: rgb(147 76 22 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-600\/40 {
  --tw-gradient-to: rgb(147 76 22 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-600\/45 {
  --tw-gradient-to: rgb(147 76 22 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-600\/5 {
  --tw-gradient-to: rgb(147 76 22 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-600\/50 {
  --tw-gradient-to: rgb(147 76 22 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-600\/55 {
  --tw-gradient-to: rgb(147 76 22 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-600\/60 {
  --tw-gradient-to: rgb(147 76 22 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-600\/65 {
  --tw-gradient-to: rgb(147 76 22 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-600\/70 {
  --tw-gradient-to: rgb(147 76 22 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-600\/75 {
  --tw-gradient-to: rgb(147 76 22 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-600\/80 {
  --tw-gradient-to: rgb(147 76 22 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-600\/85 {
  --tw-gradient-to: rgb(147 76 22 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-600\/90 {
  --tw-gradient-to: rgb(147 76 22 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-600\/95 {
  --tw-gradient-to: rgb(147 76 22 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-700 {
  --tw-gradient-to: #703913 var(--tw-gradient-to-position);
}
.to-chocolate-700\/0 {
  --tw-gradient-to: rgb(112 57 19 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-700\/10 {
  --tw-gradient-to: rgb(112 57 19 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-700\/100 {
  --tw-gradient-to: rgb(112 57 19 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-700\/15 {
  --tw-gradient-to: rgb(112 57 19 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-700\/20 {
  --tw-gradient-to: rgb(112 57 19 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-700\/25 {
  --tw-gradient-to: rgb(112 57 19 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-700\/30 {
  --tw-gradient-to: rgb(112 57 19 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-700\/35 {
  --tw-gradient-to: rgb(112 57 19 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-700\/40 {
  --tw-gradient-to: rgb(112 57 19 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-700\/45 {
  --tw-gradient-to: rgb(112 57 19 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-700\/5 {
  --tw-gradient-to: rgb(112 57 19 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-700\/50 {
  --tw-gradient-to: rgb(112 57 19 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-700\/55 {
  --tw-gradient-to: rgb(112 57 19 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-700\/60 {
  --tw-gradient-to: rgb(112 57 19 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-700\/65 {
  --tw-gradient-to: rgb(112 57 19 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-700\/70 {
  --tw-gradient-to: rgb(112 57 19 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-700\/75 {
  --tw-gradient-to: rgb(112 57 19 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-700\/80 {
  --tw-gradient-to: rgb(112 57 19 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-700\/85 {
  --tw-gradient-to: rgb(112 57 19 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-700\/90 {
  --tw-gradient-to: rgb(112 57 19 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-700\/95 {
  --tw-gradient-to: rgb(112 57 19 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-800 {
  --tw-gradient-to: #4d270f var(--tw-gradient-to-position);
}
.to-chocolate-800\/0 {
  --tw-gradient-to: rgb(77 39 15 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-800\/10 {
  --tw-gradient-to: rgb(77 39 15 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-800\/100 {
  --tw-gradient-to: rgb(77 39 15 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-800\/15 {
  --tw-gradient-to: rgb(77 39 15 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-800\/20 {
  --tw-gradient-to: rgb(77 39 15 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-800\/25 {
  --tw-gradient-to: rgb(77 39 15 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-800\/30 {
  --tw-gradient-to: rgb(77 39 15 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-800\/35 {
  --tw-gradient-to: rgb(77 39 15 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-800\/40 {
  --tw-gradient-to: rgb(77 39 15 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-800\/45 {
  --tw-gradient-to: rgb(77 39 15 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-800\/5 {
  --tw-gradient-to: rgb(77 39 15 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-800\/50 {
  --tw-gradient-to: rgb(77 39 15 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-800\/55 {
  --tw-gradient-to: rgb(77 39 15 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-800\/60 {
  --tw-gradient-to: rgb(77 39 15 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-800\/65 {
  --tw-gradient-to: rgb(77 39 15 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-800\/70 {
  --tw-gradient-to: rgb(77 39 15 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-800\/75 {
  --tw-gradient-to: rgb(77 39 15 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-800\/80 {
  --tw-gradient-to: rgb(77 39 15 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-800\/85 {
  --tw-gradient-to: rgb(77 39 15 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-800\/90 {
  --tw-gradient-to: rgb(77 39 15 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-800\/95 {
  --tw-gradient-to: rgb(77 39 15 / 0.95) var(--tw-gradient-to-position);
}
.to-chocolate-900 {
  --tw-gradient-to: #31180a var(--tw-gradient-to-position);
}
.to-chocolate-900\/0 {
  --tw-gradient-to: rgb(49 24 10 / 0) var(--tw-gradient-to-position);
}
.to-chocolate-900\/10 {
  --tw-gradient-to: rgb(49 24 10 / 0.1) var(--tw-gradient-to-position);
}
.to-chocolate-900\/100 {
  --tw-gradient-to: rgb(49 24 10 / 1) var(--tw-gradient-to-position);
}
.to-chocolate-900\/15 {
  --tw-gradient-to: rgb(49 24 10 / 0.15) var(--tw-gradient-to-position);
}
.to-chocolate-900\/20 {
  --tw-gradient-to: rgb(49 24 10 / 0.2) var(--tw-gradient-to-position);
}
.to-chocolate-900\/25 {
  --tw-gradient-to: rgb(49 24 10 / 0.25) var(--tw-gradient-to-position);
}
.to-chocolate-900\/30 {
  --tw-gradient-to: rgb(49 24 10 / 0.3) var(--tw-gradient-to-position);
}
.to-chocolate-900\/35 {
  --tw-gradient-to: rgb(49 24 10 / 0.35) var(--tw-gradient-to-position);
}
.to-chocolate-900\/40 {
  --tw-gradient-to: rgb(49 24 10 / 0.4) var(--tw-gradient-to-position);
}
.to-chocolate-900\/45 {
  --tw-gradient-to: rgb(49 24 10 / 0.45) var(--tw-gradient-to-position);
}
.to-chocolate-900\/5 {
  --tw-gradient-to: rgb(49 24 10 / 0.05) var(--tw-gradient-to-position);
}
.to-chocolate-900\/50 {
  --tw-gradient-to: rgb(49 24 10 / 0.5) var(--tw-gradient-to-position);
}
.to-chocolate-900\/55 {
  --tw-gradient-to: rgb(49 24 10 / 0.55) var(--tw-gradient-to-position);
}
.to-chocolate-900\/60 {
  --tw-gradient-to: rgb(49 24 10 / 0.6) var(--tw-gradient-to-position);
}
.to-chocolate-900\/65 {
  --tw-gradient-to: rgb(49 24 10 / 0.65) var(--tw-gradient-to-position);
}
.to-chocolate-900\/70 {
  --tw-gradient-to: rgb(49 24 10 / 0.7) var(--tw-gradient-to-position);
}
.to-chocolate-900\/75 {
  --tw-gradient-to: rgb(49 24 10 / 0.75) var(--tw-gradient-to-position);
}
.to-chocolate-900\/80 {
  --tw-gradient-to: rgb(49 24 10 / 0.8) var(--tw-gradient-to-position);
}
.to-chocolate-900\/85 {
  --tw-gradient-to: rgb(49 24 10 / 0.85) var(--tw-gradient-to-position);
}
.to-chocolate-900\/90 {
  --tw-gradient-to: rgb(49 24 10 / 0.9) var(--tw-gradient-to-position);
}
.to-chocolate-900\/95 {
  --tw-gradient-to: rgb(49 24 10 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-100 {
  --tw-gradient-to: #ebf0fc var(--tw-gradient-to-position);
}
.to-denim-100\/0 {
  --tw-gradient-to: rgb(235 240 252 / 0) var(--tw-gradient-to-position);
}
.to-denim-100\/10 {
  --tw-gradient-to: rgb(235 240 252 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-100\/100 {
  --tw-gradient-to: rgb(235 240 252 / 1) var(--tw-gradient-to-position);
}
.to-denim-100\/15 {
  --tw-gradient-to: rgb(235 240 252 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-100\/20 {
  --tw-gradient-to: rgb(235 240 252 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-100\/25 {
  --tw-gradient-to: rgb(235 240 252 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-100\/30 {
  --tw-gradient-to: rgb(235 240 252 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-100\/35 {
  --tw-gradient-to: rgb(235 240 252 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-100\/40 {
  --tw-gradient-to: rgb(235 240 252 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-100\/45 {
  --tw-gradient-to: rgb(235 240 252 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-100\/5 {
  --tw-gradient-to: rgb(235 240 252 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-100\/50 {
  --tw-gradient-to: rgb(235 240 252 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-100\/55 {
  --tw-gradient-to: rgb(235 240 252 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-100\/60 {
  --tw-gradient-to: rgb(235 240 252 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-100\/65 {
  --tw-gradient-to: rgb(235 240 252 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-100\/70 {
  --tw-gradient-to: rgb(235 240 252 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-100\/75 {
  --tw-gradient-to: rgb(235 240 252 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-100\/80 {
  --tw-gradient-to: rgb(235 240 252 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-100\/85 {
  --tw-gradient-to: rgb(235 240 252 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-100\/90 {
  --tw-gradient-to: rgb(235 240 252 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-100\/95 {
  --tw-gradient-to: rgb(235 240 252 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-200 {
  --tw-gradient-to: #d6d6f9 var(--tw-gradient-to-position);
}
.to-denim-200\/0 {
  --tw-gradient-to: rgb(214 214 249 / 0) var(--tw-gradient-to-position);
}
.to-denim-200\/10 {
  --tw-gradient-to: rgb(214 214 249 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-200\/100 {
  --tw-gradient-to: rgb(214 214 249 / 1) var(--tw-gradient-to-position);
}
.to-denim-200\/15 {
  --tw-gradient-to: rgb(214 214 249 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-200\/20 {
  --tw-gradient-to: rgb(214 214 249 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-200\/25 {
  --tw-gradient-to: rgb(214 214 249 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-200\/30 {
  --tw-gradient-to: rgb(214 214 249 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-200\/35 {
  --tw-gradient-to: rgb(214 214 249 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-200\/40 {
  --tw-gradient-to: rgb(214 214 249 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-200\/45 {
  --tw-gradient-to: rgb(214 214 249 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-200\/5 {
  --tw-gradient-to: rgb(214 214 249 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-200\/50 {
  --tw-gradient-to: rgb(214 214 249 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-200\/55 {
  --tw-gradient-to: rgb(214 214 249 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-200\/60 {
  --tw-gradient-to: rgb(214 214 249 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-200\/65 {
  --tw-gradient-to: rgb(214 214 249 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-200\/70 {
  --tw-gradient-to: rgb(214 214 249 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-200\/75 {
  --tw-gradient-to: rgb(214 214 249 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-200\/80 {
  --tw-gradient-to: rgb(214 214 249 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-200\/85 {
  --tw-gradient-to: rgb(214 214 249 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-200\/90 {
  --tw-gradient-to: rgb(214 214 249 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-200\/95 {
  --tw-gradient-to: rgb(214 214 249 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-300 {
  --tw-gradient-to: #b4b1f0 var(--tw-gradient-to-position);
}
.to-denim-300\/0 {
  --tw-gradient-to: rgb(180 177 240 / 0) var(--tw-gradient-to-position);
}
.to-denim-300\/10 {
  --tw-gradient-to: rgb(180 177 240 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-300\/100 {
  --tw-gradient-to: rgb(180 177 240 / 1) var(--tw-gradient-to-position);
}
.to-denim-300\/15 {
  --tw-gradient-to: rgb(180 177 240 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-300\/20 {
  --tw-gradient-to: rgb(180 177 240 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-300\/25 {
  --tw-gradient-to: rgb(180 177 240 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-300\/30 {
  --tw-gradient-to: rgb(180 177 240 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-300\/35 {
  --tw-gradient-to: rgb(180 177 240 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-300\/40 {
  --tw-gradient-to: rgb(180 177 240 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-300\/45 {
  --tw-gradient-to: rgb(180 177 240 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-300\/5 {
  --tw-gradient-to: rgb(180 177 240 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-300\/50 {
  --tw-gradient-to: rgb(180 177 240 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-300\/55 {
  --tw-gradient-to: rgb(180 177 240 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-300\/60 {
  --tw-gradient-to: rgb(180 177 240 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-300\/65 {
  --tw-gradient-to: rgb(180 177 240 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-300\/70 {
  --tw-gradient-to: rgb(180 177 240 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-300\/75 {
  --tw-gradient-to: rgb(180 177 240 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-300\/80 {
  --tw-gradient-to: rgb(180 177 240 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-300\/85 {
  --tw-gradient-to: rgb(180 177 240 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-300\/90 {
  --tw-gradient-to: rgb(180 177 240 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-300\/95 {
  --tw-gradient-to: rgb(180 177 240 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-400 {
  --tw-gradient-to: #9987e5 var(--tw-gradient-to-position);
}
.to-denim-400\/0 {
  --tw-gradient-to: rgb(153 135 229 / 0) var(--tw-gradient-to-position);
}
.to-denim-400\/10 {
  --tw-gradient-to: rgb(153 135 229 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-400\/100 {
  --tw-gradient-to: rgb(153 135 229 / 1) var(--tw-gradient-to-position);
}
.to-denim-400\/15 {
  --tw-gradient-to: rgb(153 135 229 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-400\/20 {
  --tw-gradient-to: rgb(153 135 229 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-400\/25 {
  --tw-gradient-to: rgb(153 135 229 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-400\/30 {
  --tw-gradient-to: rgb(153 135 229 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-400\/35 {
  --tw-gradient-to: rgb(153 135 229 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-400\/40 {
  --tw-gradient-to: rgb(153 135 229 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-400\/45 {
  --tw-gradient-to: rgb(153 135 229 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-400\/5 {
  --tw-gradient-to: rgb(153 135 229 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-400\/50 {
  --tw-gradient-to: rgb(153 135 229 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-400\/55 {
  --tw-gradient-to: rgb(153 135 229 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-400\/60 {
  --tw-gradient-to: rgb(153 135 229 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-400\/65 {
  --tw-gradient-to: rgb(153 135 229 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-400\/70 {
  --tw-gradient-to: rgb(153 135 229 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-400\/75 {
  --tw-gradient-to: rgb(153 135 229 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-400\/80 {
  --tw-gradient-to: rgb(153 135 229 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-400\/85 {
  --tw-gradient-to: rgb(153 135 229 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-400\/90 {
  --tw-gradient-to: rgb(153 135 229 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-400\/95 {
  --tw-gradient-to: rgb(153 135 229 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-50 {
  --tw-gradient-to: #f8fafb var(--tw-gradient-to-position);
}
.to-denim-50\/0 {
  --tw-gradient-to: rgb(248 250 251 / 0) var(--tw-gradient-to-position);
}
.to-denim-50\/10 {
  --tw-gradient-to: rgb(248 250 251 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-50\/100 {
  --tw-gradient-to: rgb(248 250 251 / 1) var(--tw-gradient-to-position);
}
.to-denim-50\/15 {
  --tw-gradient-to: rgb(248 250 251 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-50\/20 {
  --tw-gradient-to: rgb(248 250 251 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-50\/25 {
  --tw-gradient-to: rgb(248 250 251 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-50\/30 {
  --tw-gradient-to: rgb(248 250 251 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-50\/35 {
  --tw-gradient-to: rgb(248 250 251 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-50\/40 {
  --tw-gradient-to: rgb(248 250 251 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-50\/45 {
  --tw-gradient-to: rgb(248 250 251 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-50\/5 {
  --tw-gradient-to: rgb(248 250 251 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-50\/50 {
  --tw-gradient-to: rgb(248 250 251 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-50\/55 {
  --tw-gradient-to: rgb(248 250 251 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-50\/60 {
  --tw-gradient-to: rgb(248 250 251 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-50\/65 {
  --tw-gradient-to: rgb(248 250 251 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-50\/70 {
  --tw-gradient-to: rgb(248 250 251 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-50\/75 {
  --tw-gradient-to: rgb(248 250 251 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-50\/80 {
  --tw-gradient-to: rgb(248 250 251 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-50\/85 {
  --tw-gradient-to: rgb(248 250 251 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-50\/90 {
  --tw-gradient-to: rgb(248 250 251 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-50\/95 {
  --tw-gradient-to: rgb(248 250 251 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-500 {
  --tw-gradient-to: #8062dc var(--tw-gradient-to-position);
}
.to-denim-500\/0 {
  --tw-gradient-to: rgb(128 98 220 / 0) var(--tw-gradient-to-position);
}
.to-denim-500\/10 {
  --tw-gradient-to: rgb(128 98 220 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-500\/100 {
  --tw-gradient-to: rgb(128 98 220 / 1) var(--tw-gradient-to-position);
}
.to-denim-500\/15 {
  --tw-gradient-to: rgb(128 98 220 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-500\/20 {
  --tw-gradient-to: rgb(128 98 220 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-500\/25 {
  --tw-gradient-to: rgb(128 98 220 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-500\/30 {
  --tw-gradient-to: rgb(128 98 220 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-500\/35 {
  --tw-gradient-to: rgb(128 98 220 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-500\/40 {
  --tw-gradient-to: rgb(128 98 220 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-500\/45 {
  --tw-gradient-to: rgb(128 98 220 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-500\/5 {
  --tw-gradient-to: rgb(128 98 220 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-500\/50 {
  --tw-gradient-to: rgb(128 98 220 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-500\/55 {
  --tw-gradient-to: rgb(128 98 220 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-500\/60 {
  --tw-gradient-to: rgb(128 98 220 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-500\/65 {
  --tw-gradient-to: rgb(128 98 220 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-500\/70 {
  --tw-gradient-to: rgb(128 98 220 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-500\/75 {
  --tw-gradient-to: rgb(128 98 220 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-500\/80 {
  --tw-gradient-to: rgb(128 98 220 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-500\/85 {
  --tw-gradient-to: rgb(128 98 220 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-500\/90 {
  --tw-gradient-to: rgb(128 98 220 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-500\/95 {
  --tw-gradient-to: rgb(128 98 220 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-600 {
  --tw-gradient-to: #6946cb var(--tw-gradient-to-position);
}
.to-denim-600\/0 {
  --tw-gradient-to: rgb(105 70 203 / 0) var(--tw-gradient-to-position);
}
.to-denim-600\/10 {
  --tw-gradient-to: rgb(105 70 203 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-600\/100 {
  --tw-gradient-to: rgb(105 70 203 / 1) var(--tw-gradient-to-position);
}
.to-denim-600\/15 {
  --tw-gradient-to: rgb(105 70 203 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-600\/20 {
  --tw-gradient-to: rgb(105 70 203 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-600\/25 {
  --tw-gradient-to: rgb(105 70 203 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-600\/30 {
  --tw-gradient-to: rgb(105 70 203 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-600\/35 {
  --tw-gradient-to: rgb(105 70 203 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-600\/40 {
  --tw-gradient-to: rgb(105 70 203 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-600\/45 {
  --tw-gradient-to: rgb(105 70 203 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-600\/5 {
  --tw-gradient-to: rgb(105 70 203 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-600\/50 {
  --tw-gradient-to: rgb(105 70 203 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-600\/55 {
  --tw-gradient-to: rgb(105 70 203 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-600\/60 {
  --tw-gradient-to: rgb(105 70 203 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-600\/65 {
  --tw-gradient-to: rgb(105 70 203 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-600\/70 {
  --tw-gradient-to: rgb(105 70 203 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-600\/75 {
  --tw-gradient-to: rgb(105 70 203 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-600\/80 {
  --tw-gradient-to: rgb(105 70 203 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-600\/85 {
  --tw-gradient-to: rgb(105 70 203 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-600\/90 {
  --tw-gradient-to: rgb(105 70 203 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-600\/95 {
  --tw-gradient-to: rgb(105 70 203 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-700 {
  --tw-gradient-to: #4f35a8 var(--tw-gradient-to-position);
}
.to-denim-700\/0 {
  --tw-gradient-to: rgb(79 53 168 / 0) var(--tw-gradient-to-position);
}
.to-denim-700\/10 {
  --tw-gradient-to: rgb(79 53 168 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-700\/100 {
  --tw-gradient-to: rgb(79 53 168 / 1) var(--tw-gradient-to-position);
}
.to-denim-700\/15 {
  --tw-gradient-to: rgb(79 53 168 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-700\/20 {
  --tw-gradient-to: rgb(79 53 168 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-700\/25 {
  --tw-gradient-to: rgb(79 53 168 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-700\/30 {
  --tw-gradient-to: rgb(79 53 168 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-700\/35 {
  --tw-gradient-to: rgb(79 53 168 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-700\/40 {
  --tw-gradient-to: rgb(79 53 168 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-700\/45 {
  --tw-gradient-to: rgb(79 53 168 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-700\/5 {
  --tw-gradient-to: rgb(79 53 168 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-700\/50 {
  --tw-gradient-to: rgb(79 53 168 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-700\/55 {
  --tw-gradient-to: rgb(79 53 168 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-700\/60 {
  --tw-gradient-to: rgb(79 53 168 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-700\/65 {
  --tw-gradient-to: rgb(79 53 168 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-700\/70 {
  --tw-gradient-to: rgb(79 53 168 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-700\/75 {
  --tw-gradient-to: rgb(79 53 168 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-700\/80 {
  --tw-gradient-to: rgb(79 53 168 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-700\/85 {
  --tw-gradient-to: rgb(79 53 168 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-700\/90 {
  --tw-gradient-to: rgb(79 53 168 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-700\/95 {
  --tw-gradient-to: rgb(79 53 168 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-800 {
  --tw-gradient-to: #362479 var(--tw-gradient-to-position);
}
.to-denim-800\/0 {
  --tw-gradient-to: rgb(54 36 121 / 0) var(--tw-gradient-to-position);
}
.to-denim-800\/10 {
  --tw-gradient-to: rgb(54 36 121 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-800\/100 {
  --tw-gradient-to: rgb(54 36 121 / 1) var(--tw-gradient-to-position);
}
.to-denim-800\/15 {
  --tw-gradient-to: rgb(54 36 121 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-800\/20 {
  --tw-gradient-to: rgb(54 36 121 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-800\/25 {
  --tw-gradient-to: rgb(54 36 121 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-800\/30 {
  --tw-gradient-to: rgb(54 36 121 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-800\/35 {
  --tw-gradient-to: rgb(54 36 121 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-800\/40 {
  --tw-gradient-to: rgb(54 36 121 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-800\/45 {
  --tw-gradient-to: rgb(54 36 121 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-800\/5 {
  --tw-gradient-to: rgb(54 36 121 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-800\/50 {
  --tw-gradient-to: rgb(54 36 121 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-800\/55 {
  --tw-gradient-to: rgb(54 36 121 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-800\/60 {
  --tw-gradient-to: rgb(54 36 121 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-800\/65 {
  --tw-gradient-to: rgb(54 36 121 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-800\/70 {
  --tw-gradient-to: rgb(54 36 121 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-800\/75 {
  --tw-gradient-to: rgb(54 36 121 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-800\/80 {
  --tw-gradient-to: rgb(54 36 121 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-800\/85 {
  --tw-gradient-to: rgb(54 36 121 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-800\/90 {
  --tw-gradient-to: rgb(54 36 121 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-800\/95 {
  --tw-gradient-to: rgb(54 36 121 / 0.95) var(--tw-gradient-to-position);
}
.to-denim-900 {
  --tw-gradient-to: #1e1749 var(--tw-gradient-to-position);
}
.to-denim-900\/0 {
  --tw-gradient-to: rgb(30 23 73 / 0) var(--tw-gradient-to-position);
}
.to-denim-900\/10 {
  --tw-gradient-to: rgb(30 23 73 / 0.1) var(--tw-gradient-to-position);
}
.to-denim-900\/100 {
  --tw-gradient-to: rgb(30 23 73 / 1) var(--tw-gradient-to-position);
}
.to-denim-900\/15 {
  --tw-gradient-to: rgb(30 23 73 / 0.15) var(--tw-gradient-to-position);
}
.to-denim-900\/20 {
  --tw-gradient-to: rgb(30 23 73 / 0.2) var(--tw-gradient-to-position);
}
.to-denim-900\/25 {
  --tw-gradient-to: rgb(30 23 73 / 0.25) var(--tw-gradient-to-position);
}
.to-denim-900\/30 {
  --tw-gradient-to: rgb(30 23 73 / 0.3) var(--tw-gradient-to-position);
}
.to-denim-900\/35 {
  --tw-gradient-to: rgb(30 23 73 / 0.35) var(--tw-gradient-to-position);
}
.to-denim-900\/40 {
  --tw-gradient-to: rgb(30 23 73 / 0.4) var(--tw-gradient-to-position);
}
.to-denim-900\/45 {
  --tw-gradient-to: rgb(30 23 73 / 0.45) var(--tw-gradient-to-position);
}
.to-denim-900\/5 {
  --tw-gradient-to: rgb(30 23 73 / 0.05) var(--tw-gradient-to-position);
}
.to-denim-900\/50 {
  --tw-gradient-to: rgb(30 23 73 / 0.5) var(--tw-gradient-to-position);
}
.to-denim-900\/55 {
  --tw-gradient-to: rgb(30 23 73 / 0.55) var(--tw-gradient-to-position);
}
.to-denim-900\/60 {
  --tw-gradient-to: rgb(30 23 73 / 0.6) var(--tw-gradient-to-position);
}
.to-denim-900\/65 {
  --tw-gradient-to: rgb(30 23 73 / 0.65) var(--tw-gradient-to-position);
}
.to-denim-900\/70 {
  --tw-gradient-to: rgb(30 23 73 / 0.7) var(--tw-gradient-to-position);
}
.to-denim-900\/75 {
  --tw-gradient-to: rgb(30 23 73 / 0.75) var(--tw-gradient-to-position);
}
.to-denim-900\/80 {
  --tw-gradient-to: rgb(30 23 73 / 0.8) var(--tw-gradient-to-position);
}
.to-denim-900\/85 {
  --tw-gradient-to: rgb(30 23 73 / 0.85) var(--tw-gradient-to-position);
}
.to-denim-900\/90 {
  --tw-gradient-to: rgb(30 23 73 / 0.9) var(--tw-gradient-to-position);
}
.to-denim-900\/95 {
  --tw-gradient-to: rgb(30 23 73 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #F3F4F6 var(--tw-gradient-to-position);
}
.to-gray-100\/0 {
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
}
.to-gray-100\/10 {
  --tw-gradient-to: rgb(243 244 246 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-100\/100 {
  --tw-gradient-to: rgb(243 244 246 / 1) var(--tw-gradient-to-position);
}
.to-gray-100\/15 {
  --tw-gradient-to: rgb(243 244 246 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-100\/20 {
  --tw-gradient-to: rgb(243 244 246 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-100\/25 {
  --tw-gradient-to: rgb(243 244 246 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-100\/30 {
  --tw-gradient-to: rgb(243 244 246 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-100\/35 {
  --tw-gradient-to: rgb(243 244 246 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-100\/40 {
  --tw-gradient-to: rgb(243 244 246 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-100\/45 {
  --tw-gradient-to: rgb(243 244 246 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-100\/5 {
  --tw-gradient-to: rgb(243 244 246 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-100\/50 {
  --tw-gradient-to: rgb(243 244 246 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-100\/55 {
  --tw-gradient-to: rgb(243 244 246 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-100\/60 {
  --tw-gradient-to: rgb(243 244 246 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-100\/65 {
  --tw-gradient-to: rgb(243 244 246 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-100\/70 {
  --tw-gradient-to: rgb(243 244 246 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-100\/75 {
  --tw-gradient-to: rgb(243 244 246 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-100\/80 {
  --tw-gradient-to: rgb(243 244 246 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-100\/85 {
  --tw-gradient-to: rgb(243 244 246 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-100\/90 {
  --tw-gradient-to: rgb(243 244 246 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-100\/95 {
  --tw-gradient-to: rgb(243 244 246 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-200 {
  --tw-gradient-to: #E5E7EB var(--tw-gradient-to-position);
}
.to-gray-200\/0 {
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
}
.to-gray-200\/10 {
  --tw-gradient-to: rgb(229 231 235 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-200\/100 {
  --tw-gradient-to: rgb(229 231 235 / 1) var(--tw-gradient-to-position);
}
.to-gray-200\/15 {
  --tw-gradient-to: rgb(229 231 235 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-200\/20 {
  --tw-gradient-to: rgb(229 231 235 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-200\/25 {
  --tw-gradient-to: rgb(229 231 235 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-200\/30 {
  --tw-gradient-to: rgb(229 231 235 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-200\/35 {
  --tw-gradient-to: rgb(229 231 235 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-200\/40 {
  --tw-gradient-to: rgb(229 231 235 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-200\/45 {
  --tw-gradient-to: rgb(229 231 235 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-200\/5 {
  --tw-gradient-to: rgb(229 231 235 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-200\/50 {
  --tw-gradient-to: rgb(229 231 235 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-200\/55 {
  --tw-gradient-to: rgb(229 231 235 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-200\/60 {
  --tw-gradient-to: rgb(229 231 235 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-200\/65 {
  --tw-gradient-to: rgb(229 231 235 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-200\/70 {
  --tw-gradient-to: rgb(229 231 235 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-200\/75 {
  --tw-gradient-to: rgb(229 231 235 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-200\/80 {
  --tw-gradient-to: rgb(229 231 235 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-200\/85 {
  --tw-gradient-to: rgb(229 231 235 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-200\/90 {
  --tw-gradient-to: rgb(229 231 235 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-200\/95 {
  --tw-gradient-to: rgb(229 231 235 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-300 {
  --tw-gradient-to: #D1D5DB var(--tw-gradient-to-position);
}
.to-gray-300\/0 {
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
}
.to-gray-300\/10 {
  --tw-gradient-to: rgb(209 213 219 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-300\/100 {
  --tw-gradient-to: rgb(209 213 219 / 1) var(--tw-gradient-to-position);
}
.to-gray-300\/15 {
  --tw-gradient-to: rgb(209 213 219 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-300\/20 {
  --tw-gradient-to: rgb(209 213 219 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-300\/25 {
  --tw-gradient-to: rgb(209 213 219 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-300\/30 {
  --tw-gradient-to: rgb(209 213 219 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-300\/35 {
  --tw-gradient-to: rgb(209 213 219 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-300\/40 {
  --tw-gradient-to: rgb(209 213 219 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-300\/45 {
  --tw-gradient-to: rgb(209 213 219 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-300\/5 {
  --tw-gradient-to: rgb(209 213 219 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-300\/50 {
  --tw-gradient-to: rgb(209 213 219 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-300\/55 {
  --tw-gradient-to: rgb(209 213 219 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-300\/60 {
  --tw-gradient-to: rgb(209 213 219 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-300\/65 {
  --tw-gradient-to: rgb(209 213 219 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-300\/70 {
  --tw-gradient-to: rgb(209 213 219 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-300\/75 {
  --tw-gradient-to: rgb(209 213 219 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-300\/80 {
  --tw-gradient-to: rgb(209 213 219 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-300\/85 {
  --tw-gradient-to: rgb(209 213 219 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-300\/90 {
  --tw-gradient-to: rgb(209 213 219 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-300\/95 {
  --tw-gradient-to: rgb(209 213 219 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-400 {
  --tw-gradient-to: #9CA3AF var(--tw-gradient-to-position);
}
.to-gray-400\/0 {
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
}
.to-gray-400\/10 {
  --tw-gradient-to: rgb(156 163 175 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-400\/100 {
  --tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position);
}
.to-gray-400\/15 {
  --tw-gradient-to: rgb(156 163 175 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-400\/20 {
  --tw-gradient-to: rgb(156 163 175 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-400\/25 {
  --tw-gradient-to: rgb(156 163 175 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-400\/30 {
  --tw-gradient-to: rgb(156 163 175 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-400\/35 {
  --tw-gradient-to: rgb(156 163 175 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-400\/40 {
  --tw-gradient-to: rgb(156 163 175 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-400\/45 {
  --tw-gradient-to: rgb(156 163 175 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-400\/5 {
  --tw-gradient-to: rgb(156 163 175 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-400\/50 {
  --tw-gradient-to: rgb(156 163 175 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-400\/55 {
  --tw-gradient-to: rgb(156 163 175 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-400\/60 {
  --tw-gradient-to: rgb(156 163 175 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-400\/65 {
  --tw-gradient-to: rgb(156 163 175 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-400\/70 {
  --tw-gradient-to: rgb(156 163 175 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-400\/75 {
  --tw-gradient-to: rgb(156 163 175 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-400\/80 {
  --tw-gradient-to: rgb(156 163 175 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-400\/85 {
  --tw-gradient-to: rgb(156 163 175 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-400\/90 {
  --tw-gradient-to: rgb(156 163 175 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-400\/95 {
  --tw-gradient-to: rgb(156 163 175 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-50 {
  --tw-gradient-to: #F9FAFB var(--tw-gradient-to-position);
}
.to-gray-50\/0 {
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
}
.to-gray-50\/10 {
  --tw-gradient-to: rgb(249 250 251 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-50\/100 {
  --tw-gradient-to: rgb(249 250 251 / 1) var(--tw-gradient-to-position);
}
.to-gray-50\/15 {
  --tw-gradient-to: rgb(249 250 251 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-50\/20 {
  --tw-gradient-to: rgb(249 250 251 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-50\/25 {
  --tw-gradient-to: rgb(249 250 251 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-50\/30 {
  --tw-gradient-to: rgb(249 250 251 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-50\/35 {
  --tw-gradient-to: rgb(249 250 251 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-50\/40 {
  --tw-gradient-to: rgb(249 250 251 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-50\/45 {
  --tw-gradient-to: rgb(249 250 251 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-50\/5 {
  --tw-gradient-to: rgb(249 250 251 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-50\/50 {
  --tw-gradient-to: rgb(249 250 251 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-50\/55 {
  --tw-gradient-to: rgb(249 250 251 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-50\/60 {
  --tw-gradient-to: rgb(249 250 251 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-50\/65 {
  --tw-gradient-to: rgb(249 250 251 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-50\/70 {
  --tw-gradient-to: rgb(249 250 251 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-50\/75 {
  --tw-gradient-to: rgb(249 250 251 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-50\/80 {
  --tw-gradient-to: rgb(249 250 251 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-50\/85 {
  --tw-gradient-to: rgb(249 250 251 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-50\/90 {
  --tw-gradient-to: rgb(249 250 251 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-50\/95 {
  --tw-gradient-to: rgb(249 250 251 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-500 {
  --tw-gradient-to: #6B7280 var(--tw-gradient-to-position);
}
.to-gray-500\/0 {
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
}
.to-gray-500\/10 {
  --tw-gradient-to: rgb(107 114 128 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-500\/100 {
  --tw-gradient-to: rgb(107 114 128 / 1) var(--tw-gradient-to-position);
}
.to-gray-500\/15 {
  --tw-gradient-to: rgb(107 114 128 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-500\/20 {
  --tw-gradient-to: rgb(107 114 128 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-500\/25 {
  --tw-gradient-to: rgb(107 114 128 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-500\/30 {
  --tw-gradient-to: rgb(107 114 128 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-500\/35 {
  --tw-gradient-to: rgb(107 114 128 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-500\/40 {
  --tw-gradient-to: rgb(107 114 128 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-500\/45 {
  --tw-gradient-to: rgb(107 114 128 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-500\/5 {
  --tw-gradient-to: rgb(107 114 128 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-500\/50 {
  --tw-gradient-to: rgb(107 114 128 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-500\/55 {
  --tw-gradient-to: rgb(107 114 128 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-500\/60 {
  --tw-gradient-to: rgb(107 114 128 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-500\/65 {
  --tw-gradient-to: rgb(107 114 128 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-500\/70 {
  --tw-gradient-to: rgb(107 114 128 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-500\/75 {
  --tw-gradient-to: rgb(107 114 128 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-500\/80 {
  --tw-gradient-to: rgb(107 114 128 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-500\/85 {
  --tw-gradient-to: rgb(107 114 128 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-500\/90 {
  --tw-gradient-to: rgb(107 114 128 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-500\/95 {
  --tw-gradient-to: rgb(107 114 128 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-600 {
  --tw-gradient-to: #4B5563 var(--tw-gradient-to-position);
}
.to-gray-600\/0 {
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
}
.to-gray-600\/10 {
  --tw-gradient-to: rgb(75 85 99 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-600\/100 {
  --tw-gradient-to: rgb(75 85 99 / 1) var(--tw-gradient-to-position);
}
.to-gray-600\/15 {
  --tw-gradient-to: rgb(75 85 99 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-600\/20 {
  --tw-gradient-to: rgb(75 85 99 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-600\/25 {
  --tw-gradient-to: rgb(75 85 99 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-600\/30 {
  --tw-gradient-to: rgb(75 85 99 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-600\/35 {
  --tw-gradient-to: rgb(75 85 99 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-600\/40 {
  --tw-gradient-to: rgb(75 85 99 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-600\/45 {
  --tw-gradient-to: rgb(75 85 99 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-600\/5 {
  --tw-gradient-to: rgb(75 85 99 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-600\/50 {
  --tw-gradient-to: rgb(75 85 99 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-600\/55 {
  --tw-gradient-to: rgb(75 85 99 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-600\/60 {
  --tw-gradient-to: rgb(75 85 99 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-600\/65 {
  --tw-gradient-to: rgb(75 85 99 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-600\/70 {
  --tw-gradient-to: rgb(75 85 99 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-600\/75 {
  --tw-gradient-to: rgb(75 85 99 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-600\/80 {
  --tw-gradient-to: rgb(75 85 99 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-600\/85 {
  --tw-gradient-to: rgb(75 85 99 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-600\/90 {
  --tw-gradient-to: rgb(75 85 99 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-600\/95 {
  --tw-gradient-to: rgb(75 85 99 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}
.to-gray-700\/0 {
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
}
.to-gray-700\/10 {
  --tw-gradient-to: rgb(55 65 81 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-700\/100 {
  --tw-gradient-to: rgb(55 65 81 / 1) var(--tw-gradient-to-position);
}
.to-gray-700\/15 {
  --tw-gradient-to: rgb(55 65 81 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-700\/20 {
  --tw-gradient-to: rgb(55 65 81 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-700\/25 {
  --tw-gradient-to: rgb(55 65 81 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-700\/30 {
  --tw-gradient-to: rgb(55 65 81 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-700\/35 {
  --tw-gradient-to: rgb(55 65 81 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-700\/40 {
  --tw-gradient-to: rgb(55 65 81 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-700\/45 {
  --tw-gradient-to: rgb(55 65 81 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-700\/5 {
  --tw-gradient-to: rgb(55 65 81 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-700\/50 {
  --tw-gradient-to: rgb(55 65 81 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-700\/55 {
  --tw-gradient-to: rgb(55 65 81 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-700\/60 {
  --tw-gradient-to: rgb(55 65 81 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-700\/65 {
  --tw-gradient-to: rgb(55 65 81 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-700\/70 {
  --tw-gradient-to: rgb(55 65 81 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-700\/75 {
  --tw-gradient-to: rgb(55 65 81 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-700\/80 {
  --tw-gradient-to: rgb(55 65 81 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-700\/85 {
  --tw-gradient-to: rgb(55 65 81 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-700\/90 {
  --tw-gradient-to: rgb(55 65 81 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-700\/95 {
  --tw-gradient-to: rgb(55 65 81 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-800 {
  --tw-gradient-to: #1F2937 var(--tw-gradient-to-position);
}
.to-gray-800\/0 {
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
}
.to-gray-800\/10 {
  --tw-gradient-to: rgb(31 41 55 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-800\/100 {
  --tw-gradient-to: rgb(31 41 55 / 1) var(--tw-gradient-to-position);
}
.to-gray-800\/15 {
  --tw-gradient-to: rgb(31 41 55 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-800\/20 {
  --tw-gradient-to: rgb(31 41 55 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-800\/25 {
  --tw-gradient-to: rgb(31 41 55 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-800\/30 {
  --tw-gradient-to: rgb(31 41 55 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-800\/35 {
  --tw-gradient-to: rgb(31 41 55 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-800\/40 {
  --tw-gradient-to: rgb(31 41 55 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-800\/45 {
  --tw-gradient-to: rgb(31 41 55 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-800\/5 {
  --tw-gradient-to: rgb(31 41 55 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-800\/50 {
  --tw-gradient-to: rgb(31 41 55 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-800\/55 {
  --tw-gradient-to: rgb(31 41 55 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-800\/60 {
  --tw-gradient-to: rgb(31 41 55 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-800\/65 {
  --tw-gradient-to: rgb(31 41 55 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-800\/70 {
  --tw-gradient-to: rgb(31 41 55 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-800\/75 {
  --tw-gradient-to: rgb(31 41 55 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-800\/80 {
  --tw-gradient-to: rgb(31 41 55 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-800\/85 {
  --tw-gradient-to: rgb(31 41 55 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-800\/90 {
  --tw-gradient-to: rgb(31 41 55 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-800\/95 {
  --tw-gradient-to: rgb(31 41 55 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.to-gray-900\/0 {
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
}
.to-gray-900\/10 {
  --tw-gradient-to: rgb(17 24 39 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-900\/100 {
  --tw-gradient-to: rgb(17 24 39 / 1) var(--tw-gradient-to-position);
}
.to-gray-900\/15 {
  --tw-gradient-to: rgb(17 24 39 / 0.15) var(--tw-gradient-to-position);
}
.to-gray-900\/20 {
  --tw-gradient-to: rgb(17 24 39 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-900\/25 {
  --tw-gradient-to: rgb(17 24 39 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-900\/30 {
  --tw-gradient-to: rgb(17 24 39 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-900\/35 {
  --tw-gradient-to: rgb(17 24 39 / 0.35) var(--tw-gradient-to-position);
}
.to-gray-900\/40 {
  --tw-gradient-to: rgb(17 24 39 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-900\/45 {
  --tw-gradient-to: rgb(17 24 39 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-900\/5 {
  --tw-gradient-to: rgb(17 24 39 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-900\/50 {
  --tw-gradient-to: rgb(17 24 39 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-900\/55 {
  --tw-gradient-to: rgb(17 24 39 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-900\/60 {
  --tw-gradient-to: rgb(17 24 39 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-900\/65 {
  --tw-gradient-to: rgb(17 24 39 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-900\/70 {
  --tw-gradient-to: rgb(17 24 39 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-900\/75 {
  --tw-gradient-to: rgb(17 24 39 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-900\/80 {
  --tw-gradient-to: rgb(17 24 39 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-900\/85 {
  --tw-gradient-to: rgb(17 24 39 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-900\/90 {
  --tw-gradient-to: rgb(17 24 39 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-900\/95 {
  --tw-gradient-to: rgb(17 24 39 / 0.95) var(--tw-gradient-to-position);
}
.to-green-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}
.to-green-100\/0 {
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
}
.to-green-100\/10 {
  --tw-gradient-to: rgb(209 250 229 / 0.1) var(--tw-gradient-to-position);
}
.to-green-100\/100 {
  --tw-gradient-to: rgb(209 250 229 / 1) var(--tw-gradient-to-position);
}
.to-green-100\/15 {
  --tw-gradient-to: rgb(209 250 229 / 0.15) var(--tw-gradient-to-position);
}
.to-green-100\/20 {
  --tw-gradient-to: rgb(209 250 229 / 0.2) var(--tw-gradient-to-position);
}
.to-green-100\/25 {
  --tw-gradient-to: rgb(209 250 229 / 0.25) var(--tw-gradient-to-position);
}
.to-green-100\/30 {
  --tw-gradient-to: rgb(209 250 229 / 0.3) var(--tw-gradient-to-position);
}
.to-green-100\/35 {
  --tw-gradient-to: rgb(209 250 229 / 0.35) var(--tw-gradient-to-position);
}
.to-green-100\/40 {
  --tw-gradient-to: rgb(209 250 229 / 0.4) var(--tw-gradient-to-position);
}
.to-green-100\/45 {
  --tw-gradient-to: rgb(209 250 229 / 0.45) var(--tw-gradient-to-position);
}
.to-green-100\/5 {
  --tw-gradient-to: rgb(209 250 229 / 0.05) var(--tw-gradient-to-position);
}
.to-green-100\/50 {
  --tw-gradient-to: rgb(209 250 229 / 0.5) var(--tw-gradient-to-position);
}
.to-green-100\/55 {
  --tw-gradient-to: rgb(209 250 229 / 0.55) var(--tw-gradient-to-position);
}
.to-green-100\/60 {
  --tw-gradient-to: rgb(209 250 229 / 0.6) var(--tw-gradient-to-position);
}
.to-green-100\/65 {
  --tw-gradient-to: rgb(209 250 229 / 0.65) var(--tw-gradient-to-position);
}
.to-green-100\/70 {
  --tw-gradient-to: rgb(209 250 229 / 0.7) var(--tw-gradient-to-position);
}
.to-green-100\/75 {
  --tw-gradient-to: rgb(209 250 229 / 0.75) var(--tw-gradient-to-position);
}
.to-green-100\/80 {
  --tw-gradient-to: rgb(209 250 229 / 0.8) var(--tw-gradient-to-position);
}
.to-green-100\/85 {
  --tw-gradient-to: rgb(209 250 229 / 0.85) var(--tw-gradient-to-position);
}
.to-green-100\/90 {
  --tw-gradient-to: rgb(209 250 229 / 0.9) var(--tw-gradient-to-position);
}
.to-green-100\/95 {
  --tw-gradient-to: rgb(209 250 229 / 0.95) var(--tw-gradient-to-position);
}
.to-green-200 {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}
.to-green-200\/0 {
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
}
.to-green-200\/10 {
  --tw-gradient-to: rgb(167 243 208 / 0.1) var(--tw-gradient-to-position);
}
.to-green-200\/100 {
  --tw-gradient-to: rgb(167 243 208 / 1) var(--tw-gradient-to-position);
}
.to-green-200\/15 {
  --tw-gradient-to: rgb(167 243 208 / 0.15) var(--tw-gradient-to-position);
}
.to-green-200\/20 {
  --tw-gradient-to: rgb(167 243 208 / 0.2) var(--tw-gradient-to-position);
}
.to-green-200\/25 {
  --tw-gradient-to: rgb(167 243 208 / 0.25) var(--tw-gradient-to-position);
}
.to-green-200\/30 {
  --tw-gradient-to: rgb(167 243 208 / 0.3) var(--tw-gradient-to-position);
}
.to-green-200\/35 {
  --tw-gradient-to: rgb(167 243 208 / 0.35) var(--tw-gradient-to-position);
}
.to-green-200\/40 {
  --tw-gradient-to: rgb(167 243 208 / 0.4) var(--tw-gradient-to-position);
}
.to-green-200\/45 {
  --tw-gradient-to: rgb(167 243 208 / 0.45) var(--tw-gradient-to-position);
}
.to-green-200\/5 {
  --tw-gradient-to: rgb(167 243 208 / 0.05) var(--tw-gradient-to-position);
}
.to-green-200\/50 {
  --tw-gradient-to: rgb(167 243 208 / 0.5) var(--tw-gradient-to-position);
}
.to-green-200\/55 {
  --tw-gradient-to: rgb(167 243 208 / 0.55) var(--tw-gradient-to-position);
}
.to-green-200\/60 {
  --tw-gradient-to: rgb(167 243 208 / 0.6) var(--tw-gradient-to-position);
}
.to-green-200\/65 {
  --tw-gradient-to: rgb(167 243 208 / 0.65) var(--tw-gradient-to-position);
}
.to-green-200\/70 {
  --tw-gradient-to: rgb(167 243 208 / 0.7) var(--tw-gradient-to-position);
}
.to-green-200\/75 {
  --tw-gradient-to: rgb(167 243 208 / 0.75) var(--tw-gradient-to-position);
}
.to-green-200\/80 {
  --tw-gradient-to: rgb(167 243 208 / 0.8) var(--tw-gradient-to-position);
}
.to-green-200\/85 {
  --tw-gradient-to: rgb(167 243 208 / 0.85) var(--tw-gradient-to-position);
}
.to-green-200\/90 {
  --tw-gradient-to: rgb(167 243 208 / 0.9) var(--tw-gradient-to-position);
}
.to-green-200\/95 {
  --tw-gradient-to: rgb(167 243 208 / 0.95) var(--tw-gradient-to-position);
}
.to-green-300 {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}
.to-green-300\/0 {
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
}
.to-green-300\/10 {
  --tw-gradient-to: rgb(110 231 183 / 0.1) var(--tw-gradient-to-position);
}
.to-green-300\/100 {
  --tw-gradient-to: rgb(110 231 183 / 1) var(--tw-gradient-to-position);
}
.to-green-300\/15 {
  --tw-gradient-to: rgb(110 231 183 / 0.15) var(--tw-gradient-to-position);
}
.to-green-300\/20 {
  --tw-gradient-to: rgb(110 231 183 / 0.2) var(--tw-gradient-to-position);
}
.to-green-300\/25 {
  --tw-gradient-to: rgb(110 231 183 / 0.25) var(--tw-gradient-to-position);
}
.to-green-300\/30 {
  --tw-gradient-to: rgb(110 231 183 / 0.3) var(--tw-gradient-to-position);
}
.to-green-300\/35 {
  --tw-gradient-to: rgb(110 231 183 / 0.35) var(--tw-gradient-to-position);
}
.to-green-300\/40 {
  --tw-gradient-to: rgb(110 231 183 / 0.4) var(--tw-gradient-to-position);
}
.to-green-300\/45 {
  --tw-gradient-to: rgb(110 231 183 / 0.45) var(--tw-gradient-to-position);
}
.to-green-300\/5 {
  --tw-gradient-to: rgb(110 231 183 / 0.05) var(--tw-gradient-to-position);
}
.to-green-300\/50 {
  --tw-gradient-to: rgb(110 231 183 / 0.5) var(--tw-gradient-to-position);
}
.to-green-300\/55 {
  --tw-gradient-to: rgb(110 231 183 / 0.55) var(--tw-gradient-to-position);
}
.to-green-300\/60 {
  --tw-gradient-to: rgb(110 231 183 / 0.6) var(--tw-gradient-to-position);
}
.to-green-300\/65 {
  --tw-gradient-to: rgb(110 231 183 / 0.65) var(--tw-gradient-to-position);
}
.to-green-300\/70 {
  --tw-gradient-to: rgb(110 231 183 / 0.7) var(--tw-gradient-to-position);
}
.to-green-300\/75 {
  --tw-gradient-to: rgb(110 231 183 / 0.75) var(--tw-gradient-to-position);
}
.to-green-300\/80 {
  --tw-gradient-to: rgb(110 231 183 / 0.8) var(--tw-gradient-to-position);
}
.to-green-300\/85 {
  --tw-gradient-to: rgb(110 231 183 / 0.85) var(--tw-gradient-to-position);
}
.to-green-300\/90 {
  --tw-gradient-to: rgb(110 231 183 / 0.9) var(--tw-gradient-to-position);
}
.to-green-300\/95 {
  --tw-gradient-to: rgb(110 231 183 / 0.95) var(--tw-gradient-to-position);
}
.to-green-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-green-400\/0 {
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
}
.to-green-400\/10 {
  --tw-gradient-to: rgb(52 211 153 / 0.1) var(--tw-gradient-to-position);
}
.to-green-400\/100 {
  --tw-gradient-to: rgb(52 211 153 / 1) var(--tw-gradient-to-position);
}
.to-green-400\/15 {
  --tw-gradient-to: rgb(52 211 153 / 0.15) var(--tw-gradient-to-position);
}
.to-green-400\/20 {
  --tw-gradient-to: rgb(52 211 153 / 0.2) var(--tw-gradient-to-position);
}
.to-green-400\/25 {
  --tw-gradient-to: rgb(52 211 153 / 0.25) var(--tw-gradient-to-position);
}
.to-green-400\/30 {
  --tw-gradient-to: rgb(52 211 153 / 0.3) var(--tw-gradient-to-position);
}
.to-green-400\/35 {
  --tw-gradient-to: rgb(52 211 153 / 0.35) var(--tw-gradient-to-position);
}
.to-green-400\/40 {
  --tw-gradient-to: rgb(52 211 153 / 0.4) var(--tw-gradient-to-position);
}
.to-green-400\/45 {
  --tw-gradient-to: rgb(52 211 153 / 0.45) var(--tw-gradient-to-position);
}
.to-green-400\/5 {
  --tw-gradient-to: rgb(52 211 153 / 0.05) var(--tw-gradient-to-position);
}
.to-green-400\/50 {
  --tw-gradient-to: rgb(52 211 153 / 0.5) var(--tw-gradient-to-position);
}
.to-green-400\/55 {
  --tw-gradient-to: rgb(52 211 153 / 0.55) var(--tw-gradient-to-position);
}
.to-green-400\/60 {
  --tw-gradient-to: rgb(52 211 153 / 0.6) var(--tw-gradient-to-position);
}
.to-green-400\/65 {
  --tw-gradient-to: rgb(52 211 153 / 0.65) var(--tw-gradient-to-position);
}
.to-green-400\/70 {
  --tw-gradient-to: rgb(52 211 153 / 0.7) var(--tw-gradient-to-position);
}
.to-green-400\/75 {
  --tw-gradient-to: rgb(52 211 153 / 0.75) var(--tw-gradient-to-position);
}
.to-green-400\/80 {
  --tw-gradient-to: rgb(52 211 153 / 0.8) var(--tw-gradient-to-position);
}
.to-green-400\/85 {
  --tw-gradient-to: rgb(52 211 153 / 0.85) var(--tw-gradient-to-position);
}
.to-green-400\/90 {
  --tw-gradient-to: rgb(52 211 153 / 0.9) var(--tw-gradient-to-position);
}
.to-green-400\/95 {
  --tw-gradient-to: rgb(52 211 153 / 0.95) var(--tw-gradient-to-position);
}
.to-green-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}
.to-green-50\/0 {
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
}
.to-green-50\/10 {
  --tw-gradient-to: rgb(236 253 245 / 0.1) var(--tw-gradient-to-position);
}
.to-green-50\/100 {
  --tw-gradient-to: rgb(236 253 245 / 1) var(--tw-gradient-to-position);
}
.to-green-50\/15 {
  --tw-gradient-to: rgb(236 253 245 / 0.15) var(--tw-gradient-to-position);
}
.to-green-50\/20 {
  --tw-gradient-to: rgb(236 253 245 / 0.2) var(--tw-gradient-to-position);
}
.to-green-50\/25 {
  --tw-gradient-to: rgb(236 253 245 / 0.25) var(--tw-gradient-to-position);
}
.to-green-50\/30 {
  --tw-gradient-to: rgb(236 253 245 / 0.3) var(--tw-gradient-to-position);
}
.to-green-50\/35 {
  --tw-gradient-to: rgb(236 253 245 / 0.35) var(--tw-gradient-to-position);
}
.to-green-50\/40 {
  --tw-gradient-to: rgb(236 253 245 / 0.4) var(--tw-gradient-to-position);
}
.to-green-50\/45 {
  --tw-gradient-to: rgb(236 253 245 / 0.45) var(--tw-gradient-to-position);
}
.to-green-50\/5 {
  --tw-gradient-to: rgb(236 253 245 / 0.05) var(--tw-gradient-to-position);
}
.to-green-50\/50 {
  --tw-gradient-to: rgb(236 253 245 / 0.5) var(--tw-gradient-to-position);
}
.to-green-50\/55 {
  --tw-gradient-to: rgb(236 253 245 / 0.55) var(--tw-gradient-to-position);
}
.to-green-50\/60 {
  --tw-gradient-to: rgb(236 253 245 / 0.6) var(--tw-gradient-to-position);
}
.to-green-50\/65 {
  --tw-gradient-to: rgb(236 253 245 / 0.65) var(--tw-gradient-to-position);
}
.to-green-50\/70 {
  --tw-gradient-to: rgb(236 253 245 / 0.7) var(--tw-gradient-to-position);
}
.to-green-50\/75 {
  --tw-gradient-to: rgb(236 253 245 / 0.75) var(--tw-gradient-to-position);
}
.to-green-50\/80 {
  --tw-gradient-to: rgb(236 253 245 / 0.8) var(--tw-gradient-to-position);
}
.to-green-50\/85 {
  --tw-gradient-to: rgb(236 253 245 / 0.85) var(--tw-gradient-to-position);
}
.to-green-50\/90 {
  --tw-gradient-to: rgb(236 253 245 / 0.9) var(--tw-gradient-to-position);
}
.to-green-50\/95 {
  --tw-gradient-to: rgb(236 253 245 / 0.95) var(--tw-gradient-to-position);
}
.to-green-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-green-500\/0 {
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
}
.to-green-500\/10 {
  --tw-gradient-to: rgb(16 185 129 / 0.1) var(--tw-gradient-to-position);
}
.to-green-500\/100 {
  --tw-gradient-to: rgb(16 185 129 / 1) var(--tw-gradient-to-position);
}
.to-green-500\/15 {
  --tw-gradient-to: rgb(16 185 129 / 0.15) var(--tw-gradient-to-position);
}
.to-green-500\/20 {
  --tw-gradient-to: rgb(16 185 129 / 0.2) var(--tw-gradient-to-position);
}
.to-green-500\/25 {
  --tw-gradient-to: rgb(16 185 129 / 0.25) var(--tw-gradient-to-position);
}
.to-green-500\/30 {
  --tw-gradient-to: rgb(16 185 129 / 0.3) var(--tw-gradient-to-position);
}
.to-green-500\/35 {
  --tw-gradient-to: rgb(16 185 129 / 0.35) var(--tw-gradient-to-position);
}
.to-green-500\/40 {
  --tw-gradient-to: rgb(16 185 129 / 0.4) var(--tw-gradient-to-position);
}
.to-green-500\/45 {
  --tw-gradient-to: rgb(16 185 129 / 0.45) var(--tw-gradient-to-position);
}
.to-green-500\/5 {
  --tw-gradient-to: rgb(16 185 129 / 0.05) var(--tw-gradient-to-position);
}
.to-green-500\/50 {
  --tw-gradient-to: rgb(16 185 129 / 0.5) var(--tw-gradient-to-position);
}
.to-green-500\/55 {
  --tw-gradient-to: rgb(16 185 129 / 0.55) var(--tw-gradient-to-position);
}
.to-green-500\/60 {
  --tw-gradient-to: rgb(16 185 129 / 0.6) var(--tw-gradient-to-position);
}
.to-green-500\/65 {
  --tw-gradient-to: rgb(16 185 129 / 0.65) var(--tw-gradient-to-position);
}
.to-green-500\/70 {
  --tw-gradient-to: rgb(16 185 129 / 0.7) var(--tw-gradient-to-position);
}
.to-green-500\/75 {
  --tw-gradient-to: rgb(16 185 129 / 0.75) var(--tw-gradient-to-position);
}
.to-green-500\/80 {
  --tw-gradient-to: rgb(16 185 129 / 0.8) var(--tw-gradient-to-position);
}
.to-green-500\/85 {
  --tw-gradient-to: rgb(16 185 129 / 0.85) var(--tw-gradient-to-position);
}
.to-green-500\/90 {
  --tw-gradient-to: rgb(16 185 129 / 0.9) var(--tw-gradient-to-position);
}
.to-green-500\/95 {
  --tw-gradient-to: rgb(16 185 129 / 0.95) var(--tw-gradient-to-position);
}
.to-green-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-green-600\/0 {
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
}
.to-green-600\/10 {
  --tw-gradient-to: rgb(5 150 105 / 0.1) var(--tw-gradient-to-position);
}
.to-green-600\/100 {
  --tw-gradient-to: rgb(5 150 105 / 1) var(--tw-gradient-to-position);
}
.to-green-600\/15 {
  --tw-gradient-to: rgb(5 150 105 / 0.15) var(--tw-gradient-to-position);
}
.to-green-600\/20 {
  --tw-gradient-to: rgb(5 150 105 / 0.2) var(--tw-gradient-to-position);
}
.to-green-600\/25 {
  --tw-gradient-to: rgb(5 150 105 / 0.25) var(--tw-gradient-to-position);
}
.to-green-600\/30 {
  --tw-gradient-to: rgb(5 150 105 / 0.3) var(--tw-gradient-to-position);
}
.to-green-600\/35 {
  --tw-gradient-to: rgb(5 150 105 / 0.35) var(--tw-gradient-to-position);
}
.to-green-600\/40 {
  --tw-gradient-to: rgb(5 150 105 / 0.4) var(--tw-gradient-to-position);
}
.to-green-600\/45 {
  --tw-gradient-to: rgb(5 150 105 / 0.45) var(--tw-gradient-to-position);
}
.to-green-600\/5 {
  --tw-gradient-to: rgb(5 150 105 / 0.05) var(--tw-gradient-to-position);
}
.to-green-600\/50 {
  --tw-gradient-to: rgb(5 150 105 / 0.5) var(--tw-gradient-to-position);
}
.to-green-600\/55 {
  --tw-gradient-to: rgb(5 150 105 / 0.55) var(--tw-gradient-to-position);
}
.to-green-600\/60 {
  --tw-gradient-to: rgb(5 150 105 / 0.6) var(--tw-gradient-to-position);
}
.to-green-600\/65 {
  --tw-gradient-to: rgb(5 150 105 / 0.65) var(--tw-gradient-to-position);
}
.to-green-600\/70 {
  --tw-gradient-to: rgb(5 150 105 / 0.7) var(--tw-gradient-to-position);
}
.to-green-600\/75 {
  --tw-gradient-to: rgb(5 150 105 / 0.75) var(--tw-gradient-to-position);
}
.to-green-600\/80 {
  --tw-gradient-to: rgb(5 150 105 / 0.8) var(--tw-gradient-to-position);
}
.to-green-600\/85 {
  --tw-gradient-to: rgb(5 150 105 / 0.85) var(--tw-gradient-to-position);
}
.to-green-600\/90 {
  --tw-gradient-to: rgb(5 150 105 / 0.9) var(--tw-gradient-to-position);
}
.to-green-600\/95 {
  --tw-gradient-to: rgb(5 150 105 / 0.95) var(--tw-gradient-to-position);
}
.to-green-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}
.to-green-700\/0 {
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
}
.to-green-700\/10 {
  --tw-gradient-to: rgb(4 120 87 / 0.1) var(--tw-gradient-to-position);
}
.to-green-700\/100 {
  --tw-gradient-to: rgb(4 120 87 / 1) var(--tw-gradient-to-position);
}
.to-green-700\/15 {
  --tw-gradient-to: rgb(4 120 87 / 0.15) var(--tw-gradient-to-position);
}
.to-green-700\/20 {
  --tw-gradient-to: rgb(4 120 87 / 0.2) var(--tw-gradient-to-position);
}
.to-green-700\/25 {
  --tw-gradient-to: rgb(4 120 87 / 0.25) var(--tw-gradient-to-position);
}
.to-green-700\/30 {
  --tw-gradient-to: rgb(4 120 87 / 0.3) var(--tw-gradient-to-position);
}
.to-green-700\/35 {
  --tw-gradient-to: rgb(4 120 87 / 0.35) var(--tw-gradient-to-position);
}
.to-green-700\/40 {
  --tw-gradient-to: rgb(4 120 87 / 0.4) var(--tw-gradient-to-position);
}
.to-green-700\/45 {
  --tw-gradient-to: rgb(4 120 87 / 0.45) var(--tw-gradient-to-position);
}
.to-green-700\/5 {
  --tw-gradient-to: rgb(4 120 87 / 0.05) var(--tw-gradient-to-position);
}
.to-green-700\/50 {
  --tw-gradient-to: rgb(4 120 87 / 0.5) var(--tw-gradient-to-position);
}
.to-green-700\/55 {
  --tw-gradient-to: rgb(4 120 87 / 0.55) var(--tw-gradient-to-position);
}
.to-green-700\/60 {
  --tw-gradient-to: rgb(4 120 87 / 0.6) var(--tw-gradient-to-position);
}
.to-green-700\/65 {
  --tw-gradient-to: rgb(4 120 87 / 0.65) var(--tw-gradient-to-position);
}
.to-green-700\/70 {
  --tw-gradient-to: rgb(4 120 87 / 0.7) var(--tw-gradient-to-position);
}
.to-green-700\/75 {
  --tw-gradient-to: rgb(4 120 87 / 0.75) var(--tw-gradient-to-position);
}
.to-green-700\/80 {
  --tw-gradient-to: rgb(4 120 87 / 0.8) var(--tw-gradient-to-position);
}
.to-green-700\/85 {
  --tw-gradient-to: rgb(4 120 87 / 0.85) var(--tw-gradient-to-position);
}
.to-green-700\/90 {
  --tw-gradient-to: rgb(4 120 87 / 0.9) var(--tw-gradient-to-position);
}
.to-green-700\/95 {
  --tw-gradient-to: rgb(4 120 87 / 0.95) var(--tw-gradient-to-position);
}
.to-green-800 {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}
.to-green-800\/0 {
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
}
.to-green-800\/10 {
  --tw-gradient-to: rgb(6 95 70 / 0.1) var(--tw-gradient-to-position);
}
.to-green-800\/100 {
  --tw-gradient-to: rgb(6 95 70 / 1) var(--tw-gradient-to-position);
}
.to-green-800\/15 {
  --tw-gradient-to: rgb(6 95 70 / 0.15) var(--tw-gradient-to-position);
}
.to-green-800\/20 {
  --tw-gradient-to: rgb(6 95 70 / 0.2) var(--tw-gradient-to-position);
}
.to-green-800\/25 {
  --tw-gradient-to: rgb(6 95 70 / 0.25) var(--tw-gradient-to-position);
}
.to-green-800\/30 {
  --tw-gradient-to: rgb(6 95 70 / 0.3) var(--tw-gradient-to-position);
}
.to-green-800\/35 {
  --tw-gradient-to: rgb(6 95 70 / 0.35) var(--tw-gradient-to-position);
}
.to-green-800\/40 {
  --tw-gradient-to: rgb(6 95 70 / 0.4) var(--tw-gradient-to-position);
}
.to-green-800\/45 {
  --tw-gradient-to: rgb(6 95 70 / 0.45) var(--tw-gradient-to-position);
}
.to-green-800\/5 {
  --tw-gradient-to: rgb(6 95 70 / 0.05) var(--tw-gradient-to-position);
}
.to-green-800\/50 {
  --tw-gradient-to: rgb(6 95 70 / 0.5) var(--tw-gradient-to-position);
}
.to-green-800\/55 {
  --tw-gradient-to: rgb(6 95 70 / 0.55) var(--tw-gradient-to-position);
}
.to-green-800\/60 {
  --tw-gradient-to: rgb(6 95 70 / 0.6) var(--tw-gradient-to-position);
}
.to-green-800\/65 {
  --tw-gradient-to: rgb(6 95 70 / 0.65) var(--tw-gradient-to-position);
}
.to-green-800\/70 {
  --tw-gradient-to: rgb(6 95 70 / 0.7) var(--tw-gradient-to-position);
}
.to-green-800\/75 {
  --tw-gradient-to: rgb(6 95 70 / 0.75) var(--tw-gradient-to-position);
}
.to-green-800\/80 {
  --tw-gradient-to: rgb(6 95 70 / 0.8) var(--tw-gradient-to-position);
}
.to-green-800\/85 {
  --tw-gradient-to: rgb(6 95 70 / 0.85) var(--tw-gradient-to-position);
}
.to-green-800\/90 {
  --tw-gradient-to: rgb(6 95 70 / 0.9) var(--tw-gradient-to-position);
}
.to-green-800\/95 {
  --tw-gradient-to: rgb(6 95 70 / 0.95) var(--tw-gradient-to-position);
}
.to-green-900 {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}
.to-green-900\/0 {
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
}
.to-green-900\/10 {
  --tw-gradient-to: rgb(6 78 59 / 0.1) var(--tw-gradient-to-position);
}
.to-green-900\/100 {
  --tw-gradient-to: rgb(6 78 59 / 1) var(--tw-gradient-to-position);
}
.to-green-900\/15 {
  --tw-gradient-to: rgb(6 78 59 / 0.15) var(--tw-gradient-to-position);
}
.to-green-900\/20 {
  --tw-gradient-to: rgb(6 78 59 / 0.2) var(--tw-gradient-to-position);
}
.to-green-900\/25 {
  --tw-gradient-to: rgb(6 78 59 / 0.25) var(--tw-gradient-to-position);
}
.to-green-900\/30 {
  --tw-gradient-to: rgb(6 78 59 / 0.3) var(--tw-gradient-to-position);
}
.to-green-900\/35 {
  --tw-gradient-to: rgb(6 78 59 / 0.35) var(--tw-gradient-to-position);
}
.to-green-900\/40 {
  --tw-gradient-to: rgb(6 78 59 / 0.4) var(--tw-gradient-to-position);
}
.to-green-900\/45 {
  --tw-gradient-to: rgb(6 78 59 / 0.45) var(--tw-gradient-to-position);
}
.to-green-900\/5 {
  --tw-gradient-to: rgb(6 78 59 / 0.05) var(--tw-gradient-to-position);
}
.to-green-900\/50 {
  --tw-gradient-to: rgb(6 78 59 / 0.5) var(--tw-gradient-to-position);
}
.to-green-900\/55 {
  --tw-gradient-to: rgb(6 78 59 / 0.55) var(--tw-gradient-to-position);
}
.to-green-900\/60 {
  --tw-gradient-to: rgb(6 78 59 / 0.6) var(--tw-gradient-to-position);
}
.to-green-900\/65 {
  --tw-gradient-to: rgb(6 78 59 / 0.65) var(--tw-gradient-to-position);
}
.to-green-900\/70 {
  --tw-gradient-to: rgb(6 78 59 / 0.7) var(--tw-gradient-to-position);
}
.to-green-900\/75 {
  --tw-gradient-to: rgb(6 78 59 / 0.75) var(--tw-gradient-to-position);
}
.to-green-900\/80 {
  --tw-gradient-to: rgb(6 78 59 / 0.8) var(--tw-gradient-to-position);
}
.to-green-900\/85 {
  --tw-gradient-to: rgb(6 78 59 / 0.85) var(--tw-gradient-to-position);
}
.to-green-900\/90 {
  --tw-gradient-to: rgb(6 78 59 / 0.9) var(--tw-gradient-to-position);
}
.to-green-900\/95 {
  --tw-gradient-to: rgb(6 78 59 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-100 {
  --tw-gradient-to: #E5EDFF var(--tw-gradient-to-position);
}
.to-indigo-100\/0 {
  --tw-gradient-to: rgb(229 237 255 / 0) var(--tw-gradient-to-position);
}
.to-indigo-100\/10 {
  --tw-gradient-to: rgb(229 237 255 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-100\/100 {
  --tw-gradient-to: rgb(229 237 255 / 1) var(--tw-gradient-to-position);
}
.to-indigo-100\/15 {
  --tw-gradient-to: rgb(229 237 255 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-100\/20 {
  --tw-gradient-to: rgb(229 237 255 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-100\/25 {
  --tw-gradient-to: rgb(229 237 255 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-100\/30 {
  --tw-gradient-to: rgb(229 237 255 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-100\/35 {
  --tw-gradient-to: rgb(229 237 255 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-100\/40 {
  --tw-gradient-to: rgb(229 237 255 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-100\/45 {
  --tw-gradient-to: rgb(229 237 255 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-100\/5 {
  --tw-gradient-to: rgb(229 237 255 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-100\/50 {
  --tw-gradient-to: rgb(229 237 255 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-100\/55 {
  --tw-gradient-to: rgb(229 237 255 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-100\/60 {
  --tw-gradient-to: rgb(229 237 255 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-100\/65 {
  --tw-gradient-to: rgb(229 237 255 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-100\/70 {
  --tw-gradient-to: rgb(229 237 255 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-100\/75 {
  --tw-gradient-to: rgb(229 237 255 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-100\/80 {
  --tw-gradient-to: rgb(229 237 255 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-100\/85 {
  --tw-gradient-to: rgb(229 237 255 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-100\/90 {
  --tw-gradient-to: rgb(229 237 255 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-100\/95 {
  --tw-gradient-to: rgb(229 237 255 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-200 {
  --tw-gradient-to: #CDDBFE var(--tw-gradient-to-position);
}
.to-indigo-200\/0 {
  --tw-gradient-to: rgb(205 219 254 / 0) var(--tw-gradient-to-position);
}
.to-indigo-200\/10 {
  --tw-gradient-to: rgb(205 219 254 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-200\/100 {
  --tw-gradient-to: rgb(205 219 254 / 1) var(--tw-gradient-to-position);
}
.to-indigo-200\/15 {
  --tw-gradient-to: rgb(205 219 254 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-200\/20 {
  --tw-gradient-to: rgb(205 219 254 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-200\/25 {
  --tw-gradient-to: rgb(205 219 254 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-200\/30 {
  --tw-gradient-to: rgb(205 219 254 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-200\/35 {
  --tw-gradient-to: rgb(205 219 254 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-200\/40 {
  --tw-gradient-to: rgb(205 219 254 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-200\/45 {
  --tw-gradient-to: rgb(205 219 254 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-200\/5 {
  --tw-gradient-to: rgb(205 219 254 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-200\/50 {
  --tw-gradient-to: rgb(205 219 254 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-200\/55 {
  --tw-gradient-to: rgb(205 219 254 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-200\/60 {
  --tw-gradient-to: rgb(205 219 254 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-200\/65 {
  --tw-gradient-to: rgb(205 219 254 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-200\/70 {
  --tw-gradient-to: rgb(205 219 254 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-200\/75 {
  --tw-gradient-to: rgb(205 219 254 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-200\/80 {
  --tw-gradient-to: rgb(205 219 254 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-200\/85 {
  --tw-gradient-to: rgb(205 219 254 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-200\/90 {
  --tw-gradient-to: rgb(205 219 254 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-200\/95 {
  --tw-gradient-to: rgb(205 219 254 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-300 {
  --tw-gradient-to: #B4C6FC var(--tw-gradient-to-position);
}
.to-indigo-300\/0 {
  --tw-gradient-to: rgb(180 198 252 / 0) var(--tw-gradient-to-position);
}
.to-indigo-300\/10 {
  --tw-gradient-to: rgb(180 198 252 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-300\/100 {
  --tw-gradient-to: rgb(180 198 252 / 1) var(--tw-gradient-to-position);
}
.to-indigo-300\/15 {
  --tw-gradient-to: rgb(180 198 252 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-300\/20 {
  --tw-gradient-to: rgb(180 198 252 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-300\/25 {
  --tw-gradient-to: rgb(180 198 252 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-300\/30 {
  --tw-gradient-to: rgb(180 198 252 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-300\/35 {
  --tw-gradient-to: rgb(180 198 252 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-300\/40 {
  --tw-gradient-to: rgb(180 198 252 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-300\/45 {
  --tw-gradient-to: rgb(180 198 252 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-300\/5 {
  --tw-gradient-to: rgb(180 198 252 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-300\/50 {
  --tw-gradient-to: rgb(180 198 252 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-300\/55 {
  --tw-gradient-to: rgb(180 198 252 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-300\/60 {
  --tw-gradient-to: rgb(180 198 252 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-300\/65 {
  --tw-gradient-to: rgb(180 198 252 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-300\/70 {
  --tw-gradient-to: rgb(180 198 252 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-300\/75 {
  --tw-gradient-to: rgb(180 198 252 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-300\/80 {
  --tw-gradient-to: rgb(180 198 252 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-300\/85 {
  --tw-gradient-to: rgb(180 198 252 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-300\/90 {
  --tw-gradient-to: rgb(180 198 252 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-300\/95 {
  --tw-gradient-to: rgb(180 198 252 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-400 {
  --tw-gradient-to: #8DA2FB var(--tw-gradient-to-position);
}
.to-indigo-400\/0 {
  --tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);
}
.to-indigo-400\/10 {
  --tw-gradient-to: rgb(141 162 251 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-400\/100 {
  --tw-gradient-to: rgb(141 162 251 / 1) var(--tw-gradient-to-position);
}
.to-indigo-400\/15 {
  --tw-gradient-to: rgb(141 162 251 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-400\/20 {
  --tw-gradient-to: rgb(141 162 251 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-400\/25 {
  --tw-gradient-to: rgb(141 162 251 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-400\/30 {
  --tw-gradient-to: rgb(141 162 251 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-400\/35 {
  --tw-gradient-to: rgb(141 162 251 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-400\/40 {
  --tw-gradient-to: rgb(141 162 251 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-400\/45 {
  --tw-gradient-to: rgb(141 162 251 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-400\/5 {
  --tw-gradient-to: rgb(141 162 251 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-400\/50 {
  --tw-gradient-to: rgb(141 162 251 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-400\/55 {
  --tw-gradient-to: rgb(141 162 251 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-400\/60 {
  --tw-gradient-to: rgb(141 162 251 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-400\/65 {
  --tw-gradient-to: rgb(141 162 251 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-400\/70 {
  --tw-gradient-to: rgb(141 162 251 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-400\/75 {
  --tw-gradient-to: rgb(141 162 251 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-400\/80 {
  --tw-gradient-to: rgb(141 162 251 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-400\/85 {
  --tw-gradient-to: rgb(141 162 251 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-400\/90 {
  --tw-gradient-to: rgb(141 162 251 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-400\/95 {
  --tw-gradient-to: rgb(141 162 251 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-50 {
  --tw-gradient-to: #F0F5FF var(--tw-gradient-to-position);
}
.to-indigo-50\/0 {
  --tw-gradient-to: rgb(240 245 255 / 0) var(--tw-gradient-to-position);
}
.to-indigo-50\/10 {
  --tw-gradient-to: rgb(240 245 255 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-50\/100 {
  --tw-gradient-to: rgb(240 245 255 / 1) var(--tw-gradient-to-position);
}
.to-indigo-50\/15 {
  --tw-gradient-to: rgb(240 245 255 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-50\/20 {
  --tw-gradient-to: rgb(240 245 255 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-50\/25 {
  --tw-gradient-to: rgb(240 245 255 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-50\/30 {
  --tw-gradient-to: rgb(240 245 255 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-50\/35 {
  --tw-gradient-to: rgb(240 245 255 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-50\/40 {
  --tw-gradient-to: rgb(240 245 255 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-50\/45 {
  --tw-gradient-to: rgb(240 245 255 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-50\/5 {
  --tw-gradient-to: rgb(240 245 255 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-50\/50 {
  --tw-gradient-to: rgb(240 245 255 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-50\/55 {
  --tw-gradient-to: rgb(240 245 255 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-50\/60 {
  --tw-gradient-to: rgb(240 245 255 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-50\/65 {
  --tw-gradient-to: rgb(240 245 255 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-50\/70 {
  --tw-gradient-to: rgb(240 245 255 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-50\/75 {
  --tw-gradient-to: rgb(240 245 255 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-50\/80 {
  --tw-gradient-to: rgb(240 245 255 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-50\/85 {
  --tw-gradient-to: rgb(240 245 255 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-50\/90 {
  --tw-gradient-to: rgb(240 245 255 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-50\/95 {
  --tw-gradient-to: rgb(240 245 255 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-500 {
  --tw-gradient-to: #6875F5 var(--tw-gradient-to-position);
}
.to-indigo-500\/0 {
  --tw-gradient-to: rgb(104 117 245 / 0) var(--tw-gradient-to-position);
}
.to-indigo-500\/10 {
  --tw-gradient-to: rgb(104 117 245 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-500\/100 {
  --tw-gradient-to: rgb(104 117 245 / 1) var(--tw-gradient-to-position);
}
.to-indigo-500\/15 {
  --tw-gradient-to: rgb(104 117 245 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-500\/20 {
  --tw-gradient-to: rgb(104 117 245 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-500\/25 {
  --tw-gradient-to: rgb(104 117 245 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-500\/30 {
  --tw-gradient-to: rgb(104 117 245 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-500\/35 {
  --tw-gradient-to: rgb(104 117 245 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-500\/40 {
  --tw-gradient-to: rgb(104 117 245 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-500\/45 {
  --tw-gradient-to: rgb(104 117 245 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-500\/5 {
  --tw-gradient-to: rgb(104 117 245 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-500\/50 {
  --tw-gradient-to: rgb(104 117 245 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-500\/55 {
  --tw-gradient-to: rgb(104 117 245 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-500\/60 {
  --tw-gradient-to: rgb(104 117 245 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-500\/65 {
  --tw-gradient-to: rgb(104 117 245 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-500\/70 {
  --tw-gradient-to: rgb(104 117 245 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-500\/75 {
  --tw-gradient-to: rgb(104 117 245 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-500\/80 {
  --tw-gradient-to: rgb(104 117 245 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-500\/85 {
  --tw-gradient-to: rgb(104 117 245 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-500\/90 {
  --tw-gradient-to: rgb(104 117 245 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-500\/95 {
  --tw-gradient-to: rgb(104 117 245 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #5850EC var(--tw-gradient-to-position);
}
.to-indigo-600\/0 {
  --tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);
}
.to-indigo-600\/10 {
  --tw-gradient-to: rgb(88 80 236 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-600\/100 {
  --tw-gradient-to: rgb(88 80 236 / 1) var(--tw-gradient-to-position);
}
.to-indigo-600\/15 {
  --tw-gradient-to: rgb(88 80 236 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-600\/20 {
  --tw-gradient-to: rgb(88 80 236 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-600\/25 {
  --tw-gradient-to: rgb(88 80 236 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-600\/30 {
  --tw-gradient-to: rgb(88 80 236 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-600\/35 {
  --tw-gradient-to: rgb(88 80 236 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-600\/40 {
  --tw-gradient-to: rgb(88 80 236 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-600\/45 {
  --tw-gradient-to: rgb(88 80 236 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-600\/5 {
  --tw-gradient-to: rgb(88 80 236 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-600\/50 {
  --tw-gradient-to: rgb(88 80 236 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-600\/55 {
  --tw-gradient-to: rgb(88 80 236 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-600\/60 {
  --tw-gradient-to: rgb(88 80 236 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-600\/65 {
  --tw-gradient-to: rgb(88 80 236 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-600\/70 {
  --tw-gradient-to: rgb(88 80 236 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-600\/75 {
  --tw-gradient-to: rgb(88 80 236 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-600\/80 {
  --tw-gradient-to: rgb(88 80 236 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-600\/85 {
  --tw-gradient-to: rgb(88 80 236 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-600\/90 {
  --tw-gradient-to: rgb(88 80 236 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-600\/95 {
  --tw-gradient-to: rgb(88 80 236 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-700 {
  --tw-gradient-to: #5145CD var(--tw-gradient-to-position);
}
.to-indigo-700\/0 {
  --tw-gradient-to: rgb(81 69 205 / 0) var(--tw-gradient-to-position);
}
.to-indigo-700\/10 {
  --tw-gradient-to: rgb(81 69 205 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-700\/100 {
  --tw-gradient-to: rgb(81 69 205 / 1) var(--tw-gradient-to-position);
}
.to-indigo-700\/15 {
  --tw-gradient-to: rgb(81 69 205 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-700\/20 {
  --tw-gradient-to: rgb(81 69 205 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-700\/25 {
  --tw-gradient-to: rgb(81 69 205 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-700\/30 {
  --tw-gradient-to: rgb(81 69 205 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-700\/35 {
  --tw-gradient-to: rgb(81 69 205 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-700\/40 {
  --tw-gradient-to: rgb(81 69 205 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-700\/45 {
  --tw-gradient-to: rgb(81 69 205 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-700\/5 {
  --tw-gradient-to: rgb(81 69 205 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-700\/50 {
  --tw-gradient-to: rgb(81 69 205 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-700\/55 {
  --tw-gradient-to: rgb(81 69 205 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-700\/60 {
  --tw-gradient-to: rgb(81 69 205 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-700\/65 {
  --tw-gradient-to: rgb(81 69 205 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-700\/70 {
  --tw-gradient-to: rgb(81 69 205 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-700\/75 {
  --tw-gradient-to: rgb(81 69 205 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-700\/80 {
  --tw-gradient-to: rgb(81 69 205 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-700\/85 {
  --tw-gradient-to: rgb(81 69 205 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-700\/90 {
  --tw-gradient-to: rgb(81 69 205 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-700\/95 {
  --tw-gradient-to: rgb(81 69 205 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-800 {
  --tw-gradient-to: #42389D var(--tw-gradient-to-position);
}
.to-indigo-800\/0 {
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
}
.to-indigo-800\/10 {
  --tw-gradient-to: rgb(66 56 157 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-800\/100 {
  --tw-gradient-to: rgb(66 56 157 / 1) var(--tw-gradient-to-position);
}
.to-indigo-800\/15 {
  --tw-gradient-to: rgb(66 56 157 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-800\/20 {
  --tw-gradient-to: rgb(66 56 157 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-800\/25 {
  --tw-gradient-to: rgb(66 56 157 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-800\/30 {
  --tw-gradient-to: rgb(66 56 157 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-800\/35 {
  --tw-gradient-to: rgb(66 56 157 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-800\/40 {
  --tw-gradient-to: rgb(66 56 157 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-800\/45 {
  --tw-gradient-to: rgb(66 56 157 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-800\/5 {
  --tw-gradient-to: rgb(66 56 157 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-800\/50 {
  --tw-gradient-to: rgb(66 56 157 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-800\/55 {
  --tw-gradient-to: rgb(66 56 157 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-800\/60 {
  --tw-gradient-to: rgb(66 56 157 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-800\/65 {
  --tw-gradient-to: rgb(66 56 157 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-800\/70 {
  --tw-gradient-to: rgb(66 56 157 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-800\/75 {
  --tw-gradient-to: rgb(66 56 157 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-800\/80 {
  --tw-gradient-to: rgb(66 56 157 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-800\/85 {
  --tw-gradient-to: rgb(66 56 157 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-800\/90 {
  --tw-gradient-to: rgb(66 56 157 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-800\/95 {
  --tw-gradient-to: rgb(66 56 157 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-900 {
  --tw-gradient-to: #362F78 var(--tw-gradient-to-position);
}
.to-indigo-900\/0 {
  --tw-gradient-to: rgb(54 47 120 / 0) var(--tw-gradient-to-position);
}
.to-indigo-900\/10 {
  --tw-gradient-to: rgb(54 47 120 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-900\/100 {
  --tw-gradient-to: rgb(54 47 120 / 1) var(--tw-gradient-to-position);
}
.to-indigo-900\/15 {
  --tw-gradient-to: rgb(54 47 120 / 0.15) var(--tw-gradient-to-position);
}
.to-indigo-900\/20 {
  --tw-gradient-to: rgb(54 47 120 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-900\/25 {
  --tw-gradient-to: rgb(54 47 120 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-900\/30 {
  --tw-gradient-to: rgb(54 47 120 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-900\/35 {
  --tw-gradient-to: rgb(54 47 120 / 0.35) var(--tw-gradient-to-position);
}
.to-indigo-900\/40 {
  --tw-gradient-to: rgb(54 47 120 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-900\/45 {
  --tw-gradient-to: rgb(54 47 120 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-900\/5 {
  --tw-gradient-to: rgb(54 47 120 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-900\/50 {
  --tw-gradient-to: rgb(54 47 120 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-900\/55 {
  --tw-gradient-to: rgb(54 47 120 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-900\/60 {
  --tw-gradient-to: rgb(54 47 120 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-900\/65 {
  --tw-gradient-to: rgb(54 47 120 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-900\/70 {
  --tw-gradient-to: rgb(54 47 120 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-900\/75 {
  --tw-gradient-to: rgb(54 47 120 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-900\/80 {
  --tw-gradient-to: rgb(54 47 120 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-900\/85 {
  --tw-gradient-to: rgb(54 47 120 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-900\/90 {
  --tw-gradient-to: rgb(54 47 120 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-900\/95 {
  --tw-gradient-to: rgb(54 47 120 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-100 {
  --tw-gradient-to: #f8f0c6 var(--tw-gradient-to-position);
}
.to-olive-100\/0 {
  --tw-gradient-to: rgb(248 240 198 / 0) var(--tw-gradient-to-position);
}
.to-olive-100\/10 {
  --tw-gradient-to: rgb(248 240 198 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-100\/100 {
  --tw-gradient-to: rgb(248 240 198 / 1) var(--tw-gradient-to-position);
}
.to-olive-100\/15 {
  --tw-gradient-to: rgb(248 240 198 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-100\/20 {
  --tw-gradient-to: rgb(248 240 198 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-100\/25 {
  --tw-gradient-to: rgb(248 240 198 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-100\/30 {
  --tw-gradient-to: rgb(248 240 198 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-100\/35 {
  --tw-gradient-to: rgb(248 240 198 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-100\/40 {
  --tw-gradient-to: rgb(248 240 198 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-100\/45 {
  --tw-gradient-to: rgb(248 240 198 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-100\/5 {
  --tw-gradient-to: rgb(248 240 198 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-100\/50 {
  --tw-gradient-to: rgb(248 240 198 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-100\/55 {
  --tw-gradient-to: rgb(248 240 198 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-100\/60 {
  --tw-gradient-to: rgb(248 240 198 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-100\/65 {
  --tw-gradient-to: rgb(248 240 198 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-100\/70 {
  --tw-gradient-to: rgb(248 240 198 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-100\/75 {
  --tw-gradient-to: rgb(248 240 198 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-100\/80 {
  --tw-gradient-to: rgb(248 240 198 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-100\/85 {
  --tw-gradient-to: rgb(248 240 198 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-100\/90 {
  --tw-gradient-to: rgb(248 240 198 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-100\/95 {
  --tw-gradient-to: rgb(248 240 198 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-200 {
  --tw-gradient-to: #f0dd8e var(--tw-gradient-to-position);
}
.to-olive-200\/0 {
  --tw-gradient-to: rgb(240 221 142 / 0) var(--tw-gradient-to-position);
}
.to-olive-200\/10 {
  --tw-gradient-to: rgb(240 221 142 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-200\/100 {
  --tw-gradient-to: rgb(240 221 142 / 1) var(--tw-gradient-to-position);
}
.to-olive-200\/15 {
  --tw-gradient-to: rgb(240 221 142 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-200\/20 {
  --tw-gradient-to: rgb(240 221 142 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-200\/25 {
  --tw-gradient-to: rgb(240 221 142 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-200\/30 {
  --tw-gradient-to: rgb(240 221 142 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-200\/35 {
  --tw-gradient-to: rgb(240 221 142 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-200\/40 {
  --tw-gradient-to: rgb(240 221 142 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-200\/45 {
  --tw-gradient-to: rgb(240 221 142 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-200\/5 {
  --tw-gradient-to: rgb(240 221 142 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-200\/50 {
  --tw-gradient-to: rgb(240 221 142 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-200\/55 {
  --tw-gradient-to: rgb(240 221 142 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-200\/60 {
  --tw-gradient-to: rgb(240 221 142 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-200\/65 {
  --tw-gradient-to: rgb(240 221 142 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-200\/70 {
  --tw-gradient-to: rgb(240 221 142 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-200\/75 {
  --tw-gradient-to: rgb(240 221 142 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-200\/80 {
  --tw-gradient-to: rgb(240 221 142 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-200\/85 {
  --tw-gradient-to: rgb(240 221 142 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-200\/90 {
  --tw-gradient-to: rgb(240 221 142 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-200\/95 {
  --tw-gradient-to: rgb(240 221 142 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-300 {
  --tw-gradient-to: #d9b95a var(--tw-gradient-to-position);
}
.to-olive-300\/0 {
  --tw-gradient-to: rgb(217 185 90 / 0) var(--tw-gradient-to-position);
}
.to-olive-300\/10 {
  --tw-gradient-to: rgb(217 185 90 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-300\/100 {
  --tw-gradient-to: rgb(217 185 90 / 1) var(--tw-gradient-to-position);
}
.to-olive-300\/15 {
  --tw-gradient-to: rgb(217 185 90 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-300\/20 {
  --tw-gradient-to: rgb(217 185 90 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-300\/25 {
  --tw-gradient-to: rgb(217 185 90 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-300\/30 {
  --tw-gradient-to: rgb(217 185 90 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-300\/35 {
  --tw-gradient-to: rgb(217 185 90 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-300\/40 {
  --tw-gradient-to: rgb(217 185 90 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-300\/45 {
  --tw-gradient-to: rgb(217 185 90 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-300\/5 {
  --tw-gradient-to: rgb(217 185 90 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-300\/50 {
  --tw-gradient-to: rgb(217 185 90 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-300\/55 {
  --tw-gradient-to: rgb(217 185 90 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-300\/60 {
  --tw-gradient-to: rgb(217 185 90 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-300\/65 {
  --tw-gradient-to: rgb(217 185 90 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-300\/70 {
  --tw-gradient-to: rgb(217 185 90 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-300\/75 {
  --tw-gradient-to: rgb(217 185 90 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-300\/80 {
  --tw-gradient-to: rgb(217 185 90 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-300\/85 {
  --tw-gradient-to: rgb(217 185 90 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-300\/90 {
  --tw-gradient-to: rgb(217 185 90 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-300\/95 {
  --tw-gradient-to: rgb(217 185 90 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-400 {
  --tw-gradient-to: #b88f32 var(--tw-gradient-to-position);
}
.to-olive-400\/0 {
  --tw-gradient-to: rgb(184 143 50 / 0) var(--tw-gradient-to-position);
}
.to-olive-400\/10 {
  --tw-gradient-to: rgb(184 143 50 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-400\/100 {
  --tw-gradient-to: rgb(184 143 50 / 1) var(--tw-gradient-to-position);
}
.to-olive-400\/15 {
  --tw-gradient-to: rgb(184 143 50 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-400\/20 {
  --tw-gradient-to: rgb(184 143 50 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-400\/25 {
  --tw-gradient-to: rgb(184 143 50 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-400\/30 {
  --tw-gradient-to: rgb(184 143 50 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-400\/35 {
  --tw-gradient-to: rgb(184 143 50 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-400\/40 {
  --tw-gradient-to: rgb(184 143 50 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-400\/45 {
  --tw-gradient-to: rgb(184 143 50 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-400\/5 {
  --tw-gradient-to: rgb(184 143 50 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-400\/50 {
  --tw-gradient-to: rgb(184 143 50 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-400\/55 {
  --tw-gradient-to: rgb(184 143 50 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-400\/60 {
  --tw-gradient-to: rgb(184 143 50 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-400\/65 {
  --tw-gradient-to: rgb(184 143 50 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-400\/70 {
  --tw-gradient-to: rgb(184 143 50 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-400\/75 {
  --tw-gradient-to: rgb(184 143 50 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-400\/80 {
  --tw-gradient-to: rgb(184 143 50 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-400\/85 {
  --tw-gradient-to: rgb(184 143 50 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-400\/90 {
  --tw-gradient-to: rgb(184 143 50 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-400\/95 {
  --tw-gradient-to: rgb(184 143 50 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-50 {
  --tw-gradient-to: #fbfaf5 var(--tw-gradient-to-position);
}
.to-olive-50\/0 {
  --tw-gradient-to: rgb(251 250 245 / 0) var(--tw-gradient-to-position);
}
.to-olive-50\/10 {
  --tw-gradient-to: rgb(251 250 245 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-50\/100 {
  --tw-gradient-to: rgb(251 250 245 / 1) var(--tw-gradient-to-position);
}
.to-olive-50\/15 {
  --tw-gradient-to: rgb(251 250 245 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-50\/20 {
  --tw-gradient-to: rgb(251 250 245 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-50\/25 {
  --tw-gradient-to: rgb(251 250 245 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-50\/30 {
  --tw-gradient-to: rgb(251 250 245 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-50\/35 {
  --tw-gradient-to: rgb(251 250 245 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-50\/40 {
  --tw-gradient-to: rgb(251 250 245 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-50\/45 {
  --tw-gradient-to: rgb(251 250 245 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-50\/5 {
  --tw-gradient-to: rgb(251 250 245 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-50\/50 {
  --tw-gradient-to: rgb(251 250 245 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-50\/55 {
  --tw-gradient-to: rgb(251 250 245 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-50\/60 {
  --tw-gradient-to: rgb(251 250 245 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-50\/65 {
  --tw-gradient-to: rgb(251 250 245 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-50\/70 {
  --tw-gradient-to: rgb(251 250 245 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-50\/75 {
  --tw-gradient-to: rgb(251 250 245 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-50\/80 {
  --tw-gradient-to: rgb(251 250 245 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-50\/85 {
  --tw-gradient-to: rgb(251 250 245 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-50\/90 {
  --tw-gradient-to: rgb(251 250 245 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-50\/95 {
  --tw-gradient-to: rgb(251 250 245 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-500 {
  --tw-gradient-to: #986f1a var(--tw-gradient-to-position);
}
.to-olive-500\/0 {
  --tw-gradient-to: rgb(152 111 26 / 0) var(--tw-gradient-to-position);
}
.to-olive-500\/10 {
  --tw-gradient-to: rgb(152 111 26 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-500\/100 {
  --tw-gradient-to: rgb(152 111 26 / 1) var(--tw-gradient-to-position);
}
.to-olive-500\/15 {
  --tw-gradient-to: rgb(152 111 26 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-500\/20 {
  --tw-gradient-to: rgb(152 111 26 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-500\/25 {
  --tw-gradient-to: rgb(152 111 26 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-500\/30 {
  --tw-gradient-to: rgb(152 111 26 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-500\/35 {
  --tw-gradient-to: rgb(152 111 26 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-500\/40 {
  --tw-gradient-to: rgb(152 111 26 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-500\/45 {
  --tw-gradient-to: rgb(152 111 26 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-500\/5 {
  --tw-gradient-to: rgb(152 111 26 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-500\/50 {
  --tw-gradient-to: rgb(152 111 26 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-500\/55 {
  --tw-gradient-to: rgb(152 111 26 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-500\/60 {
  --tw-gradient-to: rgb(152 111 26 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-500\/65 {
  --tw-gradient-to: rgb(152 111 26 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-500\/70 {
  --tw-gradient-to: rgb(152 111 26 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-500\/75 {
  --tw-gradient-to: rgb(152 111 26 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-500\/80 {
  --tw-gradient-to: rgb(152 111 26 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-500\/85 {
  --tw-gradient-to: rgb(152 111 26 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-500\/90 {
  --tw-gradient-to: rgb(152 111 26 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-500\/95 {
  --tw-gradient-to: rgb(152 111 26 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-600 {
  --tw-gradient-to: #7b5510 var(--tw-gradient-to-position);
}
.to-olive-600\/0 {
  --tw-gradient-to: rgb(123 85 16 / 0) var(--tw-gradient-to-position);
}
.to-olive-600\/10 {
  --tw-gradient-to: rgb(123 85 16 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-600\/100 {
  --tw-gradient-to: rgb(123 85 16 / 1) var(--tw-gradient-to-position);
}
.to-olive-600\/15 {
  --tw-gradient-to: rgb(123 85 16 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-600\/20 {
  --tw-gradient-to: rgb(123 85 16 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-600\/25 {
  --tw-gradient-to: rgb(123 85 16 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-600\/30 {
  --tw-gradient-to: rgb(123 85 16 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-600\/35 {
  --tw-gradient-to: rgb(123 85 16 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-600\/40 {
  --tw-gradient-to: rgb(123 85 16 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-600\/45 {
  --tw-gradient-to: rgb(123 85 16 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-600\/5 {
  --tw-gradient-to: rgb(123 85 16 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-600\/50 {
  --tw-gradient-to: rgb(123 85 16 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-600\/55 {
  --tw-gradient-to: rgb(123 85 16 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-600\/60 {
  --tw-gradient-to: rgb(123 85 16 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-600\/65 {
  --tw-gradient-to: rgb(123 85 16 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-600\/70 {
  --tw-gradient-to: rgb(123 85 16 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-600\/75 {
  --tw-gradient-to: rgb(123 85 16 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-600\/80 {
  --tw-gradient-to: rgb(123 85 16 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-600\/85 {
  --tw-gradient-to: rgb(123 85 16 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-600\/90 {
  --tw-gradient-to: rgb(123 85 16 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-600\/95 {
  --tw-gradient-to: rgb(123 85 16 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-700 {
  --tw-gradient-to: #5e400f var(--tw-gradient-to-position);
}
.to-olive-700\/0 {
  --tw-gradient-to: rgb(94 64 15 / 0) var(--tw-gradient-to-position);
}
.to-olive-700\/10 {
  --tw-gradient-to: rgb(94 64 15 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-700\/100 {
  --tw-gradient-to: rgb(94 64 15 / 1) var(--tw-gradient-to-position);
}
.to-olive-700\/15 {
  --tw-gradient-to: rgb(94 64 15 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-700\/20 {
  --tw-gradient-to: rgb(94 64 15 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-700\/25 {
  --tw-gradient-to: rgb(94 64 15 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-700\/30 {
  --tw-gradient-to: rgb(94 64 15 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-700\/35 {
  --tw-gradient-to: rgb(94 64 15 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-700\/40 {
  --tw-gradient-to: rgb(94 64 15 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-700\/45 {
  --tw-gradient-to: rgb(94 64 15 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-700\/5 {
  --tw-gradient-to: rgb(94 64 15 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-700\/50 {
  --tw-gradient-to: rgb(94 64 15 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-700\/55 {
  --tw-gradient-to: rgb(94 64 15 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-700\/60 {
  --tw-gradient-to: rgb(94 64 15 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-700\/65 {
  --tw-gradient-to: rgb(94 64 15 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-700\/70 {
  --tw-gradient-to: rgb(94 64 15 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-700\/75 {
  --tw-gradient-to: rgb(94 64 15 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-700\/80 {
  --tw-gradient-to: rgb(94 64 15 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-700\/85 {
  --tw-gradient-to: rgb(94 64 15 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-700\/90 {
  --tw-gradient-to: rgb(94 64 15 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-700\/95 {
  --tw-gradient-to: rgb(94 64 15 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-800 {
  --tw-gradient-to: #402b0c var(--tw-gradient-to-position);
}
.to-olive-800\/0 {
  --tw-gradient-to: rgb(64 43 12 / 0) var(--tw-gradient-to-position);
}
.to-olive-800\/10 {
  --tw-gradient-to: rgb(64 43 12 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-800\/100 {
  --tw-gradient-to: rgb(64 43 12 / 1) var(--tw-gradient-to-position);
}
.to-olive-800\/15 {
  --tw-gradient-to: rgb(64 43 12 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-800\/20 {
  --tw-gradient-to: rgb(64 43 12 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-800\/25 {
  --tw-gradient-to: rgb(64 43 12 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-800\/30 {
  --tw-gradient-to: rgb(64 43 12 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-800\/35 {
  --tw-gradient-to: rgb(64 43 12 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-800\/40 {
  --tw-gradient-to: rgb(64 43 12 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-800\/45 {
  --tw-gradient-to: rgb(64 43 12 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-800\/5 {
  --tw-gradient-to: rgb(64 43 12 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-800\/50 {
  --tw-gradient-to: rgb(64 43 12 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-800\/55 {
  --tw-gradient-to: rgb(64 43 12 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-800\/60 {
  --tw-gradient-to: rgb(64 43 12 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-800\/65 {
  --tw-gradient-to: rgb(64 43 12 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-800\/70 {
  --tw-gradient-to: rgb(64 43 12 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-800\/75 {
  --tw-gradient-to: rgb(64 43 12 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-800\/80 {
  --tw-gradient-to: rgb(64 43 12 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-800\/85 {
  --tw-gradient-to: rgb(64 43 12 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-800\/90 {
  --tw-gradient-to: rgb(64 43 12 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-800\/95 {
  --tw-gradient-to: rgb(64 43 12 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-900 {
  --tw-gradient-to: #2a1b09 var(--tw-gradient-to-position);
}
.to-olive-900\/0 {
  --tw-gradient-to: rgb(42 27 9 / 0) var(--tw-gradient-to-position);
}
.to-olive-900\/10 {
  --tw-gradient-to: rgb(42 27 9 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-900\/100 {
  --tw-gradient-to: rgb(42 27 9 / 1) var(--tw-gradient-to-position);
}
.to-olive-900\/15 {
  --tw-gradient-to: rgb(42 27 9 / 0.15) var(--tw-gradient-to-position);
}
.to-olive-900\/20 {
  --tw-gradient-to: rgb(42 27 9 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-900\/25 {
  --tw-gradient-to: rgb(42 27 9 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-900\/30 {
  --tw-gradient-to: rgb(42 27 9 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-900\/35 {
  --tw-gradient-to: rgb(42 27 9 / 0.35) var(--tw-gradient-to-position);
}
.to-olive-900\/40 {
  --tw-gradient-to: rgb(42 27 9 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-900\/45 {
  --tw-gradient-to: rgb(42 27 9 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-900\/5 {
  --tw-gradient-to: rgb(42 27 9 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-900\/50 {
  --tw-gradient-to: rgb(42 27 9 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-900\/55 {
  --tw-gradient-to: rgb(42 27 9 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-900\/60 {
  --tw-gradient-to: rgb(42 27 9 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-900\/65 {
  --tw-gradient-to: rgb(42 27 9 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-900\/70 {
  --tw-gradient-to: rgb(42 27 9 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-900\/75 {
  --tw-gradient-to: rgb(42 27 9 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-900\/80 {
  --tw-gradient-to: rgb(42 27 9 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-900\/85 {
  --tw-gradient-to: rgb(42 27 9 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-900\/90 {
  --tw-gradient-to: rgb(42 27 9 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-900\/95 {
  --tw-gradient-to: rgb(42 27 9 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-100 {
  --tw-gradient-to: #d6f0f5 var(--tw-gradient-to-position);
}
.to-pine-100\/0 {
  --tw-gradient-to: rgb(214 240 245 / 0) var(--tw-gradient-to-position);
}
.to-pine-100\/10 {
  --tw-gradient-to: rgb(214 240 245 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-100\/100 {
  --tw-gradient-to: rgb(214 240 245 / 1) var(--tw-gradient-to-position);
}
.to-pine-100\/15 {
  --tw-gradient-to: rgb(214 240 245 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-100\/20 {
  --tw-gradient-to: rgb(214 240 245 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-100\/25 {
  --tw-gradient-to: rgb(214 240 245 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-100\/30 {
  --tw-gradient-to: rgb(214 240 245 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-100\/35 {
  --tw-gradient-to: rgb(214 240 245 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-100\/40 {
  --tw-gradient-to: rgb(214 240 245 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-100\/45 {
  --tw-gradient-to: rgb(214 240 245 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-100\/5 {
  --tw-gradient-to: rgb(214 240 245 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-100\/50 {
  --tw-gradient-to: rgb(214 240 245 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-100\/55 {
  --tw-gradient-to: rgb(214 240 245 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-100\/60 {
  --tw-gradient-to: rgb(214 240 245 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-100\/65 {
  --tw-gradient-to: rgb(214 240 245 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-100\/70 {
  --tw-gradient-to: rgb(214 240 245 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-100\/75 {
  --tw-gradient-to: rgb(214 240 245 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-100\/80 {
  --tw-gradient-to: rgb(214 240 245 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-100\/85 {
  --tw-gradient-to: rgb(214 240 245 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-100\/90 {
  --tw-gradient-to: rgb(214 240 245 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-100\/95 {
  --tw-gradient-to: rgb(214 240 245 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-200 {
  --tw-gradient-to: #a5e5e9 var(--tw-gradient-to-position);
}
.to-pine-200\/0 {
  --tw-gradient-to: rgb(165 229 233 / 0) var(--tw-gradient-to-position);
}
.to-pine-200\/10 {
  --tw-gradient-to: rgb(165 229 233 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-200\/100 {
  --tw-gradient-to: rgb(165 229 233 / 1) var(--tw-gradient-to-position);
}
.to-pine-200\/15 {
  --tw-gradient-to: rgb(165 229 233 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-200\/20 {
  --tw-gradient-to: rgb(165 229 233 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-200\/25 {
  --tw-gradient-to: rgb(165 229 233 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-200\/30 {
  --tw-gradient-to: rgb(165 229 233 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-200\/35 {
  --tw-gradient-to: rgb(165 229 233 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-200\/40 {
  --tw-gradient-to: rgb(165 229 233 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-200\/45 {
  --tw-gradient-to: rgb(165 229 233 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-200\/5 {
  --tw-gradient-to: rgb(165 229 233 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-200\/50 {
  --tw-gradient-to: rgb(165 229 233 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-200\/55 {
  --tw-gradient-to: rgb(165 229 233 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-200\/60 {
  --tw-gradient-to: rgb(165 229 233 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-200\/65 {
  --tw-gradient-to: rgb(165 229 233 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-200\/70 {
  --tw-gradient-to: rgb(165 229 233 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-200\/75 {
  --tw-gradient-to: rgb(165 229 233 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-200\/80 {
  --tw-gradient-to: rgb(165 229 233 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-200\/85 {
  --tw-gradient-to: rgb(165 229 233 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-200\/90 {
  --tw-gradient-to: rgb(165 229 233 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-200\/95 {
  --tw-gradient-to: rgb(165 229 233 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-300 {
  --tw-gradient-to: #6cc9cc var(--tw-gradient-to-position);
}
.to-pine-300\/0 {
  --tw-gradient-to: rgb(108 201 204 / 0) var(--tw-gradient-to-position);
}
.to-pine-300\/10 {
  --tw-gradient-to: rgb(108 201 204 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-300\/100 {
  --tw-gradient-to: rgb(108 201 204 / 1) var(--tw-gradient-to-position);
}
.to-pine-300\/15 {
  --tw-gradient-to: rgb(108 201 204 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-300\/20 {
  --tw-gradient-to: rgb(108 201 204 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-300\/25 {
  --tw-gradient-to: rgb(108 201 204 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-300\/30 {
  --tw-gradient-to: rgb(108 201 204 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-300\/35 {
  --tw-gradient-to: rgb(108 201 204 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-300\/40 {
  --tw-gradient-to: rgb(108 201 204 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-300\/45 {
  --tw-gradient-to: rgb(108 201 204 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-300\/5 {
  --tw-gradient-to: rgb(108 201 204 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-300\/50 {
  --tw-gradient-to: rgb(108 201 204 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-300\/55 {
  --tw-gradient-to: rgb(108 201 204 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-300\/60 {
  --tw-gradient-to: rgb(108 201 204 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-300\/65 {
  --tw-gradient-to: rgb(108 201 204 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-300\/70 {
  --tw-gradient-to: rgb(108 201 204 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-300\/75 {
  --tw-gradient-to: rgb(108 201 204 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-300\/80 {
  --tw-gradient-to: rgb(108 201 204 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-300\/85 {
  --tw-gradient-to: rgb(108 201 204 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-300\/90 {
  --tw-gradient-to: rgb(108 201 204 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-300\/95 {
  --tw-gradient-to: rgb(108 201 204 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-400 {
  --tw-gradient-to: #31a9a8 var(--tw-gradient-to-position);
}
.to-pine-400\/0 {
  --tw-gradient-to: rgb(49 169 168 / 0) var(--tw-gradient-to-position);
}
.to-pine-400\/10 {
  --tw-gradient-to: rgb(49 169 168 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-400\/100 {
  --tw-gradient-to: rgb(49 169 168 / 1) var(--tw-gradient-to-position);
}
.to-pine-400\/15 {
  --tw-gradient-to: rgb(49 169 168 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-400\/20 {
  --tw-gradient-to: rgb(49 169 168 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-400\/25 {
  --tw-gradient-to: rgb(49 169 168 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-400\/30 {
  --tw-gradient-to: rgb(49 169 168 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-400\/35 {
  --tw-gradient-to: rgb(49 169 168 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-400\/40 {
  --tw-gradient-to: rgb(49 169 168 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-400\/45 {
  --tw-gradient-to: rgb(49 169 168 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-400\/5 {
  --tw-gradient-to: rgb(49 169 168 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-400\/50 {
  --tw-gradient-to: rgb(49 169 168 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-400\/55 {
  --tw-gradient-to: rgb(49 169 168 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-400\/60 {
  --tw-gradient-to: rgb(49 169 168 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-400\/65 {
  --tw-gradient-to: rgb(49 169 168 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-400\/70 {
  --tw-gradient-to: rgb(49 169 168 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-400\/75 {
  --tw-gradient-to: rgb(49 169 168 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-400\/80 {
  --tw-gradient-to: rgb(49 169 168 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-400\/85 {
  --tw-gradient-to: rgb(49 169 168 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-400\/90 {
  --tw-gradient-to: rgb(49 169 168 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-400\/95 {
  --tw-gradient-to: rgb(49 169 168 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-50 {
  --tw-gradient-to: #f1f7f6 var(--tw-gradient-to-position);
}
.to-pine-50\/0 {
  --tw-gradient-to: rgb(241 247 246 / 0) var(--tw-gradient-to-position);
}
.to-pine-50\/10 {
  --tw-gradient-to: rgb(241 247 246 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-50\/100 {
  --tw-gradient-to: rgb(241 247 246 / 1) var(--tw-gradient-to-position);
}
.to-pine-50\/15 {
  --tw-gradient-to: rgb(241 247 246 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-50\/20 {
  --tw-gradient-to: rgb(241 247 246 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-50\/25 {
  --tw-gradient-to: rgb(241 247 246 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-50\/30 {
  --tw-gradient-to: rgb(241 247 246 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-50\/35 {
  --tw-gradient-to: rgb(241 247 246 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-50\/40 {
  --tw-gradient-to: rgb(241 247 246 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-50\/45 {
  --tw-gradient-to: rgb(241 247 246 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-50\/5 {
  --tw-gradient-to: rgb(241 247 246 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-50\/50 {
  --tw-gradient-to: rgb(241 247 246 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-50\/55 {
  --tw-gradient-to: rgb(241 247 246 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-50\/60 {
  --tw-gradient-to: rgb(241 247 246 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-50\/65 {
  --tw-gradient-to: rgb(241 247 246 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-50\/70 {
  --tw-gradient-to: rgb(241 247 246 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-50\/75 {
  --tw-gradient-to: rgb(241 247 246 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-50\/80 {
  --tw-gradient-to: rgb(241 247 246 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-50\/85 {
  --tw-gradient-to: rgb(241 247 246 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-50\/90 {
  --tw-gradient-to: rgb(241 247 246 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-50\/95 {
  --tw-gradient-to: rgb(241 247 246 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-500 {
  --tw-gradient-to: #228b84 var(--tw-gradient-to-position);
}
.to-pine-500\/0 {
  --tw-gradient-to: rgb(34 139 132 / 0) var(--tw-gradient-to-position);
}
.to-pine-500\/10 {
  --tw-gradient-to: rgb(34 139 132 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-500\/100 {
  --tw-gradient-to: rgb(34 139 132 / 1) var(--tw-gradient-to-position);
}
.to-pine-500\/15 {
  --tw-gradient-to: rgb(34 139 132 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-500\/20 {
  --tw-gradient-to: rgb(34 139 132 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-500\/25 {
  --tw-gradient-to: rgb(34 139 132 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-500\/30 {
  --tw-gradient-to: rgb(34 139 132 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-500\/35 {
  --tw-gradient-to: rgb(34 139 132 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-500\/40 {
  --tw-gradient-to: rgb(34 139 132 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-500\/45 {
  --tw-gradient-to: rgb(34 139 132 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-500\/5 {
  --tw-gradient-to: rgb(34 139 132 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-500\/50 {
  --tw-gradient-to: rgb(34 139 132 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-500\/55 {
  --tw-gradient-to: rgb(34 139 132 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-500\/60 {
  --tw-gradient-to: rgb(34 139 132 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-500\/65 {
  --tw-gradient-to: rgb(34 139 132 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-500\/70 {
  --tw-gradient-to: rgb(34 139 132 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-500\/75 {
  --tw-gradient-to: rgb(34 139 132 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-500\/80 {
  --tw-gradient-to: rgb(34 139 132 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-500\/85 {
  --tw-gradient-to: rgb(34 139 132 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-500\/90 {
  --tw-gradient-to: rgb(34 139 132 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-500\/95 {
  --tw-gradient-to: rgb(34 139 132 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-600 {
  --tw-gradient-to: #1e7369 var(--tw-gradient-to-position);
}
.to-pine-600\/0 {
  --tw-gradient-to: rgb(30 115 105 / 0) var(--tw-gradient-to-position);
}
.to-pine-600\/10 {
  --tw-gradient-to: rgb(30 115 105 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-600\/100 {
  --tw-gradient-to: rgb(30 115 105 / 1) var(--tw-gradient-to-position);
}
.to-pine-600\/15 {
  --tw-gradient-to: rgb(30 115 105 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-600\/20 {
  --tw-gradient-to: rgb(30 115 105 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-600\/25 {
  --tw-gradient-to: rgb(30 115 105 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-600\/30 {
  --tw-gradient-to: rgb(30 115 105 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-600\/35 {
  --tw-gradient-to: rgb(30 115 105 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-600\/40 {
  --tw-gradient-to: rgb(30 115 105 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-600\/45 {
  --tw-gradient-to: rgb(30 115 105 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-600\/5 {
  --tw-gradient-to: rgb(30 115 105 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-600\/50 {
  --tw-gradient-to: rgb(30 115 105 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-600\/55 {
  --tw-gradient-to: rgb(30 115 105 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-600\/60 {
  --tw-gradient-to: rgb(30 115 105 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-600\/65 {
  --tw-gradient-to: rgb(30 115 105 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-600\/70 {
  --tw-gradient-to: rgb(30 115 105 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-600\/75 {
  --tw-gradient-to: rgb(30 115 105 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-600\/80 {
  --tw-gradient-to: rgb(30 115 105 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-600\/85 {
  --tw-gradient-to: rgb(30 115 105 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-600\/90 {
  --tw-gradient-to: rgb(30 115 105 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-600\/95 {
  --tw-gradient-to: rgb(30 115 105 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-700 {
  --tw-gradient-to: #1b5852 var(--tw-gradient-to-position);
}
.to-pine-700\/0 {
  --tw-gradient-to: rgb(27 88 82 / 0) var(--tw-gradient-to-position);
}
.to-pine-700\/10 {
  --tw-gradient-to: rgb(27 88 82 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-700\/100 {
  --tw-gradient-to: rgb(27 88 82 / 1) var(--tw-gradient-to-position);
}
.to-pine-700\/15 {
  --tw-gradient-to: rgb(27 88 82 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-700\/20 {
  --tw-gradient-to: rgb(27 88 82 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-700\/25 {
  --tw-gradient-to: rgb(27 88 82 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-700\/30 {
  --tw-gradient-to: rgb(27 88 82 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-700\/35 {
  --tw-gradient-to: rgb(27 88 82 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-700\/40 {
  --tw-gradient-to: rgb(27 88 82 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-700\/45 {
  --tw-gradient-to: rgb(27 88 82 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-700\/5 {
  --tw-gradient-to: rgb(27 88 82 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-700\/50 {
  --tw-gradient-to: rgb(27 88 82 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-700\/55 {
  --tw-gradient-to: rgb(27 88 82 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-700\/60 {
  --tw-gradient-to: rgb(27 88 82 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-700\/65 {
  --tw-gradient-to: rgb(27 88 82 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-700\/70 {
  --tw-gradient-to: rgb(27 88 82 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-700\/75 {
  --tw-gradient-to: rgb(27 88 82 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-700\/80 {
  --tw-gradient-to: rgb(27 88 82 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-700\/85 {
  --tw-gradient-to: rgb(27 88 82 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-700\/90 {
  --tw-gradient-to: rgb(27 88 82 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-700\/95 {
  --tw-gradient-to: rgb(27 88 82 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-800 {
  --tw-gradient-to: #143b3c var(--tw-gradient-to-position);
}
.to-pine-800\/0 {
  --tw-gradient-to: rgb(20 59 60 / 0) var(--tw-gradient-to-position);
}
.to-pine-800\/10 {
  --tw-gradient-to: rgb(20 59 60 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-800\/100 {
  --tw-gradient-to: rgb(20 59 60 / 1) var(--tw-gradient-to-position);
}
.to-pine-800\/15 {
  --tw-gradient-to: rgb(20 59 60 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-800\/20 {
  --tw-gradient-to: rgb(20 59 60 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-800\/25 {
  --tw-gradient-to: rgb(20 59 60 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-800\/30 {
  --tw-gradient-to: rgb(20 59 60 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-800\/35 {
  --tw-gradient-to: rgb(20 59 60 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-800\/40 {
  --tw-gradient-to: rgb(20 59 60 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-800\/45 {
  --tw-gradient-to: rgb(20 59 60 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-800\/5 {
  --tw-gradient-to: rgb(20 59 60 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-800\/50 {
  --tw-gradient-to: rgb(20 59 60 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-800\/55 {
  --tw-gradient-to: rgb(20 59 60 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-800\/60 {
  --tw-gradient-to: rgb(20 59 60 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-800\/65 {
  --tw-gradient-to: rgb(20 59 60 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-800\/70 {
  --tw-gradient-to: rgb(20 59 60 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-800\/75 {
  --tw-gradient-to: rgb(20 59 60 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-800\/80 {
  --tw-gradient-to: rgb(20 59 60 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-800\/85 {
  --tw-gradient-to: rgb(20 59 60 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-800\/90 {
  --tw-gradient-to: rgb(20 59 60 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-800\/95 {
  --tw-gradient-to: rgb(20 59 60 / 0.95) var(--tw-gradient-to-position);
}
.to-pine-900 {
  --tw-gradient-to: #0d242b var(--tw-gradient-to-position);
}
.to-pine-900\/0 {
  --tw-gradient-to: rgb(13 36 43 / 0) var(--tw-gradient-to-position);
}
.to-pine-900\/10 {
  --tw-gradient-to: rgb(13 36 43 / 0.1) var(--tw-gradient-to-position);
}
.to-pine-900\/100 {
  --tw-gradient-to: rgb(13 36 43 / 1) var(--tw-gradient-to-position);
}
.to-pine-900\/15 {
  --tw-gradient-to: rgb(13 36 43 / 0.15) var(--tw-gradient-to-position);
}
.to-pine-900\/20 {
  --tw-gradient-to: rgb(13 36 43 / 0.2) var(--tw-gradient-to-position);
}
.to-pine-900\/25 {
  --tw-gradient-to: rgb(13 36 43 / 0.25) var(--tw-gradient-to-position);
}
.to-pine-900\/30 {
  --tw-gradient-to: rgb(13 36 43 / 0.3) var(--tw-gradient-to-position);
}
.to-pine-900\/35 {
  --tw-gradient-to: rgb(13 36 43 / 0.35) var(--tw-gradient-to-position);
}
.to-pine-900\/40 {
  --tw-gradient-to: rgb(13 36 43 / 0.4) var(--tw-gradient-to-position);
}
.to-pine-900\/45 {
  --tw-gradient-to: rgb(13 36 43 / 0.45) var(--tw-gradient-to-position);
}
.to-pine-900\/5 {
  --tw-gradient-to: rgb(13 36 43 / 0.05) var(--tw-gradient-to-position);
}
.to-pine-900\/50 {
  --tw-gradient-to: rgb(13 36 43 / 0.5) var(--tw-gradient-to-position);
}
.to-pine-900\/55 {
  --tw-gradient-to: rgb(13 36 43 / 0.55) var(--tw-gradient-to-position);
}
.to-pine-900\/60 {
  --tw-gradient-to: rgb(13 36 43 / 0.6) var(--tw-gradient-to-position);
}
.to-pine-900\/65 {
  --tw-gradient-to: rgb(13 36 43 / 0.65) var(--tw-gradient-to-position);
}
.to-pine-900\/70 {
  --tw-gradient-to: rgb(13 36 43 / 0.7) var(--tw-gradient-to-position);
}
.to-pine-900\/75 {
  --tw-gradient-to: rgb(13 36 43 / 0.75) var(--tw-gradient-to-position);
}
.to-pine-900\/80 {
  --tw-gradient-to: rgb(13 36 43 / 0.8) var(--tw-gradient-to-position);
}
.to-pine-900\/85 {
  --tw-gradient-to: rgb(13 36 43 / 0.85) var(--tw-gradient-to-position);
}
.to-pine-900\/90 {
  --tw-gradient-to: rgb(13 36 43 / 0.9) var(--tw-gradient-to-position);
}
.to-pine-900\/95 {
  --tw-gradient-to: rgb(13 36 43 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-100 {
  --tw-gradient-to: #FCE8F3 var(--tw-gradient-to-position);
}
.to-pink-100\/0 {
  --tw-gradient-to: rgb(252 232 243 / 0) var(--tw-gradient-to-position);
}
.to-pink-100\/10 {
  --tw-gradient-to: rgb(252 232 243 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-100\/100 {
  --tw-gradient-to: rgb(252 232 243 / 1) var(--tw-gradient-to-position);
}
.to-pink-100\/15 {
  --tw-gradient-to: rgb(252 232 243 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-100\/20 {
  --tw-gradient-to: rgb(252 232 243 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-100\/25 {
  --tw-gradient-to: rgb(252 232 243 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-100\/30 {
  --tw-gradient-to: rgb(252 232 243 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-100\/35 {
  --tw-gradient-to: rgb(252 232 243 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-100\/40 {
  --tw-gradient-to: rgb(252 232 243 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-100\/45 {
  --tw-gradient-to: rgb(252 232 243 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-100\/5 {
  --tw-gradient-to: rgb(252 232 243 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-100\/50 {
  --tw-gradient-to: rgb(252 232 243 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-100\/55 {
  --tw-gradient-to: rgb(252 232 243 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-100\/60 {
  --tw-gradient-to: rgb(252 232 243 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-100\/65 {
  --tw-gradient-to: rgb(252 232 243 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-100\/70 {
  --tw-gradient-to: rgb(252 232 243 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-100\/75 {
  --tw-gradient-to: rgb(252 232 243 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-100\/80 {
  --tw-gradient-to: rgb(252 232 243 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-100\/85 {
  --tw-gradient-to: rgb(252 232 243 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-100\/90 {
  --tw-gradient-to: rgb(252 232 243 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-100\/95 {
  --tw-gradient-to: rgb(252 232 243 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-200 {
  --tw-gradient-to: #FAD1E8 var(--tw-gradient-to-position);
}
.to-pink-200\/0 {
  --tw-gradient-to: rgb(250 209 232 / 0) var(--tw-gradient-to-position);
}
.to-pink-200\/10 {
  --tw-gradient-to: rgb(250 209 232 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-200\/100 {
  --tw-gradient-to: rgb(250 209 232 / 1) var(--tw-gradient-to-position);
}
.to-pink-200\/15 {
  --tw-gradient-to: rgb(250 209 232 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-200\/20 {
  --tw-gradient-to: rgb(250 209 232 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-200\/25 {
  --tw-gradient-to: rgb(250 209 232 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-200\/30 {
  --tw-gradient-to: rgb(250 209 232 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-200\/35 {
  --tw-gradient-to: rgb(250 209 232 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-200\/40 {
  --tw-gradient-to: rgb(250 209 232 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-200\/45 {
  --tw-gradient-to: rgb(250 209 232 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-200\/5 {
  --tw-gradient-to: rgb(250 209 232 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-200\/50 {
  --tw-gradient-to: rgb(250 209 232 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-200\/55 {
  --tw-gradient-to: rgb(250 209 232 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-200\/60 {
  --tw-gradient-to: rgb(250 209 232 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-200\/65 {
  --tw-gradient-to: rgb(250 209 232 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-200\/70 {
  --tw-gradient-to: rgb(250 209 232 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-200\/75 {
  --tw-gradient-to: rgb(250 209 232 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-200\/80 {
  --tw-gradient-to: rgb(250 209 232 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-200\/85 {
  --tw-gradient-to: rgb(250 209 232 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-200\/90 {
  --tw-gradient-to: rgb(250 209 232 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-200\/95 {
  --tw-gradient-to: rgb(250 209 232 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-300 {
  --tw-gradient-to: #F8B4D9 var(--tw-gradient-to-position);
}
.to-pink-300\/0 {
  --tw-gradient-to: rgb(248 180 217 / 0) var(--tw-gradient-to-position);
}
.to-pink-300\/10 {
  --tw-gradient-to: rgb(248 180 217 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-300\/100 {
  --tw-gradient-to: rgb(248 180 217 / 1) var(--tw-gradient-to-position);
}
.to-pink-300\/15 {
  --tw-gradient-to: rgb(248 180 217 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-300\/20 {
  --tw-gradient-to: rgb(248 180 217 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-300\/25 {
  --tw-gradient-to: rgb(248 180 217 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-300\/30 {
  --tw-gradient-to: rgb(248 180 217 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-300\/35 {
  --tw-gradient-to: rgb(248 180 217 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-300\/40 {
  --tw-gradient-to: rgb(248 180 217 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-300\/45 {
  --tw-gradient-to: rgb(248 180 217 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-300\/5 {
  --tw-gradient-to: rgb(248 180 217 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-300\/50 {
  --tw-gradient-to: rgb(248 180 217 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-300\/55 {
  --tw-gradient-to: rgb(248 180 217 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-300\/60 {
  --tw-gradient-to: rgb(248 180 217 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-300\/65 {
  --tw-gradient-to: rgb(248 180 217 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-300\/70 {
  --tw-gradient-to: rgb(248 180 217 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-300\/75 {
  --tw-gradient-to: rgb(248 180 217 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-300\/80 {
  --tw-gradient-to: rgb(248 180 217 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-300\/85 {
  --tw-gradient-to: rgb(248 180 217 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-300\/90 {
  --tw-gradient-to: rgb(248 180 217 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-300\/95 {
  --tw-gradient-to: rgb(248 180 217 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #F17EB8 var(--tw-gradient-to-position);
}
.to-pink-400\/0 {
  --tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);
}
.to-pink-400\/10 {
  --tw-gradient-to: rgb(241 126 184 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-400\/100 {
  --tw-gradient-to: rgb(241 126 184 / 1) var(--tw-gradient-to-position);
}
.to-pink-400\/15 {
  --tw-gradient-to: rgb(241 126 184 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-400\/20 {
  --tw-gradient-to: rgb(241 126 184 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-400\/25 {
  --tw-gradient-to: rgb(241 126 184 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-400\/30 {
  --tw-gradient-to: rgb(241 126 184 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-400\/35 {
  --tw-gradient-to: rgb(241 126 184 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-400\/40 {
  --tw-gradient-to: rgb(241 126 184 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-400\/45 {
  --tw-gradient-to: rgb(241 126 184 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-400\/5 {
  --tw-gradient-to: rgb(241 126 184 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-400\/50 {
  --tw-gradient-to: rgb(241 126 184 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-400\/55 {
  --tw-gradient-to: rgb(241 126 184 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-400\/60 {
  --tw-gradient-to: rgb(241 126 184 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-400\/65 {
  --tw-gradient-to: rgb(241 126 184 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-400\/70 {
  --tw-gradient-to: rgb(241 126 184 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-400\/75 {
  --tw-gradient-to: rgb(241 126 184 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-400\/80 {
  --tw-gradient-to: rgb(241 126 184 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-400\/85 {
  --tw-gradient-to: rgb(241 126 184 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-400\/90 {
  --tw-gradient-to: rgb(241 126 184 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-400\/95 {
  --tw-gradient-to: rgb(241 126 184 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-50 {
  --tw-gradient-to: #FDF2F8 var(--tw-gradient-to-position);
}
.to-pink-50\/0 {
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
}
.to-pink-50\/10 {
  --tw-gradient-to: rgb(253 242 248 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-50\/100 {
  --tw-gradient-to: rgb(253 242 248 / 1) var(--tw-gradient-to-position);
}
.to-pink-50\/15 {
  --tw-gradient-to: rgb(253 242 248 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-50\/20 {
  --tw-gradient-to: rgb(253 242 248 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-50\/25 {
  --tw-gradient-to: rgb(253 242 248 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-50\/30 {
  --tw-gradient-to: rgb(253 242 248 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-50\/35 {
  --tw-gradient-to: rgb(253 242 248 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-50\/40 {
  --tw-gradient-to: rgb(253 242 248 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-50\/45 {
  --tw-gradient-to: rgb(253 242 248 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-50\/5 {
  --tw-gradient-to: rgb(253 242 248 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-50\/50 {
  --tw-gradient-to: rgb(253 242 248 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-50\/55 {
  --tw-gradient-to: rgb(253 242 248 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-50\/60 {
  --tw-gradient-to: rgb(253 242 248 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-50\/65 {
  --tw-gradient-to: rgb(253 242 248 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-50\/70 {
  --tw-gradient-to: rgb(253 242 248 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-50\/75 {
  --tw-gradient-to: rgb(253 242 248 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-50\/80 {
  --tw-gradient-to: rgb(253 242 248 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-50\/85 {
  --tw-gradient-to: rgb(253 242 248 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-50\/90 {
  --tw-gradient-to: rgb(253 242 248 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-50\/95 {
  --tw-gradient-to: rgb(253 242 248 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #E74694 var(--tw-gradient-to-position);
}
.to-pink-500\/0 {
  --tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);
}
.to-pink-500\/10 {
  --tw-gradient-to: rgb(231 70 148 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-500\/100 {
  --tw-gradient-to: rgb(231 70 148 / 1) var(--tw-gradient-to-position);
}
.to-pink-500\/15 {
  --tw-gradient-to: rgb(231 70 148 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-500\/20 {
  --tw-gradient-to: rgb(231 70 148 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-500\/25 {
  --tw-gradient-to: rgb(231 70 148 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-500\/30 {
  --tw-gradient-to: rgb(231 70 148 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-500\/35 {
  --tw-gradient-to: rgb(231 70 148 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-500\/40 {
  --tw-gradient-to: rgb(231 70 148 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-500\/45 {
  --tw-gradient-to: rgb(231 70 148 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-500\/5 {
  --tw-gradient-to: rgb(231 70 148 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-500\/50 {
  --tw-gradient-to: rgb(231 70 148 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-500\/55 {
  --tw-gradient-to: rgb(231 70 148 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-500\/60 {
  --tw-gradient-to: rgb(231 70 148 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-500\/65 {
  --tw-gradient-to: rgb(231 70 148 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-500\/70 {
  --tw-gradient-to: rgb(231 70 148 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-500\/75 {
  --tw-gradient-to: rgb(231 70 148 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-500\/80 {
  --tw-gradient-to: rgb(231 70 148 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-500\/85 {
  --tw-gradient-to: rgb(231 70 148 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-500\/90 {
  --tw-gradient-to: rgb(231 70 148 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-500\/95 {
  --tw-gradient-to: rgb(231 70 148 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-600 {
  --tw-gradient-to: #D61F69 var(--tw-gradient-to-position);
}
.to-pink-600\/0 {
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
}
.to-pink-600\/10 {
  --tw-gradient-to: rgb(214 31 105 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-600\/100 {
  --tw-gradient-to: rgb(214 31 105 / 1) var(--tw-gradient-to-position);
}
.to-pink-600\/15 {
  --tw-gradient-to: rgb(214 31 105 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-600\/20 {
  --tw-gradient-to: rgb(214 31 105 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-600\/25 {
  --tw-gradient-to: rgb(214 31 105 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-600\/30 {
  --tw-gradient-to: rgb(214 31 105 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-600\/35 {
  --tw-gradient-to: rgb(214 31 105 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-600\/40 {
  --tw-gradient-to: rgb(214 31 105 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-600\/45 {
  --tw-gradient-to: rgb(214 31 105 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-600\/5 {
  --tw-gradient-to: rgb(214 31 105 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-600\/50 {
  --tw-gradient-to: rgb(214 31 105 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-600\/55 {
  --tw-gradient-to: rgb(214 31 105 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-600\/60 {
  --tw-gradient-to: rgb(214 31 105 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-600\/65 {
  --tw-gradient-to: rgb(214 31 105 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-600\/70 {
  --tw-gradient-to: rgb(214 31 105 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-600\/75 {
  --tw-gradient-to: rgb(214 31 105 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-600\/80 {
  --tw-gradient-to: rgb(214 31 105 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-600\/85 {
  --tw-gradient-to: rgb(214 31 105 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-600\/90 {
  --tw-gradient-to: rgb(214 31 105 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-600\/95 {
  --tw-gradient-to: rgb(214 31 105 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-700 {
  --tw-gradient-to: #BF125D var(--tw-gradient-to-position);
}
.to-pink-700\/0 {
  --tw-gradient-to: rgb(191 18 93 / 0) var(--tw-gradient-to-position);
}
.to-pink-700\/10 {
  --tw-gradient-to: rgb(191 18 93 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-700\/100 {
  --tw-gradient-to: rgb(191 18 93 / 1) var(--tw-gradient-to-position);
}
.to-pink-700\/15 {
  --tw-gradient-to: rgb(191 18 93 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-700\/20 {
  --tw-gradient-to: rgb(191 18 93 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-700\/25 {
  --tw-gradient-to: rgb(191 18 93 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-700\/30 {
  --tw-gradient-to: rgb(191 18 93 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-700\/35 {
  --tw-gradient-to: rgb(191 18 93 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-700\/40 {
  --tw-gradient-to: rgb(191 18 93 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-700\/45 {
  --tw-gradient-to: rgb(191 18 93 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-700\/5 {
  --tw-gradient-to: rgb(191 18 93 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-700\/50 {
  --tw-gradient-to: rgb(191 18 93 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-700\/55 {
  --tw-gradient-to: rgb(191 18 93 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-700\/60 {
  --tw-gradient-to: rgb(191 18 93 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-700\/65 {
  --tw-gradient-to: rgb(191 18 93 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-700\/70 {
  --tw-gradient-to: rgb(191 18 93 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-700\/75 {
  --tw-gradient-to: rgb(191 18 93 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-700\/80 {
  --tw-gradient-to: rgb(191 18 93 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-700\/85 {
  --tw-gradient-to: rgb(191 18 93 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-700\/90 {
  --tw-gradient-to: rgb(191 18 93 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-700\/95 {
  --tw-gradient-to: rgb(191 18 93 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-800 {
  --tw-gradient-to: #99154B var(--tw-gradient-to-position);
}
.to-pink-800\/0 {
  --tw-gradient-to: rgb(153 21 75 / 0) var(--tw-gradient-to-position);
}
.to-pink-800\/10 {
  --tw-gradient-to: rgb(153 21 75 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-800\/100 {
  --tw-gradient-to: rgb(153 21 75 / 1) var(--tw-gradient-to-position);
}
.to-pink-800\/15 {
  --tw-gradient-to: rgb(153 21 75 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-800\/20 {
  --tw-gradient-to: rgb(153 21 75 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-800\/25 {
  --tw-gradient-to: rgb(153 21 75 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-800\/30 {
  --tw-gradient-to: rgb(153 21 75 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-800\/35 {
  --tw-gradient-to: rgb(153 21 75 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-800\/40 {
  --tw-gradient-to: rgb(153 21 75 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-800\/45 {
  --tw-gradient-to: rgb(153 21 75 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-800\/5 {
  --tw-gradient-to: rgb(153 21 75 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-800\/50 {
  --tw-gradient-to: rgb(153 21 75 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-800\/55 {
  --tw-gradient-to: rgb(153 21 75 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-800\/60 {
  --tw-gradient-to: rgb(153 21 75 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-800\/65 {
  --tw-gradient-to: rgb(153 21 75 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-800\/70 {
  --tw-gradient-to: rgb(153 21 75 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-800\/75 {
  --tw-gradient-to: rgb(153 21 75 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-800\/80 {
  --tw-gradient-to: rgb(153 21 75 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-800\/85 {
  --tw-gradient-to: rgb(153 21 75 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-800\/90 {
  --tw-gradient-to: rgb(153 21 75 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-800\/95 {
  --tw-gradient-to: rgb(153 21 75 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-900 {
  --tw-gradient-to: #751A3D var(--tw-gradient-to-position);
}
.to-pink-900\/0 {
  --tw-gradient-to: rgb(117 26 61 / 0) var(--tw-gradient-to-position);
}
.to-pink-900\/10 {
  --tw-gradient-to: rgb(117 26 61 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-900\/100 {
  --tw-gradient-to: rgb(117 26 61 / 1) var(--tw-gradient-to-position);
}
.to-pink-900\/15 {
  --tw-gradient-to: rgb(117 26 61 / 0.15) var(--tw-gradient-to-position);
}
.to-pink-900\/20 {
  --tw-gradient-to: rgb(117 26 61 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-900\/25 {
  --tw-gradient-to: rgb(117 26 61 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-900\/30 {
  --tw-gradient-to: rgb(117 26 61 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-900\/35 {
  --tw-gradient-to: rgb(117 26 61 / 0.35) var(--tw-gradient-to-position);
}
.to-pink-900\/40 {
  --tw-gradient-to: rgb(117 26 61 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-900\/45 {
  --tw-gradient-to: rgb(117 26 61 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-900\/5 {
  --tw-gradient-to: rgb(117 26 61 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-900\/50 {
  --tw-gradient-to: rgb(117 26 61 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-900\/55 {
  --tw-gradient-to: rgb(117 26 61 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-900\/60 {
  --tw-gradient-to: rgb(117 26 61 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-900\/65 {
  --tw-gradient-to: rgb(117 26 61 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-900\/70 {
  --tw-gradient-to: rgb(117 26 61 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-900\/75 {
  --tw-gradient-to: rgb(117 26 61 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-900\/80 {
  --tw-gradient-to: rgb(117 26 61 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-900\/85 {
  --tw-gradient-to: rgb(117 26 61 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-900\/90 {
  --tw-gradient-to: rgb(117 26 61 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-900\/95 {
  --tw-gradient-to: rgb(117 26 61 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-100 {
  --tw-gradient-to: #d7f1f9 var(--tw-gradient-to-position);
}
.to-primary-100\/0 {
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
}
.to-primary-100\/10 {
  --tw-gradient-to: rgb(215 241 249 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-100\/100 {
  --tw-gradient-to: rgb(215 241 249 / 1) var(--tw-gradient-to-position);
}
.to-primary-100\/15 {
  --tw-gradient-to: rgb(215 241 249 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-100\/20 {
  --tw-gradient-to: rgb(215 241 249 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-100\/25 {
  --tw-gradient-to: rgb(215 241 249 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-100\/30 {
  --tw-gradient-to: rgb(215 241 249 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-100\/35 {
  --tw-gradient-to: rgb(215 241 249 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-100\/40 {
  --tw-gradient-to: rgb(215 241 249 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-100\/45 {
  --tw-gradient-to: rgb(215 241 249 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-100\/5 {
  --tw-gradient-to: rgb(215 241 249 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-100\/50 {
  --tw-gradient-to: rgb(215 241 249 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-100\/55 {
  --tw-gradient-to: rgb(215 241 249 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-100\/60 {
  --tw-gradient-to: rgb(215 241 249 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-100\/65 {
  --tw-gradient-to: rgb(215 241 249 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-100\/70 {
  --tw-gradient-to: rgb(215 241 249 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-100\/75 {
  --tw-gradient-to: rgb(215 241 249 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-100\/80 {
  --tw-gradient-to: rgb(215 241 249 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-100\/85 {
  --tw-gradient-to: rgb(215 241 249 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-100\/90 {
  --tw-gradient-to: rgb(215 241 249 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-100\/95 {
  --tw-gradient-to: rgb(215 241 249 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-200 {
  --tw-gradient-to: #a8e3f2 var(--tw-gradient-to-position);
}
.to-primary-200\/0 {
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
}
.to-primary-200\/10 {
  --tw-gradient-to: rgb(168 227 242 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-200\/100 {
  --tw-gradient-to: rgb(168 227 242 / 1) var(--tw-gradient-to-position);
}
.to-primary-200\/15 {
  --tw-gradient-to: rgb(168 227 242 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-200\/20 {
  --tw-gradient-to: rgb(168 227 242 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-200\/25 {
  --tw-gradient-to: rgb(168 227 242 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-200\/30 {
  --tw-gradient-to: rgb(168 227 242 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-200\/35 {
  --tw-gradient-to: rgb(168 227 242 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-200\/40 {
  --tw-gradient-to: rgb(168 227 242 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-200\/45 {
  --tw-gradient-to: rgb(168 227 242 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-200\/5 {
  --tw-gradient-to: rgb(168 227 242 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-200\/50 {
  --tw-gradient-to: rgb(168 227 242 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-200\/55 {
  --tw-gradient-to: rgb(168 227 242 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-200\/60 {
  --tw-gradient-to: rgb(168 227 242 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-200\/65 {
  --tw-gradient-to: rgb(168 227 242 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-200\/70 {
  --tw-gradient-to: rgb(168 227 242 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-200\/75 {
  --tw-gradient-to: rgb(168 227 242 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-200\/80 {
  --tw-gradient-to: rgb(168 227 242 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-200\/85 {
  --tw-gradient-to: rgb(168 227 242 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-200\/90 {
  --tw-gradient-to: rgb(168 227 242 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-200\/95 {
  --tw-gradient-to: rgb(168 227 242 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-300 {
  --tw-gradient-to: #72c5df var(--tw-gradient-to-position);
}
.to-primary-300\/0 {
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
}
.to-primary-300\/10 {
  --tw-gradient-to: rgb(114 197 223 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-300\/100 {
  --tw-gradient-to: rgb(114 197 223 / 1) var(--tw-gradient-to-position);
}
.to-primary-300\/15 {
  --tw-gradient-to: rgb(114 197 223 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-300\/20 {
  --tw-gradient-to: rgb(114 197 223 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-300\/25 {
  --tw-gradient-to: rgb(114 197 223 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-300\/30 {
  --tw-gradient-to: rgb(114 197 223 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-300\/35 {
  --tw-gradient-to: rgb(114 197 223 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-300\/40 {
  --tw-gradient-to: rgb(114 197 223 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-300\/45 {
  --tw-gradient-to: rgb(114 197 223 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-300\/5 {
  --tw-gradient-to: rgb(114 197 223 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-300\/50 {
  --tw-gradient-to: rgb(114 197 223 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-300\/55 {
  --tw-gradient-to: rgb(114 197 223 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-300\/60 {
  --tw-gradient-to: rgb(114 197 223 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-300\/65 {
  --tw-gradient-to: rgb(114 197 223 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-300\/70 {
  --tw-gradient-to: rgb(114 197 223 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-300\/75 {
  --tw-gradient-to: rgb(114 197 223 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-300\/80 {
  --tw-gradient-to: rgb(114 197 223 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-300\/85 {
  --tw-gradient-to: rgb(114 197 223 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-300\/90 {
  --tw-gradient-to: rgb(114 197 223 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-300\/95 {
  --tw-gradient-to: rgb(114 197 223 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-400 {
  --tw-gradient-to: #3aa3c6 var(--tw-gradient-to-position);
}
.to-primary-400\/0 {
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
}
.to-primary-400\/10 {
  --tw-gradient-to: rgb(58 163 198 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-400\/100 {
  --tw-gradient-to: rgb(58 163 198 / 1) var(--tw-gradient-to-position);
}
.to-primary-400\/15 {
  --tw-gradient-to: rgb(58 163 198 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-400\/20 {
  --tw-gradient-to: rgb(58 163 198 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-400\/25 {
  --tw-gradient-to: rgb(58 163 198 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-400\/30 {
  --tw-gradient-to: rgb(58 163 198 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-400\/35 {
  --tw-gradient-to: rgb(58 163 198 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-400\/40 {
  --tw-gradient-to: rgb(58 163 198 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-400\/45 {
  --tw-gradient-to: rgb(58 163 198 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-400\/5 {
  --tw-gradient-to: rgb(58 163 198 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-400\/50 {
  --tw-gradient-to: rgb(58 163 198 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-400\/55 {
  --tw-gradient-to: rgb(58 163 198 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-400\/60 {
  --tw-gradient-to: rgb(58 163 198 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-400\/65 {
  --tw-gradient-to: rgb(58 163 198 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-400\/70 {
  --tw-gradient-to: rgb(58 163 198 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-400\/75 {
  --tw-gradient-to: rgb(58 163 198 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-400\/80 {
  --tw-gradient-to: rgb(58 163 198 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-400\/85 {
  --tw-gradient-to: rgb(58 163 198 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-400\/90 {
  --tw-gradient-to: rgb(58 163 198 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-400\/95 {
  --tw-gradient-to: rgb(58 163 198 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-50 {
  --tw-gradient-to: #f2f8f8 var(--tw-gradient-to-position);
}
.to-primary-50\/0 {
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
}
.to-primary-50\/10 {
  --tw-gradient-to: rgb(242 248 248 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-50\/100 {
  --tw-gradient-to: rgb(242 248 248 / 1) var(--tw-gradient-to-position);
}
.to-primary-50\/15 {
  --tw-gradient-to: rgb(242 248 248 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-50\/20 {
  --tw-gradient-to: rgb(242 248 248 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-50\/25 {
  --tw-gradient-to: rgb(242 248 248 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-50\/30 {
  --tw-gradient-to: rgb(242 248 248 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-50\/35 {
  --tw-gradient-to: rgb(242 248 248 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-50\/40 {
  --tw-gradient-to: rgb(242 248 248 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-50\/45 {
  --tw-gradient-to: rgb(242 248 248 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-50\/5 {
  --tw-gradient-to: rgb(242 248 248 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-50\/50 {
  --tw-gradient-to: rgb(242 248 248 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-50\/55 {
  --tw-gradient-to: rgb(242 248 248 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-50\/60 {
  --tw-gradient-to: rgb(242 248 248 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-50\/65 {
  --tw-gradient-to: rgb(242 248 248 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-50\/70 {
  --tw-gradient-to: rgb(242 248 248 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-50\/75 {
  --tw-gradient-to: rgb(242 248 248 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-50\/80 {
  --tw-gradient-to: rgb(242 248 248 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-50\/85 {
  --tw-gradient-to: rgb(242 248 248 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-50\/90 {
  --tw-gradient-to: rgb(242 248 248 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-50\/95 {
  --tw-gradient-to: rgb(242 248 248 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-500 {
  --tw-gradient-to: #027db6 var(--tw-gradient-to-position);
}
.to-primary-500\/0 {
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
}
.to-primary-500\/10 {
  --tw-gradient-to: rgb(2 125 182 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-500\/100 {
  --tw-gradient-to: rgb(2 125 182 / 1) var(--tw-gradient-to-position);
}
.to-primary-500\/15 {
  --tw-gradient-to: rgb(2 125 182 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-500\/20 {
  --tw-gradient-to: rgb(2 125 182 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-500\/25 {
  --tw-gradient-to: rgb(2 125 182 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-500\/30 {
  --tw-gradient-to: rgb(2 125 182 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-500\/35 {
  --tw-gradient-to: rgb(2 125 182 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-500\/40 {
  --tw-gradient-to: rgb(2 125 182 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-500\/45 {
  --tw-gradient-to: rgb(2 125 182 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-500\/5 {
  --tw-gradient-to: rgb(2 125 182 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-500\/50 {
  --tw-gradient-to: rgb(2 125 182 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-500\/55 {
  --tw-gradient-to: rgb(2 125 182 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-500\/60 {
  --tw-gradient-to: rgb(2 125 182 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-500\/65 {
  --tw-gradient-to: rgb(2 125 182 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-500\/70 {
  --tw-gradient-to: rgb(2 125 182 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-500\/75 {
  --tw-gradient-to: rgb(2 125 182 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-500\/80 {
  --tw-gradient-to: rgb(2 125 182 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-500\/85 {
  --tw-gradient-to: rgb(2 125 182 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-500\/90 {
  --tw-gradient-to: rgb(2 125 182 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-500\/95 {
  --tw-gradient-to: rgb(2 125 182 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-600 {
  --tw-gradient-to: #246a92 var(--tw-gradient-to-position);
}
.to-primary-600\/0 {
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
}
.to-primary-600\/10 {
  --tw-gradient-to: rgb(36 106 146 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-600\/100 {
  --tw-gradient-to: rgb(36 106 146 / 1) var(--tw-gradient-to-position);
}
.to-primary-600\/15 {
  --tw-gradient-to: rgb(36 106 146 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-600\/20 {
  --tw-gradient-to: rgb(36 106 146 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-600\/25 {
  --tw-gradient-to: rgb(36 106 146 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-600\/30 {
  --tw-gradient-to: rgb(36 106 146 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-600\/35 {
  --tw-gradient-to: rgb(36 106 146 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-600\/40 {
  --tw-gradient-to: rgb(36 106 146 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-600\/45 {
  --tw-gradient-to: rgb(36 106 146 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-600\/5 {
  --tw-gradient-to: rgb(36 106 146 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-600\/50 {
  --tw-gradient-to: rgb(36 106 146 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-600\/55 {
  --tw-gradient-to: rgb(36 106 146 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-600\/60 {
  --tw-gradient-to: rgb(36 106 146 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-600\/65 {
  --tw-gradient-to: rgb(36 106 146 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-600\/70 {
  --tw-gradient-to: rgb(36 106 146 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-600\/75 {
  --tw-gradient-to: rgb(36 106 146 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-600\/80 {
  --tw-gradient-to: rgb(36 106 146 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-600\/85 {
  --tw-gradient-to: rgb(36 106 146 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-600\/90 {
  --tw-gradient-to: rgb(36 106 146 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-600\/95 {
  --tw-gradient-to: rgb(36 106 146 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-700 {
  --tw-gradient-to: #1f5072 var(--tw-gradient-to-position);
}
.to-primary-700\/0 {
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
}
.to-primary-700\/10 {
  --tw-gradient-to: rgb(31 80 114 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-700\/100 {
  --tw-gradient-to: rgb(31 80 114 / 1) var(--tw-gradient-to-position);
}
.to-primary-700\/15 {
  --tw-gradient-to: rgb(31 80 114 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-700\/20 {
  --tw-gradient-to: rgb(31 80 114 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-700\/25 {
  --tw-gradient-to: rgb(31 80 114 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-700\/30 {
  --tw-gradient-to: rgb(31 80 114 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-700\/35 {
  --tw-gradient-to: rgb(31 80 114 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-700\/40 {
  --tw-gradient-to: rgb(31 80 114 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-700\/45 {
  --tw-gradient-to: rgb(31 80 114 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-700\/5 {
  --tw-gradient-to: rgb(31 80 114 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-700\/50 {
  --tw-gradient-to: rgb(31 80 114 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-700\/55 {
  --tw-gradient-to: rgb(31 80 114 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-700\/60 {
  --tw-gradient-to: rgb(31 80 114 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-700\/65 {
  --tw-gradient-to: rgb(31 80 114 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-700\/70 {
  --tw-gradient-to: rgb(31 80 114 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-700\/75 {
  --tw-gradient-to: rgb(31 80 114 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-700\/80 {
  --tw-gradient-to: rgb(31 80 114 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-700\/85 {
  --tw-gradient-to: rgb(31 80 114 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-700\/90 {
  --tw-gradient-to: rgb(31 80 114 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-700\/95 {
  --tw-gradient-to: rgb(31 80 114 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-800 {
  --tw-gradient-to: #173652 var(--tw-gradient-to-position);
}
.to-primary-800\/0 {
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
}
.to-primary-800\/10 {
  --tw-gradient-to: rgb(23 54 82 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-800\/100 {
  --tw-gradient-to: rgb(23 54 82 / 1) var(--tw-gradient-to-position);
}
.to-primary-800\/15 {
  --tw-gradient-to: rgb(23 54 82 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-800\/20 {
  --tw-gradient-to: rgb(23 54 82 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-800\/25 {
  --tw-gradient-to: rgb(23 54 82 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-800\/30 {
  --tw-gradient-to: rgb(23 54 82 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-800\/35 {
  --tw-gradient-to: rgb(23 54 82 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-800\/40 {
  --tw-gradient-to: rgb(23 54 82 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-800\/45 {
  --tw-gradient-to: rgb(23 54 82 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-800\/5 {
  --tw-gradient-to: rgb(23 54 82 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-800\/50 {
  --tw-gradient-to: rgb(23 54 82 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-800\/55 {
  --tw-gradient-to: rgb(23 54 82 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-800\/60 {
  --tw-gradient-to: rgb(23 54 82 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-800\/65 {
  --tw-gradient-to: rgb(23 54 82 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-800\/70 {
  --tw-gradient-to: rgb(23 54 82 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-800\/75 {
  --tw-gradient-to: rgb(23 54 82 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-800\/80 {
  --tw-gradient-to: rgb(23 54 82 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-800\/85 {
  --tw-gradient-to: rgb(23 54 82 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-800\/90 {
  --tw-gradient-to: rgb(23 54 82 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-800\/95 {
  --tw-gradient-to: rgb(23 54 82 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-900 {
  --tw-gradient-to: #0e2137 var(--tw-gradient-to-position);
}
.to-primary-900\/0 {
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
}
.to-primary-900\/10 {
  --tw-gradient-to: rgb(14 33 55 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-900\/100 {
  --tw-gradient-to: rgb(14 33 55 / 1) var(--tw-gradient-to-position);
}
.to-primary-900\/15 {
  --tw-gradient-to: rgb(14 33 55 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-900\/20 {
  --tw-gradient-to: rgb(14 33 55 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-900\/25 {
  --tw-gradient-to: rgb(14 33 55 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-900\/30 {
  --tw-gradient-to: rgb(14 33 55 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-900\/35 {
  --tw-gradient-to: rgb(14 33 55 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-900\/40 {
  --tw-gradient-to: rgb(14 33 55 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-900\/45 {
  --tw-gradient-to: rgb(14 33 55 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-900\/5 {
  --tw-gradient-to: rgb(14 33 55 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-900\/50 {
  --tw-gradient-to: rgb(14 33 55 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-900\/55 {
  --tw-gradient-to: rgb(14 33 55 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-900\/60 {
  --tw-gradient-to: rgb(14 33 55 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-900\/65 {
  --tw-gradient-to: rgb(14 33 55 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-900\/70 {
  --tw-gradient-to: rgb(14 33 55 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-900\/75 {
  --tw-gradient-to: rgb(14 33 55 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-900\/80 {
  --tw-gradient-to: rgb(14 33 55 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-900\/85 {
  --tw-gradient-to: rgb(14 33 55 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-900\/90 {
  --tw-gradient-to: rgb(14 33 55 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-900\/95 {
  --tw-gradient-to: rgb(14 33 55 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-100 {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}
.to-purple-100\/0 {
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
}
.to-purple-100\/10 {
  --tw-gradient-to: rgb(237 233 254 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-100\/100 {
  --tw-gradient-to: rgb(237 233 254 / 1) var(--tw-gradient-to-position);
}
.to-purple-100\/15 {
  --tw-gradient-to: rgb(237 233 254 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-100\/20 {
  --tw-gradient-to: rgb(237 233 254 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-100\/25 {
  --tw-gradient-to: rgb(237 233 254 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-100\/30 {
  --tw-gradient-to: rgb(237 233 254 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-100\/35 {
  --tw-gradient-to: rgb(237 233 254 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-100\/40 {
  --tw-gradient-to: rgb(237 233 254 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-100\/45 {
  --tw-gradient-to: rgb(237 233 254 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-100\/5 {
  --tw-gradient-to: rgb(237 233 254 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-100\/50 {
  --tw-gradient-to: rgb(237 233 254 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-100\/55 {
  --tw-gradient-to: rgb(237 233 254 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-100\/60 {
  --tw-gradient-to: rgb(237 233 254 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-100\/65 {
  --tw-gradient-to: rgb(237 233 254 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-100\/70 {
  --tw-gradient-to: rgb(237 233 254 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-100\/75 {
  --tw-gradient-to: rgb(237 233 254 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-100\/80 {
  --tw-gradient-to: rgb(237 233 254 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-100\/85 {
  --tw-gradient-to: rgb(237 233 254 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-100\/90 {
  --tw-gradient-to: rgb(237 233 254 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-100\/95 {
  --tw-gradient-to: rgb(237 233 254 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-200 {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}
.to-purple-200\/0 {
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
}
.to-purple-200\/10 {
  --tw-gradient-to: rgb(221 214 254 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-200\/100 {
  --tw-gradient-to: rgb(221 214 254 / 1) var(--tw-gradient-to-position);
}
.to-purple-200\/15 {
  --tw-gradient-to: rgb(221 214 254 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-200\/20 {
  --tw-gradient-to: rgb(221 214 254 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-200\/25 {
  --tw-gradient-to: rgb(221 214 254 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-200\/30 {
  --tw-gradient-to: rgb(221 214 254 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-200\/35 {
  --tw-gradient-to: rgb(221 214 254 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-200\/40 {
  --tw-gradient-to: rgb(221 214 254 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-200\/45 {
  --tw-gradient-to: rgb(221 214 254 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-200\/5 {
  --tw-gradient-to: rgb(221 214 254 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-200\/50 {
  --tw-gradient-to: rgb(221 214 254 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-200\/55 {
  --tw-gradient-to: rgb(221 214 254 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-200\/60 {
  --tw-gradient-to: rgb(221 214 254 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-200\/65 {
  --tw-gradient-to: rgb(221 214 254 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-200\/70 {
  --tw-gradient-to: rgb(221 214 254 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-200\/75 {
  --tw-gradient-to: rgb(221 214 254 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-200\/80 {
  --tw-gradient-to: rgb(221 214 254 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-200\/85 {
  --tw-gradient-to: rgb(221 214 254 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-200\/90 {
  --tw-gradient-to: rgb(221 214 254 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-200\/95 {
  --tw-gradient-to: rgb(221 214 254 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-300 {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}
.to-purple-300\/0 {
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
}
.to-purple-300\/10 {
  --tw-gradient-to: rgb(196 181 253 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-300\/100 {
  --tw-gradient-to: rgb(196 181 253 / 1) var(--tw-gradient-to-position);
}
.to-purple-300\/15 {
  --tw-gradient-to: rgb(196 181 253 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-300\/20 {
  --tw-gradient-to: rgb(196 181 253 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-300\/25 {
  --tw-gradient-to: rgb(196 181 253 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-300\/30 {
  --tw-gradient-to: rgb(196 181 253 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-300\/35 {
  --tw-gradient-to: rgb(196 181 253 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-300\/40 {
  --tw-gradient-to: rgb(196 181 253 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-300\/45 {
  --tw-gradient-to: rgb(196 181 253 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-300\/5 {
  --tw-gradient-to: rgb(196 181 253 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-300\/50 {
  --tw-gradient-to: rgb(196 181 253 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-300\/55 {
  --tw-gradient-to: rgb(196 181 253 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-300\/60 {
  --tw-gradient-to: rgb(196 181 253 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-300\/65 {
  --tw-gradient-to: rgb(196 181 253 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-300\/70 {
  --tw-gradient-to: rgb(196 181 253 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-300\/75 {
  --tw-gradient-to: rgb(196 181 253 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-300\/80 {
  --tw-gradient-to: rgb(196 181 253 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-300\/85 {
  --tw-gradient-to: rgb(196 181 253 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-300\/90 {
  --tw-gradient-to: rgb(196 181 253 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-300\/95 {
  --tw-gradient-to: rgb(196 181 253 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}
.to-purple-400\/0 {
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
}
.to-purple-400\/10 {
  --tw-gradient-to: rgb(167 139 250 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-400\/100 {
  --tw-gradient-to: rgb(167 139 250 / 1) var(--tw-gradient-to-position);
}
.to-purple-400\/15 {
  --tw-gradient-to: rgb(167 139 250 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-400\/20 {
  --tw-gradient-to: rgb(167 139 250 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-400\/25 {
  --tw-gradient-to: rgb(167 139 250 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-400\/30 {
  --tw-gradient-to: rgb(167 139 250 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-400\/35 {
  --tw-gradient-to: rgb(167 139 250 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-400\/40 {
  --tw-gradient-to: rgb(167 139 250 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-400\/45 {
  --tw-gradient-to: rgb(167 139 250 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-400\/5 {
  --tw-gradient-to: rgb(167 139 250 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-400\/50 {
  --tw-gradient-to: rgb(167 139 250 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-400\/55 {
  --tw-gradient-to: rgb(167 139 250 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-400\/60 {
  --tw-gradient-to: rgb(167 139 250 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-400\/65 {
  --tw-gradient-to: rgb(167 139 250 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-400\/70 {
  --tw-gradient-to: rgb(167 139 250 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-400\/75 {
  --tw-gradient-to: rgb(167 139 250 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-400\/80 {
  --tw-gradient-to: rgb(167 139 250 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-400\/85 {
  --tw-gradient-to: rgb(167 139 250 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-400\/90 {
  --tw-gradient-to: rgb(167 139 250 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-400\/95 {
  --tw-gradient-to: rgb(167 139 250 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-50 {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}
.to-purple-50\/0 {
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
}
.to-purple-50\/10 {
  --tw-gradient-to: rgb(245 243 255 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-50\/100 {
  --tw-gradient-to: rgb(245 243 255 / 1) var(--tw-gradient-to-position);
}
.to-purple-50\/15 {
  --tw-gradient-to: rgb(245 243 255 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-50\/20 {
  --tw-gradient-to: rgb(245 243 255 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-50\/25 {
  --tw-gradient-to: rgb(245 243 255 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-50\/30 {
  --tw-gradient-to: rgb(245 243 255 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-50\/35 {
  --tw-gradient-to: rgb(245 243 255 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-50\/40 {
  --tw-gradient-to: rgb(245 243 255 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-50\/45 {
  --tw-gradient-to: rgb(245 243 255 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-50\/5 {
  --tw-gradient-to: rgb(245 243 255 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-50\/50 {
  --tw-gradient-to: rgb(245 243 255 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-50\/55 {
  --tw-gradient-to: rgb(245 243 255 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-50\/60 {
  --tw-gradient-to: rgb(245 243 255 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-50\/65 {
  --tw-gradient-to: rgb(245 243 255 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-50\/70 {
  --tw-gradient-to: rgb(245 243 255 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-50\/75 {
  --tw-gradient-to: rgb(245 243 255 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-50\/80 {
  --tw-gradient-to: rgb(245 243 255 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-50\/85 {
  --tw-gradient-to: rgb(245 243 255 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-50\/90 {
  --tw-gradient-to: rgb(245 243 255 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-50\/95 {
  --tw-gradient-to: rgb(245 243 255 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}
.to-purple-500\/0 {
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
}
.to-purple-500\/10 {
  --tw-gradient-to: rgb(139 92 246 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-500\/100 {
  --tw-gradient-to: rgb(139 92 246 / 1) var(--tw-gradient-to-position);
}
.to-purple-500\/15 {
  --tw-gradient-to: rgb(139 92 246 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-500\/20 {
  --tw-gradient-to: rgb(139 92 246 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-500\/25 {
  --tw-gradient-to: rgb(139 92 246 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-500\/30 {
  --tw-gradient-to: rgb(139 92 246 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-500\/35 {
  --tw-gradient-to: rgb(139 92 246 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-500\/40 {
  --tw-gradient-to: rgb(139 92 246 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-500\/45 {
  --tw-gradient-to: rgb(139 92 246 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-500\/5 {
  --tw-gradient-to: rgb(139 92 246 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-500\/50 {
  --tw-gradient-to: rgb(139 92 246 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-500\/55 {
  --tw-gradient-to: rgb(139 92 246 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-500\/60 {
  --tw-gradient-to: rgb(139 92 246 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-500\/65 {
  --tw-gradient-to: rgb(139 92 246 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-500\/70 {
  --tw-gradient-to: rgb(139 92 246 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-500\/75 {
  --tw-gradient-to: rgb(139 92 246 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-500\/80 {
  --tw-gradient-to: rgb(139 92 246 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-500\/85 {
  --tw-gradient-to: rgb(139 92 246 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-500\/90 {
  --tw-gradient-to: rgb(139 92 246 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-500\/95 {
  --tw-gradient-to: rgb(139 92 246 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}
.to-purple-600\/0 {
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
}
.to-purple-600\/10 {
  --tw-gradient-to: rgb(124 58 237 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-600\/100 {
  --tw-gradient-to: rgb(124 58 237 / 1) var(--tw-gradient-to-position);
}
.to-purple-600\/15 {
  --tw-gradient-to: rgb(124 58 237 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-600\/20 {
  --tw-gradient-to: rgb(124 58 237 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-600\/25 {
  --tw-gradient-to: rgb(124 58 237 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-600\/30 {
  --tw-gradient-to: rgb(124 58 237 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-600\/35 {
  --tw-gradient-to: rgb(124 58 237 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-600\/40 {
  --tw-gradient-to: rgb(124 58 237 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-600\/45 {
  --tw-gradient-to: rgb(124 58 237 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-600\/5 {
  --tw-gradient-to: rgb(124 58 237 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-600\/50 {
  --tw-gradient-to: rgb(124 58 237 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-600\/55 {
  --tw-gradient-to: rgb(124 58 237 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-600\/60 {
  --tw-gradient-to: rgb(124 58 237 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-600\/65 {
  --tw-gradient-to: rgb(124 58 237 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-600\/70 {
  --tw-gradient-to: rgb(124 58 237 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-600\/75 {
  --tw-gradient-to: rgb(124 58 237 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-600\/80 {
  --tw-gradient-to: rgb(124 58 237 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-600\/85 {
  --tw-gradient-to: rgb(124 58 237 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-600\/90 {
  --tw-gradient-to: rgb(124 58 237 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-600\/95 {
  --tw-gradient-to: rgb(124 58 237 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-700 {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}
.to-purple-700\/0 {
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
}
.to-purple-700\/10 {
  --tw-gradient-to: rgb(109 40 217 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-700\/100 {
  --tw-gradient-to: rgb(109 40 217 / 1) var(--tw-gradient-to-position);
}
.to-purple-700\/15 {
  --tw-gradient-to: rgb(109 40 217 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-700\/20 {
  --tw-gradient-to: rgb(109 40 217 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-700\/25 {
  --tw-gradient-to: rgb(109 40 217 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-700\/30 {
  --tw-gradient-to: rgb(109 40 217 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-700\/35 {
  --tw-gradient-to: rgb(109 40 217 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-700\/40 {
  --tw-gradient-to: rgb(109 40 217 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-700\/45 {
  --tw-gradient-to: rgb(109 40 217 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-700\/5 {
  --tw-gradient-to: rgb(109 40 217 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-700\/50 {
  --tw-gradient-to: rgb(109 40 217 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-700\/55 {
  --tw-gradient-to: rgb(109 40 217 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-700\/60 {
  --tw-gradient-to: rgb(109 40 217 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-700\/65 {
  --tw-gradient-to: rgb(109 40 217 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-700\/70 {
  --tw-gradient-to: rgb(109 40 217 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-700\/75 {
  --tw-gradient-to: rgb(109 40 217 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-700\/80 {
  --tw-gradient-to: rgb(109 40 217 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-700\/85 {
  --tw-gradient-to: rgb(109 40 217 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-700\/90 {
  --tw-gradient-to: rgb(109 40 217 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-700\/95 {
  --tw-gradient-to: rgb(109 40 217 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-800 {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}
.to-purple-800\/0 {
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
}
.to-purple-800\/10 {
  --tw-gradient-to: rgb(91 33 182 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-800\/100 {
  --tw-gradient-to: rgb(91 33 182 / 1) var(--tw-gradient-to-position);
}
.to-purple-800\/15 {
  --tw-gradient-to: rgb(91 33 182 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-800\/20 {
  --tw-gradient-to: rgb(91 33 182 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-800\/25 {
  --tw-gradient-to: rgb(91 33 182 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-800\/30 {
  --tw-gradient-to: rgb(91 33 182 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-800\/35 {
  --tw-gradient-to: rgb(91 33 182 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-800\/40 {
  --tw-gradient-to: rgb(91 33 182 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-800\/45 {
  --tw-gradient-to: rgb(91 33 182 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-800\/5 {
  --tw-gradient-to: rgb(91 33 182 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-800\/50 {
  --tw-gradient-to: rgb(91 33 182 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-800\/55 {
  --tw-gradient-to: rgb(91 33 182 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-800\/60 {
  --tw-gradient-to: rgb(91 33 182 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-800\/65 {
  --tw-gradient-to: rgb(91 33 182 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-800\/70 {
  --tw-gradient-to: rgb(91 33 182 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-800\/75 {
  --tw-gradient-to: rgb(91 33 182 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-800\/80 {
  --tw-gradient-to: rgb(91 33 182 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-800\/85 {
  --tw-gradient-to: rgb(91 33 182 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-800\/90 {
  --tw-gradient-to: rgb(91 33 182 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-800\/95 {
  --tw-gradient-to: rgb(91 33 182 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-900 {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}
.to-purple-900\/0 {
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
}
.to-purple-900\/10 {
  --tw-gradient-to: rgb(76 29 149 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-900\/100 {
  --tw-gradient-to: rgb(76 29 149 / 1) var(--tw-gradient-to-position);
}
.to-purple-900\/15 {
  --tw-gradient-to: rgb(76 29 149 / 0.15) var(--tw-gradient-to-position);
}
.to-purple-900\/20 {
  --tw-gradient-to: rgb(76 29 149 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-900\/25 {
  --tw-gradient-to: rgb(76 29 149 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-900\/30 {
  --tw-gradient-to: rgb(76 29 149 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-900\/35 {
  --tw-gradient-to: rgb(76 29 149 / 0.35) var(--tw-gradient-to-position);
}
.to-purple-900\/40 {
  --tw-gradient-to: rgb(76 29 149 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-900\/45 {
  --tw-gradient-to: rgb(76 29 149 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-900\/5 {
  --tw-gradient-to: rgb(76 29 149 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-900\/50 {
  --tw-gradient-to: rgb(76 29 149 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-900\/55 {
  --tw-gradient-to: rgb(76 29 149 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-900\/60 {
  --tw-gradient-to: rgb(76 29 149 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-900\/65 {
  --tw-gradient-to: rgb(76 29 149 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-900\/70 {
  --tw-gradient-to: rgb(76 29 149 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-900\/75 {
  --tw-gradient-to: rgb(76 29 149 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-900\/80 {
  --tw-gradient-to: rgb(76 29 149 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-900\/85 {
  --tw-gradient-to: rgb(76 29 149 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-900\/90 {
  --tw-gradient-to: rgb(76 29 149 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-900\/95 {
  --tw-gradient-to: rgb(76 29 149 / 0.95) var(--tw-gradient-to-position);
}
.to-red-100 {
  --tw-gradient-to: #FDE8E8 var(--tw-gradient-to-position);
}
.to-red-100\/0 {
  --tw-gradient-to: rgb(253 232 232 / 0) var(--tw-gradient-to-position);
}
.to-red-100\/10 {
  --tw-gradient-to: rgb(253 232 232 / 0.1) var(--tw-gradient-to-position);
}
.to-red-100\/100 {
  --tw-gradient-to: rgb(253 232 232 / 1) var(--tw-gradient-to-position);
}
.to-red-100\/15 {
  --tw-gradient-to: rgb(253 232 232 / 0.15) var(--tw-gradient-to-position);
}
.to-red-100\/20 {
  --tw-gradient-to: rgb(253 232 232 / 0.2) var(--tw-gradient-to-position);
}
.to-red-100\/25 {
  --tw-gradient-to: rgb(253 232 232 / 0.25) var(--tw-gradient-to-position);
}
.to-red-100\/30 {
  --tw-gradient-to: rgb(253 232 232 / 0.3) var(--tw-gradient-to-position);
}
.to-red-100\/35 {
  --tw-gradient-to: rgb(253 232 232 / 0.35) var(--tw-gradient-to-position);
}
.to-red-100\/40 {
  --tw-gradient-to: rgb(253 232 232 / 0.4) var(--tw-gradient-to-position);
}
.to-red-100\/45 {
  --tw-gradient-to: rgb(253 232 232 / 0.45) var(--tw-gradient-to-position);
}
.to-red-100\/5 {
  --tw-gradient-to: rgb(253 232 232 / 0.05) var(--tw-gradient-to-position);
}
.to-red-100\/50 {
  --tw-gradient-to: rgb(253 232 232 / 0.5) var(--tw-gradient-to-position);
}
.to-red-100\/55 {
  --tw-gradient-to: rgb(253 232 232 / 0.55) var(--tw-gradient-to-position);
}
.to-red-100\/60 {
  --tw-gradient-to: rgb(253 232 232 / 0.6) var(--tw-gradient-to-position);
}
.to-red-100\/65 {
  --tw-gradient-to: rgb(253 232 232 / 0.65) var(--tw-gradient-to-position);
}
.to-red-100\/70 {
  --tw-gradient-to: rgb(253 232 232 / 0.7) var(--tw-gradient-to-position);
}
.to-red-100\/75 {
  --tw-gradient-to: rgb(253 232 232 / 0.75) var(--tw-gradient-to-position);
}
.to-red-100\/80 {
  --tw-gradient-to: rgb(253 232 232 / 0.8) var(--tw-gradient-to-position);
}
.to-red-100\/85 {
  --tw-gradient-to: rgb(253 232 232 / 0.85) var(--tw-gradient-to-position);
}
.to-red-100\/90 {
  --tw-gradient-to: rgb(253 232 232 / 0.9) var(--tw-gradient-to-position);
}
.to-red-100\/95 {
  --tw-gradient-to: rgb(253 232 232 / 0.95) var(--tw-gradient-to-position);
}
.to-red-200 {
  --tw-gradient-to: #FBD5D5 var(--tw-gradient-to-position);
}
.to-red-200\/0 {
  --tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);
}
.to-red-200\/10 {
  --tw-gradient-to: rgb(251 213 213 / 0.1) var(--tw-gradient-to-position);
}
.to-red-200\/100 {
  --tw-gradient-to: rgb(251 213 213 / 1) var(--tw-gradient-to-position);
}
.to-red-200\/15 {
  --tw-gradient-to: rgb(251 213 213 / 0.15) var(--tw-gradient-to-position);
}
.to-red-200\/20 {
  --tw-gradient-to: rgb(251 213 213 / 0.2) var(--tw-gradient-to-position);
}
.to-red-200\/25 {
  --tw-gradient-to: rgb(251 213 213 / 0.25) var(--tw-gradient-to-position);
}
.to-red-200\/30 {
  --tw-gradient-to: rgb(251 213 213 / 0.3) var(--tw-gradient-to-position);
}
.to-red-200\/35 {
  --tw-gradient-to: rgb(251 213 213 / 0.35) var(--tw-gradient-to-position);
}
.to-red-200\/40 {
  --tw-gradient-to: rgb(251 213 213 / 0.4) var(--tw-gradient-to-position);
}
.to-red-200\/45 {
  --tw-gradient-to: rgb(251 213 213 / 0.45) var(--tw-gradient-to-position);
}
.to-red-200\/5 {
  --tw-gradient-to: rgb(251 213 213 / 0.05) var(--tw-gradient-to-position);
}
.to-red-200\/50 {
  --tw-gradient-to: rgb(251 213 213 / 0.5) var(--tw-gradient-to-position);
}
.to-red-200\/55 {
  --tw-gradient-to: rgb(251 213 213 / 0.55) var(--tw-gradient-to-position);
}
.to-red-200\/60 {
  --tw-gradient-to: rgb(251 213 213 / 0.6) var(--tw-gradient-to-position);
}
.to-red-200\/65 {
  --tw-gradient-to: rgb(251 213 213 / 0.65) var(--tw-gradient-to-position);
}
.to-red-200\/70 {
  --tw-gradient-to: rgb(251 213 213 / 0.7) var(--tw-gradient-to-position);
}
.to-red-200\/75 {
  --tw-gradient-to: rgb(251 213 213 / 0.75) var(--tw-gradient-to-position);
}
.to-red-200\/80 {
  --tw-gradient-to: rgb(251 213 213 / 0.8) var(--tw-gradient-to-position);
}
.to-red-200\/85 {
  --tw-gradient-to: rgb(251 213 213 / 0.85) var(--tw-gradient-to-position);
}
.to-red-200\/90 {
  --tw-gradient-to: rgb(251 213 213 / 0.9) var(--tw-gradient-to-position);
}
.to-red-200\/95 {
  --tw-gradient-to: rgb(251 213 213 / 0.95) var(--tw-gradient-to-position);
}
.to-red-300 {
  --tw-gradient-to: #F8B4B4 var(--tw-gradient-to-position);
}
.to-red-300\/0 {
  --tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);
}
.to-red-300\/10 {
  --tw-gradient-to: rgb(248 180 180 / 0.1) var(--tw-gradient-to-position);
}
.to-red-300\/100 {
  --tw-gradient-to: rgb(248 180 180 / 1) var(--tw-gradient-to-position);
}
.to-red-300\/15 {
  --tw-gradient-to: rgb(248 180 180 / 0.15) var(--tw-gradient-to-position);
}
.to-red-300\/20 {
  --tw-gradient-to: rgb(248 180 180 / 0.2) var(--tw-gradient-to-position);
}
.to-red-300\/25 {
  --tw-gradient-to: rgb(248 180 180 / 0.25) var(--tw-gradient-to-position);
}
.to-red-300\/30 {
  --tw-gradient-to: rgb(248 180 180 / 0.3) var(--tw-gradient-to-position);
}
.to-red-300\/35 {
  --tw-gradient-to: rgb(248 180 180 / 0.35) var(--tw-gradient-to-position);
}
.to-red-300\/40 {
  --tw-gradient-to: rgb(248 180 180 / 0.4) var(--tw-gradient-to-position);
}
.to-red-300\/45 {
  --tw-gradient-to: rgb(248 180 180 / 0.45) var(--tw-gradient-to-position);
}
.to-red-300\/5 {
  --tw-gradient-to: rgb(248 180 180 / 0.05) var(--tw-gradient-to-position);
}
.to-red-300\/50 {
  --tw-gradient-to: rgb(248 180 180 / 0.5) var(--tw-gradient-to-position);
}
.to-red-300\/55 {
  --tw-gradient-to: rgb(248 180 180 / 0.55) var(--tw-gradient-to-position);
}
.to-red-300\/60 {
  --tw-gradient-to: rgb(248 180 180 / 0.6) var(--tw-gradient-to-position);
}
.to-red-300\/65 {
  --tw-gradient-to: rgb(248 180 180 / 0.65) var(--tw-gradient-to-position);
}
.to-red-300\/70 {
  --tw-gradient-to: rgb(248 180 180 / 0.7) var(--tw-gradient-to-position);
}
.to-red-300\/75 {
  --tw-gradient-to: rgb(248 180 180 / 0.75) var(--tw-gradient-to-position);
}
.to-red-300\/80 {
  --tw-gradient-to: rgb(248 180 180 / 0.8) var(--tw-gradient-to-position);
}
.to-red-300\/85 {
  --tw-gradient-to: rgb(248 180 180 / 0.85) var(--tw-gradient-to-position);
}
.to-red-300\/90 {
  --tw-gradient-to: rgb(248 180 180 / 0.9) var(--tw-gradient-to-position);
}
.to-red-300\/95 {
  --tw-gradient-to: rgb(248 180 180 / 0.95) var(--tw-gradient-to-position);
}
.to-red-400 {
  --tw-gradient-to: #F98080 var(--tw-gradient-to-position);
}
.to-red-400\/0 {
  --tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);
}
.to-red-400\/10 {
  --tw-gradient-to: rgb(249 128 128 / 0.1) var(--tw-gradient-to-position);
}
.to-red-400\/100 {
  --tw-gradient-to: rgb(249 128 128 / 1) var(--tw-gradient-to-position);
}
.to-red-400\/15 {
  --tw-gradient-to: rgb(249 128 128 / 0.15) var(--tw-gradient-to-position);
}
.to-red-400\/20 {
  --tw-gradient-to: rgb(249 128 128 / 0.2) var(--tw-gradient-to-position);
}
.to-red-400\/25 {
  --tw-gradient-to: rgb(249 128 128 / 0.25) var(--tw-gradient-to-position);
}
.to-red-400\/30 {
  --tw-gradient-to: rgb(249 128 128 / 0.3) var(--tw-gradient-to-position);
}
.to-red-400\/35 {
  --tw-gradient-to: rgb(249 128 128 / 0.35) var(--tw-gradient-to-position);
}
.to-red-400\/40 {
  --tw-gradient-to: rgb(249 128 128 / 0.4) var(--tw-gradient-to-position);
}
.to-red-400\/45 {
  --tw-gradient-to: rgb(249 128 128 / 0.45) var(--tw-gradient-to-position);
}
.to-red-400\/5 {
  --tw-gradient-to: rgb(249 128 128 / 0.05) var(--tw-gradient-to-position);
}
.to-red-400\/50 {
  --tw-gradient-to: rgb(249 128 128 / 0.5) var(--tw-gradient-to-position);
}
.to-red-400\/55 {
  --tw-gradient-to: rgb(249 128 128 / 0.55) var(--tw-gradient-to-position);
}
.to-red-400\/60 {
  --tw-gradient-to: rgb(249 128 128 / 0.6) var(--tw-gradient-to-position);
}
.to-red-400\/65 {
  --tw-gradient-to: rgb(249 128 128 / 0.65) var(--tw-gradient-to-position);
}
.to-red-400\/70 {
  --tw-gradient-to: rgb(249 128 128 / 0.7) var(--tw-gradient-to-position);
}
.to-red-400\/75 {
  --tw-gradient-to: rgb(249 128 128 / 0.75) var(--tw-gradient-to-position);
}
.to-red-400\/80 {
  --tw-gradient-to: rgb(249 128 128 / 0.8) var(--tw-gradient-to-position);
}
.to-red-400\/85 {
  --tw-gradient-to: rgb(249 128 128 / 0.85) var(--tw-gradient-to-position);
}
.to-red-400\/90 {
  --tw-gradient-to: rgb(249 128 128 / 0.9) var(--tw-gradient-to-position);
}
.to-red-400\/95 {
  --tw-gradient-to: rgb(249 128 128 / 0.95) var(--tw-gradient-to-position);
}
.to-red-50 {
  --tw-gradient-to: #FDF2F2 var(--tw-gradient-to-position);
}
.to-red-50\/0 {
  --tw-gradient-to: rgb(253 242 242 / 0) var(--tw-gradient-to-position);
}
.to-red-50\/10 {
  --tw-gradient-to: rgb(253 242 242 / 0.1) var(--tw-gradient-to-position);
}
.to-red-50\/100 {
  --tw-gradient-to: rgb(253 242 242 / 1) var(--tw-gradient-to-position);
}
.to-red-50\/15 {
  --tw-gradient-to: rgb(253 242 242 / 0.15) var(--tw-gradient-to-position);
}
.to-red-50\/20 {
  --tw-gradient-to: rgb(253 242 242 / 0.2) var(--tw-gradient-to-position);
}
.to-red-50\/25 {
  --tw-gradient-to: rgb(253 242 242 / 0.25) var(--tw-gradient-to-position);
}
.to-red-50\/30 {
  --tw-gradient-to: rgb(253 242 242 / 0.3) var(--tw-gradient-to-position);
}
.to-red-50\/35 {
  --tw-gradient-to: rgb(253 242 242 / 0.35) var(--tw-gradient-to-position);
}
.to-red-50\/40 {
  --tw-gradient-to: rgb(253 242 242 / 0.4) var(--tw-gradient-to-position);
}
.to-red-50\/45 {
  --tw-gradient-to: rgb(253 242 242 / 0.45) var(--tw-gradient-to-position);
}
.to-red-50\/5 {
  --tw-gradient-to: rgb(253 242 242 / 0.05) var(--tw-gradient-to-position);
}
.to-red-50\/50 {
  --tw-gradient-to: rgb(253 242 242 / 0.5) var(--tw-gradient-to-position);
}
.to-red-50\/55 {
  --tw-gradient-to: rgb(253 242 242 / 0.55) var(--tw-gradient-to-position);
}
.to-red-50\/60 {
  --tw-gradient-to: rgb(253 242 242 / 0.6) var(--tw-gradient-to-position);
}
.to-red-50\/65 {
  --tw-gradient-to: rgb(253 242 242 / 0.65) var(--tw-gradient-to-position);
}
.to-red-50\/70 {
  --tw-gradient-to: rgb(253 242 242 / 0.7) var(--tw-gradient-to-position);
}
.to-red-50\/75 {
  --tw-gradient-to: rgb(253 242 242 / 0.75) var(--tw-gradient-to-position);
}
.to-red-50\/80 {
  --tw-gradient-to: rgb(253 242 242 / 0.8) var(--tw-gradient-to-position);
}
.to-red-50\/85 {
  --tw-gradient-to: rgb(253 242 242 / 0.85) var(--tw-gradient-to-position);
}
.to-red-50\/90 {
  --tw-gradient-to: rgb(253 242 242 / 0.9) var(--tw-gradient-to-position);
}
.to-red-50\/95 {
  --tw-gradient-to: rgb(253 242 242 / 0.95) var(--tw-gradient-to-position);
}
.to-red-500 {
  --tw-gradient-to: #F05252 var(--tw-gradient-to-position);
}
.to-red-500\/0 {
  --tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);
}
.to-red-500\/10 {
  --tw-gradient-to: rgb(240 82 82 / 0.1) var(--tw-gradient-to-position);
}
.to-red-500\/100 {
  --tw-gradient-to: rgb(240 82 82 / 1) var(--tw-gradient-to-position);
}
.to-red-500\/15 {
  --tw-gradient-to: rgb(240 82 82 / 0.15) var(--tw-gradient-to-position);
}
.to-red-500\/20 {
  --tw-gradient-to: rgb(240 82 82 / 0.2) var(--tw-gradient-to-position);
}
.to-red-500\/25 {
  --tw-gradient-to: rgb(240 82 82 / 0.25) var(--tw-gradient-to-position);
}
.to-red-500\/30 {
  --tw-gradient-to: rgb(240 82 82 / 0.3) var(--tw-gradient-to-position);
}
.to-red-500\/35 {
  --tw-gradient-to: rgb(240 82 82 / 0.35) var(--tw-gradient-to-position);
}
.to-red-500\/40 {
  --tw-gradient-to: rgb(240 82 82 / 0.4) var(--tw-gradient-to-position);
}
.to-red-500\/45 {
  --tw-gradient-to: rgb(240 82 82 / 0.45) var(--tw-gradient-to-position);
}
.to-red-500\/5 {
  --tw-gradient-to: rgb(240 82 82 / 0.05) var(--tw-gradient-to-position);
}
.to-red-500\/50 {
  --tw-gradient-to: rgb(240 82 82 / 0.5) var(--tw-gradient-to-position);
}
.to-red-500\/55 {
  --tw-gradient-to: rgb(240 82 82 / 0.55) var(--tw-gradient-to-position);
}
.to-red-500\/60 {
  --tw-gradient-to: rgb(240 82 82 / 0.6) var(--tw-gradient-to-position);
}
.to-red-500\/65 {
  --tw-gradient-to: rgb(240 82 82 / 0.65) var(--tw-gradient-to-position);
}
.to-red-500\/70 {
  --tw-gradient-to: rgb(240 82 82 / 0.7) var(--tw-gradient-to-position);
}
.to-red-500\/75 {
  --tw-gradient-to: rgb(240 82 82 / 0.75) var(--tw-gradient-to-position);
}
.to-red-500\/80 {
  --tw-gradient-to: rgb(240 82 82 / 0.8) var(--tw-gradient-to-position);
}
.to-red-500\/85 {
  --tw-gradient-to: rgb(240 82 82 / 0.85) var(--tw-gradient-to-position);
}
.to-red-500\/90 {
  --tw-gradient-to: rgb(240 82 82 / 0.9) var(--tw-gradient-to-position);
}
.to-red-500\/95 {
  --tw-gradient-to: rgb(240 82 82 / 0.95) var(--tw-gradient-to-position);
}
.to-red-600 {
  --tw-gradient-to: #E02424 var(--tw-gradient-to-position);
}
.to-red-600\/0 {
  --tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);
}
.to-red-600\/10 {
  --tw-gradient-to: rgb(224 36 36 / 0.1) var(--tw-gradient-to-position);
}
.to-red-600\/100 {
  --tw-gradient-to: rgb(224 36 36 / 1) var(--tw-gradient-to-position);
}
.to-red-600\/15 {
  --tw-gradient-to: rgb(224 36 36 / 0.15) var(--tw-gradient-to-position);
}
.to-red-600\/20 {
  --tw-gradient-to: rgb(224 36 36 / 0.2) var(--tw-gradient-to-position);
}
.to-red-600\/25 {
  --tw-gradient-to: rgb(224 36 36 / 0.25) var(--tw-gradient-to-position);
}
.to-red-600\/30 {
  --tw-gradient-to: rgb(224 36 36 / 0.3) var(--tw-gradient-to-position);
}
.to-red-600\/35 {
  --tw-gradient-to: rgb(224 36 36 / 0.35) var(--tw-gradient-to-position);
}
.to-red-600\/40 {
  --tw-gradient-to: rgb(224 36 36 / 0.4) var(--tw-gradient-to-position);
}
.to-red-600\/45 {
  --tw-gradient-to: rgb(224 36 36 / 0.45) var(--tw-gradient-to-position);
}
.to-red-600\/5 {
  --tw-gradient-to: rgb(224 36 36 / 0.05) var(--tw-gradient-to-position);
}
.to-red-600\/50 {
  --tw-gradient-to: rgb(224 36 36 / 0.5) var(--tw-gradient-to-position);
}
.to-red-600\/55 {
  --tw-gradient-to: rgb(224 36 36 / 0.55) var(--tw-gradient-to-position);
}
.to-red-600\/60 {
  --tw-gradient-to: rgb(224 36 36 / 0.6) var(--tw-gradient-to-position);
}
.to-red-600\/65 {
  --tw-gradient-to: rgb(224 36 36 / 0.65) var(--tw-gradient-to-position);
}
.to-red-600\/70 {
  --tw-gradient-to: rgb(224 36 36 / 0.7) var(--tw-gradient-to-position);
}
.to-red-600\/75 {
  --tw-gradient-to: rgb(224 36 36 / 0.75) var(--tw-gradient-to-position);
}
.to-red-600\/80 {
  --tw-gradient-to: rgb(224 36 36 / 0.8) var(--tw-gradient-to-position);
}
.to-red-600\/85 {
  --tw-gradient-to: rgb(224 36 36 / 0.85) var(--tw-gradient-to-position);
}
.to-red-600\/90 {
  --tw-gradient-to: rgb(224 36 36 / 0.9) var(--tw-gradient-to-position);
}
.to-red-600\/95 {
  --tw-gradient-to: rgb(224 36 36 / 0.95) var(--tw-gradient-to-position);
}
.to-red-700 {
  --tw-gradient-to: #C81E1E var(--tw-gradient-to-position);
}
.to-red-700\/0 {
  --tw-gradient-to: rgb(200 30 30 / 0) var(--tw-gradient-to-position);
}
.to-red-700\/10 {
  --tw-gradient-to: rgb(200 30 30 / 0.1) var(--tw-gradient-to-position);
}
.to-red-700\/100 {
  --tw-gradient-to: rgb(200 30 30 / 1) var(--tw-gradient-to-position);
}
.to-red-700\/15 {
  --tw-gradient-to: rgb(200 30 30 / 0.15) var(--tw-gradient-to-position);
}
.to-red-700\/20 {
  --tw-gradient-to: rgb(200 30 30 / 0.2) var(--tw-gradient-to-position);
}
.to-red-700\/25 {
  --tw-gradient-to: rgb(200 30 30 / 0.25) var(--tw-gradient-to-position);
}
.to-red-700\/30 {
  --tw-gradient-to: rgb(200 30 30 / 0.3) var(--tw-gradient-to-position);
}
.to-red-700\/35 {
  --tw-gradient-to: rgb(200 30 30 / 0.35) var(--tw-gradient-to-position);
}
.to-red-700\/40 {
  --tw-gradient-to: rgb(200 30 30 / 0.4) var(--tw-gradient-to-position);
}
.to-red-700\/45 {
  --tw-gradient-to: rgb(200 30 30 / 0.45) var(--tw-gradient-to-position);
}
.to-red-700\/5 {
  --tw-gradient-to: rgb(200 30 30 / 0.05) var(--tw-gradient-to-position);
}
.to-red-700\/50 {
  --tw-gradient-to: rgb(200 30 30 / 0.5) var(--tw-gradient-to-position);
}
.to-red-700\/55 {
  --tw-gradient-to: rgb(200 30 30 / 0.55) var(--tw-gradient-to-position);
}
.to-red-700\/60 {
  --tw-gradient-to: rgb(200 30 30 / 0.6) var(--tw-gradient-to-position);
}
.to-red-700\/65 {
  --tw-gradient-to: rgb(200 30 30 / 0.65) var(--tw-gradient-to-position);
}
.to-red-700\/70 {
  --tw-gradient-to: rgb(200 30 30 / 0.7) var(--tw-gradient-to-position);
}
.to-red-700\/75 {
  --tw-gradient-to: rgb(200 30 30 / 0.75) var(--tw-gradient-to-position);
}
.to-red-700\/80 {
  --tw-gradient-to: rgb(200 30 30 / 0.8) var(--tw-gradient-to-position);
}
.to-red-700\/85 {
  --tw-gradient-to: rgb(200 30 30 / 0.85) var(--tw-gradient-to-position);
}
.to-red-700\/90 {
  --tw-gradient-to: rgb(200 30 30 / 0.9) var(--tw-gradient-to-position);
}
.to-red-700\/95 {
  --tw-gradient-to: rgb(200 30 30 / 0.95) var(--tw-gradient-to-position);
}
.to-red-800 {
  --tw-gradient-to: #9B1C1C var(--tw-gradient-to-position);
}
.to-red-800\/0 {
  --tw-gradient-to: rgb(155 28 28 / 0) var(--tw-gradient-to-position);
}
.to-red-800\/10 {
  --tw-gradient-to: rgb(155 28 28 / 0.1) var(--tw-gradient-to-position);
}
.to-red-800\/100 {
  --tw-gradient-to: rgb(155 28 28 / 1) var(--tw-gradient-to-position);
}
.to-red-800\/15 {
  --tw-gradient-to: rgb(155 28 28 / 0.15) var(--tw-gradient-to-position);
}
.to-red-800\/20 {
  --tw-gradient-to: rgb(155 28 28 / 0.2) var(--tw-gradient-to-position);
}
.to-red-800\/25 {
  --tw-gradient-to: rgb(155 28 28 / 0.25) var(--tw-gradient-to-position);
}
.to-red-800\/30 {
  --tw-gradient-to: rgb(155 28 28 / 0.3) var(--tw-gradient-to-position);
}
.to-red-800\/35 {
  --tw-gradient-to: rgb(155 28 28 / 0.35) var(--tw-gradient-to-position);
}
.to-red-800\/40 {
  --tw-gradient-to: rgb(155 28 28 / 0.4) var(--tw-gradient-to-position);
}
.to-red-800\/45 {
  --tw-gradient-to: rgb(155 28 28 / 0.45) var(--tw-gradient-to-position);
}
.to-red-800\/5 {
  --tw-gradient-to: rgb(155 28 28 / 0.05) var(--tw-gradient-to-position);
}
.to-red-800\/50 {
  --tw-gradient-to: rgb(155 28 28 / 0.5) var(--tw-gradient-to-position);
}
.to-red-800\/55 {
  --tw-gradient-to: rgb(155 28 28 / 0.55) var(--tw-gradient-to-position);
}
.to-red-800\/60 {
  --tw-gradient-to: rgb(155 28 28 / 0.6) var(--tw-gradient-to-position);
}
.to-red-800\/65 {
  --tw-gradient-to: rgb(155 28 28 / 0.65) var(--tw-gradient-to-position);
}
.to-red-800\/70 {
  --tw-gradient-to: rgb(155 28 28 / 0.7) var(--tw-gradient-to-position);
}
.to-red-800\/75 {
  --tw-gradient-to: rgb(155 28 28 / 0.75) var(--tw-gradient-to-position);
}
.to-red-800\/80 {
  --tw-gradient-to: rgb(155 28 28 / 0.8) var(--tw-gradient-to-position);
}
.to-red-800\/85 {
  --tw-gradient-to: rgb(155 28 28 / 0.85) var(--tw-gradient-to-position);
}
.to-red-800\/90 {
  --tw-gradient-to: rgb(155 28 28 / 0.9) var(--tw-gradient-to-position);
}
.to-red-800\/95 {
  --tw-gradient-to: rgb(155 28 28 / 0.95) var(--tw-gradient-to-position);
}
.to-red-900 {
  --tw-gradient-to: #771D1D var(--tw-gradient-to-position);
}
.to-red-900\/0 {
  --tw-gradient-to: rgb(119 29 29 / 0) var(--tw-gradient-to-position);
}
.to-red-900\/10 {
  --tw-gradient-to: rgb(119 29 29 / 0.1) var(--tw-gradient-to-position);
}
.to-red-900\/100 {
  --tw-gradient-to: rgb(119 29 29 / 1) var(--tw-gradient-to-position);
}
.to-red-900\/15 {
  --tw-gradient-to: rgb(119 29 29 / 0.15) var(--tw-gradient-to-position);
}
.to-red-900\/20 {
  --tw-gradient-to: rgb(119 29 29 / 0.2) var(--tw-gradient-to-position);
}
.to-red-900\/25 {
  --tw-gradient-to: rgb(119 29 29 / 0.25) var(--tw-gradient-to-position);
}
.to-red-900\/30 {
  --tw-gradient-to: rgb(119 29 29 / 0.3) var(--tw-gradient-to-position);
}
.to-red-900\/35 {
  --tw-gradient-to: rgb(119 29 29 / 0.35) var(--tw-gradient-to-position);
}
.to-red-900\/40 {
  --tw-gradient-to: rgb(119 29 29 / 0.4) var(--tw-gradient-to-position);
}
.to-red-900\/45 {
  --tw-gradient-to: rgb(119 29 29 / 0.45) var(--tw-gradient-to-position);
}
.to-red-900\/5 {
  --tw-gradient-to: rgb(119 29 29 / 0.05) var(--tw-gradient-to-position);
}
.to-red-900\/50 {
  --tw-gradient-to: rgb(119 29 29 / 0.5) var(--tw-gradient-to-position);
}
.to-red-900\/55 {
  --tw-gradient-to: rgb(119 29 29 / 0.55) var(--tw-gradient-to-position);
}
.to-red-900\/60 {
  --tw-gradient-to: rgb(119 29 29 / 0.6) var(--tw-gradient-to-position);
}
.to-red-900\/65 {
  --tw-gradient-to: rgb(119 29 29 / 0.65) var(--tw-gradient-to-position);
}
.to-red-900\/70 {
  --tw-gradient-to: rgb(119 29 29 / 0.7) var(--tw-gradient-to-position);
}
.to-red-900\/75 {
  --tw-gradient-to: rgb(119 29 29 / 0.75) var(--tw-gradient-to-position);
}
.to-red-900\/80 {
  --tw-gradient-to: rgb(119 29 29 / 0.8) var(--tw-gradient-to-position);
}
.to-red-900\/85 {
  --tw-gradient-to: rgb(119 29 29 / 0.85) var(--tw-gradient-to-position);
}
.to-red-900\/90 {
  --tw-gradient-to: rgb(119 29 29 / 0.9) var(--tw-gradient-to-position);
}
.to-red-900\/95 {
  --tw-gradient-to: rgb(119 29 29 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-100 {
  --tw-gradient-to: #e3f0fd var(--tw-gradient-to-position);
}
.to-royalblue-100\/0 {
  --tw-gradient-to: rgb(227 240 253 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-100\/10 {
  --tw-gradient-to: rgb(227 240 253 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-100\/100 {
  --tw-gradient-to: rgb(227 240 253 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-100\/15 {
  --tw-gradient-to: rgb(227 240 253 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-100\/20 {
  --tw-gradient-to: rgb(227 240 253 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-100\/25 {
  --tw-gradient-to: rgb(227 240 253 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-100\/30 {
  --tw-gradient-to: rgb(227 240 253 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-100\/35 {
  --tw-gradient-to: rgb(227 240 253 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-100\/40 {
  --tw-gradient-to: rgb(227 240 253 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-100\/45 {
  --tw-gradient-to: rgb(227 240 253 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-100\/5 {
  --tw-gradient-to: rgb(227 240 253 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-100\/50 {
  --tw-gradient-to: rgb(227 240 253 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-100\/55 {
  --tw-gradient-to: rgb(227 240 253 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-100\/60 {
  --tw-gradient-to: rgb(227 240 253 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-100\/65 {
  --tw-gradient-to: rgb(227 240 253 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-100\/70 {
  --tw-gradient-to: rgb(227 240 253 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-100\/75 {
  --tw-gradient-to: rgb(227 240 253 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-100\/80 {
  --tw-gradient-to: rgb(227 240 253 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-100\/85 {
  --tw-gradient-to: rgb(227 240 253 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-100\/90 {
  --tw-gradient-to: rgb(227 240 253 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-100\/95 {
  --tw-gradient-to: rgb(227 240 253 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-200 {
  --tw-gradient-to: #c6d9fa var(--tw-gradient-to-position);
}
.to-royalblue-200\/0 {
  --tw-gradient-to: rgb(198 217 250 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-200\/10 {
  --tw-gradient-to: rgb(198 217 250 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-200\/100 {
  --tw-gradient-to: rgb(198 217 250 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-200\/15 {
  --tw-gradient-to: rgb(198 217 250 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-200\/20 {
  --tw-gradient-to: rgb(198 217 250 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-200\/25 {
  --tw-gradient-to: rgb(198 217 250 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-200\/30 {
  --tw-gradient-to: rgb(198 217 250 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-200\/35 {
  --tw-gradient-to: rgb(198 217 250 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-200\/40 {
  --tw-gradient-to: rgb(198 217 250 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-200\/45 {
  --tw-gradient-to: rgb(198 217 250 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-200\/5 {
  --tw-gradient-to: rgb(198 217 250 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-200\/50 {
  --tw-gradient-to: rgb(198 217 250 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-200\/55 {
  --tw-gradient-to: rgb(198 217 250 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-200\/60 {
  --tw-gradient-to: rgb(198 217 250 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-200\/65 {
  --tw-gradient-to: rgb(198 217 250 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-200\/70 {
  --tw-gradient-to: rgb(198 217 250 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-200\/75 {
  --tw-gradient-to: rgb(198 217 250 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-200\/80 {
  --tw-gradient-to: rgb(198 217 250 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-200\/85 {
  --tw-gradient-to: rgb(198 217 250 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-200\/90 {
  --tw-gradient-to: rgb(198 217 250 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-200\/95 {
  --tw-gradient-to: rgb(198 217 250 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-300 {
  --tw-gradient-to: #9db6f3 var(--tw-gradient-to-position);
}
.to-royalblue-300\/0 {
  --tw-gradient-to: rgb(157 182 243 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-300\/10 {
  --tw-gradient-to: rgb(157 182 243 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-300\/100 {
  --tw-gradient-to: rgb(157 182 243 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-300\/15 {
  --tw-gradient-to: rgb(157 182 243 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-300\/20 {
  --tw-gradient-to: rgb(157 182 243 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-300\/25 {
  --tw-gradient-to: rgb(157 182 243 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-300\/30 {
  --tw-gradient-to: rgb(157 182 243 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-300\/35 {
  --tw-gradient-to: rgb(157 182 243 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-300\/40 {
  --tw-gradient-to: rgb(157 182 243 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-300\/45 {
  --tw-gradient-to: rgb(157 182 243 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-300\/5 {
  --tw-gradient-to: rgb(157 182 243 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-300\/50 {
  --tw-gradient-to: rgb(157 182 243 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-300\/55 {
  --tw-gradient-to: rgb(157 182 243 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-300\/60 {
  --tw-gradient-to: rgb(157 182 243 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-300\/65 {
  --tw-gradient-to: rgb(157 182 243 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-300\/70 {
  --tw-gradient-to: rgb(157 182 243 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-300\/75 {
  --tw-gradient-to: rgb(157 182 243 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-300\/80 {
  --tw-gradient-to: rgb(157 182 243 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-300\/85 {
  --tw-gradient-to: rgb(157 182 243 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-300\/90 {
  --tw-gradient-to: rgb(157 182 243 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-300\/95 {
  --tw-gradient-to: rgb(157 182 243 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-400 {
  --tw-gradient-to: #798eea var(--tw-gradient-to-position);
}
.to-royalblue-400\/0 {
  --tw-gradient-to: rgb(121 142 234 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-400\/10 {
  --tw-gradient-to: rgb(121 142 234 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-400\/100 {
  --tw-gradient-to: rgb(121 142 234 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-400\/15 {
  --tw-gradient-to: rgb(121 142 234 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-400\/20 {
  --tw-gradient-to: rgb(121 142 234 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-400\/25 {
  --tw-gradient-to: rgb(121 142 234 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-400\/30 {
  --tw-gradient-to: rgb(121 142 234 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-400\/35 {
  --tw-gradient-to: rgb(121 142 234 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-400\/40 {
  --tw-gradient-to: rgb(121 142 234 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-400\/45 {
  --tw-gradient-to: rgb(121 142 234 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-400\/5 {
  --tw-gradient-to: rgb(121 142 234 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-400\/50 {
  --tw-gradient-to: rgb(121 142 234 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-400\/55 {
  --tw-gradient-to: rgb(121 142 234 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-400\/60 {
  --tw-gradient-to: rgb(121 142 234 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-400\/65 {
  --tw-gradient-to: rgb(121 142 234 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-400\/70 {
  --tw-gradient-to: rgb(121 142 234 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-400\/75 {
  --tw-gradient-to: rgb(121 142 234 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-400\/80 {
  --tw-gradient-to: rgb(121 142 234 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-400\/85 {
  --tw-gradient-to: rgb(121 142 234 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-400\/90 {
  --tw-gradient-to: rgb(121 142 234 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-400\/95 {
  --tw-gradient-to: rgb(121 142 234 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-50 {
  --tw-gradient-to: #f7f9fb var(--tw-gradient-to-position);
}
.to-royalblue-50\/0 {
  --tw-gradient-to: rgb(247 249 251 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-50\/10 {
  --tw-gradient-to: rgb(247 249 251 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-50\/100 {
  --tw-gradient-to: rgb(247 249 251 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-50\/15 {
  --tw-gradient-to: rgb(247 249 251 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-50\/20 {
  --tw-gradient-to: rgb(247 249 251 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-50\/25 {
  --tw-gradient-to: rgb(247 249 251 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-50\/30 {
  --tw-gradient-to: rgb(247 249 251 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-50\/35 {
  --tw-gradient-to: rgb(247 249 251 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-50\/40 {
  --tw-gradient-to: rgb(247 249 251 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-50\/45 {
  --tw-gradient-to: rgb(247 249 251 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-50\/5 {
  --tw-gradient-to: rgb(247 249 251 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-50\/50 {
  --tw-gradient-to: rgb(247 249 251 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-50\/55 {
  --tw-gradient-to: rgb(247 249 251 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-50\/60 {
  --tw-gradient-to: rgb(247 249 251 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-50\/65 {
  --tw-gradient-to: rgb(247 249 251 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-50\/70 {
  --tw-gradient-to: rgb(247 249 251 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-50\/75 {
  --tw-gradient-to: rgb(247 249 251 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-50\/80 {
  --tw-gradient-to: rgb(247 249 251 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-50\/85 {
  --tw-gradient-to: rgb(247 249 251 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-50\/90 {
  --tw-gradient-to: rgb(247 249 251 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-50\/95 {
  --tw-gradient-to: rgb(247 249 251 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-500 {
  --tw-gradient-to: #6169e2 var(--tw-gradient-to-position);
}
.to-royalblue-500\/0 {
  --tw-gradient-to: rgb(97 105 226 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-500\/10 {
  --tw-gradient-to: rgb(97 105 226 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-500\/100 {
  --tw-gradient-to: rgb(97 105 226 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-500\/15 {
  --tw-gradient-to: rgb(97 105 226 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-500\/20 {
  --tw-gradient-to: rgb(97 105 226 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-500\/25 {
  --tw-gradient-to: rgb(97 105 226 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-500\/30 {
  --tw-gradient-to: rgb(97 105 226 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-500\/35 {
  --tw-gradient-to: rgb(97 105 226 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-500\/40 {
  --tw-gradient-to: rgb(97 105 226 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-500\/45 {
  --tw-gradient-to: rgb(97 105 226 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-500\/5 {
  --tw-gradient-to: rgb(97 105 226 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-500\/50 {
  --tw-gradient-to: rgb(97 105 226 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-500\/55 {
  --tw-gradient-to: rgb(97 105 226 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-500\/60 {
  --tw-gradient-to: rgb(97 105 226 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-500\/65 {
  --tw-gradient-to: rgb(97 105 226 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-500\/70 {
  --tw-gradient-to: rgb(97 105 226 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-500\/75 {
  --tw-gradient-to: rgb(97 105 226 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-500\/80 {
  --tw-gradient-to: rgb(97 105 226 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-500\/85 {
  --tw-gradient-to: rgb(97 105 226 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-500\/90 {
  --tw-gradient-to: rgb(97 105 226 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-500\/95 {
  --tw-gradient-to: rgb(97 105 226 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-600 {
  --tw-gradient-to: #504dd4 var(--tw-gradient-to-position);
}
.to-royalblue-600\/0 {
  --tw-gradient-to: rgb(80 77 212 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-600\/10 {
  --tw-gradient-to: rgb(80 77 212 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-600\/100 {
  --tw-gradient-to: rgb(80 77 212 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-600\/15 {
  --tw-gradient-to: rgb(80 77 212 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-600\/20 {
  --tw-gradient-to: rgb(80 77 212 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-600\/25 {
  --tw-gradient-to: rgb(80 77 212 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-600\/30 {
  --tw-gradient-to: rgb(80 77 212 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-600\/35 {
  --tw-gradient-to: rgb(80 77 212 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-600\/40 {
  --tw-gradient-to: rgb(80 77 212 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-600\/45 {
  --tw-gradient-to: rgb(80 77 212 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-600\/5 {
  --tw-gradient-to: rgb(80 77 212 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-600\/50 {
  --tw-gradient-to: rgb(80 77 212 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-600\/55 {
  --tw-gradient-to: rgb(80 77 212 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-600\/60 {
  --tw-gradient-to: rgb(80 77 212 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-600\/65 {
  --tw-gradient-to: rgb(80 77 212 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-600\/70 {
  --tw-gradient-to: rgb(80 77 212 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-600\/75 {
  --tw-gradient-to: rgb(80 77 212 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-600\/80 {
  --tw-gradient-to: rgb(80 77 212 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-600\/85 {
  --tw-gradient-to: rgb(80 77 212 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-600\/90 {
  --tw-gradient-to: rgb(80 77 212 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-600\/95 {
  --tw-gradient-to: rgb(80 77 212 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-700 {
  --tw-gradient-to: #3d39b4 var(--tw-gradient-to-position);
}
.to-royalblue-700\/0 {
  --tw-gradient-to: rgb(61 57 180 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-700\/10 {
  --tw-gradient-to: rgb(61 57 180 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-700\/100 {
  --tw-gradient-to: rgb(61 57 180 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-700\/15 {
  --tw-gradient-to: rgb(61 57 180 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-700\/20 {
  --tw-gradient-to: rgb(61 57 180 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-700\/25 {
  --tw-gradient-to: rgb(61 57 180 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-700\/30 {
  --tw-gradient-to: rgb(61 57 180 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-700\/35 {
  --tw-gradient-to: rgb(61 57 180 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-700\/40 {
  --tw-gradient-to: rgb(61 57 180 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-700\/45 {
  --tw-gradient-to: rgb(61 57 180 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-700\/5 {
  --tw-gradient-to: rgb(61 57 180 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-700\/50 {
  --tw-gradient-to: rgb(61 57 180 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-700\/55 {
  --tw-gradient-to: rgb(61 57 180 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-700\/60 {
  --tw-gradient-to: rgb(61 57 180 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-700\/65 {
  --tw-gradient-to: rgb(61 57 180 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-700\/70 {
  --tw-gradient-to: rgb(61 57 180 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-700\/75 {
  --tw-gradient-to: rgb(61 57 180 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-700\/80 {
  --tw-gradient-to: rgb(61 57 180 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-700\/85 {
  --tw-gradient-to: rgb(61 57 180 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-700\/90 {
  --tw-gradient-to: rgb(61 57 180 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-700\/95 {
  --tw-gradient-to: rgb(61 57 180 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-800 {
  --tw-gradient-to: #2a2786 var(--tw-gradient-to-position);
}
.to-royalblue-800\/0 {
  --tw-gradient-to: rgb(42 39 134 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-800\/10 {
  --tw-gradient-to: rgb(42 39 134 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-800\/100 {
  --tw-gradient-to: rgb(42 39 134 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-800\/15 {
  --tw-gradient-to: rgb(42 39 134 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-800\/20 {
  --tw-gradient-to: rgb(42 39 134 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-800\/25 {
  --tw-gradient-to: rgb(42 39 134 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-800\/30 {
  --tw-gradient-to: rgb(42 39 134 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-800\/35 {
  --tw-gradient-to: rgb(42 39 134 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-800\/40 {
  --tw-gradient-to: rgb(42 39 134 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-800\/45 {
  --tw-gradient-to: rgb(42 39 134 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-800\/5 {
  --tw-gradient-to: rgb(42 39 134 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-800\/50 {
  --tw-gradient-to: rgb(42 39 134 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-800\/55 {
  --tw-gradient-to: rgb(42 39 134 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-800\/60 {
  --tw-gradient-to: rgb(42 39 134 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-800\/65 {
  --tw-gradient-to: rgb(42 39 134 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-800\/70 {
  --tw-gradient-to: rgb(42 39 134 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-800\/75 {
  --tw-gradient-to: rgb(42 39 134 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-800\/80 {
  --tw-gradient-to: rgb(42 39 134 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-800\/85 {
  --tw-gradient-to: rgb(42 39 134 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-800\/90 {
  --tw-gradient-to: rgb(42 39 134 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-800\/95 {
  --tw-gradient-to: rgb(42 39 134 / 0.95) var(--tw-gradient-to-position);
}
.to-royalblue-900 {
  --tw-gradient-to: #171854 var(--tw-gradient-to-position);
}
.to-royalblue-900\/0 {
  --tw-gradient-to: rgb(23 24 84 / 0) var(--tw-gradient-to-position);
}
.to-royalblue-900\/10 {
  --tw-gradient-to: rgb(23 24 84 / 0.1) var(--tw-gradient-to-position);
}
.to-royalblue-900\/100 {
  --tw-gradient-to: rgb(23 24 84 / 1) var(--tw-gradient-to-position);
}
.to-royalblue-900\/15 {
  --tw-gradient-to: rgb(23 24 84 / 0.15) var(--tw-gradient-to-position);
}
.to-royalblue-900\/20 {
  --tw-gradient-to: rgb(23 24 84 / 0.2) var(--tw-gradient-to-position);
}
.to-royalblue-900\/25 {
  --tw-gradient-to: rgb(23 24 84 / 0.25) var(--tw-gradient-to-position);
}
.to-royalblue-900\/30 {
  --tw-gradient-to: rgb(23 24 84 / 0.3) var(--tw-gradient-to-position);
}
.to-royalblue-900\/35 {
  --tw-gradient-to: rgb(23 24 84 / 0.35) var(--tw-gradient-to-position);
}
.to-royalblue-900\/40 {
  --tw-gradient-to: rgb(23 24 84 / 0.4) var(--tw-gradient-to-position);
}
.to-royalblue-900\/45 {
  --tw-gradient-to: rgb(23 24 84 / 0.45) var(--tw-gradient-to-position);
}
.to-royalblue-900\/5 {
  --tw-gradient-to: rgb(23 24 84 / 0.05) var(--tw-gradient-to-position);
}
.to-royalblue-900\/50 {
  --tw-gradient-to: rgb(23 24 84 / 0.5) var(--tw-gradient-to-position);
}
.to-royalblue-900\/55 {
  --tw-gradient-to: rgb(23 24 84 / 0.55) var(--tw-gradient-to-position);
}
.to-royalblue-900\/60 {
  --tw-gradient-to: rgb(23 24 84 / 0.6) var(--tw-gradient-to-position);
}
.to-royalblue-900\/65 {
  --tw-gradient-to: rgb(23 24 84 / 0.65) var(--tw-gradient-to-position);
}
.to-royalblue-900\/70 {
  --tw-gradient-to: rgb(23 24 84 / 0.7) var(--tw-gradient-to-position);
}
.to-royalblue-900\/75 {
  --tw-gradient-to: rgb(23 24 84 / 0.75) var(--tw-gradient-to-position);
}
.to-royalblue-900\/80 {
  --tw-gradient-to: rgb(23 24 84 / 0.8) var(--tw-gradient-to-position);
}
.to-royalblue-900\/85 {
  --tw-gradient-to: rgb(23 24 84 / 0.85) var(--tw-gradient-to-position);
}
.to-royalblue-900\/90 {
  --tw-gradient-to: rgb(23 24 84 / 0.9) var(--tw-gradient-to-position);
}
.to-royalblue-900\/95 {
  --tw-gradient-to: rgb(23 24 84 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-100 {
  --tw-gradient-to: #e8f0e4 var(--tw-gradient-to-position);
}
.to-seagreen-100\/0 {
  --tw-gradient-to: rgb(232 240 228 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-100\/10 {
  --tw-gradient-to: rgb(232 240 228 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-100\/100 {
  --tw-gradient-to: rgb(232 240 228 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-100\/15 {
  --tw-gradient-to: rgb(232 240 228 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-100\/20 {
  --tw-gradient-to: rgb(232 240 228 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-100\/25 {
  --tw-gradient-to: rgb(232 240 228 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-100\/30 {
  --tw-gradient-to: rgb(232 240 228 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-100\/35 {
  --tw-gradient-to: rgb(232 240 228 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-100\/40 {
  --tw-gradient-to: rgb(232 240 228 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-100\/45 {
  --tw-gradient-to: rgb(232 240 228 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-100\/5 {
  --tw-gradient-to: rgb(232 240 228 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-100\/50 {
  --tw-gradient-to: rgb(232 240 228 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-100\/55 {
  --tw-gradient-to: rgb(232 240 228 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-100\/60 {
  --tw-gradient-to: rgb(232 240 228 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-100\/65 {
  --tw-gradient-to: rgb(232 240 228 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-100\/70 {
  --tw-gradient-to: rgb(232 240 228 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-100\/75 {
  --tw-gradient-to: rgb(232 240 228 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-100\/80 {
  --tw-gradient-to: rgb(232 240 228 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-100\/85 {
  --tw-gradient-to: rgb(232 240 228 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-100\/90 {
  --tw-gradient-to: rgb(232 240 228 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-100\/95 {
  --tw-gradient-to: rgb(232 240 228 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-200 {
  --tw-gradient-to: #c9e4c3 var(--tw-gradient-to-position);
}
.to-seagreen-200\/0 {
  --tw-gradient-to: rgb(201 228 195 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-200\/10 {
  --tw-gradient-to: rgb(201 228 195 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-200\/100 {
  --tw-gradient-to: rgb(201 228 195 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-200\/15 {
  --tw-gradient-to: rgb(201 228 195 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-200\/20 {
  --tw-gradient-to: rgb(201 228 195 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-200\/25 {
  --tw-gradient-to: rgb(201 228 195 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-200\/30 {
  --tw-gradient-to: rgb(201 228 195 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-200\/35 {
  --tw-gradient-to: rgb(201 228 195 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-200\/40 {
  --tw-gradient-to: rgb(201 228 195 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-200\/45 {
  --tw-gradient-to: rgb(201 228 195 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-200\/5 {
  --tw-gradient-to: rgb(201 228 195 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-200\/50 {
  --tw-gradient-to: rgb(201 228 195 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-200\/55 {
  --tw-gradient-to: rgb(201 228 195 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-200\/60 {
  --tw-gradient-to: rgb(201 228 195 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-200\/65 {
  --tw-gradient-to: rgb(201 228 195 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-200\/70 {
  --tw-gradient-to: rgb(201 228 195 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-200\/75 {
  --tw-gradient-to: rgb(201 228 195 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-200\/80 {
  --tw-gradient-to: rgb(201 228 195 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-200\/85 {
  --tw-gradient-to: rgb(201 228 195 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-200\/90 {
  --tw-gradient-to: rgb(201 228 195 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-200\/95 {
  --tw-gradient-to: rgb(201 228 195 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-300 {
  --tw-gradient-to: #96c691 var(--tw-gradient-to-position);
}
.to-seagreen-300\/0 {
  --tw-gradient-to: rgb(150 198 145 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-300\/10 {
  --tw-gradient-to: rgb(150 198 145 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-300\/100 {
  --tw-gradient-to: rgb(150 198 145 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-300\/15 {
  --tw-gradient-to: rgb(150 198 145 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-300\/20 {
  --tw-gradient-to: rgb(150 198 145 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-300\/25 {
  --tw-gradient-to: rgb(150 198 145 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-300\/30 {
  --tw-gradient-to: rgb(150 198 145 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-300\/35 {
  --tw-gradient-to: rgb(150 198 145 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-300\/40 {
  --tw-gradient-to: rgb(150 198 145 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-300\/45 {
  --tw-gradient-to: rgb(150 198 145 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-300\/5 {
  --tw-gradient-to: rgb(150 198 145 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-300\/50 {
  --tw-gradient-to: rgb(150 198 145 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-300\/55 {
  --tw-gradient-to: rgb(150 198 145 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-300\/60 {
  --tw-gradient-to: rgb(150 198 145 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-300\/65 {
  --tw-gradient-to: rgb(150 198 145 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-300\/70 {
  --tw-gradient-to: rgb(150 198 145 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-300\/75 {
  --tw-gradient-to: rgb(150 198 145 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-300\/80 {
  --tw-gradient-to: rgb(150 198 145 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-300\/85 {
  --tw-gradient-to: rgb(150 198 145 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-300\/90 {
  --tw-gradient-to: rgb(150 198 145 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-300\/95 {
  --tw-gradient-to: rgb(150 198 145 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-400 {
  --tw-gradient-to: #52a460 var(--tw-gradient-to-position);
}
.to-seagreen-400\/0 {
  --tw-gradient-to: rgb(82 164 96 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-400\/10 {
  --tw-gradient-to: rgb(82 164 96 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-400\/100 {
  --tw-gradient-to: rgb(82 164 96 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-400\/15 {
  --tw-gradient-to: rgb(82 164 96 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-400\/20 {
  --tw-gradient-to: rgb(82 164 96 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-400\/25 {
  --tw-gradient-to: rgb(82 164 96 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-400\/30 {
  --tw-gradient-to: rgb(82 164 96 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-400\/35 {
  --tw-gradient-to: rgb(82 164 96 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-400\/40 {
  --tw-gradient-to: rgb(82 164 96 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-400\/45 {
  --tw-gradient-to: rgb(82 164 96 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-400\/5 {
  --tw-gradient-to: rgb(82 164 96 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-400\/50 {
  --tw-gradient-to: rgb(82 164 96 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-400\/55 {
  --tw-gradient-to: rgb(82 164 96 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-400\/60 {
  --tw-gradient-to: rgb(82 164 96 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-400\/65 {
  --tw-gradient-to: rgb(82 164 96 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-400\/70 {
  --tw-gradient-to: rgb(82 164 96 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-400\/75 {
  --tw-gradient-to: rgb(82 164 96 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-400\/80 {
  --tw-gradient-to: rgb(82 164 96 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-400\/85 {
  --tw-gradient-to: rgb(82 164 96 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-400\/90 {
  --tw-gradient-to: rgb(82 164 96 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-400\/95 {
  --tw-gradient-to: rgb(82 164 96 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-50 {
  --tw-gradient-to: #f5f7f4 var(--tw-gradient-to-position);
}
.to-seagreen-50\/0 {
  --tw-gradient-to: rgb(245 247 244 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-50\/10 {
  --tw-gradient-to: rgb(245 247 244 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-50\/100 {
  --tw-gradient-to: rgb(245 247 244 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-50\/15 {
  --tw-gradient-to: rgb(245 247 244 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-50\/20 {
  --tw-gradient-to: rgb(245 247 244 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-50\/25 {
  --tw-gradient-to: rgb(245 247 244 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-50\/30 {
  --tw-gradient-to: rgb(245 247 244 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-50\/35 {
  --tw-gradient-to: rgb(245 247 244 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-50\/40 {
  --tw-gradient-to: rgb(245 247 244 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-50\/45 {
  --tw-gradient-to: rgb(245 247 244 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-50\/5 {
  --tw-gradient-to: rgb(245 247 244 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-50\/50 {
  --tw-gradient-to: rgb(245 247 244 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-50\/55 {
  --tw-gradient-to: rgb(245 247 244 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-50\/60 {
  --tw-gradient-to: rgb(245 247 244 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-50\/65 {
  --tw-gradient-to: rgb(245 247 244 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-50\/70 {
  --tw-gradient-to: rgb(245 247 244 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-50\/75 {
  --tw-gradient-to: rgb(245 247 244 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-50\/80 {
  --tw-gradient-to: rgb(245 247 244 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-50\/85 {
  --tw-gradient-to: rgb(245 247 244 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-50\/90 {
  --tw-gradient-to: rgb(245 247 244 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-50\/95 {
  --tw-gradient-to: rgb(245 247 244 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-500 {
  --tw-gradient-to: #3a873b var(--tw-gradient-to-position);
}
.to-seagreen-500\/0 {
  --tw-gradient-to: rgb(58 135 59 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-500\/10 {
  --tw-gradient-to: rgb(58 135 59 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-500\/100 {
  --tw-gradient-to: rgb(58 135 59 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-500\/15 {
  --tw-gradient-to: rgb(58 135 59 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-500\/20 {
  --tw-gradient-to: rgb(58 135 59 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-500\/25 {
  --tw-gradient-to: rgb(58 135 59 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-500\/30 {
  --tw-gradient-to: rgb(58 135 59 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-500\/35 {
  --tw-gradient-to: rgb(58 135 59 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-500\/40 {
  --tw-gradient-to: rgb(58 135 59 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-500\/45 {
  --tw-gradient-to: rgb(58 135 59 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-500\/5 {
  --tw-gradient-to: rgb(58 135 59 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-500\/50 {
  --tw-gradient-to: rgb(58 135 59 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-500\/55 {
  --tw-gradient-to: rgb(58 135 59 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-500\/60 {
  --tw-gradient-to: rgb(58 135 59 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-500\/65 {
  --tw-gradient-to: rgb(58 135 59 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-500\/70 {
  --tw-gradient-to: rgb(58 135 59 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-500\/75 {
  --tw-gradient-to: rgb(58 135 59 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-500\/80 {
  --tw-gradient-to: rgb(58 135 59 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-500\/85 {
  --tw-gradient-to: rgb(58 135 59 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-500\/90 {
  --tw-gradient-to: rgb(58 135 59 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-500\/95 {
  --tw-gradient-to: rgb(58 135 59 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-600 {
  --tw-gradient-to: #2f6f29 var(--tw-gradient-to-position);
}
.to-seagreen-600\/0 {
  --tw-gradient-to: rgb(47 111 41 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-600\/10 {
  --tw-gradient-to: rgb(47 111 41 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-600\/100 {
  --tw-gradient-to: rgb(47 111 41 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-600\/15 {
  --tw-gradient-to: rgb(47 111 41 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-600\/20 {
  --tw-gradient-to: rgb(47 111 41 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-600\/25 {
  --tw-gradient-to: rgb(47 111 41 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-600\/30 {
  --tw-gradient-to: rgb(47 111 41 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-600\/35 {
  --tw-gradient-to: rgb(47 111 41 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-600\/40 {
  --tw-gradient-to: rgb(47 111 41 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-600\/45 {
  --tw-gradient-to: rgb(47 111 41 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-600\/5 {
  --tw-gradient-to: rgb(47 111 41 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-600\/50 {
  --tw-gradient-to: rgb(47 111 41 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-600\/55 {
  --tw-gradient-to: rgb(47 111 41 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-600\/60 {
  --tw-gradient-to: rgb(47 111 41 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-600\/65 {
  --tw-gradient-to: rgb(47 111 41 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-600\/70 {
  --tw-gradient-to: rgb(47 111 41 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-600\/75 {
  --tw-gradient-to: rgb(47 111 41 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-600\/80 {
  --tw-gradient-to: rgb(47 111 41 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-600\/85 {
  --tw-gradient-to: rgb(47 111 41 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-600\/90 {
  --tw-gradient-to: rgb(47 111 41 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-600\/95 {
  --tw-gradient-to: rgb(47 111 41 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-700 {
  --tw-gradient-to: #285422 var(--tw-gradient-to-position);
}
.to-seagreen-700\/0 {
  --tw-gradient-to: rgb(40 84 34 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-700\/10 {
  --tw-gradient-to: rgb(40 84 34 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-700\/100 {
  --tw-gradient-to: rgb(40 84 34 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-700\/15 {
  --tw-gradient-to: rgb(40 84 34 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-700\/20 {
  --tw-gradient-to: rgb(40 84 34 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-700\/25 {
  --tw-gradient-to: rgb(40 84 34 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-700\/30 {
  --tw-gradient-to: rgb(40 84 34 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-700\/35 {
  --tw-gradient-to: rgb(40 84 34 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-700\/40 {
  --tw-gradient-to: rgb(40 84 34 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-700\/45 {
  --tw-gradient-to: rgb(40 84 34 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-700\/5 {
  --tw-gradient-to: rgb(40 84 34 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-700\/50 {
  --tw-gradient-to: rgb(40 84 34 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-700\/55 {
  --tw-gradient-to: rgb(40 84 34 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-700\/60 {
  --tw-gradient-to: rgb(40 84 34 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-700\/65 {
  --tw-gradient-to: rgb(40 84 34 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-700\/70 {
  --tw-gradient-to: rgb(40 84 34 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-700\/75 {
  --tw-gradient-to: rgb(40 84 34 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-700\/80 {
  --tw-gradient-to: rgb(40 84 34 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-700\/85 {
  --tw-gradient-to: rgb(40 84 34 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-700\/90 {
  --tw-gradient-to: rgb(40 84 34 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-700\/95 {
  --tw-gradient-to: rgb(40 84 34 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-800 {
  --tw-gradient-to: #1c391b var(--tw-gradient-to-position);
}
.to-seagreen-800\/0 {
  --tw-gradient-to: rgb(28 57 27 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-800\/10 {
  --tw-gradient-to: rgb(28 57 27 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-800\/100 {
  --tw-gradient-to: rgb(28 57 27 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-800\/15 {
  --tw-gradient-to: rgb(28 57 27 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-800\/20 {
  --tw-gradient-to: rgb(28 57 27 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-800\/25 {
  --tw-gradient-to: rgb(28 57 27 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-800\/30 {
  --tw-gradient-to: rgb(28 57 27 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-800\/35 {
  --tw-gradient-to: rgb(28 57 27 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-800\/40 {
  --tw-gradient-to: rgb(28 57 27 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-800\/45 {
  --tw-gradient-to: rgb(28 57 27 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-800\/5 {
  --tw-gradient-to: rgb(28 57 27 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-800\/50 {
  --tw-gradient-to: rgb(28 57 27 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-800\/55 {
  --tw-gradient-to: rgb(28 57 27 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-800\/60 {
  --tw-gradient-to: rgb(28 57 27 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-800\/65 {
  --tw-gradient-to: rgb(28 57 27 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-800\/70 {
  --tw-gradient-to: rgb(28 57 27 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-800\/75 {
  --tw-gradient-to: rgb(28 57 27 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-800\/80 {
  --tw-gradient-to: rgb(28 57 27 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-800\/85 {
  --tw-gradient-to: rgb(28 57 27 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-800\/90 {
  --tw-gradient-to: rgb(28 57 27 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-800\/95 {
  --tw-gradient-to: rgb(28 57 27 / 0.95) var(--tw-gradient-to-position);
}
.to-seagreen-900 {
  --tw-gradient-to: #132314 var(--tw-gradient-to-position);
}
.to-seagreen-900\/0 {
  --tw-gradient-to: rgb(19 35 20 / 0) var(--tw-gradient-to-position);
}
.to-seagreen-900\/10 {
  --tw-gradient-to: rgb(19 35 20 / 0.1) var(--tw-gradient-to-position);
}
.to-seagreen-900\/100 {
  --tw-gradient-to: rgb(19 35 20 / 1) var(--tw-gradient-to-position);
}
.to-seagreen-900\/15 {
  --tw-gradient-to: rgb(19 35 20 / 0.15) var(--tw-gradient-to-position);
}
.to-seagreen-900\/20 {
  --tw-gradient-to: rgb(19 35 20 / 0.2) var(--tw-gradient-to-position);
}
.to-seagreen-900\/25 {
  --tw-gradient-to: rgb(19 35 20 / 0.25) var(--tw-gradient-to-position);
}
.to-seagreen-900\/30 {
  --tw-gradient-to: rgb(19 35 20 / 0.3) var(--tw-gradient-to-position);
}
.to-seagreen-900\/35 {
  --tw-gradient-to: rgb(19 35 20 / 0.35) var(--tw-gradient-to-position);
}
.to-seagreen-900\/40 {
  --tw-gradient-to: rgb(19 35 20 / 0.4) var(--tw-gradient-to-position);
}
.to-seagreen-900\/45 {
  --tw-gradient-to: rgb(19 35 20 / 0.45) var(--tw-gradient-to-position);
}
.to-seagreen-900\/5 {
  --tw-gradient-to: rgb(19 35 20 / 0.05) var(--tw-gradient-to-position);
}
.to-seagreen-900\/50 {
  --tw-gradient-to: rgb(19 35 20 / 0.5) var(--tw-gradient-to-position);
}
.to-seagreen-900\/55 {
  --tw-gradient-to: rgb(19 35 20 / 0.55) var(--tw-gradient-to-position);
}
.to-seagreen-900\/60 {
  --tw-gradient-to: rgb(19 35 20 / 0.6) var(--tw-gradient-to-position);
}
.to-seagreen-900\/65 {
  --tw-gradient-to: rgb(19 35 20 / 0.65) var(--tw-gradient-to-position);
}
.to-seagreen-900\/70 {
  --tw-gradient-to: rgb(19 35 20 / 0.7) var(--tw-gradient-to-position);
}
.to-seagreen-900\/75 {
  --tw-gradient-to: rgb(19 35 20 / 0.75) var(--tw-gradient-to-position);
}
.to-seagreen-900\/80 {
  --tw-gradient-to: rgb(19 35 20 / 0.8) var(--tw-gradient-to-position);
}
.to-seagreen-900\/85 {
  --tw-gradient-to: rgb(19 35 20 / 0.85) var(--tw-gradient-to-position);
}
.to-seagreen-900\/90 {
  --tw-gradient-to: rgb(19 35 20 / 0.9) var(--tw-gradient-to-position);
}
.to-seagreen-900\/95 {
  --tw-gradient-to: rgb(19 35 20 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-100 {
  --tw-gradient-to: #d7f1f9 var(--tw-gradient-to-position);
}
.to-steel-100\/0 {
  --tw-gradient-to: rgb(215 241 249 / 0) var(--tw-gradient-to-position);
}
.to-steel-100\/10 {
  --tw-gradient-to: rgb(215 241 249 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-100\/100 {
  --tw-gradient-to: rgb(215 241 249 / 1) var(--tw-gradient-to-position);
}
.to-steel-100\/15 {
  --tw-gradient-to: rgb(215 241 249 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-100\/20 {
  --tw-gradient-to: rgb(215 241 249 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-100\/25 {
  --tw-gradient-to: rgb(215 241 249 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-100\/30 {
  --tw-gradient-to: rgb(215 241 249 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-100\/35 {
  --tw-gradient-to: rgb(215 241 249 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-100\/40 {
  --tw-gradient-to: rgb(215 241 249 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-100\/45 {
  --tw-gradient-to: rgb(215 241 249 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-100\/5 {
  --tw-gradient-to: rgb(215 241 249 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-100\/50 {
  --tw-gradient-to: rgb(215 241 249 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-100\/55 {
  --tw-gradient-to: rgb(215 241 249 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-100\/60 {
  --tw-gradient-to: rgb(215 241 249 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-100\/65 {
  --tw-gradient-to: rgb(215 241 249 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-100\/70 {
  --tw-gradient-to: rgb(215 241 249 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-100\/75 {
  --tw-gradient-to: rgb(215 241 249 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-100\/80 {
  --tw-gradient-to: rgb(215 241 249 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-100\/85 {
  --tw-gradient-to: rgb(215 241 249 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-100\/90 {
  --tw-gradient-to: rgb(215 241 249 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-100\/95 {
  --tw-gradient-to: rgb(215 241 249 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-200 {
  --tw-gradient-to: #a8e3f2 var(--tw-gradient-to-position);
}
.to-steel-200\/0 {
  --tw-gradient-to: rgb(168 227 242 / 0) var(--tw-gradient-to-position);
}
.to-steel-200\/10 {
  --tw-gradient-to: rgb(168 227 242 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-200\/100 {
  --tw-gradient-to: rgb(168 227 242 / 1) var(--tw-gradient-to-position);
}
.to-steel-200\/15 {
  --tw-gradient-to: rgb(168 227 242 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-200\/20 {
  --tw-gradient-to: rgb(168 227 242 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-200\/25 {
  --tw-gradient-to: rgb(168 227 242 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-200\/30 {
  --tw-gradient-to: rgb(168 227 242 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-200\/35 {
  --tw-gradient-to: rgb(168 227 242 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-200\/40 {
  --tw-gradient-to: rgb(168 227 242 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-200\/45 {
  --tw-gradient-to: rgb(168 227 242 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-200\/5 {
  --tw-gradient-to: rgb(168 227 242 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-200\/50 {
  --tw-gradient-to: rgb(168 227 242 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-200\/55 {
  --tw-gradient-to: rgb(168 227 242 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-200\/60 {
  --tw-gradient-to: rgb(168 227 242 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-200\/65 {
  --tw-gradient-to: rgb(168 227 242 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-200\/70 {
  --tw-gradient-to: rgb(168 227 242 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-200\/75 {
  --tw-gradient-to: rgb(168 227 242 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-200\/80 {
  --tw-gradient-to: rgb(168 227 242 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-200\/85 {
  --tw-gradient-to: rgb(168 227 242 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-200\/90 {
  --tw-gradient-to: rgb(168 227 242 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-200\/95 {
  --tw-gradient-to: rgb(168 227 242 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-300 {
  --tw-gradient-to: #72c5df var(--tw-gradient-to-position);
}
.to-steel-300\/0 {
  --tw-gradient-to: rgb(114 197 223 / 0) var(--tw-gradient-to-position);
}
.to-steel-300\/10 {
  --tw-gradient-to: rgb(114 197 223 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-300\/100 {
  --tw-gradient-to: rgb(114 197 223 / 1) var(--tw-gradient-to-position);
}
.to-steel-300\/15 {
  --tw-gradient-to: rgb(114 197 223 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-300\/20 {
  --tw-gradient-to: rgb(114 197 223 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-300\/25 {
  --tw-gradient-to: rgb(114 197 223 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-300\/30 {
  --tw-gradient-to: rgb(114 197 223 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-300\/35 {
  --tw-gradient-to: rgb(114 197 223 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-300\/40 {
  --tw-gradient-to: rgb(114 197 223 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-300\/45 {
  --tw-gradient-to: rgb(114 197 223 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-300\/5 {
  --tw-gradient-to: rgb(114 197 223 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-300\/50 {
  --tw-gradient-to: rgb(114 197 223 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-300\/55 {
  --tw-gradient-to: rgb(114 197 223 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-300\/60 {
  --tw-gradient-to: rgb(114 197 223 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-300\/65 {
  --tw-gradient-to: rgb(114 197 223 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-300\/70 {
  --tw-gradient-to: rgb(114 197 223 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-300\/75 {
  --tw-gradient-to: rgb(114 197 223 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-300\/80 {
  --tw-gradient-to: rgb(114 197 223 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-300\/85 {
  --tw-gradient-to: rgb(114 197 223 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-300\/90 {
  --tw-gradient-to: rgb(114 197 223 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-300\/95 {
  --tw-gradient-to: rgb(114 197 223 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-400 {
  --tw-gradient-to: #3aa3c6 var(--tw-gradient-to-position);
}
.to-steel-400\/0 {
  --tw-gradient-to: rgb(58 163 198 / 0) var(--tw-gradient-to-position);
}
.to-steel-400\/10 {
  --tw-gradient-to: rgb(58 163 198 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-400\/100 {
  --tw-gradient-to: rgb(58 163 198 / 1) var(--tw-gradient-to-position);
}
.to-steel-400\/15 {
  --tw-gradient-to: rgb(58 163 198 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-400\/20 {
  --tw-gradient-to: rgb(58 163 198 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-400\/25 {
  --tw-gradient-to: rgb(58 163 198 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-400\/30 {
  --tw-gradient-to: rgb(58 163 198 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-400\/35 {
  --tw-gradient-to: rgb(58 163 198 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-400\/40 {
  --tw-gradient-to: rgb(58 163 198 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-400\/45 {
  --tw-gradient-to: rgb(58 163 198 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-400\/5 {
  --tw-gradient-to: rgb(58 163 198 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-400\/50 {
  --tw-gradient-to: rgb(58 163 198 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-400\/55 {
  --tw-gradient-to: rgb(58 163 198 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-400\/60 {
  --tw-gradient-to: rgb(58 163 198 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-400\/65 {
  --tw-gradient-to: rgb(58 163 198 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-400\/70 {
  --tw-gradient-to: rgb(58 163 198 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-400\/75 {
  --tw-gradient-to: rgb(58 163 198 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-400\/80 {
  --tw-gradient-to: rgb(58 163 198 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-400\/85 {
  --tw-gradient-to: rgb(58 163 198 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-400\/90 {
  --tw-gradient-to: rgb(58 163 198 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-400\/95 {
  --tw-gradient-to: rgb(58 163 198 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-50 {
  --tw-gradient-to: #f2f8f8 var(--tw-gradient-to-position);
}
.to-steel-50\/0 {
  --tw-gradient-to: rgb(242 248 248 / 0) var(--tw-gradient-to-position);
}
.to-steel-50\/10 {
  --tw-gradient-to: rgb(242 248 248 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-50\/100 {
  --tw-gradient-to: rgb(242 248 248 / 1) var(--tw-gradient-to-position);
}
.to-steel-50\/15 {
  --tw-gradient-to: rgb(242 248 248 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-50\/20 {
  --tw-gradient-to: rgb(242 248 248 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-50\/25 {
  --tw-gradient-to: rgb(242 248 248 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-50\/30 {
  --tw-gradient-to: rgb(242 248 248 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-50\/35 {
  --tw-gradient-to: rgb(242 248 248 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-50\/40 {
  --tw-gradient-to: rgb(242 248 248 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-50\/45 {
  --tw-gradient-to: rgb(242 248 248 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-50\/5 {
  --tw-gradient-to: rgb(242 248 248 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-50\/50 {
  --tw-gradient-to: rgb(242 248 248 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-50\/55 {
  --tw-gradient-to: rgb(242 248 248 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-50\/60 {
  --tw-gradient-to: rgb(242 248 248 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-50\/65 {
  --tw-gradient-to: rgb(242 248 248 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-50\/70 {
  --tw-gradient-to: rgb(242 248 248 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-50\/75 {
  --tw-gradient-to: rgb(242 248 248 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-50\/80 {
  --tw-gradient-to: rgb(242 248 248 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-50\/85 {
  --tw-gradient-to: rgb(242 248 248 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-50\/90 {
  --tw-gradient-to: rgb(242 248 248 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-50\/95 {
  --tw-gradient-to: rgb(242 248 248 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-500 {
  --tw-gradient-to: #027db6 var(--tw-gradient-to-position);
}
.to-steel-500\/0 {
  --tw-gradient-to: rgb(2 125 182 / 0) var(--tw-gradient-to-position);
}
.to-steel-500\/10 {
  --tw-gradient-to: rgb(2 125 182 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-500\/100 {
  --tw-gradient-to: rgb(2 125 182 / 1) var(--tw-gradient-to-position);
}
.to-steel-500\/15 {
  --tw-gradient-to: rgb(2 125 182 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-500\/20 {
  --tw-gradient-to: rgb(2 125 182 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-500\/25 {
  --tw-gradient-to: rgb(2 125 182 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-500\/30 {
  --tw-gradient-to: rgb(2 125 182 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-500\/35 {
  --tw-gradient-to: rgb(2 125 182 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-500\/40 {
  --tw-gradient-to: rgb(2 125 182 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-500\/45 {
  --tw-gradient-to: rgb(2 125 182 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-500\/5 {
  --tw-gradient-to: rgb(2 125 182 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-500\/50 {
  --tw-gradient-to: rgb(2 125 182 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-500\/55 {
  --tw-gradient-to: rgb(2 125 182 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-500\/60 {
  --tw-gradient-to: rgb(2 125 182 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-500\/65 {
  --tw-gradient-to: rgb(2 125 182 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-500\/70 {
  --tw-gradient-to: rgb(2 125 182 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-500\/75 {
  --tw-gradient-to: rgb(2 125 182 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-500\/80 {
  --tw-gradient-to: rgb(2 125 182 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-500\/85 {
  --tw-gradient-to: rgb(2 125 182 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-500\/90 {
  --tw-gradient-to: rgb(2 125 182 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-500\/95 {
  --tw-gradient-to: rgb(2 125 182 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-600 {
  --tw-gradient-to: #246a92 var(--tw-gradient-to-position);
}
.to-steel-600\/0 {
  --tw-gradient-to: rgb(36 106 146 / 0) var(--tw-gradient-to-position);
}
.to-steel-600\/10 {
  --tw-gradient-to: rgb(36 106 146 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-600\/100 {
  --tw-gradient-to: rgb(36 106 146 / 1) var(--tw-gradient-to-position);
}
.to-steel-600\/15 {
  --tw-gradient-to: rgb(36 106 146 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-600\/20 {
  --tw-gradient-to: rgb(36 106 146 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-600\/25 {
  --tw-gradient-to: rgb(36 106 146 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-600\/30 {
  --tw-gradient-to: rgb(36 106 146 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-600\/35 {
  --tw-gradient-to: rgb(36 106 146 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-600\/40 {
  --tw-gradient-to: rgb(36 106 146 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-600\/45 {
  --tw-gradient-to: rgb(36 106 146 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-600\/5 {
  --tw-gradient-to: rgb(36 106 146 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-600\/50 {
  --tw-gradient-to: rgb(36 106 146 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-600\/55 {
  --tw-gradient-to: rgb(36 106 146 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-600\/60 {
  --tw-gradient-to: rgb(36 106 146 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-600\/65 {
  --tw-gradient-to: rgb(36 106 146 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-600\/70 {
  --tw-gradient-to: rgb(36 106 146 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-600\/75 {
  --tw-gradient-to: rgb(36 106 146 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-600\/80 {
  --tw-gradient-to: rgb(36 106 146 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-600\/85 {
  --tw-gradient-to: rgb(36 106 146 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-600\/90 {
  --tw-gradient-to: rgb(36 106 146 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-600\/95 {
  --tw-gradient-to: rgb(36 106 146 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-700 {
  --tw-gradient-to: #1f5072 var(--tw-gradient-to-position);
}
.to-steel-700\/0 {
  --tw-gradient-to: rgb(31 80 114 / 0) var(--tw-gradient-to-position);
}
.to-steel-700\/10 {
  --tw-gradient-to: rgb(31 80 114 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-700\/100 {
  --tw-gradient-to: rgb(31 80 114 / 1) var(--tw-gradient-to-position);
}
.to-steel-700\/15 {
  --tw-gradient-to: rgb(31 80 114 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-700\/20 {
  --tw-gradient-to: rgb(31 80 114 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-700\/25 {
  --tw-gradient-to: rgb(31 80 114 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-700\/30 {
  --tw-gradient-to: rgb(31 80 114 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-700\/35 {
  --tw-gradient-to: rgb(31 80 114 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-700\/40 {
  --tw-gradient-to: rgb(31 80 114 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-700\/45 {
  --tw-gradient-to: rgb(31 80 114 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-700\/5 {
  --tw-gradient-to: rgb(31 80 114 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-700\/50 {
  --tw-gradient-to: rgb(31 80 114 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-700\/55 {
  --tw-gradient-to: rgb(31 80 114 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-700\/60 {
  --tw-gradient-to: rgb(31 80 114 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-700\/65 {
  --tw-gradient-to: rgb(31 80 114 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-700\/70 {
  --tw-gradient-to: rgb(31 80 114 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-700\/75 {
  --tw-gradient-to: rgb(31 80 114 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-700\/80 {
  --tw-gradient-to: rgb(31 80 114 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-700\/85 {
  --tw-gradient-to: rgb(31 80 114 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-700\/90 {
  --tw-gradient-to: rgb(31 80 114 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-700\/95 {
  --tw-gradient-to: rgb(31 80 114 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-800 {
  --tw-gradient-to: #173652 var(--tw-gradient-to-position);
}
.to-steel-800\/0 {
  --tw-gradient-to: rgb(23 54 82 / 0) var(--tw-gradient-to-position);
}
.to-steel-800\/10 {
  --tw-gradient-to: rgb(23 54 82 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-800\/100 {
  --tw-gradient-to: rgb(23 54 82 / 1) var(--tw-gradient-to-position);
}
.to-steel-800\/15 {
  --tw-gradient-to: rgb(23 54 82 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-800\/20 {
  --tw-gradient-to: rgb(23 54 82 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-800\/25 {
  --tw-gradient-to: rgb(23 54 82 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-800\/30 {
  --tw-gradient-to: rgb(23 54 82 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-800\/35 {
  --tw-gradient-to: rgb(23 54 82 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-800\/40 {
  --tw-gradient-to: rgb(23 54 82 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-800\/45 {
  --tw-gradient-to: rgb(23 54 82 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-800\/5 {
  --tw-gradient-to: rgb(23 54 82 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-800\/50 {
  --tw-gradient-to: rgb(23 54 82 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-800\/55 {
  --tw-gradient-to: rgb(23 54 82 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-800\/60 {
  --tw-gradient-to: rgb(23 54 82 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-800\/65 {
  --tw-gradient-to: rgb(23 54 82 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-800\/70 {
  --tw-gradient-to: rgb(23 54 82 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-800\/75 {
  --tw-gradient-to: rgb(23 54 82 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-800\/80 {
  --tw-gradient-to: rgb(23 54 82 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-800\/85 {
  --tw-gradient-to: rgb(23 54 82 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-800\/90 {
  --tw-gradient-to: rgb(23 54 82 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-800\/95 {
  --tw-gradient-to: rgb(23 54 82 / 0.95) var(--tw-gradient-to-position);
}
.to-steel-900 {
  --tw-gradient-to: #0e2137 var(--tw-gradient-to-position);
}
.to-steel-900\/0 {
  --tw-gradient-to: rgb(14 33 55 / 0) var(--tw-gradient-to-position);
}
.to-steel-900\/10 {
  --tw-gradient-to: rgb(14 33 55 / 0.1) var(--tw-gradient-to-position);
}
.to-steel-900\/100 {
  --tw-gradient-to: rgb(14 33 55 / 1) var(--tw-gradient-to-position);
}
.to-steel-900\/15 {
  --tw-gradient-to: rgb(14 33 55 / 0.15) var(--tw-gradient-to-position);
}
.to-steel-900\/20 {
  --tw-gradient-to: rgb(14 33 55 / 0.2) var(--tw-gradient-to-position);
}
.to-steel-900\/25 {
  --tw-gradient-to: rgb(14 33 55 / 0.25) var(--tw-gradient-to-position);
}
.to-steel-900\/30 {
  --tw-gradient-to: rgb(14 33 55 / 0.3) var(--tw-gradient-to-position);
}
.to-steel-900\/35 {
  --tw-gradient-to: rgb(14 33 55 / 0.35) var(--tw-gradient-to-position);
}
.to-steel-900\/40 {
  --tw-gradient-to: rgb(14 33 55 / 0.4) var(--tw-gradient-to-position);
}
.to-steel-900\/45 {
  --tw-gradient-to: rgb(14 33 55 / 0.45) var(--tw-gradient-to-position);
}
.to-steel-900\/5 {
  --tw-gradient-to: rgb(14 33 55 / 0.05) var(--tw-gradient-to-position);
}
.to-steel-900\/50 {
  --tw-gradient-to: rgb(14 33 55 / 0.5) var(--tw-gradient-to-position);
}
.to-steel-900\/55 {
  --tw-gradient-to: rgb(14 33 55 / 0.55) var(--tw-gradient-to-position);
}
.to-steel-900\/60 {
  --tw-gradient-to: rgb(14 33 55 / 0.6) var(--tw-gradient-to-position);
}
.to-steel-900\/65 {
  --tw-gradient-to: rgb(14 33 55 / 0.65) var(--tw-gradient-to-position);
}
.to-steel-900\/70 {
  --tw-gradient-to: rgb(14 33 55 / 0.7) var(--tw-gradient-to-position);
}
.to-steel-900\/75 {
  --tw-gradient-to: rgb(14 33 55 / 0.75) var(--tw-gradient-to-position);
}
.to-steel-900\/80 {
  --tw-gradient-to: rgb(14 33 55 / 0.8) var(--tw-gradient-to-position);
}
.to-steel-900\/85 {
  --tw-gradient-to: rgb(14 33 55 / 0.85) var(--tw-gradient-to-position);
}
.to-steel-900\/90 {
  --tw-gradient-to: rgb(14 33 55 / 0.9) var(--tw-gradient-to-position);
}
.to-steel-900\/95 {
  --tw-gradient-to: rgb(14 33 55 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-100 {
  --tw-gradient-to: #fbf0e2 var(--tw-gradient-to-position);
}
.to-sunset-100\/0 {
  --tw-gradient-to: rgb(251 240 226 / 0) var(--tw-gradient-to-position);
}
.to-sunset-100\/10 {
  --tw-gradient-to: rgb(251 240 226 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-100\/100 {
  --tw-gradient-to: rgb(251 240 226 / 1) var(--tw-gradient-to-position);
}
.to-sunset-100\/15 {
  --tw-gradient-to: rgb(251 240 226 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-100\/20 {
  --tw-gradient-to: rgb(251 240 226 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-100\/25 {
  --tw-gradient-to: rgb(251 240 226 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-100\/30 {
  --tw-gradient-to: rgb(251 240 226 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-100\/35 {
  --tw-gradient-to: rgb(251 240 226 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-100\/40 {
  --tw-gradient-to: rgb(251 240 226 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-100\/45 {
  --tw-gradient-to: rgb(251 240 226 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-100\/5 {
  --tw-gradient-to: rgb(251 240 226 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-100\/50 {
  --tw-gradient-to: rgb(251 240 226 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-100\/55 {
  --tw-gradient-to: rgb(251 240 226 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-100\/60 {
  --tw-gradient-to: rgb(251 240 226 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-100\/65 {
  --tw-gradient-to: rgb(251 240 226 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-100\/70 {
  --tw-gradient-to: rgb(251 240 226 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-100\/75 {
  --tw-gradient-to: rgb(251 240 226 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-100\/80 {
  --tw-gradient-to: rgb(251 240 226 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-100\/85 {
  --tw-gradient-to: rgb(251 240 226 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-100\/90 {
  --tw-gradient-to: rgb(251 240 226 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-100\/95 {
  --tw-gradient-to: rgb(251 240 226 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-200 {
  --tw-gradient-to: #f6d4c2 var(--tw-gradient-to-position);
}
.to-sunset-200\/0 {
  --tw-gradient-to: rgb(246 212 194 / 0) var(--tw-gradient-to-position);
}
.to-sunset-200\/10 {
  --tw-gradient-to: rgb(246 212 194 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-200\/100 {
  --tw-gradient-to: rgb(246 212 194 / 1) var(--tw-gradient-to-position);
}
.to-sunset-200\/15 {
  --tw-gradient-to: rgb(246 212 194 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-200\/20 {
  --tw-gradient-to: rgb(246 212 194 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-200\/25 {
  --tw-gradient-to: rgb(246 212 194 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-200\/30 {
  --tw-gradient-to: rgb(246 212 194 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-200\/35 {
  --tw-gradient-to: rgb(246 212 194 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-200\/40 {
  --tw-gradient-to: rgb(246 212 194 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-200\/45 {
  --tw-gradient-to: rgb(246 212 194 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-200\/5 {
  --tw-gradient-to: rgb(246 212 194 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-200\/50 {
  --tw-gradient-to: rgb(246 212 194 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-200\/55 {
  --tw-gradient-to: rgb(246 212 194 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-200\/60 {
  --tw-gradient-to: rgb(246 212 194 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-200\/65 {
  --tw-gradient-to: rgb(246 212 194 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-200\/70 {
  --tw-gradient-to: rgb(246 212 194 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-200\/75 {
  --tw-gradient-to: rgb(246 212 194 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-200\/80 {
  --tw-gradient-to: rgb(246 212 194 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-200\/85 {
  --tw-gradient-to: rgb(246 212 194 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-200\/90 {
  --tw-gradient-to: rgb(246 212 194 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-200\/95 {
  --tw-gradient-to: rgb(246 212 194 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-300 {
  --tw-gradient-to: #eaaa92 var(--tw-gradient-to-position);
}
.to-sunset-300\/0 {
  --tw-gradient-to: rgb(234 170 146 / 0) var(--tw-gradient-to-position);
}
.to-sunset-300\/10 {
  --tw-gradient-to: rgb(234 170 146 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-300\/100 {
  --tw-gradient-to: rgb(234 170 146 / 1) var(--tw-gradient-to-position);
}
.to-sunset-300\/15 {
  --tw-gradient-to: rgb(234 170 146 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-300\/20 {
  --tw-gradient-to: rgb(234 170 146 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-300\/25 {
  --tw-gradient-to: rgb(234 170 146 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-300\/30 {
  --tw-gradient-to: rgb(234 170 146 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-300\/35 {
  --tw-gradient-to: rgb(234 170 146 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-300\/40 {
  --tw-gradient-to: rgb(234 170 146 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-300\/45 {
  --tw-gradient-to: rgb(234 170 146 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-300\/5 {
  --tw-gradient-to: rgb(234 170 146 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-300\/50 {
  --tw-gradient-to: rgb(234 170 146 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-300\/55 {
  --tw-gradient-to: rgb(234 170 146 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-300\/60 {
  --tw-gradient-to: rgb(234 170 146 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-300\/65 {
  --tw-gradient-to: rgb(234 170 146 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-300\/70 {
  --tw-gradient-to: rgb(234 170 146 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-300\/75 {
  --tw-gradient-to: rgb(234 170 146 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-300\/80 {
  --tw-gradient-to: rgb(234 170 146 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-300\/85 {
  --tw-gradient-to: rgb(234 170 146 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-300\/90 {
  --tw-gradient-to: rgb(234 170 146 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-300\/95 {
  --tw-gradient-to: rgb(234 170 146 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-400 {
  --tw-gradient-to: #e17b63 var(--tw-gradient-to-position);
}
.to-sunset-400\/0 {
  --tw-gradient-to: rgb(225 123 99 / 0) var(--tw-gradient-to-position);
}
.to-sunset-400\/10 {
  --tw-gradient-to: rgb(225 123 99 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-400\/100 {
  --tw-gradient-to: rgb(225 123 99 / 1) var(--tw-gradient-to-position);
}
.to-sunset-400\/15 {
  --tw-gradient-to: rgb(225 123 99 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-400\/20 {
  --tw-gradient-to: rgb(225 123 99 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-400\/25 {
  --tw-gradient-to: rgb(225 123 99 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-400\/30 {
  --tw-gradient-to: rgb(225 123 99 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-400\/35 {
  --tw-gradient-to: rgb(225 123 99 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-400\/40 {
  --tw-gradient-to: rgb(225 123 99 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-400\/45 {
  --tw-gradient-to: rgb(225 123 99 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-400\/5 {
  --tw-gradient-to: rgb(225 123 99 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-400\/50 {
  --tw-gradient-to: rgb(225 123 99 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-400\/55 {
  --tw-gradient-to: rgb(225 123 99 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-400\/60 {
  --tw-gradient-to: rgb(225 123 99 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-400\/65 {
  --tw-gradient-to: rgb(225 123 99 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-400\/70 {
  --tw-gradient-to: rgb(225 123 99 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-400\/75 {
  --tw-gradient-to: rgb(225 123 99 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-400\/80 {
  --tw-gradient-to: rgb(225 123 99 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-400\/85 {
  --tw-gradient-to: rgb(225 123 99 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-400\/90 {
  --tw-gradient-to: rgb(225 123 99 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-400\/95 {
  --tw-gradient-to: rgb(225 123 99 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-50 {
  --tw-gradient-to: #fcfbf9 var(--tw-gradient-to-position);
}
.to-sunset-50\/0 {
  --tw-gradient-to: rgb(252 251 249 / 0) var(--tw-gradient-to-position);
}
.to-sunset-50\/10 {
  --tw-gradient-to: rgb(252 251 249 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-50\/100 {
  --tw-gradient-to: rgb(252 251 249 / 1) var(--tw-gradient-to-position);
}
.to-sunset-50\/15 {
  --tw-gradient-to: rgb(252 251 249 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-50\/20 {
  --tw-gradient-to: rgb(252 251 249 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-50\/25 {
  --tw-gradient-to: rgb(252 251 249 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-50\/30 {
  --tw-gradient-to: rgb(252 251 249 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-50\/35 {
  --tw-gradient-to: rgb(252 251 249 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-50\/40 {
  --tw-gradient-to: rgb(252 251 249 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-50\/45 {
  --tw-gradient-to: rgb(252 251 249 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-50\/5 {
  --tw-gradient-to: rgb(252 251 249 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-50\/50 {
  --tw-gradient-to: rgb(252 251 249 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-50\/55 {
  --tw-gradient-to: rgb(252 251 249 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-50\/60 {
  --tw-gradient-to: rgb(252 251 249 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-50\/65 {
  --tw-gradient-to: rgb(252 251 249 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-50\/70 {
  --tw-gradient-to: rgb(252 251 249 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-50\/75 {
  --tw-gradient-to: rgb(252 251 249 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-50\/80 {
  --tw-gradient-to: rgb(252 251 249 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-50\/85 {
  --tw-gradient-to: rgb(252 251 249 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-50\/90 {
  --tw-gradient-to: rgb(252 251 249 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-50\/95 {
  --tw-gradient-to: rgb(252 251 249 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-500 {
  --tw-gradient-to: #cf5841 var(--tw-gradient-to-position);
}
.to-sunset-500\/0 {
  --tw-gradient-to: rgb(207 88 65 / 0) var(--tw-gradient-to-position);
}
.to-sunset-500\/10 {
  --tw-gradient-to: rgb(207 88 65 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-500\/100 {
  --tw-gradient-to: rgb(207 88 65 / 1) var(--tw-gradient-to-position);
}
.to-sunset-500\/15 {
  --tw-gradient-to: rgb(207 88 65 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-500\/20 {
  --tw-gradient-to: rgb(207 88 65 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-500\/25 {
  --tw-gradient-to: rgb(207 88 65 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-500\/30 {
  --tw-gradient-to: rgb(207 88 65 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-500\/35 {
  --tw-gradient-to: rgb(207 88 65 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-500\/40 {
  --tw-gradient-to: rgb(207 88 65 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-500\/45 {
  --tw-gradient-to: rgb(207 88 65 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-500\/5 {
  --tw-gradient-to: rgb(207 88 65 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-500\/50 {
  --tw-gradient-to: rgb(207 88 65 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-500\/55 {
  --tw-gradient-to: rgb(207 88 65 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-500\/60 {
  --tw-gradient-to: rgb(207 88 65 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-500\/65 {
  --tw-gradient-to: rgb(207 88 65 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-500\/70 {
  --tw-gradient-to: rgb(207 88 65 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-500\/75 {
  --tw-gradient-to: rgb(207 88 65 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-500\/80 {
  --tw-gradient-to: rgb(207 88 65 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-500\/85 {
  --tw-gradient-to: rgb(207 88 65 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-500\/90 {
  --tw-gradient-to: rgb(207 88 65 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-500\/95 {
  --tw-gradient-to: rgb(207 88 65 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-600 {
  --tw-gradient-to: #b43d2b var(--tw-gradient-to-position);
}
.to-sunset-600\/0 {
  --tw-gradient-to: rgb(180 61 43 / 0) var(--tw-gradient-to-position);
}
.to-sunset-600\/10 {
  --tw-gradient-to: rgb(180 61 43 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-600\/100 {
  --tw-gradient-to: rgb(180 61 43 / 1) var(--tw-gradient-to-position);
}
.to-sunset-600\/15 {
  --tw-gradient-to: rgb(180 61 43 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-600\/20 {
  --tw-gradient-to: rgb(180 61 43 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-600\/25 {
  --tw-gradient-to: rgb(180 61 43 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-600\/30 {
  --tw-gradient-to: rgb(180 61 43 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-600\/35 {
  --tw-gradient-to: rgb(180 61 43 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-600\/40 {
  --tw-gradient-to: rgb(180 61 43 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-600\/45 {
  --tw-gradient-to: rgb(180 61 43 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-600\/5 {
  --tw-gradient-to: rgb(180 61 43 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-600\/50 {
  --tw-gradient-to: rgb(180 61 43 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-600\/55 {
  --tw-gradient-to: rgb(180 61 43 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-600\/60 {
  --tw-gradient-to: rgb(180 61 43 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-600\/65 {
  --tw-gradient-to: rgb(180 61 43 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-600\/70 {
  --tw-gradient-to: rgb(180 61 43 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-600\/75 {
  --tw-gradient-to: rgb(180 61 43 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-600\/80 {
  --tw-gradient-to: rgb(180 61 43 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-600\/85 {
  --tw-gradient-to: rgb(180 61 43 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-600\/90 {
  --tw-gradient-to: rgb(180 61 43 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-600\/95 {
  --tw-gradient-to: rgb(180 61 43 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-700 {
  --tw-gradient-to: #8c2e21 var(--tw-gradient-to-position);
}
.to-sunset-700\/0 {
  --tw-gradient-to: rgb(140 46 33 / 0) var(--tw-gradient-to-position);
}
.to-sunset-700\/10 {
  --tw-gradient-to: rgb(140 46 33 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-700\/100 {
  --tw-gradient-to: rgb(140 46 33 / 1) var(--tw-gradient-to-position);
}
.to-sunset-700\/15 {
  --tw-gradient-to: rgb(140 46 33 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-700\/20 {
  --tw-gradient-to: rgb(140 46 33 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-700\/25 {
  --tw-gradient-to: rgb(140 46 33 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-700\/30 {
  --tw-gradient-to: rgb(140 46 33 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-700\/35 {
  --tw-gradient-to: rgb(140 46 33 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-700\/40 {
  --tw-gradient-to: rgb(140 46 33 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-700\/45 {
  --tw-gradient-to: rgb(140 46 33 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-700\/5 {
  --tw-gradient-to: rgb(140 46 33 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-700\/50 {
  --tw-gradient-to: rgb(140 46 33 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-700\/55 {
  --tw-gradient-to: rgb(140 46 33 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-700\/60 {
  --tw-gradient-to: rgb(140 46 33 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-700\/65 {
  --tw-gradient-to: rgb(140 46 33 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-700\/70 {
  --tw-gradient-to: rgb(140 46 33 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-700\/75 {
  --tw-gradient-to: rgb(140 46 33 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-700\/80 {
  --tw-gradient-to: rgb(140 46 33 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-700\/85 {
  --tw-gradient-to: rgb(140 46 33 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-700\/90 {
  --tw-gradient-to: rgb(140 46 33 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-700\/95 {
  --tw-gradient-to: rgb(140 46 33 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-800 {
  --tw-gradient-to: #622017 var(--tw-gradient-to-position);
}
.to-sunset-800\/0 {
  --tw-gradient-to: rgb(98 32 23 / 0) var(--tw-gradient-to-position);
}
.to-sunset-800\/10 {
  --tw-gradient-to: rgb(98 32 23 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-800\/100 {
  --tw-gradient-to: rgb(98 32 23 / 1) var(--tw-gradient-to-position);
}
.to-sunset-800\/15 {
  --tw-gradient-to: rgb(98 32 23 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-800\/20 {
  --tw-gradient-to: rgb(98 32 23 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-800\/25 {
  --tw-gradient-to: rgb(98 32 23 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-800\/30 {
  --tw-gradient-to: rgb(98 32 23 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-800\/35 {
  --tw-gradient-to: rgb(98 32 23 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-800\/40 {
  --tw-gradient-to: rgb(98 32 23 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-800\/45 {
  --tw-gradient-to: rgb(98 32 23 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-800\/5 {
  --tw-gradient-to: rgb(98 32 23 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-800\/50 {
  --tw-gradient-to: rgb(98 32 23 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-800\/55 {
  --tw-gradient-to: rgb(98 32 23 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-800\/60 {
  --tw-gradient-to: rgb(98 32 23 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-800\/65 {
  --tw-gradient-to: rgb(98 32 23 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-800\/70 {
  --tw-gradient-to: rgb(98 32 23 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-800\/75 {
  --tw-gradient-to: rgb(98 32 23 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-800\/80 {
  --tw-gradient-to: rgb(98 32 23 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-800\/85 {
  --tw-gradient-to: rgb(98 32 23 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-800\/90 {
  --tw-gradient-to: rgb(98 32 23 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-800\/95 {
  --tw-gradient-to: rgb(98 32 23 / 0.95) var(--tw-gradient-to-position);
}
.to-sunset-900 {
  --tw-gradient-to: #3d140e var(--tw-gradient-to-position);
}
.to-sunset-900\/0 {
  --tw-gradient-to: rgb(61 20 14 / 0) var(--tw-gradient-to-position);
}
.to-sunset-900\/10 {
  --tw-gradient-to: rgb(61 20 14 / 0.1) var(--tw-gradient-to-position);
}
.to-sunset-900\/100 {
  --tw-gradient-to: rgb(61 20 14 / 1) var(--tw-gradient-to-position);
}
.to-sunset-900\/15 {
  --tw-gradient-to: rgb(61 20 14 / 0.15) var(--tw-gradient-to-position);
}
.to-sunset-900\/20 {
  --tw-gradient-to: rgb(61 20 14 / 0.2) var(--tw-gradient-to-position);
}
.to-sunset-900\/25 {
  --tw-gradient-to: rgb(61 20 14 / 0.25) var(--tw-gradient-to-position);
}
.to-sunset-900\/30 {
  --tw-gradient-to: rgb(61 20 14 / 0.3) var(--tw-gradient-to-position);
}
.to-sunset-900\/35 {
  --tw-gradient-to: rgb(61 20 14 / 0.35) var(--tw-gradient-to-position);
}
.to-sunset-900\/40 {
  --tw-gradient-to: rgb(61 20 14 / 0.4) var(--tw-gradient-to-position);
}
.to-sunset-900\/45 {
  --tw-gradient-to: rgb(61 20 14 / 0.45) var(--tw-gradient-to-position);
}
.to-sunset-900\/5 {
  --tw-gradient-to: rgb(61 20 14 / 0.05) var(--tw-gradient-to-position);
}
.to-sunset-900\/50 {
  --tw-gradient-to: rgb(61 20 14 / 0.5) var(--tw-gradient-to-position);
}
.to-sunset-900\/55 {
  --tw-gradient-to: rgb(61 20 14 / 0.55) var(--tw-gradient-to-position);
}
.to-sunset-900\/60 {
  --tw-gradient-to: rgb(61 20 14 / 0.6) var(--tw-gradient-to-position);
}
.to-sunset-900\/65 {
  --tw-gradient-to: rgb(61 20 14 / 0.65) var(--tw-gradient-to-position);
}
.to-sunset-900\/70 {
  --tw-gradient-to: rgb(61 20 14 / 0.7) var(--tw-gradient-to-position);
}
.to-sunset-900\/75 {
  --tw-gradient-to: rgb(61 20 14 / 0.75) var(--tw-gradient-to-position);
}
.to-sunset-900\/80 {
  --tw-gradient-to: rgb(61 20 14 / 0.8) var(--tw-gradient-to-position);
}
.to-sunset-900\/85 {
  --tw-gradient-to: rgb(61 20 14 / 0.85) var(--tw-gradient-to-position);
}
.to-sunset-900\/90 {
  --tw-gradient-to: rgb(61 20 14 / 0.9) var(--tw-gradient-to-position);
}
.to-sunset-900\/95 {
  --tw-gradient-to: rgb(61 20 14 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}
.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
}
.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 243 199 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 243 199 / 1) var(--tw-gradient-to-position);
}
.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 243 199 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 243 199 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 243 199 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 243 199 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 243 199 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 243 199 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 243 199 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 243 199 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 243 199 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 243 199 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 243 199 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 243 199 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 243 199 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 243 199 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 243 199 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 243 199 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 243 199 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 243 199 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-200 {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}
.to-yellow-200\/0 {
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
}
.to-yellow-200\/10 {
  --tw-gradient-to: rgb(253 230 138 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-200\/100 {
  --tw-gradient-to: rgb(253 230 138 / 1) var(--tw-gradient-to-position);
}
.to-yellow-200\/15 {
  --tw-gradient-to: rgb(253 230 138 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-200\/20 {
  --tw-gradient-to: rgb(253 230 138 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-200\/25 {
  --tw-gradient-to: rgb(253 230 138 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-200\/30 {
  --tw-gradient-to: rgb(253 230 138 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-200\/35 {
  --tw-gradient-to: rgb(253 230 138 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-200\/40 {
  --tw-gradient-to: rgb(253 230 138 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-200\/45 {
  --tw-gradient-to: rgb(253 230 138 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-200\/5 {
  --tw-gradient-to: rgb(253 230 138 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-200\/50 {
  --tw-gradient-to: rgb(253 230 138 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-200\/55 {
  --tw-gradient-to: rgb(253 230 138 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-200\/60 {
  --tw-gradient-to: rgb(253 230 138 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-200\/65 {
  --tw-gradient-to: rgb(253 230 138 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-200\/70 {
  --tw-gradient-to: rgb(253 230 138 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-200\/75 {
  --tw-gradient-to: rgb(253 230 138 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-200\/80 {
  --tw-gradient-to: rgb(253 230 138 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-200\/85 {
  --tw-gradient-to: rgb(253 230 138 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-200\/90 {
  --tw-gradient-to: rgb(253 230 138 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-200\/95 {
  --tw-gradient-to: rgb(253 230 138 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-300 {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}
.to-yellow-300\/0 {
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
}
.to-yellow-300\/10 {
  --tw-gradient-to: rgb(252 211 77 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-300\/100 {
  --tw-gradient-to: rgb(252 211 77 / 1) var(--tw-gradient-to-position);
}
.to-yellow-300\/15 {
  --tw-gradient-to: rgb(252 211 77 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-300\/20 {
  --tw-gradient-to: rgb(252 211 77 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-300\/25 {
  --tw-gradient-to: rgb(252 211 77 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-300\/30 {
  --tw-gradient-to: rgb(252 211 77 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-300\/35 {
  --tw-gradient-to: rgb(252 211 77 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-300\/40 {
  --tw-gradient-to: rgb(252 211 77 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-300\/45 {
  --tw-gradient-to: rgb(252 211 77 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-300\/5 {
  --tw-gradient-to: rgb(252 211 77 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-300\/50 {
  --tw-gradient-to: rgb(252 211 77 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-300\/55 {
  --tw-gradient-to: rgb(252 211 77 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-300\/60 {
  --tw-gradient-to: rgb(252 211 77 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-300\/65 {
  --tw-gradient-to: rgb(252 211 77 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-300\/70 {
  --tw-gradient-to: rgb(252 211 77 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-300\/75 {
  --tw-gradient-to: rgb(252 211 77 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-300\/80 {
  --tw-gradient-to: rgb(252 211 77 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-300\/85 {
  --tw-gradient-to: rgb(252 211 77 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-300\/90 {
  --tw-gradient-to: rgb(252 211 77 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-300\/95 {
  --tw-gradient-to: rgb(252 211 77 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-400 {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}
.to-yellow-400\/0 {
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
}
.to-yellow-400\/10 {
  --tw-gradient-to: rgb(251 191 36 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-400\/100 {
  --tw-gradient-to: rgb(251 191 36 / 1) var(--tw-gradient-to-position);
}
.to-yellow-400\/15 {
  --tw-gradient-to: rgb(251 191 36 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-400\/20 {
  --tw-gradient-to: rgb(251 191 36 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-400\/25 {
  --tw-gradient-to: rgb(251 191 36 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-400\/30 {
  --tw-gradient-to: rgb(251 191 36 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-400\/35 {
  --tw-gradient-to: rgb(251 191 36 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-400\/40 {
  --tw-gradient-to: rgb(251 191 36 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-400\/45 {
  --tw-gradient-to: rgb(251 191 36 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-400\/5 {
  --tw-gradient-to: rgb(251 191 36 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-400\/50 {
  --tw-gradient-to: rgb(251 191 36 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-400\/55 {
  --tw-gradient-to: rgb(251 191 36 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-400\/60 {
  --tw-gradient-to: rgb(251 191 36 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-400\/65 {
  --tw-gradient-to: rgb(251 191 36 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-400\/70 {
  --tw-gradient-to: rgb(251 191 36 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-400\/75 {
  --tw-gradient-to: rgb(251 191 36 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-400\/80 {
  --tw-gradient-to: rgb(251 191 36 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-400\/85 {
  --tw-gradient-to: rgb(251 191 36 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-400\/90 {
  --tw-gradient-to: rgb(251 191 36 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-400\/95 {
  --tw-gradient-to: rgb(251 191 36 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}
.to-yellow-50\/0 {
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
}
.to-yellow-50\/10 {
  --tw-gradient-to: rgb(255 251 235 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-50\/100 {
  --tw-gradient-to: rgb(255 251 235 / 1) var(--tw-gradient-to-position);
}
.to-yellow-50\/15 {
  --tw-gradient-to: rgb(255 251 235 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-50\/20 {
  --tw-gradient-to: rgb(255 251 235 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-50\/25 {
  --tw-gradient-to: rgb(255 251 235 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-50\/30 {
  --tw-gradient-to: rgb(255 251 235 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-50\/35 {
  --tw-gradient-to: rgb(255 251 235 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-50\/40 {
  --tw-gradient-to: rgb(255 251 235 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-50\/45 {
  --tw-gradient-to: rgb(255 251 235 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-50\/5 {
  --tw-gradient-to: rgb(255 251 235 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-50\/50 {
  --tw-gradient-to: rgb(255 251 235 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-50\/55 {
  --tw-gradient-to: rgb(255 251 235 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-50\/60 {
  --tw-gradient-to: rgb(255 251 235 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-50\/65 {
  --tw-gradient-to: rgb(255 251 235 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-50\/70 {
  --tw-gradient-to: rgb(255 251 235 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-50\/75 {
  --tw-gradient-to: rgb(255 251 235 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-50\/80 {
  --tw-gradient-to: rgb(255 251 235 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-50\/85 {
  --tw-gradient-to: rgb(255 251 235 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-50\/90 {
  --tw-gradient-to: rgb(255 251 235 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-50\/95 {
  --tw-gradient-to: rgb(255 251 235 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}
.to-yellow-500\/0 {
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
}
.to-yellow-500\/10 {
  --tw-gradient-to: rgb(245 158 11 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-500\/100 {
  --tw-gradient-to: rgb(245 158 11 / 1) var(--tw-gradient-to-position);
}
.to-yellow-500\/15 {
  --tw-gradient-to: rgb(245 158 11 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-500\/20 {
  --tw-gradient-to: rgb(245 158 11 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-500\/25 {
  --tw-gradient-to: rgb(245 158 11 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-500\/30 {
  --tw-gradient-to: rgb(245 158 11 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-500\/35 {
  --tw-gradient-to: rgb(245 158 11 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-500\/40 {
  --tw-gradient-to: rgb(245 158 11 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-500\/45 {
  --tw-gradient-to: rgb(245 158 11 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-500\/5 {
  --tw-gradient-to: rgb(245 158 11 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-500\/50 {
  --tw-gradient-to: rgb(245 158 11 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-500\/55 {
  --tw-gradient-to: rgb(245 158 11 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-500\/60 {
  --tw-gradient-to: rgb(245 158 11 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-500\/65 {
  --tw-gradient-to: rgb(245 158 11 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-500\/70 {
  --tw-gradient-to: rgb(245 158 11 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-500\/75 {
  --tw-gradient-to: rgb(245 158 11 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-500\/80 {
  --tw-gradient-to: rgb(245 158 11 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-500\/85 {
  --tw-gradient-to: rgb(245 158 11 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-500\/90 {
  --tw-gradient-to: rgb(245 158 11 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-500\/95 {
  --tw-gradient-to: rgb(245 158 11 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}
.to-yellow-600\/0 {
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
}
.to-yellow-600\/10 {
  --tw-gradient-to: rgb(217 119 6 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-600\/100 {
  --tw-gradient-to: rgb(217 119 6 / 1) var(--tw-gradient-to-position);
}
.to-yellow-600\/15 {
  --tw-gradient-to: rgb(217 119 6 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-600\/20 {
  --tw-gradient-to: rgb(217 119 6 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-600\/25 {
  --tw-gradient-to: rgb(217 119 6 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-600\/30 {
  --tw-gradient-to: rgb(217 119 6 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-600\/35 {
  --tw-gradient-to: rgb(217 119 6 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-600\/40 {
  --tw-gradient-to: rgb(217 119 6 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-600\/45 {
  --tw-gradient-to: rgb(217 119 6 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-600\/5 {
  --tw-gradient-to: rgb(217 119 6 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-600\/50 {
  --tw-gradient-to: rgb(217 119 6 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-600\/55 {
  --tw-gradient-to: rgb(217 119 6 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-600\/60 {
  --tw-gradient-to: rgb(217 119 6 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-600\/65 {
  --tw-gradient-to: rgb(217 119 6 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-600\/70 {
  --tw-gradient-to: rgb(217 119 6 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-600\/75 {
  --tw-gradient-to: rgb(217 119 6 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-600\/80 {
  --tw-gradient-to: rgb(217 119 6 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-600\/85 {
  --tw-gradient-to: rgb(217 119 6 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-600\/90 {
  --tw-gradient-to: rgb(217 119 6 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-600\/95 {
  --tw-gradient-to: rgb(217 119 6 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-700 {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}
.to-yellow-700\/0 {
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
}
.to-yellow-700\/10 {
  --tw-gradient-to: rgb(180 83 9 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-700\/100 {
  --tw-gradient-to: rgb(180 83 9 / 1) var(--tw-gradient-to-position);
}
.to-yellow-700\/15 {
  --tw-gradient-to: rgb(180 83 9 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-700\/20 {
  --tw-gradient-to: rgb(180 83 9 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-700\/25 {
  --tw-gradient-to: rgb(180 83 9 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-700\/30 {
  --tw-gradient-to: rgb(180 83 9 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-700\/35 {
  --tw-gradient-to: rgb(180 83 9 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-700\/40 {
  --tw-gradient-to: rgb(180 83 9 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-700\/45 {
  --tw-gradient-to: rgb(180 83 9 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-700\/5 {
  --tw-gradient-to: rgb(180 83 9 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-700\/50 {
  --tw-gradient-to: rgb(180 83 9 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-700\/55 {
  --tw-gradient-to: rgb(180 83 9 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-700\/60 {
  --tw-gradient-to: rgb(180 83 9 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-700\/65 {
  --tw-gradient-to: rgb(180 83 9 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-700\/70 {
  --tw-gradient-to: rgb(180 83 9 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-700\/75 {
  --tw-gradient-to: rgb(180 83 9 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-700\/80 {
  --tw-gradient-to: rgb(180 83 9 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-700\/85 {
  --tw-gradient-to: rgb(180 83 9 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-700\/90 {
  --tw-gradient-to: rgb(180 83 9 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-700\/95 {
  --tw-gradient-to: rgb(180 83 9 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-800 {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}
.to-yellow-800\/0 {
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
}
.to-yellow-800\/10 {
  --tw-gradient-to: rgb(146 64 14 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-800\/100 {
  --tw-gradient-to: rgb(146 64 14 / 1) var(--tw-gradient-to-position);
}
.to-yellow-800\/15 {
  --tw-gradient-to: rgb(146 64 14 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-800\/20 {
  --tw-gradient-to: rgb(146 64 14 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-800\/25 {
  --tw-gradient-to: rgb(146 64 14 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-800\/30 {
  --tw-gradient-to: rgb(146 64 14 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-800\/35 {
  --tw-gradient-to: rgb(146 64 14 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-800\/40 {
  --tw-gradient-to: rgb(146 64 14 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-800\/45 {
  --tw-gradient-to: rgb(146 64 14 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-800\/5 {
  --tw-gradient-to: rgb(146 64 14 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-800\/50 {
  --tw-gradient-to: rgb(146 64 14 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-800\/55 {
  --tw-gradient-to: rgb(146 64 14 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-800\/60 {
  --tw-gradient-to: rgb(146 64 14 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-800\/65 {
  --tw-gradient-to: rgb(146 64 14 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-800\/70 {
  --tw-gradient-to: rgb(146 64 14 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-800\/75 {
  --tw-gradient-to: rgb(146 64 14 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-800\/80 {
  --tw-gradient-to: rgb(146 64 14 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-800\/85 {
  --tw-gradient-to: rgb(146 64 14 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-800\/90 {
  --tw-gradient-to: rgb(146 64 14 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-800\/95 {
  --tw-gradient-to: rgb(146 64 14 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-900 {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}
.to-yellow-900\/0 {
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
}
.to-yellow-900\/10 {
  --tw-gradient-to: rgb(120 53 15 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-900\/100 {
  --tw-gradient-to: rgb(120 53 15 / 1) var(--tw-gradient-to-position);
}
.to-yellow-900\/15 {
  --tw-gradient-to: rgb(120 53 15 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-900\/20 {
  --tw-gradient-to: rgb(120 53 15 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-900\/25 {
  --tw-gradient-to: rgb(120 53 15 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-900\/30 {
  --tw-gradient-to: rgb(120 53 15 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-900\/35 {
  --tw-gradient-to: rgb(120 53 15 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-900\/40 {
  --tw-gradient-to: rgb(120 53 15 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-900\/45 {
  --tw-gradient-to: rgb(120 53 15 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-900\/5 {
  --tw-gradient-to: rgb(120 53 15 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-900\/50 {
  --tw-gradient-to: rgb(120 53 15 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-900\/55 {
  --tw-gradient-to: rgb(120 53 15 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-900\/60 {
  --tw-gradient-to: rgb(120 53 15 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-900\/65 {
  --tw-gradient-to: rgb(120 53 15 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-900\/70 {
  --tw-gradient-to: rgb(120 53 15 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-900\/75 {
  --tw-gradient-to: rgb(120 53 15 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-900\/80 {
  --tw-gradient-to: rgb(120 53 15 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-900\/85 {
  --tw-gradient-to: rgb(120 53 15 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-900\/90 {
  --tw-gradient-to: rgb(120 53 15 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-900\/95 {
  --tw-gradient-to: rgb(120 53 15 / 0.95) var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-blue-600 {
  fill: #1C64F2;
}
.fill-current {
  fill: currentColor;
}
.fill-steel-100 {
  fill: #d7f1f9;
}
.fill-steel-600 {
  fill: #246a92;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pe-1 {
  -webkit-padding-end: 0.25rem;
          padding-inline-end: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.ps-10 {
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-0\.5sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.text-0\.5xs {
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-px {
  line-height: 1px;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(225 239 254 / var(--tw-text-opacity));
}
.text-blue-100\/0 {
  color: rgb(225 239 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(225 239 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(225 239 254 / 1);
}
.text-blue-100\/15 {
  color: rgb(225 239 254 / 0.15);
}
.text-blue-100\/20 {
  color: rgb(225 239 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(225 239 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(225 239 254 / 0.3);
}
.text-blue-100\/35 {
  color: rgb(225 239 254 / 0.35);
}
.text-blue-100\/40 {
  color: rgb(225 239 254 / 0.4);
}
.text-blue-100\/45 {
  color: rgb(225 239 254 / 0.45);
}
.text-blue-100\/5 {
  color: rgb(225 239 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(225 239 254 / 0.5);
}
.text-blue-100\/55 {
  color: rgb(225 239 254 / 0.55);
}
.text-blue-100\/60 {
  color: rgb(225 239 254 / 0.6);
}
.text-blue-100\/65 {
  color: rgb(225 239 254 / 0.65);
}
.text-blue-100\/70 {
  color: rgb(225 239 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(225 239 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(225 239 254 / 0.8);
}
.text-blue-100\/85 {
  color: rgb(225 239 254 / 0.85);
}
.text-blue-100\/90 {
  color: rgb(225 239 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(225 239 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(195 221 253 / var(--tw-text-opacity));
}
.text-blue-200\/0 {
  color: rgb(195 221 253 / 0);
}
.text-blue-200\/10 {
  color: rgb(195 221 253 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(195 221 253 / 1);
}
.text-blue-200\/15 {
  color: rgb(195 221 253 / 0.15);
}
.text-blue-200\/20 {
  color: rgb(195 221 253 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(195 221 253 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(195 221 253 / 0.3);
}
.text-blue-200\/35 {
  color: rgb(195 221 253 / 0.35);
}
.text-blue-200\/40 {
  color: rgb(195 221 253 / 0.4);
}
.text-blue-200\/45 {
  color: rgb(195 221 253 / 0.45);
}
.text-blue-200\/5 {
  color: rgb(195 221 253 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(195 221 253 / 0.5);
}
.text-blue-200\/55 {
  color: rgb(195 221 253 / 0.55);
}
.text-blue-200\/60 {
  color: rgb(195 221 253 / 0.6);
}
.text-blue-200\/65 {
  color: rgb(195 221 253 / 0.65);
}
.text-blue-200\/70 {
  color: rgb(195 221 253 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(195 221 253 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(195 221 253 / 0.8);
}
.text-blue-200\/85 {
  color: rgb(195 221 253 / 0.85);
}
.text-blue-200\/90 {
  color: rgb(195 221 253 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(195 221 253 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(164 202 254 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(164 202 254 / 0);
}
.text-blue-300\/10 {
  color: rgb(164 202 254 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(164 202 254 / 1);
}
.text-blue-300\/15 {
  color: rgb(164 202 254 / 0.15);
}
.text-blue-300\/20 {
  color: rgb(164 202 254 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(164 202 254 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(164 202 254 / 0.3);
}
.text-blue-300\/35 {
  color: rgb(164 202 254 / 0.35);
}
.text-blue-300\/40 {
  color: rgb(164 202 254 / 0.4);
}
.text-blue-300\/45 {
  color: rgb(164 202 254 / 0.45);
}
.text-blue-300\/5 {
  color: rgb(164 202 254 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(164 202 254 / 0.5);
}
.text-blue-300\/55 {
  color: rgb(164 202 254 / 0.55);
}
.text-blue-300\/60 {
  color: rgb(164 202 254 / 0.6);
}
.text-blue-300\/65 {
  color: rgb(164 202 254 / 0.65);
}
.text-blue-300\/70 {
  color: rgb(164 202 254 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(164 202 254 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(164 202 254 / 0.8);
}
.text-blue-300\/85 {
  color: rgb(164 202 254 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(164 202 254 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(164 202 254 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}
.text-blue-400\/0 {
  color: rgb(118 169 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(118 169 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(118 169 250 / 1);
}
.text-blue-400\/15 {
  color: rgb(118 169 250 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(118 169 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(118 169 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(118 169 250 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(118 169 250 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(118 169 250 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(118 169 250 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(118 169 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(118 169 250 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(118 169 250 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(118 169 250 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(118 169 250 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(118 169 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(118 169 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(118 169 250 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(118 169 250 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(118 169 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(118 169 250 / 0.95);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(235 245 255 / var(--tw-text-opacity));
}
.text-blue-50\/0 {
  color: rgb(235 245 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(235 245 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(235 245 255 / 1);
}
.text-blue-50\/15 {
  color: rgb(235 245 255 / 0.15);
}
.text-blue-50\/20 {
  color: rgb(235 245 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(235 245 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(235 245 255 / 0.3);
}
.text-blue-50\/35 {
  color: rgb(235 245 255 / 0.35);
}
.text-blue-50\/40 {
  color: rgb(235 245 255 / 0.4);
}
.text-blue-50\/45 {
  color: rgb(235 245 255 / 0.45);
}
.text-blue-50\/5 {
  color: rgb(235 245 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(235 245 255 / 0.5);
}
.text-blue-50\/55 {
  color: rgb(235 245 255 / 0.55);
}
.text-blue-50\/60 {
  color: rgb(235 245 255 / 0.6);
}
.text-blue-50\/65 {
  color: rgb(235 245 255 / 0.65);
}
.text-blue-50\/70 {
  color: rgb(235 245 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(235 245 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(235 245 255 / 0.8);
}
.text-blue-50\/85 {
  color: rgb(235 245 255 / 0.85);
}
.text-blue-50\/90 {
  color: rgb(235 245 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(235 245 255 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
.text-blue-500\/0 {
  color: rgb(63 131 248 / 0);
}
.text-blue-500\/10 {
  color: rgb(63 131 248 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(63 131 248 / 1);
}
.text-blue-500\/15 {
  color: rgb(63 131 248 / 0.15);
}
.text-blue-500\/20 {
  color: rgb(63 131 248 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(63 131 248 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(63 131 248 / 0.3);
}
.text-blue-500\/35 {
  color: rgb(63 131 248 / 0.35);
}
.text-blue-500\/40 {
  color: rgb(63 131 248 / 0.4);
}
.text-blue-500\/45 {
  color: rgb(63 131 248 / 0.45);
}
.text-blue-500\/5 {
  color: rgb(63 131 248 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(63 131 248 / 0.5);
}
.text-blue-500\/55 {
  color: rgb(63 131 248 / 0.55);
}
.text-blue-500\/60 {
  color: rgb(63 131 248 / 0.6);
}
.text-blue-500\/65 {
  color: rgb(63 131 248 / 0.65);
}
.text-blue-500\/70 {
  color: rgb(63 131 248 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(63 131 248 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(63 131 248 / 0.8);
}
.text-blue-500\/85 {
  color: rgb(63 131 248 / 0.85);
}
.text-blue-500\/90 {
  color: rgb(63 131 248 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(63 131 248 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
.text-blue-600\/0 {
  color: rgb(28 100 242 / 0);
}
.text-blue-600\/10 {
  color: rgb(28 100 242 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(28 100 242 / 1);
}
.text-blue-600\/15 {
  color: rgb(28 100 242 / 0.15);
}
.text-blue-600\/20 {
  color: rgb(28 100 242 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(28 100 242 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(28 100 242 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(28 100 242 / 0.35);
}
.text-blue-600\/40 {
  color: rgb(28 100 242 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(28 100 242 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(28 100 242 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(28 100 242 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(28 100 242 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(28 100 242 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(28 100 242 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(28 100 242 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(28 100 242 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(28 100 242 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(28 100 242 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(28 100 242 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(28 100 242 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity));
}
.text-blue-700\/0 {
  color: rgb(26 86 219 / 0);
}
.text-blue-700\/10 {
  color: rgb(26 86 219 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(26 86 219 / 1);
}
.text-blue-700\/15 {
  color: rgb(26 86 219 / 0.15);
}
.text-blue-700\/20 {
  color: rgb(26 86 219 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(26 86 219 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(26 86 219 / 0.3);
}
.text-blue-700\/35 {
  color: rgb(26 86 219 / 0.35);
}
.text-blue-700\/40 {
  color: rgb(26 86 219 / 0.4);
}
.text-blue-700\/45 {
  color: rgb(26 86 219 / 0.45);
}
.text-blue-700\/5 {
  color: rgb(26 86 219 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(26 86 219 / 0.5);
}
.text-blue-700\/55 {
  color: rgb(26 86 219 / 0.55);
}
.text-blue-700\/60 {
  color: rgb(26 86 219 / 0.6);
}
.text-blue-700\/65 {
  color: rgb(26 86 219 / 0.65);
}
.text-blue-700\/70 {
  color: rgb(26 86 219 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(26 86 219 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(26 86 219 / 0.8);
}
.text-blue-700\/85 {
  color: rgb(26 86 219 / 0.85);
}
.text-blue-700\/90 {
  color: rgb(26 86 219 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(26 86 219 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity));
}
.text-blue-800\/0 {
  color: rgb(30 66 159 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 66 159 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 66 159 / 1);
}
.text-blue-800\/15 {
  color: rgb(30 66 159 / 0.15);
}
.text-blue-800\/20 {
  color: rgb(30 66 159 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 66 159 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 66 159 / 0.3);
}
.text-blue-800\/35 {
  color: rgb(30 66 159 / 0.35);
}
.text-blue-800\/40 {
  color: rgb(30 66 159 / 0.4);
}
.text-blue-800\/45 {
  color: rgb(30 66 159 / 0.45);
}
.text-blue-800\/5 {
  color: rgb(30 66 159 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 66 159 / 0.5);
}
.text-blue-800\/55 {
  color: rgb(30 66 159 / 0.55);
}
.text-blue-800\/60 {
  color: rgb(30 66 159 / 0.6);
}
.text-blue-800\/65 {
  color: rgb(30 66 159 / 0.65);
}
.text-blue-800\/70 {
  color: rgb(30 66 159 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 66 159 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 66 159 / 0.8);
}
.text-blue-800\/85 {
  color: rgb(30 66 159 / 0.85);
}
.text-blue-800\/90 {
  color: rgb(30 66 159 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 66 159 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity));
}
.text-blue-900\/0 {
  color: rgb(35 56 118 / 0);
}
.text-blue-900\/10 {
  color: rgb(35 56 118 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(35 56 118 / 1);
}
.text-blue-900\/15 {
  color: rgb(35 56 118 / 0.15);
}
.text-blue-900\/20 {
  color: rgb(35 56 118 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(35 56 118 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(35 56 118 / 0.3);
}
.text-blue-900\/35 {
  color: rgb(35 56 118 / 0.35);
}
.text-blue-900\/40 {
  color: rgb(35 56 118 / 0.4);
}
.text-blue-900\/45 {
  color: rgb(35 56 118 / 0.45);
}
.text-blue-900\/5 {
  color: rgb(35 56 118 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(35 56 118 / 0.5);
}
.text-blue-900\/55 {
  color: rgb(35 56 118 / 0.55);
}
.text-blue-900\/60 {
  color: rgb(35 56 118 / 0.6);
}
.text-blue-900\/65 {
  color: rgb(35 56 118 / 0.65);
}
.text-blue-900\/70 {
  color: rgb(35 56 118 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(35 56 118 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(35 56 118 / 0.8);
}
.text-blue-900\/85 {
  color: rgb(35 56 118 / 0.85);
}
.text-blue-900\/90 {
  color: rgb(35 56 118 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(35 56 118 / 0.95);
}
.text-blush-100 {
  --tw-text-opacity: 1;
  color: rgb(251 240 239 / var(--tw-text-opacity));
}
.text-blush-100\/0 {
  color: rgb(251 240 239 / 0);
}
.text-blush-100\/10 {
  color: rgb(251 240 239 / 0.1);
}
.text-blush-100\/100 {
  color: rgb(251 240 239 / 1);
}
.text-blush-100\/15 {
  color: rgb(251 240 239 / 0.15);
}
.text-blush-100\/20 {
  color: rgb(251 240 239 / 0.2);
}
.text-blush-100\/25 {
  color: rgb(251 240 239 / 0.25);
}
.text-blush-100\/30 {
  color: rgb(251 240 239 / 0.3);
}
.text-blush-100\/35 {
  color: rgb(251 240 239 / 0.35);
}
.text-blush-100\/40 {
  color: rgb(251 240 239 / 0.4);
}
.text-blush-100\/45 {
  color: rgb(251 240 239 / 0.45);
}
.text-blush-100\/5 {
  color: rgb(251 240 239 / 0.05);
}
.text-blush-100\/50 {
  color: rgb(251 240 239 / 0.5);
}
.text-blush-100\/55 {
  color: rgb(251 240 239 / 0.55);
}
.text-blush-100\/60 {
  color: rgb(251 240 239 / 0.6);
}
.text-blush-100\/65 {
  color: rgb(251 240 239 / 0.65);
}
.text-blush-100\/70 {
  color: rgb(251 240 239 / 0.7);
}
.text-blush-100\/75 {
  color: rgb(251 240 239 / 0.75);
}
.text-blush-100\/80 {
  color: rgb(251 240 239 / 0.8);
}
.text-blush-100\/85 {
  color: rgb(251 240 239 / 0.85);
}
.text-blush-100\/90 {
  color: rgb(251 240 239 / 0.9);
}
.text-blush-100\/95 {
  color: rgb(251 240 239 / 0.95);
}
.text-blush-200 {
  --tw-text-opacity: 1;
  color: rgb(247 207 222 / var(--tw-text-opacity));
}
.text-blush-200\/0 {
  color: rgb(247 207 222 / 0);
}
.text-blush-200\/10 {
  color: rgb(247 207 222 / 0.1);
}
.text-blush-200\/100 {
  color: rgb(247 207 222 / 1);
}
.text-blush-200\/15 {
  color: rgb(247 207 222 / 0.15);
}
.text-blush-200\/20 {
  color: rgb(247 207 222 / 0.2);
}
.text-blush-200\/25 {
  color: rgb(247 207 222 / 0.25);
}
.text-blush-200\/30 {
  color: rgb(247 207 222 / 0.3);
}
.text-blush-200\/35 {
  color: rgb(247 207 222 / 0.35);
}
.text-blush-200\/40 {
  color: rgb(247 207 222 / 0.4);
}
.text-blush-200\/45 {
  color: rgb(247 207 222 / 0.45);
}
.text-blush-200\/5 {
  color: rgb(247 207 222 / 0.05);
}
.text-blush-200\/50 {
  color: rgb(247 207 222 / 0.5);
}
.text-blush-200\/55 {
  color: rgb(247 207 222 / 0.55);
}
.text-blush-200\/60 {
  color: rgb(247 207 222 / 0.6);
}
.text-blush-200\/65 {
  color: rgb(247 207 222 / 0.65);
}
.text-blush-200\/70 {
  color: rgb(247 207 222 / 0.7);
}
.text-blush-200\/75 {
  color: rgb(247 207 222 / 0.75);
}
.text-blush-200\/80 {
  color: rgb(247 207 222 / 0.8);
}
.text-blush-200\/85 {
  color: rgb(247 207 222 / 0.85);
}
.text-blush-200\/90 {
  color: rgb(247 207 222 / 0.9);
}
.text-blush-200\/95 {
  color: rgb(247 207 222 / 0.95);
}
.text-blush-300 {
  --tw-text-opacity: 1;
  color: rgb(236 163 187 / var(--tw-text-opacity));
}
.text-blush-300\/0 {
  color: rgb(236 163 187 / 0);
}
.text-blush-300\/10 {
  color: rgb(236 163 187 / 0.1);
}
.text-blush-300\/100 {
  color: rgb(236 163 187 / 1);
}
.text-blush-300\/15 {
  color: rgb(236 163 187 / 0.15);
}
.text-blush-300\/20 {
  color: rgb(236 163 187 / 0.2);
}
.text-blush-300\/25 {
  color: rgb(236 163 187 / 0.25);
}
.text-blush-300\/30 {
  color: rgb(236 163 187 / 0.3);
}
.text-blush-300\/35 {
  color: rgb(236 163 187 / 0.35);
}
.text-blush-300\/40 {
  color: rgb(236 163 187 / 0.4);
}
.text-blush-300\/45 {
  color: rgb(236 163 187 / 0.45);
}
.text-blush-300\/5 {
  color: rgb(236 163 187 / 0.05);
}
.text-blush-300\/50 {
  color: rgb(236 163 187 / 0.5);
}
.text-blush-300\/55 {
  color: rgb(236 163 187 / 0.55);
}
.text-blush-300\/60 {
  color: rgb(236 163 187 / 0.6);
}
.text-blush-300\/65 {
  color: rgb(236 163 187 / 0.65);
}
.text-blush-300\/70 {
  color: rgb(236 163 187 / 0.7);
}
.text-blush-300\/75 {
  color: rgb(236 163 187 / 0.75);
}
.text-blush-300\/80 {
  color: rgb(236 163 187 / 0.8);
}
.text-blush-300\/85 {
  color: rgb(236 163 187 / 0.85);
}
.text-blush-300\/90 {
  color: rgb(236 163 187 / 0.9);
}
.text-blush-300\/95 {
  color: rgb(236 163 187 / 0.95);
}
.text-blush-400 {
  --tw-text-opacity: 1;
  color: rgb(233 114 148 / var(--tw-text-opacity));
}
.text-blush-400\/0 {
  color: rgb(233 114 148 / 0);
}
.text-blush-400\/10 {
  color: rgb(233 114 148 / 0.1);
}
.text-blush-400\/100 {
  color: rgb(233 114 148 / 1);
}
.text-blush-400\/15 {
  color: rgb(233 114 148 / 0.15);
}
.text-blush-400\/20 {
  color: rgb(233 114 148 / 0.2);
}
.text-blush-400\/25 {
  color: rgb(233 114 148 / 0.25);
}
.text-blush-400\/30 {
  color: rgb(233 114 148 / 0.3);
}
.text-blush-400\/35 {
  color: rgb(233 114 148 / 0.35);
}
.text-blush-400\/40 {
  color: rgb(233 114 148 / 0.4);
}
.text-blush-400\/45 {
  color: rgb(233 114 148 / 0.45);
}
.text-blush-400\/5 {
  color: rgb(233 114 148 / 0.05);
}
.text-blush-400\/50 {
  color: rgb(233 114 148 / 0.5);
}
.text-blush-400\/55 {
  color: rgb(233 114 148 / 0.55);
}
.text-blush-400\/60 {
  color: rgb(233 114 148 / 0.6);
}
.text-blush-400\/65 {
  color: rgb(233 114 148 / 0.65);
}
.text-blush-400\/70 {
  color: rgb(233 114 148 / 0.7);
}
.text-blush-400\/75 {
  color: rgb(233 114 148 / 0.75);
}
.text-blush-400\/80 {
  color: rgb(233 114 148 / 0.8);
}
.text-blush-400\/85 {
  color: rgb(233 114 148 / 0.85);
}
.text-blush-400\/90 {
  color: rgb(233 114 148 / 0.9);
}
.text-blush-400\/95 {
  color: rgb(233 114 148 / 0.95);
}
.text-blush-50 {
  --tw-text-opacity: 1;
  color: rgb(253 252 251 / var(--tw-text-opacity));
}
.text-blush-50\/0 {
  color: rgb(253 252 251 / 0);
}
.text-blush-50\/10 {
  color: rgb(253 252 251 / 0.1);
}
.text-blush-50\/100 {
  color: rgb(253 252 251 / 1);
}
.text-blush-50\/15 {
  color: rgb(253 252 251 / 0.15);
}
.text-blush-50\/20 {
  color: rgb(253 252 251 / 0.2);
}
.text-blush-50\/25 {
  color: rgb(253 252 251 / 0.25);
}
.text-blush-50\/30 {
  color: rgb(253 252 251 / 0.3);
}
.text-blush-50\/35 {
  color: rgb(253 252 251 / 0.35);
}
.text-blush-50\/40 {
  color: rgb(253 252 251 / 0.4);
}
.text-blush-50\/45 {
  color: rgb(253 252 251 / 0.45);
}
.text-blush-50\/5 {
  color: rgb(253 252 251 / 0.05);
}
.text-blush-50\/50 {
  color: rgb(253 252 251 / 0.5);
}
.text-blush-50\/55 {
  color: rgb(253 252 251 / 0.55);
}
.text-blush-50\/60 {
  color: rgb(253 252 251 / 0.6);
}
.text-blush-50\/65 {
  color: rgb(253 252 251 / 0.65);
}
.text-blush-50\/70 {
  color: rgb(253 252 251 / 0.7);
}
.text-blush-50\/75 {
  color: rgb(253 252 251 / 0.75);
}
.text-blush-50\/80 {
  color: rgb(253 252 251 / 0.8);
}
.text-blush-50\/85 {
  color: rgb(253 252 251 / 0.85);
}
.text-blush-50\/90 {
  color: rgb(253 252 251 / 0.9);
}
.text-blush-50\/95 {
  color: rgb(253 252 251 / 0.95);
}
.text-blush-500 {
  --tw-text-opacity: 1;
  color: rgb(219 78 115 / var(--tw-text-opacity));
}
.text-blush-500\/0 {
  color: rgb(219 78 115 / 0);
}
.text-blush-500\/10 {
  color: rgb(219 78 115 / 0.1);
}
.text-blush-500\/100 {
  color: rgb(219 78 115 / 1);
}
.text-blush-500\/15 {
  color: rgb(219 78 115 / 0.15);
}
.text-blush-500\/20 {
  color: rgb(219 78 115 / 0.2);
}
.text-blush-500\/25 {
  color: rgb(219 78 115 / 0.25);
}
.text-blush-500\/30 {
  color: rgb(219 78 115 / 0.3);
}
.text-blush-500\/35 {
  color: rgb(219 78 115 / 0.35);
}
.text-blush-500\/40 {
  color: rgb(219 78 115 / 0.4);
}
.text-blush-500\/45 {
  color: rgb(219 78 115 / 0.45);
}
.text-blush-500\/5 {
  color: rgb(219 78 115 / 0.05);
}
.text-blush-500\/50 {
  color: rgb(219 78 115 / 0.5);
}
.text-blush-500\/55 {
  color: rgb(219 78 115 / 0.55);
}
.text-blush-500\/60 {
  color: rgb(219 78 115 / 0.6);
}
.text-blush-500\/65 {
  color: rgb(219 78 115 / 0.65);
}
.text-blush-500\/70 {
  color: rgb(219 78 115 / 0.7);
}
.text-blush-500\/75 {
  color: rgb(219 78 115 / 0.75);
}
.text-blush-500\/80 {
  color: rgb(219 78 115 / 0.8);
}
.text-blush-500\/85 {
  color: rgb(219 78 115 / 0.85);
}
.text-blush-500\/90 {
  color: rgb(219 78 115 / 0.9);
}
.text-blush-500\/95 {
  color: rgb(219 78 115 / 0.95);
}
.text-blush-600 {
  --tw-text-opacity: 1;
  color: rgb(196 52 83 / var(--tw-text-opacity));
}
.text-blush-600\/0 {
  color: rgb(196 52 83 / 0);
}
.text-blush-600\/10 {
  color: rgb(196 52 83 / 0.1);
}
.text-blush-600\/100 {
  color: rgb(196 52 83 / 1);
}
.text-blush-600\/15 {
  color: rgb(196 52 83 / 0.15);
}
.text-blush-600\/20 {
  color: rgb(196 52 83 / 0.2);
}
.text-blush-600\/25 {
  color: rgb(196 52 83 / 0.25);
}
.text-blush-600\/30 {
  color: rgb(196 52 83 / 0.3);
}
.text-blush-600\/35 {
  color: rgb(196 52 83 / 0.35);
}
.text-blush-600\/40 {
  color: rgb(196 52 83 / 0.4);
}
.text-blush-600\/45 {
  color: rgb(196 52 83 / 0.45);
}
.text-blush-600\/5 {
  color: rgb(196 52 83 / 0.05);
}
.text-blush-600\/50 {
  color: rgb(196 52 83 / 0.5);
}
.text-blush-600\/55 {
  color: rgb(196 52 83 / 0.55);
}
.text-blush-600\/60 {
  color: rgb(196 52 83 / 0.6);
}
.text-blush-600\/65 {
  color: rgb(196 52 83 / 0.65);
}
.text-blush-600\/70 {
  color: rgb(196 52 83 / 0.7);
}
.text-blush-600\/75 {
  color: rgb(196 52 83 / 0.75);
}
.text-blush-600\/80 {
  color: rgb(196 52 83 / 0.8);
}
.text-blush-600\/85 {
  color: rgb(196 52 83 / 0.85);
}
.text-blush-600\/90 {
  color: rgb(196 52 83 / 0.9);
}
.text-blush-600\/95 {
  color: rgb(196 52 83 / 0.95);
}
.text-blush-700 {
  --tw-text-opacity: 1;
  color: rgb(156 39 60 / var(--tw-text-opacity));
}
.text-blush-700\/0 {
  color: rgb(156 39 60 / 0);
}
.text-blush-700\/10 {
  color: rgb(156 39 60 / 0.1);
}
.text-blush-700\/100 {
  color: rgb(156 39 60 / 1);
}
.text-blush-700\/15 {
  color: rgb(156 39 60 / 0.15);
}
.text-blush-700\/20 {
  color: rgb(156 39 60 / 0.2);
}
.text-blush-700\/25 {
  color: rgb(156 39 60 / 0.25);
}
.text-blush-700\/30 {
  color: rgb(156 39 60 / 0.3);
}
.text-blush-700\/35 {
  color: rgb(156 39 60 / 0.35);
}
.text-blush-700\/40 {
  color: rgb(156 39 60 / 0.4);
}
.text-blush-700\/45 {
  color: rgb(156 39 60 / 0.45);
}
.text-blush-700\/5 {
  color: rgb(156 39 60 / 0.05);
}
.text-blush-700\/50 {
  color: rgb(156 39 60 / 0.5);
}
.text-blush-700\/55 {
  color: rgb(156 39 60 / 0.55);
}
.text-blush-700\/60 {
  color: rgb(156 39 60 / 0.6);
}
.text-blush-700\/65 {
  color: rgb(156 39 60 / 0.65);
}
.text-blush-700\/70 {
  color: rgb(156 39 60 / 0.7);
}
.text-blush-700\/75 {
  color: rgb(156 39 60 / 0.75);
}
.text-blush-700\/80 {
  color: rgb(156 39 60 / 0.8);
}
.text-blush-700\/85 {
  color: rgb(156 39 60 / 0.85);
}
.text-blush-700\/90 {
  color: rgb(156 39 60 / 0.9);
}
.text-blush-700\/95 {
  color: rgb(156 39 60 / 0.95);
}
.text-blush-800 {
  --tw-text-opacity: 1;
  color: rgb(112 27 39 / var(--tw-text-opacity));
}
.text-blush-800\/0 {
  color: rgb(112 27 39 / 0);
}
.text-blush-800\/10 {
  color: rgb(112 27 39 / 0.1);
}
.text-blush-800\/100 {
  color: rgb(112 27 39 / 1);
}
.text-blush-800\/15 {
  color: rgb(112 27 39 / 0.15);
}
.text-blush-800\/20 {
  color: rgb(112 27 39 / 0.2);
}
.text-blush-800\/25 {
  color: rgb(112 27 39 / 0.25);
}
.text-blush-800\/30 {
  color: rgb(112 27 39 / 0.3);
}
.text-blush-800\/35 {
  color: rgb(112 27 39 / 0.35);
}
.text-blush-800\/40 {
  color: rgb(112 27 39 / 0.4);
}
.text-blush-800\/45 {
  color: rgb(112 27 39 / 0.45);
}
.text-blush-800\/5 {
  color: rgb(112 27 39 / 0.05);
}
.text-blush-800\/50 {
  color: rgb(112 27 39 / 0.5);
}
.text-blush-800\/55 {
  color: rgb(112 27 39 / 0.55);
}
.text-blush-800\/60 {
  color: rgb(112 27 39 / 0.6);
}
.text-blush-800\/65 {
  color: rgb(112 27 39 / 0.65);
}
.text-blush-800\/70 {
  color: rgb(112 27 39 / 0.7);
}
.text-blush-800\/75 {
  color: rgb(112 27 39 / 0.75);
}
.text-blush-800\/80 {
  color: rgb(112 27 39 / 0.8);
}
.text-blush-800\/85 {
  color: rgb(112 27 39 / 0.85);
}
.text-blush-800\/90 {
  color: rgb(112 27 39 / 0.9);
}
.text-blush-800\/95 {
  color: rgb(112 27 39 / 0.95);
}
.text-blush-900 {
  --tw-text-opacity: 1;
  color: rgb(68 17 21 / var(--tw-text-opacity));
}
.text-blush-900\/0 {
  color: rgb(68 17 21 / 0);
}
.text-blush-900\/10 {
  color: rgb(68 17 21 / 0.1);
}
.text-blush-900\/100 {
  color: rgb(68 17 21 / 1);
}
.text-blush-900\/15 {
  color: rgb(68 17 21 / 0.15);
}
.text-blush-900\/20 {
  color: rgb(68 17 21 / 0.2);
}
.text-blush-900\/25 {
  color: rgb(68 17 21 / 0.25);
}
.text-blush-900\/30 {
  color: rgb(68 17 21 / 0.3);
}
.text-blush-900\/35 {
  color: rgb(68 17 21 / 0.35);
}
.text-blush-900\/40 {
  color: rgb(68 17 21 / 0.4);
}
.text-blush-900\/45 {
  color: rgb(68 17 21 / 0.45);
}
.text-blush-900\/5 {
  color: rgb(68 17 21 / 0.05);
}
.text-blush-900\/50 {
  color: rgb(68 17 21 / 0.5);
}
.text-blush-900\/55 {
  color: rgb(68 17 21 / 0.55);
}
.text-blush-900\/60 {
  color: rgb(68 17 21 / 0.6);
}
.text-blush-900\/65 {
  color: rgb(68 17 21 / 0.65);
}
.text-blush-900\/70 {
  color: rgb(68 17 21 / 0.7);
}
.text-blush-900\/75 {
  color: rgb(68 17 21 / 0.75);
}
.text-blush-900\/80 {
  color: rgb(68 17 21 / 0.8);
}
.text-blush-900\/85 {
  color: rgb(68 17 21 / 0.85);
}
.text-blush-900\/90 {
  color: rgb(68 17 21 / 0.9);
}
.text-blush-900\/95 {
  color: rgb(68 17 21 / 0.95);
}
.text-cerise-100 {
  --tw-text-opacity: 1;
  color: rgb(250 240 244 / var(--tw-text-opacity));
}
.text-cerise-100\/0 {
  color: rgb(250 240 244 / 0);
}
.text-cerise-100\/10 {
  color: rgb(250 240 244 / 0.1);
}
.text-cerise-100\/100 {
  color: rgb(250 240 244 / 1);
}
.text-cerise-100\/15 {
  color: rgb(250 240 244 / 0.15);
}
.text-cerise-100\/20 {
  color: rgb(250 240 244 / 0.2);
}
.text-cerise-100\/25 {
  color: rgb(250 240 244 / 0.25);
}
.text-cerise-100\/30 {
  color: rgb(250 240 244 / 0.3);
}
.text-cerise-100\/35 {
  color: rgb(250 240 244 / 0.35);
}
.text-cerise-100\/40 {
  color: rgb(250 240 244 / 0.4);
}
.text-cerise-100\/45 {
  color: rgb(250 240 244 / 0.45);
}
.text-cerise-100\/5 {
  color: rgb(250 240 244 / 0.05);
}
.text-cerise-100\/50 {
  color: rgb(250 240 244 / 0.5);
}
.text-cerise-100\/55 {
  color: rgb(250 240 244 / 0.55);
}
.text-cerise-100\/60 {
  color: rgb(250 240 244 / 0.6);
}
.text-cerise-100\/65 {
  color: rgb(250 240 244 / 0.65);
}
.text-cerise-100\/70 {
  color: rgb(250 240 244 / 0.7);
}
.text-cerise-100\/75 {
  color: rgb(250 240 244 / 0.75);
}
.text-cerise-100\/80 {
  color: rgb(250 240 244 / 0.8);
}
.text-cerise-100\/85 {
  color: rgb(250 240 244 / 0.85);
}
.text-cerise-100\/90 {
  color: rgb(250 240 244 / 0.9);
}
.text-cerise-100\/95 {
  color: rgb(250 240 244 / 0.95);
}
.text-cerise-200 {
  --tw-text-opacity: 1;
  color: rgb(245 206 233 / var(--tw-text-opacity));
}
.text-cerise-200\/0 {
  color: rgb(245 206 233 / 0);
}
.text-cerise-200\/10 {
  color: rgb(245 206 233 / 0.1);
}
.text-cerise-200\/100 {
  color: rgb(245 206 233 / 1);
}
.text-cerise-200\/15 {
  color: rgb(245 206 233 / 0.15);
}
.text-cerise-200\/20 {
  color: rgb(245 206 233 / 0.2);
}
.text-cerise-200\/25 {
  color: rgb(245 206 233 / 0.25);
}
.text-cerise-200\/30 {
  color: rgb(245 206 233 / 0.3);
}
.text-cerise-200\/35 {
  color: rgb(245 206 233 / 0.35);
}
.text-cerise-200\/40 {
  color: rgb(245 206 233 / 0.4);
}
.text-cerise-200\/45 {
  color: rgb(245 206 233 / 0.45);
}
.text-cerise-200\/5 {
  color: rgb(245 206 233 / 0.05);
}
.text-cerise-200\/50 {
  color: rgb(245 206 233 / 0.5);
}
.text-cerise-200\/55 {
  color: rgb(245 206 233 / 0.55);
}
.text-cerise-200\/60 {
  color: rgb(245 206 233 / 0.6);
}
.text-cerise-200\/65 {
  color: rgb(245 206 233 / 0.65);
}
.text-cerise-200\/70 {
  color: rgb(245 206 233 / 0.7);
}
.text-cerise-200\/75 {
  color: rgb(245 206 233 / 0.75);
}
.text-cerise-200\/80 {
  color: rgb(245 206 233 / 0.8);
}
.text-cerise-200\/85 {
  color: rgb(245 206 233 / 0.85);
}
.text-cerise-200\/90 {
  color: rgb(245 206 233 / 0.9);
}
.text-cerise-200\/95 {
  color: rgb(245 206 233 / 0.95);
}
.text-cerise-300 {
  --tw-text-opacity: 1;
  color: rgb(233 161 207 / var(--tw-text-opacity));
}
.text-cerise-300\/0 {
  color: rgb(233 161 207 / 0);
}
.text-cerise-300\/10 {
  color: rgb(233 161 207 / 0.1);
}
.text-cerise-300\/100 {
  color: rgb(233 161 207 / 1);
}
.text-cerise-300\/15 {
  color: rgb(233 161 207 / 0.15);
}
.text-cerise-300\/20 {
  color: rgb(233 161 207 / 0.2);
}
.text-cerise-300\/25 {
  color: rgb(233 161 207 / 0.25);
}
.text-cerise-300\/30 {
  color: rgb(233 161 207 / 0.3);
}
.text-cerise-300\/35 {
  color: rgb(233 161 207 / 0.35);
}
.text-cerise-300\/40 {
  color: rgb(233 161 207 / 0.4);
}
.text-cerise-300\/45 {
  color: rgb(233 161 207 / 0.45);
}
.text-cerise-300\/5 {
  color: rgb(233 161 207 / 0.05);
}
.text-cerise-300\/50 {
  color: rgb(233 161 207 / 0.5);
}
.text-cerise-300\/55 {
  color: rgb(233 161 207 / 0.55);
}
.text-cerise-300\/60 {
  color: rgb(233 161 207 / 0.6);
}
.text-cerise-300\/65 {
  color: rgb(233 161 207 / 0.65);
}
.text-cerise-300\/70 {
  color: rgb(233 161 207 / 0.7);
}
.text-cerise-300\/75 {
  color: rgb(233 161 207 / 0.75);
}
.text-cerise-300\/80 {
  color: rgb(233 161 207 / 0.8);
}
.text-cerise-300\/85 {
  color: rgb(233 161 207 / 0.85);
}
.text-cerise-300\/90 {
  color: rgb(233 161 207 / 0.9);
}
.text-cerise-300\/95 {
  color: rgb(233 161 207 / 0.95);
}
.text-cerise-400 {
  --tw-text-opacity: 1;
  color: rgb(229 114 177 / var(--tw-text-opacity));
}
.text-cerise-400\/0 {
  color: rgb(229 114 177 / 0);
}
.text-cerise-400\/10 {
  color: rgb(229 114 177 / 0.1);
}
.text-cerise-400\/100 {
  color: rgb(229 114 177 / 1);
}
.text-cerise-400\/15 {
  color: rgb(229 114 177 / 0.15);
}
.text-cerise-400\/20 {
  color: rgb(229 114 177 / 0.2);
}
.text-cerise-400\/25 {
  color: rgb(229 114 177 / 0.25);
}
.text-cerise-400\/30 {
  color: rgb(229 114 177 / 0.3);
}
.text-cerise-400\/35 {
  color: rgb(229 114 177 / 0.35);
}
.text-cerise-400\/40 {
  color: rgb(229 114 177 / 0.4);
}
.text-cerise-400\/45 {
  color: rgb(229 114 177 / 0.45);
}
.text-cerise-400\/5 {
  color: rgb(229 114 177 / 0.05);
}
.text-cerise-400\/50 {
  color: rgb(229 114 177 / 0.5);
}
.text-cerise-400\/55 {
  color: rgb(229 114 177 / 0.55);
}
.text-cerise-400\/60 {
  color: rgb(229 114 177 / 0.6);
}
.text-cerise-400\/65 {
  color: rgb(229 114 177 / 0.65);
}
.text-cerise-400\/70 {
  color: rgb(229 114 177 / 0.7);
}
.text-cerise-400\/75 {
  color: rgb(229 114 177 / 0.75);
}
.text-cerise-400\/80 {
  color: rgb(229 114 177 / 0.8);
}
.text-cerise-400\/85 {
  color: rgb(229 114 177 / 0.85);
}
.text-cerise-400\/90 {
  color: rgb(229 114 177 / 0.9);
}
.text-cerise-400\/95 {
  color: rgb(229 114 177 / 0.95);
}
.text-cerise-50 {
  --tw-text-opacity: 1;
  color: rgb(252 252 251 / var(--tw-text-opacity));
}
.text-cerise-50\/0 {
  color: rgb(252 252 251 / 0);
}
.text-cerise-50\/10 {
  color: rgb(252 252 251 / 0.1);
}
.text-cerise-50\/100 {
  color: rgb(252 252 251 / 1);
}
.text-cerise-50\/15 {
  color: rgb(252 252 251 / 0.15);
}
.text-cerise-50\/20 {
  color: rgb(252 252 251 / 0.2);
}
.text-cerise-50\/25 {
  color: rgb(252 252 251 / 0.25);
}
.text-cerise-50\/30 {
  color: rgb(252 252 251 / 0.3);
}
.text-cerise-50\/35 {
  color: rgb(252 252 251 / 0.35);
}
.text-cerise-50\/40 {
  color: rgb(252 252 251 / 0.4);
}
.text-cerise-50\/45 {
  color: rgb(252 252 251 / 0.45);
}
.text-cerise-50\/5 {
  color: rgb(252 252 251 / 0.05);
}
.text-cerise-50\/50 {
  color: rgb(252 252 251 / 0.5);
}
.text-cerise-50\/55 {
  color: rgb(252 252 251 / 0.55);
}
.text-cerise-50\/60 {
  color: rgb(252 252 251 / 0.6);
}
.text-cerise-50\/65 {
  color: rgb(252 252 251 / 0.65);
}
.text-cerise-50\/70 {
  color: rgb(252 252 251 / 0.7);
}
.text-cerise-50\/75 {
  color: rgb(252 252 251 / 0.75);
}
.text-cerise-50\/80 {
  color: rgb(252 252 251 / 0.8);
}
.text-cerise-50\/85 {
  color: rgb(252 252 251 / 0.85);
}
.text-cerise-50\/90 {
  color: rgb(252 252 251 / 0.9);
}
.text-cerise-50\/95 {
  color: rgb(252 252 251 / 0.95);
}
.text-cerise-500 {
  --tw-text-opacity: 1;
  color: rgb(215 78 151 / var(--tw-text-opacity));
}
.text-cerise-500\/0 {
  color: rgb(215 78 151 / 0);
}
.text-cerise-500\/10 {
  color: rgb(215 78 151 / 0.1);
}
.text-cerise-500\/100 {
  color: rgb(215 78 151 / 1);
}
.text-cerise-500\/15 {
  color: rgb(215 78 151 / 0.15);
}
.text-cerise-500\/20 {
  color: rgb(215 78 151 / 0.2);
}
.text-cerise-500\/25 {
  color: rgb(215 78 151 / 0.25);
}
.text-cerise-500\/30 {
  color: rgb(215 78 151 / 0.3);
}
.text-cerise-500\/35 {
  color: rgb(215 78 151 / 0.35);
}
.text-cerise-500\/40 {
  color: rgb(215 78 151 / 0.4);
}
.text-cerise-500\/45 {
  color: rgb(215 78 151 / 0.45);
}
.text-cerise-500\/5 {
  color: rgb(215 78 151 / 0.05);
}
.text-cerise-500\/50 {
  color: rgb(215 78 151 / 0.5);
}
.text-cerise-500\/55 {
  color: rgb(215 78 151 / 0.55);
}
.text-cerise-500\/60 {
  color: rgb(215 78 151 / 0.6);
}
.text-cerise-500\/65 {
  color: rgb(215 78 151 / 0.65);
}
.text-cerise-500\/70 {
  color: rgb(215 78 151 / 0.7);
}
.text-cerise-500\/75 {
  color: rgb(215 78 151 / 0.75);
}
.text-cerise-500\/80 {
  color: rgb(215 78 151 / 0.8);
}
.text-cerise-500\/85 {
  color: rgb(215 78 151 / 0.85);
}
.text-cerise-500\/90 {
  color: rgb(215 78 151 / 0.9);
}
.text-cerise-500\/95 {
  color: rgb(215 78 151 / 0.95);
}
.text-cerise-600 {
  --tw-text-opacity: 1;
  color: rgb(191 52 118 / var(--tw-text-opacity));
}
.text-cerise-600\/0 {
  color: rgb(191 52 118 / 0);
}
.text-cerise-600\/10 {
  color: rgb(191 52 118 / 0.1);
}
.text-cerise-600\/100 {
  color: rgb(191 52 118 / 1);
}
.text-cerise-600\/15 {
  color: rgb(191 52 118 / 0.15);
}
.text-cerise-600\/20 {
  color: rgb(191 52 118 / 0.2);
}
.text-cerise-600\/25 {
  color: rgb(191 52 118 / 0.25);
}
.text-cerise-600\/30 {
  color: rgb(191 52 118 / 0.3);
}
.text-cerise-600\/35 {
  color: rgb(191 52 118 / 0.35);
}
.text-cerise-600\/40 {
  color: rgb(191 52 118 / 0.4);
}
.text-cerise-600\/45 {
  color: rgb(191 52 118 / 0.45);
}
.text-cerise-600\/5 {
  color: rgb(191 52 118 / 0.05);
}
.text-cerise-600\/50 {
  color: rgb(191 52 118 / 0.5);
}
.text-cerise-600\/55 {
  color: rgb(191 52 118 / 0.55);
}
.text-cerise-600\/60 {
  color: rgb(191 52 118 / 0.6);
}
.text-cerise-600\/65 {
  color: rgb(191 52 118 / 0.65);
}
.text-cerise-600\/70 {
  color: rgb(191 52 118 / 0.7);
}
.text-cerise-600\/75 {
  color: rgb(191 52 118 / 0.75);
}
.text-cerise-600\/80 {
  color: rgb(191 52 118 / 0.8);
}
.text-cerise-600\/85 {
  color: rgb(191 52 118 / 0.85);
}
.text-cerise-600\/90 {
  color: rgb(191 52 118 / 0.9);
}
.text-cerise-600\/95 {
  color: rgb(191 52 118 / 0.95);
}
.text-cerise-700 {
  --tw-text-opacity: 1;
  color: rgb(152 39 86 / var(--tw-text-opacity));
}
.text-cerise-700\/0 {
  color: rgb(152 39 86 / 0);
}
.text-cerise-700\/10 {
  color: rgb(152 39 86 / 0.1);
}
.text-cerise-700\/100 {
  color: rgb(152 39 86 / 1);
}
.text-cerise-700\/15 {
  color: rgb(152 39 86 / 0.15);
}
.text-cerise-700\/20 {
  color: rgb(152 39 86 / 0.2);
}
.text-cerise-700\/25 {
  color: rgb(152 39 86 / 0.25);
}
.text-cerise-700\/30 {
  color: rgb(152 39 86 / 0.3);
}
.text-cerise-700\/35 {
  color: rgb(152 39 86 / 0.35);
}
.text-cerise-700\/40 {
  color: rgb(152 39 86 / 0.4);
}
.text-cerise-700\/45 {
  color: rgb(152 39 86 / 0.45);
}
.text-cerise-700\/5 {
  color: rgb(152 39 86 / 0.05);
}
.text-cerise-700\/50 {
  color: rgb(152 39 86 / 0.5);
}
.text-cerise-700\/55 {
  color: rgb(152 39 86 / 0.55);
}
.text-cerise-700\/60 {
  color: rgb(152 39 86 / 0.6);
}
.text-cerise-700\/65 {
  color: rgb(152 39 86 / 0.65);
}
.text-cerise-700\/70 {
  color: rgb(152 39 86 / 0.7);
}
.text-cerise-700\/75 {
  color: rgb(152 39 86 / 0.75);
}
.text-cerise-700\/80 {
  color: rgb(152 39 86 / 0.8);
}
.text-cerise-700\/85 {
  color: rgb(152 39 86 / 0.85);
}
.text-cerise-700\/90 {
  color: rgb(152 39 86 / 0.9);
}
.text-cerise-700\/95 {
  color: rgb(152 39 86 / 0.95);
}
.text-cerise-800 {
  --tw-text-opacity: 1;
  color: rgb(109 27 56 / var(--tw-text-opacity));
}
.text-cerise-800\/0 {
  color: rgb(109 27 56 / 0);
}
.text-cerise-800\/10 {
  color: rgb(109 27 56 / 0.1);
}
.text-cerise-800\/100 {
  color: rgb(109 27 56 / 1);
}
.text-cerise-800\/15 {
  color: rgb(109 27 56 / 0.15);
}
.text-cerise-800\/20 {
  color: rgb(109 27 56 / 0.2);
}
.text-cerise-800\/25 {
  color: rgb(109 27 56 / 0.25);
}
.text-cerise-800\/30 {
  color: rgb(109 27 56 / 0.3);
}
.text-cerise-800\/35 {
  color: rgb(109 27 56 / 0.35);
}
.text-cerise-800\/40 {
  color: rgb(109 27 56 / 0.4);
}
.text-cerise-800\/45 {
  color: rgb(109 27 56 / 0.45);
}
.text-cerise-800\/5 {
  color: rgb(109 27 56 / 0.05);
}
.text-cerise-800\/50 {
  color: rgb(109 27 56 / 0.5);
}
.text-cerise-800\/55 {
  color: rgb(109 27 56 / 0.55);
}
.text-cerise-800\/60 {
  color: rgb(109 27 56 / 0.6);
}
.text-cerise-800\/65 {
  color: rgb(109 27 56 / 0.65);
}
.text-cerise-800\/70 {
  color: rgb(109 27 56 / 0.7);
}
.text-cerise-800\/75 {
  color: rgb(109 27 56 / 0.75);
}
.text-cerise-800\/80 {
  color: rgb(109 27 56 / 0.8);
}
.text-cerise-800\/85 {
  color: rgb(109 27 56 / 0.85);
}
.text-cerise-800\/90 {
  color: rgb(109 27 56 / 0.9);
}
.text-cerise-800\/95 {
  color: rgb(109 27 56 / 0.95);
}
.text-cerise-900 {
  --tw-text-opacity: 1;
  color: rgb(65 18 30 / var(--tw-text-opacity));
}
.text-cerise-900\/0 {
  color: rgb(65 18 30 / 0);
}
.text-cerise-900\/10 {
  color: rgb(65 18 30 / 0.1);
}
.text-cerise-900\/100 {
  color: rgb(65 18 30 / 1);
}
.text-cerise-900\/15 {
  color: rgb(65 18 30 / 0.15);
}
.text-cerise-900\/20 {
  color: rgb(65 18 30 / 0.2);
}
.text-cerise-900\/25 {
  color: rgb(65 18 30 / 0.25);
}
.text-cerise-900\/30 {
  color: rgb(65 18 30 / 0.3);
}
.text-cerise-900\/35 {
  color: rgb(65 18 30 / 0.35);
}
.text-cerise-900\/40 {
  color: rgb(65 18 30 / 0.4);
}
.text-cerise-900\/45 {
  color: rgb(65 18 30 / 0.45);
}
.text-cerise-900\/5 {
  color: rgb(65 18 30 / 0.05);
}
.text-cerise-900\/50 {
  color: rgb(65 18 30 / 0.5);
}
.text-cerise-900\/55 {
  color: rgb(65 18 30 / 0.55);
}
.text-cerise-900\/60 {
  color: rgb(65 18 30 / 0.6);
}
.text-cerise-900\/65 {
  color: rgb(65 18 30 / 0.65);
}
.text-cerise-900\/70 {
  color: rgb(65 18 30 / 0.7);
}
.text-cerise-900\/75 {
  color: rgb(65 18 30 / 0.75);
}
.text-cerise-900\/80 {
  color: rgb(65 18 30 / 0.8);
}
.text-cerise-900\/85 {
  color: rgb(65 18 30 / 0.85);
}
.text-cerise-900\/90 {
  color: rgb(65 18 30 / 0.9);
}
.text-cerise-900\/95 {
  color: rgb(65 18 30 / 0.95);
}
.text-chocolate-100 {
  --tw-text-opacity: 1;
  color: rgb(249 240 207 / var(--tw-text-opacity));
}
.text-chocolate-100\/0 {
  color: rgb(249 240 207 / 0);
}
.text-chocolate-100\/10 {
  color: rgb(249 240 207 / 0.1);
}
.text-chocolate-100\/100 {
  color: rgb(249 240 207 / 1);
}
.text-chocolate-100\/15 {
  color: rgb(249 240 207 / 0.15);
}
.text-chocolate-100\/20 {
  color: rgb(249 240 207 / 0.2);
}
.text-chocolate-100\/25 {
  color: rgb(249 240 207 / 0.25);
}
.text-chocolate-100\/30 {
  color: rgb(249 240 207 / 0.3);
}
.text-chocolate-100\/35 {
  color: rgb(249 240 207 / 0.35);
}
.text-chocolate-100\/40 {
  color: rgb(249 240 207 / 0.4);
}
.text-chocolate-100\/45 {
  color: rgb(249 240 207 / 0.45);
}
.text-chocolate-100\/5 {
  color: rgb(249 240 207 / 0.05);
}
.text-chocolate-100\/50 {
  color: rgb(249 240 207 / 0.5);
}
.text-chocolate-100\/55 {
  color: rgb(249 240 207 / 0.55);
}
.text-chocolate-100\/60 {
  color: rgb(249 240 207 / 0.6);
}
.text-chocolate-100\/65 {
  color: rgb(249 240 207 / 0.65);
}
.text-chocolate-100\/70 {
  color: rgb(249 240 207 / 0.7);
}
.text-chocolate-100\/75 {
  color: rgb(249 240 207 / 0.75);
}
.text-chocolate-100\/80 {
  color: rgb(249 240 207 / 0.8);
}
.text-chocolate-100\/85 {
  color: rgb(249 240 207 / 0.85);
}
.text-chocolate-100\/90 {
  color: rgb(249 240 207 / 0.9);
}
.text-chocolate-100\/95 {
  color: rgb(249 240 207 / 0.95);
}
.text-chocolate-200 {
  --tw-text-opacity: 1;
  color: rgb(243 218 159 / var(--tw-text-opacity));
}
.text-chocolate-200\/0 {
  color: rgb(243 218 159 / 0);
}
.text-chocolate-200\/10 {
  color: rgb(243 218 159 / 0.1);
}
.text-chocolate-200\/100 {
  color: rgb(243 218 159 / 1);
}
.text-chocolate-200\/15 {
  color: rgb(243 218 159 / 0.15);
}
.text-chocolate-200\/20 {
  color: rgb(243 218 159 / 0.2);
}
.text-chocolate-200\/25 {
  color: rgb(243 218 159 / 0.25);
}
.text-chocolate-200\/30 {
  color: rgb(243 218 159 / 0.3);
}
.text-chocolate-200\/35 {
  color: rgb(243 218 159 / 0.35);
}
.text-chocolate-200\/40 {
  color: rgb(243 218 159 / 0.4);
}
.text-chocolate-200\/45 {
  color: rgb(243 218 159 / 0.45);
}
.text-chocolate-200\/5 {
  color: rgb(243 218 159 / 0.05);
}
.text-chocolate-200\/50 {
  color: rgb(243 218 159 / 0.5);
}
.text-chocolate-200\/55 {
  color: rgb(243 218 159 / 0.55);
}
.text-chocolate-200\/60 {
  color: rgb(243 218 159 / 0.6);
}
.text-chocolate-200\/65 {
  color: rgb(243 218 159 / 0.65);
}
.text-chocolate-200\/70 {
  color: rgb(243 218 159 / 0.7);
}
.text-chocolate-200\/75 {
  color: rgb(243 218 159 / 0.75);
}
.text-chocolate-200\/80 {
  color: rgb(243 218 159 / 0.8);
}
.text-chocolate-200\/85 {
  color: rgb(243 218 159 / 0.85);
}
.text-chocolate-200\/90 {
  color: rgb(243 218 159 / 0.9);
}
.text-chocolate-200\/95 {
  color: rgb(243 218 159 / 0.95);
}
.text-chocolate-300 {
  --tw-text-opacity: 1;
  color: rgb(225 179 106 / var(--tw-text-opacity));
}
.text-chocolate-300\/0 {
  color: rgb(225 179 106 / 0);
}
.text-chocolate-300\/10 {
  color: rgb(225 179 106 / 0.1);
}
.text-chocolate-300\/100 {
  color: rgb(225 179 106 / 1);
}
.text-chocolate-300\/15 {
  color: rgb(225 179 106 / 0.15);
}
.text-chocolate-300\/20 {
  color: rgb(225 179 106 / 0.2);
}
.text-chocolate-300\/25 {
  color: rgb(225 179 106 / 0.25);
}
.text-chocolate-300\/30 {
  color: rgb(225 179 106 / 0.3);
}
.text-chocolate-300\/35 {
  color: rgb(225 179 106 / 0.35);
}
.text-chocolate-300\/40 {
  color: rgb(225 179 106 / 0.4);
}
.text-chocolate-300\/45 {
  color: rgb(225 179 106 / 0.45);
}
.text-chocolate-300\/5 {
  color: rgb(225 179 106 / 0.05);
}
.text-chocolate-300\/50 {
  color: rgb(225 179 106 / 0.5);
}
.text-chocolate-300\/55 {
  color: rgb(225 179 106 / 0.55);
}
.text-chocolate-300\/60 {
  color: rgb(225 179 106 / 0.6);
}
.text-chocolate-300\/65 {
  color: rgb(225 179 106 / 0.65);
}
.text-chocolate-300\/70 {
  color: rgb(225 179 106 / 0.7);
}
.text-chocolate-300\/75 {
  color: rgb(225 179 106 / 0.75);
}
.text-chocolate-300\/80 {
  color: rgb(225 179 106 / 0.8);
}
.text-chocolate-300\/85 {
  color: rgb(225 179 106 / 0.85);
}
.text-chocolate-300\/90 {
  color: rgb(225 179 106 / 0.9);
}
.text-chocolate-300\/95 {
  color: rgb(225 179 106 / 0.95);
}
.text-chocolate-400 {
  --tw-text-opacity: 1;
  color: rgb(204 135 62 / var(--tw-text-opacity));
}
.text-chocolate-400\/0 {
  color: rgb(204 135 62 / 0);
}
.text-chocolate-400\/10 {
  color: rgb(204 135 62 / 0.1);
}
.text-chocolate-400\/100 {
  color: rgb(204 135 62 / 1);
}
.text-chocolate-400\/15 {
  color: rgb(204 135 62 / 0.15);
}
.text-chocolate-400\/20 {
  color: rgb(204 135 62 / 0.2);
}
.text-chocolate-400\/25 {
  color: rgb(204 135 62 / 0.25);
}
.text-chocolate-400\/30 {
  color: rgb(204 135 62 / 0.3);
}
.text-chocolate-400\/35 {
  color: rgb(204 135 62 / 0.35);
}
.text-chocolate-400\/40 {
  color: rgb(204 135 62 / 0.4);
}
.text-chocolate-400\/45 {
  color: rgb(204 135 62 / 0.45);
}
.text-chocolate-400\/5 {
  color: rgb(204 135 62 / 0.05);
}
.text-chocolate-400\/50 {
  color: rgb(204 135 62 / 0.5);
}
.text-chocolate-400\/55 {
  color: rgb(204 135 62 / 0.55);
}
.text-chocolate-400\/60 {
  color: rgb(204 135 62 / 0.6);
}
.text-chocolate-400\/65 {
  color: rgb(204 135 62 / 0.65);
}
.text-chocolate-400\/70 {
  color: rgb(204 135 62 / 0.7);
}
.text-chocolate-400\/75 {
  color: rgb(204 135 62 / 0.75);
}
.text-chocolate-400\/80 {
  color: rgb(204 135 62 / 0.8);
}
.text-chocolate-400\/85 {
  color: rgb(204 135 62 / 0.85);
}
.text-chocolate-400\/90 {
  color: rgb(204 135 62 / 0.9);
}
.text-chocolate-400\/95 {
  color: rgb(204 135 62 / 0.95);
}
.text-chocolate-50 {
  --tw-text-opacity: 1;
  color: rgb(252 251 246 / var(--tw-text-opacity));
}
.text-chocolate-50\/0 {
  color: rgb(252 251 246 / 0);
}
.text-chocolate-50\/10 {
  color: rgb(252 251 246 / 0.1);
}
.text-chocolate-50\/100 {
  color: rgb(252 251 246 / 1);
}
.text-chocolate-50\/15 {
  color: rgb(252 251 246 / 0.15);
}
.text-chocolate-50\/20 {
  color: rgb(252 251 246 / 0.2);
}
.text-chocolate-50\/25 {
  color: rgb(252 251 246 / 0.25);
}
.text-chocolate-50\/30 {
  color: rgb(252 251 246 / 0.3);
}
.text-chocolate-50\/35 {
  color: rgb(252 251 246 / 0.35);
}
.text-chocolate-50\/40 {
  color: rgb(252 251 246 / 0.4);
}
.text-chocolate-50\/45 {
  color: rgb(252 251 246 / 0.45);
}
.text-chocolate-50\/5 {
  color: rgb(252 251 246 / 0.05);
}
.text-chocolate-50\/50 {
  color: rgb(252 251 246 / 0.5);
}
.text-chocolate-50\/55 {
  color: rgb(252 251 246 / 0.55);
}
.text-chocolate-50\/60 {
  color: rgb(252 251 246 / 0.6);
}
.text-chocolate-50\/65 {
  color: rgb(252 251 246 / 0.65);
}
.text-chocolate-50\/70 {
  color: rgb(252 251 246 / 0.7);
}
.text-chocolate-50\/75 {
  color: rgb(252 251 246 / 0.75);
}
.text-chocolate-50\/80 {
  color: rgb(252 251 246 / 0.8);
}
.text-chocolate-50\/85 {
  color: rgb(252 251 246 / 0.85);
}
.text-chocolate-50\/90 {
  color: rgb(252 251 246 / 0.9);
}
.text-chocolate-50\/95 {
  color: rgb(252 251 246 / 0.95);
}
.text-chocolate-500 {
  --tw-text-opacity: 1;
  color: rgb(177 102 34 / var(--tw-text-opacity));
}
.text-chocolate-500\/0 {
  color: rgb(177 102 34 / 0);
}
.text-chocolate-500\/10 {
  color: rgb(177 102 34 / 0.1);
}
.text-chocolate-500\/100 {
  color: rgb(177 102 34 / 1);
}
.text-chocolate-500\/15 {
  color: rgb(177 102 34 / 0.15);
}
.text-chocolate-500\/20 {
  color: rgb(177 102 34 / 0.2);
}
.text-chocolate-500\/25 {
  color: rgb(177 102 34 / 0.25);
}
.text-chocolate-500\/30 {
  color: rgb(177 102 34 / 0.3);
}
.text-chocolate-500\/35 {
  color: rgb(177 102 34 / 0.35);
}
.text-chocolate-500\/40 {
  color: rgb(177 102 34 / 0.4);
}
.text-chocolate-500\/45 {
  color: rgb(177 102 34 / 0.45);
}
.text-chocolate-500\/5 {
  color: rgb(177 102 34 / 0.05);
}
.text-chocolate-500\/50 {
  color: rgb(177 102 34 / 0.5);
}
.text-chocolate-500\/55 {
  color: rgb(177 102 34 / 0.55);
}
.text-chocolate-500\/60 {
  color: rgb(177 102 34 / 0.6);
}
.text-chocolate-500\/65 {
  color: rgb(177 102 34 / 0.65);
}
.text-chocolate-500\/70 {
  color: rgb(177 102 34 / 0.7);
}
.text-chocolate-500\/75 {
  color: rgb(177 102 34 / 0.75);
}
.text-chocolate-500\/80 {
  color: rgb(177 102 34 / 0.8);
}
.text-chocolate-500\/85 {
  color: rgb(177 102 34 / 0.85);
}
.text-chocolate-500\/90 {
  color: rgb(177 102 34 / 0.9);
}
.text-chocolate-500\/95 {
  color: rgb(177 102 34 / 0.95);
}
.text-chocolate-600 {
  --tw-text-opacity: 1;
  color: rgb(147 76 22 / var(--tw-text-opacity));
}
.text-chocolate-600\/0 {
  color: rgb(147 76 22 / 0);
}
.text-chocolate-600\/10 {
  color: rgb(147 76 22 / 0.1);
}
.text-chocolate-600\/100 {
  color: rgb(147 76 22 / 1);
}
.text-chocolate-600\/15 {
  color: rgb(147 76 22 / 0.15);
}
.text-chocolate-600\/20 {
  color: rgb(147 76 22 / 0.2);
}
.text-chocolate-600\/25 {
  color: rgb(147 76 22 / 0.25);
}
.text-chocolate-600\/30 {
  color: rgb(147 76 22 / 0.3);
}
.text-chocolate-600\/35 {
  color: rgb(147 76 22 / 0.35);
}
.text-chocolate-600\/40 {
  color: rgb(147 76 22 / 0.4);
}
.text-chocolate-600\/45 {
  color: rgb(147 76 22 / 0.45);
}
.text-chocolate-600\/5 {
  color: rgb(147 76 22 / 0.05);
}
.text-chocolate-600\/50 {
  color: rgb(147 76 22 / 0.5);
}
.text-chocolate-600\/55 {
  color: rgb(147 76 22 / 0.55);
}
.text-chocolate-600\/60 {
  color: rgb(147 76 22 / 0.6);
}
.text-chocolate-600\/65 {
  color: rgb(147 76 22 / 0.65);
}
.text-chocolate-600\/70 {
  color: rgb(147 76 22 / 0.7);
}
.text-chocolate-600\/75 {
  color: rgb(147 76 22 / 0.75);
}
.text-chocolate-600\/80 {
  color: rgb(147 76 22 / 0.8);
}
.text-chocolate-600\/85 {
  color: rgb(147 76 22 / 0.85);
}
.text-chocolate-600\/90 {
  color: rgb(147 76 22 / 0.9);
}
.text-chocolate-600\/95 {
  color: rgb(147 76 22 / 0.95);
}
.text-chocolate-700 {
  --tw-text-opacity: 1;
  color: rgb(112 57 19 / var(--tw-text-opacity));
}
.text-chocolate-700\/0 {
  color: rgb(112 57 19 / 0);
}
.text-chocolate-700\/10 {
  color: rgb(112 57 19 / 0.1);
}
.text-chocolate-700\/100 {
  color: rgb(112 57 19 / 1);
}
.text-chocolate-700\/15 {
  color: rgb(112 57 19 / 0.15);
}
.text-chocolate-700\/20 {
  color: rgb(112 57 19 / 0.2);
}
.text-chocolate-700\/25 {
  color: rgb(112 57 19 / 0.25);
}
.text-chocolate-700\/30 {
  color: rgb(112 57 19 / 0.3);
}
.text-chocolate-700\/35 {
  color: rgb(112 57 19 / 0.35);
}
.text-chocolate-700\/40 {
  color: rgb(112 57 19 / 0.4);
}
.text-chocolate-700\/45 {
  color: rgb(112 57 19 / 0.45);
}
.text-chocolate-700\/5 {
  color: rgb(112 57 19 / 0.05);
}
.text-chocolate-700\/50 {
  color: rgb(112 57 19 / 0.5);
}
.text-chocolate-700\/55 {
  color: rgb(112 57 19 / 0.55);
}
.text-chocolate-700\/60 {
  color: rgb(112 57 19 / 0.6);
}
.text-chocolate-700\/65 {
  color: rgb(112 57 19 / 0.65);
}
.text-chocolate-700\/70 {
  color: rgb(112 57 19 / 0.7);
}
.text-chocolate-700\/75 {
  color: rgb(112 57 19 / 0.75);
}
.text-chocolate-700\/80 {
  color: rgb(112 57 19 / 0.8);
}
.text-chocolate-700\/85 {
  color: rgb(112 57 19 / 0.85);
}
.text-chocolate-700\/90 {
  color: rgb(112 57 19 / 0.9);
}
.text-chocolate-700\/95 {
  color: rgb(112 57 19 / 0.95);
}
.text-chocolate-800 {
  --tw-text-opacity: 1;
  color: rgb(77 39 15 / var(--tw-text-opacity));
}
.text-chocolate-800\/0 {
  color: rgb(77 39 15 / 0);
}
.text-chocolate-800\/10 {
  color: rgb(77 39 15 / 0.1);
}
.text-chocolate-800\/100 {
  color: rgb(77 39 15 / 1);
}
.text-chocolate-800\/15 {
  color: rgb(77 39 15 / 0.15);
}
.text-chocolate-800\/20 {
  color: rgb(77 39 15 / 0.2);
}
.text-chocolate-800\/25 {
  color: rgb(77 39 15 / 0.25);
}
.text-chocolate-800\/30 {
  color: rgb(77 39 15 / 0.3);
}
.text-chocolate-800\/35 {
  color: rgb(77 39 15 / 0.35);
}
.text-chocolate-800\/40 {
  color: rgb(77 39 15 / 0.4);
}
.text-chocolate-800\/45 {
  color: rgb(77 39 15 / 0.45);
}
.text-chocolate-800\/5 {
  color: rgb(77 39 15 / 0.05);
}
.text-chocolate-800\/50 {
  color: rgb(77 39 15 / 0.5);
}
.text-chocolate-800\/55 {
  color: rgb(77 39 15 / 0.55);
}
.text-chocolate-800\/60 {
  color: rgb(77 39 15 / 0.6);
}
.text-chocolate-800\/65 {
  color: rgb(77 39 15 / 0.65);
}
.text-chocolate-800\/70 {
  color: rgb(77 39 15 / 0.7);
}
.text-chocolate-800\/75 {
  color: rgb(77 39 15 / 0.75);
}
.text-chocolate-800\/80 {
  color: rgb(77 39 15 / 0.8);
}
.text-chocolate-800\/85 {
  color: rgb(77 39 15 / 0.85);
}
.text-chocolate-800\/90 {
  color: rgb(77 39 15 / 0.9);
}
.text-chocolate-800\/95 {
  color: rgb(77 39 15 / 0.95);
}
.text-chocolate-900 {
  --tw-text-opacity: 1;
  color: rgb(49 24 10 / var(--tw-text-opacity));
}
.text-chocolate-900\/0 {
  color: rgb(49 24 10 / 0);
}
.text-chocolate-900\/10 {
  color: rgb(49 24 10 / 0.1);
}
.text-chocolate-900\/100 {
  color: rgb(49 24 10 / 1);
}
.text-chocolate-900\/15 {
  color: rgb(49 24 10 / 0.15);
}
.text-chocolate-900\/20 {
  color: rgb(49 24 10 / 0.2);
}
.text-chocolate-900\/25 {
  color: rgb(49 24 10 / 0.25);
}
.text-chocolate-900\/30 {
  color: rgb(49 24 10 / 0.3);
}
.text-chocolate-900\/35 {
  color: rgb(49 24 10 / 0.35);
}
.text-chocolate-900\/40 {
  color: rgb(49 24 10 / 0.4);
}
.text-chocolate-900\/45 {
  color: rgb(49 24 10 / 0.45);
}
.text-chocolate-900\/5 {
  color: rgb(49 24 10 / 0.05);
}
.text-chocolate-900\/50 {
  color: rgb(49 24 10 / 0.5);
}
.text-chocolate-900\/55 {
  color: rgb(49 24 10 / 0.55);
}
.text-chocolate-900\/60 {
  color: rgb(49 24 10 / 0.6);
}
.text-chocolate-900\/65 {
  color: rgb(49 24 10 / 0.65);
}
.text-chocolate-900\/70 {
  color: rgb(49 24 10 / 0.7);
}
.text-chocolate-900\/75 {
  color: rgb(49 24 10 / 0.75);
}
.text-chocolate-900\/80 {
  color: rgb(49 24 10 / 0.8);
}
.text-chocolate-900\/85 {
  color: rgb(49 24 10 / 0.85);
}
.text-chocolate-900\/90 {
  color: rgb(49 24 10 / 0.9);
}
.text-chocolate-900\/95 {
  color: rgb(49 24 10 / 0.95);
}
.text-denim-100 {
  --tw-text-opacity: 1;
  color: rgb(235 240 252 / var(--tw-text-opacity));
}
.text-denim-100\/0 {
  color: rgb(235 240 252 / 0);
}
.text-denim-100\/10 {
  color: rgb(235 240 252 / 0.1);
}
.text-denim-100\/100 {
  color: rgb(235 240 252 / 1);
}
.text-denim-100\/15 {
  color: rgb(235 240 252 / 0.15);
}
.text-denim-100\/20 {
  color: rgb(235 240 252 / 0.2);
}
.text-denim-100\/25 {
  color: rgb(235 240 252 / 0.25);
}
.text-denim-100\/30 {
  color: rgb(235 240 252 / 0.3);
}
.text-denim-100\/35 {
  color: rgb(235 240 252 / 0.35);
}
.text-denim-100\/40 {
  color: rgb(235 240 252 / 0.4);
}
.text-denim-100\/45 {
  color: rgb(235 240 252 / 0.45);
}
.text-denim-100\/5 {
  color: rgb(235 240 252 / 0.05);
}
.text-denim-100\/50 {
  color: rgb(235 240 252 / 0.5);
}
.text-denim-100\/55 {
  color: rgb(235 240 252 / 0.55);
}
.text-denim-100\/60 {
  color: rgb(235 240 252 / 0.6);
}
.text-denim-100\/65 {
  color: rgb(235 240 252 / 0.65);
}
.text-denim-100\/70 {
  color: rgb(235 240 252 / 0.7);
}
.text-denim-100\/75 {
  color: rgb(235 240 252 / 0.75);
}
.text-denim-100\/80 {
  color: rgb(235 240 252 / 0.8);
}
.text-denim-100\/85 {
  color: rgb(235 240 252 / 0.85);
}
.text-denim-100\/90 {
  color: rgb(235 240 252 / 0.9);
}
.text-denim-100\/95 {
  color: rgb(235 240 252 / 0.95);
}
.text-denim-200 {
  --tw-text-opacity: 1;
  color: rgb(214 214 249 / var(--tw-text-opacity));
}
.text-denim-200\/0 {
  color: rgb(214 214 249 / 0);
}
.text-denim-200\/10 {
  color: rgb(214 214 249 / 0.1);
}
.text-denim-200\/100 {
  color: rgb(214 214 249 / 1);
}
.text-denim-200\/15 {
  color: rgb(214 214 249 / 0.15);
}
.text-denim-200\/20 {
  color: rgb(214 214 249 / 0.2);
}
.text-denim-200\/25 {
  color: rgb(214 214 249 / 0.25);
}
.text-denim-200\/30 {
  color: rgb(214 214 249 / 0.3);
}
.text-denim-200\/35 {
  color: rgb(214 214 249 / 0.35);
}
.text-denim-200\/40 {
  color: rgb(214 214 249 / 0.4);
}
.text-denim-200\/45 {
  color: rgb(214 214 249 / 0.45);
}
.text-denim-200\/5 {
  color: rgb(214 214 249 / 0.05);
}
.text-denim-200\/50 {
  color: rgb(214 214 249 / 0.5);
}
.text-denim-200\/55 {
  color: rgb(214 214 249 / 0.55);
}
.text-denim-200\/60 {
  color: rgb(214 214 249 / 0.6);
}
.text-denim-200\/65 {
  color: rgb(214 214 249 / 0.65);
}
.text-denim-200\/70 {
  color: rgb(214 214 249 / 0.7);
}
.text-denim-200\/75 {
  color: rgb(214 214 249 / 0.75);
}
.text-denim-200\/80 {
  color: rgb(214 214 249 / 0.8);
}
.text-denim-200\/85 {
  color: rgb(214 214 249 / 0.85);
}
.text-denim-200\/90 {
  color: rgb(214 214 249 / 0.9);
}
.text-denim-200\/95 {
  color: rgb(214 214 249 / 0.95);
}
.text-denim-300 {
  --tw-text-opacity: 1;
  color: rgb(180 177 240 / var(--tw-text-opacity));
}
.text-denim-300\/0 {
  color: rgb(180 177 240 / 0);
}
.text-denim-300\/10 {
  color: rgb(180 177 240 / 0.1);
}
.text-denim-300\/100 {
  color: rgb(180 177 240 / 1);
}
.text-denim-300\/15 {
  color: rgb(180 177 240 / 0.15);
}
.text-denim-300\/20 {
  color: rgb(180 177 240 / 0.2);
}
.text-denim-300\/25 {
  color: rgb(180 177 240 / 0.25);
}
.text-denim-300\/30 {
  color: rgb(180 177 240 / 0.3);
}
.text-denim-300\/35 {
  color: rgb(180 177 240 / 0.35);
}
.text-denim-300\/40 {
  color: rgb(180 177 240 / 0.4);
}
.text-denim-300\/45 {
  color: rgb(180 177 240 / 0.45);
}
.text-denim-300\/5 {
  color: rgb(180 177 240 / 0.05);
}
.text-denim-300\/50 {
  color: rgb(180 177 240 / 0.5);
}
.text-denim-300\/55 {
  color: rgb(180 177 240 / 0.55);
}
.text-denim-300\/60 {
  color: rgb(180 177 240 / 0.6);
}
.text-denim-300\/65 {
  color: rgb(180 177 240 / 0.65);
}
.text-denim-300\/70 {
  color: rgb(180 177 240 / 0.7);
}
.text-denim-300\/75 {
  color: rgb(180 177 240 / 0.75);
}
.text-denim-300\/80 {
  color: rgb(180 177 240 / 0.8);
}
.text-denim-300\/85 {
  color: rgb(180 177 240 / 0.85);
}
.text-denim-300\/90 {
  color: rgb(180 177 240 / 0.9);
}
.text-denim-300\/95 {
  color: rgb(180 177 240 / 0.95);
}
.text-denim-400 {
  --tw-text-opacity: 1;
  color: rgb(153 135 229 / var(--tw-text-opacity));
}
.text-denim-400\/0 {
  color: rgb(153 135 229 / 0);
}
.text-denim-400\/10 {
  color: rgb(153 135 229 / 0.1);
}
.text-denim-400\/100 {
  color: rgb(153 135 229 / 1);
}
.text-denim-400\/15 {
  color: rgb(153 135 229 / 0.15);
}
.text-denim-400\/20 {
  color: rgb(153 135 229 / 0.2);
}
.text-denim-400\/25 {
  color: rgb(153 135 229 / 0.25);
}
.text-denim-400\/30 {
  color: rgb(153 135 229 / 0.3);
}
.text-denim-400\/35 {
  color: rgb(153 135 229 / 0.35);
}
.text-denim-400\/40 {
  color: rgb(153 135 229 / 0.4);
}
.text-denim-400\/45 {
  color: rgb(153 135 229 / 0.45);
}
.text-denim-400\/5 {
  color: rgb(153 135 229 / 0.05);
}
.text-denim-400\/50 {
  color: rgb(153 135 229 / 0.5);
}
.text-denim-400\/55 {
  color: rgb(153 135 229 / 0.55);
}
.text-denim-400\/60 {
  color: rgb(153 135 229 / 0.6);
}
.text-denim-400\/65 {
  color: rgb(153 135 229 / 0.65);
}
.text-denim-400\/70 {
  color: rgb(153 135 229 / 0.7);
}
.text-denim-400\/75 {
  color: rgb(153 135 229 / 0.75);
}
.text-denim-400\/80 {
  color: rgb(153 135 229 / 0.8);
}
.text-denim-400\/85 {
  color: rgb(153 135 229 / 0.85);
}
.text-denim-400\/90 {
  color: rgb(153 135 229 / 0.9);
}
.text-denim-400\/95 {
  color: rgb(153 135 229 / 0.95);
}
.text-denim-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 251 / var(--tw-text-opacity));
}
.text-denim-50\/0 {
  color: rgb(248 250 251 / 0);
}
.text-denim-50\/10 {
  color: rgb(248 250 251 / 0.1);
}
.text-denim-50\/100 {
  color: rgb(248 250 251 / 1);
}
.text-denim-50\/15 {
  color: rgb(248 250 251 / 0.15);
}
.text-denim-50\/20 {
  color: rgb(248 250 251 / 0.2);
}
.text-denim-50\/25 {
  color: rgb(248 250 251 / 0.25);
}
.text-denim-50\/30 {
  color: rgb(248 250 251 / 0.3);
}
.text-denim-50\/35 {
  color: rgb(248 250 251 / 0.35);
}
.text-denim-50\/40 {
  color: rgb(248 250 251 / 0.4);
}
.text-denim-50\/45 {
  color: rgb(248 250 251 / 0.45);
}
.text-denim-50\/5 {
  color: rgb(248 250 251 / 0.05);
}
.text-denim-50\/50 {
  color: rgb(248 250 251 / 0.5);
}
.text-denim-50\/55 {
  color: rgb(248 250 251 / 0.55);
}
.text-denim-50\/60 {
  color: rgb(248 250 251 / 0.6);
}
.text-denim-50\/65 {
  color: rgb(248 250 251 / 0.65);
}
.text-denim-50\/70 {
  color: rgb(248 250 251 / 0.7);
}
.text-denim-50\/75 {
  color: rgb(248 250 251 / 0.75);
}
.text-denim-50\/80 {
  color: rgb(248 250 251 / 0.8);
}
.text-denim-50\/85 {
  color: rgb(248 250 251 / 0.85);
}
.text-denim-50\/90 {
  color: rgb(248 250 251 / 0.9);
}
.text-denim-50\/95 {
  color: rgb(248 250 251 / 0.95);
}
.text-denim-500 {
  --tw-text-opacity: 1;
  color: rgb(128 98 220 / var(--tw-text-opacity));
}
.text-denim-500\/0 {
  color: rgb(128 98 220 / 0);
}
.text-denim-500\/10 {
  color: rgb(128 98 220 / 0.1);
}
.text-denim-500\/100 {
  color: rgb(128 98 220 / 1);
}
.text-denim-500\/15 {
  color: rgb(128 98 220 / 0.15);
}
.text-denim-500\/20 {
  color: rgb(128 98 220 / 0.2);
}
.text-denim-500\/25 {
  color: rgb(128 98 220 / 0.25);
}
.text-denim-500\/30 {
  color: rgb(128 98 220 / 0.3);
}
.text-denim-500\/35 {
  color: rgb(128 98 220 / 0.35);
}
.text-denim-500\/40 {
  color: rgb(128 98 220 / 0.4);
}
.text-denim-500\/45 {
  color: rgb(128 98 220 / 0.45);
}
.text-denim-500\/5 {
  color: rgb(128 98 220 / 0.05);
}
.text-denim-500\/50 {
  color: rgb(128 98 220 / 0.5);
}
.text-denim-500\/55 {
  color: rgb(128 98 220 / 0.55);
}
.text-denim-500\/60 {
  color: rgb(128 98 220 / 0.6);
}
.text-denim-500\/65 {
  color: rgb(128 98 220 / 0.65);
}
.text-denim-500\/70 {
  color: rgb(128 98 220 / 0.7);
}
.text-denim-500\/75 {
  color: rgb(128 98 220 / 0.75);
}
.text-denim-500\/80 {
  color: rgb(128 98 220 / 0.8);
}
.text-denim-500\/85 {
  color: rgb(128 98 220 / 0.85);
}
.text-denim-500\/90 {
  color: rgb(128 98 220 / 0.9);
}
.text-denim-500\/95 {
  color: rgb(128 98 220 / 0.95);
}
.text-denim-600 {
  --tw-text-opacity: 1;
  color: rgb(105 70 203 / var(--tw-text-opacity));
}
.text-denim-600\/0 {
  color: rgb(105 70 203 / 0);
}
.text-denim-600\/10 {
  color: rgb(105 70 203 / 0.1);
}
.text-denim-600\/100 {
  color: rgb(105 70 203 / 1);
}
.text-denim-600\/15 {
  color: rgb(105 70 203 / 0.15);
}
.text-denim-600\/20 {
  color: rgb(105 70 203 / 0.2);
}
.text-denim-600\/25 {
  color: rgb(105 70 203 / 0.25);
}
.text-denim-600\/30 {
  color: rgb(105 70 203 / 0.3);
}
.text-denim-600\/35 {
  color: rgb(105 70 203 / 0.35);
}
.text-denim-600\/40 {
  color: rgb(105 70 203 / 0.4);
}
.text-denim-600\/45 {
  color: rgb(105 70 203 / 0.45);
}
.text-denim-600\/5 {
  color: rgb(105 70 203 / 0.05);
}
.text-denim-600\/50 {
  color: rgb(105 70 203 / 0.5);
}
.text-denim-600\/55 {
  color: rgb(105 70 203 / 0.55);
}
.text-denim-600\/60 {
  color: rgb(105 70 203 / 0.6);
}
.text-denim-600\/65 {
  color: rgb(105 70 203 / 0.65);
}
.text-denim-600\/70 {
  color: rgb(105 70 203 / 0.7);
}
.text-denim-600\/75 {
  color: rgb(105 70 203 / 0.75);
}
.text-denim-600\/80 {
  color: rgb(105 70 203 / 0.8);
}
.text-denim-600\/85 {
  color: rgb(105 70 203 / 0.85);
}
.text-denim-600\/90 {
  color: rgb(105 70 203 / 0.9);
}
.text-denim-600\/95 {
  color: rgb(105 70 203 / 0.95);
}
.text-denim-700 {
  --tw-text-opacity: 1;
  color: rgb(79 53 168 / var(--tw-text-opacity));
}
.text-denim-700\/0 {
  color: rgb(79 53 168 / 0);
}
.text-denim-700\/10 {
  color: rgb(79 53 168 / 0.1);
}
.text-denim-700\/100 {
  color: rgb(79 53 168 / 1);
}
.text-denim-700\/15 {
  color: rgb(79 53 168 / 0.15);
}
.text-denim-700\/20 {
  color: rgb(79 53 168 / 0.2);
}
.text-denim-700\/25 {
  color: rgb(79 53 168 / 0.25);
}
.text-denim-700\/30 {
  color: rgb(79 53 168 / 0.3);
}
.text-denim-700\/35 {
  color: rgb(79 53 168 / 0.35);
}
.text-denim-700\/40 {
  color: rgb(79 53 168 / 0.4);
}
.text-denim-700\/45 {
  color: rgb(79 53 168 / 0.45);
}
.text-denim-700\/5 {
  color: rgb(79 53 168 / 0.05);
}
.text-denim-700\/50 {
  color: rgb(79 53 168 / 0.5);
}
.text-denim-700\/55 {
  color: rgb(79 53 168 / 0.55);
}
.text-denim-700\/60 {
  color: rgb(79 53 168 / 0.6);
}
.text-denim-700\/65 {
  color: rgb(79 53 168 / 0.65);
}
.text-denim-700\/70 {
  color: rgb(79 53 168 / 0.7);
}
.text-denim-700\/75 {
  color: rgb(79 53 168 / 0.75);
}
.text-denim-700\/80 {
  color: rgb(79 53 168 / 0.8);
}
.text-denim-700\/85 {
  color: rgb(79 53 168 / 0.85);
}
.text-denim-700\/90 {
  color: rgb(79 53 168 / 0.9);
}
.text-denim-700\/95 {
  color: rgb(79 53 168 / 0.95);
}
.text-denim-800 {
  --tw-text-opacity: 1;
  color: rgb(54 36 121 / var(--tw-text-opacity));
}
.text-denim-800\/0 {
  color: rgb(54 36 121 / 0);
}
.text-denim-800\/10 {
  color: rgb(54 36 121 / 0.1);
}
.text-denim-800\/100 {
  color: rgb(54 36 121 / 1);
}
.text-denim-800\/15 {
  color: rgb(54 36 121 / 0.15);
}
.text-denim-800\/20 {
  color: rgb(54 36 121 / 0.2);
}
.text-denim-800\/25 {
  color: rgb(54 36 121 / 0.25);
}
.text-denim-800\/30 {
  color: rgb(54 36 121 / 0.3);
}
.text-denim-800\/35 {
  color: rgb(54 36 121 / 0.35);
}
.text-denim-800\/40 {
  color: rgb(54 36 121 / 0.4);
}
.text-denim-800\/45 {
  color: rgb(54 36 121 / 0.45);
}
.text-denim-800\/5 {
  color: rgb(54 36 121 / 0.05);
}
.text-denim-800\/50 {
  color: rgb(54 36 121 / 0.5);
}
.text-denim-800\/55 {
  color: rgb(54 36 121 / 0.55);
}
.text-denim-800\/60 {
  color: rgb(54 36 121 / 0.6);
}
.text-denim-800\/65 {
  color: rgb(54 36 121 / 0.65);
}
.text-denim-800\/70 {
  color: rgb(54 36 121 / 0.7);
}
.text-denim-800\/75 {
  color: rgb(54 36 121 / 0.75);
}
.text-denim-800\/80 {
  color: rgb(54 36 121 / 0.8);
}
.text-denim-800\/85 {
  color: rgb(54 36 121 / 0.85);
}
.text-denim-800\/90 {
  color: rgb(54 36 121 / 0.9);
}
.text-denim-800\/95 {
  color: rgb(54 36 121 / 0.95);
}
.text-denim-900 {
  --tw-text-opacity: 1;
  color: rgb(30 23 73 / var(--tw-text-opacity));
}
.text-denim-900\/0 {
  color: rgb(30 23 73 / 0);
}
.text-denim-900\/10 {
  color: rgb(30 23 73 / 0.1);
}
.text-denim-900\/100 {
  color: rgb(30 23 73 / 1);
}
.text-denim-900\/15 {
  color: rgb(30 23 73 / 0.15);
}
.text-denim-900\/20 {
  color: rgb(30 23 73 / 0.2);
}
.text-denim-900\/25 {
  color: rgb(30 23 73 / 0.25);
}
.text-denim-900\/30 {
  color: rgb(30 23 73 / 0.3);
}
.text-denim-900\/35 {
  color: rgb(30 23 73 / 0.35);
}
.text-denim-900\/40 {
  color: rgb(30 23 73 / 0.4);
}
.text-denim-900\/45 {
  color: rgb(30 23 73 / 0.45);
}
.text-denim-900\/5 {
  color: rgb(30 23 73 / 0.05);
}
.text-denim-900\/50 {
  color: rgb(30 23 73 / 0.5);
}
.text-denim-900\/55 {
  color: rgb(30 23 73 / 0.55);
}
.text-denim-900\/60 {
  color: rgb(30 23 73 / 0.6);
}
.text-denim-900\/65 {
  color: rgb(30 23 73 / 0.65);
}
.text-denim-900\/70 {
  color: rgb(30 23 73 / 0.7);
}
.text-denim-900\/75 {
  color: rgb(30 23 73 / 0.75);
}
.text-denim-900\/80 {
  color: rgb(30 23 73 / 0.8);
}
.text-denim-900\/85 {
  color: rgb(30 23 73 / 0.85);
}
.text-denim-900\/90 {
  color: rgb(30 23 73 / 0.9);
}
.text-denim-900\/95 {
  color: rgb(30 23 73 / 0.95);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-green-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-green-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-green-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-green-100\/15 {
  color: rgb(209 250 229 / 0.15);
}
.text-green-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-green-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-green-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-green-100\/35 {
  color: rgb(209 250 229 / 0.35);
}
.text-green-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-green-100\/45 {
  color: rgb(209 250 229 / 0.45);
}
.text-green-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-green-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-green-100\/55 {
  color: rgb(209 250 229 / 0.55);
}
.text-green-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-green-100\/65 {
  color: rgb(209 250 229 / 0.65);
}
.text-green-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-green-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-green-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-green-100\/85 {
  color: rgb(209 250 229 / 0.85);
}
.text-green-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-green-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.text-green-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-green-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-green-200\/15 {
  color: rgb(167 243 208 / 0.15);
}
.text-green-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-green-200\/35 {
  color: rgb(167 243 208 / 0.35);
}
.text-green-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-green-200\/45 {
  color: rgb(167 243 208 / 0.45);
}
.text-green-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-green-200\/55 {
  color: rgb(167 243 208 / 0.55);
}
.text-green-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-green-200\/65 {
  color: rgb(167 243 208 / 0.65);
}
.text-green-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-green-200\/85 {
  color: rgb(167 243 208 / 0.85);
}
.text-green-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-green-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-green-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-green-300\/15 {
  color: rgb(110 231 183 / 0.15);
}
.text-green-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-green-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-green-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-green-300\/35 {
  color: rgb(110 231 183 / 0.35);
}
.text-green-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-green-300\/45 {
  color: rgb(110 231 183 / 0.45);
}
.text-green-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-green-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-green-300\/55 {
  color: rgb(110 231 183 / 0.55);
}
.text-green-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-green-300\/65 {
  color: rgb(110 231 183 / 0.65);
}
.text-green-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-green-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-green-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-green-300\/85 {
  color: rgb(110 231 183 / 0.85);
}
.text-green-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-green-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-green-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-green-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-green-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-green-400\/15 {
  color: rgb(52 211 153 / 0.15);
}
.text-green-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-green-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-green-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-green-400\/35 {
  color: rgb(52 211 153 / 0.35);
}
.text-green-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-green-400\/45 {
  color: rgb(52 211 153 / 0.45);
}
.text-green-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-green-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-green-400\/55 {
  color: rgb(52 211 153 / 0.55);
}
.text-green-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-green-400\/65 {
  color: rgb(52 211 153 / 0.65);
}
.text-green-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-green-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-green-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-green-400\/85 {
  color: rgb(52 211 153 / 0.85);
}
.text-green-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-green-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-green-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-green-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-green-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-green-50\/15 {
  color: rgb(236 253 245 / 0.15);
}
.text-green-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-green-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-green-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-green-50\/35 {
  color: rgb(236 253 245 / 0.35);
}
.text-green-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-green-50\/45 {
  color: rgb(236 253 245 / 0.45);
}
.text-green-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-green-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-green-50\/55 {
  color: rgb(236 253 245 / 0.55);
}
.text-green-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-green-50\/65 {
  color: rgb(236 253 245 / 0.65);
}
.text-green-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-green-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-green-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-green-50\/85 {
  color: rgb(236 253 245 / 0.85);
}
.text-green-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-green-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-green-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-green-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-green-500\/15 {
  color: rgb(16 185 129 / 0.15);
}
.text-green-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-green-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-green-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-green-500\/35 {
  color: rgb(16 185 129 / 0.35);
}
.text-green-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-green-500\/45 {
  color: rgb(16 185 129 / 0.45);
}
.text-green-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-green-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-green-500\/55 {
  color: rgb(16 185 129 / 0.55);
}
.text-green-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-green-500\/65 {
  color: rgb(16 185 129 / 0.65);
}
.text-green-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-green-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-green-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-green-500\/85 {
  color: rgb(16 185 129 / 0.85);
}
.text-green-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-green-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-green-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-green-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-green-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-green-600\/15 {
  color: rgb(5 150 105 / 0.15);
}
.text-green-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-green-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-green-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-green-600\/35 {
  color: rgb(5 150 105 / 0.35);
}
.text-green-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-green-600\/45 {
  color: rgb(5 150 105 / 0.45);
}
.text-green-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-green-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-green-600\/55 {
  color: rgb(5 150 105 / 0.55);
}
.text-green-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-green-600\/65 {
  color: rgb(5 150 105 / 0.65);
}
.text-green-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-green-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-green-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-green-600\/85 {
  color: rgb(5 150 105 / 0.85);
}
.text-green-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-green-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-green-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-green-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-green-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-green-700\/15 {
  color: rgb(4 120 87 / 0.15);
}
.text-green-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-green-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-green-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-green-700\/35 {
  color: rgb(4 120 87 / 0.35);
}
.text-green-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-green-700\/45 {
  color: rgb(4 120 87 / 0.45);
}
.text-green-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-green-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-green-700\/55 {
  color: rgb(4 120 87 / 0.55);
}
.text-green-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-green-700\/65 {
  color: rgb(4 120 87 / 0.65);
}
.text-green-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-green-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-green-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-green-700\/85 {
  color: rgb(4 120 87 / 0.85);
}
.text-green-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-green-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-green-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-green-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-green-800\/15 {
  color: rgb(6 95 70 / 0.15);
}
.text-green-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-green-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-green-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-green-800\/35 {
  color: rgb(6 95 70 / 0.35);
}
.text-green-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-green-800\/45 {
  color: rgb(6 95 70 / 0.45);
}
.text-green-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-green-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-green-800\/55 {
  color: rgb(6 95 70 / 0.55);
}
.text-green-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-green-800\/65 {
  color: rgb(6 95 70 / 0.65);
}
.text-green-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-green-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-green-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-green-800\/85 {
  color: rgb(6 95 70 / 0.85);
}
.text-green-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-green-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.text-green-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-green-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-green-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-green-900\/15 {
  color: rgb(6 78 59 / 0.15);
}
.text-green-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-green-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-green-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-green-900\/35 {
  color: rgb(6 78 59 / 0.35);
}
.text-green-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-green-900\/45 {
  color: rgb(6 78 59 / 0.45);
}
.text-green-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-green-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-green-900\/55 {
  color: rgb(6 78 59 / 0.55);
}
.text-green-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-green-900\/65 {
  color: rgb(6 78 59 / 0.65);
}
.text-green-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-green-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-green-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-green-900\/85 {
  color: rgb(6 78 59 / 0.85);
}
.text-green-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-green-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(229 237 255 / var(--tw-text-opacity));
}
.text-indigo-100\/0 {
  color: rgb(229 237 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(229 237 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(229 237 255 / 1);
}
.text-indigo-100\/15 {
  color: rgb(229 237 255 / 0.15);
}
.text-indigo-100\/20 {
  color: rgb(229 237 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(229 237 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(229 237 255 / 0.3);
}
.text-indigo-100\/35 {
  color: rgb(229 237 255 / 0.35);
}
.text-indigo-100\/40 {
  color: rgb(229 237 255 / 0.4);
}
.text-indigo-100\/45 {
  color: rgb(229 237 255 / 0.45);
}
.text-indigo-100\/5 {
  color: rgb(229 237 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(229 237 255 / 0.5);
}
.text-indigo-100\/55 {
  color: rgb(229 237 255 / 0.55);
}
.text-indigo-100\/60 {
  color: rgb(229 237 255 / 0.6);
}
.text-indigo-100\/65 {
  color: rgb(229 237 255 / 0.65);
}
.text-indigo-100\/70 {
  color: rgb(229 237 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(229 237 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(229 237 255 / 0.8);
}
.text-indigo-100\/85 {
  color: rgb(229 237 255 / 0.85);
}
.text-indigo-100\/90 {
  color: rgb(229 237 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(229 237 255 / 0.95);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(205 219 254 / var(--tw-text-opacity));
}
.text-indigo-200\/0 {
  color: rgb(205 219 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(205 219 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(205 219 254 / 1);
}
.text-indigo-200\/15 {
  color: rgb(205 219 254 / 0.15);
}
.text-indigo-200\/20 {
  color: rgb(205 219 254 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(205 219 254 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(205 219 254 / 0.3);
}
.text-indigo-200\/35 {
  color: rgb(205 219 254 / 0.35);
}
.text-indigo-200\/40 {
  color: rgb(205 219 254 / 0.4);
}
.text-indigo-200\/45 {
  color: rgb(205 219 254 / 0.45);
}
.text-indigo-200\/5 {
  color: rgb(205 219 254 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(205 219 254 / 0.5);
}
.text-indigo-200\/55 {
  color: rgb(205 219 254 / 0.55);
}
.text-indigo-200\/60 {
  color: rgb(205 219 254 / 0.6);
}
.text-indigo-200\/65 {
  color: rgb(205 219 254 / 0.65);
}
.text-indigo-200\/70 {
  color: rgb(205 219 254 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(205 219 254 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(205 219 254 / 0.8);
}
.text-indigo-200\/85 {
  color: rgb(205 219 254 / 0.85);
}
.text-indigo-200\/90 {
  color: rgb(205 219 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(205 219 254 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(180 198 252 / var(--tw-text-opacity));
}
.text-indigo-300\/0 {
  color: rgb(180 198 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(180 198 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(180 198 252 / 1);
}
.text-indigo-300\/15 {
  color: rgb(180 198 252 / 0.15);
}
.text-indigo-300\/20 {
  color: rgb(180 198 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(180 198 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(180 198 252 / 0.3);
}
.text-indigo-300\/35 {
  color: rgb(180 198 252 / 0.35);
}
.text-indigo-300\/40 {
  color: rgb(180 198 252 / 0.4);
}
.text-indigo-300\/45 {
  color: rgb(180 198 252 / 0.45);
}
.text-indigo-300\/5 {
  color: rgb(180 198 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(180 198 252 / 0.5);
}
.text-indigo-300\/55 {
  color: rgb(180 198 252 / 0.55);
}
.text-indigo-300\/60 {
  color: rgb(180 198 252 / 0.6);
}
.text-indigo-300\/65 {
  color: rgb(180 198 252 / 0.65);
}
.text-indigo-300\/70 {
  color: rgb(180 198 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(180 198 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(180 198 252 / 0.8);
}
.text-indigo-300\/85 {
  color: rgb(180 198 252 / 0.85);
}
.text-indigo-300\/90 {
  color: rgb(180 198 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(180 198 252 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(141 162 251 / var(--tw-text-opacity));
}
.text-indigo-400\/0 {
  color: rgb(141 162 251 / 0);
}
.text-indigo-400\/10 {
  color: rgb(141 162 251 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(141 162 251 / 1);
}
.text-indigo-400\/15 {
  color: rgb(141 162 251 / 0.15);
}
.text-indigo-400\/20 {
  color: rgb(141 162 251 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(141 162 251 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(141 162 251 / 0.3);
}
.text-indigo-400\/35 {
  color: rgb(141 162 251 / 0.35);
}
.text-indigo-400\/40 {
  color: rgb(141 162 251 / 0.4);
}
.text-indigo-400\/45 {
  color: rgb(141 162 251 / 0.45);
}
.text-indigo-400\/5 {
  color: rgb(141 162 251 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(141 162 251 / 0.5);
}
.text-indigo-400\/55 {
  color: rgb(141 162 251 / 0.55);
}
.text-indigo-400\/60 {
  color: rgb(141 162 251 / 0.6);
}
.text-indigo-400\/65 {
  color: rgb(141 162 251 / 0.65);
}
.text-indigo-400\/70 {
  color: rgb(141 162 251 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(141 162 251 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(141 162 251 / 0.8);
}
.text-indigo-400\/85 {
  color: rgb(141 162 251 / 0.85);
}
.text-indigo-400\/90 {
  color: rgb(141 162 251 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(141 162 251 / 0.95);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity));
}
.text-indigo-50\/0 {
  color: rgb(240 245 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(240 245 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(240 245 255 / 1);
}
.text-indigo-50\/15 {
  color: rgb(240 245 255 / 0.15);
}
.text-indigo-50\/20 {
  color: rgb(240 245 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(240 245 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(240 245 255 / 0.3);
}
.text-indigo-50\/35 {
  color: rgb(240 245 255 / 0.35);
}
.text-indigo-50\/40 {
  color: rgb(240 245 255 / 0.4);
}
.text-indigo-50\/45 {
  color: rgb(240 245 255 / 0.45);
}
.text-indigo-50\/5 {
  color: rgb(240 245 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(240 245 255 / 0.5);
}
.text-indigo-50\/55 {
  color: rgb(240 245 255 / 0.55);
}
.text-indigo-50\/60 {
  color: rgb(240 245 255 / 0.6);
}
.text-indigo-50\/65 {
  color: rgb(240 245 255 / 0.65);
}
.text-indigo-50\/70 {
  color: rgb(240 245 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(240 245 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(240 245 255 / 0.8);
}
.text-indigo-50\/85 {
  color: rgb(240 245 255 / 0.85);
}
.text-indigo-50\/90 {
  color: rgb(240 245 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(240 245 255 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(104 117 245 / var(--tw-text-opacity));
}
.text-indigo-500\/0 {
  color: rgb(104 117 245 / 0);
}
.text-indigo-500\/10 {
  color: rgb(104 117 245 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(104 117 245 / 1);
}
.text-indigo-500\/15 {
  color: rgb(104 117 245 / 0.15);
}
.text-indigo-500\/20 {
  color: rgb(104 117 245 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(104 117 245 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(104 117 245 / 0.3);
}
.text-indigo-500\/35 {
  color: rgb(104 117 245 / 0.35);
}
.text-indigo-500\/40 {
  color: rgb(104 117 245 / 0.4);
}
.text-indigo-500\/45 {
  color: rgb(104 117 245 / 0.45);
}
.text-indigo-500\/5 {
  color: rgb(104 117 245 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(104 117 245 / 0.5);
}
.text-indigo-500\/55 {
  color: rgb(104 117 245 / 0.55);
}
.text-indigo-500\/60 {
  color: rgb(104 117 245 / 0.6);
}
.text-indigo-500\/65 {
  color: rgb(104 117 245 / 0.65);
}
.text-indigo-500\/70 {
  color: rgb(104 117 245 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(104 117 245 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(104 117 245 / 0.8);
}
.text-indigo-500\/85 {
  color: rgb(104 117 245 / 0.85);
}
.text-indigo-500\/90 {
  color: rgb(104 117 245 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(104 117 245 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.text-indigo-600\/0 {
  color: rgb(88 80 236 / 0);
}
.text-indigo-600\/10 {
  color: rgb(88 80 236 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(88 80 236 / 1);
}
.text-indigo-600\/15 {
  color: rgb(88 80 236 / 0.15);
}
.text-indigo-600\/20 {
  color: rgb(88 80 236 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(88 80 236 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(88 80 236 / 0.3);
}
.text-indigo-600\/35 {
  color: rgb(88 80 236 / 0.35);
}
.text-indigo-600\/40 {
  color: rgb(88 80 236 / 0.4);
}
.text-indigo-600\/45 {
  color: rgb(88 80 236 / 0.45);
}
.text-indigo-600\/5 {
  color: rgb(88 80 236 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(88 80 236 / 0.5);
}
.text-indigo-600\/55 {
  color: rgb(88 80 236 / 0.55);
}
.text-indigo-600\/60 {
  color: rgb(88 80 236 / 0.6);
}
.text-indigo-600\/65 {
  color: rgb(88 80 236 / 0.65);
}
.text-indigo-600\/70 {
  color: rgb(88 80 236 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(88 80 236 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(88 80 236 / 0.8);
}
.text-indigo-600\/85 {
  color: rgb(88 80 236 / 0.85);
}
.text-indigo-600\/90 {
  color: rgb(88 80 236 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(88 80 236 / 0.95);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(81 69 205 / var(--tw-text-opacity));
}
.text-indigo-700\/0 {
  color: rgb(81 69 205 / 0);
}
.text-indigo-700\/10 {
  color: rgb(81 69 205 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(81 69 205 / 1);
}
.text-indigo-700\/15 {
  color: rgb(81 69 205 / 0.15);
}
.text-indigo-700\/20 {
  color: rgb(81 69 205 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(81 69 205 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(81 69 205 / 0.3);
}
.text-indigo-700\/35 {
  color: rgb(81 69 205 / 0.35);
}
.text-indigo-700\/40 {
  color: rgb(81 69 205 / 0.4);
}
.text-indigo-700\/45 {
  color: rgb(81 69 205 / 0.45);
}
.text-indigo-700\/5 {
  color: rgb(81 69 205 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(81 69 205 / 0.5);
}
.text-indigo-700\/55 {
  color: rgb(81 69 205 / 0.55);
}
.text-indigo-700\/60 {
  color: rgb(81 69 205 / 0.6);
}
.text-indigo-700\/65 {
  color: rgb(81 69 205 / 0.65);
}
.text-indigo-700\/70 {
  color: rgb(81 69 205 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(81 69 205 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(81 69 205 / 0.8);
}
.text-indigo-700\/85 {
  color: rgb(81 69 205 / 0.85);
}
.text-indigo-700\/90 {
  color: rgb(81 69 205 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(81 69 205 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(66 56 157 / var(--tw-text-opacity));
}
.text-indigo-800\/0 {
  color: rgb(66 56 157 / 0);
}
.text-indigo-800\/10 {
  color: rgb(66 56 157 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(66 56 157 / 1);
}
.text-indigo-800\/15 {
  color: rgb(66 56 157 / 0.15);
}
.text-indigo-800\/20 {
  color: rgb(66 56 157 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(66 56 157 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(66 56 157 / 0.3);
}
.text-indigo-800\/35 {
  color: rgb(66 56 157 / 0.35);
}
.text-indigo-800\/40 {
  color: rgb(66 56 157 / 0.4);
}
.text-indigo-800\/45 {
  color: rgb(66 56 157 / 0.45);
}
.text-indigo-800\/5 {
  color: rgb(66 56 157 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(66 56 157 / 0.5);
}
.text-indigo-800\/55 {
  color: rgb(66 56 157 / 0.55);
}
.text-indigo-800\/60 {
  color: rgb(66 56 157 / 0.6);
}
.text-indigo-800\/65 {
  color: rgb(66 56 157 / 0.65);
}
.text-indigo-800\/70 {
  color: rgb(66 56 157 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(66 56 157 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(66 56 157 / 0.8);
}
.text-indigo-800\/85 {
  color: rgb(66 56 157 / 0.85);
}
.text-indigo-800\/90 {
  color: rgb(66 56 157 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(66 56 157 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(54 47 120 / var(--tw-text-opacity));
}
.text-indigo-900\/0 {
  color: rgb(54 47 120 / 0);
}
.text-indigo-900\/10 {
  color: rgb(54 47 120 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(54 47 120 / 1);
}
.text-indigo-900\/15 {
  color: rgb(54 47 120 / 0.15);
}
.text-indigo-900\/20 {
  color: rgb(54 47 120 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(54 47 120 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(54 47 120 / 0.3);
}
.text-indigo-900\/35 {
  color: rgb(54 47 120 / 0.35);
}
.text-indigo-900\/40 {
  color: rgb(54 47 120 / 0.4);
}
.text-indigo-900\/45 {
  color: rgb(54 47 120 / 0.45);
}
.text-indigo-900\/5 {
  color: rgb(54 47 120 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(54 47 120 / 0.5);
}
.text-indigo-900\/55 {
  color: rgb(54 47 120 / 0.55);
}
.text-indigo-900\/60 {
  color: rgb(54 47 120 / 0.6);
}
.text-indigo-900\/65 {
  color: rgb(54 47 120 / 0.65);
}
.text-indigo-900\/70 {
  color: rgb(54 47 120 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(54 47 120 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(54 47 120 / 0.8);
}
.text-indigo-900\/85 {
  color: rgb(54 47 120 / 0.85);
}
.text-indigo-900\/90 {
  color: rgb(54 47 120 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(54 47 120 / 0.95);
}
.text-info {
  --tw-text-opacity: 1;
  color: hsl(var(--in) / var(--tw-text-opacity));
}
.text-olive-100 {
  --tw-text-opacity: 1;
  color: rgb(248 240 198 / var(--tw-text-opacity));
}
.text-olive-100\/0 {
  color: rgb(248 240 198 / 0);
}
.text-olive-100\/10 {
  color: rgb(248 240 198 / 0.1);
}
.text-olive-100\/100 {
  color: rgb(248 240 198 / 1);
}
.text-olive-100\/15 {
  color: rgb(248 240 198 / 0.15);
}
.text-olive-100\/20 {
  color: rgb(248 240 198 / 0.2);
}
.text-olive-100\/25 {
  color: rgb(248 240 198 / 0.25);
}
.text-olive-100\/30 {
  color: rgb(248 240 198 / 0.3);
}
.text-olive-100\/35 {
  color: rgb(248 240 198 / 0.35);
}
.text-olive-100\/40 {
  color: rgb(248 240 198 / 0.4);
}
.text-olive-100\/45 {
  color: rgb(248 240 198 / 0.45);
}
.text-olive-100\/5 {
  color: rgb(248 240 198 / 0.05);
}
.text-olive-100\/50 {
  color: rgb(248 240 198 / 0.5);
}
.text-olive-100\/55 {
  color: rgb(248 240 198 / 0.55);
}
.text-olive-100\/60 {
  color: rgb(248 240 198 / 0.6);
}
.text-olive-100\/65 {
  color: rgb(248 240 198 / 0.65);
}
.text-olive-100\/70 {
  color: rgb(248 240 198 / 0.7);
}
.text-olive-100\/75 {
  color: rgb(248 240 198 / 0.75);
}
.text-olive-100\/80 {
  color: rgb(248 240 198 / 0.8);
}
.text-olive-100\/85 {
  color: rgb(248 240 198 / 0.85);
}
.text-olive-100\/90 {
  color: rgb(248 240 198 / 0.9);
}
.text-olive-100\/95 {
  color: rgb(248 240 198 / 0.95);
}
.text-olive-200 {
  --tw-text-opacity: 1;
  color: rgb(240 221 142 / var(--tw-text-opacity));
}
.text-olive-200\/0 {
  color: rgb(240 221 142 / 0);
}
.text-olive-200\/10 {
  color: rgb(240 221 142 / 0.1);
}
.text-olive-200\/100 {
  color: rgb(240 221 142 / 1);
}
.text-olive-200\/15 {
  color: rgb(240 221 142 / 0.15);
}
.text-olive-200\/20 {
  color: rgb(240 221 142 / 0.2);
}
.text-olive-200\/25 {
  color: rgb(240 221 142 / 0.25);
}
.text-olive-200\/30 {
  color: rgb(240 221 142 / 0.3);
}
.text-olive-200\/35 {
  color: rgb(240 221 142 / 0.35);
}
.text-olive-200\/40 {
  color: rgb(240 221 142 / 0.4);
}
.text-olive-200\/45 {
  color: rgb(240 221 142 / 0.45);
}
.text-olive-200\/5 {
  color: rgb(240 221 142 / 0.05);
}
.text-olive-200\/50 {
  color: rgb(240 221 142 / 0.5);
}
.text-olive-200\/55 {
  color: rgb(240 221 142 / 0.55);
}
.text-olive-200\/60 {
  color: rgb(240 221 142 / 0.6);
}
.text-olive-200\/65 {
  color: rgb(240 221 142 / 0.65);
}
.text-olive-200\/70 {
  color: rgb(240 221 142 / 0.7);
}
.text-olive-200\/75 {
  color: rgb(240 221 142 / 0.75);
}
.text-olive-200\/80 {
  color: rgb(240 221 142 / 0.8);
}
.text-olive-200\/85 {
  color: rgb(240 221 142 / 0.85);
}
.text-olive-200\/90 {
  color: rgb(240 221 142 / 0.9);
}
.text-olive-200\/95 {
  color: rgb(240 221 142 / 0.95);
}
.text-olive-300 {
  --tw-text-opacity: 1;
  color: rgb(217 185 90 / var(--tw-text-opacity));
}
.text-olive-300\/0 {
  color: rgb(217 185 90 / 0);
}
.text-olive-300\/10 {
  color: rgb(217 185 90 / 0.1);
}
.text-olive-300\/100 {
  color: rgb(217 185 90 / 1);
}
.text-olive-300\/15 {
  color: rgb(217 185 90 / 0.15);
}
.text-olive-300\/20 {
  color: rgb(217 185 90 / 0.2);
}
.text-olive-300\/25 {
  color: rgb(217 185 90 / 0.25);
}
.text-olive-300\/30 {
  color: rgb(217 185 90 / 0.3);
}
.text-olive-300\/35 {
  color: rgb(217 185 90 / 0.35);
}
.text-olive-300\/40 {
  color: rgb(217 185 90 / 0.4);
}
.text-olive-300\/45 {
  color: rgb(217 185 90 / 0.45);
}
.text-olive-300\/5 {
  color: rgb(217 185 90 / 0.05);
}
.text-olive-300\/50 {
  color: rgb(217 185 90 / 0.5);
}
.text-olive-300\/55 {
  color: rgb(217 185 90 / 0.55);
}
.text-olive-300\/60 {
  color: rgb(217 185 90 / 0.6);
}
.text-olive-300\/65 {
  color: rgb(217 185 90 / 0.65);
}
.text-olive-300\/70 {
  color: rgb(217 185 90 / 0.7);
}
.text-olive-300\/75 {
  color: rgb(217 185 90 / 0.75);
}
.text-olive-300\/80 {
  color: rgb(217 185 90 / 0.8);
}
.text-olive-300\/85 {
  color: rgb(217 185 90 / 0.85);
}
.text-olive-300\/90 {
  color: rgb(217 185 90 / 0.9);
}
.text-olive-300\/95 {
  color: rgb(217 185 90 / 0.95);
}
.text-olive-400 {
  --tw-text-opacity: 1;
  color: rgb(184 143 50 / var(--tw-text-opacity));
}
.text-olive-400\/0 {
  color: rgb(184 143 50 / 0);
}
.text-olive-400\/10 {
  color: rgb(184 143 50 / 0.1);
}
.text-olive-400\/100 {
  color: rgb(184 143 50 / 1);
}
.text-olive-400\/15 {
  color: rgb(184 143 50 / 0.15);
}
.text-olive-400\/20 {
  color: rgb(184 143 50 / 0.2);
}
.text-olive-400\/25 {
  color: rgb(184 143 50 / 0.25);
}
.text-olive-400\/30 {
  color: rgb(184 143 50 / 0.3);
}
.text-olive-400\/35 {
  color: rgb(184 143 50 / 0.35);
}
.text-olive-400\/40 {
  color: rgb(184 143 50 / 0.4);
}
.text-olive-400\/45 {
  color: rgb(184 143 50 / 0.45);
}
.text-olive-400\/5 {
  color: rgb(184 143 50 / 0.05);
}
.text-olive-400\/50 {
  color: rgb(184 143 50 / 0.5);
}
.text-olive-400\/55 {
  color: rgb(184 143 50 / 0.55);
}
.text-olive-400\/60 {
  color: rgb(184 143 50 / 0.6);
}
.text-olive-400\/65 {
  color: rgb(184 143 50 / 0.65);
}
.text-olive-400\/70 {
  color: rgb(184 143 50 / 0.7);
}
.text-olive-400\/75 {
  color: rgb(184 143 50 / 0.75);
}
.text-olive-400\/80 {
  color: rgb(184 143 50 / 0.8);
}
.text-olive-400\/85 {
  color: rgb(184 143 50 / 0.85);
}
.text-olive-400\/90 {
  color: rgb(184 143 50 / 0.9);
}
.text-olive-400\/95 {
  color: rgb(184 143 50 / 0.95);
}
.text-olive-50 {
  --tw-text-opacity: 1;
  color: rgb(251 250 245 / var(--tw-text-opacity));
}
.text-olive-50\/0 {
  color: rgb(251 250 245 / 0);
}
.text-olive-50\/10 {
  color: rgb(251 250 245 / 0.1);
}
.text-olive-50\/100 {
  color: rgb(251 250 245 / 1);
}
.text-olive-50\/15 {
  color: rgb(251 250 245 / 0.15);
}
.text-olive-50\/20 {
  color: rgb(251 250 245 / 0.2);
}
.text-olive-50\/25 {
  color: rgb(251 250 245 / 0.25);
}
.text-olive-50\/30 {
  color: rgb(251 250 245 / 0.3);
}
.text-olive-50\/35 {
  color: rgb(251 250 245 / 0.35);
}
.text-olive-50\/40 {
  color: rgb(251 250 245 / 0.4);
}
.text-olive-50\/45 {
  color: rgb(251 250 245 / 0.45);
}
.text-olive-50\/5 {
  color: rgb(251 250 245 / 0.05);
}
.text-olive-50\/50 {
  color: rgb(251 250 245 / 0.5);
}
.text-olive-50\/55 {
  color: rgb(251 250 245 / 0.55);
}
.text-olive-50\/60 {
  color: rgb(251 250 245 / 0.6);
}
.text-olive-50\/65 {
  color: rgb(251 250 245 / 0.65);
}
.text-olive-50\/70 {
  color: rgb(251 250 245 / 0.7);
}
.text-olive-50\/75 {
  color: rgb(251 250 245 / 0.75);
}
.text-olive-50\/80 {
  color: rgb(251 250 245 / 0.8);
}
.text-olive-50\/85 {
  color: rgb(251 250 245 / 0.85);
}
.text-olive-50\/90 {
  color: rgb(251 250 245 / 0.9);
}
.text-olive-50\/95 {
  color: rgb(251 250 245 / 0.95);
}
.text-olive-500 {
  --tw-text-opacity: 1;
  color: rgb(152 111 26 / var(--tw-text-opacity));
}
.text-olive-500\/0 {
  color: rgb(152 111 26 / 0);
}
.text-olive-500\/10 {
  color: rgb(152 111 26 / 0.1);
}
.text-olive-500\/100 {
  color: rgb(152 111 26 / 1);
}
.text-olive-500\/15 {
  color: rgb(152 111 26 / 0.15);
}
.text-olive-500\/20 {
  color: rgb(152 111 26 / 0.2);
}
.text-olive-500\/25 {
  color: rgb(152 111 26 / 0.25);
}
.text-olive-500\/30 {
  color: rgb(152 111 26 / 0.3);
}
.text-olive-500\/35 {
  color: rgb(152 111 26 / 0.35);
}
.text-olive-500\/40 {
  color: rgb(152 111 26 / 0.4);
}
.text-olive-500\/45 {
  color: rgb(152 111 26 / 0.45);
}
.text-olive-500\/5 {
  color: rgb(152 111 26 / 0.05);
}
.text-olive-500\/50 {
  color: rgb(152 111 26 / 0.5);
}
.text-olive-500\/55 {
  color: rgb(152 111 26 / 0.55);
}
.text-olive-500\/60 {
  color: rgb(152 111 26 / 0.6);
}
.text-olive-500\/65 {
  color: rgb(152 111 26 / 0.65);
}
.text-olive-500\/70 {
  color: rgb(152 111 26 / 0.7);
}
.text-olive-500\/75 {
  color: rgb(152 111 26 / 0.75);
}
.text-olive-500\/80 {
  color: rgb(152 111 26 / 0.8);
}
.text-olive-500\/85 {
  color: rgb(152 111 26 / 0.85);
}
.text-olive-500\/90 {
  color: rgb(152 111 26 / 0.9);
}
.text-olive-500\/95 {
  color: rgb(152 111 26 / 0.95);
}
.text-olive-600 {
  --tw-text-opacity: 1;
  color: rgb(123 85 16 / var(--tw-text-opacity));
}
.text-olive-600\/0 {
  color: rgb(123 85 16 / 0);
}
.text-olive-600\/10 {
  color: rgb(123 85 16 / 0.1);
}
.text-olive-600\/100 {
  color: rgb(123 85 16 / 1);
}
.text-olive-600\/15 {
  color: rgb(123 85 16 / 0.15);
}
.text-olive-600\/20 {
  color: rgb(123 85 16 / 0.2);
}
.text-olive-600\/25 {
  color: rgb(123 85 16 / 0.25);
}
.text-olive-600\/30 {
  color: rgb(123 85 16 / 0.3);
}
.text-olive-600\/35 {
  color: rgb(123 85 16 / 0.35);
}
.text-olive-600\/40 {
  color: rgb(123 85 16 / 0.4);
}
.text-olive-600\/45 {
  color: rgb(123 85 16 / 0.45);
}
.text-olive-600\/5 {
  color: rgb(123 85 16 / 0.05);
}
.text-olive-600\/50 {
  color: rgb(123 85 16 / 0.5);
}
.text-olive-600\/55 {
  color: rgb(123 85 16 / 0.55);
}
.text-olive-600\/60 {
  color: rgb(123 85 16 / 0.6);
}
.text-olive-600\/65 {
  color: rgb(123 85 16 / 0.65);
}
.text-olive-600\/70 {
  color: rgb(123 85 16 / 0.7);
}
.text-olive-600\/75 {
  color: rgb(123 85 16 / 0.75);
}
.text-olive-600\/80 {
  color: rgb(123 85 16 / 0.8);
}
.text-olive-600\/85 {
  color: rgb(123 85 16 / 0.85);
}
.text-olive-600\/90 {
  color: rgb(123 85 16 / 0.9);
}
.text-olive-600\/95 {
  color: rgb(123 85 16 / 0.95);
}
.text-olive-700 {
  --tw-text-opacity: 1;
  color: rgb(94 64 15 / var(--tw-text-opacity));
}
.text-olive-700\/0 {
  color: rgb(94 64 15 / 0);
}
.text-olive-700\/10 {
  color: rgb(94 64 15 / 0.1);
}
.text-olive-700\/100 {
  color: rgb(94 64 15 / 1);
}
.text-olive-700\/15 {
  color: rgb(94 64 15 / 0.15);
}
.text-olive-700\/20 {
  color: rgb(94 64 15 / 0.2);
}
.text-olive-700\/25 {
  color: rgb(94 64 15 / 0.25);
}
.text-olive-700\/30 {
  color: rgb(94 64 15 / 0.3);
}
.text-olive-700\/35 {
  color: rgb(94 64 15 / 0.35);
}
.text-olive-700\/40 {
  color: rgb(94 64 15 / 0.4);
}
.text-olive-700\/45 {
  color: rgb(94 64 15 / 0.45);
}
.text-olive-700\/5 {
  color: rgb(94 64 15 / 0.05);
}
.text-olive-700\/50 {
  color: rgb(94 64 15 / 0.5);
}
.text-olive-700\/55 {
  color: rgb(94 64 15 / 0.55);
}
.text-olive-700\/60 {
  color: rgb(94 64 15 / 0.6);
}
.text-olive-700\/65 {
  color: rgb(94 64 15 / 0.65);
}
.text-olive-700\/70 {
  color: rgb(94 64 15 / 0.7);
}
.text-olive-700\/75 {
  color: rgb(94 64 15 / 0.75);
}
.text-olive-700\/80 {
  color: rgb(94 64 15 / 0.8);
}
.text-olive-700\/85 {
  color: rgb(94 64 15 / 0.85);
}
.text-olive-700\/90 {
  color: rgb(94 64 15 / 0.9);
}
.text-olive-700\/95 {
  color: rgb(94 64 15 / 0.95);
}
.text-olive-800 {
  --tw-text-opacity: 1;
  color: rgb(64 43 12 / var(--tw-text-opacity));
}
.text-olive-800\/0 {
  color: rgb(64 43 12 / 0);
}
.text-olive-800\/10 {
  color: rgb(64 43 12 / 0.1);
}
.text-olive-800\/100 {
  color: rgb(64 43 12 / 1);
}
.text-olive-800\/15 {
  color: rgb(64 43 12 / 0.15);
}
.text-olive-800\/20 {
  color: rgb(64 43 12 / 0.2);
}
.text-olive-800\/25 {
  color: rgb(64 43 12 / 0.25);
}
.text-olive-800\/30 {
  color: rgb(64 43 12 / 0.3);
}
.text-olive-800\/35 {
  color: rgb(64 43 12 / 0.35);
}
.text-olive-800\/40 {
  color: rgb(64 43 12 / 0.4);
}
.text-olive-800\/45 {
  color: rgb(64 43 12 / 0.45);
}
.text-olive-800\/5 {
  color: rgb(64 43 12 / 0.05);
}
.text-olive-800\/50 {
  color: rgb(64 43 12 / 0.5);
}
.text-olive-800\/55 {
  color: rgb(64 43 12 / 0.55);
}
.text-olive-800\/60 {
  color: rgb(64 43 12 / 0.6);
}
.text-olive-800\/65 {
  color: rgb(64 43 12 / 0.65);
}
.text-olive-800\/70 {
  color: rgb(64 43 12 / 0.7);
}
.text-olive-800\/75 {
  color: rgb(64 43 12 / 0.75);
}
.text-olive-800\/80 {
  color: rgb(64 43 12 / 0.8);
}
.text-olive-800\/85 {
  color: rgb(64 43 12 / 0.85);
}
.text-olive-800\/90 {
  color: rgb(64 43 12 / 0.9);
}
.text-olive-800\/95 {
  color: rgb(64 43 12 / 0.95);
}
.text-olive-900 {
  --tw-text-opacity: 1;
  color: rgb(42 27 9 / var(--tw-text-opacity));
}
.text-olive-900\/0 {
  color: rgb(42 27 9 / 0);
}
.text-olive-900\/10 {
  color: rgb(42 27 9 / 0.1);
}
.text-olive-900\/100 {
  color: rgb(42 27 9 / 1);
}
.text-olive-900\/15 {
  color: rgb(42 27 9 / 0.15);
}
.text-olive-900\/20 {
  color: rgb(42 27 9 / 0.2);
}
.text-olive-900\/25 {
  color: rgb(42 27 9 / 0.25);
}
.text-olive-900\/30 {
  color: rgb(42 27 9 / 0.3);
}
.text-olive-900\/35 {
  color: rgb(42 27 9 / 0.35);
}
.text-olive-900\/40 {
  color: rgb(42 27 9 / 0.4);
}
.text-olive-900\/45 {
  color: rgb(42 27 9 / 0.45);
}
.text-olive-900\/5 {
  color: rgb(42 27 9 / 0.05);
}
.text-olive-900\/50 {
  color: rgb(42 27 9 / 0.5);
}
.text-olive-900\/55 {
  color: rgb(42 27 9 / 0.55);
}
.text-olive-900\/60 {
  color: rgb(42 27 9 / 0.6);
}
.text-olive-900\/65 {
  color: rgb(42 27 9 / 0.65);
}
.text-olive-900\/70 {
  color: rgb(42 27 9 / 0.7);
}
.text-olive-900\/75 {
  color: rgb(42 27 9 / 0.75);
}
.text-olive-900\/80 {
  color: rgb(42 27 9 / 0.8);
}
.text-olive-900\/85 {
  color: rgb(42 27 9 / 0.85);
}
.text-olive-900\/90 {
  color: rgb(42 27 9 / 0.9);
}
.text-olive-900\/95 {
  color: rgb(42 27 9 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(208 56 1 / var(--tw-text-opacity));
}
.text-pine-100 {
  --tw-text-opacity: 1;
  color: rgb(214 240 245 / var(--tw-text-opacity));
}
.text-pine-100\/0 {
  color: rgb(214 240 245 / 0);
}
.text-pine-100\/10 {
  color: rgb(214 240 245 / 0.1);
}
.text-pine-100\/100 {
  color: rgb(214 240 245 / 1);
}
.text-pine-100\/15 {
  color: rgb(214 240 245 / 0.15);
}
.text-pine-100\/20 {
  color: rgb(214 240 245 / 0.2);
}
.text-pine-100\/25 {
  color: rgb(214 240 245 / 0.25);
}
.text-pine-100\/30 {
  color: rgb(214 240 245 / 0.3);
}
.text-pine-100\/35 {
  color: rgb(214 240 245 / 0.35);
}
.text-pine-100\/40 {
  color: rgb(214 240 245 / 0.4);
}
.text-pine-100\/45 {
  color: rgb(214 240 245 / 0.45);
}
.text-pine-100\/5 {
  color: rgb(214 240 245 / 0.05);
}
.text-pine-100\/50 {
  color: rgb(214 240 245 / 0.5);
}
.text-pine-100\/55 {
  color: rgb(214 240 245 / 0.55);
}
.text-pine-100\/60 {
  color: rgb(214 240 245 / 0.6);
}
.text-pine-100\/65 {
  color: rgb(214 240 245 / 0.65);
}
.text-pine-100\/70 {
  color: rgb(214 240 245 / 0.7);
}
.text-pine-100\/75 {
  color: rgb(214 240 245 / 0.75);
}
.text-pine-100\/80 {
  color: rgb(214 240 245 / 0.8);
}
.text-pine-100\/85 {
  color: rgb(214 240 245 / 0.85);
}
.text-pine-100\/90 {
  color: rgb(214 240 245 / 0.9);
}
.text-pine-100\/95 {
  color: rgb(214 240 245 / 0.95);
}
.text-pine-200 {
  --tw-text-opacity: 1;
  color: rgb(165 229 233 / var(--tw-text-opacity));
}
.text-pine-200\/0 {
  color: rgb(165 229 233 / 0);
}
.text-pine-200\/10 {
  color: rgb(165 229 233 / 0.1);
}
.text-pine-200\/100 {
  color: rgb(165 229 233 / 1);
}
.text-pine-200\/15 {
  color: rgb(165 229 233 / 0.15);
}
.text-pine-200\/20 {
  color: rgb(165 229 233 / 0.2);
}
.text-pine-200\/25 {
  color: rgb(165 229 233 / 0.25);
}
.text-pine-200\/30 {
  color: rgb(165 229 233 / 0.3);
}
.text-pine-200\/35 {
  color: rgb(165 229 233 / 0.35);
}
.text-pine-200\/40 {
  color: rgb(165 229 233 / 0.4);
}
.text-pine-200\/45 {
  color: rgb(165 229 233 / 0.45);
}
.text-pine-200\/5 {
  color: rgb(165 229 233 / 0.05);
}
.text-pine-200\/50 {
  color: rgb(165 229 233 / 0.5);
}
.text-pine-200\/55 {
  color: rgb(165 229 233 / 0.55);
}
.text-pine-200\/60 {
  color: rgb(165 229 233 / 0.6);
}
.text-pine-200\/65 {
  color: rgb(165 229 233 / 0.65);
}
.text-pine-200\/70 {
  color: rgb(165 229 233 / 0.7);
}
.text-pine-200\/75 {
  color: rgb(165 229 233 / 0.75);
}
.text-pine-200\/80 {
  color: rgb(165 229 233 / 0.8);
}
.text-pine-200\/85 {
  color: rgb(165 229 233 / 0.85);
}
.text-pine-200\/90 {
  color: rgb(165 229 233 / 0.9);
}
.text-pine-200\/95 {
  color: rgb(165 229 233 / 0.95);
}
.text-pine-300 {
  --tw-text-opacity: 1;
  color: rgb(108 201 204 / var(--tw-text-opacity));
}
.text-pine-300\/0 {
  color: rgb(108 201 204 / 0);
}
.text-pine-300\/10 {
  color: rgb(108 201 204 / 0.1);
}
.text-pine-300\/100 {
  color: rgb(108 201 204 / 1);
}
.text-pine-300\/15 {
  color: rgb(108 201 204 / 0.15);
}
.text-pine-300\/20 {
  color: rgb(108 201 204 / 0.2);
}
.text-pine-300\/25 {
  color: rgb(108 201 204 / 0.25);
}
.text-pine-300\/30 {
  color: rgb(108 201 204 / 0.3);
}
.text-pine-300\/35 {
  color: rgb(108 201 204 / 0.35);
}
.text-pine-300\/40 {
  color: rgb(108 201 204 / 0.4);
}
.text-pine-300\/45 {
  color: rgb(108 201 204 / 0.45);
}
.text-pine-300\/5 {
  color: rgb(108 201 204 / 0.05);
}
.text-pine-300\/50 {
  color: rgb(108 201 204 / 0.5);
}
.text-pine-300\/55 {
  color: rgb(108 201 204 / 0.55);
}
.text-pine-300\/60 {
  color: rgb(108 201 204 / 0.6);
}
.text-pine-300\/65 {
  color: rgb(108 201 204 / 0.65);
}
.text-pine-300\/70 {
  color: rgb(108 201 204 / 0.7);
}
.text-pine-300\/75 {
  color: rgb(108 201 204 / 0.75);
}
.text-pine-300\/80 {
  color: rgb(108 201 204 / 0.8);
}
.text-pine-300\/85 {
  color: rgb(108 201 204 / 0.85);
}
.text-pine-300\/90 {
  color: rgb(108 201 204 / 0.9);
}
.text-pine-300\/95 {
  color: rgb(108 201 204 / 0.95);
}
.text-pine-400 {
  --tw-text-opacity: 1;
  color: rgb(49 169 168 / var(--tw-text-opacity));
}
.text-pine-400\/0 {
  color: rgb(49 169 168 / 0);
}
.text-pine-400\/10 {
  color: rgb(49 169 168 / 0.1);
}
.text-pine-400\/100 {
  color: rgb(49 169 168 / 1);
}
.text-pine-400\/15 {
  color: rgb(49 169 168 / 0.15);
}
.text-pine-400\/20 {
  color: rgb(49 169 168 / 0.2);
}
.text-pine-400\/25 {
  color: rgb(49 169 168 / 0.25);
}
.text-pine-400\/30 {
  color: rgb(49 169 168 / 0.3);
}
.text-pine-400\/35 {
  color: rgb(49 169 168 / 0.35);
}
.text-pine-400\/40 {
  color: rgb(49 169 168 / 0.4);
}
.text-pine-400\/45 {
  color: rgb(49 169 168 / 0.45);
}
.text-pine-400\/5 {
  color: rgb(49 169 168 / 0.05);
}
.text-pine-400\/50 {
  color: rgb(49 169 168 / 0.5);
}
.text-pine-400\/55 {
  color: rgb(49 169 168 / 0.55);
}
.text-pine-400\/60 {
  color: rgb(49 169 168 / 0.6);
}
.text-pine-400\/65 {
  color: rgb(49 169 168 / 0.65);
}
.text-pine-400\/70 {
  color: rgb(49 169 168 / 0.7);
}
.text-pine-400\/75 {
  color: rgb(49 169 168 / 0.75);
}
.text-pine-400\/80 {
  color: rgb(49 169 168 / 0.8);
}
.text-pine-400\/85 {
  color: rgb(49 169 168 / 0.85);
}
.text-pine-400\/90 {
  color: rgb(49 169 168 / 0.9);
}
.text-pine-400\/95 {
  color: rgb(49 169 168 / 0.95);
}
.text-pine-50 {
  --tw-text-opacity: 1;
  color: rgb(241 247 246 / var(--tw-text-opacity));
}
.text-pine-50\/0 {
  color: rgb(241 247 246 / 0);
}
.text-pine-50\/10 {
  color: rgb(241 247 246 / 0.1);
}
.text-pine-50\/100 {
  color: rgb(241 247 246 / 1);
}
.text-pine-50\/15 {
  color: rgb(241 247 246 / 0.15);
}
.text-pine-50\/20 {
  color: rgb(241 247 246 / 0.2);
}
.text-pine-50\/25 {
  color: rgb(241 247 246 / 0.25);
}
.text-pine-50\/30 {
  color: rgb(241 247 246 / 0.3);
}
.text-pine-50\/35 {
  color: rgb(241 247 246 / 0.35);
}
.text-pine-50\/40 {
  color: rgb(241 247 246 / 0.4);
}
.text-pine-50\/45 {
  color: rgb(241 247 246 / 0.45);
}
.text-pine-50\/5 {
  color: rgb(241 247 246 / 0.05);
}
.text-pine-50\/50 {
  color: rgb(241 247 246 / 0.5);
}
.text-pine-50\/55 {
  color: rgb(241 247 246 / 0.55);
}
.text-pine-50\/60 {
  color: rgb(241 247 246 / 0.6);
}
.text-pine-50\/65 {
  color: rgb(241 247 246 / 0.65);
}
.text-pine-50\/70 {
  color: rgb(241 247 246 / 0.7);
}
.text-pine-50\/75 {
  color: rgb(241 247 246 / 0.75);
}
.text-pine-50\/80 {
  color: rgb(241 247 246 / 0.8);
}
.text-pine-50\/85 {
  color: rgb(241 247 246 / 0.85);
}
.text-pine-50\/90 {
  color: rgb(241 247 246 / 0.9);
}
.text-pine-50\/95 {
  color: rgb(241 247 246 / 0.95);
}
.text-pine-500 {
  --tw-text-opacity: 1;
  color: rgb(34 139 132 / var(--tw-text-opacity));
}
.text-pine-500\/0 {
  color: rgb(34 139 132 / 0);
}
.text-pine-500\/10 {
  color: rgb(34 139 132 / 0.1);
}
.text-pine-500\/100 {
  color: rgb(34 139 132 / 1);
}
.text-pine-500\/15 {
  color: rgb(34 139 132 / 0.15);
}
.text-pine-500\/20 {
  color: rgb(34 139 132 / 0.2);
}
.text-pine-500\/25 {
  color: rgb(34 139 132 / 0.25);
}
.text-pine-500\/30 {
  color: rgb(34 139 132 / 0.3);
}
.text-pine-500\/35 {
  color: rgb(34 139 132 / 0.35);
}
.text-pine-500\/40 {
  color: rgb(34 139 132 / 0.4);
}
.text-pine-500\/45 {
  color: rgb(34 139 132 / 0.45);
}
.text-pine-500\/5 {
  color: rgb(34 139 132 / 0.05);
}
.text-pine-500\/50 {
  color: rgb(34 139 132 / 0.5);
}
.text-pine-500\/55 {
  color: rgb(34 139 132 / 0.55);
}
.text-pine-500\/60 {
  color: rgb(34 139 132 / 0.6);
}
.text-pine-500\/65 {
  color: rgb(34 139 132 / 0.65);
}
.text-pine-500\/70 {
  color: rgb(34 139 132 / 0.7);
}
.text-pine-500\/75 {
  color: rgb(34 139 132 / 0.75);
}
.text-pine-500\/80 {
  color: rgb(34 139 132 / 0.8);
}
.text-pine-500\/85 {
  color: rgb(34 139 132 / 0.85);
}
.text-pine-500\/90 {
  color: rgb(34 139 132 / 0.9);
}
.text-pine-500\/95 {
  color: rgb(34 139 132 / 0.95);
}
.text-pine-600 {
  --tw-text-opacity: 1;
  color: rgb(30 115 105 / var(--tw-text-opacity));
}
.text-pine-600\/0 {
  color: rgb(30 115 105 / 0);
}
.text-pine-600\/10 {
  color: rgb(30 115 105 / 0.1);
}
.text-pine-600\/100 {
  color: rgb(30 115 105 / 1);
}
.text-pine-600\/15 {
  color: rgb(30 115 105 / 0.15);
}
.text-pine-600\/20 {
  color: rgb(30 115 105 / 0.2);
}
.text-pine-600\/25 {
  color: rgb(30 115 105 / 0.25);
}
.text-pine-600\/30 {
  color: rgb(30 115 105 / 0.3);
}
.text-pine-600\/35 {
  color: rgb(30 115 105 / 0.35);
}
.text-pine-600\/40 {
  color: rgb(30 115 105 / 0.4);
}
.text-pine-600\/45 {
  color: rgb(30 115 105 / 0.45);
}
.text-pine-600\/5 {
  color: rgb(30 115 105 / 0.05);
}
.text-pine-600\/50 {
  color: rgb(30 115 105 / 0.5);
}
.text-pine-600\/55 {
  color: rgb(30 115 105 / 0.55);
}
.text-pine-600\/60 {
  color: rgb(30 115 105 / 0.6);
}
.text-pine-600\/65 {
  color: rgb(30 115 105 / 0.65);
}
.text-pine-600\/70 {
  color: rgb(30 115 105 / 0.7);
}
.text-pine-600\/75 {
  color: rgb(30 115 105 / 0.75);
}
.text-pine-600\/80 {
  color: rgb(30 115 105 / 0.8);
}
.text-pine-600\/85 {
  color: rgb(30 115 105 / 0.85);
}
.text-pine-600\/90 {
  color: rgb(30 115 105 / 0.9);
}
.text-pine-600\/95 {
  color: rgb(30 115 105 / 0.95);
}
.text-pine-700 {
  --tw-text-opacity: 1;
  color: rgb(27 88 82 / var(--tw-text-opacity));
}
.text-pine-700\/0 {
  color: rgb(27 88 82 / 0);
}
.text-pine-700\/10 {
  color: rgb(27 88 82 / 0.1);
}
.text-pine-700\/100 {
  color: rgb(27 88 82 / 1);
}
.text-pine-700\/15 {
  color: rgb(27 88 82 / 0.15);
}
.text-pine-700\/20 {
  color: rgb(27 88 82 / 0.2);
}
.text-pine-700\/25 {
  color: rgb(27 88 82 / 0.25);
}
.text-pine-700\/30 {
  color: rgb(27 88 82 / 0.3);
}
.text-pine-700\/35 {
  color: rgb(27 88 82 / 0.35);
}
.text-pine-700\/40 {
  color: rgb(27 88 82 / 0.4);
}
.text-pine-700\/45 {
  color: rgb(27 88 82 / 0.45);
}
.text-pine-700\/5 {
  color: rgb(27 88 82 / 0.05);
}
.text-pine-700\/50 {
  color: rgb(27 88 82 / 0.5);
}
.text-pine-700\/55 {
  color: rgb(27 88 82 / 0.55);
}
.text-pine-700\/60 {
  color: rgb(27 88 82 / 0.6);
}
.text-pine-700\/65 {
  color: rgb(27 88 82 / 0.65);
}
.text-pine-700\/70 {
  color: rgb(27 88 82 / 0.7);
}
.text-pine-700\/75 {
  color: rgb(27 88 82 / 0.75);
}
.text-pine-700\/80 {
  color: rgb(27 88 82 / 0.8);
}
.text-pine-700\/85 {
  color: rgb(27 88 82 / 0.85);
}
.text-pine-700\/90 {
  color: rgb(27 88 82 / 0.9);
}
.text-pine-700\/95 {
  color: rgb(27 88 82 / 0.95);
}
.text-pine-800 {
  --tw-text-opacity: 1;
  color: rgb(20 59 60 / var(--tw-text-opacity));
}
.text-pine-800\/0 {
  color: rgb(20 59 60 / 0);
}
.text-pine-800\/10 {
  color: rgb(20 59 60 / 0.1);
}
.text-pine-800\/100 {
  color: rgb(20 59 60 / 1);
}
.text-pine-800\/15 {
  color: rgb(20 59 60 / 0.15);
}
.text-pine-800\/20 {
  color: rgb(20 59 60 / 0.2);
}
.text-pine-800\/25 {
  color: rgb(20 59 60 / 0.25);
}
.text-pine-800\/30 {
  color: rgb(20 59 60 / 0.3);
}
.text-pine-800\/35 {
  color: rgb(20 59 60 / 0.35);
}
.text-pine-800\/40 {
  color: rgb(20 59 60 / 0.4);
}
.text-pine-800\/45 {
  color: rgb(20 59 60 / 0.45);
}
.text-pine-800\/5 {
  color: rgb(20 59 60 / 0.05);
}
.text-pine-800\/50 {
  color: rgb(20 59 60 / 0.5);
}
.text-pine-800\/55 {
  color: rgb(20 59 60 / 0.55);
}
.text-pine-800\/60 {
  color: rgb(20 59 60 / 0.6);
}
.text-pine-800\/65 {
  color: rgb(20 59 60 / 0.65);
}
.text-pine-800\/70 {
  color: rgb(20 59 60 / 0.7);
}
.text-pine-800\/75 {
  color: rgb(20 59 60 / 0.75);
}
.text-pine-800\/80 {
  color: rgb(20 59 60 / 0.8);
}
.text-pine-800\/85 {
  color: rgb(20 59 60 / 0.85);
}
.text-pine-800\/90 {
  color: rgb(20 59 60 / 0.9);
}
.text-pine-800\/95 {
  color: rgb(20 59 60 / 0.95);
}
.text-pine-900 {
  --tw-text-opacity: 1;
  color: rgb(13 36 43 / var(--tw-text-opacity));
}
.text-pine-900\/0 {
  color: rgb(13 36 43 / 0);
}
.text-pine-900\/10 {
  color: rgb(13 36 43 / 0.1);
}
.text-pine-900\/100 {
  color: rgb(13 36 43 / 1);
}
.text-pine-900\/15 {
  color: rgb(13 36 43 / 0.15);
}
.text-pine-900\/20 {
  color: rgb(13 36 43 / 0.2);
}
.text-pine-900\/25 {
  color: rgb(13 36 43 / 0.25);
}
.text-pine-900\/30 {
  color: rgb(13 36 43 / 0.3);
}
.text-pine-900\/35 {
  color: rgb(13 36 43 / 0.35);
}
.text-pine-900\/40 {
  color: rgb(13 36 43 / 0.4);
}
.text-pine-900\/45 {
  color: rgb(13 36 43 / 0.45);
}
.text-pine-900\/5 {
  color: rgb(13 36 43 / 0.05);
}
.text-pine-900\/50 {
  color: rgb(13 36 43 / 0.5);
}
.text-pine-900\/55 {
  color: rgb(13 36 43 / 0.55);
}
.text-pine-900\/60 {
  color: rgb(13 36 43 / 0.6);
}
.text-pine-900\/65 {
  color: rgb(13 36 43 / 0.65);
}
.text-pine-900\/70 {
  color: rgb(13 36 43 / 0.7);
}
.text-pine-900\/75 {
  color: rgb(13 36 43 / 0.75);
}
.text-pine-900\/80 {
  color: rgb(13 36 43 / 0.8);
}
.text-pine-900\/85 {
  color: rgb(13 36 43 / 0.85);
}
.text-pine-900\/90 {
  color: rgb(13 36 43 / 0.9);
}
.text-pine-900\/95 {
  color: rgb(13 36 43 / 0.95);
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 232 243 / var(--tw-text-opacity));
}
.text-pink-100\/0 {
  color: rgb(252 232 243 / 0);
}
.text-pink-100\/10 {
  color: rgb(252 232 243 / 0.1);
}
.text-pink-100\/100 {
  color: rgb(252 232 243 / 1);
}
.text-pink-100\/15 {
  color: rgb(252 232 243 / 0.15);
}
.text-pink-100\/20 {
  color: rgb(252 232 243 / 0.2);
}
.text-pink-100\/25 {
  color: rgb(252 232 243 / 0.25);
}
.text-pink-100\/30 {
  color: rgb(252 232 243 / 0.3);
}
.text-pink-100\/35 {
  color: rgb(252 232 243 / 0.35);
}
.text-pink-100\/40 {
  color: rgb(252 232 243 / 0.4);
}
.text-pink-100\/45 {
  color: rgb(252 232 243 / 0.45);
}
.text-pink-100\/5 {
  color: rgb(252 232 243 / 0.05);
}
.text-pink-100\/50 {
  color: rgb(252 232 243 / 0.5);
}
.text-pink-100\/55 {
  color: rgb(252 232 243 / 0.55);
}
.text-pink-100\/60 {
  color: rgb(252 232 243 / 0.6);
}
.text-pink-100\/65 {
  color: rgb(252 232 243 / 0.65);
}
.text-pink-100\/70 {
  color: rgb(252 232 243 / 0.7);
}
.text-pink-100\/75 {
  color: rgb(252 232 243 / 0.75);
}
.text-pink-100\/80 {
  color: rgb(252 232 243 / 0.8);
}
.text-pink-100\/85 {
  color: rgb(252 232 243 / 0.85);
}
.text-pink-100\/90 {
  color: rgb(252 232 243 / 0.9);
}
.text-pink-100\/95 {
  color: rgb(252 232 243 / 0.95);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(250 209 232 / var(--tw-text-opacity));
}
.text-pink-200\/0 {
  color: rgb(250 209 232 / 0);
}
.text-pink-200\/10 {
  color: rgb(250 209 232 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(250 209 232 / 1);
}
.text-pink-200\/15 {
  color: rgb(250 209 232 / 0.15);
}
.text-pink-200\/20 {
  color: rgb(250 209 232 / 0.2);
}
.text-pink-200\/25 {
  color: rgb(250 209 232 / 0.25);
}
.text-pink-200\/30 {
  color: rgb(250 209 232 / 0.3);
}
.text-pink-200\/35 {
  color: rgb(250 209 232 / 0.35);
}
.text-pink-200\/40 {
  color: rgb(250 209 232 / 0.4);
}
.text-pink-200\/45 {
  color: rgb(250 209 232 / 0.45);
}
.text-pink-200\/5 {
  color: rgb(250 209 232 / 0.05);
}
.text-pink-200\/50 {
  color: rgb(250 209 232 / 0.5);
}
.text-pink-200\/55 {
  color: rgb(250 209 232 / 0.55);
}
.text-pink-200\/60 {
  color: rgb(250 209 232 / 0.6);
}
.text-pink-200\/65 {
  color: rgb(250 209 232 / 0.65);
}
.text-pink-200\/70 {
  color: rgb(250 209 232 / 0.7);
}
.text-pink-200\/75 {
  color: rgb(250 209 232 / 0.75);
}
.text-pink-200\/80 {
  color: rgb(250 209 232 / 0.8);
}
.text-pink-200\/85 {
  color: rgb(250 209 232 / 0.85);
}
.text-pink-200\/90 {
  color: rgb(250 209 232 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(250 209 232 / 0.95);
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(248 180 217 / var(--tw-text-opacity));
}
.text-pink-300\/0 {
  color: rgb(248 180 217 / 0);
}
.text-pink-300\/10 {
  color: rgb(248 180 217 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(248 180 217 / 1);
}
.text-pink-300\/15 {
  color: rgb(248 180 217 / 0.15);
}
.text-pink-300\/20 {
  color: rgb(248 180 217 / 0.2);
}
.text-pink-300\/25 {
  color: rgb(248 180 217 / 0.25);
}
.text-pink-300\/30 {
  color: rgb(248 180 217 / 0.3);
}
.text-pink-300\/35 {
  color: rgb(248 180 217 / 0.35);
}
.text-pink-300\/40 {
  color: rgb(248 180 217 / 0.4);
}
.text-pink-300\/45 {
  color: rgb(248 180 217 / 0.45);
}
.text-pink-300\/5 {
  color: rgb(248 180 217 / 0.05);
}
.text-pink-300\/50 {
  color: rgb(248 180 217 / 0.5);
}
.text-pink-300\/55 {
  color: rgb(248 180 217 / 0.55);
}
.text-pink-300\/60 {
  color: rgb(248 180 217 / 0.6);
}
.text-pink-300\/65 {
  color: rgb(248 180 217 / 0.65);
}
.text-pink-300\/70 {
  color: rgb(248 180 217 / 0.7);
}
.text-pink-300\/75 {
  color: rgb(248 180 217 / 0.75);
}
.text-pink-300\/80 {
  color: rgb(248 180 217 / 0.8);
}
.text-pink-300\/85 {
  color: rgb(248 180 217 / 0.85);
}
.text-pink-300\/90 {
  color: rgb(248 180 217 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(248 180 217 / 0.95);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(241 126 184 / var(--tw-text-opacity));
}
.text-pink-400\/0 {
  color: rgb(241 126 184 / 0);
}
.text-pink-400\/10 {
  color: rgb(241 126 184 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(241 126 184 / 1);
}
.text-pink-400\/15 {
  color: rgb(241 126 184 / 0.15);
}
.text-pink-400\/20 {
  color: rgb(241 126 184 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(241 126 184 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(241 126 184 / 0.3);
}
.text-pink-400\/35 {
  color: rgb(241 126 184 / 0.35);
}
.text-pink-400\/40 {
  color: rgb(241 126 184 / 0.4);
}
.text-pink-400\/45 {
  color: rgb(241 126 184 / 0.45);
}
.text-pink-400\/5 {
  color: rgb(241 126 184 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(241 126 184 / 0.5);
}
.text-pink-400\/55 {
  color: rgb(241 126 184 / 0.55);
}
.text-pink-400\/60 {
  color: rgb(241 126 184 / 0.6);
}
.text-pink-400\/65 {
  color: rgb(241 126 184 / 0.65);
}
.text-pink-400\/70 {
  color: rgb(241 126 184 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(241 126 184 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(241 126 184 / 0.8);
}
.text-pink-400\/85 {
  color: rgb(241 126 184 / 0.85);
}
.text-pink-400\/90 {
  color: rgb(241 126 184 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(241 126 184 / 0.95);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}
.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}
.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}
.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}
.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}
.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}
.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(231 70 148 / var(--tw-text-opacity));
}
.text-pink-500\/0 {
  color: rgb(231 70 148 / 0);
}
.text-pink-500\/10 {
  color: rgb(231 70 148 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(231 70 148 / 1);
}
.text-pink-500\/15 {
  color: rgb(231 70 148 / 0.15);
}
.text-pink-500\/20 {
  color: rgb(231 70 148 / 0.2);
}
.text-pink-500\/25 {
  color: rgb(231 70 148 / 0.25);
}
.text-pink-500\/30 {
  color: rgb(231 70 148 / 0.3);
}
.text-pink-500\/35 {
  color: rgb(231 70 148 / 0.35);
}
.text-pink-500\/40 {
  color: rgb(231 70 148 / 0.4);
}
.text-pink-500\/45 {
  color: rgb(231 70 148 / 0.45);
}
.text-pink-500\/5 {
  color: rgb(231 70 148 / 0.05);
}
.text-pink-500\/50 {
  color: rgb(231 70 148 / 0.5);
}
.text-pink-500\/55 {
  color: rgb(231 70 148 / 0.55);
}
.text-pink-500\/60 {
  color: rgb(231 70 148 / 0.6);
}
.text-pink-500\/65 {
  color: rgb(231 70 148 / 0.65);
}
.text-pink-500\/70 {
  color: rgb(231 70 148 / 0.7);
}
.text-pink-500\/75 {
  color: rgb(231 70 148 / 0.75);
}
.text-pink-500\/80 {
  color: rgb(231 70 148 / 0.8);
}
.text-pink-500\/85 {
  color: rgb(231 70 148 / 0.85);
}
.text-pink-500\/90 {
  color: rgb(231 70 148 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(231 70 148 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(214 31 105 / var(--tw-text-opacity));
}
.text-pink-600\/0 {
  color: rgb(214 31 105 / 0);
}
.text-pink-600\/10 {
  color: rgb(214 31 105 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(214 31 105 / 1);
}
.text-pink-600\/15 {
  color: rgb(214 31 105 / 0.15);
}
.text-pink-600\/20 {
  color: rgb(214 31 105 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(214 31 105 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(214 31 105 / 0.3);
}
.text-pink-600\/35 {
  color: rgb(214 31 105 / 0.35);
}
.text-pink-600\/40 {
  color: rgb(214 31 105 / 0.4);
}
.text-pink-600\/45 {
  color: rgb(214 31 105 / 0.45);
}
.text-pink-600\/5 {
  color: rgb(214 31 105 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(214 31 105 / 0.5);
}
.text-pink-600\/55 {
  color: rgb(214 31 105 / 0.55);
}
.text-pink-600\/60 {
  color: rgb(214 31 105 / 0.6);
}
.text-pink-600\/65 {
  color: rgb(214 31 105 / 0.65);
}
.text-pink-600\/70 {
  color: rgb(214 31 105 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(214 31 105 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(214 31 105 / 0.8);
}
.text-pink-600\/85 {
  color: rgb(214 31 105 / 0.85);
}
.text-pink-600\/90 {
  color: rgb(214 31 105 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(214 31 105 / 0.95);
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(191 18 93 / var(--tw-text-opacity));
}
.text-pink-700\/0 {
  color: rgb(191 18 93 / 0);
}
.text-pink-700\/10 {
  color: rgb(191 18 93 / 0.1);
}
.text-pink-700\/100 {
  color: rgb(191 18 93 / 1);
}
.text-pink-700\/15 {
  color: rgb(191 18 93 / 0.15);
}
.text-pink-700\/20 {
  color: rgb(191 18 93 / 0.2);
}
.text-pink-700\/25 {
  color: rgb(191 18 93 / 0.25);
}
.text-pink-700\/30 {
  color: rgb(191 18 93 / 0.3);
}
.text-pink-700\/35 {
  color: rgb(191 18 93 / 0.35);
}
.text-pink-700\/40 {
  color: rgb(191 18 93 / 0.4);
}
.text-pink-700\/45 {
  color: rgb(191 18 93 / 0.45);
}
.text-pink-700\/5 {
  color: rgb(191 18 93 / 0.05);
}
.text-pink-700\/50 {
  color: rgb(191 18 93 / 0.5);
}
.text-pink-700\/55 {
  color: rgb(191 18 93 / 0.55);
}
.text-pink-700\/60 {
  color: rgb(191 18 93 / 0.6);
}
.text-pink-700\/65 {
  color: rgb(191 18 93 / 0.65);
}
.text-pink-700\/70 {
  color: rgb(191 18 93 / 0.7);
}
.text-pink-700\/75 {
  color: rgb(191 18 93 / 0.75);
}
.text-pink-700\/80 {
  color: rgb(191 18 93 / 0.8);
}
.text-pink-700\/85 {
  color: rgb(191 18 93 / 0.85);
}
.text-pink-700\/90 {
  color: rgb(191 18 93 / 0.9);
}
.text-pink-700\/95 {
  color: rgb(191 18 93 / 0.95);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(153 21 75 / var(--tw-text-opacity));
}
.text-pink-800\/0 {
  color: rgb(153 21 75 / 0);
}
.text-pink-800\/10 {
  color: rgb(153 21 75 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(153 21 75 / 1);
}
.text-pink-800\/15 {
  color: rgb(153 21 75 / 0.15);
}
.text-pink-800\/20 {
  color: rgb(153 21 75 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(153 21 75 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(153 21 75 / 0.3);
}
.text-pink-800\/35 {
  color: rgb(153 21 75 / 0.35);
}
.text-pink-800\/40 {
  color: rgb(153 21 75 / 0.4);
}
.text-pink-800\/45 {
  color: rgb(153 21 75 / 0.45);
}
.text-pink-800\/5 {
  color: rgb(153 21 75 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(153 21 75 / 0.5);
}
.text-pink-800\/55 {
  color: rgb(153 21 75 / 0.55);
}
.text-pink-800\/60 {
  color: rgb(153 21 75 / 0.6);
}
.text-pink-800\/65 {
  color: rgb(153 21 75 / 0.65);
}
.text-pink-800\/70 {
  color: rgb(153 21 75 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(153 21 75 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(153 21 75 / 0.8);
}
.text-pink-800\/85 {
  color: rgb(153 21 75 / 0.85);
}
.text-pink-800\/90 {
  color: rgb(153 21 75 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(153 21 75 / 0.95);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(117 26 61 / var(--tw-text-opacity));
}
.text-pink-900\/0 {
  color: rgb(117 26 61 / 0);
}
.text-pink-900\/10 {
  color: rgb(117 26 61 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(117 26 61 / 1);
}
.text-pink-900\/15 {
  color: rgb(117 26 61 / 0.15);
}
.text-pink-900\/20 {
  color: rgb(117 26 61 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(117 26 61 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(117 26 61 / 0.3);
}
.text-pink-900\/35 {
  color: rgb(117 26 61 / 0.35);
}
.text-pink-900\/40 {
  color: rgb(117 26 61 / 0.4);
}
.text-pink-900\/45 {
  color: rgb(117 26 61 / 0.45);
}
.text-pink-900\/5 {
  color: rgb(117 26 61 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(117 26 61 / 0.5);
}
.text-pink-900\/55 {
  color: rgb(117 26 61 / 0.55);
}
.text-pink-900\/60 {
  color: rgb(117 26 61 / 0.6);
}
.text-pink-900\/65 {
  color: rgb(117 26 61 / 0.65);
}
.text-pink-900\/70 {
  color: rgb(117 26 61 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(117 26 61 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(117 26 61 / 0.8);
}
.text-pink-900\/85 {
  color: rgb(117 26 61 / 0.85);
}
.text-pink-900\/90 {
  color: rgb(117 26 61 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(117 26 61 / 0.95);
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(215 241 249 / var(--tw-text-opacity));
}
.text-primary-100\/0 {
  color: rgb(215 241 249 / 0);
}
.text-primary-100\/10 {
  color: rgb(215 241 249 / 0.1);
}
.text-primary-100\/100 {
  color: rgb(215 241 249 / 1);
}
.text-primary-100\/15 {
  color: rgb(215 241 249 / 0.15);
}
.text-primary-100\/20 {
  color: rgb(215 241 249 / 0.2);
}
.text-primary-100\/25 {
  color: rgb(215 241 249 / 0.25);
}
.text-primary-100\/30 {
  color: rgb(215 241 249 / 0.3);
}
.text-primary-100\/35 {
  color: rgb(215 241 249 / 0.35);
}
.text-primary-100\/40 {
  color: rgb(215 241 249 / 0.4);
}
.text-primary-100\/45 {
  color: rgb(215 241 249 / 0.45);
}
.text-primary-100\/5 {
  color: rgb(215 241 249 / 0.05);
}
.text-primary-100\/50 {
  color: rgb(215 241 249 / 0.5);
}
.text-primary-100\/55 {
  color: rgb(215 241 249 / 0.55);
}
.text-primary-100\/60 {
  color: rgb(215 241 249 / 0.6);
}
.text-primary-100\/65 {
  color: rgb(215 241 249 / 0.65);
}
.text-primary-100\/70 {
  color: rgb(215 241 249 / 0.7);
}
.text-primary-100\/75 {
  color: rgb(215 241 249 / 0.75);
}
.text-primary-100\/80 {
  color: rgb(215 241 249 / 0.8);
}
.text-primary-100\/85 {
  color: rgb(215 241 249 / 0.85);
}
.text-primary-100\/90 {
  color: rgb(215 241 249 / 0.9);
}
.text-primary-100\/95 {
  color: rgb(215 241 249 / 0.95);
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(168 227 242 / var(--tw-text-opacity));
}
.text-primary-200\/0 {
  color: rgb(168 227 242 / 0);
}
.text-primary-200\/10 {
  color: rgb(168 227 242 / 0.1);
}
.text-primary-200\/100 {
  color: rgb(168 227 242 / 1);
}
.text-primary-200\/15 {
  color: rgb(168 227 242 / 0.15);
}
.text-primary-200\/20 {
  color: rgb(168 227 242 / 0.2);
}
.text-primary-200\/25 {
  color: rgb(168 227 242 / 0.25);
}
.text-primary-200\/30 {
  color: rgb(168 227 242 / 0.3);
}
.text-primary-200\/35 {
  color: rgb(168 227 242 / 0.35);
}
.text-primary-200\/40 {
  color: rgb(168 227 242 / 0.4);
}
.text-primary-200\/45 {
  color: rgb(168 227 242 / 0.45);
}
.text-primary-200\/5 {
  color: rgb(168 227 242 / 0.05);
}
.text-primary-200\/50 {
  color: rgb(168 227 242 / 0.5);
}
.text-primary-200\/55 {
  color: rgb(168 227 242 / 0.55);
}
.text-primary-200\/60 {
  color: rgb(168 227 242 / 0.6);
}
.text-primary-200\/65 {
  color: rgb(168 227 242 / 0.65);
}
.text-primary-200\/70 {
  color: rgb(168 227 242 / 0.7);
}
.text-primary-200\/75 {
  color: rgb(168 227 242 / 0.75);
}
.text-primary-200\/80 {
  color: rgb(168 227 242 / 0.8);
}
.text-primary-200\/85 {
  color: rgb(168 227 242 / 0.85);
}
.text-primary-200\/90 {
  color: rgb(168 227 242 / 0.9);
}
.text-primary-200\/95 {
  color: rgb(168 227 242 / 0.95);
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(114 197 223 / var(--tw-text-opacity));
}
.text-primary-300\/0 {
  color: rgb(114 197 223 / 0);
}
.text-primary-300\/10 {
  color: rgb(114 197 223 / 0.1);
}
.text-primary-300\/100 {
  color: rgb(114 197 223 / 1);
}
.text-primary-300\/15 {
  color: rgb(114 197 223 / 0.15);
}
.text-primary-300\/20 {
  color: rgb(114 197 223 / 0.2);
}
.text-primary-300\/25 {
  color: rgb(114 197 223 / 0.25);
}
.text-primary-300\/30 {
  color: rgb(114 197 223 / 0.3);
}
.text-primary-300\/35 {
  color: rgb(114 197 223 / 0.35);
}
.text-primary-300\/40 {
  color: rgb(114 197 223 / 0.4);
}
.text-primary-300\/45 {
  color: rgb(114 197 223 / 0.45);
}
.text-primary-300\/5 {
  color: rgb(114 197 223 / 0.05);
}
.text-primary-300\/50 {
  color: rgb(114 197 223 / 0.5);
}
.text-primary-300\/55 {
  color: rgb(114 197 223 / 0.55);
}
.text-primary-300\/60 {
  color: rgb(114 197 223 / 0.6);
}
.text-primary-300\/65 {
  color: rgb(114 197 223 / 0.65);
}
.text-primary-300\/70 {
  color: rgb(114 197 223 / 0.7);
}
.text-primary-300\/75 {
  color: rgb(114 197 223 / 0.75);
}
.text-primary-300\/80 {
  color: rgb(114 197 223 / 0.8);
}
.text-primary-300\/85 {
  color: rgb(114 197 223 / 0.85);
}
.text-primary-300\/90 {
  color: rgb(114 197 223 / 0.9);
}
.text-primary-300\/95 {
  color: rgb(114 197 223 / 0.95);
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(58 163 198 / var(--tw-text-opacity));
}
.text-primary-400\/0 {
  color: rgb(58 163 198 / 0);
}
.text-primary-400\/10 {
  color: rgb(58 163 198 / 0.1);
}
.text-primary-400\/100 {
  color: rgb(58 163 198 / 1);
}
.text-primary-400\/15 {
  color: rgb(58 163 198 / 0.15);
}
.text-primary-400\/20 {
  color: rgb(58 163 198 / 0.2);
}
.text-primary-400\/25 {
  color: rgb(58 163 198 / 0.25);
}
.text-primary-400\/30 {
  color: rgb(58 163 198 / 0.3);
}
.text-primary-400\/35 {
  color: rgb(58 163 198 / 0.35);
}
.text-primary-400\/40 {
  color: rgb(58 163 198 / 0.4);
}
.text-primary-400\/45 {
  color: rgb(58 163 198 / 0.45);
}
.text-primary-400\/5 {
  color: rgb(58 163 198 / 0.05);
}
.text-primary-400\/50 {
  color: rgb(58 163 198 / 0.5);
}
.text-primary-400\/55 {
  color: rgb(58 163 198 / 0.55);
}
.text-primary-400\/60 {
  color: rgb(58 163 198 / 0.6);
}
.text-primary-400\/65 {
  color: rgb(58 163 198 / 0.65);
}
.text-primary-400\/70 {
  color: rgb(58 163 198 / 0.7);
}
.text-primary-400\/75 {
  color: rgb(58 163 198 / 0.75);
}
.text-primary-400\/80 {
  color: rgb(58 163 198 / 0.8);
}
.text-primary-400\/85 {
  color: rgb(58 163 198 / 0.85);
}
.text-primary-400\/90 {
  color: rgb(58 163 198 / 0.9);
}
.text-primary-400\/95 {
  color: rgb(58 163 198 / 0.95);
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(242 248 248 / var(--tw-text-opacity));
}
.text-primary-50\/0 {
  color: rgb(242 248 248 / 0);
}
.text-primary-50\/10 {
  color: rgb(242 248 248 / 0.1);
}
.text-primary-50\/100 {
  color: rgb(242 248 248 / 1);
}
.text-primary-50\/15 {
  color: rgb(242 248 248 / 0.15);
}
.text-primary-50\/20 {
  color: rgb(242 248 248 / 0.2);
}
.text-primary-50\/25 {
  color: rgb(242 248 248 / 0.25);
}
.text-primary-50\/30 {
  color: rgb(242 248 248 / 0.3);
}
.text-primary-50\/35 {
  color: rgb(242 248 248 / 0.35);
}
.text-primary-50\/40 {
  color: rgb(242 248 248 / 0.4);
}
.text-primary-50\/45 {
  color: rgb(242 248 248 / 0.45);
}
.text-primary-50\/5 {
  color: rgb(242 248 248 / 0.05);
}
.text-primary-50\/50 {
  color: rgb(242 248 248 / 0.5);
}
.text-primary-50\/55 {
  color: rgb(242 248 248 / 0.55);
}
.text-primary-50\/60 {
  color: rgb(242 248 248 / 0.6);
}
.text-primary-50\/65 {
  color: rgb(242 248 248 / 0.65);
}
.text-primary-50\/70 {
  color: rgb(242 248 248 / 0.7);
}
.text-primary-50\/75 {
  color: rgb(242 248 248 / 0.75);
}
.text-primary-50\/80 {
  color: rgb(242 248 248 / 0.8);
}
.text-primary-50\/85 {
  color: rgb(242 248 248 / 0.85);
}
.text-primary-50\/90 {
  color: rgb(242 248 248 / 0.9);
}
.text-primary-50\/95 {
  color: rgb(242 248 248 / 0.95);
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(2 125 182 / var(--tw-text-opacity));
}
.text-primary-500\/0 {
  color: rgb(2 125 182 / 0);
}
.text-primary-500\/10 {
  color: rgb(2 125 182 / 0.1);
}
.text-primary-500\/100 {
  color: rgb(2 125 182 / 1);
}
.text-primary-500\/15 {
  color: rgb(2 125 182 / 0.15);
}
.text-primary-500\/20 {
  color: rgb(2 125 182 / 0.2);
}
.text-primary-500\/25 {
  color: rgb(2 125 182 / 0.25);
}
.text-primary-500\/30 {
  color: rgb(2 125 182 / 0.3);
}
.text-primary-500\/35 {
  color: rgb(2 125 182 / 0.35);
}
.text-primary-500\/40 {
  color: rgb(2 125 182 / 0.4);
}
.text-primary-500\/45 {
  color: rgb(2 125 182 / 0.45);
}
.text-primary-500\/5 {
  color: rgb(2 125 182 / 0.05);
}
.text-primary-500\/50 {
  color: rgb(2 125 182 / 0.5);
}
.text-primary-500\/55 {
  color: rgb(2 125 182 / 0.55);
}
.text-primary-500\/60 {
  color: rgb(2 125 182 / 0.6);
}
.text-primary-500\/65 {
  color: rgb(2 125 182 / 0.65);
}
.text-primary-500\/70 {
  color: rgb(2 125 182 / 0.7);
}
.text-primary-500\/75 {
  color: rgb(2 125 182 / 0.75);
}
.text-primary-500\/80 {
  color: rgb(2 125 182 / 0.8);
}
.text-primary-500\/85 {
  color: rgb(2 125 182 / 0.85);
}
.text-primary-500\/90 {
  color: rgb(2 125 182 / 0.9);
}
.text-primary-500\/95 {
  color: rgb(2 125 182 / 0.95);
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(36 106 146 / var(--tw-text-opacity));
}
.text-primary-600\/0 {
  color: rgb(36 106 146 / 0);
}
.text-primary-600\/10 {
  color: rgb(36 106 146 / 0.1);
}
.text-primary-600\/100 {
  color: rgb(36 106 146 / 1);
}
.text-primary-600\/15 {
  color: rgb(36 106 146 / 0.15);
}
.text-primary-600\/20 {
  color: rgb(36 106 146 / 0.2);
}
.text-primary-600\/25 {
  color: rgb(36 106 146 / 0.25);
}
.text-primary-600\/30 {
  color: rgb(36 106 146 / 0.3);
}
.text-primary-600\/35 {
  color: rgb(36 106 146 / 0.35);
}
.text-primary-600\/40 {
  color: rgb(36 106 146 / 0.4);
}
.text-primary-600\/45 {
  color: rgb(36 106 146 / 0.45);
}
.text-primary-600\/5 {
  color: rgb(36 106 146 / 0.05);
}
.text-primary-600\/50 {
  color: rgb(36 106 146 / 0.5);
}
.text-primary-600\/55 {
  color: rgb(36 106 146 / 0.55);
}
.text-primary-600\/60 {
  color: rgb(36 106 146 / 0.6);
}
.text-primary-600\/65 {
  color: rgb(36 106 146 / 0.65);
}
.text-primary-600\/70 {
  color: rgb(36 106 146 / 0.7);
}
.text-primary-600\/75 {
  color: rgb(36 106 146 / 0.75);
}
.text-primary-600\/80 {
  color: rgb(36 106 146 / 0.8);
}
.text-primary-600\/85 {
  color: rgb(36 106 146 / 0.85);
}
.text-primary-600\/90 {
  color: rgb(36 106 146 / 0.9);
}
.text-primary-600\/95 {
  color: rgb(36 106 146 / 0.95);
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(31 80 114 / var(--tw-text-opacity));
}
.text-primary-700\/0 {
  color: rgb(31 80 114 / 0);
}
.text-primary-700\/10 {
  color: rgb(31 80 114 / 0.1);
}
.text-primary-700\/100 {
  color: rgb(31 80 114 / 1);
}
.text-primary-700\/15 {
  color: rgb(31 80 114 / 0.15);
}
.text-primary-700\/20 {
  color: rgb(31 80 114 / 0.2);
}
.text-primary-700\/25 {
  color: rgb(31 80 114 / 0.25);
}
.text-primary-700\/30 {
  color: rgb(31 80 114 / 0.3);
}
.text-primary-700\/35 {
  color: rgb(31 80 114 / 0.35);
}
.text-primary-700\/40 {
  color: rgb(31 80 114 / 0.4);
}
.text-primary-700\/45 {
  color: rgb(31 80 114 / 0.45);
}
.text-primary-700\/5 {
  color: rgb(31 80 114 / 0.05);
}
.text-primary-700\/50 {
  color: rgb(31 80 114 / 0.5);
}
.text-primary-700\/55 {
  color: rgb(31 80 114 / 0.55);
}
.text-primary-700\/60 {
  color: rgb(31 80 114 / 0.6);
}
.text-primary-700\/65 {
  color: rgb(31 80 114 / 0.65);
}
.text-primary-700\/70 {
  color: rgb(31 80 114 / 0.7);
}
.text-primary-700\/75 {
  color: rgb(31 80 114 / 0.75);
}
.text-primary-700\/80 {
  color: rgb(31 80 114 / 0.8);
}
.text-primary-700\/85 {
  color: rgb(31 80 114 / 0.85);
}
.text-primary-700\/90 {
  color: rgb(31 80 114 / 0.9);
}
.text-primary-700\/95 {
  color: rgb(31 80 114 / 0.95);
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(23 54 82 / var(--tw-text-opacity));
}
.text-primary-800\/0 {
  color: rgb(23 54 82 / 0);
}
.text-primary-800\/10 {
  color: rgb(23 54 82 / 0.1);
}
.text-primary-800\/100 {
  color: rgb(23 54 82 / 1);
}
.text-primary-800\/15 {
  color: rgb(23 54 82 / 0.15);
}
.text-primary-800\/20 {
  color: rgb(23 54 82 / 0.2);
}
.text-primary-800\/25 {
  color: rgb(23 54 82 / 0.25);
}
.text-primary-800\/30 {
  color: rgb(23 54 82 / 0.3);
}
.text-primary-800\/35 {
  color: rgb(23 54 82 / 0.35);
}
.text-primary-800\/40 {
  color: rgb(23 54 82 / 0.4);
}
.text-primary-800\/45 {
  color: rgb(23 54 82 / 0.45);
}
.text-primary-800\/5 {
  color: rgb(23 54 82 / 0.05);
}
.text-primary-800\/50 {
  color: rgb(23 54 82 / 0.5);
}
.text-primary-800\/55 {
  color: rgb(23 54 82 / 0.55);
}
.text-primary-800\/60 {
  color: rgb(23 54 82 / 0.6);
}
.text-primary-800\/65 {
  color: rgb(23 54 82 / 0.65);
}
.text-primary-800\/70 {
  color: rgb(23 54 82 / 0.7);
}
.text-primary-800\/75 {
  color: rgb(23 54 82 / 0.75);
}
.text-primary-800\/80 {
  color: rgb(23 54 82 / 0.8);
}
.text-primary-800\/85 {
  color: rgb(23 54 82 / 0.85);
}
.text-primary-800\/90 {
  color: rgb(23 54 82 / 0.9);
}
.text-primary-800\/95 {
  color: rgb(23 54 82 / 0.95);
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(14 33 55 / var(--tw-text-opacity));
}
.text-primary-900\/0 {
  color: rgb(14 33 55 / 0);
}
.text-primary-900\/10 {
  color: rgb(14 33 55 / 0.1);
}
.text-primary-900\/100 {
  color: rgb(14 33 55 / 1);
}
.text-primary-900\/15 {
  color: rgb(14 33 55 / 0.15);
}
.text-primary-900\/20 {
  color: rgb(14 33 55 / 0.2);
}
.text-primary-900\/25 {
  color: rgb(14 33 55 / 0.25);
}
.text-primary-900\/30 {
  color: rgb(14 33 55 / 0.3);
}
.text-primary-900\/35 {
  color: rgb(14 33 55 / 0.35);
}
.text-primary-900\/40 {
  color: rgb(14 33 55 / 0.4);
}
.text-primary-900\/45 {
  color: rgb(14 33 55 / 0.45);
}
.text-primary-900\/5 {
  color: rgb(14 33 55 / 0.05);
}
.text-primary-900\/50 {
  color: rgb(14 33 55 / 0.5);
}
.text-primary-900\/55 {
  color: rgb(14 33 55 / 0.55);
}
.text-primary-900\/60 {
  color: rgb(14 33 55 / 0.6);
}
.text-primary-900\/65 {
  color: rgb(14 33 55 / 0.65);
}
.text-primary-900\/70 {
  color: rgb(14 33 55 / 0.7);
}
.text-primary-900\/75 {
  color: rgb(14 33 55 / 0.75);
}
.text-primary-900\/80 {
  color: rgb(14 33 55 / 0.8);
}
.text-primary-900\/85 {
  color: rgb(14 33 55 / 0.85);
}
.text-primary-900\/90 {
  color: rgb(14 33 55 / 0.9);
}
.text-primary-900\/95 {
  color: rgb(14 33 55 / 0.95);
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.text-purple-100\/0 {
  color: rgb(237 233 254 / 0);
}
.text-purple-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(237 233 254 / 1);
}
.text-purple-100\/15 {
  color: rgb(237 233 254 / 0.15);
}
.text-purple-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.text-purple-100\/35 {
  color: rgb(237 233 254 / 0.35);
}
.text-purple-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.text-purple-100\/45 {
  color: rgb(237 233 254 / 0.45);
}
.text-purple-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.text-purple-100\/55 {
  color: rgb(237 233 254 / 0.55);
}
.text-purple-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.text-purple-100\/65 {
  color: rgb(237 233 254 / 0.65);
}
.text-purple-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.text-purple-100\/85 {
  color: rgb(237 233 254 / 0.85);
}
.text-purple-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.text-purple-200\/0 {
  color: rgb(221 214 254 / 0);
}
.text-purple-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(221 214 254 / 1);
}
.text-purple-200\/15 {
  color: rgb(221 214 254 / 0.15);
}
.text-purple-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.text-purple-200\/35 {
  color: rgb(221 214 254 / 0.35);
}
.text-purple-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.text-purple-200\/45 {
  color: rgb(221 214 254 / 0.45);
}
.text-purple-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(221 214 254 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(221 214 254 / 0.65);
}
.text-purple-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.text-purple-200\/85 {
  color: rgb(221 214 254 / 0.85);
}
.text-purple-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.text-purple-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-purple-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-purple-300\/15 {
  color: rgb(196 181 253 / 0.15);
}
.text-purple-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.text-purple-300\/35 {
  color: rgb(196 181 253 / 0.35);
}
.text-purple-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.text-purple-300\/45 {
  color: rgb(196 181 253 / 0.45);
}
.text-purple-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.text-purple-300\/55 {
  color: rgb(196 181 253 / 0.55);
}
.text-purple-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.text-purple-300\/65 {
  color: rgb(196 181 253 / 0.65);
}
.text-purple-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-purple-300\/85 {
  color: rgb(196 181 253 / 0.85);
}
.text-purple-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.text-purple-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-purple-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-purple-400\/15 {
  color: rgb(167 139 250 / 0.15);
}
.text-purple-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(167 139 250 / 0.35);
}
.text-purple-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(167 139 250 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(167 139 250 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(167 139 250 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(167 139 250 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.text-purple-50\/0 {
  color: rgb(245 243 255 / 0);
}
.text-purple-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(245 243 255 / 1);
}
.text-purple-50\/15 {
  color: rgb(245 243 255 / 0.15);
}
.text-purple-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.text-purple-50\/35 {
  color: rgb(245 243 255 / 0.35);
}
.text-purple-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.text-purple-50\/45 {
  color: rgb(245 243 255 / 0.45);
}
.text-purple-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.text-purple-50\/55 {
  color: rgb(245 243 255 / 0.55);
}
.text-purple-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.text-purple-50\/65 {
  color: rgb(245 243 255 / 0.65);
}
.text-purple-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.text-purple-50\/85 {
  color: rgb(245 243 255 / 0.85);
}
.text-purple-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.text-purple-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-purple-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-purple-500\/15 {
  color: rgb(139 92 246 / 0.15);
}
.text-purple-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-purple-500\/35 {
  color: rgb(139 92 246 / 0.35);
}
.text-purple-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-purple-500\/45 {
  color: rgb(139 92 246 / 0.45);
}
.text-purple-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-purple-500\/55 {
  color: rgb(139 92 246 / 0.55);
}
.text-purple-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-purple-500\/65 {
  color: rgb(139 92 246 / 0.65);
}
.text-purple-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-purple-500\/85 {
  color: rgb(139 92 246 / 0.85);
}
.text-purple-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.text-purple-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-purple-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-purple-600\/15 {
  color: rgb(124 58 237 / 0.15);
}
.text-purple-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(124 58 237 / 0.35);
}
.text-purple-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(124 58 237 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(124 58 237 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(124 58 237 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(124 58 237 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.text-purple-700\/0 {
  color: rgb(109 40 217 / 0);
}
.text-purple-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(109 40 217 / 1);
}
.text-purple-700\/15 {
  color: rgb(109 40 217 / 0.15);
}
.text-purple-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.text-purple-700\/35 {
  color: rgb(109 40 217 / 0.35);
}
.text-purple-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.text-purple-700\/45 {
  color: rgb(109 40 217 / 0.45);
}
.text-purple-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.text-purple-700\/55 {
  color: rgb(109 40 217 / 0.55);
}
.text-purple-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.text-purple-700\/65 {
  color: rgb(109 40 217 / 0.65);
}
.text-purple-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.text-purple-700\/85 {
  color: rgb(109 40 217 / 0.85);
}
.text-purple-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.text-purple-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-purple-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-purple-800\/15 {
  color: rgb(91 33 182 / 0.15);
}
.text-purple-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.text-purple-800\/35 {
  color: rgb(91 33 182 / 0.35);
}
.text-purple-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.text-purple-800\/45 {
  color: rgb(91 33 182 / 0.45);
}
.text-purple-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.text-purple-800\/55 {
  color: rgb(91 33 182 / 0.55);
}
.text-purple-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.text-purple-800\/65 {
  color: rgb(91 33 182 / 0.65);
}
.text-purple-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-purple-800\/85 {
  color: rgb(91 33 182 / 0.85);
}
.text-purple-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.text-purple-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-purple-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-purple-900\/15 {
  color: rgb(76 29 149 / 0.15);
}
.text-purple-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-purple-900\/35 {
  color: rgb(76 29 149 / 0.35);
}
.text-purple-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-purple-900\/45 {
  color: rgb(76 29 149 / 0.45);
}
.text-purple-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-purple-900\/55 {
  color: rgb(76 29 149 / 0.55);
}
.text-purple-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-purple-900\/65 {
  color: rgb(76 29 149 / 0.65);
}
.text-purple-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-purple-900\/85 {
  color: rgb(76 29 149 / 0.85);
}
.text-purple-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(253 232 232 / var(--tw-text-opacity));
}
.text-red-100\/0 {
  color: rgb(253 232 232 / 0);
}
.text-red-100\/10 {
  color: rgb(253 232 232 / 0.1);
}
.text-red-100\/100 {
  color: rgb(253 232 232 / 1);
}
.text-red-100\/15 {
  color: rgb(253 232 232 / 0.15);
}
.text-red-100\/20 {
  color: rgb(253 232 232 / 0.2);
}
.text-red-100\/25 {
  color: rgb(253 232 232 / 0.25);
}
.text-red-100\/30 {
  color: rgb(253 232 232 / 0.3);
}
.text-red-100\/35 {
  color: rgb(253 232 232 / 0.35);
}
.text-red-100\/40 {
  color: rgb(253 232 232 / 0.4);
}
.text-red-100\/45 {
  color: rgb(253 232 232 / 0.45);
}
.text-red-100\/5 {
  color: rgb(253 232 232 / 0.05);
}
.text-red-100\/50 {
  color: rgb(253 232 232 / 0.5);
}
.text-red-100\/55 {
  color: rgb(253 232 232 / 0.55);
}
.text-red-100\/60 {
  color: rgb(253 232 232 / 0.6);
}
.text-red-100\/65 {
  color: rgb(253 232 232 / 0.65);
}
.text-red-100\/70 {
  color: rgb(253 232 232 / 0.7);
}
.text-red-100\/75 {
  color: rgb(253 232 232 / 0.75);
}
.text-red-100\/80 {
  color: rgb(253 232 232 / 0.8);
}
.text-red-100\/85 {
  color: rgb(253 232 232 / 0.85);
}
.text-red-100\/90 {
  color: rgb(253 232 232 / 0.9);
}
.text-red-100\/95 {
  color: rgb(253 232 232 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(251 213 213 / var(--tw-text-opacity));
}
.text-red-200\/0 {
  color: rgb(251 213 213 / 0);
}
.text-red-200\/10 {
  color: rgb(251 213 213 / 0.1);
}
.text-red-200\/100 {
  color: rgb(251 213 213 / 1);
}
.text-red-200\/15 {
  color: rgb(251 213 213 / 0.15);
}
.text-red-200\/20 {
  color: rgb(251 213 213 / 0.2);
}
.text-red-200\/25 {
  color: rgb(251 213 213 / 0.25);
}
.text-red-200\/30 {
  color: rgb(251 213 213 / 0.3);
}
.text-red-200\/35 {
  color: rgb(251 213 213 / 0.35);
}
.text-red-200\/40 {
  color: rgb(251 213 213 / 0.4);
}
.text-red-200\/45 {
  color: rgb(251 213 213 / 0.45);
}
.text-red-200\/5 {
  color: rgb(251 213 213 / 0.05);
}
.text-red-200\/50 {
  color: rgb(251 213 213 / 0.5);
}
.text-red-200\/55 {
  color: rgb(251 213 213 / 0.55);
}
.text-red-200\/60 {
  color: rgb(251 213 213 / 0.6);
}
.text-red-200\/65 {
  color: rgb(251 213 213 / 0.65);
}
.text-red-200\/70 {
  color: rgb(251 213 213 / 0.7);
}
.text-red-200\/75 {
  color: rgb(251 213 213 / 0.75);
}
.text-red-200\/80 {
  color: rgb(251 213 213 / 0.8);
}
.text-red-200\/85 {
  color: rgb(251 213 213 / 0.85);
}
.text-red-200\/90 {
  color: rgb(251 213 213 / 0.9);
}
.text-red-200\/95 {
  color: rgb(251 213 213 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(248 180 180 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(248 180 180 / 0);
}
.text-red-300\/10 {
  color: rgb(248 180 180 / 0.1);
}
.text-red-300\/100 {
  color: rgb(248 180 180 / 1);
}
.text-red-300\/15 {
  color: rgb(248 180 180 / 0.15);
}
.text-red-300\/20 {
  color: rgb(248 180 180 / 0.2);
}
.text-red-300\/25 {
  color: rgb(248 180 180 / 0.25);
}
.text-red-300\/30 {
  color: rgb(248 180 180 / 0.3);
}
.text-red-300\/35 {
  color: rgb(248 180 180 / 0.35);
}
.text-red-300\/40 {
  color: rgb(248 180 180 / 0.4);
}
.text-red-300\/45 {
  color: rgb(248 180 180 / 0.45);
}
.text-red-300\/5 {
  color: rgb(248 180 180 / 0.05);
}
.text-red-300\/50 {
  color: rgb(248 180 180 / 0.5);
}
.text-red-300\/55 {
  color: rgb(248 180 180 / 0.55);
}
.text-red-300\/60 {
  color: rgb(248 180 180 / 0.6);
}
.text-red-300\/65 {
  color: rgb(248 180 180 / 0.65);
}
.text-red-300\/70 {
  color: rgb(248 180 180 / 0.7);
}
.text-red-300\/75 {
  color: rgb(248 180 180 / 0.75);
}
.text-red-300\/80 {
  color: rgb(248 180 180 / 0.8);
}
.text-red-300\/85 {
  color: rgb(248 180 180 / 0.85);
}
.text-red-300\/90 {
  color: rgb(248 180 180 / 0.9);
}
.text-red-300\/95 {
  color: rgb(248 180 180 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}
.text-red-400\/0 {
  color: rgb(249 128 128 / 0);
}
.text-red-400\/10 {
  color: rgb(249 128 128 / 0.1);
}
.text-red-400\/100 {
  color: rgb(249 128 128 / 1);
}
.text-red-400\/15 {
  color: rgb(249 128 128 / 0.15);
}
.text-red-400\/20 {
  color: rgb(249 128 128 / 0.2);
}
.text-red-400\/25 {
  color: rgb(249 128 128 / 0.25);
}
.text-red-400\/30 {
  color: rgb(249 128 128 / 0.3);
}
.text-red-400\/35 {
  color: rgb(249 128 128 / 0.35);
}
.text-red-400\/40 {
  color: rgb(249 128 128 / 0.4);
}
.text-red-400\/45 {
  color: rgb(249 128 128 / 0.45);
}
.text-red-400\/5 {
  color: rgb(249 128 128 / 0.05);
}
.text-red-400\/50 {
  color: rgb(249 128 128 / 0.5);
}
.text-red-400\/55 {
  color: rgb(249 128 128 / 0.55);
}
.text-red-400\/60 {
  color: rgb(249 128 128 / 0.6);
}
.text-red-400\/65 {
  color: rgb(249 128 128 / 0.65);
}
.text-red-400\/70 {
  color: rgb(249 128 128 / 0.7);
}
.text-red-400\/75 {
  color: rgb(249 128 128 / 0.75);
}
.text-red-400\/80 {
  color: rgb(249 128 128 / 0.8);
}
.text-red-400\/85 {
  color: rgb(249 128 128 / 0.85);
}
.text-red-400\/90 {
  color: rgb(249 128 128 / 0.9);
}
.text-red-400\/95 {
  color: rgb(249 128 128 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 242 / var(--tw-text-opacity));
}
.text-red-50\/0 {
  color: rgb(253 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(253 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(253 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(253 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(253 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(253 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(253 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(253 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(253 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(253 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(253 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(253 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(253 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(253 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(253 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(253 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(253 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(253 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(253 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(253 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(253 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(240 82 82 / 0);
}
.text-red-500\/10 {
  color: rgb(240 82 82 / 0.1);
}
.text-red-500\/100 {
  color: rgb(240 82 82 / 1);
}
.text-red-500\/15 {
  color: rgb(240 82 82 / 0.15);
}
.text-red-500\/20 {
  color: rgb(240 82 82 / 0.2);
}
.text-red-500\/25 {
  color: rgb(240 82 82 / 0.25);
}
.text-red-500\/30 {
  color: rgb(240 82 82 / 0.3);
}
.text-red-500\/35 {
  color: rgb(240 82 82 / 0.35);
}
.text-red-500\/40 {
  color: rgb(240 82 82 / 0.4);
}
.text-red-500\/45 {
  color: rgb(240 82 82 / 0.45);
}
.text-red-500\/5 {
  color: rgb(240 82 82 / 0.05);
}
.text-red-500\/50 {
  color: rgb(240 82 82 / 0.5);
}
.text-red-500\/55 {
  color: rgb(240 82 82 / 0.55);
}
.text-red-500\/60 {
  color: rgb(240 82 82 / 0.6);
}
.text-red-500\/65 {
  color: rgb(240 82 82 / 0.65);
}
.text-red-500\/70 {
  color: rgb(240 82 82 / 0.7);
}
.text-red-500\/75 {
  color: rgb(240 82 82 / 0.75);
}
.text-red-500\/80 {
  color: rgb(240 82 82 / 0.8);
}
.text-red-500\/85 {
  color: rgb(240 82 82 / 0.85);
}
.text-red-500\/90 {
  color: rgb(240 82 82 / 0.9);
}
.text-red-500\/95 {
  color: rgb(240 82 82 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}
.text-red-600\/0 {
  color: rgb(224 36 36 / 0);
}
.text-red-600\/10 {
  color: rgb(224 36 36 / 0.1);
}
.text-red-600\/100 {
  color: rgb(224 36 36 / 1);
}
.text-red-600\/15 {
  color: rgb(224 36 36 / 0.15);
}
.text-red-600\/20 {
  color: rgb(224 36 36 / 0.2);
}
.text-red-600\/25 {
  color: rgb(224 36 36 / 0.25);
}
.text-red-600\/30 {
  color: rgb(224 36 36 / 0.3);
}
.text-red-600\/35 {
  color: rgb(224 36 36 / 0.35);
}
.text-red-600\/40 {
  color: rgb(224 36 36 / 0.4);
}
.text-red-600\/45 {
  color: rgb(224 36 36 / 0.45);
}
.text-red-600\/5 {
  color: rgb(224 36 36 / 0.05);
}
.text-red-600\/50 {
  color: rgb(224 36 36 / 0.5);
}
.text-red-600\/55 {
  color: rgb(224 36 36 / 0.55);
}
.text-red-600\/60 {
  color: rgb(224 36 36 / 0.6);
}
.text-red-600\/65 {
  color: rgb(224 36 36 / 0.65);
}
.text-red-600\/70 {
  color: rgb(224 36 36 / 0.7);
}
.text-red-600\/75 {
  color: rgb(224 36 36 / 0.75);
}
.text-red-600\/80 {
  color: rgb(224 36 36 / 0.8);
}
.text-red-600\/85 {
  color: rgb(224 36 36 / 0.85);
}
.text-red-600\/90 {
  color: rgb(224 36 36 / 0.9);
}
.text-red-600\/95 {
  color: rgb(224 36 36 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity));
}
.text-red-700\/0 {
  color: rgb(200 30 30 / 0);
}
.text-red-700\/10 {
  color: rgb(200 30 30 / 0.1);
}
.text-red-700\/100 {
  color: rgb(200 30 30 / 1);
}
.text-red-700\/15 {
  color: rgb(200 30 30 / 0.15);
}
.text-red-700\/20 {
  color: rgb(200 30 30 / 0.2);
}
.text-red-700\/25 {
  color: rgb(200 30 30 / 0.25);
}
.text-red-700\/30 {
  color: rgb(200 30 30 / 0.3);
}
.text-red-700\/35 {
  color: rgb(200 30 30 / 0.35);
}
.text-red-700\/40 {
  color: rgb(200 30 30 / 0.4);
}
.text-red-700\/45 {
  color: rgb(200 30 30 / 0.45);
}
.text-red-700\/5 {
  color: rgb(200 30 30 / 0.05);
}
.text-red-700\/50 {
  color: rgb(200 30 30 / 0.5);
}
.text-red-700\/55 {
  color: rgb(200 30 30 / 0.55);
}
.text-red-700\/60 {
  color: rgb(200 30 30 / 0.6);
}
.text-red-700\/65 {
  color: rgb(200 30 30 / 0.65);
}
.text-red-700\/70 {
  color: rgb(200 30 30 / 0.7);
}
.text-red-700\/75 {
  color: rgb(200 30 30 / 0.75);
}
.text-red-700\/80 {
  color: rgb(200 30 30 / 0.8);
}
.text-red-700\/85 {
  color: rgb(200 30 30 / 0.85);
}
.text-red-700\/90 {
  color: rgb(200 30 30 / 0.9);
}
.text-red-700\/95 {
  color: rgb(200 30 30 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(155 28 28 / 0);
}
.text-red-800\/10 {
  color: rgb(155 28 28 / 0.1);
}
.text-red-800\/100 {
  color: rgb(155 28 28 / 1);
}
.text-red-800\/15 {
  color: rgb(155 28 28 / 0.15);
}
.text-red-800\/20 {
  color: rgb(155 28 28 / 0.2);
}
.text-red-800\/25 {
  color: rgb(155 28 28 / 0.25);
}
.text-red-800\/30 {
  color: rgb(155 28 28 / 0.3);
}
.text-red-800\/35 {
  color: rgb(155 28 28 / 0.35);
}
.text-red-800\/40 {
  color: rgb(155 28 28 / 0.4);
}
.text-red-800\/45 {
  color: rgb(155 28 28 / 0.45);
}
.text-red-800\/5 {
  color: rgb(155 28 28 / 0.05);
}
.text-red-800\/50 {
  color: rgb(155 28 28 / 0.5);
}
.text-red-800\/55 {
  color: rgb(155 28 28 / 0.55);
}
.text-red-800\/60 {
  color: rgb(155 28 28 / 0.6);
}
.text-red-800\/65 {
  color: rgb(155 28 28 / 0.65);
}
.text-red-800\/70 {
  color: rgb(155 28 28 / 0.7);
}
.text-red-800\/75 {
  color: rgb(155 28 28 / 0.75);
}
.text-red-800\/80 {
  color: rgb(155 28 28 / 0.8);
}
.text-red-800\/85 {
  color: rgb(155 28 28 / 0.85);
}
.text-red-800\/90 {
  color: rgb(155 28 28 / 0.9);
}
.text-red-800\/95 {
  color: rgb(155 28 28 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0 {
  color: rgb(119 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(119 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(119 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(119 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(119 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(119 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(119 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(119 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(119 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(119 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(119 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(119 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(119 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(119 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(119 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(119 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(119 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(119 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(119 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(119 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(119 29 29 / 0.95);
}
.text-royalblue-100 {
  --tw-text-opacity: 1;
  color: rgb(227 240 253 / var(--tw-text-opacity));
}
.text-royalblue-100\/0 {
  color: rgb(227 240 253 / 0);
}
.text-royalblue-100\/10 {
  color: rgb(227 240 253 / 0.1);
}
.text-royalblue-100\/100 {
  color: rgb(227 240 253 / 1);
}
.text-royalblue-100\/15 {
  color: rgb(227 240 253 / 0.15);
}
.text-royalblue-100\/20 {
  color: rgb(227 240 253 / 0.2);
}
.text-royalblue-100\/25 {
  color: rgb(227 240 253 / 0.25);
}
.text-royalblue-100\/30 {
  color: rgb(227 240 253 / 0.3);
}
.text-royalblue-100\/35 {
  color: rgb(227 240 253 / 0.35);
}
.text-royalblue-100\/40 {
  color: rgb(227 240 253 / 0.4);
}
.text-royalblue-100\/45 {
  color: rgb(227 240 253 / 0.45);
}
.text-royalblue-100\/5 {
  color: rgb(227 240 253 / 0.05);
}
.text-royalblue-100\/50 {
  color: rgb(227 240 253 / 0.5);
}
.text-royalblue-100\/55 {
  color: rgb(227 240 253 / 0.55);
}
.text-royalblue-100\/60 {
  color: rgb(227 240 253 / 0.6);
}
.text-royalblue-100\/65 {
  color: rgb(227 240 253 / 0.65);
}
.text-royalblue-100\/70 {
  color: rgb(227 240 253 / 0.7);
}
.text-royalblue-100\/75 {
  color: rgb(227 240 253 / 0.75);
}
.text-royalblue-100\/80 {
  color: rgb(227 240 253 / 0.8);
}
.text-royalblue-100\/85 {
  color: rgb(227 240 253 / 0.85);
}
.text-royalblue-100\/90 {
  color: rgb(227 240 253 / 0.9);
}
.text-royalblue-100\/95 {
  color: rgb(227 240 253 / 0.95);
}
.text-royalblue-200 {
  --tw-text-opacity: 1;
  color: rgb(198 217 250 / var(--tw-text-opacity));
}
.text-royalblue-200\/0 {
  color: rgb(198 217 250 / 0);
}
.text-royalblue-200\/10 {
  color: rgb(198 217 250 / 0.1);
}
.text-royalblue-200\/100 {
  color: rgb(198 217 250 / 1);
}
.text-royalblue-200\/15 {
  color: rgb(198 217 250 / 0.15);
}
.text-royalblue-200\/20 {
  color: rgb(198 217 250 / 0.2);
}
.text-royalblue-200\/25 {
  color: rgb(198 217 250 / 0.25);
}
.text-royalblue-200\/30 {
  color: rgb(198 217 250 / 0.3);
}
.text-royalblue-200\/35 {
  color: rgb(198 217 250 / 0.35);
}
.text-royalblue-200\/40 {
  color: rgb(198 217 250 / 0.4);
}
.text-royalblue-200\/45 {
  color: rgb(198 217 250 / 0.45);
}
.text-royalblue-200\/5 {
  color: rgb(198 217 250 / 0.05);
}
.text-royalblue-200\/50 {
  color: rgb(198 217 250 / 0.5);
}
.text-royalblue-200\/55 {
  color: rgb(198 217 250 / 0.55);
}
.text-royalblue-200\/60 {
  color: rgb(198 217 250 / 0.6);
}
.text-royalblue-200\/65 {
  color: rgb(198 217 250 / 0.65);
}
.text-royalblue-200\/70 {
  color: rgb(198 217 250 / 0.7);
}
.text-royalblue-200\/75 {
  color: rgb(198 217 250 / 0.75);
}
.text-royalblue-200\/80 {
  color: rgb(198 217 250 / 0.8);
}
.text-royalblue-200\/85 {
  color: rgb(198 217 250 / 0.85);
}
.text-royalblue-200\/90 {
  color: rgb(198 217 250 / 0.9);
}
.text-royalblue-200\/95 {
  color: rgb(198 217 250 / 0.95);
}
.text-royalblue-300 {
  --tw-text-opacity: 1;
  color: rgb(157 182 243 / var(--tw-text-opacity));
}
.text-royalblue-300\/0 {
  color: rgb(157 182 243 / 0);
}
.text-royalblue-300\/10 {
  color: rgb(157 182 243 / 0.1);
}
.text-royalblue-300\/100 {
  color: rgb(157 182 243 / 1);
}
.text-royalblue-300\/15 {
  color: rgb(157 182 243 / 0.15);
}
.text-royalblue-300\/20 {
  color: rgb(157 182 243 / 0.2);
}
.text-royalblue-300\/25 {
  color: rgb(157 182 243 / 0.25);
}
.text-royalblue-300\/30 {
  color: rgb(157 182 243 / 0.3);
}
.text-royalblue-300\/35 {
  color: rgb(157 182 243 / 0.35);
}
.text-royalblue-300\/40 {
  color: rgb(157 182 243 / 0.4);
}
.text-royalblue-300\/45 {
  color: rgb(157 182 243 / 0.45);
}
.text-royalblue-300\/5 {
  color: rgb(157 182 243 / 0.05);
}
.text-royalblue-300\/50 {
  color: rgb(157 182 243 / 0.5);
}
.text-royalblue-300\/55 {
  color: rgb(157 182 243 / 0.55);
}
.text-royalblue-300\/60 {
  color: rgb(157 182 243 / 0.6);
}
.text-royalblue-300\/65 {
  color: rgb(157 182 243 / 0.65);
}
.text-royalblue-300\/70 {
  color: rgb(157 182 243 / 0.7);
}
.text-royalblue-300\/75 {
  color: rgb(157 182 243 / 0.75);
}
.text-royalblue-300\/80 {
  color: rgb(157 182 243 / 0.8);
}
.text-royalblue-300\/85 {
  color: rgb(157 182 243 / 0.85);
}
.text-royalblue-300\/90 {
  color: rgb(157 182 243 / 0.9);
}
.text-royalblue-300\/95 {
  color: rgb(157 182 243 / 0.95);
}
.text-royalblue-400 {
  --tw-text-opacity: 1;
  color: rgb(121 142 234 / var(--tw-text-opacity));
}
.text-royalblue-400\/0 {
  color: rgb(121 142 234 / 0);
}
.text-royalblue-400\/10 {
  color: rgb(121 142 234 / 0.1);
}
.text-royalblue-400\/100 {
  color: rgb(121 142 234 / 1);
}
.text-royalblue-400\/15 {
  color: rgb(121 142 234 / 0.15);
}
.text-royalblue-400\/20 {
  color: rgb(121 142 234 / 0.2);
}
.text-royalblue-400\/25 {
  color: rgb(121 142 234 / 0.25);
}
.text-royalblue-400\/30 {
  color: rgb(121 142 234 / 0.3);
}
.text-royalblue-400\/35 {
  color: rgb(121 142 234 / 0.35);
}
.text-royalblue-400\/40 {
  color: rgb(121 142 234 / 0.4);
}
.text-royalblue-400\/45 {
  color: rgb(121 142 234 / 0.45);
}
.text-royalblue-400\/5 {
  color: rgb(121 142 234 / 0.05);
}
.text-royalblue-400\/50 {
  color: rgb(121 142 234 / 0.5);
}
.text-royalblue-400\/55 {
  color: rgb(121 142 234 / 0.55);
}
.text-royalblue-400\/60 {
  color: rgb(121 142 234 / 0.6);
}
.text-royalblue-400\/65 {
  color: rgb(121 142 234 / 0.65);
}
.text-royalblue-400\/70 {
  color: rgb(121 142 234 / 0.7);
}
.text-royalblue-400\/75 {
  color: rgb(121 142 234 / 0.75);
}
.text-royalblue-400\/80 {
  color: rgb(121 142 234 / 0.8);
}
.text-royalblue-400\/85 {
  color: rgb(121 142 234 / 0.85);
}
.text-royalblue-400\/90 {
  color: rgb(121 142 234 / 0.9);
}
.text-royalblue-400\/95 {
  color: rgb(121 142 234 / 0.95);
}
.text-royalblue-50 {
  --tw-text-opacity: 1;
  color: rgb(247 249 251 / var(--tw-text-opacity));
}
.text-royalblue-50\/0 {
  color: rgb(247 249 251 / 0);
}
.text-royalblue-50\/10 {
  color: rgb(247 249 251 / 0.1);
}
.text-royalblue-50\/100 {
  color: rgb(247 249 251 / 1);
}
.text-royalblue-50\/15 {
  color: rgb(247 249 251 / 0.15);
}
.text-royalblue-50\/20 {
  color: rgb(247 249 251 / 0.2);
}
.text-royalblue-50\/25 {
  color: rgb(247 249 251 / 0.25);
}
.text-royalblue-50\/30 {
  color: rgb(247 249 251 / 0.3);
}
.text-royalblue-50\/35 {
  color: rgb(247 249 251 / 0.35);
}
.text-royalblue-50\/40 {
  color: rgb(247 249 251 / 0.4);
}
.text-royalblue-50\/45 {
  color: rgb(247 249 251 / 0.45);
}
.text-royalblue-50\/5 {
  color: rgb(247 249 251 / 0.05);
}
.text-royalblue-50\/50 {
  color: rgb(247 249 251 / 0.5);
}
.text-royalblue-50\/55 {
  color: rgb(247 249 251 / 0.55);
}
.text-royalblue-50\/60 {
  color: rgb(247 249 251 / 0.6);
}
.text-royalblue-50\/65 {
  color: rgb(247 249 251 / 0.65);
}
.text-royalblue-50\/70 {
  color: rgb(247 249 251 / 0.7);
}
.text-royalblue-50\/75 {
  color: rgb(247 249 251 / 0.75);
}
.text-royalblue-50\/80 {
  color: rgb(247 249 251 / 0.8);
}
.text-royalblue-50\/85 {
  color: rgb(247 249 251 / 0.85);
}
.text-royalblue-50\/90 {
  color: rgb(247 249 251 / 0.9);
}
.text-royalblue-50\/95 {
  color: rgb(247 249 251 / 0.95);
}
.text-royalblue-500 {
  --tw-text-opacity: 1;
  color: rgb(97 105 226 / var(--tw-text-opacity));
}
.text-royalblue-500\/0 {
  color: rgb(97 105 226 / 0);
}
.text-royalblue-500\/10 {
  color: rgb(97 105 226 / 0.1);
}
.text-royalblue-500\/100 {
  color: rgb(97 105 226 / 1);
}
.text-royalblue-500\/15 {
  color: rgb(97 105 226 / 0.15);
}
.text-royalblue-500\/20 {
  color: rgb(97 105 226 / 0.2);
}
.text-royalblue-500\/25 {
  color: rgb(97 105 226 / 0.25);
}
.text-royalblue-500\/30 {
  color: rgb(97 105 226 / 0.3);
}
.text-royalblue-500\/35 {
  color: rgb(97 105 226 / 0.35);
}
.text-royalblue-500\/40 {
  color: rgb(97 105 226 / 0.4);
}
.text-royalblue-500\/45 {
  color: rgb(97 105 226 / 0.45);
}
.text-royalblue-500\/5 {
  color: rgb(97 105 226 / 0.05);
}
.text-royalblue-500\/50 {
  color: rgb(97 105 226 / 0.5);
}
.text-royalblue-500\/55 {
  color: rgb(97 105 226 / 0.55);
}
.text-royalblue-500\/60 {
  color: rgb(97 105 226 / 0.6);
}
.text-royalblue-500\/65 {
  color: rgb(97 105 226 / 0.65);
}
.text-royalblue-500\/70 {
  color: rgb(97 105 226 / 0.7);
}
.text-royalblue-500\/75 {
  color: rgb(97 105 226 / 0.75);
}
.text-royalblue-500\/80 {
  color: rgb(97 105 226 / 0.8);
}
.text-royalblue-500\/85 {
  color: rgb(97 105 226 / 0.85);
}
.text-royalblue-500\/90 {
  color: rgb(97 105 226 / 0.9);
}
.text-royalblue-500\/95 {
  color: rgb(97 105 226 / 0.95);
}
.text-royalblue-600 {
  --tw-text-opacity: 1;
  color: rgb(80 77 212 / var(--tw-text-opacity));
}
.text-royalblue-600\/0 {
  color: rgb(80 77 212 / 0);
}
.text-royalblue-600\/10 {
  color: rgb(80 77 212 / 0.1);
}
.text-royalblue-600\/100 {
  color: rgb(80 77 212 / 1);
}
.text-royalblue-600\/15 {
  color: rgb(80 77 212 / 0.15);
}
.text-royalblue-600\/20 {
  color: rgb(80 77 212 / 0.2);
}
.text-royalblue-600\/25 {
  color: rgb(80 77 212 / 0.25);
}
.text-royalblue-600\/30 {
  color: rgb(80 77 212 / 0.3);
}
.text-royalblue-600\/35 {
  color: rgb(80 77 212 / 0.35);
}
.text-royalblue-600\/40 {
  color: rgb(80 77 212 / 0.4);
}
.text-royalblue-600\/45 {
  color: rgb(80 77 212 / 0.45);
}
.text-royalblue-600\/5 {
  color: rgb(80 77 212 / 0.05);
}
.text-royalblue-600\/50 {
  color: rgb(80 77 212 / 0.5);
}
.text-royalblue-600\/55 {
  color: rgb(80 77 212 / 0.55);
}
.text-royalblue-600\/60 {
  color: rgb(80 77 212 / 0.6);
}
.text-royalblue-600\/65 {
  color: rgb(80 77 212 / 0.65);
}
.text-royalblue-600\/70 {
  color: rgb(80 77 212 / 0.7);
}
.text-royalblue-600\/75 {
  color: rgb(80 77 212 / 0.75);
}
.text-royalblue-600\/80 {
  color: rgb(80 77 212 / 0.8);
}
.text-royalblue-600\/85 {
  color: rgb(80 77 212 / 0.85);
}
.text-royalblue-600\/90 {
  color: rgb(80 77 212 / 0.9);
}
.text-royalblue-600\/95 {
  color: rgb(80 77 212 / 0.95);
}
.text-royalblue-700 {
  --tw-text-opacity: 1;
  color: rgb(61 57 180 / var(--tw-text-opacity));
}
.text-royalblue-700\/0 {
  color: rgb(61 57 180 / 0);
}
.text-royalblue-700\/10 {
  color: rgb(61 57 180 / 0.1);
}
.text-royalblue-700\/100 {
  color: rgb(61 57 180 / 1);
}
.text-royalblue-700\/15 {
  color: rgb(61 57 180 / 0.15);
}
.text-royalblue-700\/20 {
  color: rgb(61 57 180 / 0.2);
}
.text-royalblue-700\/25 {
  color: rgb(61 57 180 / 0.25);
}
.text-royalblue-700\/30 {
  color: rgb(61 57 180 / 0.3);
}
.text-royalblue-700\/35 {
  color: rgb(61 57 180 / 0.35);
}
.text-royalblue-700\/40 {
  color: rgb(61 57 180 / 0.4);
}
.text-royalblue-700\/45 {
  color: rgb(61 57 180 / 0.45);
}
.text-royalblue-700\/5 {
  color: rgb(61 57 180 / 0.05);
}
.text-royalblue-700\/50 {
  color: rgb(61 57 180 / 0.5);
}
.text-royalblue-700\/55 {
  color: rgb(61 57 180 / 0.55);
}
.text-royalblue-700\/60 {
  color: rgb(61 57 180 / 0.6);
}
.text-royalblue-700\/65 {
  color: rgb(61 57 180 / 0.65);
}
.text-royalblue-700\/70 {
  color: rgb(61 57 180 / 0.7);
}
.text-royalblue-700\/75 {
  color: rgb(61 57 180 / 0.75);
}
.text-royalblue-700\/80 {
  color: rgb(61 57 180 / 0.8);
}
.text-royalblue-700\/85 {
  color: rgb(61 57 180 / 0.85);
}
.text-royalblue-700\/90 {
  color: rgb(61 57 180 / 0.9);
}
.text-royalblue-700\/95 {
  color: rgb(61 57 180 / 0.95);
}
.text-royalblue-800 {
  --tw-text-opacity: 1;
  color: rgb(42 39 134 / var(--tw-text-opacity));
}
.text-royalblue-800\/0 {
  color: rgb(42 39 134 / 0);
}
.text-royalblue-800\/10 {
  color: rgb(42 39 134 / 0.1);
}
.text-royalblue-800\/100 {
  color: rgb(42 39 134 / 1);
}
.text-royalblue-800\/15 {
  color: rgb(42 39 134 / 0.15);
}
.text-royalblue-800\/20 {
  color: rgb(42 39 134 / 0.2);
}
.text-royalblue-800\/25 {
  color: rgb(42 39 134 / 0.25);
}
.text-royalblue-800\/30 {
  color: rgb(42 39 134 / 0.3);
}
.text-royalblue-800\/35 {
  color: rgb(42 39 134 / 0.35);
}
.text-royalblue-800\/40 {
  color: rgb(42 39 134 / 0.4);
}
.text-royalblue-800\/45 {
  color: rgb(42 39 134 / 0.45);
}
.text-royalblue-800\/5 {
  color: rgb(42 39 134 / 0.05);
}
.text-royalblue-800\/50 {
  color: rgb(42 39 134 / 0.5);
}
.text-royalblue-800\/55 {
  color: rgb(42 39 134 / 0.55);
}
.text-royalblue-800\/60 {
  color: rgb(42 39 134 / 0.6);
}
.text-royalblue-800\/65 {
  color: rgb(42 39 134 / 0.65);
}
.text-royalblue-800\/70 {
  color: rgb(42 39 134 / 0.7);
}
.text-royalblue-800\/75 {
  color: rgb(42 39 134 / 0.75);
}
.text-royalblue-800\/80 {
  color: rgb(42 39 134 / 0.8);
}
.text-royalblue-800\/85 {
  color: rgb(42 39 134 / 0.85);
}
.text-royalblue-800\/90 {
  color: rgb(42 39 134 / 0.9);
}
.text-royalblue-800\/95 {
  color: rgb(42 39 134 / 0.95);
}
.text-royalblue-900 {
  --tw-text-opacity: 1;
  color: rgb(23 24 84 / var(--tw-text-opacity));
}
.text-royalblue-900\/0 {
  color: rgb(23 24 84 / 0);
}
.text-royalblue-900\/10 {
  color: rgb(23 24 84 / 0.1);
}
.text-royalblue-900\/100 {
  color: rgb(23 24 84 / 1);
}
.text-royalblue-900\/15 {
  color: rgb(23 24 84 / 0.15);
}
.text-royalblue-900\/20 {
  color: rgb(23 24 84 / 0.2);
}
.text-royalblue-900\/25 {
  color: rgb(23 24 84 / 0.25);
}
.text-royalblue-900\/30 {
  color: rgb(23 24 84 / 0.3);
}
.text-royalblue-900\/35 {
  color: rgb(23 24 84 / 0.35);
}
.text-royalblue-900\/40 {
  color: rgb(23 24 84 / 0.4);
}
.text-royalblue-900\/45 {
  color: rgb(23 24 84 / 0.45);
}
.text-royalblue-900\/5 {
  color: rgb(23 24 84 / 0.05);
}
.text-royalblue-900\/50 {
  color: rgb(23 24 84 / 0.5);
}
.text-royalblue-900\/55 {
  color: rgb(23 24 84 / 0.55);
}
.text-royalblue-900\/60 {
  color: rgb(23 24 84 / 0.6);
}
.text-royalblue-900\/65 {
  color: rgb(23 24 84 / 0.65);
}
.text-royalblue-900\/70 {
  color: rgb(23 24 84 / 0.7);
}
.text-royalblue-900\/75 {
  color: rgb(23 24 84 / 0.75);
}
.text-royalblue-900\/80 {
  color: rgb(23 24 84 / 0.8);
}
.text-royalblue-900\/85 {
  color: rgb(23 24 84 / 0.85);
}
.text-royalblue-900\/90 {
  color: rgb(23 24 84 / 0.9);
}
.text-royalblue-900\/95 {
  color: rgb(23 24 84 / 0.95);
}
.text-seagreen-100 {
  --tw-text-opacity: 1;
  color: rgb(232 240 228 / var(--tw-text-opacity));
}
.text-seagreen-100\/0 {
  color: rgb(232 240 228 / 0);
}
.text-seagreen-100\/10 {
  color: rgb(232 240 228 / 0.1);
}
.text-seagreen-100\/100 {
  color: rgb(232 240 228 / 1);
}
.text-seagreen-100\/15 {
  color: rgb(232 240 228 / 0.15);
}
.text-seagreen-100\/20 {
  color: rgb(232 240 228 / 0.2);
}
.text-seagreen-100\/25 {
  color: rgb(232 240 228 / 0.25);
}
.text-seagreen-100\/30 {
  color: rgb(232 240 228 / 0.3);
}
.text-seagreen-100\/35 {
  color: rgb(232 240 228 / 0.35);
}
.text-seagreen-100\/40 {
  color: rgb(232 240 228 / 0.4);
}
.text-seagreen-100\/45 {
  color: rgb(232 240 228 / 0.45);
}
.text-seagreen-100\/5 {
  color: rgb(232 240 228 / 0.05);
}
.text-seagreen-100\/50 {
  color: rgb(232 240 228 / 0.5);
}
.text-seagreen-100\/55 {
  color: rgb(232 240 228 / 0.55);
}
.text-seagreen-100\/60 {
  color: rgb(232 240 228 / 0.6);
}
.text-seagreen-100\/65 {
  color: rgb(232 240 228 / 0.65);
}
.text-seagreen-100\/70 {
  color: rgb(232 240 228 / 0.7);
}
.text-seagreen-100\/75 {
  color: rgb(232 240 228 / 0.75);
}
.text-seagreen-100\/80 {
  color: rgb(232 240 228 / 0.8);
}
.text-seagreen-100\/85 {
  color: rgb(232 240 228 / 0.85);
}
.text-seagreen-100\/90 {
  color: rgb(232 240 228 / 0.9);
}
.text-seagreen-100\/95 {
  color: rgb(232 240 228 / 0.95);
}
.text-seagreen-200 {
  --tw-text-opacity: 1;
  color: rgb(201 228 195 / var(--tw-text-opacity));
}
.text-seagreen-200\/0 {
  color: rgb(201 228 195 / 0);
}
.text-seagreen-200\/10 {
  color: rgb(201 228 195 / 0.1);
}
.text-seagreen-200\/100 {
  color: rgb(201 228 195 / 1);
}
.text-seagreen-200\/15 {
  color: rgb(201 228 195 / 0.15);
}
.text-seagreen-200\/20 {
  color: rgb(201 228 195 / 0.2);
}
.text-seagreen-200\/25 {
  color: rgb(201 228 195 / 0.25);
}
.text-seagreen-200\/30 {
  color: rgb(201 228 195 / 0.3);
}
.text-seagreen-200\/35 {
  color: rgb(201 228 195 / 0.35);
}
.text-seagreen-200\/40 {
  color: rgb(201 228 195 / 0.4);
}
.text-seagreen-200\/45 {
  color: rgb(201 228 195 / 0.45);
}
.text-seagreen-200\/5 {
  color: rgb(201 228 195 / 0.05);
}
.text-seagreen-200\/50 {
  color: rgb(201 228 195 / 0.5);
}
.text-seagreen-200\/55 {
  color: rgb(201 228 195 / 0.55);
}
.text-seagreen-200\/60 {
  color: rgb(201 228 195 / 0.6);
}
.text-seagreen-200\/65 {
  color: rgb(201 228 195 / 0.65);
}
.text-seagreen-200\/70 {
  color: rgb(201 228 195 / 0.7);
}
.text-seagreen-200\/75 {
  color: rgb(201 228 195 / 0.75);
}
.text-seagreen-200\/80 {
  color: rgb(201 228 195 / 0.8);
}
.text-seagreen-200\/85 {
  color: rgb(201 228 195 / 0.85);
}
.text-seagreen-200\/90 {
  color: rgb(201 228 195 / 0.9);
}
.text-seagreen-200\/95 {
  color: rgb(201 228 195 / 0.95);
}
.text-seagreen-300 {
  --tw-text-opacity: 1;
  color: rgb(150 198 145 / var(--tw-text-opacity));
}
.text-seagreen-300\/0 {
  color: rgb(150 198 145 / 0);
}
.text-seagreen-300\/10 {
  color: rgb(150 198 145 / 0.1);
}
.text-seagreen-300\/100 {
  color: rgb(150 198 145 / 1);
}
.text-seagreen-300\/15 {
  color: rgb(150 198 145 / 0.15);
}
.text-seagreen-300\/20 {
  color: rgb(150 198 145 / 0.2);
}
.text-seagreen-300\/25 {
  color: rgb(150 198 145 / 0.25);
}
.text-seagreen-300\/30 {
  color: rgb(150 198 145 / 0.3);
}
.text-seagreen-300\/35 {
  color: rgb(150 198 145 / 0.35);
}
.text-seagreen-300\/40 {
  color: rgb(150 198 145 / 0.4);
}
.text-seagreen-300\/45 {
  color: rgb(150 198 145 / 0.45);
}
.text-seagreen-300\/5 {
  color: rgb(150 198 145 / 0.05);
}
.text-seagreen-300\/50 {
  color: rgb(150 198 145 / 0.5);
}
.text-seagreen-300\/55 {
  color: rgb(150 198 145 / 0.55);
}
.text-seagreen-300\/60 {
  color: rgb(150 198 145 / 0.6);
}
.text-seagreen-300\/65 {
  color: rgb(150 198 145 / 0.65);
}
.text-seagreen-300\/70 {
  color: rgb(150 198 145 / 0.7);
}
.text-seagreen-300\/75 {
  color: rgb(150 198 145 / 0.75);
}
.text-seagreen-300\/80 {
  color: rgb(150 198 145 / 0.8);
}
.text-seagreen-300\/85 {
  color: rgb(150 198 145 / 0.85);
}
.text-seagreen-300\/90 {
  color: rgb(150 198 145 / 0.9);
}
.text-seagreen-300\/95 {
  color: rgb(150 198 145 / 0.95);
}
.text-seagreen-400 {
  --tw-text-opacity: 1;
  color: rgb(82 164 96 / var(--tw-text-opacity));
}
.text-seagreen-400\/0 {
  color: rgb(82 164 96 / 0);
}
.text-seagreen-400\/10 {
  color: rgb(82 164 96 / 0.1);
}
.text-seagreen-400\/100 {
  color: rgb(82 164 96 / 1);
}
.text-seagreen-400\/15 {
  color: rgb(82 164 96 / 0.15);
}
.text-seagreen-400\/20 {
  color: rgb(82 164 96 / 0.2);
}
.text-seagreen-400\/25 {
  color: rgb(82 164 96 / 0.25);
}
.text-seagreen-400\/30 {
  color: rgb(82 164 96 / 0.3);
}
.text-seagreen-400\/35 {
  color: rgb(82 164 96 / 0.35);
}
.text-seagreen-400\/40 {
  color: rgb(82 164 96 / 0.4);
}
.text-seagreen-400\/45 {
  color: rgb(82 164 96 / 0.45);
}
.text-seagreen-400\/5 {
  color: rgb(82 164 96 / 0.05);
}
.text-seagreen-400\/50 {
  color: rgb(82 164 96 / 0.5);
}
.text-seagreen-400\/55 {
  color: rgb(82 164 96 / 0.55);
}
.text-seagreen-400\/60 {
  color: rgb(82 164 96 / 0.6);
}
.text-seagreen-400\/65 {
  color: rgb(82 164 96 / 0.65);
}
.text-seagreen-400\/70 {
  color: rgb(82 164 96 / 0.7);
}
.text-seagreen-400\/75 {
  color: rgb(82 164 96 / 0.75);
}
.text-seagreen-400\/80 {
  color: rgb(82 164 96 / 0.8);
}
.text-seagreen-400\/85 {
  color: rgb(82 164 96 / 0.85);
}
.text-seagreen-400\/90 {
  color: rgb(82 164 96 / 0.9);
}
.text-seagreen-400\/95 {
  color: rgb(82 164 96 / 0.95);
}
.text-seagreen-50 {
  --tw-text-opacity: 1;
  color: rgb(245 247 244 / var(--tw-text-opacity));
}
.text-seagreen-50\/0 {
  color: rgb(245 247 244 / 0);
}
.text-seagreen-50\/10 {
  color: rgb(245 247 244 / 0.1);
}
.text-seagreen-50\/100 {
  color: rgb(245 247 244 / 1);
}
.text-seagreen-50\/15 {
  color: rgb(245 247 244 / 0.15);
}
.text-seagreen-50\/20 {
  color: rgb(245 247 244 / 0.2);
}
.text-seagreen-50\/25 {
  color: rgb(245 247 244 / 0.25);
}
.text-seagreen-50\/30 {
  color: rgb(245 247 244 / 0.3);
}
.text-seagreen-50\/35 {
  color: rgb(245 247 244 / 0.35);
}
.text-seagreen-50\/40 {
  color: rgb(245 247 244 / 0.4);
}
.text-seagreen-50\/45 {
  color: rgb(245 247 244 / 0.45);
}
.text-seagreen-50\/5 {
  color: rgb(245 247 244 / 0.05);
}
.text-seagreen-50\/50 {
  color: rgb(245 247 244 / 0.5);
}
.text-seagreen-50\/55 {
  color: rgb(245 247 244 / 0.55);
}
.text-seagreen-50\/60 {
  color: rgb(245 247 244 / 0.6);
}
.text-seagreen-50\/65 {
  color: rgb(245 247 244 / 0.65);
}
.text-seagreen-50\/70 {
  color: rgb(245 247 244 / 0.7);
}
.text-seagreen-50\/75 {
  color: rgb(245 247 244 / 0.75);
}
.text-seagreen-50\/80 {
  color: rgb(245 247 244 / 0.8);
}
.text-seagreen-50\/85 {
  color: rgb(245 247 244 / 0.85);
}
.text-seagreen-50\/90 {
  color: rgb(245 247 244 / 0.9);
}
.text-seagreen-50\/95 {
  color: rgb(245 247 244 / 0.95);
}
.text-seagreen-500 {
  --tw-text-opacity: 1;
  color: rgb(58 135 59 / var(--tw-text-opacity));
}
.text-seagreen-500\/0 {
  color: rgb(58 135 59 / 0);
}
.text-seagreen-500\/10 {
  color: rgb(58 135 59 / 0.1);
}
.text-seagreen-500\/100 {
  color: rgb(58 135 59 / 1);
}
.text-seagreen-500\/15 {
  color: rgb(58 135 59 / 0.15);
}
.text-seagreen-500\/20 {
  color: rgb(58 135 59 / 0.2);
}
.text-seagreen-500\/25 {
  color: rgb(58 135 59 / 0.25);
}
.text-seagreen-500\/30 {
  color: rgb(58 135 59 / 0.3);
}
.text-seagreen-500\/35 {
  color: rgb(58 135 59 / 0.35);
}
.text-seagreen-500\/40 {
  color: rgb(58 135 59 / 0.4);
}
.text-seagreen-500\/45 {
  color: rgb(58 135 59 / 0.45);
}
.text-seagreen-500\/5 {
  color: rgb(58 135 59 / 0.05);
}
.text-seagreen-500\/50 {
  color: rgb(58 135 59 / 0.5);
}
.text-seagreen-500\/55 {
  color: rgb(58 135 59 / 0.55);
}
.text-seagreen-500\/60 {
  color: rgb(58 135 59 / 0.6);
}
.text-seagreen-500\/65 {
  color: rgb(58 135 59 / 0.65);
}
.text-seagreen-500\/70 {
  color: rgb(58 135 59 / 0.7);
}
.text-seagreen-500\/75 {
  color: rgb(58 135 59 / 0.75);
}
.text-seagreen-500\/80 {
  color: rgb(58 135 59 / 0.8);
}
.text-seagreen-500\/85 {
  color: rgb(58 135 59 / 0.85);
}
.text-seagreen-500\/90 {
  color: rgb(58 135 59 / 0.9);
}
.text-seagreen-500\/95 {
  color: rgb(58 135 59 / 0.95);
}
.text-seagreen-600 {
  --tw-text-opacity: 1;
  color: rgb(47 111 41 / var(--tw-text-opacity));
}
.text-seagreen-600\/0 {
  color: rgb(47 111 41 / 0);
}
.text-seagreen-600\/10 {
  color: rgb(47 111 41 / 0.1);
}
.text-seagreen-600\/100 {
  color: rgb(47 111 41 / 1);
}
.text-seagreen-600\/15 {
  color: rgb(47 111 41 / 0.15);
}
.text-seagreen-600\/20 {
  color: rgb(47 111 41 / 0.2);
}
.text-seagreen-600\/25 {
  color: rgb(47 111 41 / 0.25);
}
.text-seagreen-600\/30 {
  color: rgb(47 111 41 / 0.3);
}
.text-seagreen-600\/35 {
  color: rgb(47 111 41 / 0.35);
}
.text-seagreen-600\/40 {
  color: rgb(47 111 41 / 0.4);
}
.text-seagreen-600\/45 {
  color: rgb(47 111 41 / 0.45);
}
.text-seagreen-600\/5 {
  color: rgb(47 111 41 / 0.05);
}
.text-seagreen-600\/50 {
  color: rgb(47 111 41 / 0.5);
}
.text-seagreen-600\/55 {
  color: rgb(47 111 41 / 0.55);
}
.text-seagreen-600\/60 {
  color: rgb(47 111 41 / 0.6);
}
.text-seagreen-600\/65 {
  color: rgb(47 111 41 / 0.65);
}
.text-seagreen-600\/70 {
  color: rgb(47 111 41 / 0.7);
}
.text-seagreen-600\/75 {
  color: rgb(47 111 41 / 0.75);
}
.text-seagreen-600\/80 {
  color: rgb(47 111 41 / 0.8);
}
.text-seagreen-600\/85 {
  color: rgb(47 111 41 / 0.85);
}
.text-seagreen-600\/90 {
  color: rgb(47 111 41 / 0.9);
}
.text-seagreen-600\/95 {
  color: rgb(47 111 41 / 0.95);
}
.text-seagreen-700 {
  --tw-text-opacity: 1;
  color: rgb(40 84 34 / var(--tw-text-opacity));
}
.text-seagreen-700\/0 {
  color: rgb(40 84 34 / 0);
}
.text-seagreen-700\/10 {
  color: rgb(40 84 34 / 0.1);
}
.text-seagreen-700\/100 {
  color: rgb(40 84 34 / 1);
}
.text-seagreen-700\/15 {
  color: rgb(40 84 34 / 0.15);
}
.text-seagreen-700\/20 {
  color: rgb(40 84 34 / 0.2);
}
.text-seagreen-700\/25 {
  color: rgb(40 84 34 / 0.25);
}
.text-seagreen-700\/30 {
  color: rgb(40 84 34 / 0.3);
}
.text-seagreen-700\/35 {
  color: rgb(40 84 34 / 0.35);
}
.text-seagreen-700\/40 {
  color: rgb(40 84 34 / 0.4);
}
.text-seagreen-700\/45 {
  color: rgb(40 84 34 / 0.45);
}
.text-seagreen-700\/5 {
  color: rgb(40 84 34 / 0.05);
}
.text-seagreen-700\/50 {
  color: rgb(40 84 34 / 0.5);
}
.text-seagreen-700\/55 {
  color: rgb(40 84 34 / 0.55);
}
.text-seagreen-700\/60 {
  color: rgb(40 84 34 / 0.6);
}
.text-seagreen-700\/65 {
  color: rgb(40 84 34 / 0.65);
}
.text-seagreen-700\/70 {
  color: rgb(40 84 34 / 0.7);
}
.text-seagreen-700\/75 {
  color: rgb(40 84 34 / 0.75);
}
.text-seagreen-700\/80 {
  color: rgb(40 84 34 / 0.8);
}
.text-seagreen-700\/85 {
  color: rgb(40 84 34 / 0.85);
}
.text-seagreen-700\/90 {
  color: rgb(40 84 34 / 0.9);
}
.text-seagreen-700\/95 {
  color: rgb(40 84 34 / 0.95);
}
.text-seagreen-800 {
  --tw-text-opacity: 1;
  color: rgb(28 57 27 / var(--tw-text-opacity));
}
.text-seagreen-800\/0 {
  color: rgb(28 57 27 / 0);
}
.text-seagreen-800\/10 {
  color: rgb(28 57 27 / 0.1);
}
.text-seagreen-800\/100 {
  color: rgb(28 57 27 / 1);
}
.text-seagreen-800\/15 {
  color: rgb(28 57 27 / 0.15);
}
.text-seagreen-800\/20 {
  color: rgb(28 57 27 / 0.2);
}
.text-seagreen-800\/25 {
  color: rgb(28 57 27 / 0.25);
}
.text-seagreen-800\/30 {
  color: rgb(28 57 27 / 0.3);
}
.text-seagreen-800\/35 {
  color: rgb(28 57 27 / 0.35);
}
.text-seagreen-800\/40 {
  color: rgb(28 57 27 / 0.4);
}
.text-seagreen-800\/45 {
  color: rgb(28 57 27 / 0.45);
}
.text-seagreen-800\/5 {
  color: rgb(28 57 27 / 0.05);
}
.text-seagreen-800\/50 {
  color: rgb(28 57 27 / 0.5);
}
.text-seagreen-800\/55 {
  color: rgb(28 57 27 / 0.55);
}
.text-seagreen-800\/60 {
  color: rgb(28 57 27 / 0.6);
}
.text-seagreen-800\/65 {
  color: rgb(28 57 27 / 0.65);
}
.text-seagreen-800\/70 {
  color: rgb(28 57 27 / 0.7);
}
.text-seagreen-800\/75 {
  color: rgb(28 57 27 / 0.75);
}
.text-seagreen-800\/80 {
  color: rgb(28 57 27 / 0.8);
}
.text-seagreen-800\/85 {
  color: rgb(28 57 27 / 0.85);
}
.text-seagreen-800\/90 {
  color: rgb(28 57 27 / 0.9);
}
.text-seagreen-800\/95 {
  color: rgb(28 57 27 / 0.95);
}
.text-seagreen-900 {
  --tw-text-opacity: 1;
  color: rgb(19 35 20 / var(--tw-text-opacity));
}
.text-seagreen-900\/0 {
  color: rgb(19 35 20 / 0);
}
.text-seagreen-900\/10 {
  color: rgb(19 35 20 / 0.1);
}
.text-seagreen-900\/100 {
  color: rgb(19 35 20 / 1);
}
.text-seagreen-900\/15 {
  color: rgb(19 35 20 / 0.15);
}
.text-seagreen-900\/20 {
  color: rgb(19 35 20 / 0.2);
}
.text-seagreen-900\/25 {
  color: rgb(19 35 20 / 0.25);
}
.text-seagreen-900\/30 {
  color: rgb(19 35 20 / 0.3);
}
.text-seagreen-900\/35 {
  color: rgb(19 35 20 / 0.35);
}
.text-seagreen-900\/40 {
  color: rgb(19 35 20 / 0.4);
}
.text-seagreen-900\/45 {
  color: rgb(19 35 20 / 0.45);
}
.text-seagreen-900\/5 {
  color: rgb(19 35 20 / 0.05);
}
.text-seagreen-900\/50 {
  color: rgb(19 35 20 / 0.5);
}
.text-seagreen-900\/55 {
  color: rgb(19 35 20 / 0.55);
}
.text-seagreen-900\/60 {
  color: rgb(19 35 20 / 0.6);
}
.text-seagreen-900\/65 {
  color: rgb(19 35 20 / 0.65);
}
.text-seagreen-900\/70 {
  color: rgb(19 35 20 / 0.7);
}
.text-seagreen-900\/75 {
  color: rgb(19 35 20 / 0.75);
}
.text-seagreen-900\/80 {
  color: rgb(19 35 20 / 0.8);
}
.text-seagreen-900\/85 {
  color: rgb(19 35 20 / 0.85);
}
.text-seagreen-900\/90 {
  color: rgb(19 35 20 / 0.9);
}
.text-seagreen-900\/95 {
  color: rgb(19 35 20 / 0.95);
}
.text-steel-100 {
  --tw-text-opacity: 1;
  color: rgb(215 241 249 / var(--tw-text-opacity));
}
.text-steel-100\/0 {
  color: rgb(215 241 249 / 0);
}
.text-steel-100\/10 {
  color: rgb(215 241 249 / 0.1);
}
.text-steel-100\/100 {
  color: rgb(215 241 249 / 1);
}
.text-steel-100\/15 {
  color: rgb(215 241 249 / 0.15);
}
.text-steel-100\/20 {
  color: rgb(215 241 249 / 0.2);
}
.text-steel-100\/25 {
  color: rgb(215 241 249 / 0.25);
}
.text-steel-100\/30 {
  color: rgb(215 241 249 / 0.3);
}
.text-steel-100\/35 {
  color: rgb(215 241 249 / 0.35);
}
.text-steel-100\/40 {
  color: rgb(215 241 249 / 0.4);
}
.text-steel-100\/45 {
  color: rgb(215 241 249 / 0.45);
}
.text-steel-100\/5 {
  color: rgb(215 241 249 / 0.05);
}
.text-steel-100\/50 {
  color: rgb(215 241 249 / 0.5);
}
.text-steel-100\/55 {
  color: rgb(215 241 249 / 0.55);
}
.text-steel-100\/60 {
  color: rgb(215 241 249 / 0.6);
}
.text-steel-100\/65 {
  color: rgb(215 241 249 / 0.65);
}
.text-steel-100\/70 {
  color: rgb(215 241 249 / 0.7);
}
.text-steel-100\/75 {
  color: rgb(215 241 249 / 0.75);
}
.text-steel-100\/80 {
  color: rgb(215 241 249 / 0.8);
}
.text-steel-100\/85 {
  color: rgb(215 241 249 / 0.85);
}
.text-steel-100\/90 {
  color: rgb(215 241 249 / 0.9);
}
.text-steel-100\/95 {
  color: rgb(215 241 249 / 0.95);
}
.text-steel-200 {
  --tw-text-opacity: 1;
  color: rgb(168 227 242 / var(--tw-text-opacity));
}
.text-steel-200\/0 {
  color: rgb(168 227 242 / 0);
}
.text-steel-200\/10 {
  color: rgb(168 227 242 / 0.1);
}
.text-steel-200\/100 {
  color: rgb(168 227 242 / 1);
}
.text-steel-200\/15 {
  color: rgb(168 227 242 / 0.15);
}
.text-steel-200\/20 {
  color: rgb(168 227 242 / 0.2);
}
.text-steel-200\/25 {
  color: rgb(168 227 242 / 0.25);
}
.text-steel-200\/30 {
  color: rgb(168 227 242 / 0.3);
}
.text-steel-200\/35 {
  color: rgb(168 227 242 / 0.35);
}
.text-steel-200\/40 {
  color: rgb(168 227 242 / 0.4);
}
.text-steel-200\/45 {
  color: rgb(168 227 242 / 0.45);
}
.text-steel-200\/5 {
  color: rgb(168 227 242 / 0.05);
}
.text-steel-200\/50 {
  color: rgb(168 227 242 / 0.5);
}
.text-steel-200\/55 {
  color: rgb(168 227 242 / 0.55);
}
.text-steel-200\/60 {
  color: rgb(168 227 242 / 0.6);
}
.text-steel-200\/65 {
  color: rgb(168 227 242 / 0.65);
}
.text-steel-200\/70 {
  color: rgb(168 227 242 / 0.7);
}
.text-steel-200\/75 {
  color: rgb(168 227 242 / 0.75);
}
.text-steel-200\/80 {
  color: rgb(168 227 242 / 0.8);
}
.text-steel-200\/85 {
  color: rgb(168 227 242 / 0.85);
}
.text-steel-200\/90 {
  color: rgb(168 227 242 / 0.9);
}
.text-steel-200\/95 {
  color: rgb(168 227 242 / 0.95);
}
.text-steel-300 {
  --tw-text-opacity: 1;
  color: rgb(114 197 223 / var(--tw-text-opacity));
}
.text-steel-300\/0 {
  color: rgb(114 197 223 / 0);
}
.text-steel-300\/10 {
  color: rgb(114 197 223 / 0.1);
}
.text-steel-300\/100 {
  color: rgb(114 197 223 / 1);
}
.text-steel-300\/15 {
  color: rgb(114 197 223 / 0.15);
}
.text-steel-300\/20 {
  color: rgb(114 197 223 / 0.2);
}
.text-steel-300\/25 {
  color: rgb(114 197 223 / 0.25);
}
.text-steel-300\/30 {
  color: rgb(114 197 223 / 0.3);
}
.text-steel-300\/35 {
  color: rgb(114 197 223 / 0.35);
}
.text-steel-300\/40 {
  color: rgb(114 197 223 / 0.4);
}
.text-steel-300\/45 {
  color: rgb(114 197 223 / 0.45);
}
.text-steel-300\/5 {
  color: rgb(114 197 223 / 0.05);
}
.text-steel-300\/50 {
  color: rgb(114 197 223 / 0.5);
}
.text-steel-300\/55 {
  color: rgb(114 197 223 / 0.55);
}
.text-steel-300\/60 {
  color: rgb(114 197 223 / 0.6);
}
.text-steel-300\/65 {
  color: rgb(114 197 223 / 0.65);
}
.text-steel-300\/70 {
  color: rgb(114 197 223 / 0.7);
}
.text-steel-300\/75 {
  color: rgb(114 197 223 / 0.75);
}
.text-steel-300\/80 {
  color: rgb(114 197 223 / 0.8);
}
.text-steel-300\/85 {
  color: rgb(114 197 223 / 0.85);
}
.text-steel-300\/90 {
  color: rgb(114 197 223 / 0.9);
}
.text-steel-300\/95 {
  color: rgb(114 197 223 / 0.95);
}
.text-steel-400 {
  --tw-text-opacity: 1;
  color: rgb(58 163 198 / var(--tw-text-opacity));
}
.text-steel-400\/0 {
  color: rgb(58 163 198 / 0);
}
.text-steel-400\/10 {
  color: rgb(58 163 198 / 0.1);
}
.text-steel-400\/100 {
  color: rgb(58 163 198 / 1);
}
.text-steel-400\/15 {
  color: rgb(58 163 198 / 0.15);
}
.text-steel-400\/20 {
  color: rgb(58 163 198 / 0.2);
}
.text-steel-400\/25 {
  color: rgb(58 163 198 / 0.25);
}
.text-steel-400\/30 {
  color: rgb(58 163 198 / 0.3);
}
.text-steel-400\/35 {
  color: rgb(58 163 198 / 0.35);
}
.text-steel-400\/40 {
  color: rgb(58 163 198 / 0.4);
}
.text-steel-400\/45 {
  color: rgb(58 163 198 / 0.45);
}
.text-steel-400\/5 {
  color: rgb(58 163 198 / 0.05);
}
.text-steel-400\/50 {
  color: rgb(58 163 198 / 0.5);
}
.text-steel-400\/55 {
  color: rgb(58 163 198 / 0.55);
}
.text-steel-400\/60 {
  color: rgb(58 163 198 / 0.6);
}
.text-steel-400\/65 {
  color: rgb(58 163 198 / 0.65);
}
.text-steel-400\/70 {
  color: rgb(58 163 198 / 0.7);
}
.text-steel-400\/75 {
  color: rgb(58 163 198 / 0.75);
}
.text-steel-400\/80 {
  color: rgb(58 163 198 / 0.8);
}
.text-steel-400\/85 {
  color: rgb(58 163 198 / 0.85);
}
.text-steel-400\/90 {
  color: rgb(58 163 198 / 0.9);
}
.text-steel-400\/95 {
  color: rgb(58 163 198 / 0.95);
}
.text-steel-50 {
  --tw-text-opacity: 1;
  color: rgb(242 248 248 / var(--tw-text-opacity));
}
.text-steel-50\/0 {
  color: rgb(242 248 248 / 0);
}
.text-steel-50\/10 {
  color: rgb(242 248 248 / 0.1);
}
.text-steel-50\/100 {
  color: rgb(242 248 248 / 1);
}
.text-steel-50\/15 {
  color: rgb(242 248 248 / 0.15);
}
.text-steel-50\/20 {
  color: rgb(242 248 248 / 0.2);
}
.text-steel-50\/25 {
  color: rgb(242 248 248 / 0.25);
}
.text-steel-50\/30 {
  color: rgb(242 248 248 / 0.3);
}
.text-steel-50\/35 {
  color: rgb(242 248 248 / 0.35);
}
.text-steel-50\/40 {
  color: rgb(242 248 248 / 0.4);
}
.text-steel-50\/45 {
  color: rgb(242 248 248 / 0.45);
}
.text-steel-50\/5 {
  color: rgb(242 248 248 / 0.05);
}
.text-steel-50\/50 {
  color: rgb(242 248 248 / 0.5);
}
.text-steel-50\/55 {
  color: rgb(242 248 248 / 0.55);
}
.text-steel-50\/60 {
  color: rgb(242 248 248 / 0.6);
}
.text-steel-50\/65 {
  color: rgb(242 248 248 / 0.65);
}
.text-steel-50\/70 {
  color: rgb(242 248 248 / 0.7);
}
.text-steel-50\/75 {
  color: rgb(242 248 248 / 0.75);
}
.text-steel-50\/80 {
  color: rgb(242 248 248 / 0.8);
}
.text-steel-50\/85 {
  color: rgb(242 248 248 / 0.85);
}
.text-steel-50\/90 {
  color: rgb(242 248 248 / 0.9);
}
.text-steel-50\/95 {
  color: rgb(242 248 248 / 0.95);
}
.text-steel-500 {
  --tw-text-opacity: 1;
  color: rgb(2 125 182 / var(--tw-text-opacity));
}
.text-steel-500\/0 {
  color: rgb(2 125 182 / 0);
}
.text-steel-500\/10 {
  color: rgb(2 125 182 / 0.1);
}
.text-steel-500\/100 {
  color: rgb(2 125 182 / 1);
}
.text-steel-500\/15 {
  color: rgb(2 125 182 / 0.15);
}
.text-steel-500\/20 {
  color: rgb(2 125 182 / 0.2);
}
.text-steel-500\/25 {
  color: rgb(2 125 182 / 0.25);
}
.text-steel-500\/30 {
  color: rgb(2 125 182 / 0.3);
}
.text-steel-500\/35 {
  color: rgb(2 125 182 / 0.35);
}
.text-steel-500\/40 {
  color: rgb(2 125 182 / 0.4);
}
.text-steel-500\/45 {
  color: rgb(2 125 182 / 0.45);
}
.text-steel-500\/5 {
  color: rgb(2 125 182 / 0.05);
}
.text-steel-500\/50 {
  color: rgb(2 125 182 / 0.5);
}
.text-steel-500\/55 {
  color: rgb(2 125 182 / 0.55);
}
.text-steel-500\/60 {
  color: rgb(2 125 182 / 0.6);
}
.text-steel-500\/65 {
  color: rgb(2 125 182 / 0.65);
}
.text-steel-500\/70 {
  color: rgb(2 125 182 / 0.7);
}
.text-steel-500\/75 {
  color: rgb(2 125 182 / 0.75);
}
.text-steel-500\/80 {
  color: rgb(2 125 182 / 0.8);
}
.text-steel-500\/85 {
  color: rgb(2 125 182 / 0.85);
}
.text-steel-500\/90 {
  color: rgb(2 125 182 / 0.9);
}
.text-steel-500\/95 {
  color: rgb(2 125 182 / 0.95);
}
.text-steel-600 {
  --tw-text-opacity: 1;
  color: rgb(36 106 146 / var(--tw-text-opacity));
}
.text-steel-600\/0 {
  color: rgb(36 106 146 / 0);
}
.text-steel-600\/10 {
  color: rgb(36 106 146 / 0.1);
}
.text-steel-600\/100 {
  color: rgb(36 106 146 / 1);
}
.text-steel-600\/15 {
  color: rgb(36 106 146 / 0.15);
}
.text-steel-600\/20 {
  color: rgb(36 106 146 / 0.2);
}
.text-steel-600\/25 {
  color: rgb(36 106 146 / 0.25);
}
.text-steel-600\/30 {
  color: rgb(36 106 146 / 0.3);
}
.text-steel-600\/35 {
  color: rgb(36 106 146 / 0.35);
}
.text-steel-600\/40 {
  color: rgb(36 106 146 / 0.4);
}
.text-steel-600\/45 {
  color: rgb(36 106 146 / 0.45);
}
.text-steel-600\/5 {
  color: rgb(36 106 146 / 0.05);
}
.text-steel-600\/50 {
  color: rgb(36 106 146 / 0.5);
}
.text-steel-600\/55 {
  color: rgb(36 106 146 / 0.55);
}
.text-steel-600\/60 {
  color: rgb(36 106 146 / 0.6);
}
.text-steel-600\/65 {
  color: rgb(36 106 146 / 0.65);
}
.text-steel-600\/70 {
  color: rgb(36 106 146 / 0.7);
}
.text-steel-600\/75 {
  color: rgb(36 106 146 / 0.75);
}
.text-steel-600\/80 {
  color: rgb(36 106 146 / 0.8);
}
.text-steel-600\/85 {
  color: rgb(36 106 146 / 0.85);
}
.text-steel-600\/90 {
  color: rgb(36 106 146 / 0.9);
}
.text-steel-600\/95 {
  color: rgb(36 106 146 / 0.95);
}
.text-steel-700 {
  --tw-text-opacity: 1;
  color: rgb(31 80 114 / var(--tw-text-opacity));
}
.text-steel-700\/0 {
  color: rgb(31 80 114 / 0);
}
.text-steel-700\/10 {
  color: rgb(31 80 114 / 0.1);
}
.text-steel-700\/100 {
  color: rgb(31 80 114 / 1);
}
.text-steel-700\/15 {
  color: rgb(31 80 114 / 0.15);
}
.text-steel-700\/20 {
  color: rgb(31 80 114 / 0.2);
}
.text-steel-700\/25 {
  color: rgb(31 80 114 / 0.25);
}
.text-steel-700\/30 {
  color: rgb(31 80 114 / 0.3);
}
.text-steel-700\/35 {
  color: rgb(31 80 114 / 0.35);
}
.text-steel-700\/40 {
  color: rgb(31 80 114 / 0.4);
}
.text-steel-700\/45 {
  color: rgb(31 80 114 / 0.45);
}
.text-steel-700\/5 {
  color: rgb(31 80 114 / 0.05);
}
.text-steel-700\/50 {
  color: rgb(31 80 114 / 0.5);
}
.text-steel-700\/55 {
  color: rgb(31 80 114 / 0.55);
}
.text-steel-700\/60 {
  color: rgb(31 80 114 / 0.6);
}
.text-steel-700\/65 {
  color: rgb(31 80 114 / 0.65);
}
.text-steel-700\/70 {
  color: rgb(31 80 114 / 0.7);
}
.text-steel-700\/75 {
  color: rgb(31 80 114 / 0.75);
}
.text-steel-700\/80 {
  color: rgb(31 80 114 / 0.8);
}
.text-steel-700\/85 {
  color: rgb(31 80 114 / 0.85);
}
.text-steel-700\/90 {
  color: rgb(31 80 114 / 0.9);
}
.text-steel-700\/95 {
  color: rgb(31 80 114 / 0.95);
}
.text-steel-800 {
  --tw-text-opacity: 1;
  color: rgb(23 54 82 / var(--tw-text-opacity));
}
.text-steel-800\/0 {
  color: rgb(23 54 82 / 0);
}
.text-steel-800\/10 {
  color: rgb(23 54 82 / 0.1);
}
.text-steel-800\/100 {
  color: rgb(23 54 82 / 1);
}
.text-steel-800\/15 {
  color: rgb(23 54 82 / 0.15);
}
.text-steel-800\/20 {
  color: rgb(23 54 82 / 0.2);
}
.text-steel-800\/25 {
  color: rgb(23 54 82 / 0.25);
}
.text-steel-800\/30 {
  color: rgb(23 54 82 / 0.3);
}
.text-steel-800\/35 {
  color: rgb(23 54 82 / 0.35);
}
.text-steel-800\/40 {
  color: rgb(23 54 82 / 0.4);
}
.text-steel-800\/45 {
  color: rgb(23 54 82 / 0.45);
}
.text-steel-800\/5 {
  color: rgb(23 54 82 / 0.05);
}
.text-steel-800\/50 {
  color: rgb(23 54 82 / 0.5);
}
.text-steel-800\/55 {
  color: rgb(23 54 82 / 0.55);
}
.text-steel-800\/60 {
  color: rgb(23 54 82 / 0.6);
}
.text-steel-800\/65 {
  color: rgb(23 54 82 / 0.65);
}
.text-steel-800\/70 {
  color: rgb(23 54 82 / 0.7);
}
.text-steel-800\/75 {
  color: rgb(23 54 82 / 0.75);
}
.text-steel-800\/80 {
  color: rgb(23 54 82 / 0.8);
}
.text-steel-800\/85 {
  color: rgb(23 54 82 / 0.85);
}
.text-steel-800\/90 {
  color: rgb(23 54 82 / 0.9);
}
.text-steel-800\/95 {
  color: rgb(23 54 82 / 0.95);
}
.text-steel-900 {
  --tw-text-opacity: 1;
  color: rgb(14 33 55 / var(--tw-text-opacity));
}
.text-steel-900\/0 {
  color: rgb(14 33 55 / 0);
}
.text-steel-900\/10 {
  color: rgb(14 33 55 / 0.1);
}
.text-steel-900\/100 {
  color: rgb(14 33 55 / 1);
}
.text-steel-900\/15 {
  color: rgb(14 33 55 / 0.15);
}
.text-steel-900\/20 {
  color: rgb(14 33 55 / 0.2);
}
.text-steel-900\/25 {
  color: rgb(14 33 55 / 0.25);
}
.text-steel-900\/30 {
  color: rgb(14 33 55 / 0.3);
}
.text-steel-900\/35 {
  color: rgb(14 33 55 / 0.35);
}
.text-steel-900\/40 {
  color: rgb(14 33 55 / 0.4);
}
.text-steel-900\/45 {
  color: rgb(14 33 55 / 0.45);
}
.text-steel-900\/5 {
  color: rgb(14 33 55 / 0.05);
}
.text-steel-900\/50 {
  color: rgb(14 33 55 / 0.5);
}
.text-steel-900\/55 {
  color: rgb(14 33 55 / 0.55);
}
.text-steel-900\/60 {
  color: rgb(14 33 55 / 0.6);
}
.text-steel-900\/65 {
  color: rgb(14 33 55 / 0.65);
}
.text-steel-900\/70 {
  color: rgb(14 33 55 / 0.7);
}
.text-steel-900\/75 {
  color: rgb(14 33 55 / 0.75);
}
.text-steel-900\/80 {
  color: rgb(14 33 55 / 0.8);
}
.text-steel-900\/85 {
  color: rgb(14 33 55 / 0.85);
}
.text-steel-900\/90 {
  color: rgb(14 33 55 / 0.9);
}
.text-steel-900\/95 {
  color: rgb(14 33 55 / 0.95);
}
.text-sunset-100 {
  --tw-text-opacity: 1;
  color: rgb(251 240 226 / var(--tw-text-opacity));
}
.text-sunset-100\/0 {
  color: rgb(251 240 226 / 0);
}
.text-sunset-100\/10 {
  color: rgb(251 240 226 / 0.1);
}
.text-sunset-100\/100 {
  color: rgb(251 240 226 / 1);
}
.text-sunset-100\/15 {
  color: rgb(251 240 226 / 0.15);
}
.text-sunset-100\/20 {
  color: rgb(251 240 226 / 0.2);
}
.text-sunset-100\/25 {
  color: rgb(251 240 226 / 0.25);
}
.text-sunset-100\/30 {
  color: rgb(251 240 226 / 0.3);
}
.text-sunset-100\/35 {
  color: rgb(251 240 226 / 0.35);
}
.text-sunset-100\/40 {
  color: rgb(251 240 226 / 0.4);
}
.text-sunset-100\/45 {
  color: rgb(251 240 226 / 0.45);
}
.text-sunset-100\/5 {
  color: rgb(251 240 226 / 0.05);
}
.text-sunset-100\/50 {
  color: rgb(251 240 226 / 0.5);
}
.text-sunset-100\/55 {
  color: rgb(251 240 226 / 0.55);
}
.text-sunset-100\/60 {
  color: rgb(251 240 226 / 0.6);
}
.text-sunset-100\/65 {
  color: rgb(251 240 226 / 0.65);
}
.text-sunset-100\/70 {
  color: rgb(251 240 226 / 0.7);
}
.text-sunset-100\/75 {
  color: rgb(251 240 226 / 0.75);
}
.text-sunset-100\/80 {
  color: rgb(251 240 226 / 0.8);
}
.text-sunset-100\/85 {
  color: rgb(251 240 226 / 0.85);
}
.text-sunset-100\/90 {
  color: rgb(251 240 226 / 0.9);
}
.text-sunset-100\/95 {
  color: rgb(251 240 226 / 0.95);
}
.text-sunset-200 {
  --tw-text-opacity: 1;
  color: rgb(246 212 194 / var(--tw-text-opacity));
}
.text-sunset-200\/0 {
  color: rgb(246 212 194 / 0);
}
.text-sunset-200\/10 {
  color: rgb(246 212 194 / 0.1);
}
.text-sunset-200\/100 {
  color: rgb(246 212 194 / 1);
}
.text-sunset-200\/15 {
  color: rgb(246 212 194 / 0.15);
}
.text-sunset-200\/20 {
  color: rgb(246 212 194 / 0.2);
}
.text-sunset-200\/25 {
  color: rgb(246 212 194 / 0.25);
}
.text-sunset-200\/30 {
  color: rgb(246 212 194 / 0.3);
}
.text-sunset-200\/35 {
  color: rgb(246 212 194 / 0.35);
}
.text-sunset-200\/40 {
  color: rgb(246 212 194 / 0.4);
}
.text-sunset-200\/45 {
  color: rgb(246 212 194 / 0.45);
}
.text-sunset-200\/5 {
  color: rgb(246 212 194 / 0.05);
}
.text-sunset-200\/50 {
  color: rgb(246 212 194 / 0.5);
}
.text-sunset-200\/55 {
  color: rgb(246 212 194 / 0.55);
}
.text-sunset-200\/60 {
  color: rgb(246 212 194 / 0.6);
}
.text-sunset-200\/65 {
  color: rgb(246 212 194 / 0.65);
}
.text-sunset-200\/70 {
  color: rgb(246 212 194 / 0.7);
}
.text-sunset-200\/75 {
  color: rgb(246 212 194 / 0.75);
}
.text-sunset-200\/80 {
  color: rgb(246 212 194 / 0.8);
}
.text-sunset-200\/85 {
  color: rgb(246 212 194 / 0.85);
}
.text-sunset-200\/90 {
  color: rgb(246 212 194 / 0.9);
}
.text-sunset-200\/95 {
  color: rgb(246 212 194 / 0.95);
}
.text-sunset-300 {
  --tw-text-opacity: 1;
  color: rgb(234 170 146 / var(--tw-text-opacity));
}
.text-sunset-300\/0 {
  color: rgb(234 170 146 / 0);
}
.text-sunset-300\/10 {
  color: rgb(234 170 146 / 0.1);
}
.text-sunset-300\/100 {
  color: rgb(234 170 146 / 1);
}
.text-sunset-300\/15 {
  color: rgb(234 170 146 / 0.15);
}
.text-sunset-300\/20 {
  color: rgb(234 170 146 / 0.2);
}
.text-sunset-300\/25 {
  color: rgb(234 170 146 / 0.25);
}
.text-sunset-300\/30 {
  color: rgb(234 170 146 / 0.3);
}
.text-sunset-300\/35 {
  color: rgb(234 170 146 / 0.35);
}
.text-sunset-300\/40 {
  color: rgb(234 170 146 / 0.4);
}
.text-sunset-300\/45 {
  color: rgb(234 170 146 / 0.45);
}
.text-sunset-300\/5 {
  color: rgb(234 170 146 / 0.05);
}
.text-sunset-300\/50 {
  color: rgb(234 170 146 / 0.5);
}
.text-sunset-300\/55 {
  color: rgb(234 170 146 / 0.55);
}
.text-sunset-300\/60 {
  color: rgb(234 170 146 / 0.6);
}
.text-sunset-300\/65 {
  color: rgb(234 170 146 / 0.65);
}
.text-sunset-300\/70 {
  color: rgb(234 170 146 / 0.7);
}
.text-sunset-300\/75 {
  color: rgb(234 170 146 / 0.75);
}
.text-sunset-300\/80 {
  color: rgb(234 170 146 / 0.8);
}
.text-sunset-300\/85 {
  color: rgb(234 170 146 / 0.85);
}
.text-sunset-300\/90 {
  color: rgb(234 170 146 / 0.9);
}
.text-sunset-300\/95 {
  color: rgb(234 170 146 / 0.95);
}
.text-sunset-400 {
  --tw-text-opacity: 1;
  color: rgb(225 123 99 / var(--tw-text-opacity));
}
.text-sunset-400\/0 {
  color: rgb(225 123 99 / 0);
}
.text-sunset-400\/10 {
  color: rgb(225 123 99 / 0.1);
}
.text-sunset-400\/100 {
  color: rgb(225 123 99 / 1);
}
.text-sunset-400\/15 {
  color: rgb(225 123 99 / 0.15);
}
.text-sunset-400\/20 {
  color: rgb(225 123 99 / 0.2);
}
.text-sunset-400\/25 {
  color: rgb(225 123 99 / 0.25);
}
.text-sunset-400\/30 {
  color: rgb(225 123 99 / 0.3);
}
.text-sunset-400\/35 {
  color: rgb(225 123 99 / 0.35);
}
.text-sunset-400\/40 {
  color: rgb(225 123 99 / 0.4);
}
.text-sunset-400\/45 {
  color: rgb(225 123 99 / 0.45);
}
.text-sunset-400\/5 {
  color: rgb(225 123 99 / 0.05);
}
.text-sunset-400\/50 {
  color: rgb(225 123 99 / 0.5);
}
.text-sunset-400\/55 {
  color: rgb(225 123 99 / 0.55);
}
.text-sunset-400\/60 {
  color: rgb(225 123 99 / 0.6);
}
.text-sunset-400\/65 {
  color: rgb(225 123 99 / 0.65);
}
.text-sunset-400\/70 {
  color: rgb(225 123 99 / 0.7);
}
.text-sunset-400\/75 {
  color: rgb(225 123 99 / 0.75);
}
.text-sunset-400\/80 {
  color: rgb(225 123 99 / 0.8);
}
.text-sunset-400\/85 {
  color: rgb(225 123 99 / 0.85);
}
.text-sunset-400\/90 {
  color: rgb(225 123 99 / 0.9);
}
.text-sunset-400\/95 {
  color: rgb(225 123 99 / 0.95);
}
.text-sunset-50 {
  --tw-text-opacity: 1;
  color: rgb(252 251 249 / var(--tw-text-opacity));
}
.text-sunset-50\/0 {
  color: rgb(252 251 249 / 0);
}
.text-sunset-50\/10 {
  color: rgb(252 251 249 / 0.1);
}
.text-sunset-50\/100 {
  color: rgb(252 251 249 / 1);
}
.text-sunset-50\/15 {
  color: rgb(252 251 249 / 0.15);
}
.text-sunset-50\/20 {
  color: rgb(252 251 249 / 0.2);
}
.text-sunset-50\/25 {
  color: rgb(252 251 249 / 0.25);
}
.text-sunset-50\/30 {
  color: rgb(252 251 249 / 0.3);
}
.text-sunset-50\/35 {
  color: rgb(252 251 249 / 0.35);
}
.text-sunset-50\/40 {
  color: rgb(252 251 249 / 0.4);
}
.text-sunset-50\/45 {
  color: rgb(252 251 249 / 0.45);
}
.text-sunset-50\/5 {
  color: rgb(252 251 249 / 0.05);
}
.text-sunset-50\/50 {
  color: rgb(252 251 249 / 0.5);
}
.text-sunset-50\/55 {
  color: rgb(252 251 249 / 0.55);
}
.text-sunset-50\/60 {
  color: rgb(252 251 249 / 0.6);
}
.text-sunset-50\/65 {
  color: rgb(252 251 249 / 0.65);
}
.text-sunset-50\/70 {
  color: rgb(252 251 249 / 0.7);
}
.text-sunset-50\/75 {
  color: rgb(252 251 249 / 0.75);
}
.text-sunset-50\/80 {
  color: rgb(252 251 249 / 0.8);
}
.text-sunset-50\/85 {
  color: rgb(252 251 249 / 0.85);
}
.text-sunset-50\/90 {
  color: rgb(252 251 249 / 0.9);
}
.text-sunset-50\/95 {
  color: rgb(252 251 249 / 0.95);
}
.text-sunset-500 {
  --tw-text-opacity: 1;
  color: rgb(207 88 65 / var(--tw-text-opacity));
}
.text-sunset-500\/0 {
  color: rgb(207 88 65 / 0);
}
.text-sunset-500\/10 {
  color: rgb(207 88 65 / 0.1);
}
.text-sunset-500\/100 {
  color: rgb(207 88 65 / 1);
}
.text-sunset-500\/15 {
  color: rgb(207 88 65 / 0.15);
}
.text-sunset-500\/20 {
  color: rgb(207 88 65 / 0.2);
}
.text-sunset-500\/25 {
  color: rgb(207 88 65 / 0.25);
}
.text-sunset-500\/30 {
  color: rgb(207 88 65 / 0.3);
}
.text-sunset-500\/35 {
  color: rgb(207 88 65 / 0.35);
}
.text-sunset-500\/40 {
  color: rgb(207 88 65 / 0.4);
}
.text-sunset-500\/45 {
  color: rgb(207 88 65 / 0.45);
}
.text-sunset-500\/5 {
  color: rgb(207 88 65 / 0.05);
}
.text-sunset-500\/50 {
  color: rgb(207 88 65 / 0.5);
}
.text-sunset-500\/55 {
  color: rgb(207 88 65 / 0.55);
}
.text-sunset-500\/60 {
  color: rgb(207 88 65 / 0.6);
}
.text-sunset-500\/65 {
  color: rgb(207 88 65 / 0.65);
}
.text-sunset-500\/70 {
  color: rgb(207 88 65 / 0.7);
}
.text-sunset-500\/75 {
  color: rgb(207 88 65 / 0.75);
}
.text-sunset-500\/80 {
  color: rgb(207 88 65 / 0.8);
}
.text-sunset-500\/85 {
  color: rgb(207 88 65 / 0.85);
}
.text-sunset-500\/90 {
  color: rgb(207 88 65 / 0.9);
}
.text-sunset-500\/95 {
  color: rgb(207 88 65 / 0.95);
}
.text-sunset-600 {
  --tw-text-opacity: 1;
  color: rgb(180 61 43 / var(--tw-text-opacity));
}
.text-sunset-600\/0 {
  color: rgb(180 61 43 / 0);
}
.text-sunset-600\/10 {
  color: rgb(180 61 43 / 0.1);
}
.text-sunset-600\/100 {
  color: rgb(180 61 43 / 1);
}
.text-sunset-600\/15 {
  color: rgb(180 61 43 / 0.15);
}
.text-sunset-600\/20 {
  color: rgb(180 61 43 / 0.2);
}
.text-sunset-600\/25 {
  color: rgb(180 61 43 / 0.25);
}
.text-sunset-600\/30 {
  color: rgb(180 61 43 / 0.3);
}
.text-sunset-600\/35 {
  color: rgb(180 61 43 / 0.35);
}
.text-sunset-600\/40 {
  color: rgb(180 61 43 / 0.4);
}
.text-sunset-600\/45 {
  color: rgb(180 61 43 / 0.45);
}
.text-sunset-600\/5 {
  color: rgb(180 61 43 / 0.05);
}
.text-sunset-600\/50 {
  color: rgb(180 61 43 / 0.5);
}
.text-sunset-600\/55 {
  color: rgb(180 61 43 / 0.55);
}
.text-sunset-600\/60 {
  color: rgb(180 61 43 / 0.6);
}
.text-sunset-600\/65 {
  color: rgb(180 61 43 / 0.65);
}
.text-sunset-600\/70 {
  color: rgb(180 61 43 / 0.7);
}
.text-sunset-600\/75 {
  color: rgb(180 61 43 / 0.75);
}
.text-sunset-600\/80 {
  color: rgb(180 61 43 / 0.8);
}
.text-sunset-600\/85 {
  color: rgb(180 61 43 / 0.85);
}
.text-sunset-600\/90 {
  color: rgb(180 61 43 / 0.9);
}
.text-sunset-600\/95 {
  color: rgb(180 61 43 / 0.95);
}
.text-sunset-700 {
  --tw-text-opacity: 1;
  color: rgb(140 46 33 / var(--tw-text-opacity));
}
.text-sunset-700\/0 {
  color: rgb(140 46 33 / 0);
}
.text-sunset-700\/10 {
  color: rgb(140 46 33 / 0.1);
}
.text-sunset-700\/100 {
  color: rgb(140 46 33 / 1);
}
.text-sunset-700\/15 {
  color: rgb(140 46 33 / 0.15);
}
.text-sunset-700\/20 {
  color: rgb(140 46 33 / 0.2);
}
.text-sunset-700\/25 {
  color: rgb(140 46 33 / 0.25);
}
.text-sunset-700\/30 {
  color: rgb(140 46 33 / 0.3);
}
.text-sunset-700\/35 {
  color: rgb(140 46 33 / 0.35);
}
.text-sunset-700\/40 {
  color: rgb(140 46 33 / 0.4);
}
.text-sunset-700\/45 {
  color: rgb(140 46 33 / 0.45);
}
.text-sunset-700\/5 {
  color: rgb(140 46 33 / 0.05);
}
.text-sunset-700\/50 {
  color: rgb(140 46 33 / 0.5);
}
.text-sunset-700\/55 {
  color: rgb(140 46 33 / 0.55);
}
.text-sunset-700\/60 {
  color: rgb(140 46 33 / 0.6);
}
.text-sunset-700\/65 {
  color: rgb(140 46 33 / 0.65);
}
.text-sunset-700\/70 {
  color: rgb(140 46 33 / 0.7);
}
.text-sunset-700\/75 {
  color: rgb(140 46 33 / 0.75);
}
.text-sunset-700\/80 {
  color: rgb(140 46 33 / 0.8);
}
.text-sunset-700\/85 {
  color: rgb(140 46 33 / 0.85);
}
.text-sunset-700\/90 {
  color: rgb(140 46 33 / 0.9);
}
.text-sunset-700\/95 {
  color: rgb(140 46 33 / 0.95);
}
.text-sunset-800 {
  --tw-text-opacity: 1;
  color: rgb(98 32 23 / var(--tw-text-opacity));
}
.text-sunset-800\/0 {
  color: rgb(98 32 23 / 0);
}
.text-sunset-800\/10 {
  color: rgb(98 32 23 / 0.1);
}
.text-sunset-800\/100 {
  color: rgb(98 32 23 / 1);
}
.text-sunset-800\/15 {
  color: rgb(98 32 23 / 0.15);
}
.text-sunset-800\/20 {
  color: rgb(98 32 23 / 0.2);
}
.text-sunset-800\/25 {
  color: rgb(98 32 23 / 0.25);
}
.text-sunset-800\/30 {
  color: rgb(98 32 23 / 0.3);
}
.text-sunset-800\/35 {
  color: rgb(98 32 23 / 0.35);
}
.text-sunset-800\/40 {
  color: rgb(98 32 23 / 0.4);
}
.text-sunset-800\/45 {
  color: rgb(98 32 23 / 0.45);
}
.text-sunset-800\/5 {
  color: rgb(98 32 23 / 0.05);
}
.text-sunset-800\/50 {
  color: rgb(98 32 23 / 0.5);
}
.text-sunset-800\/55 {
  color: rgb(98 32 23 / 0.55);
}
.text-sunset-800\/60 {
  color: rgb(98 32 23 / 0.6);
}
.text-sunset-800\/65 {
  color: rgb(98 32 23 / 0.65);
}
.text-sunset-800\/70 {
  color: rgb(98 32 23 / 0.7);
}
.text-sunset-800\/75 {
  color: rgb(98 32 23 / 0.75);
}
.text-sunset-800\/80 {
  color: rgb(98 32 23 / 0.8);
}
.text-sunset-800\/85 {
  color: rgb(98 32 23 / 0.85);
}
.text-sunset-800\/90 {
  color: rgb(98 32 23 / 0.9);
}
.text-sunset-800\/95 {
  color: rgb(98 32 23 / 0.95);
}
.text-sunset-900 {
  --tw-text-opacity: 1;
  color: rgb(61 20 14 / var(--tw-text-opacity));
}
.text-sunset-900\/0 {
  color: rgb(61 20 14 / 0);
}
.text-sunset-900\/10 {
  color: rgb(61 20 14 / 0.1);
}
.text-sunset-900\/100 {
  color: rgb(61 20 14 / 1);
}
.text-sunset-900\/15 {
  color: rgb(61 20 14 / 0.15);
}
.text-sunset-900\/20 {
  color: rgb(61 20 14 / 0.2);
}
.text-sunset-900\/25 {
  color: rgb(61 20 14 / 0.25);
}
.text-sunset-900\/30 {
  color: rgb(61 20 14 / 0.3);
}
.text-sunset-900\/35 {
  color: rgb(61 20 14 / 0.35);
}
.text-sunset-900\/40 {
  color: rgb(61 20 14 / 0.4);
}
.text-sunset-900\/45 {
  color: rgb(61 20 14 / 0.45);
}
.text-sunset-900\/5 {
  color: rgb(61 20 14 / 0.05);
}
.text-sunset-900\/50 {
  color: rgb(61 20 14 / 0.5);
}
.text-sunset-900\/55 {
  color: rgb(61 20 14 / 0.55);
}
.text-sunset-900\/60 {
  color: rgb(61 20 14 / 0.6);
}
.text-sunset-900\/65 {
  color: rgb(61 20 14 / 0.65);
}
.text-sunset-900\/70 {
  color: rgb(61 20 14 / 0.7);
}
.text-sunset-900\/75 {
  color: rgb(61 20 14 / 0.75);
}
.text-sunset-900\/80 {
  color: rgb(61 20 14 / 0.8);
}
.text-sunset-900\/85 {
  color: rgb(61 20 14 / 0.85);
}
.text-sunset-900\/90 {
  color: rgb(61 20 14 / 0.9);
}
.text-sunset-900\/95 {
  color: rgb(61 20 14 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.text-yellow-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-yellow-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-yellow-100\/15 {
  color: rgb(254 243 199 / 0.15);
}
.text-yellow-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-yellow-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-yellow-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-yellow-100\/35 {
  color: rgb(254 243 199 / 0.35);
}
.text-yellow-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-yellow-100\/45 {
  color: rgb(254 243 199 / 0.45);
}
.text-yellow-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-yellow-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-yellow-100\/55 {
  color: rgb(254 243 199 / 0.55);
}
.text-yellow-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-yellow-100\/65 {
  color: rgb(254 243 199 / 0.65);
}
.text-yellow-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-yellow-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-yellow-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-yellow-100\/85 {
  color: rgb(254 243 199 / 0.85);
}
.text-yellow-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-yellow-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-yellow-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-yellow-200\/15 {
  color: rgb(253 230 138 / 0.15);
}
.text-yellow-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-yellow-200\/35 {
  color: rgb(253 230 138 / 0.35);
}
.text-yellow-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-yellow-200\/45 {
  color: rgb(253 230 138 / 0.45);
}
.text-yellow-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-yellow-200\/55 {
  color: rgb(253 230 138 / 0.55);
}
.text-yellow-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-yellow-200\/65 {
  color: rgb(253 230 138 / 0.65);
}
.text-yellow-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-yellow-200\/85 {
  color: rgb(253 230 138 / 0.85);
}
.text-yellow-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-yellow-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-yellow-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-yellow-300\/15 {
  color: rgb(252 211 77 / 0.15);
}
.text-yellow-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-yellow-300\/35 {
  color: rgb(252 211 77 / 0.35);
}
.text-yellow-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-yellow-300\/45 {
  color: rgb(252 211 77 / 0.45);
}
.text-yellow-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-yellow-300\/55 {
  color: rgb(252 211 77 / 0.55);
}
.text-yellow-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-yellow-300\/65 {
  color: rgb(252 211 77 / 0.65);
}
.text-yellow-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-yellow-300\/85 {
  color: rgb(252 211 77 / 0.85);
}
.text-yellow-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-yellow-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-yellow-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-yellow-400\/15 {
  color: rgb(251 191 36 / 0.15);
}
.text-yellow-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-yellow-400\/35 {
  color: rgb(251 191 36 / 0.35);
}
.text-yellow-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-yellow-400\/45 {
  color: rgb(251 191 36 / 0.45);
}
.text-yellow-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-yellow-400\/55 {
  color: rgb(251 191 36 / 0.55);
}
.text-yellow-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-yellow-400\/65 {
  color: rgb(251 191 36 / 0.65);
}
.text-yellow-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-yellow-400\/85 {
  color: rgb(251 191 36 / 0.85);
}
.text-yellow-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-yellow-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-yellow-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-yellow-50\/15 {
  color: rgb(255 251 235 / 0.15);
}
.text-yellow-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-yellow-50\/35 {
  color: rgb(255 251 235 / 0.35);
}
.text-yellow-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-yellow-50\/45 {
  color: rgb(255 251 235 / 0.45);
}
.text-yellow-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-yellow-50\/55 {
  color: rgb(255 251 235 / 0.55);
}
.text-yellow-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-yellow-50\/65 {
  color: rgb(255 251 235 / 0.65);
}
.text-yellow-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-yellow-50\/85 {
  color: rgb(255 251 235 / 0.85);
}
.text-yellow-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-yellow-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-yellow-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-yellow-500\/15 {
  color: rgb(245 158 11 / 0.15);
}
.text-yellow-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-yellow-500\/35 {
  color: rgb(245 158 11 / 0.35);
}
.text-yellow-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-yellow-500\/45 {
  color: rgb(245 158 11 / 0.45);
}
.text-yellow-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-yellow-500\/55 {
  color: rgb(245 158 11 / 0.55);
}
.text-yellow-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-yellow-500\/65 {
  color: rgb(245 158 11 / 0.65);
}
.text-yellow-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-yellow-500\/85 {
  color: rgb(245 158 11 / 0.85);
}
.text-yellow-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-yellow-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-yellow-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-yellow-600\/15 {
  color: rgb(217 119 6 / 0.15);
}
.text-yellow-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-yellow-600\/35 {
  color: rgb(217 119 6 / 0.35);
}
.text-yellow-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-yellow-600\/45 {
  color: rgb(217 119 6 / 0.45);
}
.text-yellow-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-yellow-600\/55 {
  color: rgb(217 119 6 / 0.55);
}
.text-yellow-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-yellow-600\/65 {
  color: rgb(217 119 6 / 0.65);
}
.text-yellow-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-yellow-600\/85 {
  color: rgb(217 119 6 / 0.85);
}
.text-yellow-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-yellow-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-yellow-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-yellow-700\/15 {
  color: rgb(180 83 9 / 0.15);
}
.text-yellow-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-yellow-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-yellow-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-yellow-700\/35 {
  color: rgb(180 83 9 / 0.35);
}
.text-yellow-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-yellow-700\/45 {
  color: rgb(180 83 9 / 0.45);
}
.text-yellow-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-yellow-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-yellow-700\/55 {
  color: rgb(180 83 9 / 0.55);
}
.text-yellow-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-yellow-700\/65 {
  color: rgb(180 83 9 / 0.65);
}
.text-yellow-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-yellow-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-yellow-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-yellow-700\/85 {
  color: rgb(180 83 9 / 0.85);
}
.text-yellow-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-yellow-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-yellow-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-yellow-800\/15 {
  color: rgb(146 64 14 / 0.15);
}
.text-yellow-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-yellow-800\/35 {
  color: rgb(146 64 14 / 0.35);
}
.text-yellow-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-yellow-800\/45 {
  color: rgb(146 64 14 / 0.45);
}
.text-yellow-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-yellow-800\/55 {
  color: rgb(146 64 14 / 0.55);
}
.text-yellow-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-yellow-800\/65 {
  color: rgb(146 64 14 / 0.65);
}
.text-yellow-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-yellow-800\/85 {
  color: rgb(146 64 14 / 0.85);
}
.text-yellow-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-yellow-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-yellow-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-yellow-900\/15 {
  color: rgb(120 53 15 / 0.15);
}
.text-yellow-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-yellow-900\/35 {
  color: rgb(120 53 15 / 0.35);
}
.text-yellow-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-yellow-900\/45 {
  color: rgb(120 53 15 / 0.45);
}
.text-yellow-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-yellow-900\/55 {
  color: rgb(120 53 15 / 0.55);
}
.text-yellow-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-yellow-900\/65 {
  color: rgb(120 53 15 / 0.65);
}
.text-yellow-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-yellow-900\/85 {
  color: rgb(120 53 15 / 0.85);
}
.text-yellow-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 180 180 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 180 180 / var(--tw-placeholder-opacity));
}
.\!opacity-0 {
  opacity: 0 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(195 221 253 / var(--tw-ring-opacity));
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}
.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity));
}
.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}
.ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 125 182 / var(--tw-ring-opacity));
}
.ring-primary-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 33 55 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-100 {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-90 {
  --tw-brightness: brightness(.9);
  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);
}
.brightness-95 {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-input {
  transition-property: box-shadow, color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-\[cubic-bezier\(\.3\2c 2\.3\2c \.6\2c 1\)\] {
  transition-timing-function: cubic-bezier(.3,2.3,.6,1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.form-text {
  font-size: var(--vf-font-size);
  line-height: var(--vf-line-height);
  letter-spacing: var(--vf-letter-spacing);
}
.form-text-small {
  font-size: var(--vf-font-size-small);
  line-height: var(--vf-line-height-small);
  letter-spacing: var(--vf-letter-spacing-small);
}
.form-text-h1-mobile {
  font-size: var(--vf-font-size-h1-mobile);
  line-height: var(--vf-line-height-headings);
  letter-spacing: var(--vf-letter-spacing-headings);
}
.form-text-h2-mobile {
  font-size: var(--vf-font-size-h2-mobile);
  line-height: var(--vf-line-height-headings);
  letter-spacing: var(--vf-letter-spacing-headings);
}
.form-text-h3-mobile {
  font-size: var(--vf-font-size-h3-mobile);
  line-height: var(--vf-line-height-headings);
  letter-spacing: var(--vf-letter-spacing-headings);
}
.form-text-h4-mobile {
  font-size: var(--vf-font-size-h4-mobile);
  line-height: var(--vf-line-height-headings);
  letter-spacing: var(--vf-letter-spacing-headings);
}
.form-text-blockquote {
  font-size: var(--vf-font-size-blockquote);
  line-height: var(--vf-line-height-blockquote);
  letter-spacing: var(--vf-letter-spacing-blockquote);
}
.form-gap-gutter {
  gap: var(--vf-gutter);
}
.form-gap-x-gutter {
  -moz-column-gap: var(--vf-gutter);
       column-gap: var(--vf-gutter);
}
.form-gap-y-gutter {
  row-gap: var(--vf-gutter);
}
.form-gap-0\.5gutter {
  gap: calc(var(--vf-gutter) * 0.5);
}
.form-gap-y-0\.5gutter {
  row-gap: calc(var(--vf-gutter) * 0.5);
}
.form-radius-input {
  border-radius: var(--vf-radius-input);
}
.form-radius-input-t {
  border-radius: var(--vf-radius-input);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-input-r {
  border-radius: var(--vf-radius-input);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-radius-input-b {
  border-radius: var(--vf-radius-input);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-radius-input-l {
  border-radius: var(--vf-radius-input);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-btn {
  border-radius: var(--vf-radius-btn);
}
.form-radius-small {
  border-radius: var(--vf-radius-small);
}
.form-radius-large {
  border-radius: var(--vf-radius-large);
}
.form-radius-large-t {
  border-radius: var(--vf-radius-large);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-large-b {
  border-radius: var(--vf-radius-large);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-radius-input-tag {
  border-radius: var(--vf-radius-tag);
}
.form-radius-checkbox {
  border-radius: var(--vf-radius-checkbox);
}
.form-radius-slider {
  border-radius: var(--vf-radius-slider);
}
.form-radius-image {
  border-radius: var(--vf-radius-image);
}
.form-radius-gallery {
  border-radius: var(--vf-radius-gallery);
}
.form-my-slider {
  margin-top: calc((var(--vf-line-height) - var(--vf-slider-height)) / 2);
  margin-bottom: calc((var(--vf-line-height) - var(--vf-slider-height)) / 2);
}
.form-mt-floating {
  margin-top: var(--vf-floating-top);
}
.form-pt-0 {
  padding-top: 0px;
}
.form-text-type .form-pt-0 {
  padding-top: 0px;
}
.form-pr-select {
  padding-right: calc(var(--vf-px-input) * 2.5 + 20px);
}
.form-pr-select-no-clear {
  padding-right: calc(var(--vf-px-input) * 1.5 + 10px);
}
.form-pr-select-no-caret {
  padding-right: calc(var(--vf-px-input) * 1.5 + 10px);
}
.form-py-0\.5input {
  padding-bottom: calc(var(--vf-py-input) * 0.5);
  padding-top: calc(var(--vf-py-input) * 0.5);
}
.form-top-input-border {
  top: calc(var(--vf-border-width-input-t) + var(--vf-py-input));
}
.form-left-input {
  left: var(--vf-px-input);
}
.form-py-tag {
  padding-bottom: var(--vf-py-tag);
  padding-top: var(--vf-py-tag);
}
.form-py-slider-tooltip {
  padding-bottom: var(--vf-py-slider-tooltip);
  padding-top: var(--vf-py-slider-tooltip);
}
.form-px-slider-tooltip {
  padding-left: var(--vf-px-slider-tooltip);
  padding-right: var(--vf-px-slider-tooltip);
}
.form-p-btn {
  padding: var(--vf-py-btn) var(--vf-px-btn);
}
.form-p-btn-small {
  padding: var(--vf-py-btn-small) var(--vf-px-btn-small);
}
.form-p-group-tabs {
  padding: var(--vf-py-group-tabs) var(--vf-px-group-tabs);
}
.form-p-group-blocks {
  padding: var(--vf-py-group-blocks) var(--vf-px-group-blocks);
}
.form-pl-space-addon {
  padding-left: var(--vf-space-addon);
}
.form-pr-space-addon {
  padding-right: var(--vf-space-addon);
}
.form-p-blockquote {
  padding: var(--vf-py-blockquote) var(--vf-px-blockquote);
}
.form-py-hr {
  padding: var(--vf-py-hr) 0px;
}
.form-mt-checkbox {
  margin-top: calc((var(--vf-line-height) - var(--vf-checkbox-size)) / 2);
}
.\!form-mr-space-checkbox {
  margin-right: var(--vf-space-checkbox) !important;
}
.form-mr-space-checkbox {
  margin-right: var(--vf-space-checkbox);
}
.\!form-ml-space-checkbox {
  margin-left: var(--vf-space-checkbox) !important;
}
.form-ml-space-checkbox {
  margin-left: var(--vf-space-checkbox);
}
.form-mt-space-tags {
  margin-top: var(--vf-space-tags);
}
.form-mr-space-tags {
  margin-right: var(--vf-space-tags);
}
.form-mb-space-tags {
  margin-bottom: var(--vf-space-tags);
}
.form-bottom-slider-tooltip-top {
  bottom: calc(var(--vf-slider-handle-size) + var(--vf-slider-tooltip-distance));
}
.form-top-slider-tooltip-bottom {
  top: calc(var(--vf-slider-handle-size) + var(--vf-slider-tooltip-distance));
}
.form-right-slider-tooltip-left {
  right: calc(var(--vf-slider-handle-size) + var(--vf-slider-tooltip-distance));
}
.form-left-slider-tooltip-right {
  left: calc(var(--vf-slider-handle-size) + var(--vf-slider-tooltip-distance));
}
.form-mt-gutter {
  margin-top: calc(var(--vf-gutter) * 1);
}
.form-mb-gutter {
  margin-bottom: calc(var(--vf-gutter) * 1);
}
.form-pr-gutter {
  padding-right: var(--vf-gutter);
}
.form-pr-0 {
  padding-right: 0px;
}
.form-w-checkbox {
  width: var(--vf-checkbox-size);
}
.form-w-gallery {
  width: var(--vf-gallery-size);
}
.form-w-toggle {
  width: var(--vf-toggle-width);
}
.form-w-toggle-label {
  width: calc(var(--vf-toggle-width) - var(--vf-toggle-height));
}
.form-w-slider-vertical {
  width: var(--vf-slider-height);
}
.form-w-input-height {
  width: var(--vf-min-height-input);
}
.form-h-checkbox {
  height: var(--vf-checkbox-size);
}
.form-h-gallery {
  height: var(--vf-gallery-size);
}
.form-h-toggle {
  height: var(--vf-toggle-height);
}
.form-h-slider-horizontal {
  height: var(--vf-slider-height);
}
.form-h-slider-vertical {
  height: var(--vf-slider-height-vertical);
}
.form-h-input-height {
  height: var(--vf-min-height-input);
}
.form-h-input-height-inner {
  height: calc(var(--vf-min-height-input) - (var(--vf-border-width-input-t) + var(--vf-border-width-input-b)));
}
.form-min-h-input-height-inner {
  min-height: calc(var(--vf-min-height-input) - (var(--vf-border-width-input-t) + var(--vf-border-width-input-b)));
}
.form-min-h-input-height {
  min-height: var(--vf-min-height-input);
}
.form-left-input-height {
  left: var(--vf-min-height-input);
}
.form-size-toggle-handle {
  width: var(--vf-toggle-height);
  height: var(--vf-toggle-height);
}
.form-size-slider-handle {
  width: var(--vf-slider-handle-size);
  height: var(--vf-slider-handle-size);
}
.form-bg-spinner-white {
  position: relative;
  color: transparent;
}
.form-bg-spinner-white::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: calc(var(--vf-min-height-input) * 0.4);
  height: calc(var(--vf-min-height-input) * 0.4);
  margin-left: calc(var(--vf-min-height-input) * (-0.2));
  margin-top: calc(var(--vf-min-height-input) * (-0.2));
  animation: form-spin 1s linear infinite;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFFFFF;
}
.form-bg-spinner-on-primary {
  position: relative;
  color: transparent;
}
.form-bg-spinner-on-primary::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: calc(var(--vf-min-height-input) * 0.4);
  height: calc(var(--vf-min-height-input) * 0.4);
  margin-left: calc(var(--vf-min-height-input) * (-0.2));
  margin-top: calc(var(--vf-min-height-input) * (-0.2));
  animation: form-spin 1s linear infinite;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--vf-color-on-primary);
}
.form-bg-spinner-btn-secondary {
  position: relative;
  color: transparent;
}
.form-bg-spinner-btn-secondary::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: calc(var(--vf-min-height-input) * 0.4);
  height: calc(var(--vf-min-height-input) * 0.4);
  margin-left: calc(var(--vf-min-height-input) * (-0.2));
  margin-top: calc(var(--vf-min-height-input) * (-0.2));
  animation: form-spin 1s linear infinite;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--vf-color-btn-secondary);
}
.slider-vertical .v\:arrow-right:before {
  content: "";
  position: absolute;
  right: calc(var(--vf-slider-tooltip-arrow-size) * (-2));
  top: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size) solid transparent;
  border-left-color: inherit;
  transform: translateY(-50%);
}
.slider-vertical .v\:arrow-left:before {
  content: "";
  position: absolute;
  left: calc(var(--vf-slider-tooltip-arrow-size) * (-2));
  top: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size) solid transparent;
  border-right-color: inherit;
  transform: translateY(-50%);
}
.slider-horizontal .h\:arrow-bottom:before {
  content: "";
  position: absolute;
  bottom: calc(var(--vf-slider-tooltip-arrow-size) * (-2));
  left: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size) solid transparent;
  border-top-color: inherit;
  transform: translate(-50%);
}
.slider-horizontal .h\:arrow-top:before {
  content: "";
  position: absolute;
  top: calc(var(--vf-slider-tooltip-arrow-size) * (-2));
  left: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size) solid transparent;
  border-bottom-color: inherit;
  transform: translate(-50%);
}
.form-text-sm {
  font-size: var(--vf-font-size-sm);
  line-height: var(--vf-line-height-sm);
  letter-spacing: var(--vf-letter-spacing-sm);
}
.form-text-small-sm {
  font-size: var(--vf-font-size-small-sm);
  line-height: var(--vf-line-height-small-sm);
  letter-spacing: var(--vf-letter-spacing-small-sm);
}
.form-text-h1-mobile-sm {
  font-size: var(--vf-font-size-h1-mobile-sm);
  line-height: var(--vf-line-height-headings-sm);
  letter-spacing: var(--vf-letter-spacing-headings-sm);
}
.form-text-h2-mobile-sm {
  font-size: var(--vf-font-size-h2-mobile-sm);
  line-height: var(--vf-line-height-headings-sm);
  letter-spacing: var(--vf-letter-spacing-headings-sm);
}
.form-text-h3-mobile-sm {
  font-size: var(--vf-font-size-h3-mobile-sm);
  line-height: var(--vf-line-height-headings-sm);
  letter-spacing: var(--vf-letter-spacing-headings-sm);
}
.form-text-h4-mobile-sm {
  font-size: var(--vf-font-size-h4-mobile-sm);
  line-height: var(--vf-line-height-headings-sm);
  letter-spacing: var(--vf-letter-spacing-headings-sm);
}
.form-text-blockquote-sm {
  font-size: var(--vf-font-size-blockquote-sm);
  line-height: var(--vf-line-height-blockquote-sm);
  letter-spacing: var(--vf-letter-spacing-blockquote-sm);
}
.form-gap-gutter-sm {
  gap: var(--vf-gutter-sm);
}
.form-gap-x-gutter-sm {
  -moz-column-gap: var(--vf-gutter-sm);
       column-gap: var(--vf-gutter-sm);
}
.form-gap-y-gutter-sm {
  row-gap: var(--vf-gutter-sm);
}
.form-gap-0\.5gutter-sm {
  gap: calc(var(--vf-gutter-sm) * 0.5);
}
.form-gap-y-0\.5gutter-sm {
  row-gap: calc(var(--vf-gutter-sm) * 0.5);
}
.form-radius-input-sm {
  border-radius: var(--vf-radius-input-sm);
}
.form-radius-input-t-sm {
  border-radius: var(--vf-radius-input-sm);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-input-r-sm {
  border-radius: var(--vf-radius-input-sm);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-radius-input-b-sm {
  border-radius: var(--vf-radius-input-sm);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-radius-input-l-sm {
  border-radius: var(--vf-radius-input-sm);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-btn-sm {
  border-radius: var(--vf-radius-btn-sm);
}
.form-radius-small-sm {
  border-radius: var(--vf-radius-small-sm);
}
.form-radius-large-sm {
  border-radius: var(--vf-radius-large-sm);
}
.form-radius-large-t-sm {
  border-radius: var(--vf-radius-large-sm);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-large-b-sm {
  border-radius: var(--vf-radius-large-sm);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-radius-input-tag-sm {
  border-radius: var(--vf-radius-tag-sm);
}
.form-radius-checkbox-sm {
  border-radius: var(--vf-radius-checkbox-sm);
}
.form-radius-slider-sm {
  border-radius: var(--vf-radius-slider-sm);
}
.form-radius-image-sm {
  border-radius: var(--vf-radius-image-sm);
}
.form-radius-gallery-sm {
  border-radius: var(--vf-radius-gallery-sm);
}
.form-my-slider-sm {
  margin-top: calc((var(--vf-line-height-sm) - var(--vf-slider-height-sm)) / 2);
  margin-bottom: calc((var(--vf-line-height-sm) - var(--vf-slider-height-sm)) / 2);
}
.form-mt-floating-sm {
  margin-top: var(--vf-floating-top-sm);
}
.form-pr-select-sm {
  padding-right: calc(var(--vf-px-input-sm) * 2.5 + 20px);
}
.form-pr-select-no-clear-sm {
  padding-right: calc(var(--vf-px-input-sm) * 1.5 + 10px);
}
.form-pr-select-no-caret-sm {
  padding-right: calc(var(--vf-px-input-sm) * 1.5 + 10px);
}
.form-top-input-border-sm {
  top: calc(var(--vf-border-width-input-t) + var(--vf-py-input-sm));
}
.form-left-input-sm {
  left: var(--vf-px-input-sm);
}
.form-py-tag-sm {
  padding-bottom: var(--vf-py-tag-sm);
  padding-top: var(--vf-py-tag-sm);
}
.form-py-slider-tooltip-sm {
  padding-bottom: var(--vf-py-slider-tooltip-sm);
  padding-top: var(--vf-py-slider-tooltip-sm);
}
.form-px-slider-tooltip-sm {
  padding-left: var(--vf-px-slider-tooltip-sm);
  padding-right: var(--vf-px-slider-tooltip-sm);
}
.form-p-btn-sm {
  padding: var(--vf-py-btn-sm) var(--vf-px-btn-sm);
}
.form-p-btn-small-sm {
  padding: var(--vf-py-btn-small-sm) var(--vf-px-btn-small-sm);
}
.form-p-group-tabs-sm {
  padding: var(--vf-py-group-tabs-sm) var(--vf-px-group-tabs-sm);
}
.form-p-group-blocks-sm {
  padding: var(--vf-py-group-blocks-sm) var(--vf-px-group-blocks-sm);
}
.form-pl-space-addon-sm {
  padding-left: var(--vf-space-addon-sm);
}
.form-pr-space-addon-sm {
  padding-right: var(--vf-space-addon-sm);
}
.form-p-blockquote-sm {
  padding: var(--vf-py-blockquote-sm) var(--vf-px-blockquote-sm);
}
.form-mt-checkbox-sm {
  margin-top: calc((var(--vf-line-height-sm) - var(--vf-checkbox-size-sm)) / 2);
}
.\!form-mr-space-checkbox-sm {
  margin-right: var(--vf-space-checkbox-sm) !important;
}
.form-mr-space-checkbox-sm {
  margin-right: var(--vf-space-checkbox-sm);
}
.\!form-ml-space-checkbox-sm {
  margin-left: var(--vf-space-checkbox-sm) !important;
}
.form-ml-space-checkbox-sm {
  margin-left: var(--vf-space-checkbox-sm);
}
.form-mt-space-tags-sm {
  margin-top: var(--vf-space-tags-sm);
}
.form-mr-space-tags-sm {
  margin-right: var(--vf-space-tags-sm);
}
.form-mb-space-tags-sm {
  margin-bottom: var(--vf-space-tags-sm);
}
.form-bottom-slider-tooltip-top-sm {
  bottom: calc(var(--vf-slider-handle-size-sm) + var(--vf-slider-tooltip-distance-sm));
}
.form-top-slider-tooltip-bottom-sm {
  top: calc(var(--vf-slider-handle-size-sm) + var(--vf-slider-tooltip-distance-sm));
}
.form-right-slider-tooltip-left-sm {
  right: calc(var(--vf-slider-handle-size-sm) + var(--vf-slider-tooltip-distance-sm));
}
.form-left-slider-tooltip-right-sm {
  left: calc(var(--vf-slider-handle-size-sm) + var(--vf-slider-tooltip-distance-sm));
}
.form-mt-gutter-sm {
  margin-top: calc(var(--vf-gutter-sm) * 1);
}
.form-mb-gutter-sm {
  margin-bottom: calc(var(--vf-gutter-sm) * 1);
}
.form-pr-gutter-sm {
  padding-right: var(--vf-gutter-sm);
}
.form-w-checkbox-sm {
  width: var(--vf-checkbox-size-sm);
}
.form-w-gallery-sm {
  width: var(--vf-gallery-size-sm);
}
.form-w-toggle-sm {
  width: var(--vf-toggle-width-sm);
}
.form-w-toggle-label-sm {
  width: calc(var(--vf-toggle-width-sm) - var(--vf-toggle-height-sm));
}
.form-w-slider-vertical-sm {
  width: var(--vf-slider-height-sm);
}
.form-w-input-height-sm {
  width: var(--vf-min-height-input-sm);
}
.form-h-checkbox-sm {
  height: var(--vf-checkbox-size-sm);
}
.form-h-gallery-sm {
  height: var(--vf-gallery-size-sm);
}
.form-h-toggle-sm {
  height: var(--vf-toggle-height-sm);
}
.form-h-slider-horizontal-sm {
  height: var(--vf-slider-height-sm);
}
.form-h-slider-vertical-sm {
  height: var(--vf-slider-height-vertical-sm);
}
.form-h-input-height-sm {
  height: var(--vf-min-height-input-sm);
}
.form-h-input-height-inner-sm {
  height: calc(var(--vf-min-height-input-sm) - (var(--vf-border-width-input-t) + var(--vf-border-width-input-b)));
}
.form-min-h-input-height-inner-sm {
  min-height: calc(var(--vf-min-height-input-sm) - (var(--vf-border-width-input-t) + var(--vf-border-width-input-b)));
}
.form-min-h-input-height-sm {
  min-height: var(--vf-min-height-input-sm);
}
.form-left-input-height-sm {
  left: var(--vf-min-height-input-sm);
}
.form-size-toggle-handle-sm {
  width: var(--vf-toggle-height-sm);
  height: var(--vf-toggle-height-sm);
}
.form-size-slider-handle-sm {
  width: var(--vf-slider-handle-size-sm);
  height: var(--vf-slider-handle-size-sm);
}
.slider-vertical .v\:arrow-right-sm:before {
  content: "";
  position: absolute;
  right: calc(var(--vf-slider-tooltip-arrow-size-sm) * (-2));
  top: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-sm) solid transparent;
  border-left-color: inherit;
  transform: translateY(-50%);
}
.slider-vertical .v\:arrow-left-sm:before {
  content: "";
  position: absolute;
  left: calc(var(--vf-slider-tooltip-arrow-size-sm) * (-2));
  top: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-sm) solid transparent;
  border-right-color: inherit;
  transform: translateY(-50%);
}
.slider-horizontal .h\:arrow-bottom-sm:before {
  content: "";
  position: absolute;
  bottom: calc(var(--vf-slider-tooltip-arrow-size-sm) * (-2));
  left: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-sm) solid transparent;
  border-top-color: inherit;
  transform: translate(-50%);
}
.slider-horizontal .h\:arrow-top-sm:before {
  content: "";
  position: absolute;
  top: calc(var(--vf-slider-tooltip-arrow-size-sm) * (-2));
  left: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-sm) solid transparent;
  border-bottom-color: inherit;
  transform: translate(-50%);
}
.form-text-lg {
  font-size: var(--vf-font-size-lg);
  line-height: var(--vf-line-height-lg);
  letter-spacing: var(--vf-letter-spacing-lg);
}
.form-text-small-lg {
  font-size: var(--vf-font-size-small-lg);
  line-height: var(--vf-line-height-small-lg);
  letter-spacing: var(--vf-letter-spacing-small-lg);
}
.form-text-h1-mobile-lg {
  font-size: var(--vf-font-size-h1-mobile-lg);
  line-height: var(--vf-line-height-headings-lg);
  letter-spacing: var(--vf-letter-spacing-headings-lg);
}
.form-text-h2-mobile-lg {
  font-size: var(--vf-font-size-h2-mobile-lg);
  line-height: var(--vf-line-height-headings-lg);
  letter-spacing: var(--vf-letter-spacing-headings-lg);
}
.form-text-h3-mobile-lg {
  font-size: var(--vf-font-size-h3-mobile-lg);
  line-height: var(--vf-line-height-headings-lg);
  letter-spacing: var(--vf-letter-spacing-headings-lg);
}
.form-text-h4-mobile-lg {
  font-size: var(--vf-font-size-h4-mobile-lg);
  line-height: var(--vf-line-height-headings-lg);
  letter-spacing: var(--vf-letter-spacing-headings-lg);
}
.form-text-blockquote-lg {
  font-size: var(--vf-font-size-blockquote-lg);
  line-height: var(--vf-line-height-blockquote-lg);
  letter-spacing: var(--vf-letter-spacing-blockquote-lg);
}
.form-gap-gutter-lg {
  gap: var(--vf-gutter-lg);
}
.form-gap-x-gutter-lg {
  -moz-column-gap: var(--vf-gutter-lg);
       column-gap: var(--vf-gutter-lg);
}
.form-gap-y-gutter-lg {
  row-gap: var(--vf-gutter-lg);
}
.form-gap-0\.5gutter-lg {
  gap: calc(var(--vf-gutter-lg) * 0.5);
}
.form-gap-y-0\.5gutter-lg {
  row-gap: calc(var(--vf-gutter-lg) * 0.5);
}
.form-radius-input-lg {
  border-radius: var(--vf-radius-input-lg);
}
.form-radius-input-t-lg {
  border-radius: var(--vf-radius-input-lg);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-input-r-lg {
  border-radius: var(--vf-radius-input-lg);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-radius-input-b-lg {
  border-radius: var(--vf-radius-input-lg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-radius-input-l-lg {
  border-radius: var(--vf-radius-input-lg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-btn-lg {
  border-radius: var(--vf-radius-btn-lg);
}
.form-radius-small-lg {
  border-radius: var(--vf-radius-small-lg);
}
.form-radius-large-lg {
  border-radius: var(--vf-radius-large-lg);
}
.form-radius-large-t-lg {
  border-radius: var(--vf-radius-large-lg);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-radius-large-b-lg {
  border-radius: var(--vf-radius-large-lg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-radius-input-tag-lg {
  border-radius: var(--vf-radius-tag-lg);
}
.form-radius-checkbox-lg {
  border-radius: var(--vf-radius-checkbox-lg);
}
.form-radius-slider-lg {
  border-radius: var(--vf-radius-slider-lg);
}
.form-radius-image-lg {
  border-radius: var(--vf-radius-image-lg);
}
.form-radius-gallery-lg {
  border-radius: var(--vf-radius-gallery-lg);
}
.form-my-slider-lg {
  margin-top: calc((var(--vf-line-height-lg) - var(--vf-slider-height-lg)) / 2);
  margin-bottom: calc((var(--vf-line-height-lg) - var(--vf-slider-height-lg)) / 2);
}
.form-mt-floating-lg {
  margin-top: var(--vf-floating-top-lg);
}
.form-pr-select-no-clear-lg {
  padding-right: calc(var(--vf-px-input-lg) * 1.5 + 10px);
}
.form-pr-select-no-caret-lg {
  padding-right: calc(var(--vf-px-input-lg) * 1.5 + 10px);
}
.form-top-input-border-lg {
  top: calc(var(--vf-border-width-input-t) + var(--vf-py-input-lg));
}
.form-left-input-lg {
  left: var(--vf-px-input-lg);
}
.form-py-tag-lg {
  padding-bottom: var(--vf-py-tag-lg);
  padding-top: var(--vf-py-tag-lg);
}
.form-py-slider-tooltip-lg {
  padding-bottom: var(--vf-py-slider-tooltip-lg);
  padding-top: var(--vf-py-slider-tooltip-lg);
}
.form-px-slider-tooltip-lg {
  padding-left: var(--vf-px-slider-tooltip-lg);
  padding-right: var(--vf-px-slider-tooltip-lg);
}
.form-p-btn-lg {
  padding: var(--vf-py-btn-lg) var(--vf-px-btn-lg);
}
.form-p-btn-small-lg {
  padding: var(--vf-py-btn-small-lg) var(--vf-px-btn-small-lg);
}
.form-p-group-tabs-lg {
  padding: var(--vf-py-group-tabs-lg) var(--vf-px-group-tabs-lg);
}
.form-p-group-blocks-lg {
  padding: var(--vf-py-group-blocks-lg) var(--vf-px-group-blocks-lg);
}
.form-pl-space-addon-lg {
  padding-left: var(--vf-space-addon-lg);
}
.form-pr-space-addon-lg {
  padding-right: var(--vf-space-addon-lg);
}
.form-p-blockquote-lg {
  padding: var(--vf-py-blockquote-lg) var(--vf-px-blockquote-lg);
}
.form-mt-checkbox-lg {
  margin-top: calc((var(--vf-line-height-lg) - var(--vf-checkbox-size-lg)) / 2);
}
.\!form-mr-space-checkbox-lg {
  margin-right: var(--vf-space-checkbox-lg) !important;
}
.form-mr-space-checkbox-lg {
  margin-right: var(--vf-space-checkbox-lg);
}
.\!form-ml-space-checkbox-lg {
  margin-left: var(--vf-space-checkbox-lg) !important;
}
.form-ml-space-checkbox-lg {
  margin-left: var(--vf-space-checkbox-lg);
}
.form-mt-space-tags-lg {
  margin-top: var(--vf-space-tags-lg);
}
.form-mr-space-tags-lg {
  margin-right: var(--vf-space-tags-lg);
}
.form-mb-space-tags-lg {
  margin-bottom: var(--vf-space-tags-lg);
}
.form-bottom-slider-tooltip-top-lg {
  bottom: calc(var(--vf-slider-handle-size-lg) + var(--vf-slider-tooltip-distance-lg));
}
.form-top-slider-tooltip-bottom-lg {
  top: calc(var(--vf-slider-handle-size-lg) + var(--vf-slider-tooltip-distance-lg));
}
.form-right-slider-tooltip-left-lg {
  right: calc(var(--vf-slider-handle-size-lg) + var(--vf-slider-tooltip-distance-lg));
}
.form-left-slider-tooltip-right-lg {
  left: calc(var(--vf-slider-handle-size-lg) + var(--vf-slider-tooltip-distance-lg));
}
.form-mt-gutter-lg {
  margin-top: calc(var(--vf-gutter-lg) * 1);
}
.form-mb-gutter-lg {
  margin-bottom: calc(var(--vf-gutter-lg) * 1);
}
.form-pr-gutter-lg {
  padding-right: var(--vf-gutter-lg);
}
.form-w-checkbox-lg {
  width: var(--vf-checkbox-size-lg);
}
.form-w-gallery-lg {
  width: var(--vf-gallery-size-lg);
}
.form-w-toggle-lg {
  width: var(--vf-toggle-width-lg);
}
.form-w-toggle-label-lg {
  width: calc(var(--vf-toggle-width-lg) - var(--vf-toggle-height-lg));
}
.form-w-slider-vertical-lg {
  width: var(--vf-slider-height-lg);
}
.form-w-input-height-lg {
  width: var(--vf-min-height-input-lg);
}
.form-h-checkbox-lg {
  height: var(--vf-checkbox-size-lg);
}
.form-h-gallery-lg {
  height: var(--vf-gallery-size-lg);
}
.form-h-toggle-lg {
  height: var(--vf-toggle-height-lg);
}
.form-h-slider-horizontal-lg {
  height: var(--vf-slider-height-lg);
}
.form-h-slider-vertical-lg {
  height: var(--vf-slider-height-vertical-lg);
}
.form-h-input-height-lg {
  height: var(--vf-min-height-input-lg);
}
.form-h-input-height-inner-lg {
  height: calc(var(--vf-min-height-input-lg) - (var(--vf-border-width-input-t) + var(--vf-border-width-input-b)));
}
.form-min-h-input-height-inner-lg {
  min-height: calc(var(--vf-min-height-input-lg) - (var(--vf-border-width-input-t) + var(--vf-border-width-input-b)));
}
.form-min-h-input-height-lg {
  min-height: var(--vf-min-height-input-lg);
}
.form-left-input-height-lg {
  left: var(--vf-min-height-input-lg);
}
.form-size-toggle-handle-lg {
  width: var(--vf-toggle-height-lg);
  height: var(--vf-toggle-height-lg);
}
.form-size-slider-handle-lg {
  width: var(--vf-slider-handle-size-lg);
  height: var(--vf-slider-handle-size-lg);
}
.slider-vertical .v\:arrow-right-lg:before {
  content: "";
  position: absolute;
  right: calc(var(--vf-slider-tooltip-arrow-size-lg) * (-2));
  top: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-lg) solid transparent;
  border-left-color: inherit;
  transform: translateY(-50%);
}
.slider-vertical .v\:arrow-left-lg:before {
  content: "";
  position: absolute;
  left: calc(var(--vf-slider-tooltip-arrow-size-lg) * (-2));
  top: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-lg) solid transparent;
  border-right-color: inherit;
  transform: translateY(-50%);
}
.slider-horizontal .h\:arrow-bottom-lg:before {
  content: "";
  position: absolute;
  bottom: calc(var(--vf-slider-tooltip-arrow-size-lg) * (-2));
  left: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-lg) solid transparent;
  border-top-color: inherit;
  transform: translate(-50%);
}
.slider-horizontal .h\:arrow-top-lg:before {
  content: "";
  position: absolute;
  top: calc(var(--vf-slider-tooltip-arrow-size-lg) * (-2));
  left: 50%;
  width: 0;
  height: 0;
  border: var(--vf-slider-tooltip-arrow-size-lg) solid transparent;
  border-bottom-color: inherit;
  transform: translate(-50%);
}
@keyframes form-spin {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.form-color-input {
  color: var(--vf-color-input);
}
.form-color-input-danger {
  color: var(--vf-color-input-danger);
}
.form-color-input-success {
  color: var(--vf-color-input-success);
}
.form-color-muted {
  color: var(--vf-color-muted);
}
.form-color-floating {
  color: var(--vf-color-floating);
}
.form-color-floating-focus {
  color: var(--vf-color-floating-focus);
}
.form-color-floating-success {
  color: var(--vf-color-floating-success);
}
.form-color-floating-danger {
  color: var(--vf-color-floating-danger);
}
.form-color-placeholder {
  color: var(--vf-color-placeholder);
}
.form-color-disabled {
  color: var(--vf-color-disabled);
}
.form-color-danger {
  color: var(--vf-color-danger);
}
.form-color-success {
  color: var(--vf-color-success);
}
.form-color-tag {
  color: var(--vf-color-tag);
}
.form-color-addon {
  color: var(--vf-color-addon);
}
.form-color-btn {
  color: var(--vf-color-btn);
}
.form-color-btn-secondary {
  color: var(--vf-color-btn-secondary);
}
.form-color-btn-danger {
  color: var(--vf-color-btn-danger);
}
.form-color-transparent {
  color: transparent !important;
}
.form-color-link {
  color: var(--vf-link-color);
}
.form-contains-link a {
  color: var(--vf-link-color);
  -webkit-text-decoration: var(--vf-link-decoration);
          text-decoration: var(--vf-link-decoration);
}
.form-decoration-link {
  -webkit-text-decoration: var(--vf-link-decoration);
          text-decoration: var(--vf-link-decoration);
}
.form-bg-input {
  background-color: var(--vf-bg-input);
}
.form-bg-input-color {
  background-color: var(--vf-color-input);
}
.form-bg-input-success {
  background-color: var(--vf-bg-input-success);
}
.form-bg-input-danger {
  background-color: var(--vf-bg-input-danger);
}
.form-bg-checkbox {
  background-color: var(--vf-bg-checkbox);
}
.form-bg-checkbox-danger {
  background-color: var(--vf-bg-checkbox-danger);
}
.form-bg-disabled {
  background-color: var(--vf-bg-disabled);
}
.form-bg-selected {
  background-color: var(--vf-bg-selected);
}
.form-bg-passive {
  background-color: var(--vf-bg-passive);
}
.form-bg-passive-color {
  background-color: var(--vf-color-passive);
}
.form-bg-icon {
  background-color: var(--vf-bg-icon);
}
.form-bg-slider-handle {
  background-color: var(--vf-bg-slider-handle);
}
.form-bg-toggle-handle {
  background-color: var(--vf-bg-toggle-handle);
}
.form-bg-danger {
  background-color: var(--vf-bg-danger);
}
.form-bg-danger-color {
  background-color: var(--vf-color-danger);
}
.form-bg-success {
  background-color: var(--vf-bg-success);
}
.form-bg-success-color {
  background-color: var(--vf-color-success);
}
.form-bg-tag {
  background-color: var(--vf-bg-tag);
}
.form-bg-addon {
  background-color: var(--vf-bg-addon);
}
.form-bg-btn {
  background-color: var(--vf-bg-btn);
}
.form-bg-btn-secondary {
  background-color: var(--vf-bg-btn-secondary);
}
.form-bg-btn-danger {
  background-color: var(--vf-bg-btn-danger);
}
.form-border-color-input-success {
  border-color: var(--vf-border-color-input-success);
}
.form-border-color-input-danger {
  border-color: var(--vf-border-color-input-danger);
}
.form-border-color-checkbox-danger {
  border-color: var(--vf-border-color-checkbox-danger);
}
.form-border-color-danger {
  border-color: var(--vf-border-color-danger);
}
.form-border-color-btn {
  border-color: var(--vf-border-color-btn);
}
.form-border-color-tag {
  border-color: var(--vf-border-color-tag);
}
.form-border-color-slider-tooltip {
  border-color: var(--vf-border-color-slider-tooltip);
}
.form-border-color-btn-secondary {
  border-color: var(--vf-border-color-btn-secondary);
}
.form-border-color-btn-danger {
  border-color: var(--vf-border-color-btn-danger);
}
.form-border-color-blockquote {
  border-color: var(--vf-border-color-blockquote);
}
.form-border-color-hr {
  border-color: var(--vf-border-color-hr);
}
.form-border-width-btn {
  border-width: var(--vf-border-width-btn);
  border-style: solid;
}
.form-border-width-toggle {
  border-width: var(--vf-border-width-toggle);
  border-style: solid;
}
.form-border-width-tag {
  border-width: var(--vf-border-width-tag);
  border-style: solid;
}
.form-border-width-blockquote {
  border-left-width: var(--vf-border-width-blockquote);
  border-style: solid;
}
.form-shadow-input {
  box-shadow: var(--vf-shadow-input);
}
.form-shadow-btn {
  box-shadow: var(--vf-shadow-btn);
}
.form-shadow-dropdown {
  box-shadow: var(--vf-shadow-dropdown);
}
.form-shadow-handles {
  box-shadow: var(--vf-shadow-handles);
}
.form-mt-tag-1 {
  margin-top: var(--vf-space-static-tag-1);
}
.form-mt-tag-2 {
  margin-top: var(--vf-space-static-tag-2);
}
.form-mt-tag-3 {
  margin-top: var(--vf-space-static-tag-3);
}
.form-mb-tag-1 {
  margin-bottom: var(--vf-space-static-tag-1);
}
.form-mb-tag-2 {
  margin-bottom: var(--vf-space-static-tag-2);
}
.form-mb-tag-3 {
  margin-bottom: var(--vf-space-static-tag-3);
}
.form-hide-empty-img:not([src]) {
  opacity: 0;
}
.form-hide-empty-img[src=""] {
  opacity: 0;
}
.form-hide-empty-img[src="data:"] {
  opacity: 0;
}
.form-autofill-default:-webkit-autofill, .form-autofill-default:-webkit-autofill:hover, .form-autofill-default:-webkit-autofill:focus, .form-autofill-default:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 99px var(--vf-bg-input) inset !important;
}
.form-autofill-default:-webkit-autofill {
  -webkit-text-fill-color: var(--vf-color-input) !important;
}
.form-autofill-focus:-webkit-autofill, .form-autofill-focus:-webkit-autofill:hover, .form-autofill-focus:-webkit-autofill:focus, .form-autofill-focus:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 99px var(--vf-bg-input-focus) inset !important;
}
.form-autofill-focus:-webkit-autofill {
  -webkit-text-fill-color: var(--vf-color-input-focus) !important;
}
.form-autofill-success:-webkit-autofill, .form-autofill-success:-webkit-autofill:hover, .form-autofill-success:-webkit-autofill:focus, .form-autofill-success:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 99px var(--vf-bg-input-success) inset !important;
}
.form-autofill-success:-webkit-autofill {
  -webkit-text-fill-color: var(--vf-color-input-success) !important;
}
.form-autofill-danger:-webkit-autofill, .form-autofill-danger:-webkit-autofill:hover, .form-autofill-danger:-webkit-autofill:focus, .form-autofill-danger:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 99px var(--vf-bg-input-danger) inset !important;
}
.form-autofill-danger:-webkit-autofill {
  -webkit-text-fill-color: var(--vf-color-input-danger) !important;
}
.form-assistive-text {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.form-bg-info::before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'%3e%3c/path%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--vf-bg-passive);
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
}
.form-steps {
  width: 100%;
  position: relative;
}
.form-steps:before {
  content: " ";
  display: inline-block;
  background: var(--vf-bg-passive);
  position: absolute;
  top: 0.375rem;
  left: 0.125rem;
  right: 0.125rem;
  height: 0.25rem;
}
.form-step {
  display: block;
  position: relative;
  white-space: nowrap;
  flex: 1 1;
  text-align: center;
  padding: 1.25rem 0.625rem 0;
}
.form-step a {
  text-decoration: none !important;
}
.form-step a:hover, .form-step a:focus, .form-step a:active {
  text-decoration: none !important;
}
.form-step a:before {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: var(--vf-primary);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.form-step a:after {
  content: " ";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background: var(--vf-color-on-primary);
  border-radius: 50%;
  left: calc(50% - 0.25rem);
  transform: scale(0);
  top: 0.25rem;
  transition: transform .3s ease-in-out;
}
.form-step:first-of-type {
  padding-left: 0;
  text-align: left;
}
.form-step:first-of-type:before {
  display: none;
}
.form-step:first-of-type:after {
  left: 0;
}
.form-step:first-of-type a:before {
  left: 0;
  transform: none;
}
.form-step:first-of-type a:after {
  left: 0.25rem;
  transform: scale(0);
}
.form-step:last-of-type {
  padding-right: 0;
  text-align: right;
}
.form-step:last-of-type:after {
  display: none;
}
.form-step:last-of-type:before {
  right: 0;
}
.form-step:last-of-type a:before {
  right: 0;
  left: initial;
  transform: none;
}
.form-step:last-of-type a:after {
  left: initial;
  transform: scale(0);
  right: 0.25rem;
}
.form-step.form-step-disabled:before {
  background: var(--vf-bg-passive);
  left: -100%;
}
.form-step.form-step-disabled a {
  color: var(--vf-color-disabled);
}
.form-step.form-step-disabled a:before {
  background: var(--vf-bg-passive);
}
.form-step.form-step-completed + .form-step:not(.form-step-completed):before {
  content: " ";
  display: inline-block;
  background: var(--vf-primary);
  position: absolute;
  top: 0.375rem;
  left: 0px;
  right: 50%;
  height: 0.25rem;
}
.form-step.form-step-completed + .form-step:last-of-type:before {
  right: 0px;
}
.form-step.form-step-completed:before {
  content: " ";
  display: inline-block;
  background: var(--vf-primary);
  position: absolute;
  top: 0.375rem;
  left: 0px;
  right: 0px;
  height: 0.25rem;
}
.form-step.form-step-completed a:after {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3e%3c/path%3e%3c/svg%3e");
  background-color: var(--vf-color-on-primary);
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 0.5rem 0.5rem;
          mask-size: 0.5rem 0.5rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border-radius: 0;
  transform: scale(1);
}
.form-step.form-step-active a:after {
  -webkit-mask-image: none;
          mask-image: none;
  background: var(--vf-color-on-primary);
  top: 0.25rem;
  transform: scale(1);
  border-radius: 50%;
}
.form-step.form-step-has-errors a {
  color: var(--vf-bg-btn-danger);
}
.form-step.form-step-has-errors a:before {
  background-color: var(--vf-bg-btn-danger);
}
.form-step.form-step-has-errors a:after {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 192 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 192 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'%3e%3c/path%3e%3c/svg%3e");
  -webkit-mask-size: 0.5rem 0.5rem;
          mask-size: 0.5rem 0.5rem;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--vf-color-btn-danger);
  width: 0.5rem;
  height: 0.5rem;
  top: 0.25rem;
  border-radius: 0;
}
.form-step.form-step-has-errors.form-step-active a:after {
  -webkit-mask-image: none;
          mask-image: none;
  background: var(--vf-color-on-primary);
  top: 0.25rem;
  transform: scale(1);
  border-radius: 50%;
}
.form-step.form-step-pending a:after {
  animation: 1s linear infinite step-loading;
  background: var(--vf-color-btn-danger);
  top: 0.25rem;
  border-radius: 50%;
}
@keyframes step-loading {

  0% {
    transform: scale(0.5);
  }

  20% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.5);
  }
}
.cursor-grab {
  cursor: grab;
}
.user-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.touch-none {
  touch-action: none;
}
.tap-highlight-transparent {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.touch-callout-none {
  -webkit-touch-callout: none;
}
.transform-origin-0 {
  transform-origin: 0 0;
}
.transform-style-flat {
  transform-style: flat;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.slider-vertical .v\:cursor-ns-resize {
  cursor: ns-resize;
}
.mask-bg {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.mask-size-2\.5 {
  -webkit-mask-size: 0.625rem 0.625rem;
          mask-size: 0.625rem 0.625rem;
}
.mask-size-2\.8 {
  -webkit-mask-size: 0.7rem 0.7rem;
          mask-size: 0.7rem 0.7rem;
}
.mask-size-3 {
  -webkit-mask-size: 0.75rem 0.75rem;
          mask-size: 0.75rem 0.75rem;
}
.form-static-tag-hr-wrapper hr {
  border-color: inherit;
}
.form-static-tag-img img {
  display: inline-block;
}
.mask-form-check-solid {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-spinner {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-caret {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-exclamation-solid {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 192 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 192 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-remove {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-remove-light {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-sort-handle {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 11 9' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0418527%2c0.894571939 L0.309709821%2c0.894571939 C0.235791888%2c0.894571939 0.17578125%2c0.834156736 0.17578125%2c0.759740479 L0.17578125%2c0.220414636 C0.17578125%2c0.145998379 0.235791888%2c0.0855831754 0.309709821%2c0.0855831754 L10.0418527%2c0.0855831754 C10.1157706%2c0.0855831754 10.1757812%2c0.145998379 10.1757812%2c0.220414636 L10.1757812%2c0.759740479 C10.1757812%2c0.834156736 10.1157706%2c0.894571939 10.0418527%2c0.894571939 Z M10.0418527%2c4.8049452 L0.309709821%2c4.8049452 C0.235791888%2c4.8049452 0.17578125%2c4.74453 0.17578125%2c4.67011374 L0.17578125%2c4.1307879 C0.17578125%2c4.05637164 0.235791888%2c3.99595644 0.309709821%2c3.99595644 L10.0418527%2c3.99595644 C10.1157706%2c3.99595644 10.1757812%2c4.05637164 10.1757812%2c4.1307879 L10.1757812%2c4.67011374 C10.1757812%2c4.74453 10.1157706%2c4.8049452 10.0418527%2c4.8049452 Z M10.0418527%2c8.80953919 L0.309709821%2c8.80953919 C0.235791888%2c8.80953919 0.17578125%2c8.74912399 0.17578125%2c8.67470773 L0.17578125%2c8.13538189 C0.17578125%2c8.06096563 0.235791888%2c8.00055043 0.309709821%2c8.00055043 L10.0418527%2c8.00055043 C10.1157706%2c8.00055043 10.1757812%2c8.06096563 10.1757812%2c8.13538189 L10.1757812%2c8.67470773 C10.1757812%2c8.74912399 10.1157706%2c8.80953919 10.0418527%2c8.80953919 Z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 11 9' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0418527%2c0.894571939 L0.309709821%2c0.894571939 C0.235791888%2c0.894571939 0.17578125%2c0.834156736 0.17578125%2c0.759740479 L0.17578125%2c0.220414636 C0.17578125%2c0.145998379 0.235791888%2c0.0855831754 0.309709821%2c0.0855831754 L10.0418527%2c0.0855831754 C10.1157706%2c0.0855831754 10.1757812%2c0.145998379 10.1757812%2c0.220414636 L10.1757812%2c0.759740479 C10.1757812%2c0.834156736 10.1157706%2c0.894571939 10.0418527%2c0.894571939 Z M10.0418527%2c4.8049452 L0.309709821%2c4.8049452 C0.235791888%2c4.8049452 0.17578125%2c4.74453 0.17578125%2c4.67011374 L0.17578125%2c4.1307879 C0.17578125%2c4.05637164 0.235791888%2c3.99595644 0.309709821%2c3.99595644 L10.0418527%2c3.99595644 C10.1157706%2c3.99595644 10.1757812%2c4.05637164 10.1757812%2c4.1307879 L10.1757812%2c4.67011374 C10.1757812%2c4.74453 10.1157706%2c4.8049452 10.0418527%2c4.8049452 Z M10.0418527%2c8.80953919 L0.309709821%2c8.80953919 C0.235791888%2c8.80953919 0.17578125%2c8.74912399 0.17578125%2c8.67470773 L0.17578125%2c8.13538189 C0.17578125%2c8.06096563 0.235791888%2c8.00055043 0.309709821%2c8.00055043 L10.0418527%2c8.00055043 C10.1157706%2c8.00055043 10.1757812%2c8.06096563 10.1757812%2c8.13538189 L10.1757812%2c8.67470773 C10.1757812%2c8.74912399 10.1157706%2c8.80953919 10.0418527%2c8.80953919 Z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-arrows {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M337.782 434.704l-73.297 73.782c-4.686 4.686-12.284 4.686-16.971 0l-73.296-73.782c-4.686-4.686-4.686-12.284 0-16.97l7.07-7.07c4.686-4.686 12.284-4.686 16.971 0L239 451.887h1V272H60.113v1l41.224 40.741c4.686 4.686 4.686 12.284 0 16.971l-7.071 7.07c-4.686 4.686-12.284 4.686-16.97 0L3.515 264.485c-4.686-4.686-4.686-12.284 0-16.971l73.782-73.297c4.686-4.686 12.284-4.686 16.971 0l7.071 7.071c4.686 4.686 4.686 12.284 0 16.971L60.113 239v1H240V60.113h-1l-40.741 41.224c-4.686 4.686-12.284 4.686-16.971 0l-7.07-7.071c-4.686-4.686-4.687-12.284 0-16.97l73.297-73.782c4.686-4.686 12.284-4.686 16.971 0l73.297 73.782c4.686 4.686 4.686 12.284 0 16.971l-7.071 7.071c-4.686 4.686-12.284 4.686-16.971 0L273 60.113h-1V240h179.887v-1l-41.224-40.741c-4.686-4.686-4.686-12.284 0-16.971l7.071-7.07c4.686-4.686 12.284-4.686 16.97 0l73.782 73.297c4.687 4.686 4.686 12.284 0 16.971l-73.782 73.297c-4.686 4.686-12.284 4.686-16.97 0l-7.071-7.07c-4.686-4.686-4.686-12.284 0-16.971L451.887 273v-1H272v179.887h1l40.741-41.224c4.686-4.686 12.284-4.686 16.971 0l7.07 7.071c4.686 4.685 4.686 12.283 0 16.97z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M337.782 434.704l-73.297 73.782c-4.686 4.686-12.284 4.686-16.971 0l-73.296-73.782c-4.686-4.686-4.686-12.284 0-16.97l7.07-7.07c4.686-4.686 12.284-4.686 16.971 0L239 451.887h1V272H60.113v1l41.224 40.741c4.686 4.686 4.686 12.284 0 16.971l-7.071 7.07c-4.686 4.686-12.284 4.686-16.97 0L3.515 264.485c-4.686-4.686-4.686-12.284 0-16.971l73.782-73.297c4.686-4.686 12.284-4.686 16.971 0l7.071 7.071c4.686 4.686 4.686 12.284 0 16.971L60.113 239v1H240V60.113h-1l-40.741 41.224c-4.686 4.686-12.284 4.686-16.971 0l-7.07-7.071c-4.686-4.686-4.687-12.284 0-16.97l73.297-73.782c4.686-4.686 12.284-4.686 16.971 0l73.297 73.782c4.686 4.686 4.686 12.284 0 16.971l-7.071 7.071c-4.686 4.686-12.284 4.686-16.971 0L273 60.113h-1V240h179.887v-1l-41.224-40.741c-4.686-4.686-4.686-12.284 0-16.971l7.071-7.07c4.686-4.686 12.284-4.686 16.97 0l73.782 73.297c4.687 4.686 4.686 12.284 0 16.971l-73.782 73.297c-4.686 4.686-12.284 4.686-16.97 0l-7.071-7.07c-4.686-4.686-4.686-12.284 0-16.971L451.887 273v-1H272v179.887h1l40.741-41.224c4.686-4.686 12.284-4.686 16.971 0l7.07 7.071c4.686 4.685 4.686 12.283 0 16.97z'%3e%3c/path%3e%3c/svg%3e");
}
.mask-form-inbox-in {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 576 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M560.8 329.8l-94.6-88.7c-2.4-2.3-6.2-2.1-8.5.3L444.1 256c-2.3 2.4-2.1 6.2.3 8.5l59.3 55.6H388.2l-32 64H219.8l-32-64H72.4l59.3-55.6c2.4-2.3 2.5-6.1.3-8.5l-13.7-14.6c-2.3-2.4-6.1-2.5-8.5-.3l-94.6 88.7c-9.7 9-15.2 21.7-15.2 35V464c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48v-99.2c0-13.3-5.5-26-15.2-35zM544 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-96c0-8.8 7.2-16 16-16h120l32 64h176l32-64h120c8.8 0 16 7.2 16 16v96zM416 128h-64V24c0-13.2-10.8-24-24-24h-80c-13.2 0-24 10.8-24 24v104h-64c-28.4 0-42.8 34.5-22.6 54.6l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c20-20.1 5.8-54.6-22.7-54.6zM288 288L160 160h96V32h64v128h96L288 288z'%3e%3c/path%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 576 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M560.8 329.8l-94.6-88.7c-2.4-2.3-6.2-2.1-8.5.3L444.1 256c-2.3 2.4-2.1 6.2.3 8.5l59.3 55.6H388.2l-32 64H219.8l-32-64H72.4l59.3-55.6c2.4-2.3 2.5-6.1.3-8.5l-13.7-14.6c-2.3-2.4-6.1-2.5-8.5-.3l-94.6 88.7c-9.7 9-15.2 21.7-15.2 35V464c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48v-99.2c0-13.3-5.5-26-15.2-35zM544 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-96c0-8.8 7.2-16 16-16h120l32 64h176l32-64h120c8.8 0 16 7.2 16 16v96zM416 128h-64V24c0-13.2-10.8-24-24-24h-80c-13.2 0-24 10.8-24 24v104h-64c-28.4 0-42.8 34.5-22.6 54.6l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c20-20.1 5.8-54.6-22.7-54.6zM288 288L160 160h96V32h64v128h96L288 288z'%3e%3c/path%3e%3c/svg%3e");
}
.form-bg-primary-darker {
  background-color: var(--vf-primary-darker);
}
.form-hidden {
  display: none;
}
.form-bg-primary {
  background-color: var(--vf-primary);
}
.form-border-width-input {
  border-width: var(--vf-border-width-input-t) var(--vf-border-width-input-r) var(--vf-border-width-input-b) var(--vf-border-width-input-l);
}
.form-border-width-dropdown {
  border-width: var(--vf-border-width-dropdown);
}
.form-border-width-checkbox {
  border-width: var(--vf-border-width-checkbox-t) var(--vf-border-width-checkbox-r) var(--vf-border-width-checkbox-b) var(--vf-border-width-checkbox-l);
}
.form-border-width-radio {
  border-width: var(--vf-border-width-radio-t) var(--vf-border-width-radio-r) var(--vf-border-width-radio-b) var(--vf-border-width-radio-l);
}
.border-0 {
  border: 0;
}
.form-border-color-primary {
  border-color: var(--vf-primary);
}
.form-border-color-input {
  border-color: var(--vf-border-color-input);
}
.form-border-color-checkbox {
  border-color: var(--vf-border-color-checkbox);
}
.form-border-color-passive {
  border-color: var(--vf-border-color-passive);
}
.form-color-input-focus {
  color: var(--vf-color-input-focus);
}
.form-bg-input-focus {
  background-color: var(--vf-bg-input-focus);
}
.form-color-input-focus {
  color: var(--vf-color-input-focus);
}
.form-bg-input-focus {
  background-color: var(--vf-bg-input-focus);
}
.form-bg-primary-darker {
  background-color: var(--vf-primary-darker);
}
.form-bg-primary {
  background-color: var(--vf-primary);
}
.form-border-width-input {
  border-width: var(--vf-border-width-input-t) var(--vf-border-width-input-r) var(--vf-border-width-input-b) var(--vf-border-width-input-l);
}
.form-border-width-dropdown {
  border-width: var(--vf-border-width-dropdown);
}
.form-border-width-checkbox {
  border-width: var(--vf-border-width-checkbox-t) var(--vf-border-width-checkbox-r) var(--vf-border-width-checkbox-b) var(--vf-border-width-checkbox-l);
}
.form-border-width-radio {
  border-width: var(--vf-border-width-radio-t) var(--vf-border-width-radio-r) var(--vf-border-width-radio-b) var(--vf-border-width-radio-l);
}
.border-0 {
  border: 0;
}
.form-border-color-primary {
  border-color: var(--vf-primary);
}
.form-border-color-input {
  border-color: var(--vf-border-color-input);
}
.form-border-color-checkbox {
  border-color: var(--vf-border-color-checkbox);
}
.form-border-color-passive {
  border-color: var(--vf-border-color-passive);
}
.form-bg-primary-darker {
  background-color: var(--vf-primary-darker);
}
.cursor-grabbing {
  cursor: grabbing;
}
.\!form-color-on-primary {
  color: var(--vf-color-on-primary) !important;
}
.form-color-on-primary {
  color: var(--vf-color-on-primary);
}
.form-pb-gutter\/3 {
  padding-bottom: calc(var(--vf-gutter) / 3);
}
.form-pb-gutter\/3-sm {
  padding-bottom: calc(var(--vf-gutter-sm) / 3);
}
.form-pb-gutter\/3-lg {
  padding-bottom: calc(var(--vf-gutter-lg) / 3);
}
.form-p-input {
  padding: var(--vf-py-input) var(--vf-px-input);
}
.form-p-input-border {
  padding: calc(var(--vf-border-width-input-t) + var(--vf-py-input)) calc(var(--vf-border-width-input-r) + var(--vf-px-input)) calc(var(--vf-border-width-input-b) + var(--vf-py-input)) calc(var(--vf-border-width-input-l) + var(--vf-px-input));
}
.form-py-input {
  padding-top: var(--vf-py-input);
  padding-bottom: var(--vf-py-input);
}
.form-py-input-border {
  padding-top: calc(var(--vf-border-width-input-t) + var(--vf-py-input));
  padding-bottom: calc(var(--vf-border-width-input-b) + var(--vf-py-input));
}
.form-px-input {
  padding-left: var(--vf-px-input);
  padding-right: var(--vf-px-input);
}
.form-pl-input {
  padding-left: var(--vf-px-input);
}
.form-pr-input {
  padding-right: var(--vf-px-input);
}
.form-mr-input {
  margin-right: var(--vf-px-input);
}
.form-pl-tag {
  padding-left: var(--vf-px-tag);
}
.form-pr-tag {
  padding-right: var(--vf-px-tag);
}
.form-pl-input-y {
  padding-left: var(--vf-py-input);
}
.form-ml-space-tags {
  margin-left: var(--vf-space-tags);
}
.form-p-input-sm {
  padding: var(--vf-py-input-sm) var(--vf-px-input-sm);
}
.form-p-input-border-sm {
  padding: calc(var(--vf-border-width-input-t) + var(--vf-py-input-sm)) calc(var(--vf-border-width-input-r) + var(--vf-px-input-sm)) calc(var(--vf-border-width-input-b) + var(--vf-py-input-sm)) calc(var(--vf-border-width-input-l) + var(--vf-px-input-sm));
}
.form-py-input-sm {
  padding-top: var(--vf-py-input-sm);
  padding-bottom: var(--vf-py-input-sm);
}
.form-py-input-border-sm {
  padding-top: calc(var(--vf-border-width-input-t) + var(--vf-py-input-sm));
  padding-bottom: calc(var(--vf-border-width-input-b) + var(--vf-py-input-sm));
}
.form-px-input-sm {
  padding-left: var(--vf-px-input-sm);
  padding-right: var(--vf-px-input-sm);
}
.form-pl-input-sm {
  padding-left: var(--vf-px-input-sm);
}
.form-pr-input-sm {
  padding-right: var(--vf-px-input-sm);
}
.form-mr-input-sm {
  margin-right: var(--vf-px-input-sm);
}
.form-pl-tag-sm {
  padding-left: var(--vf-px-tag-sm);
}
.form-pr-tag-sm {
  padding-right: var(--vf-px-tag-sm);
}
.form-pl-input-y-sm {
  padding-left: var(--vf-py-input-sm);
}
.form-ml-space-tags-sm {
  margin-left: var(--vf-space-tags-sm);
}
.form-p-input-lg {
  padding: var(--vf-py-input-lg) var(--vf-px-input-lg);
}
.form-p-input-border-lg {
  padding: calc(var(--vf-border-width-input-t) + var(--vf-py-input-lg)) calc(var(--vf-border-width-input-r) + var(--vf-px-input-lg)) calc(var(--vf-border-width-input-b) + var(--vf-py-input-lg)) calc(var(--vf-border-width-input-l) + var(--vf-px-input-lg));
}
.form-py-input-lg {
  padding-top: var(--vf-py-input-lg);
  padding-bottom: var(--vf-py-input-lg);
}
.form-py-input-border-lg {
  padding-top: calc(var(--vf-border-width-input-t) + var(--vf-py-input-lg));
  padding-bottom: calc(var(--vf-border-width-input-b) + var(--vf-py-input-lg));
}
.form-px-input-lg {
  padding-left: var(--vf-px-input-lg);
  padding-right: var(--vf-px-input-lg);
}
.form-pl-input-lg {
  padding-left: var(--vf-px-input-lg);
}
.form-pr-input-lg {
  padding-right: var(--vf-px-input-lg);
}
.form-mr-input-lg {
  margin-right: var(--vf-px-input-lg);
}
.form-pl-tag-lg {
  padding-left: var(--vf-px-tag-lg);
}
.form-pr-tag-lg {
  padding-right: var(--vf-px-tag-lg);
}
.form-pl-input-y-lg {
  padding-left: var(--vf-py-input-lg);
}
.form-ml-space-tags-lg {
  margin-left: var(--vf-space-tags-lg);
}
.form-pt-0 {
  padding-top: 0px;
}
.form-pb-gutter\/3 {
  padding-bottom: calc(var(--vf-gutter) / 3);
}
.form-pr-gutter {
  padding-right: var(--vf-gutter);
}
.form-pr-0 {
  padding-right: 0px;
}
.form-pb-gutter\/3-sm {
  padding-bottom: calc(var(--vf-gutter-sm) / 3);
}
.form-pr-gutter-sm {
  padding-right: var(--vf-gutter-sm);
}
.form-pb-gutter\/3-lg {
  padding-bottom: calc(var(--vf-gutter-lg) / 3);
}
.form-pr-gutter-lg {
  padding-right: var(--vf-gutter-lg);
}
.aspect-video {
        aspect-ratio: 16 / 9;
    }
.border-spacing-0 {
        border-spacing: 0;
    }
.border-x {
        border-left-width: 1px;
        border-right-width: 1px;
    }
.no-arrows::-webkit-outer-spin-button,
    .no-arrows::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
        -moz-appearance: textfield;
    }
.center-absolute {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
.\[animation-delay\:-0\.15s\] {
  animation-delay: -0.15s;
}
.\[animation-delay\:-0\.3s\] {
  animation-delay: -0.3s;
}

.ac.is-active > .ac-header .ac-trigger-ppt::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z'/%3E%3C/svg%3E");
}

.ac .ac-trigger-ppt::after {
    content: "";
    text-align: center;
    width: 0.938rem;
    height: 0.938rem;
    transform: translate(0, -50%);
    position: absolute;
    right: 1.2rem;
    top: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}

.rotate-180 {
    transform: rotate(180deg);
}

.activity {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 150px;
    bottom: 3px;
    left: calc(50% - 1.5px);
    content: " ";
    display: block;
    background: blue;
}

.activity.full {
    background: red;
}

@media (min-width: 1024px) {

  .lg\:divider-horizontal {
    flex-direction: column;
  }

  .lg\:divider-horizontal:before {
    height: 100%;
    width: 0.125rem;
  }

  .lg\:divider-horizontal:after {
    height: 100%;
    width: 0.125rem;
  }

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

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

  .lg\:divider-horizontal {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 1rem;
  }

  .lg\:menu-horizontal > li:not(.menu-title) > details > ul {
    margin-left: 0px;
    margin-top: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.even\:bg-slate-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.checked\:border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.checked\:border-transparent:checked {
  border-color: transparent;
}

.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.checked\:form-bg-primary:checked {
  background-color: var(--vf-primary);
}

.checked\:form-border-color-checked:checked {
  border-color: var(--vf-border-color-checked);
}

.checked\:form-bg-icon-check:checked::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--vf-color-on-primary);
  display: block;
  position: relative;
  width: calc(100% + var(--vf-border-width-checkbox-l) + var(--vf-border-width-checkbox-r));
  height: calc(100% + var(--vf-border-width-checkbox-t) + var(--vf-border-width-checkbox-b));
  left: calc(var(--vf-border-width-checkbox-l) * (-1));
  top: calc(var(--vf-border-width-checkbox-t) * (-1));
}

.checked\:form-bg-icon-radio:checked::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3.5'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3.5'/%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--vf-color-on-primary);
  display: block;
  width: 100%;
  height: 100%;
}

body[dir="rtl"] .checked\:form-bg-icon-check:checked::after {
  left: auto;
  right: calc(var(--vf-border-width-checkbox-l) * (-1));
}

.checked\:form-bg-primary:checked {
  background-color: var(--vf-primary);
}

.checked\:form-border-color-checked:checked {
  border-color: var(--vf-border-color-checked);
}

.checked\:form-bg-icon-check:checked::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--vf-color-on-primary);
  display: block;
  position: relative;
  width: calc(100% + var(--vf-border-width-checkbox-l) + var(--vf-border-width-checkbox-r));
  height: calc(100% + var(--vf-border-width-checkbox-t) + var(--vf-border-width-checkbox-b));
  left: calc(var(--vf-border-width-checkbox-l) * (-1));
  top: calc(var(--vf-border-width-checkbox-t) * (-1));
}

.checked\:form-bg-icon-radio:checked::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3.5'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3.5'/%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--vf-color-on-primary);
  display: block;
  width: 100%;
  height: 100%;
}

body[dir="rtl"] .checked\:form-bg-icon-check:checked::after {
  left: auto;
  right: calc(var(--vf-border-width-checkbox-l) * (-1));
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:line-clamp-none:hover {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:w-12:hover {
  width: 3rem;
}

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

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

.hover\:cursor-grab:hover {
  cursor: grab;
}

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

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(164 202 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity));
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 54 82 / var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.hover\:bg-steel-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 241 249 / var(--tw-bg-opacity));
}

.hover\:bg-steel-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 163 198 / var(--tw-bg-opacity));
}

.hover\:bg-steel-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 125 182 / var(--tw-bg-opacity));
}

.hover\:bg-steel-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 106 146 / var(--tw-bg-opacity));
}

.hover\:bg-steel-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 80 114 / var(--tw-bg-opacity));
}

.hover\:bg-steel-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 54 82 / var(--tw-bg-opacity));
}

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

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgb(205 219 254 / var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(104 117 245 / var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(81 69 205 / var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}

.hover\:text-steel-300:hover {
  --tw-text-opacity: 1;
  color: rgb(114 197 223 / var(--tw-text-opacity));
}

.hover\:text-steel-400:hover {
  --tw-text-opacity: 1;
  color: rgb(58 163 198 / var(--tw-text-opacity));
}

.hover\:text-steel-500:hover {
  --tw-text-opacity: 1;
  color: rgb(2 125 182 / var(--tw-text-opacity));
}

.hover\:text-steel-600:hover {
  --tw-text-opacity: 1;
  color: rgb(36 106 146 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-90:hover {
  --tw-brightness: brightness(.9);
  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);
}

.hover\:cursor-grab:hover {
  cursor: grab;
}

.hover\:form-color-input-hover:hover {
  color: var(--vf-color-input-hover);
}

.hover\:form-bg-input-hover:hover {
  background-color: var(--vf-bg-input-hover);
}

.hover\:form-bg-checkbox-hover:hover {
  background-color: var(--vf-bg-checkbox-hover);
}

.hover\:form-border-color-input-hover:hover {
  border-color: var(--vf-border-color-input-hover);
}

.hover\:form-border-color-checkbox-hover:hover {
  border-color: var(--vf-border-color-checkbox-hover);
}

.hover\:form-shadow-input-hover:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.hover\:form-shadow-handles-hover:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.hover\:form-color-input-hover:hover {
  color: var(--vf-color-input-hover);
}

.hover\:form-bg-input-hover:hover {
  background-color: var(--vf-bg-input-hover);
}

.hover\:form-bg-checkbox-hover:hover {
  background-color: var(--vf-bg-checkbox-hover);
}

.hover\:form-border-color-input-hover:hover {
  border-color: var(--vf-border-color-input-hover);
}

.hover\:form-border-color-checkbox-hover:hover {
  border-color: var(--vf-border-color-checkbox-hover);
}

.hover\:form-shadow-input-hover:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.hover\:form-shadow-handles-hover:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.hover\:form-color-input-hover:hover {
  color: var(--vf-color-input-hover);
}

.hover\:form-bg-input-hover:hover {
  background-color: var(--vf-bg-input-hover);
}

.hover\:form-bg-checkbox-hover:hover {
  background-color: var(--vf-bg-checkbox-hover);
}

.hover\:form-border-color-input-hover:hover {
  border-color: var(--vf-border-color-input-hover);
}

.hover\:form-border-color-checkbox-hover:hover {
  border-color: var(--vf-border-color-checkbox-hover);
}

.hover\:form-shadow-input-hover:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.hover\:form-shadow-handles-hover:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

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

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(164 202 254 / var(--tw-border-opacity));
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(180 198 252 / var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(81 69 205 / var(--tw-border-opacity));
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 125 182 / var(--tw-border-opacity));
}

.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(36 106 146 / var(--tw-border-opacity));
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 180 180 / var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(200 30 30 / var(--tw-border-opacity));
}

.focus\:border-steel-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(58 163 198 / var(--tw-border-opacity));
}

.focus\:border-steel-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 125 182 / var(--tw-border-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}

.focus\:bg-steel-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(36 106 146 / var(--tw-bg-opacity));
}

.focus\:bg-steel-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 80 114 / var(--tw-bg-opacity));
}

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

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(66 56 157 / var(--tw-text-opacity));
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

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

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

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

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

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(195 221 253 / var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 219 254 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 56 157 / var(--tw-ring-opacity));
}

.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 227 242 / var(--tw-ring-opacity));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 125 182 / var(--tw-ring-opacity));
}

.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(36 106 146 / var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 213 213 / var(--tw-ring-opacity));
}

.focus\:ring-steel-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(114 197 223 / var(--tw-ring-opacity));
}

.focus\:ring-steel-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 125 182 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:form-ring:focus {
  outline: var(--vf-ring-width) solid var(--vf-ring-color);
}

.focus\:form-shadow-handles-focus:focus {
  box-shadow: var(--vf-shadow-handles-focus);
}

.focus\:form-ring:focus {
  outline: var(--vf-ring-width) solid var(--vf-ring-color);
}

.focus\:form-shadow-handles-focus:focus {
  box-shadow: var(--vf-shadow-handles-focus);
}

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

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.active\:bg-indigo-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(81 69 205 / var(--tw-bg-opacity));
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}

.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}

.active\:bg-steel-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(36 106 146 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

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

.group:hover .group-hover\:form-color-input-hover {
  color: var(--vf-color-input-hover);
}

.group:hover .group-hover\:form-hidden {
  display: none;
}

.group:hover .group-hover\:form-inline-block {
  display: inline;
}

.group:hover .group-hover\:form-visible {
  visibility: visible;
}

.group:hover .group-hover\:form-color-input-hover {
  color: var(--vf-color-input-hover);
}

.group:hover .group-hover\:form-visible {
  visibility: visible;
}

.group:focus .group-focus\:flex {
  display: flex;
}

.slider-horizontal .h\:left-1\/2 {
  left: 50%;
}

.slider-horizontal .h\:h-0 {
  height: 0px;
}

.slider-horizontal .h\:-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slider-horizontal .h\:form-top-slider-handle-horizontal {
  top: calc((var(--vf-slider-handle-size) - var(--vf-slider-height)) / 2 * (-1));
}

.slider-horizontal .h\:form-right-slider-handle-horizontal {
  right: calc(var(--vf-slider-handle-size) / 2 * (-1));
}

.slider-horizontal .h\:form-top-slider-handle-horizontal-sm {
  top: calc((var(--vf-slider-handle-size-sm) - var(--vf-slider-height-sm)) / 2 * (-1));
}

.slider-horizontal .h\:form-right-slider-handle-horizontal-sm {
  right: calc(var(--vf-slider-handle-size-sm) / 2 * (-1));
}

.slider-horizontal .h\:form-top-slider-handle-horizontal-lg {
  top: calc((var(--vf-slider-handle-size-lg) - var(--vf-slider-height-lg)) / 2 * (-1));
}

.slider-horizontal .h\:form-right-slider-handle-horizontal-lg {
  right: calc(var(--vf-slider-handle-size-lg) / 2 * (-1));
}

.slider-vertical .v\:-top-full {
  top: -100%;
}

.slider-vertical .v\:top-1\/2 {
  top: 50%;
}

.slider-vertical .v\:w-0 {
  width: 0px;
}

.slider-vertical .v\:-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slider-vertical .v\:cursor-ns-resize {
  cursor: ns-resize;
}

.slider-vertical .v\:form-bottom-slider-handle-vertical {
  bottom: calc(var(--vf-slider-handle-size) / 2 * (-1));
}

.slider-vertical .v\:form-right-slider-handle-vertical {
  right: calc((var(--vf-slider-handle-size) - var(--vf-slider-height)) / 2 * (-1));
}

.slider-vertical .v\:form-bottom-slider-handle-vertical-sm {
  bottom: calc(var(--vf-slider-handle-size-sm) / 2 * (-1));
}

.slider-vertical .v\:form-right-slider-handle-vertical-sm {
  right: calc((var(--vf-slider-handle-size-sm) - var(--vf-slider-height-sm)) / 2 * (-1));
}

.slider-vertical .v\:form-bottom-slider-handle-vertical-lg {
  bottom: calc(var(--vf-slider-handle-size-lg) / 2 * (-1));
}

.slider-vertical .v\:form-right-slider-handle-vertical-lg {
  right: calc((var(--vf-slider-handle-size-lg) - var(--vf-slider-height-lg)) / 2 * (-1));
}

.slider-horizontal .slider-origin > .merge-h\:left-auto {
  left: auto;
}

.slider-horizontal .slider-origin > .merge-h\:translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slider-horizontal .slider-origin > .merge-h\:form-bottom-slider-tooltip-top-merged {
  bottom: calc((var(--vf-slider-handle-size) - var(--vf-slider-height)) / 2 + var(--vf-slider-tooltip-distance));
}

.slider-horizontal .slider-origin > .merge-h\:form-top-slider-tooltip-bottom-merged {
  top: calc((var(--vf-slider-handle-size) - var(--vf-slider-height)) / 2 + var(--vf-slider-height) + var(--vf-slider-tooltip-distance));
}

.slider-horizontal .slider-origin > .merge-h\:form-bottom-slider-tooltip-top-merged-sm {
  bottom: calc((var(--vf-slider-handle-size-sm) - var(--vf-slider-height-sm)) / 2 + var(--vf-slider-tooltip-distance-sm));
}

.slider-horizontal .slider-origin > .merge-h\:form-top-slider-tooltip-bottom-merged-sm {
  top: calc((var(--vf-slider-handle-size-sm) - var(--vf-slider-height-sm)) / 2 + var(--vf-slider-height-sm) + var(--vf-slider-tooltip-distance-sm));
}

.slider-horizontal .slider-origin > .merge-h\:form-bottom-slider-tooltip-top-merged-lg {
  bottom: calc((var(--vf-slider-handle-size-lg) - var(--vf-slider-height-lg)) / 2 + var(--vf-slider-tooltip-distance-lg));
}

.slider-horizontal .slider-origin > .merge-h\:form-top-slider-tooltip-bottom-merged-lg {
  top: calc((var(--vf-slider-handle-size-lg) - var(--vf-slider-height-lg)) / 2 + var(--vf-slider-height-lg) + var(--vf-slider-tooltip-distance-lg));
}

.slider-vertical .slider-origin > .merge-v\:top-auto {
  top: auto;
}

.slider-vertical .slider-origin > .merge-v\:translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slider-vertical .slider-origin > .merge-v\:form-right-slider-tooltip-left-merged {
  right: calc((var(--vf-slider-handle-size) - var(--vf-slider-height)) / 2 + var(--vf-slider-height) + var(--vf-slider-tooltip-distance));
}

.slider-vertical .slider-origin > .merge-v\:form-left-slider-tooltip-right-merged {
  left: calc((var(--vf-slider-handle-size) - var(--vf-slider-height)) / 2 + var(--vf-slider-tooltip-distance));
}

.slider-vertical .slider-origin > .merge-v\:form-right-slider-tooltip-left-merged-sm {
  right: calc((var(--vf-slider-handle-size-sm) - var(--vf-slider-height-sm)) / 2 + var(--vf-slider-height-sm) + var(--vf-slider-tooltip-distance-sm));
}

.slider-vertical .slider-origin > .merge-v\:form-left-slider-tooltip-right-merged-sm {
  left: calc((var(--vf-slider-handle-size-sm) - var(--vf-slider-height-sm)) / 2 + var(--vf-slider-tooltip-distance-sm));
}

.slider-vertical .slider-origin > .merge-v\:form-right-slider-tooltip-left-merged-lg {
  right: calc((var(--vf-slider-handle-size-lg) - var(--vf-slider-height-lg)) / 2 + var(--vf-slider-height-lg) + var(--vf-slider-tooltip-distance-lg));
}

.slider-vertical .slider-origin > .merge-v\:form-left-slider-tooltip-right-merged-lg {
  left: calc((var(--vf-slider-handle-size-lg) - var(--vf-slider-height-lg)) / 2 + var(--vf-slider-tooltip-distance-lg));
}

.slider-state-tap .tap\:transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.slider-state-tap .tap\:duration-300 {
  transition-duration: 300ms;
}

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

[disabled] .disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

[disabled] .disabled\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

[disabled] .disabled\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

[disabled] .disabled\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

[disabled] .disabled\:opacity-25 {
  opacity: 0.25;
}

[disabled] .disabled\:opacity-50 {
  opacity: 0.5;
}

[disabled] .disabled\:opacity-60 {
  opacity: 0.6;
}

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

.checked-focused\:form-bg-primary:checked:focus {
  background-color: var(--vf-primary);
}

.checked-hover\:form-bg-primary:checked:hover {
  background-color: var(--vf-primary);
}

.checked-hover\:form-border-color-checked:checked:hover {
  border-color: var(--vf-border-color-checked);
}

.checked-hover\:form-bg-primary:checked:hover {
  background-color: var(--vf-primary);
}

.checked-hover\:form-border-color-checked:checked:hover {
  border-color: var(--vf-border-color-checked);
}

.slider-tooltip-focus:not(.slider-focused) .tt-focus\:hidden {
  display: none !important;
}

.slider-tooltip-focus.slider-focused .tt-focused\:block\:not\(_____\.slider-tooltip-hidden\) {
  display: block !important;
}

.slider-tooltip-drag:not(.slider-state-drag) .tt-drag\:hidden {
  display: none !important;
}

.slider-tooltip-drag.slider-state-drag .tt-dragging\:block\:not\(_____\.slider-tooltip-hidden\) {
  display: block !important;
}

.label-floating ~ .with-floating\:form-p-input-floating {
  padding-top: calc(var(--vf-py-input) + (var(--vf-floating-top) / 2));
  padding-bottom: calc(var(--vf-py-input) - (var(--vf-floating-top) / 2));
}

.label-floating ~ .with-floating\:form-p-tags-floating {
  padding-left: var(--vf-px-input);
  margin: calc(var(--vf-space-tags) + var(--vf-floating-top) + 0.34375rem - 1px) 0 0;
}

.label-floating ~ .with-floating\:form-p-input-floating-sm {
  padding-top: calc(var(--vf-py-input-sm) + (var(--vf-floating-top-sm) / 2));
  padding-bottom: calc(var(--vf-py-input-sm) - (var(--vf-floating-top-sm) / 2));
}

.label-floating ~ .with-floating\:form-p-tags-floating-sm {
  padding-left: var(--vf-px-input-sm);
  margin: calc(var(--vf-space-tags-sm) + var(--vf-floating-top-sm) + 0.34375rem - 1px) 0 0;
}

.label-floating ~ .with-floating\:form-p-input-floating-lg {
  padding-top: calc(var(--vf-py-input-lg) + (var(--vf-floating-top-lg) / 2));
  padding-bottom: calc(var(--vf-py-input-lg) - (var(--vf-floating-top-lg) / 2));
}

.label-floating ~ .with-floating\:form-p-tags-floating-lg {
  padding-left: var(--vf-px-input-lg);
  margin: calc(var(--vf-space-tags-lg) + var(--vf-floating-top-lg) + 0.34375rem - 1px) 0 0;
}

.label-floating ~ div .with-floating\:form-p-input-floating {
  padding-top: calc(var(--vf-py-input) + (var(--vf-floating-top) / 2));
  padding-bottom: calc(var(--vf-py-input) - (var(--vf-floating-top) / 2));
}

.label-floating ~ div .with-floating\:form-p-tags-floating {
  padding-left: var(--vf-px-input);
  margin: calc(var(--vf-space-tags) + var(--vf-floating-top) + 0.34375rem - 1px) 0 0;
}

.label-floating ~ div .with-floating\:form-p-input-floating-sm {
  padding-top: calc(var(--vf-py-input-sm) + (var(--vf-floating-top-sm) / 2));
  padding-bottom: calc(var(--vf-py-input-sm) - (var(--vf-floating-top-sm) / 2));
}

.label-floating ~ div .with-floating\:form-p-tags-floating-sm {
  padding-left: var(--vf-px-input-sm);
  margin: calc(var(--vf-space-tags-sm) + var(--vf-floating-top-sm) + 0.34375rem - 1px) 0 0;
}

.label-floating ~ div .with-floating\:form-p-input-floating-lg {
  padding-top: calc(var(--vf-py-input-lg) + (var(--vf-floating-top-lg) / 2));
  padding-bottom: calc(var(--vf-py-input-lg) - (var(--vf-floating-top-lg) / 2));
}

.label-floating ~ div .with-floating\:form-p-tags-floating-lg {
  padding-left: var(--vf-px-input-lg);
  margin: calc(var(--vf-space-tags-lg) + var(--vf-floating-top-lg) + 0.34375rem - 1px) 0 0;
}

.focused\:form-color-input-focus.form-focus {
  color: var(--vf-color-input-focus);
}

.focused\:form-bg-input-focus.form-focus {
  background-color: var(--vf-bg-input-focus);
}

.focused\:form-bg-checkbox-focus.form-focus {
  background-color: var(--vf-bg-checkbox-focus);
}

.focused\:form-border-color-input-focus.form-focus {
  border-color: var(--vf-border-color-input-focus);
}

.focused\:form-border-color-checkbox-focus.form-focus {
  border-color: var(--vf-border-color-checkbox-focus);
}

.focused\:form-ring.form-focus {
  outline: var(--vf-ring-width) solid var(--vf-ring-color);
}

.focused\:form-shadow-input-focus.form-focus {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-focus);
}

.focused\:form-shadow-handles-focus.form-focus {
  box-shadow: var(--vf-shadow-handles-focus);
}

.focused\:form-color-input-focus.form-focus {
  color: var(--vf-color-input-focus);
}

.focused\:form-bg-input-focus.form-focus {
  background-color: var(--vf-bg-input-focus);
}

.focused\:form-bg-checkbox-focus.form-focus {
  background-color: var(--vf-bg-checkbox-focus);
}

.focused\:form-border-color-input-focus.form-focus {
  border-color: var(--vf-border-color-input-focus);
}

.focused\:form-border-color-checkbox-focus.form-focus {
  border-color: var(--vf-border-color-checkbox-focus);
}

.focused\:form-ring.form-focus {
  outline: var(--vf-ring-width) solid var(--vf-ring-color);
}

.focused\:form-shadow-input-focus.form-focus {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-focus);
}

.focused\:form-shadow-handles-focus.form-focus {
  box-shadow: var(--vf-shadow-handles-focus);
}

.focused\:form-color-input-focus:focus {
  color: var(--vf-color-input-focus);
}

.focused\:form-bg-input-focus:focus {
  background-color: var(--vf-bg-input-focus);
}

.focused\:form-bg-checkbox-focus:focus {
  background-color: var(--vf-bg-checkbox-focus);
}

.focused\:form-border-color-input-focus:focus {
  border-color: var(--vf-border-color-input-focus);
}

.focused\:form-border-color-checkbox-focus:focus {
  border-color: var(--vf-border-color-checkbox-focus);
}

.focused\:form-ring:focus {
  outline: var(--vf-ring-width) solid var(--vf-ring-color);
}

.focused\:form-shadow-input-focus:focus {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-focus);
}

.focused\:form-shadow-handles-focus:focus {
  box-shadow: var(--vf-shadow-handles-focus);
}

.focused\:form-color-input-focus:focus {
  color: var(--vf-color-input-focus);
}

.focused\:form-bg-input-focus:focus {
  background-color: var(--vf-bg-input-focus);
}

.focused\:form-bg-checkbox-focus:focus {
  background-color: var(--vf-bg-checkbox-focus);
}

.focused\:form-border-color-input-focus:focus {
  border-color: var(--vf-border-color-input-focus);
}

.focused\:form-border-color-checkbox-focus:focus {
  border-color: var(--vf-border-color-checkbox-focus);
}

.focused\:form-ring:focus {
  outline: var(--vf-ring-width) solid var(--vf-ring-color);
}

.focused\:form-shadow-input-focus:focus {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-focus);
}

.focused\:form-shadow-handles-focus:focus {
  box-shadow: var(--vf-shadow-handles-focus);
}

.focused-hover\:form-shadow-input-hover.form-focus:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.focused-hover\:form-shadow-handles-hover.form-focus:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.focused-hover\:form-shadow-input-hover.form-focus:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.focused-hover\:form-shadow-handles-hover.form-focus:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.focused-hover\:form-shadow-input-hover.form-focus:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.focused-hover\:form-shadow-handles-hover.form-focus:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.focused-hover\:form-shadow-input-hover:focus:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.focused-hover\:form-shadow-handles-hover:focus:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.focused-hover\:form-shadow-input-hover:focus:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.focused-hover\:form-shadow-handles-hover:focus:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.focused-hover\:form-shadow-input-hover:focus:hover {
  box-shadow: var(--vf-shadow-input), var(--vf-shadow-input-hover);
}

.focused-hover\:form-shadow-handles-hover:focus:hover {
  box-shadow: var(--vf-shadow-handles-hover);
}

.form-list-group:hover > .list-group-hover\:opacity-100 {
  opacity: 1;
}

.form-info-group:hover .info-group-hover\:opacity-100 {
  opacity: 1;
}

.form-info-group:hover .info-group-hover\:form-visible {
  visibility: visible;
}

.form-input-group .in-input-group\:-form-top-border-width-input-t {
  top: calc(var(--vf-border-width-input-t) * (-1));
}

.sortable-ghost.ghost\:opacity-60 {
  opacity: 0.6;
}

.form-text-type .text-type\:form-pt-input-border {
  padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
}

.form-text-type .text-type\:form-pt-input-border-sm {
  padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
}

.form-text-type .text-type\:form-pt-input-border-lg {
  padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
}

.form-text-type .text-type\:form-pt-input-border {}

.form-text-type .text-type\:form-pt-input-border-sm {}

.form-text-type .text-type\:form-pt-input-border-lg {}

.form-text-type .text-type\:form-pt-input-border {
  padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
}

.form-text-type .text-type\:form-pt-input-border-sm {
  padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
}

.form-text-type .text-type\:form-pt-input-border-lg {
  padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
}

.dark\:divide-gray-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity));
}

.dark\:divide-gray-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}

.dark\:border-blue-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.dark\:border-transparent:is(.dark *) {
  border-color: transparent;
}

.dark\:bg-blue-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800\/50:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.dark\:bg-opacity-80:is(.dark *) {
  --tw-bg-opacity: 0.8;
}

.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:text-gray-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.dark\:text-primary-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 125 182 / var(--tw-text-opacity));
}

.dark\:text-red-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.dark\:placeholder-gray-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.odd\:dark\:bg-gray-900:is(.dark *):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.even\:dark\:bg-gray-800:is(.dark *):nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-blue-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:hover\:text-blue-500:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark\:hover\:text-steel-500:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 125 182 / var(--tw-text-opacity));
}

.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:focus\:border-blue-500:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.dark\:focus\:border-primary-500:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(2 125 182 / var(--tw-border-opacity));
}

.dark\:focus\:ring-blue-500:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

.dark\:focus\:ring-gray-600:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

.dark\:focus\:ring-primary-500:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 125 182 / var(--tw-ring-opacity));
}

.dark\:focus\:ring-primary-900:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 33 55 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:form-pt-0 {
    padding-top: 0px;
  }

  .form-text-type .sm\:form-pt-0 {
    padding-top: 0px;
  }

  .sm\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .sm\:form-pr-0 {
    padding-right: 0px;
  }

  .sm\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .sm\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .sm\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .sm\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .sm\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .sm\:form-pt-0 {
    padding-top: 0px;
  }

  .sm\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .sm\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .sm\:form-pr-0 {
    padding-right: 0px;
  }

  .sm\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .sm\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .sm\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .sm\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .form-text-type .sm\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .sm\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .sm\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }

  .form-text-type .sm\:text-type\:form-pt-input-border {}

  .form-text-type .sm\:text-type\:form-pt-input-border-sm {}

  .form-text-type .sm\:text-type\:form-pt-input-border-lg {}

  .form-text-type .sm\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .sm\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .sm\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }
}

@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

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

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:me-4 {
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .md\:form-pt-0 {
    padding-top: 0px;
  }

  .form-text-type .md\:form-pt-0 {
    padding-top: 0px;
  }

  .md\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

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

  .md\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .md\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .md\:border-0 {
    border: 0;
  }

  .md\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .md\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .md\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .md\:form-text-h1 {
    font-size: var(--vf-font-size-h1);
    line-height: var(--vf-line-height-headings);
    letter-spacing: var(--vf-letter-spacing-headings);
  }

  .md\:form-text-h2 {
    font-size: var(--vf-font-size-h2);
    line-height: var(--vf-line-height-headings);
    letter-spacing: var(--vf-letter-spacing-headings);
  }

  .md\:form-text-h3 {
    font-size: var(--vf-font-size-h3);
    line-height: var(--vf-line-height-headings);
    letter-spacing: var(--vf-letter-spacing-headings);
  }

  .md\:form-text-h4 {
    font-size: var(--vf-font-size-h4);
    line-height: var(--vf-line-height-headings);
    letter-spacing: var(--vf-letter-spacing-headings);
  }

  .md\:form-pt-0 {
    padding-top: 0px;
  }

  .md\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .md\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

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

  .md\:form-text-h1-sm {
    font-size: var(--vf-font-size-h1-sm);
    line-height: var(--vf-line-height-headings-sm);
    letter-spacing: var(--vf-letter-spacing-headings-sm);
  }

  .md\:form-text-h2-sm {
    font-size: var(--vf-font-size-h2-sm);
    line-height: var(--vf-line-height-headings-sm);
    letter-spacing: var(--vf-letter-spacing-headings-sm);
  }

  .md\:form-text-h3-sm {
    font-size: var(--vf-font-size-h3-sm);
    line-height: var(--vf-line-height-headings-sm);
    letter-spacing: var(--vf-letter-spacing-headings-sm);
  }

  .md\:form-text-h4-sm {
    font-size: var(--vf-font-size-h4-sm);
    line-height: var(--vf-line-height-headings-sm);
    letter-spacing: var(--vf-letter-spacing-headings-sm);
  }

  .md\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .md\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .md\:form-text-h1-lg {
    font-size: var(--vf-font-size-h1-lg);
    line-height: var(--vf-line-height-headings-lg);
    letter-spacing: var(--vf-letter-spacing-headings-lg);
  }

  .md\:form-text-h2-lg {
    font-size: var(--vf-font-size-h2-lg);
    line-height: var(--vf-line-height-headings-lg);
    letter-spacing: var(--vf-letter-spacing-headings-lg);
  }

  .md\:form-text-h3-lg {
    font-size: var(--vf-font-size-h3-lg);
    line-height: var(--vf-line-height-headings-lg);
    letter-spacing: var(--vf-letter-spacing-headings-lg);
  }

  .md\:form-text-h4-lg {
    font-size: var(--vf-font-size-h4-lg);
    line-height: var(--vf-line-height-headings-lg);
    letter-spacing: var(--vf-letter-spacing-headings-lg);
  }

  .md\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .md\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:text-steel-600:hover {
    --tw-text-opacity: 1;
    color: rgb(36 106 146 / var(--tw-text-opacity));
  }

  .md\:hover\:text-steel-700:hover {
    --tw-text-opacity: 1;
    color: rgb(31 80 114 / var(--tw-text-opacity));
  }

  .form-text-type .md\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .md\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .md\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }

  .form-text-type .md\:text-type\:form-pt-input-border {}

  .form-text-type .md\:text-type\:form-pt-input-border-sm {}

  .form-text-type .md\:text-type\:form-pt-input-border-lg {}

  .form-text-type .md\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .md\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .md\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }

  .md\:dark\:hover\:bg-transparent:hover:is(.dark *) {
    background-color: transparent;
  }

  .md\:dark\:hover\:text-steel-500:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(2 125 182 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:z-auto {
    z-index: auto;
  }

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

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-20 {
    width: 5rem;
  }

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

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

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

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:form-pt-0 {
    padding-top: 0px;
  }

  .form-text-type .lg\:form-pt-0 {
    padding-top: 0px;
  }

  .lg\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .lg\:form-pr-0 {
    padding-right: 0px;
  }

  .lg\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .lg\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .lg\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .lg\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .lg\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .lg\:form-pt-0 {
    padding-top: 0px;
  }

  .lg\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .lg\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .lg\:form-pr-0 {
    padding-right: 0px;
  }

  .lg\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .lg\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .lg\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .lg\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .form-text-type .lg\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .lg\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .lg\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }

  .form-text-type .lg\:text-type\:form-pt-input-border {}

  .form-text-type .lg\:text-type\:form-pt-input-border-sm {}

  .form-text-type .lg\:text-type\:form-pt-input-border-lg {}

  .form-text-type .lg\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .lg\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .lg\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }
}

@media (min-width: 1280px) {

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

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:w-40 {
    width: 10rem;
  }

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

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

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

  .xl\:gap-4 {
    gap: 1rem;
  }

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

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

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:form-pt-0 {
    padding-top: 0px;
  }

  .form-text-type .xl\:form-pt-0 {
    padding-top: 0px;
  }

  .xl\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .xl\:form-pr-0 {
    padding-right: 0px;
  }

  .xl\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .xl\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .xl\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .xl\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .xl\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .xl\:form-pt-0 {
    padding-top: 0px;
  }

  .xl\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .xl\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .xl\:form-pr-0 {
    padding-right: 0px;
  }

  .xl\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .xl\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .xl\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .xl\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .form-text-type .xl\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .xl\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .xl\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }

  .form-text-type .xl\:text-type\:form-pt-input-border {}

  .form-text-type .xl\:text-type\:form-pt-input-border-sm {}

  .form-text-type .xl\:text-type\:form-pt-input-border-lg {}

  .form-text-type .xl\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .xl\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .xl\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }
}

@media (min-width: 1536px) {

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

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

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

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

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

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:form-pt-0 {
    padding-top: 0px;
  }

  .form-text-type .\32xl\:form-pt-0 {
    padding-top: 0px;
  }

  .\32xl\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .\32xl\:form-pr-0 {
    padding-right: 0px;
  }

  .\32xl\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .\32xl\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .\32xl\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .\32xl\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .\32xl\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .\32xl\:form-pt-0 {
    padding-top: 0px;
  }

  .\32xl\:form-pb-gutter\/3 {
    padding-bottom: calc(var(--vf-gutter) / 3);
  }

  .\32xl\:form-pr-gutter {
    padding-right: var(--vf-gutter);
  }

  .\32xl\:form-pr-0 {
    padding-right: 0px;
  }

  .\32xl\:form-pb-gutter\/3-sm {
    padding-bottom: calc(var(--vf-gutter-sm) / 3);
  }

  .\32xl\:form-pr-gutter-sm {
    padding-right: var(--vf-gutter-sm);
  }

  .\32xl\:form-pb-gutter\/3-lg {
    padding-bottom: calc(var(--vf-gutter-lg) / 3);
  }

  .\32xl\:form-pr-gutter-lg {
    padding-right: var(--vf-gutter-lg);
  }

  .form-text-type .\32xl\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .\32xl\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .\32xl\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }

  .form-text-type .\32xl\:text-type\:form-pt-input-border {}

  .form-text-type .\32xl\:text-type\:form-pt-input-border-sm {}

  .form-text-type .\32xl\:text-type\:form-pt-input-border-lg {}

  .form-text-type .\32xl\:text-type\:form-pt-input-border {
    padding-top: calc(var(--vf-py-input) + var(--vf-border-width-input-t));
  }

  .form-text-type .\32xl\:text-type\:form-pt-input-border-sm {
    padding-top: calc(var(--vf-py-input-sm) + var(--vf-border-width-input-t));
  }

  .form-text-type .\32xl\:text-type\:form-pt-input-border-lg {
    padding-top: calc(var(--vf-py-input-lg) + var(--vf-border-width-input-t));
  }
}

@media (min-width: 3840px) {

  .\34k\:m-0 {
    margin: 0px;
  }

  .\34k\:hidden {
    display: none;
  }

  .\34k\:h-screen {
    height: 100vh;
  }

  .\34k\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\34k\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\34k\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\34k\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\34k\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\34k\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\34k\:font-bold {
    font-weight: 700;
  }
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
}

.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}

.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto;
}

.rtl\:-order-1:where([dir="rtl"], [dir="rtl"] *) {
  order: -1;
}

.rtl\:order-none:where([dir="rtl"], [dir="rtl"] *) {
  order: 0;
}

.rtl\:\!mr-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0px !important;
}

.rtl\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0px;
}

.rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0px;
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  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));
}

.rtl\:justify-start:where([dir="rtl"], [dir="rtl"] *) {
  justify-content: flex-start;
}

.rtl\:justify-end:where([dir="rtl"], [dir="rtl"] *) {
  justify-content: flex-end;
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px;
}

.rtl\:border-r-0:where([dir="rtl"], [dir="rtl"] *) {
  border-right-width: 0px;
}

.rtl\:pl-0:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0px;
}

.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
}

.rtl\:pl-3\.5:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.875rem;
}

.rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0px;
}

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

.rtl\:form-right-input:where([dir="rtl"], [dir="rtl"] *) {
  right: var(--vf-px-input);
}

.rtl\:form-mr-space-checkbox:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: var(--vf-space-checkbox);
}

.rtl\:form-ml-space-checkbox:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-space-checkbox);
}

.rtl\:form-right-input-sm:where([dir="rtl"], [dir="rtl"] *) {
  right: var(--vf-px-input-sm);
}

.rtl\:form-mr-space-checkbox-sm:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: var(--vf-space-checkbox-sm);
}

.rtl\:form-ml-space-checkbox-sm:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-space-checkbox-sm);
}

.rtl\:form-right-input-lg:where([dir="rtl"], [dir="rtl"] *) {
  right: var(--vf-px-input-lg);
}

.rtl\:form-mr-space-checkbox-lg:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: var(--vf-space-checkbox-lg);
}

.rtl\:form-ml-space-checkbox-lg:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-space-checkbox-lg);
}

.rtl\:form-pl-input:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: var(--vf-px-input);
}

.rtl\:form-pr-input:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-px-input);
}

.rtl\:form-ml-input:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-px-input);
}

.rtl\:form-pl-select:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input) * 2.5 + 20px);
}

.rtl\:form-pl-select-no-caret:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input) * 1.5 + 10px);
}

.rtl\:form-pl-select-no-clear:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input) * 1.5 + 10px);
}

.rtl\:form-pl-tag:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: var(--vf-px-tag);
}

.rtl\:form-pr-tag:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-px-tag);
}

.rtl\:form-pr-input-y:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-py-input);
}

.rtl\:form-ml-space-tags:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-space-tags);
}

.rtl\:form-pl-input-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: var(--vf-px-input-sm);
}

.rtl\:form-pr-input-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-px-input-sm);
}

.rtl\:form-ml-input-sm:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-px-input-sm);
}

.rtl\:form-pl-select-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input-sm) * 2.5 + 20px);
}

.rtl\:form-pl-select-no-caret-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input-sm) * 1.5 + 10px);
}

.rtl\:form-pl-select-no-clear-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input-sm) * 1.5 + 10px);
}

.rtl\:form-pl-tag-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: var(--vf-px-tag-sm);
}

.rtl\:form-pr-tag-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-px-tag-sm);
}

.rtl\:form-pr-input-y-sm:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-py-input-sm);
}

.rtl\:form-ml-space-tags-sm:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-space-tags-sm);
}

.rtl\:form-pl-input-lg:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: var(--vf-px-input-lg);
}

.rtl\:form-pr-input-lg:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-px-input-lg);
}

.rtl\:form-ml-input-lg:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-px-input-lg);
}

.rtl\:form-pl-select-no-caret-lg:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input-lg) * 1.5 + 10px);
}

.rtl\:form-pl-select-no-clear-lg:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: calc(var(--vf-px-input-lg) * 1.5 + 10px);
}

.rtl\:form-pl-tag-lg:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: var(--vf-px-tag-lg);
}

.rtl\:form-pr-tag-lg:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-px-tag-lg);
}

.rtl\:form-pr-input-y-lg:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: var(--vf-py-input-lg);
}

.rtl\:form-ml-space-tags-lg:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: var(--vf-space-tags-lg);
}

