@font-face {
    font-family: 'Klavika Regular';
    src: url('/fonts/klavika/KlavikaRegular-Plain.otf'),
        url('/fonts/klavika/KlavikaRegCaps-ItalicSC.otf'),
        url('/fonts/klavika/KlavikaRegCaps-ItalicSCTF.otf'),
        url('/fonts/klavika/KlavikaRegCaps-SC.otf'),
        url('/fonts/klavika/KlavikaRegCaps-SCTF.otf'),
        url('/fonts/klavika/KlavikaRegular-Italic.otf'),
        url('/fonts/klavika/KlavikaRegular-ItalicOSF.otf'),
        url('/fonts/klavika/KlavikaRegular-ItalicOSTF.otf'),
        url('/fonts/klavika/KlavikaRegular-ItalicTF.otf'),
        url('/fonts/klavika/KlavikaRegular-OSF.otf'),
        url('/fonts/klavika/KlavikaRegular-OSTF.otf'),
        url('/fonts/klavika/KlavikaRegular-TF.otf');
}

@font-face {
    font-family: 'Klavika Medium';
    src: url('/fonts/klavika/KlavikaMedium-Plain.otf'),
        url('/fonts/klavika/KlavikaMed-ItalicSC.otf'),
        url('/fonts/klavika/KlavikaMed-ItalicSCTF.otf'),
        url('/fonts/klavika/KlavikaMedCaps-SC.otf'),
        url('/fonts/klavika/KlavikaMedCaps-SCTF.otf'),
        url('/fonts/klavika/KlavikaMedium-Italic.otf'),
        url('/fonts/klavika/KlavikaMedium-ItalicOSF.otf'),
        url('/fonts/klavika/KlavikaMedium-ItalicOSTF.otf'),
        url('/fonts/klavika/KlavikaMedium-ItalicTF.otf'),
        url('/fonts/klavika/KlavikaMedium-OSF.otf'),
        url('/fonts/klavika/KlavikaMedium-OSTF.otf'),
        url('/fonts/klavika/KlavikaMedium-TF.otf');
}

@font-face {
    font-family: 'Klavika Bold';
    src: url('/fonts/klavika/KlavikaBold-Bold.otf'),
        url('/fonts/klavika/klavikabold-bolditalic-webfont.woff'),
        url('/fonts/klavika/klavikabold-bolditalic-webfont.woff2'),
        url('/fonts/klavika/KlavikaBold-BoldItalic.otf'),
        url('/fonts/klavika/KlavikaBold-BoldItalicOSF.otf'),
        url('/fonts/klavika/KlavikaBold-BoldItalicTF.otf'),
        url('/fonts/klavika/KlavikaBold-BoldOSF.otf'),
        url('/fonts/klavika/KlavikaBold-BoldOSTF.otf'),
        url('/fonts/klavika/KlavikaBoldCaps-ItalicSC.otf'),
        url('/fonts/klavika/KlavikaBoldCaps-ItalicSCTF.otf'),
        url('/fonts/klavika/KlavikaBoldCaps-SC.otf'),
        url('/fonts/klavika/KlavikaBoldCaps-SCTF.otf');
}

@font-face {
    font-family: 'Klavika Light';
    src: url('/fonts/klavika/KlavikaLight-Plain.otf'),
        url('/fonts/klavika/KlavikaLight-Italic.otf'),
        url('/fonts/klavika/KlavikaLight-ItalicOSF.otf'),
        url('/fonts/klavika/KlavikaLight-ItalicOSTF.otf'),
        url('/fonts/klavika/KlavikaLight-ItalicTF.otf'),
        url('/fonts/klavika/KlavikaLight-OSF.otf'),
        url('/fonts/klavika/KlavikaLight-OSTF.otf'),
        url('/fonts/klavika/KlavikaLight-TF.otf'),
        url('/fonts/klavika/KlavikaLightCaps-ItalicSC.otf'),
        url('/fonts/klavika/KlavikaLightCaps-ItalicSCTF.otf'),
        url('/fonts/klavika/KlavikaLightCaps-SC.otf'),
        url('/fonts/klavika/KlavikaLightCaps-SCTF.otf');
}

[data-revert-styles] * {
    all: revert;
}

.CodeMirror-sizer {
    margin-left: 10px !important;
}

.template-preview input[type="radio"] {
    width: 1rem !important;
    height: 1rem !important;
}

.template-preview input[type="text"] {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
}

.tiptap {
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc !important;
}

.dark .tiptap {
    background-color: #534342;
}

.ProseMirror:focus {
    outline: none;
}

.tiptap blockquote {
    border-left: .25em solid #dfe2e5;
    color: #6a737d;
    padding-left: 1em;
    margin: 20px 0 !important;
}

.tiptap code {
    background-color: rgba(0, 0, 0, 0.05);
    color: currentColor;
}

.text-editor-button {
    padding: 0.375rem;
}

.text-editor-button-active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(71 56 55 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}

.text-editor-button-active:is(.dark *) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 237 235 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(37 25 24 / var(--tw-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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: #2563eb;
  --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: #2563eb;
}

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;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])){
  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: #2563eb;
  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: #2563eb;
  --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");
}

@media (forced-colors: active) {

  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {

  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}

@media (forced-colors: active) {

  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

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

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.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;
  }
}
.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;
}
.-right-1{
  right: -0.25rem;
}
.-right-4{
  right: -1rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.end-0{
  inset-inline-end: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-4{
  top: 1rem;
}
.top-\[100\%\]{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[70\]{
  z-index: 70;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.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;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.\!m-0{
  margin: 0px !important;
}
.m-2{
  margin: 0.5rem;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.\!my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.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;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.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-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!ml-6{
  margin-left: 1.5rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mb-0{
  margin-bottom: -0px;
}
.-mb-0\.5{
  margin-bottom: -0.125rem;
}
.-ml-0{
  margin-left: -0px;
}
.-ml-0\.5{
  margin-left: -0.125rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-0{
  margin-right: -0px;
}
.-mr-0\.5{
  margin-right: -0.125rem;
}
.-mt-0{
  margin-top: -0px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.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-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[15\%\]{
  margin-bottom: 15%;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.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-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.\!inline-flex{
  display: inline-flex !important;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!size-5{
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-16{
  width: 4rem;
  height: 4rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-5{
  width: 1.25rem;
  height: 1.25rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.\!h-10{
  height: 2.5rem !important;
}
.\!h-32{
  height: 8rem !important;
}
.\!h-6{
  height: 1.5rem !important;
}
.\!h-auto{
  height: auto !important;
}
.\!h-fit{
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-44{
  height: 11rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[25vh\]{
  height: 25vh;
}
.h-\[26rem\]{
  height: 26rem;
}
.h-\[35vh\]{
  height: 35vh;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[48rem\]{
  height: 48rem;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[631px\]{
  height: 631px;
}
.h-\[65vh\]{
  height: 65vh;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[84vh\]{
  height: 84vh;
}
.h-\[85vh\]{
  height: 85vh;
}
.h-\[90vh\]{
  height: 90vh;
}
.h-\[calc\(100vh-2rem\)\]{
  height: calc(100vh - 2rem);
}
.h-\[calc\(80vh-12rem\)\]{
  height: calc(80vh - 12rem);
}
.h-\[calc\(80vh-8rem\)\]{
  height: calc(80vh - 8rem);
}
.h-\[calc\(85vh-22rem\)\]{
  height: calc(85vh - 22rem);
}
.h-\[calc\(85vh-8rem\)\]{
  height: calc(85vh - 8rem);
}
.h-\[calc\(90vh-8rem\)\]{
  height: calc(90vh - 8rem);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.\!max-h-10{
  max-height: 2.5rem !important;
}
.\!max-h-\[70vh\]{
  max-height: 70vh !important;
}
.\!max-h-none{
  max-height: none !important;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[20vh\]{
  max-height: 20vh;
}
.max-h-\[40vh\]{
  max-height: 40vh;
}
.max-h-\[48vh\]{
  max-height: 48vh;
}
.max-h-\[50vh\]{
  max-height: 50vh;
}
.max-h-\[55vh\]{
  max-height: 55vh;
}
.max-h-\[600px\]{
  max-height: 600px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[95vh\]{
  max-height: 95vh;
}
.max-h-\[calc\(100vh-10rem\)\]{
  max-height: calc(100vh - 10rem);
}
.max-h-\[calc\(100vh-24rem\)\]{
  max-height: calc(100vh - 24rem);
}
.max-h-\[calc\(80vh-16rem\)\]{
  max-height: calc(80vh - 16rem);
}
.max-h-\[calc\(80vh-8rem\)\]{
  max-height: calc(80vh - 8rem);
}
.max-h-\[calc\(85vh-10rem\)\]{
  max-height: calc(85vh - 10rem);
}
.max-h-\[calc\(85vh-12rem\)\]{
  max-height: calc(85vh - 12rem);
}
.max-h-\[calc\(85vh-14rem\)\]{
  max-height: calc(85vh - 14rem);
}
.max-h-\[calc\(85vh-18rem\)\]{
  max-height: calc(85vh - 18rem);
}
.max-h-\[calc\(85vh-6rem\)\]{
  max-height: calc(85vh - 6rem);
}
.max-h-\[calc\(85vh-8rem\)\]{
  max-height: calc(85vh - 8rem);
}
.max-h-\[calc\(90vh-12rem\)\]{
  max-height: calc(90vh - 12rem);
}
.max-h-\[calc\(90vh-18rem\)\]{
  max-height: calc(90vh - 18rem);
}
.max-h-\[calc\(90vh-8rem\)\]{
  max-height: calc(90vh - 8rem);
}
.max-h-full{
  max-height: 100%;
}
.max-h-min{
  max-height: -moz-min-content;
  max-height: min-content;
}
.max-h-none{
  max-height: none;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-32{
  min-height: 8rem;
}
.min-h-72{
  min-height: 18rem;
}
.min-h-8{
  min-height: 2rem;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[160px\]{
  min-height: 160px;
}
.min-h-\[2\.625rem\]{
  min-height: 2.625rem;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[30vh\]{
  min-height: 30vh;
}
.min-h-\[42px\]{
  min-height: 42px;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[55vh\]{
  min-height: 55vh;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-\[70vh\]{
  min-height: 70vh;
}
.min-h-\[75vh\]{
  min-height: 75vh;
}
.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-44{
  width: 11rem !important;
}
.\!w-48{
  width: 12rem !important;
}
.\!w-52{
  width: 13rem !important;
}
.\!w-56{
  width: 14rem !important;
}
.\!w-60{
  width: 15rem !important;
}
.\!w-64{
  width: 16rem !important;
}
.\!w-72{
  width: 18rem !important;
}
.\!w-80{
  width: 20rem !important;
}
.\!w-96{
  width: 24rem !important;
}
.\!w-\[32rem\]{
  width: 32rem !important;
}
.\!w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.\!w-full{
  width: 100% !important;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/12{
  width: 16.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/12{
  width: 25%;
}
.w-3\/4{
  width: 75%;
}
.w-3\/6{
  width: 50%;
}
.w-4{
  width: 1rem;
}
.w-4\/12{
  width: 33.333333%;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\/12{
  width: 50%;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-7\/12{
  width: 58.333333%;
}
.w-8{
  width: 2rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[1\%\]{
  width: 1%;
}
.w-\[25vw\]{
  width: 25vw;
}
.w-\[3\%\]{
  width: 3%;
}
.w-\[30rem\]{
  width: 30rem;
}
.w-\[30vw\]{
  width: 30vw;
}
.w-\[35rem\]{
  width: 35rem;
}
.w-\[40rem\]{
  width: 40rem;
}
.w-\[40vw\]{
  width: 40vw;
}
.w-\[45rem\]{
  width: 45rem;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50rem\]{
  width: 50rem;
}
.w-\[50vw\]{
  width: 50vw;
}
.w-\[55rem\]{
  width: 55rem;
}
.w-\[60rem\]{
  width: 60rem;
}
.w-\[60vw\]{
  width: 60vw;
}
.w-\[65rem\]{
  width: 65rem;
}
.w-\[70rem\]{
  width: 70rem;
}
.w-\[70vw\]{
  width: 70vw;
}
.w-\[80rem\]{
  width: 80rem;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-\[82vw\]{
  width: 82vw;
}
.w-\[85rem\]{
  width: 85rem;
}
.w-\[85vw\]{
  width: 85vw;
}
.w-\[90rem\]{
  width: 90rem;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-\[95vw\]{
  width: 95vw;
}
.w-\[96vw\]{
  width: 96vw;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.\!min-w-20{
  min-width: 5rem !important;
}
.min-w-0{
  min-width: 0px;
}
.min-w-16{
  min-width: 4rem;
}
.min-w-28{
  min-width: 7rem;
}
.min-w-32{
  min-width: 8rem;
}
.min-w-36{
  min-width: 9rem;
}
.min-w-40{
  min-width: 10rem;
}
.min-w-44{
  min-width: 11rem;
}
.min-w-48{
  min-width: 12rem;
}
.min-w-52{
  min-width: 13rem;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-64{
  min-width: 16rem;
}
.min-w-72{
  min-width: 18rem;
}
.min-w-80{
  min-width: 20rem;
}
.min-w-96{
  min-width: 24rem;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[315px\]{
  min-width: 315px;
}
.min-w-\[400px\]{
  min-width: 400px;
}
.min-w-\[40rem\]{
  min-width: 40rem;
}
.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-110{
  max-width: 28rem;
}
.max-w-152{
  max-width: 38rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-64{
  max-width: 16rem;
}
.max-w-72{
  max-width: 18rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-96{
  max-width: 24rem;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[60vw\]{
  max-width: 60vw;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-\[95vw\]{
  max-width: 95vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-bottom-left{
  transform-origin: bottom left;
}
.origin-left{
  transform-origin: left;
}
.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-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-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-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-45{
  --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));
}
.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-45{
  --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));
}
.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-110{
  --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));
}
.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)) !important;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes loading-bar{

  0%{
    transform: translateX(0) scaleX(0);
  }

  50%{
    transform: translateX(0) scaleX(0.5);
  }

  100%{
    transform: translateX(100%) scaleX(0.5);
  }
}
.animate-progress-loading-bar{
  animation: loading-bar 1s infinite linear;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.\!cursor-default{
  cursor: default !important;
}
.\!cursor-pointer{
  cursor: pointer !important;
}
.cursor-default{
  cursor: default;
}
.cursor-no-drop{
  cursor: no-drop;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.scroll-m-4{
  scroll-margin: 1rem;
}
.list-disc{
  list-style-type: disc;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[12rem_auto\]{
  grid-template-columns: 12rem auto;
}
.grid-cols-\[16rem_auto_16rem\]{
  grid-template-columns: 16rem auto 16rem;
}
.grid-cols-\[3rem_repeat\(6\2c minmax\(0\2c 1fr\)\)\]{
  grid-template-columns: 3rem repeat(6,minmax(0,1fr));
}
.grid-cols-\[auto_6rem_repeat\(3\2c minmax\(0\2c 18rem\)\)\]{
  grid-template-columns: auto 6rem repeat(3,minmax(0,18rem));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(12rem\2c 1fr\)\)\]{
  grid-template-columns: repeat(auto-fit,minmax(12rem,1fr));
}
.grid-cols-subgrid{
  grid-template-columns: subgrid;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.\!flex-col-reverse{
  flex-direction: column-reverse !important;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-end{
  align-content: flex-end;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.\!items-center{
  align-items: center !important;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.\!justify-start{
  justify-content: flex-start !important;
}
.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-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.\!self-end{
  align-self: flex-end !important;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\!whitespace-nowrap{
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.text-wrap{
  text-wrap: wrap;
}
.text-pretty{
  text-wrap: pretty;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.\!rounded-3xl{
  border-radius: 0.5rem !important;
}
.\!rounded-full{
  border-radius: 9999px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.3125rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-t-xl{
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.rounded-tr-9xl{
  border-top-right-radius: 1.25rem;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.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-2{
  border-left-width: 2px;
}
.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-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.\!border-brand-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(221 54 60 / var(--tw-border-opacity)) !important;
}
.\!border-cyan-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.\!border-error-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 70 58 / var(--tw-border-opacity)) !important;
}
.\!border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.\!border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
}
.\!border-green-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 165 71 / var(--tw-border-opacity)) !important;
}
.\!border-indigo-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.\!border-info-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(135 90 219 / var(--tw-border-opacity)) !important;
}
.\!border-light-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.\!border-lime-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.\!border-neutral-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 90 89 / var(--tw-border-opacity)) !important;
}
.\!border-neutral-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.\!border-pink-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.\!border-primary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 25 40 / var(--tw-border-opacity)) !important;
}
.\!border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.\!border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.\!border-success-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(60 136 57 / var(--tw-border-opacity)) !important;
}
.\!border-teal-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.\!border-tertiary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 108 255 / var(--tw-border-opacity)) !important;
}
.\!border-warning-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 110 34 / var(--tw-border-opacity)) !important;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-neutral-0{
  --tw-border-opacity: 1;
  border-color: rgb(255 253 255 / var(--tw-border-opacity));
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 235 / var(--tw-border-opacity));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(244 221 219 / var(--tw-border-opacity));
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(216 193 192 / var(--tw-border-opacity));
}
.border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(160 140 139 / var(--tw-border-opacity));
}
.border-neutral-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 248 247 / var(--tw-border-opacity));
}
.border-neutral-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 90 89 / var(--tw-border-opacity));
}
.border-neutral-700{
  --tw-border-opacity: 1;
  border-color: rgb(71 56 55 / var(--tw-border-opacity));
}
.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(221 54 61 / var(--tw-border-opacity));
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-secondary-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-surface-200{
  --tw-border-opacity: 1;
  border-color: rgb(244 221 219 / var(--tw-border-opacity));
}
.border-surface-350{
  --tw-border-opacity: 1;
  border-color: rgb(187 166 165 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-t-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-t-neutral-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(160 140 139 / var(--tw-border-opacity));
}
.\!bg-amber-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-100\/0{
  background-color: rgb(254 243 199 / 0) !important;
}
.\!bg-amber-100\/10{
  background-color: rgb(254 243 199 / 0.1) !important;
}
.\!bg-amber-100\/100{
  background-color: rgb(254 243 199 / 1) !important;
}
.\!bg-amber-100\/15{
  background-color: rgb(254 243 199 / 0.15) !important;
}
.\!bg-amber-100\/20{
  background-color: rgb(254 243 199 / 0.2) !important;
}
.\!bg-amber-100\/25{
  background-color: rgb(254 243 199 / 0.25) !important;
}
.\!bg-amber-100\/30{
  background-color: rgb(254 243 199 / 0.3) !important;
}
.\!bg-amber-100\/35{
  background-color: rgb(254 243 199 / 0.35) !important;
}
.\!bg-amber-100\/40{
  background-color: rgb(254 243 199 / 0.4) !important;
}
.\!bg-amber-100\/45{
  background-color: rgb(254 243 199 / 0.45) !important;
}
.\!bg-amber-100\/5{
  background-color: rgb(254 243 199 / 0.05) !important;
}
.\!bg-amber-100\/50{
  background-color: rgb(254 243 199 / 0.5) !important;
}
.\!bg-amber-100\/55{
  background-color: rgb(254 243 199 / 0.55) !important;
}
.\!bg-amber-100\/60{
  background-color: rgb(254 243 199 / 0.6) !important;
}
.\!bg-amber-100\/65{
  background-color: rgb(254 243 199 / 0.65) !important;
}
.\!bg-amber-100\/70{
  background-color: rgb(254 243 199 / 0.7) !important;
}
.\!bg-amber-100\/75{
  background-color: rgb(254 243 199 / 0.75) !important;
}
.\!bg-amber-100\/80{
  background-color: rgb(254 243 199 / 0.8) !important;
}
.\!bg-amber-100\/85{
  background-color: rgb(254 243 199 / 0.85) !important;
}
.\!bg-amber-100\/90{
  background-color: rgb(254 243 199 / 0.9) !important;
}
.\!bg-amber-100\/95{
  background-color: rgb(254 243 199 / 0.95) !important;
}
.\!bg-amber-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-200\/0{
  background-color: rgb(253 230 138 / 0) !important;
}
.\!bg-amber-200\/10{
  background-color: rgb(253 230 138 / 0.1) !important;
}
.\!bg-amber-200\/100{
  background-color: rgb(253 230 138 / 1) !important;
}
.\!bg-amber-200\/15{
  background-color: rgb(253 230 138 / 0.15) !important;
}
.\!bg-amber-200\/20{
  background-color: rgb(253 230 138 / 0.2) !important;
}
.\!bg-amber-200\/25{
  background-color: rgb(253 230 138 / 0.25) !important;
}
.\!bg-amber-200\/30{
  background-color: rgb(253 230 138 / 0.3) !important;
}
.\!bg-amber-200\/35{
  background-color: rgb(253 230 138 / 0.35) !important;
}
.\!bg-amber-200\/40{
  background-color: rgb(253 230 138 / 0.4) !important;
}
.\!bg-amber-200\/45{
  background-color: rgb(253 230 138 / 0.45) !important;
}
.\!bg-amber-200\/5{
  background-color: rgb(253 230 138 / 0.05) !important;
}
.\!bg-amber-200\/50{
  background-color: rgb(253 230 138 / 0.5) !important;
}
.\!bg-amber-200\/55{
  background-color: rgb(253 230 138 / 0.55) !important;
}
.\!bg-amber-200\/60{
  background-color: rgb(253 230 138 / 0.6) !important;
}
.\!bg-amber-200\/65{
  background-color: rgb(253 230 138 / 0.65) !important;
}
.\!bg-amber-200\/70{
  background-color: rgb(253 230 138 / 0.7) !important;
}
.\!bg-amber-200\/75{
  background-color: rgb(253 230 138 / 0.75) !important;
}
.\!bg-amber-200\/80{
  background-color: rgb(253 230 138 / 0.8) !important;
}
.\!bg-amber-200\/85{
  background-color: rgb(253 230 138 / 0.85) !important;
}
.\!bg-amber-200\/90{
  background-color: rgb(253 230 138 / 0.9) !important;
}
.\!bg-amber-200\/95{
  background-color: rgb(253 230 138 / 0.95) !important;
}
.\!bg-amber-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-300\/0{
  background-color: rgb(252 211 77 / 0) !important;
}
.\!bg-amber-300\/10{
  background-color: rgb(252 211 77 / 0.1) !important;
}
.\!bg-amber-300\/100{
  background-color: rgb(252 211 77 / 1) !important;
}
.\!bg-amber-300\/15{
  background-color: rgb(252 211 77 / 0.15) !important;
}
.\!bg-amber-300\/20{
  background-color: rgb(252 211 77 / 0.2) !important;
}
.\!bg-amber-300\/25{
  background-color: rgb(252 211 77 / 0.25) !important;
}
.\!bg-amber-300\/30{
  background-color: rgb(252 211 77 / 0.3) !important;
}
.\!bg-amber-300\/35{
  background-color: rgb(252 211 77 / 0.35) !important;
}
.\!bg-amber-300\/40{
  background-color: rgb(252 211 77 / 0.4) !important;
}
.\!bg-amber-300\/45{
  background-color: rgb(252 211 77 / 0.45) !important;
}
.\!bg-amber-300\/5{
  background-color: rgb(252 211 77 / 0.05) !important;
}
.\!bg-amber-300\/50{
  background-color: rgb(252 211 77 / 0.5) !important;
}
.\!bg-amber-300\/55{
  background-color: rgb(252 211 77 / 0.55) !important;
}
.\!bg-amber-300\/60{
  background-color: rgb(252 211 77 / 0.6) !important;
}
.\!bg-amber-300\/65{
  background-color: rgb(252 211 77 / 0.65) !important;
}
.\!bg-amber-300\/70{
  background-color: rgb(252 211 77 / 0.7) !important;
}
.\!bg-amber-300\/75{
  background-color: rgb(252 211 77 / 0.75) !important;
}
.\!bg-amber-300\/80{
  background-color: rgb(252 211 77 / 0.8) !important;
}
.\!bg-amber-300\/85{
  background-color: rgb(252 211 77 / 0.85) !important;
}
.\!bg-amber-300\/90{
  background-color: rgb(252 211 77 / 0.9) !important;
}
.\!bg-amber-300\/95{
  background-color: rgb(252 211 77 / 0.95) !important;
}
.\!bg-amber-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-400\/0{
  background-color: rgb(251 191 36 / 0) !important;
}
.\!bg-amber-400\/10{
  background-color: rgb(251 191 36 / 0.1) !important;
}
.\!bg-amber-400\/100{
  background-color: rgb(251 191 36 / 1) !important;
}
.\!bg-amber-400\/15{
  background-color: rgb(251 191 36 / 0.15) !important;
}
.\!bg-amber-400\/20{
  background-color: rgb(251 191 36 / 0.2) !important;
}
.\!bg-amber-400\/25{
  background-color: rgb(251 191 36 / 0.25) !important;
}
.\!bg-amber-400\/30{
  background-color: rgb(251 191 36 / 0.3) !important;
}
.\!bg-amber-400\/35{
  background-color: rgb(251 191 36 / 0.35) !important;
}
.\!bg-amber-400\/40{
  background-color: rgb(251 191 36 / 0.4) !important;
}
.\!bg-amber-400\/45{
  background-color: rgb(251 191 36 / 0.45) !important;
}
.\!bg-amber-400\/5{
  background-color: rgb(251 191 36 / 0.05) !important;
}
.\!bg-amber-400\/50{
  background-color: rgb(251 191 36 / 0.5) !important;
}
.\!bg-amber-400\/55{
  background-color: rgb(251 191 36 / 0.55) !important;
}
.\!bg-amber-400\/60{
  background-color: rgb(251 191 36 / 0.6) !important;
}
.\!bg-amber-400\/65{
  background-color: rgb(251 191 36 / 0.65) !important;
}
.\!bg-amber-400\/70{
  background-color: rgb(251 191 36 / 0.7) !important;
}
.\!bg-amber-400\/75{
  background-color: rgb(251 191 36 / 0.75) !important;
}
.\!bg-amber-400\/80{
  background-color: rgb(251 191 36 / 0.8) !important;
}
.\!bg-amber-400\/85{
  background-color: rgb(251 191 36 / 0.85) !important;
}
.\!bg-amber-400\/90{
  background-color: rgb(251 191 36 / 0.9) !important;
}
.\!bg-amber-400\/95{
  background-color: rgb(251 191 36 / 0.95) !important;
}
.\!bg-amber-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-50\/0{
  background-color: rgb(255 251 235 / 0) !important;
}
.\!bg-amber-50\/10{
  background-color: rgb(255 251 235 / 0.1) !important;
}
.\!bg-amber-50\/100{
  background-color: rgb(255 251 235 / 1) !important;
}
.\!bg-amber-50\/15{
  background-color: rgb(255 251 235 / 0.15) !important;
}
.\!bg-amber-50\/20{
  background-color: rgb(255 251 235 / 0.2) !important;
}
.\!bg-amber-50\/25{
  background-color: rgb(255 251 235 / 0.25) !important;
}
.\!bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3) !important;
}
.\!bg-amber-50\/35{
  background-color: rgb(255 251 235 / 0.35) !important;
}
.\!bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4) !important;
}
.\!bg-amber-50\/45{
  background-color: rgb(255 251 235 / 0.45) !important;
}
.\!bg-amber-50\/5{
  background-color: rgb(255 251 235 / 0.05) !important;
}
.\!bg-amber-50\/50{
  background-color: rgb(255 251 235 / 0.5) !important;
}
.\!bg-amber-50\/55{
  background-color: rgb(255 251 235 / 0.55) !important;
}
.\!bg-amber-50\/60{
  background-color: rgb(255 251 235 / 0.6) !important;
}
.\!bg-amber-50\/65{
  background-color: rgb(255 251 235 / 0.65) !important;
}
.\!bg-amber-50\/70{
  background-color: rgb(255 251 235 / 0.7) !important;
}
.\!bg-amber-50\/75{
  background-color: rgb(255 251 235 / 0.75) !important;
}
.\!bg-amber-50\/80{
  background-color: rgb(255 251 235 / 0.8) !important;
}
.\!bg-amber-50\/85{
  background-color: rgb(255 251 235 / 0.85) !important;
}
.\!bg-amber-50\/90{
  background-color: rgb(255 251 235 / 0.9) !important;
}
.\!bg-amber-50\/95{
  background-color: rgb(255 251 235 / 0.95) !important;
}
.\!bg-amber-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-500\/0{
  background-color: rgb(245 158 11 / 0) !important;
}
.\!bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1) !important;
}
.\!bg-amber-500\/100{
  background-color: rgb(245 158 11 / 1) !important;
}
.\!bg-amber-500\/15{
  background-color: rgb(245 158 11 / 0.15) !important;
}
.\!bg-amber-500\/20{
  background-color: rgb(245 158 11 / 0.2) !important;
}
.\!bg-amber-500\/25{
  background-color: rgb(245 158 11 / 0.25) !important;
}
.\!bg-amber-500\/30{
  background-color: rgb(245 158 11 / 0.3) !important;
}
.\!bg-amber-500\/35{
  background-color: rgb(245 158 11 / 0.35) !important;
}
.\!bg-amber-500\/40{
  background-color: rgb(245 158 11 / 0.4) !important;
}
.\!bg-amber-500\/45{
  background-color: rgb(245 158 11 / 0.45) !important;
}
.\!bg-amber-500\/5{
  background-color: rgb(245 158 11 / 0.05) !important;
}
.\!bg-amber-500\/50{
  background-color: rgb(245 158 11 / 0.5) !important;
}
.\!bg-amber-500\/55{
  background-color: rgb(245 158 11 / 0.55) !important;
}
.\!bg-amber-500\/60{
  background-color: rgb(245 158 11 / 0.6) !important;
}
.\!bg-amber-500\/65{
  background-color: rgb(245 158 11 / 0.65) !important;
}
.\!bg-amber-500\/70{
  background-color: rgb(245 158 11 / 0.7) !important;
}
.\!bg-amber-500\/75{
  background-color: rgb(245 158 11 / 0.75) !important;
}
.\!bg-amber-500\/80{
  background-color: rgb(245 158 11 / 0.8) !important;
}
.\!bg-amber-500\/85{
  background-color: rgb(245 158 11 / 0.85) !important;
}
.\!bg-amber-500\/90{
  background-color: rgb(245 158 11 / 0.9) !important;
}
.\!bg-amber-500\/95{
  background-color: rgb(245 158 11 / 0.95) !important;
}
.\!bg-amber-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-600\/0{
  background-color: rgb(217 119 6 / 0) !important;
}
.\!bg-amber-600\/10{
  background-color: rgb(217 119 6 / 0.1) !important;
}
.\!bg-amber-600\/100{
  background-color: rgb(217 119 6 / 1) !important;
}
.\!bg-amber-600\/15{
  background-color: rgb(217 119 6 / 0.15) !important;
}
.\!bg-amber-600\/20{
  background-color: rgb(217 119 6 / 0.2) !important;
}
.\!bg-amber-600\/25{
  background-color: rgb(217 119 6 / 0.25) !important;
}
.\!bg-amber-600\/30{
  background-color: rgb(217 119 6 / 0.3) !important;
}
.\!bg-amber-600\/35{
  background-color: rgb(217 119 6 / 0.35) !important;
}
.\!bg-amber-600\/40{
  background-color: rgb(217 119 6 / 0.4) !important;
}
.\!bg-amber-600\/45{
  background-color: rgb(217 119 6 / 0.45) !important;
}
.\!bg-amber-600\/5{
  background-color: rgb(217 119 6 / 0.05) !important;
}
.\!bg-amber-600\/50{
  background-color: rgb(217 119 6 / 0.5) !important;
}
.\!bg-amber-600\/55{
  background-color: rgb(217 119 6 / 0.55) !important;
}
.\!bg-amber-600\/60{
  background-color: rgb(217 119 6 / 0.6) !important;
}
.\!bg-amber-600\/65{
  background-color: rgb(217 119 6 / 0.65) !important;
}
.\!bg-amber-600\/70{
  background-color: rgb(217 119 6 / 0.7) !important;
}
.\!bg-amber-600\/75{
  background-color: rgb(217 119 6 / 0.75) !important;
}
.\!bg-amber-600\/80{
  background-color: rgb(217 119 6 / 0.8) !important;
}
.\!bg-amber-600\/85{
  background-color: rgb(217 119 6 / 0.85) !important;
}
.\!bg-amber-600\/90{
  background-color: rgb(217 119 6 / 0.9) !important;
}
.\!bg-amber-600\/95{
  background-color: rgb(217 119 6 / 0.95) !important;
}
.\!bg-amber-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-700\/0{
  background-color: rgb(180 83 9 / 0) !important;
}
.\!bg-amber-700\/10{
  background-color: rgb(180 83 9 / 0.1) !important;
}
.\!bg-amber-700\/100{
  background-color: rgb(180 83 9 / 1) !important;
}
.\!bg-amber-700\/15{
  background-color: rgb(180 83 9 / 0.15) !important;
}
.\!bg-amber-700\/20{
  background-color: rgb(180 83 9 / 0.2) !important;
}
.\!bg-amber-700\/25{
  background-color: rgb(180 83 9 / 0.25) !important;
}
.\!bg-amber-700\/30{
  background-color: rgb(180 83 9 / 0.3) !important;
}
.\!bg-amber-700\/35{
  background-color: rgb(180 83 9 / 0.35) !important;
}
.\!bg-amber-700\/40{
  background-color: rgb(180 83 9 / 0.4) !important;
}
.\!bg-amber-700\/45{
  background-color: rgb(180 83 9 / 0.45) !important;
}
.\!bg-amber-700\/5{
  background-color: rgb(180 83 9 / 0.05) !important;
}
.\!bg-amber-700\/50{
  background-color: rgb(180 83 9 / 0.5) !important;
}
.\!bg-amber-700\/55{
  background-color: rgb(180 83 9 / 0.55) !important;
}
.\!bg-amber-700\/60{
  background-color: rgb(180 83 9 / 0.6) !important;
}
.\!bg-amber-700\/65{
  background-color: rgb(180 83 9 / 0.65) !important;
}
.\!bg-amber-700\/70{
  background-color: rgb(180 83 9 / 0.7) !important;
}
.\!bg-amber-700\/75{
  background-color: rgb(180 83 9 / 0.75) !important;
}
.\!bg-amber-700\/80{
  background-color: rgb(180 83 9 / 0.8) !important;
}
.\!bg-amber-700\/85{
  background-color: rgb(180 83 9 / 0.85) !important;
}
.\!bg-amber-700\/90{
  background-color: rgb(180 83 9 / 0.9) !important;
}
.\!bg-amber-700\/95{
  background-color: rgb(180 83 9 / 0.95) !important;
}
.\!bg-amber-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-800\/0{
  background-color: rgb(146 64 14 / 0) !important;
}
.\!bg-amber-800\/10{
  background-color: rgb(146 64 14 / 0.1) !important;
}
.\!bg-amber-800\/100{
  background-color: rgb(146 64 14 / 1) !important;
}
.\!bg-amber-800\/15{
  background-color: rgb(146 64 14 / 0.15) !important;
}
.\!bg-amber-800\/20{
  background-color: rgb(146 64 14 / 0.2) !important;
}
.\!bg-amber-800\/25{
  background-color: rgb(146 64 14 / 0.25) !important;
}
.\!bg-amber-800\/30{
  background-color: rgb(146 64 14 / 0.3) !important;
}
.\!bg-amber-800\/35{
  background-color: rgb(146 64 14 / 0.35) !important;
}
.\!bg-amber-800\/40{
  background-color: rgb(146 64 14 / 0.4) !important;
}
.\!bg-amber-800\/45{
  background-color: rgb(146 64 14 / 0.45) !important;
}
.\!bg-amber-800\/5{
  background-color: rgb(146 64 14 / 0.05) !important;
}
.\!bg-amber-800\/50{
  background-color: rgb(146 64 14 / 0.5) !important;
}
.\!bg-amber-800\/55{
  background-color: rgb(146 64 14 / 0.55) !important;
}
.\!bg-amber-800\/60{
  background-color: rgb(146 64 14 / 0.6) !important;
}
.\!bg-amber-800\/65{
  background-color: rgb(146 64 14 / 0.65) !important;
}
.\!bg-amber-800\/70{
  background-color: rgb(146 64 14 / 0.7) !important;
}
.\!bg-amber-800\/75{
  background-color: rgb(146 64 14 / 0.75) !important;
}
.\!bg-amber-800\/80{
  background-color: rgb(146 64 14 / 0.8) !important;
}
.\!bg-amber-800\/85{
  background-color: rgb(146 64 14 / 0.85) !important;
}
.\!bg-amber-800\/90{
  background-color: rgb(146 64 14 / 0.9) !important;
}
.\!bg-amber-800\/95{
  background-color: rgb(146 64 14 / 0.95) !important;
}
.\!bg-amber-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-900\/0{
  background-color: rgb(120 53 15 / 0) !important;
}
.\!bg-amber-900\/10{
  background-color: rgb(120 53 15 / 0.1) !important;
}
.\!bg-amber-900\/100{
  background-color: rgb(120 53 15 / 1) !important;
}
.\!bg-amber-900\/15{
  background-color: rgb(120 53 15 / 0.15) !important;
}
.\!bg-amber-900\/20{
  background-color: rgb(120 53 15 / 0.2) !important;
}
.\!bg-amber-900\/25{
  background-color: rgb(120 53 15 / 0.25) !important;
}
.\!bg-amber-900\/30{
  background-color: rgb(120 53 15 / 0.3) !important;
}
.\!bg-amber-900\/35{
  background-color: rgb(120 53 15 / 0.35) !important;
}
.\!bg-amber-900\/40{
  background-color: rgb(120 53 15 / 0.4) !important;
}
.\!bg-amber-900\/45{
  background-color: rgb(120 53 15 / 0.45) !important;
}
.\!bg-amber-900\/5{
  background-color: rgb(120 53 15 / 0.05) !important;
}
.\!bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5) !important;
}
.\!bg-amber-900\/55{
  background-color: rgb(120 53 15 / 0.55) !important;
}
.\!bg-amber-900\/60{
  background-color: rgb(120 53 15 / 0.6) !important;
}
.\!bg-amber-900\/65{
  background-color: rgb(120 53 15 / 0.65) !important;
}
.\!bg-amber-900\/70{
  background-color: rgb(120 53 15 / 0.7) !important;
}
.\!bg-amber-900\/75{
  background-color: rgb(120 53 15 / 0.75) !important;
}
.\!bg-amber-900\/80{
  background-color: rgb(120 53 15 / 0.8) !important;
}
.\!bg-amber-900\/85{
  background-color: rgb(120 53 15 / 0.85) !important;
}
.\!bg-amber-900\/90{
  background-color: rgb(120 53 15 / 0.9) !important;
}
.\!bg-amber-900\/95{
  background-color: rgb(120 53 15 / 0.95) !important;
}
.\!bg-amber-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity)) !important;
}
.\!bg-amber-950\/0{
  background-color: rgb(69 26 3 / 0) !important;
}
.\!bg-amber-950\/10{
  background-color: rgb(69 26 3 / 0.1) !important;
}
.\!bg-amber-950\/100{
  background-color: rgb(69 26 3 / 1) !important;
}
.\!bg-amber-950\/15{
  background-color: rgb(69 26 3 / 0.15) !important;
}
.\!bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2) !important;
}
.\!bg-amber-950\/25{
  background-color: rgb(69 26 3 / 0.25) !important;
}
.\!bg-amber-950\/30{
  background-color: rgb(69 26 3 / 0.3) !important;
}
.\!bg-amber-950\/35{
  background-color: rgb(69 26 3 / 0.35) !important;
}
.\!bg-amber-950\/40{
  background-color: rgb(69 26 3 / 0.4) !important;
}
.\!bg-amber-950\/45{
  background-color: rgb(69 26 3 / 0.45) !important;
}
.\!bg-amber-950\/5{
  background-color: rgb(69 26 3 / 0.05) !important;
}
.\!bg-amber-950\/50{
  background-color: rgb(69 26 3 / 0.5) !important;
}
.\!bg-amber-950\/55{
  background-color: rgb(69 26 3 / 0.55) !important;
}
.\!bg-amber-950\/60{
  background-color: rgb(69 26 3 / 0.6) !important;
}
.\!bg-amber-950\/65{
  background-color: rgb(69 26 3 / 0.65) !important;
}
.\!bg-amber-950\/70{
  background-color: rgb(69 26 3 / 0.7) !important;
}
.\!bg-amber-950\/75{
  background-color: rgb(69 26 3 / 0.75) !important;
}
.\!bg-amber-950\/80{
  background-color: rgb(69 26 3 / 0.8) !important;
}
.\!bg-amber-950\/85{
  background-color: rgb(69 26 3 / 0.85) !important;
}
.\!bg-amber-950\/90{
  background-color: rgb(69 26 3 / 0.9) !important;
}
.\!bg-amber-950\/95{
  background-color: rgb(69 26 3 / 0.95) !important;
}
.\!bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!bg-black\/0{
  background-color: rgb(0 0 0 / 0) !important;
}
.\!bg-black\/10{
  background-color: rgb(0 0 0 / 0.1) !important;
}
.\!bg-black\/100{
  background-color: rgb(0 0 0 / 1) !important;
}
.\!bg-black\/15{
  background-color: rgb(0 0 0 / 0.15) !important;
}
.\!bg-black\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}
.\!bg-black\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}
.\!bg-black\/30{
  background-color: rgb(0 0 0 / 0.3) !important;
}
.\!bg-black\/35{
  background-color: rgb(0 0 0 / 0.35) !important;
}
.\!bg-black\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}
.\!bg-black\/45{
  background-color: rgb(0 0 0 / 0.45) !important;
}
.\!bg-black\/5{
  background-color: rgb(0 0 0 / 0.05) !important;
}
.\!bg-black\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.\!bg-black\/55{
  background-color: rgb(0 0 0 / 0.55) !important;
}
.\!bg-black\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}
.\!bg-black\/65{
  background-color: rgb(0 0 0 / 0.65) !important;
}
.\!bg-black\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.\!bg-black\/75{
  background-color: rgb(0 0 0 / 0.75) !important;
}
.\!bg-black\/80{
  background-color: rgb(0 0 0 / 0.8) !important;
}
.\!bg-black\/85{
  background-color: rgb(0 0 0 / 0.85) !important;
}
.\!bg-black\/90{
  background-color: rgb(0 0 0 / 0.9) !important;
}
.\!bg-black\/95{
  background-color: rgb(0 0 0 / 0.95) !important;
}
.\!bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-100\/0{
  background-color: rgb(219 234 254 / 0) !important;
}
.\!bg-blue-100\/10{
  background-color: rgb(219 234 254 / 0.1) !important;
}
.\!bg-blue-100\/100{
  background-color: rgb(219 234 254 / 1) !important;
}
.\!bg-blue-100\/15{
  background-color: rgb(219 234 254 / 0.15) !important;
}
.\!bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2) !important;
}
.\!bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25) !important;
}
.\!bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3) !important;
}
.\!bg-blue-100\/35{
  background-color: rgb(219 234 254 / 0.35) !important;
}
.\!bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4) !important;
}
.\!bg-blue-100\/45{
  background-color: rgb(219 234 254 / 0.45) !important;
}
.\!bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05) !important;
}
.\!bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5) !important;
}
.\!bg-blue-100\/55{
  background-color: rgb(219 234 254 / 0.55) !important;
}
.\!bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6) !important;
}
.\!bg-blue-100\/65{
  background-color: rgb(219 234 254 / 0.65) !important;
}
.\!bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7) !important;
}
.\!bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75) !important;
}
.\!bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8) !important;
}
.\!bg-blue-100\/85{
  background-color: rgb(219 234 254 / 0.85) !important;
}
.\!bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9) !important;
}
.\!bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95) !important;
}
.\!bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0) !important;
}
.\!bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1) !important;
}
.\!bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1) !important;
}
.\!bg-blue-200\/15{
  background-color: rgb(191 219 254 / 0.15) !important;
}
.\!bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2) !important;
}
.\!bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25) !important;
}
.\!bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3) !important;
}
.\!bg-blue-200\/35{
  background-color: rgb(191 219 254 / 0.35) !important;
}
.\!bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4) !important;
}
.\!bg-blue-200\/45{
  background-color: rgb(191 219 254 / 0.45) !important;
}
.\!bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05) !important;
}
.\!bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5) !important;
}
.\!bg-blue-200\/55{
  background-color: rgb(191 219 254 / 0.55) !important;
}
.\!bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6) !important;
}
.\!bg-blue-200\/65{
  background-color: rgb(191 219 254 / 0.65) !important;
}
.\!bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7) !important;
}
.\!bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75) !important;
}
.\!bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8) !important;
}
.\!bg-blue-200\/85{
  background-color: rgb(191 219 254 / 0.85) !important;
}
.\!bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9) !important;
}
.\!bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95) !important;
}
.\!bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0) !important;
}
.\!bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1) !important;
}
.\!bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1) !important;
}
.\!bg-blue-300\/15{
  background-color: rgb(147 197 253 / 0.15) !important;
}
.\!bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2) !important;
}
.\!bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25) !important;
}
.\!bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3) !important;
}
.\!bg-blue-300\/35{
  background-color: rgb(147 197 253 / 0.35) !important;
}
.\!bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4) !important;
}
.\!bg-blue-300\/45{
  background-color: rgb(147 197 253 / 0.45) !important;
}
.\!bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05) !important;
}
.\!bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5) !important;
}
.\!bg-blue-300\/55{
  background-color: rgb(147 197 253 / 0.55) !important;
}
.\!bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6) !important;
}
.\!bg-blue-300\/65{
  background-color: rgb(147 197 253 / 0.65) !important;
}
.\!bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7) !important;
}
.\!bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75) !important;
}
.\!bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8) !important;
}
.\!bg-blue-300\/85{
  background-color: rgb(147 197 253 / 0.85) !important;
}
.\!bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9) !important;
}
.\!bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95) !important;
}
.\!bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0) !important;
}
.\!bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1) !important;
}
.\!bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1) !important;
}
.\!bg-blue-400\/15{
  background-color: rgb(96 165 250 / 0.15) !important;
}
.\!bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2) !important;
}
.\!bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25) !important;
}
.\!bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3) !important;
}
.\!bg-blue-400\/35{
  background-color: rgb(96 165 250 / 0.35) !important;
}
.\!bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4) !important;
}
.\!bg-blue-400\/45{
  background-color: rgb(96 165 250 / 0.45) !important;
}
.\!bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05) !important;
}
.\!bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5) !important;
}
.\!bg-blue-400\/55{
  background-color: rgb(96 165 250 / 0.55) !important;
}
.\!bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6) !important;
}
.\!bg-blue-400\/65{
  background-color: rgb(96 165 250 / 0.65) !important;
}
.\!bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7) !important;
}
.\!bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75) !important;
}
.\!bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8) !important;
}
.\!bg-blue-400\/85{
  background-color: rgb(96 165 250 / 0.85) !important;
}
.\!bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9) !important;
}
.\!bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95) !important;
}
.\!bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0) !important;
}
.\!bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1) !important;
}
.\!bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1) !important;
}
.\!bg-blue-50\/15{
  background-color: rgb(239 246 255 / 0.15) !important;
}
.\!bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2) !important;
}
.\!bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25) !important;
}
.\!bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3) !important;
}
.\!bg-blue-50\/35{
  background-color: rgb(239 246 255 / 0.35) !important;
}
.\!bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4) !important;
}
.\!bg-blue-50\/45{
  background-color: rgb(239 246 255 / 0.45) !important;
}
.\!bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05) !important;
}
.\!bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5) !important;
}
.\!bg-blue-50\/55{
  background-color: rgb(239 246 255 / 0.55) !important;
}
.\!bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6) !important;
}
.\!bg-blue-50\/65{
  background-color: rgb(239 246 255 / 0.65) !important;
}
.\!bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7) !important;
}
.\!bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75) !important;
}
.\!bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8) !important;
}
.\!bg-blue-50\/85{
  background-color: rgb(239 246 255 / 0.85) !important;
}
.\!bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9) !important;
}
.\!bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95) !important;
}
.\!bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0) !important;
}
.\!bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1) !important;
}
.\!bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1) !important;
}
.\!bg-blue-500\/15{
  background-color: rgb(59 130 246 / 0.15) !important;
}
.\!bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2) !important;
}
.\!bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25) !important;
}
.\!bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3) !important;
}
.\!bg-blue-500\/35{
  background-color: rgb(59 130 246 / 0.35) !important;
}
.\!bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4) !important;
}
.\!bg-blue-500\/45{
  background-color: rgb(59 130 246 / 0.45) !important;
}
.\!bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05) !important;
}
.\!bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5) !important;
}
.\!bg-blue-500\/55{
  background-color: rgb(59 130 246 / 0.55) !important;
}
.\!bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6) !important;
}
.\!bg-blue-500\/65{
  background-color: rgb(59 130 246 / 0.65) !important;
}
.\!bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7) !important;
}
.\!bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75) !important;
}
.\!bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8) !important;
}
.\!bg-blue-500\/85{
  background-color: rgb(59 130 246 / 0.85) !important;
}
.\!bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9) !important;
}
.\!bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95) !important;
}
.\!bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0) !important;
}
.\!bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1) !important;
}
.\!bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1) !important;
}
.\!bg-blue-600\/15{
  background-color: rgb(37 99 235 / 0.15) !important;
}
.\!bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2) !important;
}
.\!bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25) !important;
}
.\!bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3) !important;
}
.\!bg-blue-600\/35{
  background-color: rgb(37 99 235 / 0.35) !important;
}
.\!bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4) !important;
}
.\!bg-blue-600\/45{
  background-color: rgb(37 99 235 / 0.45) !important;
}
.\!bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05) !important;
}
.\!bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5) !important;
}
.\!bg-blue-600\/55{
  background-color: rgb(37 99 235 / 0.55) !important;
}
.\!bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6) !important;
}
.\!bg-blue-600\/65{
  background-color: rgb(37 99 235 / 0.65) !important;
}
.\!bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7) !important;
}
.\!bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75) !important;
}
.\!bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8) !important;
}
.\!bg-blue-600\/85{
  background-color: rgb(37 99 235 / 0.85) !important;
}
.\!bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9) !important;
}
.\!bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95) !important;
}
.\!bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0) !important;
}
.\!bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1) !important;
}
.\!bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1) !important;
}
.\!bg-blue-700\/15{
  background-color: rgb(29 78 216 / 0.15) !important;
}
.\!bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2) !important;
}
.\!bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25) !important;
}
.\!bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3) !important;
}
.\!bg-blue-700\/35{
  background-color: rgb(29 78 216 / 0.35) !important;
}
.\!bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4) !important;
}
.\!bg-blue-700\/45{
  background-color: rgb(29 78 216 / 0.45) !important;
}
.\!bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05) !important;
}
.\!bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5) !important;
}
.\!bg-blue-700\/55{
  background-color: rgb(29 78 216 / 0.55) !important;
}
.\!bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6) !important;
}
.\!bg-blue-700\/65{
  background-color: rgb(29 78 216 / 0.65) !important;
}
.\!bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7) !important;
}
.\!bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75) !important;
}
.\!bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8) !important;
}
.\!bg-blue-700\/85{
  background-color: rgb(29 78 216 / 0.85) !important;
}
.\!bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9) !important;
}
.\!bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95) !important;
}
.\!bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0) !important;
}
.\!bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1) !important;
}
.\!bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1) !important;
}
.\!bg-blue-800\/15{
  background-color: rgb(30 64 175 / 0.15) !important;
}
.\!bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2) !important;
}
.\!bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25) !important;
}
.\!bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3) !important;
}
.\!bg-blue-800\/35{
  background-color: rgb(30 64 175 / 0.35) !important;
}
.\!bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4) !important;
}
.\!bg-blue-800\/45{
  background-color: rgb(30 64 175 / 0.45) !important;
}
.\!bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05) !important;
}
.\!bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5) !important;
}
.\!bg-blue-800\/55{
  background-color: rgb(30 64 175 / 0.55) !important;
}
.\!bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6) !important;
}
.\!bg-blue-800\/65{
  background-color: rgb(30 64 175 / 0.65) !important;
}
.\!bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7) !important;
}
.\!bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75) !important;
}
.\!bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8) !important;
}
.\!bg-blue-800\/85{
  background-color: rgb(30 64 175 / 0.85) !important;
}
.\!bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9) !important;
}
.\!bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95) !important;
}
.\!bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0) !important;
}
.\!bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1) !important;
}
.\!bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1) !important;
}
.\!bg-blue-900\/15{
  background-color: rgb(30 58 138 / 0.15) !important;
}
.\!bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2) !important;
}
.\!bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25) !important;
}
.\!bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3) !important;
}
.\!bg-blue-900\/35{
  background-color: rgb(30 58 138 / 0.35) !important;
}
.\!bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4) !important;
}
.\!bg-blue-900\/45{
  background-color: rgb(30 58 138 / 0.45) !important;
}
.\!bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05) !important;
}
.\!bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5) !important;
}
.\!bg-blue-900\/55{
  background-color: rgb(30 58 138 / 0.55) !important;
}
.\!bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6) !important;
}
.\!bg-blue-900\/65{
  background-color: rgb(30 58 138 / 0.65) !important;
}
.\!bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7) !important;
}
.\!bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75) !important;
}
.\!bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8) !important;
}
.\!bg-blue-900\/85{
  background-color: rgb(30 58 138 / 0.85) !important;
}
.\!bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9) !important;
}
.\!bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95) !important;
}
.\!bg-blue-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue-950\/0{
  background-color: rgb(23 37 84 / 0) !important;
}
.\!bg-blue-950\/10{
  background-color: rgb(23 37 84 / 0.1) !important;
}
.\!bg-blue-950\/100{
  background-color: rgb(23 37 84 / 1) !important;
}
.\!bg-blue-950\/15{
  background-color: rgb(23 37 84 / 0.15) !important;
}
.\!bg-blue-950\/20{
  background-color: rgb(23 37 84 / 0.2) !important;
}
.\!bg-blue-950\/25{
  background-color: rgb(23 37 84 / 0.25) !important;
}
.\!bg-blue-950\/30{
  background-color: rgb(23 37 84 / 0.3) !important;
}
.\!bg-blue-950\/35{
  background-color: rgb(23 37 84 / 0.35) !important;
}
.\!bg-blue-950\/40{
  background-color: rgb(23 37 84 / 0.4) !important;
}
.\!bg-blue-950\/45{
  background-color: rgb(23 37 84 / 0.45) !important;
}
.\!bg-blue-950\/5{
  background-color: rgb(23 37 84 / 0.05) !important;
}
.\!bg-blue-950\/50{
  background-color: rgb(23 37 84 / 0.5) !important;
}
.\!bg-blue-950\/55{
  background-color: rgb(23 37 84 / 0.55) !important;
}
.\!bg-blue-950\/60{
  background-color: rgb(23 37 84 / 0.6) !important;
}
.\!bg-blue-950\/65{
  background-color: rgb(23 37 84 / 0.65) !important;
}
.\!bg-blue-950\/70{
  background-color: rgb(23 37 84 / 0.7) !important;
}
.\!bg-blue-950\/75{
  background-color: rgb(23 37 84 / 0.75) !important;
}
.\!bg-blue-950\/80{
  background-color: rgb(23 37 84 / 0.8) !important;
}
.\!bg-blue-950\/85{
  background-color: rgb(23 37 84 / 0.85) !important;
}
.\!bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9) !important;
}
.\!bg-blue-950\/95{
  background-color: rgb(23 37 84 / 0.95) !important;
}
.\!bg-brand-border{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 251 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-border\/0{
  background-color: rgb(255 251 251 / 0) !important;
}
.\!bg-brand-border\/10{
  background-color: rgb(255 251 251 / 0.1) !important;
}
.\!bg-brand-border\/100{
  background-color: rgb(255 251 251 / 1) !important;
}
.\!bg-brand-border\/15{
  background-color: rgb(255 251 251 / 0.15) !important;
}
.\!bg-brand-border\/20{
  background-color: rgb(255 251 251 / 0.2) !important;
}
.\!bg-brand-border\/25{
  background-color: rgb(255 251 251 / 0.25) !important;
}
.\!bg-brand-border\/30{
  background-color: rgb(255 251 251 / 0.3) !important;
}
.\!bg-brand-border\/35{
  background-color: rgb(255 251 251 / 0.35) !important;
}
.\!bg-brand-border\/40{
  background-color: rgb(255 251 251 / 0.4) !important;
}
.\!bg-brand-border\/45{
  background-color: rgb(255 251 251 / 0.45) !important;
}
.\!bg-brand-border\/5{
  background-color: rgb(255 251 251 / 0.05) !important;
}
.\!bg-brand-border\/50{
  background-color: rgb(255 251 251 / 0.5) !important;
}
.\!bg-brand-border\/55{
  background-color: rgb(255 251 251 / 0.55) !important;
}
.\!bg-brand-border\/60{
  background-color: rgb(255 251 251 / 0.6) !important;
}
.\!bg-brand-border\/65{
  background-color: rgb(255 251 251 / 0.65) !important;
}
.\!bg-brand-border\/70{
  background-color: rgb(255 251 251 / 0.7) !important;
}
.\!bg-brand-border\/75{
  background-color: rgb(255 251 251 / 0.75) !important;
}
.\!bg-brand-border\/80{
  background-color: rgb(255 251 251 / 0.8) !important;
}
.\!bg-brand-border\/85{
  background-color: rgb(255 251 251 / 0.85) !important;
}
.\!bg-brand-border\/90{
  background-color: rgb(255 251 251 / 0.9) !important;
}
.\!bg-brand-border\/95{
  background-color: rgb(255 251 251 / 0.95) !important;
}
.\!bg-brand-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 54 60 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-primary\/0{
  background-color: rgb(221 54 60 / 0) !important;
}
.\!bg-brand-primary\/10{
  background-color: rgb(221 54 60 / 0.1) !important;
}
.\!bg-brand-primary\/100{
  background-color: rgb(221 54 60 / 1) !important;
}
.\!bg-brand-primary\/15{
  background-color: rgb(221 54 60 / 0.15) !important;
}
.\!bg-brand-primary\/20{
  background-color: rgb(221 54 60 / 0.2) !important;
}
.\!bg-brand-primary\/25{
  background-color: rgb(221 54 60 / 0.25) !important;
}
.\!bg-brand-primary\/30{
  background-color: rgb(221 54 60 / 0.3) !important;
}
.\!bg-brand-primary\/35{
  background-color: rgb(221 54 60 / 0.35) !important;
}
.\!bg-brand-primary\/40{
  background-color: rgb(221 54 60 / 0.4) !important;
}
.\!bg-brand-primary\/45{
  background-color: rgb(221 54 60 / 0.45) !important;
}
.\!bg-brand-primary\/5{
  background-color: rgb(221 54 60 / 0.05) !important;
}
.\!bg-brand-primary\/50{
  background-color: rgb(221 54 60 / 0.5) !important;
}
.\!bg-brand-primary\/55{
  background-color: rgb(221 54 60 / 0.55) !important;
}
.\!bg-brand-primary\/60{
  background-color: rgb(221 54 60 / 0.6) !important;
}
.\!bg-brand-primary\/65{
  background-color: rgb(221 54 60 / 0.65) !important;
}
.\!bg-brand-primary\/70{
  background-color: rgb(221 54 60 / 0.7) !important;
}
.\!bg-brand-primary\/75{
  background-color: rgb(221 54 60 / 0.75) !important;
}
.\!bg-brand-primary\/80{
  background-color: rgb(221 54 60 / 0.8) !important;
}
.\!bg-brand-primary\/85{
  background-color: rgb(221 54 60 / 0.85) !important;
}
.\!bg-brand-primary\/90{
  background-color: rgb(221 54 60 / 0.9) !important;
}
.\!bg-brand-primary\/95{
  background-color: rgb(221 54 60 / 0.95) !important;
}
.\!bg-brand-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 0 4 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-secondary\/0{
  background-color: rgb(125 0 4 / 0) !important;
}
.\!bg-brand-secondary\/10{
  background-color: rgb(125 0 4 / 0.1) !important;
}
.\!bg-brand-secondary\/100{
  background-color: rgb(125 0 4 / 1) !important;
}
.\!bg-brand-secondary\/15{
  background-color: rgb(125 0 4 / 0.15) !important;
}
.\!bg-brand-secondary\/20{
  background-color: rgb(125 0 4 / 0.2) !important;
}
.\!bg-brand-secondary\/25{
  background-color: rgb(125 0 4 / 0.25) !important;
}
.\!bg-brand-secondary\/30{
  background-color: rgb(125 0 4 / 0.3) !important;
}
.\!bg-brand-secondary\/35{
  background-color: rgb(125 0 4 / 0.35) !important;
}
.\!bg-brand-secondary\/40{
  background-color: rgb(125 0 4 / 0.4) !important;
}
.\!bg-brand-secondary\/45{
  background-color: rgb(125 0 4 / 0.45) !important;
}
.\!bg-brand-secondary\/5{
  background-color: rgb(125 0 4 / 0.05) !important;
}
.\!bg-brand-secondary\/50{
  background-color: rgb(125 0 4 / 0.5) !important;
}
.\!bg-brand-secondary\/55{
  background-color: rgb(125 0 4 / 0.55) !important;
}
.\!bg-brand-secondary\/60{
  background-color: rgb(125 0 4 / 0.6) !important;
}
.\!bg-brand-secondary\/65{
  background-color: rgb(125 0 4 / 0.65) !important;
}
.\!bg-brand-secondary\/70{
  background-color: rgb(125 0 4 / 0.7) !important;
}
.\!bg-brand-secondary\/75{
  background-color: rgb(125 0 4 / 0.75) !important;
}
.\!bg-brand-secondary\/80{
  background-color: rgb(125 0 4 / 0.8) !important;
}
.\!bg-brand-secondary\/85{
  background-color: rgb(125 0 4 / 0.85) !important;
}
.\!bg-brand-secondary\/90{
  background-color: rgb(125 0 4 / 0.9) !important;
}
.\!bg-brand-secondary\/95{
  background-color: rgb(125 0 4 / 0.95) !important;
}
.\!bg-brand-text-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-text-primary\/0{
  background-color: rgb(255 247 247 / 0) !important;
}
.\!bg-brand-text-primary\/10{
  background-color: rgb(255 247 247 / 0.1) !important;
}
.\!bg-brand-text-primary\/100{
  background-color: rgb(255 247 247 / 1) !important;
}
.\!bg-brand-text-primary\/15{
  background-color: rgb(255 247 247 / 0.15) !important;
}
.\!bg-brand-text-primary\/20{
  background-color: rgb(255 247 247 / 0.2) !important;
}
.\!bg-brand-text-primary\/25{
  background-color: rgb(255 247 247 / 0.25) !important;
}
.\!bg-brand-text-primary\/30{
  background-color: rgb(255 247 247 / 0.3) !important;
}
.\!bg-brand-text-primary\/35{
  background-color: rgb(255 247 247 / 0.35) !important;
}
.\!bg-brand-text-primary\/40{
  background-color: rgb(255 247 247 / 0.4) !important;
}
.\!bg-brand-text-primary\/45{
  background-color: rgb(255 247 247 / 0.45) !important;
}
.\!bg-brand-text-primary\/5{
  background-color: rgb(255 247 247 / 0.05) !important;
}
.\!bg-brand-text-primary\/50{
  background-color: rgb(255 247 247 / 0.5) !important;
}
.\!bg-brand-text-primary\/55{
  background-color: rgb(255 247 247 / 0.55) !important;
}
.\!bg-brand-text-primary\/60{
  background-color: rgb(255 247 247 / 0.6) !important;
}
.\!bg-brand-text-primary\/65{
  background-color: rgb(255 247 247 / 0.65) !important;
}
.\!bg-brand-text-primary\/70{
  background-color: rgb(255 247 247 / 0.7) !important;
}
.\!bg-brand-text-primary\/75{
  background-color: rgb(255 247 247 / 0.75) !important;
}
.\!bg-brand-text-primary\/80{
  background-color: rgb(255 247 247 / 0.8) !important;
}
.\!bg-brand-text-primary\/85{
  background-color: rgb(255 247 247 / 0.85) !important;
}
.\!bg-brand-text-primary\/90{
  background-color: rgb(255 247 247 / 0.9) !important;
}
.\!bg-brand-text-primary\/95{
  background-color: rgb(255 247 247 / 0.95) !important;
}
.\!bg-brand-text-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 235 236 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-text-secondary\/0{
  background-color: rgb(255 235 236 / 0) !important;
}
.\!bg-brand-text-secondary\/10{
  background-color: rgb(255 235 236 / 0.1) !important;
}
.\!bg-brand-text-secondary\/100{
  background-color: rgb(255 235 236 / 1) !important;
}
.\!bg-brand-text-secondary\/15{
  background-color: rgb(255 235 236 / 0.15) !important;
}
.\!bg-brand-text-secondary\/20{
  background-color: rgb(255 235 236 / 0.2) !important;
}
.\!bg-brand-text-secondary\/25{
  background-color: rgb(255 235 236 / 0.25) !important;
}
.\!bg-brand-text-secondary\/30{
  background-color: rgb(255 235 236 / 0.3) !important;
}
.\!bg-brand-text-secondary\/35{
  background-color: rgb(255 235 236 / 0.35) !important;
}
.\!bg-brand-text-secondary\/40{
  background-color: rgb(255 235 236 / 0.4) !important;
}
.\!bg-brand-text-secondary\/45{
  background-color: rgb(255 235 236 / 0.45) !important;
}
.\!bg-brand-text-secondary\/5{
  background-color: rgb(255 235 236 / 0.05) !important;
}
.\!bg-brand-text-secondary\/50{
  background-color: rgb(255 235 236 / 0.5) !important;
}
.\!bg-brand-text-secondary\/55{
  background-color: rgb(255 235 236 / 0.55) !important;
}
.\!bg-brand-text-secondary\/60{
  background-color: rgb(255 235 236 / 0.6) !important;
}
.\!bg-brand-text-secondary\/65{
  background-color: rgb(255 235 236 / 0.65) !important;
}
.\!bg-brand-text-secondary\/70{
  background-color: rgb(255 235 236 / 0.7) !important;
}
.\!bg-brand-text-secondary\/75{
  background-color: rgb(255 235 236 / 0.75) !important;
}
.\!bg-brand-text-secondary\/80{
  background-color: rgb(255 235 236 / 0.8) !important;
}
.\!bg-brand-text-secondary\/85{
  background-color: rgb(255 235 236 / 0.85) !important;
}
.\!bg-brand-text-secondary\/90{
  background-color: rgb(255 235 236 / 0.9) !important;
}
.\!bg-brand-text-secondary\/95{
  background-color: rgb(255 235 236 / 0.95) !important;
}
.\!bg-current{
  background-color: currentColor !important;
}
.\!bg-cyan-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-100\/0{
  background-color: rgb(236 254 255 / 0) !important;
}
.\!bg-cyan-100\/10{
  background-color: rgb(236 254 255 / 0.1) !important;
}
.\!bg-cyan-100\/100{
  background-color: rgb(236 254 255 / 1) !important;
}
.\!bg-cyan-100\/15{
  background-color: rgb(236 254 255 / 0.15) !important;
}
.\!bg-cyan-100\/20{
  background-color: rgb(236 254 255 / 0.2) !important;
}
.\!bg-cyan-100\/25{
  background-color: rgb(236 254 255 / 0.25) !important;
}
.\!bg-cyan-100\/30{
  background-color: rgb(236 254 255 / 0.3) !important;
}
.\!bg-cyan-100\/35{
  background-color: rgb(236 254 255 / 0.35) !important;
}
.\!bg-cyan-100\/40{
  background-color: rgb(236 254 255 / 0.4) !important;
}
.\!bg-cyan-100\/45{
  background-color: rgb(236 254 255 / 0.45) !important;
}
.\!bg-cyan-100\/5{
  background-color: rgb(236 254 255 / 0.05) !important;
}
.\!bg-cyan-100\/50{
  background-color: rgb(236 254 255 / 0.5) !important;
}
.\!bg-cyan-100\/55{
  background-color: rgb(236 254 255 / 0.55) !important;
}
.\!bg-cyan-100\/60{
  background-color: rgb(236 254 255 / 0.6) !important;
}
.\!bg-cyan-100\/65{
  background-color: rgb(236 254 255 / 0.65) !important;
}
.\!bg-cyan-100\/70{
  background-color: rgb(236 254 255 / 0.7) !important;
}
.\!bg-cyan-100\/75{
  background-color: rgb(236 254 255 / 0.75) !important;
}
.\!bg-cyan-100\/80{
  background-color: rgb(236 254 255 / 0.8) !important;
}
.\!bg-cyan-100\/85{
  background-color: rgb(236 254 255 / 0.85) !important;
}
.\!bg-cyan-100\/90{
  background-color: rgb(236 254 255 / 0.9) !important;
}
.\!bg-cyan-100\/95{
  background-color: rgb(236 254 255 / 0.95) !important;
}
.\!bg-cyan-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-200\/0{
  background-color: rgb(207 250 254 / 0) !important;
}
.\!bg-cyan-200\/10{
  background-color: rgb(207 250 254 / 0.1) !important;
}
.\!bg-cyan-200\/100{
  background-color: rgb(207 250 254 / 1) !important;
}
.\!bg-cyan-200\/15{
  background-color: rgb(207 250 254 / 0.15) !important;
}
.\!bg-cyan-200\/20{
  background-color: rgb(207 250 254 / 0.2) !important;
}
.\!bg-cyan-200\/25{
  background-color: rgb(207 250 254 / 0.25) !important;
}
.\!bg-cyan-200\/30{
  background-color: rgb(207 250 254 / 0.3) !important;
}
.\!bg-cyan-200\/35{
  background-color: rgb(207 250 254 / 0.35) !important;
}
.\!bg-cyan-200\/40{
  background-color: rgb(207 250 254 / 0.4) !important;
}
.\!bg-cyan-200\/45{
  background-color: rgb(207 250 254 / 0.45) !important;
}
.\!bg-cyan-200\/5{
  background-color: rgb(207 250 254 / 0.05) !important;
}
.\!bg-cyan-200\/50{
  background-color: rgb(207 250 254 / 0.5) !important;
}
.\!bg-cyan-200\/55{
  background-color: rgb(207 250 254 / 0.55) !important;
}
.\!bg-cyan-200\/60{
  background-color: rgb(207 250 254 / 0.6) !important;
}
.\!bg-cyan-200\/65{
  background-color: rgb(207 250 254 / 0.65) !important;
}
.\!bg-cyan-200\/70{
  background-color: rgb(207 250 254 / 0.7) !important;
}
.\!bg-cyan-200\/75{
  background-color: rgb(207 250 254 / 0.75) !important;
}
.\!bg-cyan-200\/80{
  background-color: rgb(207 250 254 / 0.8) !important;
}
.\!bg-cyan-200\/85{
  background-color: rgb(207 250 254 / 0.85) !important;
}
.\!bg-cyan-200\/90{
  background-color: rgb(207 250 254 / 0.9) !important;
}
.\!bg-cyan-200\/95{
  background-color: rgb(207 250 254 / 0.95) !important;
}
.\!bg-cyan-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-300\/0{
  background-color: rgb(165 243 252 / 0) !important;
}
.\!bg-cyan-300\/10{
  background-color: rgb(165 243 252 / 0.1) !important;
}
.\!bg-cyan-300\/100{
  background-color: rgb(165 243 252 / 1) !important;
}
.\!bg-cyan-300\/15{
  background-color: rgb(165 243 252 / 0.15) !important;
}
.\!bg-cyan-300\/20{
  background-color: rgb(165 243 252 / 0.2) !important;
}
.\!bg-cyan-300\/25{
  background-color: rgb(165 243 252 / 0.25) !important;
}
.\!bg-cyan-300\/30{
  background-color: rgb(165 243 252 / 0.3) !important;
}
.\!bg-cyan-300\/35{
  background-color: rgb(165 243 252 / 0.35) !important;
}
.\!bg-cyan-300\/40{
  background-color: rgb(165 243 252 / 0.4) !important;
}
.\!bg-cyan-300\/45{
  background-color: rgb(165 243 252 / 0.45) !important;
}
.\!bg-cyan-300\/5{
  background-color: rgb(165 243 252 / 0.05) !important;
}
.\!bg-cyan-300\/50{
  background-color: rgb(165 243 252 / 0.5) !important;
}
.\!bg-cyan-300\/55{
  background-color: rgb(165 243 252 / 0.55) !important;
}
.\!bg-cyan-300\/60{
  background-color: rgb(165 243 252 / 0.6) !important;
}
.\!bg-cyan-300\/65{
  background-color: rgb(165 243 252 / 0.65) !important;
}
.\!bg-cyan-300\/70{
  background-color: rgb(165 243 252 / 0.7) !important;
}
.\!bg-cyan-300\/75{
  background-color: rgb(165 243 252 / 0.75) !important;
}
.\!bg-cyan-300\/80{
  background-color: rgb(165 243 252 / 0.8) !important;
}
.\!bg-cyan-300\/85{
  background-color: rgb(165 243 252 / 0.85) !important;
}
.\!bg-cyan-300\/90{
  background-color: rgb(165 243 252 / 0.9) !important;
}
.\!bg-cyan-300\/95{
  background-color: rgb(165 243 252 / 0.95) !important;
}
.\!bg-cyan-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-350\/0{
  background-color: rgb(103 232 249 / 0) !important;
}
.\!bg-cyan-350\/10{
  background-color: rgb(103 232 249 / 0.1) !important;
}
.\!bg-cyan-350\/100{
  background-color: rgb(103 232 249 / 1) !important;
}
.\!bg-cyan-350\/15{
  background-color: rgb(103 232 249 / 0.15) !important;
}
.\!bg-cyan-350\/20{
  background-color: rgb(103 232 249 / 0.2) !important;
}
.\!bg-cyan-350\/25{
  background-color: rgb(103 232 249 / 0.25) !important;
}
.\!bg-cyan-350\/30{
  background-color: rgb(103 232 249 / 0.3) !important;
}
.\!bg-cyan-350\/35{
  background-color: rgb(103 232 249 / 0.35) !important;
}
.\!bg-cyan-350\/40{
  background-color: rgb(103 232 249 / 0.4) !important;
}
.\!bg-cyan-350\/45{
  background-color: rgb(103 232 249 / 0.45) !important;
}
.\!bg-cyan-350\/5{
  background-color: rgb(103 232 249 / 0.05) !important;
}
.\!bg-cyan-350\/50{
  background-color: rgb(103 232 249 / 0.5) !important;
}
.\!bg-cyan-350\/55{
  background-color: rgb(103 232 249 / 0.55) !important;
}
.\!bg-cyan-350\/60{
  background-color: rgb(103 232 249 / 0.6) !important;
}
.\!bg-cyan-350\/65{
  background-color: rgb(103 232 249 / 0.65) !important;
}
.\!bg-cyan-350\/70{
  background-color: rgb(103 232 249 / 0.7) !important;
}
.\!bg-cyan-350\/75{
  background-color: rgb(103 232 249 / 0.75) !important;
}
.\!bg-cyan-350\/80{
  background-color: rgb(103 232 249 / 0.8) !important;
}
.\!bg-cyan-350\/85{
  background-color: rgb(103 232 249 / 0.85) !important;
}
.\!bg-cyan-350\/90{
  background-color: rgb(103 232 249 / 0.9) !important;
}
.\!bg-cyan-350\/95{
  background-color: rgb(103 232 249 / 0.95) !important;
}
.\!bg-cyan-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-400\/0{
  background-color: rgb(34 211 238 / 0) !important;
}
.\!bg-cyan-400\/10{
  background-color: rgb(34 211 238 / 0.1) !important;
}
.\!bg-cyan-400\/100{
  background-color: rgb(34 211 238 / 1) !important;
}
.\!bg-cyan-400\/15{
  background-color: rgb(34 211 238 / 0.15) !important;
}
.\!bg-cyan-400\/20{
  background-color: rgb(34 211 238 / 0.2) !important;
}
.\!bg-cyan-400\/25{
  background-color: rgb(34 211 238 / 0.25) !important;
}
.\!bg-cyan-400\/30{
  background-color: rgb(34 211 238 / 0.3) !important;
}
.\!bg-cyan-400\/35{
  background-color: rgb(34 211 238 / 0.35) !important;
}
.\!bg-cyan-400\/40{
  background-color: rgb(34 211 238 / 0.4) !important;
}
.\!bg-cyan-400\/45{
  background-color: rgb(34 211 238 / 0.45) !important;
}
.\!bg-cyan-400\/5{
  background-color: rgb(34 211 238 / 0.05) !important;
}
.\!bg-cyan-400\/50{
  background-color: rgb(34 211 238 / 0.5) !important;
}
.\!bg-cyan-400\/55{
  background-color: rgb(34 211 238 / 0.55) !important;
}
.\!bg-cyan-400\/60{
  background-color: rgb(34 211 238 / 0.6) !important;
}
.\!bg-cyan-400\/65{
  background-color: rgb(34 211 238 / 0.65) !important;
}
.\!bg-cyan-400\/70{
  background-color: rgb(34 211 238 / 0.7) !important;
}
.\!bg-cyan-400\/75{
  background-color: rgb(34 211 238 / 0.75) !important;
}
.\!bg-cyan-400\/80{
  background-color: rgb(34 211 238 / 0.8) !important;
}
.\!bg-cyan-400\/85{
  background-color: rgb(34 211 238 / 0.85) !important;
}
.\!bg-cyan-400\/90{
  background-color: rgb(34 211 238 / 0.9) !important;
}
.\!bg-cyan-400\/95{
  background-color: rgb(34 211 238 / 0.95) !important;
}
.\!bg-cyan-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-450\/0{
  background-color: rgb(6 182 212 / 0) !important;
}
.\!bg-cyan-450\/10{
  background-color: rgb(6 182 212 / 0.1) !important;
}
.\!bg-cyan-450\/100{
  background-color: rgb(6 182 212 / 1) !important;
}
.\!bg-cyan-450\/15{
  background-color: rgb(6 182 212 / 0.15) !important;
}
.\!bg-cyan-450\/20{
  background-color: rgb(6 182 212 / 0.2) !important;
}
.\!bg-cyan-450\/25{
  background-color: rgb(6 182 212 / 0.25) !important;
}
.\!bg-cyan-450\/30{
  background-color: rgb(6 182 212 / 0.3) !important;
}
.\!bg-cyan-450\/35{
  background-color: rgb(6 182 212 / 0.35) !important;
}
.\!bg-cyan-450\/40{
  background-color: rgb(6 182 212 / 0.4) !important;
}
.\!bg-cyan-450\/45{
  background-color: rgb(6 182 212 / 0.45) !important;
}
.\!bg-cyan-450\/5{
  background-color: rgb(6 182 212 / 0.05) !important;
}
.\!bg-cyan-450\/50{
  background-color: rgb(6 182 212 / 0.5) !important;
}
.\!bg-cyan-450\/55{
  background-color: rgb(6 182 212 / 0.55) !important;
}
.\!bg-cyan-450\/60{
  background-color: rgb(6 182 212 / 0.6) !important;
}
.\!bg-cyan-450\/65{
  background-color: rgb(6 182 212 / 0.65) !important;
}
.\!bg-cyan-450\/70{
  background-color: rgb(6 182 212 / 0.7) !important;
}
.\!bg-cyan-450\/75{
  background-color: rgb(6 182 212 / 0.75) !important;
}
.\!bg-cyan-450\/80{
  background-color: rgb(6 182 212 / 0.8) !important;
}
.\!bg-cyan-450\/85{
  background-color: rgb(6 182 212 / 0.85) !important;
}
.\!bg-cyan-450\/90{
  background-color: rgb(6 182 212 / 0.9) !important;
}
.\!bg-cyan-450\/95{
  background-color: rgb(6 182 212 / 0.95) !important;
}
.\!bg-cyan-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 255 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-50\/0{
  background-color: rgb(250 255 255 / 0) !important;
}
.\!bg-cyan-50\/10{
  background-color: rgb(250 255 255 / 0.1) !important;
}
.\!bg-cyan-50\/100{
  background-color: rgb(250 255 255 / 1) !important;
}
.\!bg-cyan-50\/15{
  background-color: rgb(250 255 255 / 0.15) !important;
}
.\!bg-cyan-50\/20{
  background-color: rgb(250 255 255 / 0.2) !important;
}
.\!bg-cyan-50\/25{
  background-color: rgb(250 255 255 / 0.25) !important;
}
.\!bg-cyan-50\/30{
  background-color: rgb(250 255 255 / 0.3) !important;
}
.\!bg-cyan-50\/35{
  background-color: rgb(250 255 255 / 0.35) !important;
}
.\!bg-cyan-50\/40{
  background-color: rgb(250 255 255 / 0.4) !important;
}
.\!bg-cyan-50\/45{
  background-color: rgb(250 255 255 / 0.45) !important;
}
.\!bg-cyan-50\/5{
  background-color: rgb(250 255 255 / 0.05) !important;
}
.\!bg-cyan-50\/50{
  background-color: rgb(250 255 255 / 0.5) !important;
}
.\!bg-cyan-50\/55{
  background-color: rgb(250 255 255 / 0.55) !important;
}
.\!bg-cyan-50\/60{
  background-color: rgb(250 255 255 / 0.6) !important;
}
.\!bg-cyan-50\/65{
  background-color: rgb(250 255 255 / 0.65) !important;
}
.\!bg-cyan-50\/70{
  background-color: rgb(250 255 255 / 0.7) !important;
}
.\!bg-cyan-50\/75{
  background-color: rgb(250 255 255 / 0.75) !important;
}
.\!bg-cyan-50\/80{
  background-color: rgb(250 255 255 / 0.8) !important;
}
.\!bg-cyan-50\/85{
  background-color: rgb(250 255 255 / 0.85) !important;
}
.\!bg-cyan-50\/90{
  background-color: rgb(250 255 255 / 0.9) !important;
}
.\!bg-cyan-50\/95{
  background-color: rgb(250 255 255 / 0.95) !important;
}
.\!bg-cyan-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-500\/0{
  background-color: rgb(8 145 178 / 0) !important;
}
.\!bg-cyan-500\/10{
  background-color: rgb(8 145 178 / 0.1) !important;
}
.\!bg-cyan-500\/100{
  background-color: rgb(8 145 178 / 1) !important;
}
.\!bg-cyan-500\/15{
  background-color: rgb(8 145 178 / 0.15) !important;
}
.\!bg-cyan-500\/20{
  background-color: rgb(8 145 178 / 0.2) !important;
}
.\!bg-cyan-500\/25{
  background-color: rgb(8 145 178 / 0.25) !important;
}
.\!bg-cyan-500\/30{
  background-color: rgb(8 145 178 / 0.3) !important;
}
.\!bg-cyan-500\/35{
  background-color: rgb(8 145 178 / 0.35) !important;
}
.\!bg-cyan-500\/40{
  background-color: rgb(8 145 178 / 0.4) !important;
}
.\!bg-cyan-500\/45{
  background-color: rgb(8 145 178 / 0.45) !important;
}
.\!bg-cyan-500\/5{
  background-color: rgb(8 145 178 / 0.05) !important;
}
.\!bg-cyan-500\/50{
  background-color: rgb(8 145 178 / 0.5) !important;
}
.\!bg-cyan-500\/55{
  background-color: rgb(8 145 178 / 0.55) !important;
}
.\!bg-cyan-500\/60{
  background-color: rgb(8 145 178 / 0.6) !important;
}
.\!bg-cyan-500\/65{
  background-color: rgb(8 145 178 / 0.65) !important;
}
.\!bg-cyan-500\/70{
  background-color: rgb(8 145 178 / 0.7) !important;
}
.\!bg-cyan-500\/75{
  background-color: rgb(8 145 178 / 0.75) !important;
}
.\!bg-cyan-500\/80{
  background-color: rgb(8 145 178 / 0.8) !important;
}
.\!bg-cyan-500\/85{
  background-color: rgb(8 145 178 / 0.85) !important;
}
.\!bg-cyan-500\/90{
  background-color: rgb(8 145 178 / 0.9) !important;
}
.\!bg-cyan-500\/95{
  background-color: rgb(8 145 178 / 0.95) !important;
}
.\!bg-cyan-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-600\/0{
  background-color: rgb(14 116 144 / 0) !important;
}
.\!bg-cyan-600\/10{
  background-color: rgb(14 116 144 / 0.1) !important;
}
.\!bg-cyan-600\/100{
  background-color: rgb(14 116 144 / 1) !important;
}
.\!bg-cyan-600\/15{
  background-color: rgb(14 116 144 / 0.15) !important;
}
.\!bg-cyan-600\/20{
  background-color: rgb(14 116 144 / 0.2) !important;
}
.\!bg-cyan-600\/25{
  background-color: rgb(14 116 144 / 0.25) !important;
}
.\!bg-cyan-600\/30{
  background-color: rgb(14 116 144 / 0.3) !important;
}
.\!bg-cyan-600\/35{
  background-color: rgb(14 116 144 / 0.35) !important;
}
.\!bg-cyan-600\/40{
  background-color: rgb(14 116 144 / 0.4) !important;
}
.\!bg-cyan-600\/45{
  background-color: rgb(14 116 144 / 0.45) !important;
}
.\!bg-cyan-600\/5{
  background-color: rgb(14 116 144 / 0.05) !important;
}
.\!bg-cyan-600\/50{
  background-color: rgb(14 116 144 / 0.5) !important;
}
.\!bg-cyan-600\/55{
  background-color: rgb(14 116 144 / 0.55) !important;
}
.\!bg-cyan-600\/60{
  background-color: rgb(14 116 144 / 0.6) !important;
}
.\!bg-cyan-600\/65{
  background-color: rgb(14 116 144 / 0.65) !important;
}
.\!bg-cyan-600\/70{
  background-color: rgb(14 116 144 / 0.7) !important;
}
.\!bg-cyan-600\/75{
  background-color: rgb(14 116 144 / 0.75) !important;
}
.\!bg-cyan-600\/80{
  background-color: rgb(14 116 144 / 0.8) !important;
}
.\!bg-cyan-600\/85{
  background-color: rgb(14 116 144 / 0.85) !important;
}
.\!bg-cyan-600\/90{
  background-color: rgb(14 116 144 / 0.9) !important;
}
.\!bg-cyan-600\/95{
  background-color: rgb(14 116 144 / 0.95) !important;
}
.\!bg-cyan-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-650\/0{
  background-color: rgb(21 94 117 / 0) !important;
}
.\!bg-cyan-650\/10{
  background-color: rgb(21 94 117 / 0.1) !important;
}
.\!bg-cyan-650\/100{
  background-color: rgb(21 94 117 / 1) !important;
}
.\!bg-cyan-650\/15{
  background-color: rgb(21 94 117 / 0.15) !important;
}
.\!bg-cyan-650\/20{
  background-color: rgb(21 94 117 / 0.2) !important;
}
.\!bg-cyan-650\/25{
  background-color: rgb(21 94 117 / 0.25) !important;
}
.\!bg-cyan-650\/30{
  background-color: rgb(21 94 117 / 0.3) !important;
}
.\!bg-cyan-650\/35{
  background-color: rgb(21 94 117 / 0.35) !important;
}
.\!bg-cyan-650\/40{
  background-color: rgb(21 94 117 / 0.4) !important;
}
.\!bg-cyan-650\/45{
  background-color: rgb(21 94 117 / 0.45) !important;
}
.\!bg-cyan-650\/5{
  background-color: rgb(21 94 117 / 0.05) !important;
}
.\!bg-cyan-650\/50{
  background-color: rgb(21 94 117 / 0.5) !important;
}
.\!bg-cyan-650\/55{
  background-color: rgb(21 94 117 / 0.55) !important;
}
.\!bg-cyan-650\/60{
  background-color: rgb(21 94 117 / 0.6) !important;
}
.\!bg-cyan-650\/65{
  background-color: rgb(21 94 117 / 0.65) !important;
}
.\!bg-cyan-650\/70{
  background-color: rgb(21 94 117 / 0.7) !important;
}
.\!bg-cyan-650\/75{
  background-color: rgb(21 94 117 / 0.75) !important;
}
.\!bg-cyan-650\/80{
  background-color: rgb(21 94 117 / 0.8) !important;
}
.\!bg-cyan-650\/85{
  background-color: rgb(21 94 117 / 0.85) !important;
}
.\!bg-cyan-650\/90{
  background-color: rgb(21 94 117 / 0.9) !important;
}
.\!bg-cyan-650\/95{
  background-color: rgb(21 94 117 / 0.95) !important;
}
.\!bg-cyan-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-700\/0{
  background-color: rgb(22 78 99 / 0) !important;
}
.\!bg-cyan-700\/10{
  background-color: rgb(22 78 99 / 0.1) !important;
}
.\!bg-cyan-700\/100{
  background-color: rgb(22 78 99 / 1) !important;
}
.\!bg-cyan-700\/15{
  background-color: rgb(22 78 99 / 0.15) !important;
}
.\!bg-cyan-700\/20{
  background-color: rgb(22 78 99 / 0.2) !important;
}
.\!bg-cyan-700\/25{
  background-color: rgb(22 78 99 / 0.25) !important;
}
.\!bg-cyan-700\/30{
  background-color: rgb(22 78 99 / 0.3) !important;
}
.\!bg-cyan-700\/35{
  background-color: rgb(22 78 99 / 0.35) !important;
}
.\!bg-cyan-700\/40{
  background-color: rgb(22 78 99 / 0.4) !important;
}
.\!bg-cyan-700\/45{
  background-color: rgb(22 78 99 / 0.45) !important;
}
.\!bg-cyan-700\/5{
  background-color: rgb(22 78 99 / 0.05) !important;
}
.\!bg-cyan-700\/50{
  background-color: rgb(22 78 99 / 0.5) !important;
}
.\!bg-cyan-700\/55{
  background-color: rgb(22 78 99 / 0.55) !important;
}
.\!bg-cyan-700\/60{
  background-color: rgb(22 78 99 / 0.6) !important;
}
.\!bg-cyan-700\/65{
  background-color: rgb(22 78 99 / 0.65) !important;
}
.\!bg-cyan-700\/70{
  background-color: rgb(22 78 99 / 0.7) !important;
}
.\!bg-cyan-700\/75{
  background-color: rgb(22 78 99 / 0.75) !important;
}
.\!bg-cyan-700\/80{
  background-color: rgb(22 78 99 / 0.8) !important;
}
.\!bg-cyan-700\/85{
  background-color: rgb(22 78 99 / 0.85) !important;
}
.\!bg-cyan-700\/90{
  background-color: rgb(22 78 99 / 0.9) !important;
}
.\!bg-cyan-700\/95{
  background-color: rgb(22 78 99 / 0.95) !important;
}
.\!bg-cyan-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 59 77 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-750\/0{
  background-color: rgb(11 59 77 / 0) !important;
}
.\!bg-cyan-750\/10{
  background-color: rgb(11 59 77 / 0.1) !important;
}
.\!bg-cyan-750\/100{
  background-color: rgb(11 59 77 / 1) !important;
}
.\!bg-cyan-750\/15{
  background-color: rgb(11 59 77 / 0.15) !important;
}
.\!bg-cyan-750\/20{
  background-color: rgb(11 59 77 / 0.2) !important;
}
.\!bg-cyan-750\/25{
  background-color: rgb(11 59 77 / 0.25) !important;
}
.\!bg-cyan-750\/30{
  background-color: rgb(11 59 77 / 0.3) !important;
}
.\!bg-cyan-750\/35{
  background-color: rgb(11 59 77 / 0.35) !important;
}
.\!bg-cyan-750\/40{
  background-color: rgb(11 59 77 / 0.4) !important;
}
.\!bg-cyan-750\/45{
  background-color: rgb(11 59 77 / 0.45) !important;
}
.\!bg-cyan-750\/5{
  background-color: rgb(11 59 77 / 0.05) !important;
}
.\!bg-cyan-750\/50{
  background-color: rgb(11 59 77 / 0.5) !important;
}
.\!bg-cyan-750\/55{
  background-color: rgb(11 59 77 / 0.55) !important;
}
.\!bg-cyan-750\/60{
  background-color: rgb(11 59 77 / 0.6) !important;
}
.\!bg-cyan-750\/65{
  background-color: rgb(11 59 77 / 0.65) !important;
}
.\!bg-cyan-750\/70{
  background-color: rgb(11 59 77 / 0.7) !important;
}
.\!bg-cyan-750\/75{
  background-color: rgb(11 59 77 / 0.75) !important;
}
.\!bg-cyan-750\/80{
  background-color: rgb(11 59 77 / 0.8) !important;
}
.\!bg-cyan-750\/85{
  background-color: rgb(11 59 77 / 0.85) !important;
}
.\!bg-cyan-750\/90{
  background-color: rgb(11 59 77 / 0.9) !important;
}
.\!bg-cyan-750\/95{
  background-color: rgb(11 59 77 / 0.95) !important;
}
.\!bg-cyan-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 48 64 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-800\/0{
  background-color: rgb(6 48 64 / 0) !important;
}
.\!bg-cyan-800\/10{
  background-color: rgb(6 48 64 / 0.1) !important;
}
.\!bg-cyan-800\/100{
  background-color: rgb(6 48 64 / 1) !important;
}
.\!bg-cyan-800\/15{
  background-color: rgb(6 48 64 / 0.15) !important;
}
.\!bg-cyan-800\/20{
  background-color: rgb(6 48 64 / 0.2) !important;
}
.\!bg-cyan-800\/25{
  background-color: rgb(6 48 64 / 0.25) !important;
}
.\!bg-cyan-800\/30{
  background-color: rgb(6 48 64 / 0.3) !important;
}
.\!bg-cyan-800\/35{
  background-color: rgb(6 48 64 / 0.35) !important;
}
.\!bg-cyan-800\/40{
  background-color: rgb(6 48 64 / 0.4) !important;
}
.\!bg-cyan-800\/45{
  background-color: rgb(6 48 64 / 0.45) !important;
}
.\!bg-cyan-800\/5{
  background-color: rgb(6 48 64 / 0.05) !important;
}
.\!bg-cyan-800\/50{
  background-color: rgb(6 48 64 / 0.5) !important;
}
.\!bg-cyan-800\/55{
  background-color: rgb(6 48 64 / 0.55) !important;
}
.\!bg-cyan-800\/60{
  background-color: rgb(6 48 64 / 0.6) !important;
}
.\!bg-cyan-800\/65{
  background-color: rgb(6 48 64 / 0.65) !important;
}
.\!bg-cyan-800\/70{
  background-color: rgb(6 48 64 / 0.7) !important;
}
.\!bg-cyan-800\/75{
  background-color: rgb(6 48 64 / 0.75) !important;
}
.\!bg-cyan-800\/80{
  background-color: rgb(6 48 64 / 0.8) !important;
}
.\!bg-cyan-800\/85{
  background-color: rgb(6 48 64 / 0.85) !important;
}
.\!bg-cyan-800\/90{
  background-color: rgb(6 48 64 / 0.9) !important;
}
.\!bg-cyan-800\/95{
  background-color: rgb(6 48 64 / 0.95) !important;
}
.\!bg-cyan-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 38 51 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-900\/0{
  background-color: rgb(3 38 51 / 0) !important;
}
.\!bg-cyan-900\/10{
  background-color: rgb(3 38 51 / 0.1) !important;
}
.\!bg-cyan-900\/100{
  background-color: rgb(3 38 51 / 1) !important;
}
.\!bg-cyan-900\/15{
  background-color: rgb(3 38 51 / 0.15) !important;
}
.\!bg-cyan-900\/20{
  background-color: rgb(3 38 51 / 0.2) !important;
}
.\!bg-cyan-900\/25{
  background-color: rgb(3 38 51 / 0.25) !important;
}
.\!bg-cyan-900\/30{
  background-color: rgb(3 38 51 / 0.3) !important;
}
.\!bg-cyan-900\/35{
  background-color: rgb(3 38 51 / 0.35) !important;
}
.\!bg-cyan-900\/40{
  background-color: rgb(3 38 51 / 0.4) !important;
}
.\!bg-cyan-900\/45{
  background-color: rgb(3 38 51 / 0.45) !important;
}
.\!bg-cyan-900\/5{
  background-color: rgb(3 38 51 / 0.05) !important;
}
.\!bg-cyan-900\/50{
  background-color: rgb(3 38 51 / 0.5) !important;
}
.\!bg-cyan-900\/55{
  background-color: rgb(3 38 51 / 0.55) !important;
}
.\!bg-cyan-900\/60{
  background-color: rgb(3 38 51 / 0.6) !important;
}
.\!bg-cyan-900\/65{
  background-color: rgb(3 38 51 / 0.65) !important;
}
.\!bg-cyan-900\/70{
  background-color: rgb(3 38 51 / 0.7) !important;
}
.\!bg-cyan-900\/75{
  background-color: rgb(3 38 51 / 0.75) !important;
}
.\!bg-cyan-900\/80{
  background-color: rgb(3 38 51 / 0.8) !important;
}
.\!bg-cyan-900\/85{
  background-color: rgb(3 38 51 / 0.85) !important;
}
.\!bg-cyan-900\/90{
  background-color: rgb(3 38 51 / 0.9) !important;
}
.\!bg-cyan-900\/95{
  background-color: rgb(3 38 51 / 0.95) !important;
}
.\!bg-cyan-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity)) !important;
}
.\!bg-cyan-950\/0{
  background-color: rgb(8 51 68 / 0) !important;
}
.\!bg-cyan-950\/10{
  background-color: rgb(8 51 68 / 0.1) !important;
}
.\!bg-cyan-950\/100{
  background-color: rgb(8 51 68 / 1) !important;
}
.\!bg-cyan-950\/15{
  background-color: rgb(8 51 68 / 0.15) !important;
}
.\!bg-cyan-950\/20{
  background-color: rgb(8 51 68 / 0.2) !important;
}
.\!bg-cyan-950\/25{
  background-color: rgb(8 51 68 / 0.25) !important;
}
.\!bg-cyan-950\/30{
  background-color: rgb(8 51 68 / 0.3) !important;
}
.\!bg-cyan-950\/35{
  background-color: rgb(8 51 68 / 0.35) !important;
}
.\!bg-cyan-950\/40{
  background-color: rgb(8 51 68 / 0.4) !important;
}
.\!bg-cyan-950\/45{
  background-color: rgb(8 51 68 / 0.45) !important;
}
.\!bg-cyan-950\/5{
  background-color: rgb(8 51 68 / 0.05) !important;
}
.\!bg-cyan-950\/50{
  background-color: rgb(8 51 68 / 0.5) !important;
}
.\!bg-cyan-950\/55{
  background-color: rgb(8 51 68 / 0.55) !important;
}
.\!bg-cyan-950\/60{
  background-color: rgb(8 51 68 / 0.6) !important;
}
.\!bg-cyan-950\/65{
  background-color: rgb(8 51 68 / 0.65) !important;
}
.\!bg-cyan-950\/70{
  background-color: rgb(8 51 68 / 0.7) !important;
}
.\!bg-cyan-950\/75{
  background-color: rgb(8 51 68 / 0.75) !important;
}
.\!bg-cyan-950\/80{
  background-color: rgb(8 51 68 / 0.8) !important;
}
.\!bg-cyan-950\/85{
  background-color: rgb(8 51 68 / 0.85) !important;
}
.\!bg-cyan-950\/90{
  background-color: rgb(8 51 68 / 0.9) !important;
}
.\!bg-cyan-950\/95{
  background-color: rgb(8 51 68 / 0.95) !important;
}
.\!bg-emerald-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-100\/0{
  background-color: rgb(236 253 245 / 0) !important;
}
.\!bg-emerald-100\/10{
  background-color: rgb(236 253 245 / 0.1) !important;
}
.\!bg-emerald-100\/100{
  background-color: rgb(236 253 245 / 1) !important;
}
.\!bg-emerald-100\/15{
  background-color: rgb(236 253 245 / 0.15) !important;
}
.\!bg-emerald-100\/20{
  background-color: rgb(236 253 245 / 0.2) !important;
}
.\!bg-emerald-100\/25{
  background-color: rgb(236 253 245 / 0.25) !important;
}
.\!bg-emerald-100\/30{
  background-color: rgb(236 253 245 / 0.3) !important;
}
.\!bg-emerald-100\/35{
  background-color: rgb(236 253 245 / 0.35) !important;
}
.\!bg-emerald-100\/40{
  background-color: rgb(236 253 245 / 0.4) !important;
}
.\!bg-emerald-100\/45{
  background-color: rgb(236 253 245 / 0.45) !important;
}
.\!bg-emerald-100\/5{
  background-color: rgb(236 253 245 / 0.05) !important;
}
.\!bg-emerald-100\/50{
  background-color: rgb(236 253 245 / 0.5) !important;
}
.\!bg-emerald-100\/55{
  background-color: rgb(236 253 245 / 0.55) !important;
}
.\!bg-emerald-100\/60{
  background-color: rgb(236 253 245 / 0.6) !important;
}
.\!bg-emerald-100\/65{
  background-color: rgb(236 253 245 / 0.65) !important;
}
.\!bg-emerald-100\/70{
  background-color: rgb(236 253 245 / 0.7) !important;
}
.\!bg-emerald-100\/75{
  background-color: rgb(236 253 245 / 0.75) !important;
}
.\!bg-emerald-100\/80{
  background-color: rgb(236 253 245 / 0.8) !important;
}
.\!bg-emerald-100\/85{
  background-color: rgb(236 253 245 / 0.85) !important;
}
.\!bg-emerald-100\/90{
  background-color: rgb(236 253 245 / 0.9) !important;
}
.\!bg-emerald-100\/95{
  background-color: rgb(236 253 245 / 0.95) !important;
}
.\!bg-emerald-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-200\/0{
  background-color: rgb(209 250 229 / 0) !important;
}
.\!bg-emerald-200\/10{
  background-color: rgb(209 250 229 / 0.1) !important;
}
.\!bg-emerald-200\/100{
  background-color: rgb(209 250 229 / 1) !important;
}
.\!bg-emerald-200\/15{
  background-color: rgb(209 250 229 / 0.15) !important;
}
.\!bg-emerald-200\/20{
  background-color: rgb(209 250 229 / 0.2) !important;
}
.\!bg-emerald-200\/25{
  background-color: rgb(209 250 229 / 0.25) !important;
}
.\!bg-emerald-200\/30{
  background-color: rgb(209 250 229 / 0.3) !important;
}
.\!bg-emerald-200\/35{
  background-color: rgb(209 250 229 / 0.35) !important;
}
.\!bg-emerald-200\/40{
  background-color: rgb(209 250 229 / 0.4) !important;
}
.\!bg-emerald-200\/45{
  background-color: rgb(209 250 229 / 0.45) !important;
}
.\!bg-emerald-200\/5{
  background-color: rgb(209 250 229 / 0.05) !important;
}
.\!bg-emerald-200\/50{
  background-color: rgb(209 250 229 / 0.5) !important;
}
.\!bg-emerald-200\/55{
  background-color: rgb(209 250 229 / 0.55) !important;
}
.\!bg-emerald-200\/60{
  background-color: rgb(209 250 229 / 0.6) !important;
}
.\!bg-emerald-200\/65{
  background-color: rgb(209 250 229 / 0.65) !important;
}
.\!bg-emerald-200\/70{
  background-color: rgb(209 250 229 / 0.7) !important;
}
.\!bg-emerald-200\/75{
  background-color: rgb(209 250 229 / 0.75) !important;
}
.\!bg-emerald-200\/80{
  background-color: rgb(209 250 229 / 0.8) !important;
}
.\!bg-emerald-200\/85{
  background-color: rgb(209 250 229 / 0.85) !important;
}
.\!bg-emerald-200\/90{
  background-color: rgb(209 250 229 / 0.9) !important;
}
.\!bg-emerald-200\/95{
  background-color: rgb(209 250 229 / 0.95) !important;
}
.\!bg-emerald-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-300\/0{
  background-color: rgb(167 243 208 / 0) !important;
}
.\!bg-emerald-300\/10{
  background-color: rgb(167 243 208 / 0.1) !important;
}
.\!bg-emerald-300\/100{
  background-color: rgb(167 243 208 / 1) !important;
}
.\!bg-emerald-300\/15{
  background-color: rgb(167 243 208 / 0.15) !important;
}
.\!bg-emerald-300\/20{
  background-color: rgb(167 243 208 / 0.2) !important;
}
.\!bg-emerald-300\/25{
  background-color: rgb(167 243 208 / 0.25) !important;
}
.\!bg-emerald-300\/30{
  background-color: rgb(167 243 208 / 0.3) !important;
}
.\!bg-emerald-300\/35{
  background-color: rgb(167 243 208 / 0.35) !important;
}
.\!bg-emerald-300\/40{
  background-color: rgb(167 243 208 / 0.4) !important;
}
.\!bg-emerald-300\/45{
  background-color: rgb(167 243 208 / 0.45) !important;
}
.\!bg-emerald-300\/5{
  background-color: rgb(167 243 208 / 0.05) !important;
}
.\!bg-emerald-300\/50{
  background-color: rgb(167 243 208 / 0.5) !important;
}
.\!bg-emerald-300\/55{
  background-color: rgb(167 243 208 / 0.55) !important;
}
.\!bg-emerald-300\/60{
  background-color: rgb(167 243 208 / 0.6) !important;
}
.\!bg-emerald-300\/65{
  background-color: rgb(167 243 208 / 0.65) !important;
}
.\!bg-emerald-300\/70{
  background-color: rgb(167 243 208 / 0.7) !important;
}
.\!bg-emerald-300\/75{
  background-color: rgb(167 243 208 / 0.75) !important;
}
.\!bg-emerald-300\/80{
  background-color: rgb(167 243 208 / 0.8) !important;
}
.\!bg-emerald-300\/85{
  background-color: rgb(167 243 208 / 0.85) !important;
}
.\!bg-emerald-300\/90{
  background-color: rgb(167 243 208 / 0.9) !important;
}
.\!bg-emerald-300\/95{
  background-color: rgb(167 243 208 / 0.95) !important;
}
.\!bg-emerald-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-350\/0{
  background-color: rgb(110 231 183 / 0) !important;
}
.\!bg-emerald-350\/10{
  background-color: rgb(110 231 183 / 0.1) !important;
}
.\!bg-emerald-350\/100{
  background-color: rgb(110 231 183 / 1) !important;
}
.\!bg-emerald-350\/15{
  background-color: rgb(110 231 183 / 0.15) !important;
}
.\!bg-emerald-350\/20{
  background-color: rgb(110 231 183 / 0.2) !important;
}
.\!bg-emerald-350\/25{
  background-color: rgb(110 231 183 / 0.25) !important;
}
.\!bg-emerald-350\/30{
  background-color: rgb(110 231 183 / 0.3) !important;
}
.\!bg-emerald-350\/35{
  background-color: rgb(110 231 183 / 0.35) !important;
}
.\!bg-emerald-350\/40{
  background-color: rgb(110 231 183 / 0.4) !important;
}
.\!bg-emerald-350\/45{
  background-color: rgb(110 231 183 / 0.45) !important;
}
.\!bg-emerald-350\/5{
  background-color: rgb(110 231 183 / 0.05) !important;
}
.\!bg-emerald-350\/50{
  background-color: rgb(110 231 183 / 0.5) !important;
}
.\!bg-emerald-350\/55{
  background-color: rgb(110 231 183 / 0.55) !important;
}
.\!bg-emerald-350\/60{
  background-color: rgb(110 231 183 / 0.6) !important;
}
.\!bg-emerald-350\/65{
  background-color: rgb(110 231 183 / 0.65) !important;
}
.\!bg-emerald-350\/70{
  background-color: rgb(110 231 183 / 0.7) !important;
}
.\!bg-emerald-350\/75{
  background-color: rgb(110 231 183 / 0.75) !important;
}
.\!bg-emerald-350\/80{
  background-color: rgb(110 231 183 / 0.8) !important;
}
.\!bg-emerald-350\/85{
  background-color: rgb(110 231 183 / 0.85) !important;
}
.\!bg-emerald-350\/90{
  background-color: rgb(110 231 183 / 0.9) !important;
}
.\!bg-emerald-350\/95{
  background-color: rgb(110 231 183 / 0.95) !important;
}
.\!bg-emerald-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-400\/0{
  background-color: rgb(52 211 153 / 0) !important;
}
.\!bg-emerald-400\/10{
  background-color: rgb(52 211 153 / 0.1) !important;
}
.\!bg-emerald-400\/100{
  background-color: rgb(52 211 153 / 1) !important;
}
.\!bg-emerald-400\/15{
  background-color: rgb(52 211 153 / 0.15) !important;
}
.\!bg-emerald-400\/20{
  background-color: rgb(52 211 153 / 0.2) !important;
}
.\!bg-emerald-400\/25{
  background-color: rgb(52 211 153 / 0.25) !important;
}
.\!bg-emerald-400\/30{
  background-color: rgb(52 211 153 / 0.3) !important;
}
.\!bg-emerald-400\/35{
  background-color: rgb(52 211 153 / 0.35) !important;
}
.\!bg-emerald-400\/40{
  background-color: rgb(52 211 153 / 0.4) !important;
}
.\!bg-emerald-400\/45{
  background-color: rgb(52 211 153 / 0.45) !important;
}
.\!bg-emerald-400\/5{
  background-color: rgb(52 211 153 / 0.05) !important;
}
.\!bg-emerald-400\/50{
  background-color: rgb(52 211 153 / 0.5) !important;
}
.\!bg-emerald-400\/55{
  background-color: rgb(52 211 153 / 0.55) !important;
}
.\!bg-emerald-400\/60{
  background-color: rgb(52 211 153 / 0.6) !important;
}
.\!bg-emerald-400\/65{
  background-color: rgb(52 211 153 / 0.65) !important;
}
.\!bg-emerald-400\/70{
  background-color: rgb(52 211 153 / 0.7) !important;
}
.\!bg-emerald-400\/75{
  background-color: rgb(52 211 153 / 0.75) !important;
}
.\!bg-emerald-400\/80{
  background-color: rgb(52 211 153 / 0.8) !important;
}
.\!bg-emerald-400\/85{
  background-color: rgb(52 211 153 / 0.85) !important;
}
.\!bg-emerald-400\/90{
  background-color: rgb(52 211 153 / 0.9) !important;
}
.\!bg-emerald-400\/95{
  background-color: rgb(52 211 153 / 0.95) !important;
}
.\!bg-emerald-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-450\/0{
  background-color: rgb(16 185 129 / 0) !important;
}
.\!bg-emerald-450\/10{
  background-color: rgb(16 185 129 / 0.1) !important;
}
.\!bg-emerald-450\/100{
  background-color: rgb(16 185 129 / 1) !important;
}
.\!bg-emerald-450\/15{
  background-color: rgb(16 185 129 / 0.15) !important;
}
.\!bg-emerald-450\/20{
  background-color: rgb(16 185 129 / 0.2) !important;
}
.\!bg-emerald-450\/25{
  background-color: rgb(16 185 129 / 0.25) !important;
}
.\!bg-emerald-450\/30{
  background-color: rgb(16 185 129 / 0.3) !important;
}
.\!bg-emerald-450\/35{
  background-color: rgb(16 185 129 / 0.35) !important;
}
.\!bg-emerald-450\/40{
  background-color: rgb(16 185 129 / 0.4) !important;
}
.\!bg-emerald-450\/45{
  background-color: rgb(16 185 129 / 0.45) !important;
}
.\!bg-emerald-450\/5{
  background-color: rgb(16 185 129 / 0.05) !important;
}
.\!bg-emerald-450\/50{
  background-color: rgb(16 185 129 / 0.5) !important;
}
.\!bg-emerald-450\/55{
  background-color: rgb(16 185 129 / 0.55) !important;
}
.\!bg-emerald-450\/60{
  background-color: rgb(16 185 129 / 0.6) !important;
}
.\!bg-emerald-450\/65{
  background-color: rgb(16 185 129 / 0.65) !important;
}
.\!bg-emerald-450\/70{
  background-color: rgb(16 185 129 / 0.7) !important;
}
.\!bg-emerald-450\/75{
  background-color: rgb(16 185 129 / 0.75) !important;
}
.\!bg-emerald-450\/80{
  background-color: rgb(16 185 129 / 0.8) !important;
}
.\!bg-emerald-450\/85{
  background-color: rgb(16 185 129 / 0.85) !important;
}
.\!bg-emerald-450\/90{
  background-color: rgb(16 185 129 / 0.9) !important;
}
.\!bg-emerald-450\/95{
  background-color: rgb(16 185 129 / 0.95) !important;
}
.\!bg-emerald-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 255 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-50\/0{
  background-color: rgb(250 255 253 / 0) !important;
}
.\!bg-emerald-50\/10{
  background-color: rgb(250 255 253 / 0.1) !important;
}
.\!bg-emerald-50\/100{
  background-color: rgb(250 255 253 / 1) !important;
}
.\!bg-emerald-50\/15{
  background-color: rgb(250 255 253 / 0.15) !important;
}
.\!bg-emerald-50\/20{
  background-color: rgb(250 255 253 / 0.2) !important;
}
.\!bg-emerald-50\/25{
  background-color: rgb(250 255 253 / 0.25) !important;
}
.\!bg-emerald-50\/30{
  background-color: rgb(250 255 253 / 0.3) !important;
}
.\!bg-emerald-50\/35{
  background-color: rgb(250 255 253 / 0.35) !important;
}
.\!bg-emerald-50\/40{
  background-color: rgb(250 255 253 / 0.4) !important;
}
.\!bg-emerald-50\/45{
  background-color: rgb(250 255 253 / 0.45) !important;
}
.\!bg-emerald-50\/5{
  background-color: rgb(250 255 253 / 0.05) !important;
}
.\!bg-emerald-50\/50{
  background-color: rgb(250 255 253 / 0.5) !important;
}
.\!bg-emerald-50\/55{
  background-color: rgb(250 255 253 / 0.55) !important;
}
.\!bg-emerald-50\/60{
  background-color: rgb(250 255 253 / 0.6) !important;
}
.\!bg-emerald-50\/65{
  background-color: rgb(250 255 253 / 0.65) !important;
}
.\!bg-emerald-50\/70{
  background-color: rgb(250 255 253 / 0.7) !important;
}
.\!bg-emerald-50\/75{
  background-color: rgb(250 255 253 / 0.75) !important;
}
.\!bg-emerald-50\/80{
  background-color: rgb(250 255 253 / 0.8) !important;
}
.\!bg-emerald-50\/85{
  background-color: rgb(250 255 253 / 0.85) !important;
}
.\!bg-emerald-50\/90{
  background-color: rgb(250 255 253 / 0.9) !important;
}
.\!bg-emerald-50\/95{
  background-color: rgb(250 255 253 / 0.95) !important;
}
.\!bg-emerald-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-500\/0{
  background-color: rgb(5 150 105 / 0) !important;
}
.\!bg-emerald-500\/10{
  background-color: rgb(5 150 105 / 0.1) !important;
}
.\!bg-emerald-500\/100{
  background-color: rgb(5 150 105 / 1) !important;
}
.\!bg-emerald-500\/15{
  background-color: rgb(5 150 105 / 0.15) !important;
}
.\!bg-emerald-500\/20{
  background-color: rgb(5 150 105 / 0.2) !important;
}
.\!bg-emerald-500\/25{
  background-color: rgb(5 150 105 / 0.25) !important;
}
.\!bg-emerald-500\/30{
  background-color: rgb(5 150 105 / 0.3) !important;
}
.\!bg-emerald-500\/35{
  background-color: rgb(5 150 105 / 0.35) !important;
}
.\!bg-emerald-500\/40{
  background-color: rgb(5 150 105 / 0.4) !important;
}
.\!bg-emerald-500\/45{
  background-color: rgb(5 150 105 / 0.45) !important;
}
.\!bg-emerald-500\/5{
  background-color: rgb(5 150 105 / 0.05) !important;
}
.\!bg-emerald-500\/50{
  background-color: rgb(5 150 105 / 0.5) !important;
}
.\!bg-emerald-500\/55{
  background-color: rgb(5 150 105 / 0.55) !important;
}
.\!bg-emerald-500\/60{
  background-color: rgb(5 150 105 / 0.6) !important;
}
.\!bg-emerald-500\/65{
  background-color: rgb(5 150 105 / 0.65) !important;
}
.\!bg-emerald-500\/70{
  background-color: rgb(5 150 105 / 0.7) !important;
}
.\!bg-emerald-500\/75{
  background-color: rgb(5 150 105 / 0.75) !important;
}
.\!bg-emerald-500\/80{
  background-color: rgb(5 150 105 / 0.8) !important;
}
.\!bg-emerald-500\/85{
  background-color: rgb(5 150 105 / 0.85) !important;
}
.\!bg-emerald-500\/90{
  background-color: rgb(5 150 105 / 0.9) !important;
}
.\!bg-emerald-500\/95{
  background-color: rgb(5 150 105 / 0.95) !important;
}
.\!bg-emerald-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-600\/0{
  background-color: rgb(4 120 87 / 0) !important;
}
.\!bg-emerald-600\/10{
  background-color: rgb(4 120 87 / 0.1) !important;
}
.\!bg-emerald-600\/100{
  background-color: rgb(4 120 87 / 1) !important;
}
.\!bg-emerald-600\/15{
  background-color: rgb(4 120 87 / 0.15) !important;
}
.\!bg-emerald-600\/20{
  background-color: rgb(4 120 87 / 0.2) !important;
}
.\!bg-emerald-600\/25{
  background-color: rgb(4 120 87 / 0.25) !important;
}
.\!bg-emerald-600\/30{
  background-color: rgb(4 120 87 / 0.3) !important;
}
.\!bg-emerald-600\/35{
  background-color: rgb(4 120 87 / 0.35) !important;
}
.\!bg-emerald-600\/40{
  background-color: rgb(4 120 87 / 0.4) !important;
}
.\!bg-emerald-600\/45{
  background-color: rgb(4 120 87 / 0.45) !important;
}
.\!bg-emerald-600\/5{
  background-color: rgb(4 120 87 / 0.05) !important;
}
.\!bg-emerald-600\/50{
  background-color: rgb(4 120 87 / 0.5) !important;
}
.\!bg-emerald-600\/55{
  background-color: rgb(4 120 87 / 0.55) !important;
}
.\!bg-emerald-600\/60{
  background-color: rgb(4 120 87 / 0.6) !important;
}
.\!bg-emerald-600\/65{
  background-color: rgb(4 120 87 / 0.65) !important;
}
.\!bg-emerald-600\/70{
  background-color: rgb(4 120 87 / 0.7) !important;
}
.\!bg-emerald-600\/75{
  background-color: rgb(4 120 87 / 0.75) !important;
}
.\!bg-emerald-600\/80{
  background-color: rgb(4 120 87 / 0.8) !important;
}
.\!bg-emerald-600\/85{
  background-color: rgb(4 120 87 / 0.85) !important;
}
.\!bg-emerald-600\/90{
  background-color: rgb(4 120 87 / 0.9) !important;
}
.\!bg-emerald-600\/95{
  background-color: rgb(4 120 87 / 0.95) !important;
}
.\!bg-emerald-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-650\/0{
  background-color: rgb(6 95 70 / 0) !important;
}
.\!bg-emerald-650\/10{
  background-color: rgb(6 95 70 / 0.1) !important;
}
.\!bg-emerald-650\/100{
  background-color: rgb(6 95 70 / 1) !important;
}
.\!bg-emerald-650\/15{
  background-color: rgb(6 95 70 / 0.15) !important;
}
.\!bg-emerald-650\/20{
  background-color: rgb(6 95 70 / 0.2) !important;
}
.\!bg-emerald-650\/25{
  background-color: rgb(6 95 70 / 0.25) !important;
}
.\!bg-emerald-650\/30{
  background-color: rgb(6 95 70 / 0.3) !important;
}
.\!bg-emerald-650\/35{
  background-color: rgb(6 95 70 / 0.35) !important;
}
.\!bg-emerald-650\/40{
  background-color: rgb(6 95 70 / 0.4) !important;
}
.\!bg-emerald-650\/45{
  background-color: rgb(6 95 70 / 0.45) !important;
}
.\!bg-emerald-650\/5{
  background-color: rgb(6 95 70 / 0.05) !important;
}
.\!bg-emerald-650\/50{
  background-color: rgb(6 95 70 / 0.5) !important;
}
.\!bg-emerald-650\/55{
  background-color: rgb(6 95 70 / 0.55) !important;
}
.\!bg-emerald-650\/60{
  background-color: rgb(6 95 70 / 0.6) !important;
}
.\!bg-emerald-650\/65{
  background-color: rgb(6 95 70 / 0.65) !important;
}
.\!bg-emerald-650\/70{
  background-color: rgb(6 95 70 / 0.7) !important;
}
.\!bg-emerald-650\/75{
  background-color: rgb(6 95 70 / 0.75) !important;
}
.\!bg-emerald-650\/80{
  background-color: rgb(6 95 70 / 0.8) !important;
}
.\!bg-emerald-650\/85{
  background-color: rgb(6 95 70 / 0.85) !important;
}
.\!bg-emerald-650\/90{
  background-color: rgb(6 95 70 / 0.9) !important;
}
.\!bg-emerald-650\/95{
  background-color: rgb(6 95 70 / 0.95) !important;
}
.\!bg-emerald-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-700\/0{
  background-color: rgb(6 78 59 / 0) !important;
}
.\!bg-emerald-700\/10{
  background-color: rgb(6 78 59 / 0.1) !important;
}
.\!bg-emerald-700\/100{
  background-color: rgb(6 78 59 / 1) !important;
}
.\!bg-emerald-700\/15{
  background-color: rgb(6 78 59 / 0.15) !important;
}
.\!bg-emerald-700\/20{
  background-color: rgb(6 78 59 / 0.2) !important;
}
.\!bg-emerald-700\/25{
  background-color: rgb(6 78 59 / 0.25) !important;
}
.\!bg-emerald-700\/30{
  background-color: rgb(6 78 59 / 0.3) !important;
}
.\!bg-emerald-700\/35{
  background-color: rgb(6 78 59 / 0.35) !important;
}
.\!bg-emerald-700\/40{
  background-color: rgb(6 78 59 / 0.4) !important;
}
.\!bg-emerald-700\/45{
  background-color: rgb(6 78 59 / 0.45) !important;
}
.\!bg-emerald-700\/5{
  background-color: rgb(6 78 59 / 0.05) !important;
}
.\!bg-emerald-700\/50{
  background-color: rgb(6 78 59 / 0.5) !important;
}
.\!bg-emerald-700\/55{
  background-color: rgb(6 78 59 / 0.55) !important;
}
.\!bg-emerald-700\/60{
  background-color: rgb(6 78 59 / 0.6) !important;
}
.\!bg-emerald-700\/65{
  background-color: rgb(6 78 59 / 0.65) !important;
}
.\!bg-emerald-700\/70{
  background-color: rgb(6 78 59 / 0.7) !important;
}
.\!bg-emerald-700\/75{
  background-color: rgb(6 78 59 / 0.75) !important;
}
.\!bg-emerald-700\/80{
  background-color: rgb(6 78 59 / 0.8) !important;
}
.\!bg-emerald-700\/85{
  background-color: rgb(6 78 59 / 0.85) !important;
}
.\!bg-emerald-700\/90{
  background-color: rgb(6 78 59 / 0.9) !important;
}
.\!bg-emerald-700\/95{
  background-color: rgb(6 78 59 / 0.95) !important;
}
.\!bg-emerald-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 64 48 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-750\/0{
  background-color: rgb(4 64 48 / 0) !important;
}
.\!bg-emerald-750\/10{
  background-color: rgb(4 64 48 / 0.1) !important;
}
.\!bg-emerald-750\/100{
  background-color: rgb(4 64 48 / 1) !important;
}
.\!bg-emerald-750\/15{
  background-color: rgb(4 64 48 / 0.15) !important;
}
.\!bg-emerald-750\/20{
  background-color: rgb(4 64 48 / 0.2) !important;
}
.\!bg-emerald-750\/25{
  background-color: rgb(4 64 48 / 0.25) !important;
}
.\!bg-emerald-750\/30{
  background-color: rgb(4 64 48 / 0.3) !important;
}
.\!bg-emerald-750\/35{
  background-color: rgb(4 64 48 / 0.35) !important;
}
.\!bg-emerald-750\/40{
  background-color: rgb(4 64 48 / 0.4) !important;
}
.\!bg-emerald-750\/45{
  background-color: rgb(4 64 48 / 0.45) !important;
}
.\!bg-emerald-750\/5{
  background-color: rgb(4 64 48 / 0.05) !important;
}
.\!bg-emerald-750\/50{
  background-color: rgb(4 64 48 / 0.5) !important;
}
.\!bg-emerald-750\/55{
  background-color: rgb(4 64 48 / 0.55) !important;
}
.\!bg-emerald-750\/60{
  background-color: rgb(4 64 48 / 0.6) !important;
}
.\!bg-emerald-750\/65{
  background-color: rgb(4 64 48 / 0.65) !important;
}
.\!bg-emerald-750\/70{
  background-color: rgb(4 64 48 / 0.7) !important;
}
.\!bg-emerald-750\/75{
  background-color: rgb(4 64 48 / 0.75) !important;
}
.\!bg-emerald-750\/80{
  background-color: rgb(4 64 48 / 0.8) !important;
}
.\!bg-emerald-750\/85{
  background-color: rgb(4 64 48 / 0.85) !important;
}
.\!bg-emerald-750\/90{
  background-color: rgb(4 64 48 / 0.9) !important;
}
.\!bg-emerald-750\/95{
  background-color: rgb(4 64 48 / 0.95) !important;
}
.\!bg-emerald-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 51 38 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-800\/0{
  background-color: rgb(2 51 38 / 0) !important;
}
.\!bg-emerald-800\/10{
  background-color: rgb(2 51 38 / 0.1) !important;
}
.\!bg-emerald-800\/100{
  background-color: rgb(2 51 38 / 1) !important;
}
.\!bg-emerald-800\/15{
  background-color: rgb(2 51 38 / 0.15) !important;
}
.\!bg-emerald-800\/20{
  background-color: rgb(2 51 38 / 0.2) !important;
}
.\!bg-emerald-800\/25{
  background-color: rgb(2 51 38 / 0.25) !important;
}
.\!bg-emerald-800\/30{
  background-color: rgb(2 51 38 / 0.3) !important;
}
.\!bg-emerald-800\/35{
  background-color: rgb(2 51 38 / 0.35) !important;
}
.\!bg-emerald-800\/40{
  background-color: rgb(2 51 38 / 0.4) !important;
}
.\!bg-emerald-800\/45{
  background-color: rgb(2 51 38 / 0.45) !important;
}
.\!bg-emerald-800\/5{
  background-color: rgb(2 51 38 / 0.05) !important;
}
.\!bg-emerald-800\/50{
  background-color: rgb(2 51 38 / 0.5) !important;
}
.\!bg-emerald-800\/55{
  background-color: rgb(2 51 38 / 0.55) !important;
}
.\!bg-emerald-800\/60{
  background-color: rgb(2 51 38 / 0.6) !important;
}
.\!bg-emerald-800\/65{
  background-color: rgb(2 51 38 / 0.65) !important;
}
.\!bg-emerald-800\/70{
  background-color: rgb(2 51 38 / 0.7) !important;
}
.\!bg-emerald-800\/75{
  background-color: rgb(2 51 38 / 0.75) !important;
}
.\!bg-emerald-800\/80{
  background-color: rgb(2 51 38 / 0.8) !important;
}
.\!bg-emerald-800\/85{
  background-color: rgb(2 51 38 / 0.85) !important;
}
.\!bg-emerald-800\/90{
  background-color: rgb(2 51 38 / 0.9) !important;
}
.\!bg-emerald-800\/95{
  background-color: rgb(2 51 38 / 0.95) !important;
}
.\!bg-emerald-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 38 28 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-900\/0{
  background-color: rgb(0 38 28 / 0) !important;
}
.\!bg-emerald-900\/10{
  background-color: rgb(0 38 28 / 0.1) !important;
}
.\!bg-emerald-900\/100{
  background-color: rgb(0 38 28 / 1) !important;
}
.\!bg-emerald-900\/15{
  background-color: rgb(0 38 28 / 0.15) !important;
}
.\!bg-emerald-900\/20{
  background-color: rgb(0 38 28 / 0.2) !important;
}
.\!bg-emerald-900\/25{
  background-color: rgb(0 38 28 / 0.25) !important;
}
.\!bg-emerald-900\/30{
  background-color: rgb(0 38 28 / 0.3) !important;
}
.\!bg-emerald-900\/35{
  background-color: rgb(0 38 28 / 0.35) !important;
}
.\!bg-emerald-900\/40{
  background-color: rgb(0 38 28 / 0.4) !important;
}
.\!bg-emerald-900\/45{
  background-color: rgb(0 38 28 / 0.45) !important;
}
.\!bg-emerald-900\/5{
  background-color: rgb(0 38 28 / 0.05) !important;
}
.\!bg-emerald-900\/50{
  background-color: rgb(0 38 28 / 0.5) !important;
}
.\!bg-emerald-900\/55{
  background-color: rgb(0 38 28 / 0.55) !important;
}
.\!bg-emerald-900\/60{
  background-color: rgb(0 38 28 / 0.6) !important;
}
.\!bg-emerald-900\/65{
  background-color: rgb(0 38 28 / 0.65) !important;
}
.\!bg-emerald-900\/70{
  background-color: rgb(0 38 28 / 0.7) !important;
}
.\!bg-emerald-900\/75{
  background-color: rgb(0 38 28 / 0.75) !important;
}
.\!bg-emerald-900\/80{
  background-color: rgb(0 38 28 / 0.8) !important;
}
.\!bg-emerald-900\/85{
  background-color: rgb(0 38 28 / 0.85) !important;
}
.\!bg-emerald-900\/90{
  background-color: rgb(0 38 28 / 0.9) !important;
}
.\!bg-emerald-900\/95{
  background-color: rgb(0 38 28 / 0.95) !important;
}
.\!bg-emerald-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity)) !important;
}
.\!bg-emerald-950\/0{
  background-color: rgb(2 44 34 / 0) !important;
}
.\!bg-emerald-950\/10{
  background-color: rgb(2 44 34 / 0.1) !important;
}
.\!bg-emerald-950\/100{
  background-color: rgb(2 44 34 / 1) !important;
}
.\!bg-emerald-950\/15{
  background-color: rgb(2 44 34 / 0.15) !important;
}
.\!bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2) !important;
}
.\!bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25) !important;
}
.\!bg-emerald-950\/30{
  background-color: rgb(2 44 34 / 0.3) !important;
}
.\!bg-emerald-950\/35{
  background-color: rgb(2 44 34 / 0.35) !important;
}
.\!bg-emerald-950\/40{
  background-color: rgb(2 44 34 / 0.4) !important;
}
.\!bg-emerald-950\/45{
  background-color: rgb(2 44 34 / 0.45) !important;
}
.\!bg-emerald-950\/5{
  background-color: rgb(2 44 34 / 0.05) !important;
}
.\!bg-emerald-950\/50{
  background-color: rgb(2 44 34 / 0.5) !important;
}
.\!bg-emerald-950\/55{
  background-color: rgb(2 44 34 / 0.55) !important;
}
.\!bg-emerald-950\/60{
  background-color: rgb(2 44 34 / 0.6) !important;
}
.\!bg-emerald-950\/65{
  background-color: rgb(2 44 34 / 0.65) !important;
}
.\!bg-emerald-950\/70{
  background-color: rgb(2 44 34 / 0.7) !important;
}
.\!bg-emerald-950\/75{
  background-color: rgb(2 44 34 / 0.75) !important;
}
.\!bg-emerald-950\/80{
  background-color: rgb(2 44 34 / 0.8) !important;
}
.\!bg-emerald-950\/85{
  background-color: rgb(2 44 34 / 0.85) !important;
}
.\!bg-emerald-950\/90{
  background-color: rgb(2 44 34 / 0.9) !important;
}
.\!bg-emerald-950\/95{
  background-color: rgb(2 44 34 / 0.95) !important;
}
.\!bg-error-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 248 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-100\/0{
  background-color: rgb(254 248 247 / 0) !important;
}
.\!bg-error-100\/10{
  background-color: rgb(254 248 247 / 0.1) !important;
}
.\!bg-error-100\/100{
  background-color: rgb(254 248 247 / 1) !important;
}
.\!bg-error-100\/15{
  background-color: rgb(254 248 247 / 0.15) !important;
}
.\!bg-error-100\/20{
  background-color: rgb(254 248 247 / 0.2) !important;
}
.\!bg-error-100\/25{
  background-color: rgb(254 248 247 / 0.25) !important;
}
.\!bg-error-100\/30{
  background-color: rgb(254 248 247 / 0.3) !important;
}
.\!bg-error-100\/35{
  background-color: rgb(254 248 247 / 0.35) !important;
}
.\!bg-error-100\/40{
  background-color: rgb(254 248 247 / 0.4) !important;
}
.\!bg-error-100\/45{
  background-color: rgb(254 248 247 / 0.45) !important;
}
.\!bg-error-100\/5{
  background-color: rgb(254 248 247 / 0.05) !important;
}
.\!bg-error-100\/50{
  background-color: rgb(254 248 247 / 0.5) !important;
}
.\!bg-error-100\/55{
  background-color: rgb(254 248 247 / 0.55) !important;
}
.\!bg-error-100\/60{
  background-color: rgb(254 248 247 / 0.6) !important;
}
.\!bg-error-100\/65{
  background-color: rgb(254 248 247 / 0.65) !important;
}
.\!bg-error-100\/70{
  background-color: rgb(254 248 247 / 0.7) !important;
}
.\!bg-error-100\/75{
  background-color: rgb(254 248 247 / 0.75) !important;
}
.\!bg-error-100\/80{
  background-color: rgb(254 248 247 / 0.8) !important;
}
.\!bg-error-100\/85{
  background-color: rgb(254 248 247 / 0.85) !important;
}
.\!bg-error-100\/90{
  background-color: rgb(254 248 247 / 0.9) !important;
}
.\!bg-error-100\/95{
  background-color: rgb(254 248 247 / 0.95) !important;
}
.\!bg-error-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 239 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-200\/0{
  background-color: rgb(252 239 235 / 0) !important;
}
.\!bg-error-200\/10{
  background-color: rgb(252 239 235 / 0.1) !important;
}
.\!bg-error-200\/100{
  background-color: rgb(252 239 235 / 1) !important;
}
.\!bg-error-200\/15{
  background-color: rgb(252 239 235 / 0.15) !important;
}
.\!bg-error-200\/20{
  background-color: rgb(252 239 235 / 0.2) !important;
}
.\!bg-error-200\/25{
  background-color: rgb(252 239 235 / 0.25) !important;
}
.\!bg-error-200\/30{
  background-color: rgb(252 239 235 / 0.3) !important;
}
.\!bg-error-200\/35{
  background-color: rgb(252 239 235 / 0.35) !important;
}
.\!bg-error-200\/40{
  background-color: rgb(252 239 235 / 0.4) !important;
}
.\!bg-error-200\/45{
  background-color: rgb(252 239 235 / 0.45) !important;
}
.\!bg-error-200\/5{
  background-color: rgb(252 239 235 / 0.05) !important;
}
.\!bg-error-200\/50{
  background-color: rgb(252 239 235 / 0.5) !important;
}
.\!bg-error-200\/55{
  background-color: rgb(252 239 235 / 0.55) !important;
}
.\!bg-error-200\/60{
  background-color: rgb(252 239 235 / 0.6) !important;
}
.\!bg-error-200\/65{
  background-color: rgb(252 239 235 / 0.65) !important;
}
.\!bg-error-200\/70{
  background-color: rgb(252 239 235 / 0.7) !important;
}
.\!bg-error-200\/75{
  background-color: rgb(252 239 235 / 0.75) !important;
}
.\!bg-error-200\/80{
  background-color: rgb(252 239 235 / 0.8) !important;
}
.\!bg-error-200\/85{
  background-color: rgb(252 239 235 / 0.85) !important;
}
.\!bg-error-200\/90{
  background-color: rgb(252 239 235 / 0.9) !important;
}
.\!bg-error-200\/95{
  background-color: rgb(252 239 235 / 0.95) !important;
}
.\!bg-error-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 219 215 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-300\/0{
  background-color: rgb(250 219 215 / 0) !important;
}
.\!bg-error-300\/10{
  background-color: rgb(250 219 215 / 0.1) !important;
}
.\!bg-error-300\/100{
  background-color: rgb(250 219 215 / 1) !important;
}
.\!bg-error-300\/15{
  background-color: rgb(250 219 215 / 0.15) !important;
}
.\!bg-error-300\/20{
  background-color: rgb(250 219 215 / 0.2) !important;
}
.\!bg-error-300\/25{
  background-color: rgb(250 219 215 / 0.25) !important;
}
.\!bg-error-300\/30{
  background-color: rgb(250 219 215 / 0.3) !important;
}
.\!bg-error-300\/35{
  background-color: rgb(250 219 215 / 0.35) !important;
}
.\!bg-error-300\/40{
  background-color: rgb(250 219 215 / 0.4) !important;
}
.\!bg-error-300\/45{
  background-color: rgb(250 219 215 / 0.45) !important;
}
.\!bg-error-300\/5{
  background-color: rgb(250 219 215 / 0.05) !important;
}
.\!bg-error-300\/50{
  background-color: rgb(250 219 215 / 0.5) !important;
}
.\!bg-error-300\/55{
  background-color: rgb(250 219 215 / 0.55) !important;
}
.\!bg-error-300\/60{
  background-color: rgb(250 219 215 / 0.6) !important;
}
.\!bg-error-300\/65{
  background-color: rgb(250 219 215 / 0.65) !important;
}
.\!bg-error-300\/70{
  background-color: rgb(250 219 215 / 0.7) !important;
}
.\!bg-error-300\/75{
  background-color: rgb(250 219 215 / 0.75) !important;
}
.\!bg-error-300\/80{
  background-color: rgb(250 219 215 / 0.8) !important;
}
.\!bg-error-300\/85{
  background-color: rgb(250 219 215 / 0.85) !important;
}
.\!bg-error-300\/90{
  background-color: rgb(250 219 215 / 0.9) !important;
}
.\!bg-error-300\/95{
  background-color: rgb(250 219 215 / 0.95) !important;
}
.\!bg-error-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 184 173 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-350\/0{
  background-color: rgb(245 184 173 / 0) !important;
}
.\!bg-error-350\/10{
  background-color: rgb(245 184 173 / 0.1) !important;
}
.\!bg-error-350\/100{
  background-color: rgb(245 184 173 / 1) !important;
}
.\!bg-error-350\/15{
  background-color: rgb(245 184 173 / 0.15) !important;
}
.\!bg-error-350\/20{
  background-color: rgb(245 184 173 / 0.2) !important;
}
.\!bg-error-350\/25{
  background-color: rgb(245 184 173 / 0.25) !important;
}
.\!bg-error-350\/30{
  background-color: rgb(245 184 173 / 0.3) !important;
}
.\!bg-error-350\/35{
  background-color: rgb(245 184 173 / 0.35) !important;
}
.\!bg-error-350\/40{
  background-color: rgb(245 184 173 / 0.4) !important;
}
.\!bg-error-350\/45{
  background-color: rgb(245 184 173 / 0.45) !important;
}
.\!bg-error-350\/5{
  background-color: rgb(245 184 173 / 0.05) !important;
}
.\!bg-error-350\/50{
  background-color: rgb(245 184 173 / 0.5) !important;
}
.\!bg-error-350\/55{
  background-color: rgb(245 184 173 / 0.55) !important;
}
.\!bg-error-350\/60{
  background-color: rgb(245 184 173 / 0.6) !important;
}
.\!bg-error-350\/65{
  background-color: rgb(245 184 173 / 0.65) !important;
}
.\!bg-error-350\/70{
  background-color: rgb(245 184 173 / 0.7) !important;
}
.\!bg-error-350\/75{
  background-color: rgb(245 184 173 / 0.75) !important;
}
.\!bg-error-350\/80{
  background-color: rgb(245 184 173 / 0.8) !important;
}
.\!bg-error-350\/85{
  background-color: rgb(245 184 173 / 0.85) !important;
}
.\!bg-error-350\/90{
  background-color: rgb(245 184 173 / 0.9) !important;
}
.\!bg-error-350\/95{
  background-color: rgb(245 184 173 / 0.95) !important;
}
.\!bg-error-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 143 130 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-400\/0{
  background-color: rgb(239 143 130 / 0) !important;
}
.\!bg-error-400\/10{
  background-color: rgb(239 143 130 / 0.1) !important;
}
.\!bg-error-400\/100{
  background-color: rgb(239 143 130 / 1) !important;
}
.\!bg-error-400\/15{
  background-color: rgb(239 143 130 / 0.15) !important;
}
.\!bg-error-400\/20{
  background-color: rgb(239 143 130 / 0.2) !important;
}
.\!bg-error-400\/25{
  background-color: rgb(239 143 130 / 0.25) !important;
}
.\!bg-error-400\/30{
  background-color: rgb(239 143 130 / 0.3) !important;
}
.\!bg-error-400\/35{
  background-color: rgb(239 143 130 / 0.35) !important;
}
.\!bg-error-400\/40{
  background-color: rgb(239 143 130 / 0.4) !important;
}
.\!bg-error-400\/45{
  background-color: rgb(239 143 130 / 0.45) !important;
}
.\!bg-error-400\/5{
  background-color: rgb(239 143 130 / 0.05) !important;
}
.\!bg-error-400\/50{
  background-color: rgb(239 143 130 / 0.5) !important;
}
.\!bg-error-400\/55{
  background-color: rgb(239 143 130 / 0.55) !important;
}
.\!bg-error-400\/60{
  background-color: rgb(239 143 130 / 0.6) !important;
}
.\!bg-error-400\/65{
  background-color: rgb(239 143 130 / 0.65) !important;
}
.\!bg-error-400\/70{
  background-color: rgb(239 143 130 / 0.7) !important;
}
.\!bg-error-400\/75{
  background-color: rgb(239 143 130 / 0.75) !important;
}
.\!bg-error-400\/80{
  background-color: rgb(239 143 130 / 0.8) !important;
}
.\!bg-error-400\/85{
  background-color: rgb(239 143 130 / 0.85) !important;
}
.\!bg-error-400\/90{
  background-color: rgb(239 143 130 / 0.9) !important;
}
.\!bg-error-400\/95{
  background-color: rgb(239 143 130 / 0.95) !important;
}
.\!bg-error-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 97 82 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-450\/0{
  background-color: rgb(235 97 82 / 0) !important;
}
.\!bg-error-450\/10{
  background-color: rgb(235 97 82 / 0.1) !important;
}
.\!bg-error-450\/100{
  background-color: rgb(235 97 82 / 1) !important;
}
.\!bg-error-450\/15{
  background-color: rgb(235 97 82 / 0.15) !important;
}
.\!bg-error-450\/20{
  background-color: rgb(235 97 82 / 0.2) !important;
}
.\!bg-error-450\/25{
  background-color: rgb(235 97 82 / 0.25) !important;
}
.\!bg-error-450\/30{
  background-color: rgb(235 97 82 / 0.3) !important;
}
.\!bg-error-450\/35{
  background-color: rgb(235 97 82 / 0.35) !important;
}
.\!bg-error-450\/40{
  background-color: rgb(235 97 82 / 0.4) !important;
}
.\!bg-error-450\/45{
  background-color: rgb(235 97 82 / 0.45) !important;
}
.\!bg-error-450\/5{
  background-color: rgb(235 97 82 / 0.05) !important;
}
.\!bg-error-450\/50{
  background-color: rgb(235 97 82 / 0.5) !important;
}
.\!bg-error-450\/55{
  background-color: rgb(235 97 82 / 0.55) !important;
}
.\!bg-error-450\/60{
  background-color: rgb(235 97 82 / 0.6) !important;
}
.\!bg-error-450\/65{
  background-color: rgb(235 97 82 / 0.65) !important;
}
.\!bg-error-450\/70{
  background-color: rgb(235 97 82 / 0.7) !important;
}
.\!bg-error-450\/75{
  background-color: rgb(235 97 82 / 0.75) !important;
}
.\!bg-error-450\/80{
  background-color: rgb(235 97 82 / 0.8) !important;
}
.\!bg-error-450\/85{
  background-color: rgb(235 97 82 / 0.85) !important;
}
.\!bg-error-450\/90{
  background-color: rgb(235 97 82 / 0.9) !important;
}
.\!bg-error-450\/95{
  background-color: rgb(235 97 82 / 0.95) !important;
}
.\!bg-error-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-50\/0{
  background-color: rgb(255 251 255 / 0) !important;
}
.\!bg-error-50\/10{
  background-color: rgb(255 251 255 / 0.1) !important;
}
.\!bg-error-50\/100{
  background-color: rgb(255 251 255 / 1) !important;
}
.\!bg-error-50\/15{
  background-color: rgb(255 251 255 / 0.15) !important;
}
.\!bg-error-50\/20{
  background-color: rgb(255 251 255 / 0.2) !important;
}
.\!bg-error-50\/25{
  background-color: rgb(255 251 255 / 0.25) !important;
}
.\!bg-error-50\/30{
  background-color: rgb(255 251 255 / 0.3) !important;
}
.\!bg-error-50\/35{
  background-color: rgb(255 251 255 / 0.35) !important;
}
.\!bg-error-50\/40{
  background-color: rgb(255 251 255 / 0.4) !important;
}
.\!bg-error-50\/45{
  background-color: rgb(255 251 255 / 0.45) !important;
}
.\!bg-error-50\/5{
  background-color: rgb(255 251 255 / 0.05) !important;
}
.\!bg-error-50\/50{
  background-color: rgb(255 251 255 / 0.5) !important;
}
.\!bg-error-50\/55{
  background-color: rgb(255 251 255 / 0.55) !important;
}
.\!bg-error-50\/60{
  background-color: rgb(255 251 255 / 0.6) !important;
}
.\!bg-error-50\/65{
  background-color: rgb(255 251 255 / 0.65) !important;
}
.\!bg-error-50\/70{
  background-color: rgb(255 251 255 / 0.7) !important;
}
.\!bg-error-50\/75{
  background-color: rgb(255 251 255 / 0.75) !important;
}
.\!bg-error-50\/80{
  background-color: rgb(255 251 255 / 0.8) !important;
}
.\!bg-error-50\/85{
  background-color: rgb(255 251 255 / 0.85) !important;
}
.\!bg-error-50\/90{
  background-color: rgb(255 251 255 / 0.9) !important;
}
.\!bg-error-50\/95{
  background-color: rgb(255 251 255 / 0.95) !important;
}
.\!bg-error-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 70 58 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-500\/0{
  background-color: rgb(205 70 58 / 0) !important;
}
.\!bg-error-500\/10{
  background-color: rgb(205 70 58 / 0.1) !important;
}
.\!bg-error-500\/100{
  background-color: rgb(205 70 58 / 1) !important;
}
.\!bg-error-500\/15{
  background-color: rgb(205 70 58 / 0.15) !important;
}
.\!bg-error-500\/20{
  background-color: rgb(205 70 58 / 0.2) !important;
}
.\!bg-error-500\/25{
  background-color: rgb(205 70 58 / 0.25) !important;
}
.\!bg-error-500\/30{
  background-color: rgb(205 70 58 / 0.3) !important;
}
.\!bg-error-500\/35{
  background-color: rgb(205 70 58 / 0.35) !important;
}
.\!bg-error-500\/40{
  background-color: rgb(205 70 58 / 0.4) !important;
}
.\!bg-error-500\/45{
  background-color: rgb(205 70 58 / 0.45) !important;
}
.\!bg-error-500\/5{
  background-color: rgb(205 70 58 / 0.05) !important;
}
.\!bg-error-500\/50{
  background-color: rgb(205 70 58 / 0.5) !important;
}
.\!bg-error-500\/55{
  background-color: rgb(205 70 58 / 0.55) !important;
}
.\!bg-error-500\/60{
  background-color: rgb(205 70 58 / 0.6) !important;
}
.\!bg-error-500\/65{
  background-color: rgb(205 70 58 / 0.65) !important;
}
.\!bg-error-500\/70{
  background-color: rgb(205 70 58 / 0.7) !important;
}
.\!bg-error-500\/75{
  background-color: rgb(205 70 58 / 0.75) !important;
}
.\!bg-error-500\/80{
  background-color: rgb(205 70 58 / 0.8) !important;
}
.\!bg-error-500\/85{
  background-color: rgb(205 70 58 / 0.85) !important;
}
.\!bg-error-500\/90{
  background-color: rgb(205 70 58 / 0.9) !important;
}
.\!bg-error-500\/95{
  background-color: rgb(205 70 58 / 0.95) !important;
}
.\!bg-error-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(171 45 37 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-600\/0{
  background-color: rgb(171 45 37 / 0) !important;
}
.\!bg-error-600\/10{
  background-color: rgb(171 45 37 / 0.1) !important;
}
.\!bg-error-600\/100{
  background-color: rgb(171 45 37 / 1) !important;
}
.\!bg-error-600\/15{
  background-color: rgb(171 45 37 / 0.15) !important;
}
.\!bg-error-600\/20{
  background-color: rgb(171 45 37 / 0.2) !important;
}
.\!bg-error-600\/25{
  background-color: rgb(171 45 37 / 0.25) !important;
}
.\!bg-error-600\/30{
  background-color: rgb(171 45 37 / 0.3) !important;
}
.\!bg-error-600\/35{
  background-color: rgb(171 45 37 / 0.35) !important;
}
.\!bg-error-600\/40{
  background-color: rgb(171 45 37 / 0.4) !important;
}
.\!bg-error-600\/45{
  background-color: rgb(171 45 37 / 0.45) !important;
}
.\!bg-error-600\/5{
  background-color: rgb(171 45 37 / 0.05) !important;
}
.\!bg-error-600\/50{
  background-color: rgb(171 45 37 / 0.5) !important;
}
.\!bg-error-600\/55{
  background-color: rgb(171 45 37 / 0.55) !important;
}
.\!bg-error-600\/60{
  background-color: rgb(171 45 37 / 0.6) !important;
}
.\!bg-error-600\/65{
  background-color: rgb(171 45 37 / 0.65) !important;
}
.\!bg-error-600\/70{
  background-color: rgb(171 45 37 / 0.7) !important;
}
.\!bg-error-600\/75{
  background-color: rgb(171 45 37 / 0.75) !important;
}
.\!bg-error-600\/80{
  background-color: rgb(171 45 37 / 0.8) !important;
}
.\!bg-error-600\/85{
  background-color: rgb(171 45 37 / 0.85) !important;
}
.\!bg-error-600\/90{
  background-color: rgb(171 45 37 / 0.9) !important;
}
.\!bg-error-600\/95{
  background-color: rgb(171 45 37 / 0.95) !important;
}
.\!bg-error-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(155 33 28 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-650\/0{
  background-color: rgb(155 33 28 / 0) !important;
}
.\!bg-error-650\/10{
  background-color: rgb(155 33 28 / 0.1) !important;
}
.\!bg-error-650\/100{
  background-color: rgb(155 33 28 / 1) !important;
}
.\!bg-error-650\/15{
  background-color: rgb(155 33 28 / 0.15) !important;
}
.\!bg-error-650\/20{
  background-color: rgb(155 33 28 / 0.2) !important;
}
.\!bg-error-650\/25{
  background-color: rgb(155 33 28 / 0.25) !important;
}
.\!bg-error-650\/30{
  background-color: rgb(155 33 28 / 0.3) !important;
}
.\!bg-error-650\/35{
  background-color: rgb(155 33 28 / 0.35) !important;
}
.\!bg-error-650\/40{
  background-color: rgb(155 33 28 / 0.4) !important;
}
.\!bg-error-650\/45{
  background-color: rgb(155 33 28 / 0.45) !important;
}
.\!bg-error-650\/5{
  background-color: rgb(155 33 28 / 0.05) !important;
}
.\!bg-error-650\/50{
  background-color: rgb(155 33 28 / 0.5) !important;
}
.\!bg-error-650\/55{
  background-color: rgb(155 33 28 / 0.55) !important;
}
.\!bg-error-650\/60{
  background-color: rgb(155 33 28 / 0.6) !important;
}
.\!bg-error-650\/65{
  background-color: rgb(155 33 28 / 0.65) !important;
}
.\!bg-error-650\/70{
  background-color: rgb(155 33 28 / 0.7) !important;
}
.\!bg-error-650\/75{
  background-color: rgb(155 33 28 / 0.75) !important;
}
.\!bg-error-650\/80{
  background-color: rgb(155 33 28 / 0.8) !important;
}
.\!bg-error-650\/85{
  background-color: rgb(155 33 28 / 0.85) !important;
}
.\!bg-error-650\/90{
  background-color: rgb(155 33 28 / 0.9) !important;
}
.\!bg-error-650\/95{
  background-color: rgb(155 33 28 / 0.95) !important;
}
.\!bg-error-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 25 20 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-700\/0{
  background-color: rgb(134 25 20 / 0) !important;
}
.\!bg-error-700\/10{
  background-color: rgb(134 25 20 / 0.1) !important;
}
.\!bg-error-700\/100{
  background-color: rgb(134 25 20 / 1) !important;
}
.\!bg-error-700\/15{
  background-color: rgb(134 25 20 / 0.15) !important;
}
.\!bg-error-700\/20{
  background-color: rgb(134 25 20 / 0.2) !important;
}
.\!bg-error-700\/25{
  background-color: rgb(134 25 20 / 0.25) !important;
}
.\!bg-error-700\/30{
  background-color: rgb(134 25 20 / 0.3) !important;
}
.\!bg-error-700\/35{
  background-color: rgb(134 25 20 / 0.35) !important;
}
.\!bg-error-700\/40{
  background-color: rgb(134 25 20 / 0.4) !important;
}
.\!bg-error-700\/45{
  background-color: rgb(134 25 20 / 0.45) !important;
}
.\!bg-error-700\/5{
  background-color: rgb(134 25 20 / 0.05) !important;
}
.\!bg-error-700\/50{
  background-color: rgb(134 25 20 / 0.5) !important;
}
.\!bg-error-700\/55{
  background-color: rgb(134 25 20 / 0.55) !important;
}
.\!bg-error-700\/60{
  background-color: rgb(134 25 20 / 0.6) !important;
}
.\!bg-error-700\/65{
  background-color: rgb(134 25 20 / 0.65) !important;
}
.\!bg-error-700\/70{
  background-color: rgb(134 25 20 / 0.7) !important;
}
.\!bg-error-700\/75{
  background-color: rgb(134 25 20 / 0.75) !important;
}
.\!bg-error-700\/80{
  background-color: rgb(134 25 20 / 0.8) !important;
}
.\!bg-error-700\/85{
  background-color: rgb(134 25 20 / 0.85) !important;
}
.\!bg-error-700\/90{
  background-color: rgb(134 25 20 / 0.9) !important;
}
.\!bg-error-700\/95{
  background-color: rgb(134 25 20 / 0.95) !important;
}
.\!bg-error-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 20 17 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-750\/0{
  background-color: rgb(115 20 17 / 0) !important;
}
.\!bg-error-750\/10{
  background-color: rgb(115 20 17 / 0.1) !important;
}
.\!bg-error-750\/100{
  background-color: rgb(115 20 17 / 1) !important;
}
.\!bg-error-750\/15{
  background-color: rgb(115 20 17 / 0.15) !important;
}
.\!bg-error-750\/20{
  background-color: rgb(115 20 17 / 0.2) !important;
}
.\!bg-error-750\/25{
  background-color: rgb(115 20 17 / 0.25) !important;
}
.\!bg-error-750\/30{
  background-color: rgb(115 20 17 / 0.3) !important;
}
.\!bg-error-750\/35{
  background-color: rgb(115 20 17 / 0.35) !important;
}
.\!bg-error-750\/40{
  background-color: rgb(115 20 17 / 0.4) !important;
}
.\!bg-error-750\/45{
  background-color: rgb(115 20 17 / 0.45) !important;
}
.\!bg-error-750\/5{
  background-color: rgb(115 20 17 / 0.05) !important;
}
.\!bg-error-750\/50{
  background-color: rgb(115 20 17 / 0.5) !important;
}
.\!bg-error-750\/55{
  background-color: rgb(115 20 17 / 0.55) !important;
}
.\!bg-error-750\/60{
  background-color: rgb(115 20 17 / 0.6) !important;
}
.\!bg-error-750\/65{
  background-color: rgb(115 20 17 / 0.65) !important;
}
.\!bg-error-750\/70{
  background-color: rgb(115 20 17 / 0.7) !important;
}
.\!bg-error-750\/75{
  background-color: rgb(115 20 17 / 0.75) !important;
}
.\!bg-error-750\/80{
  background-color: rgb(115 20 17 / 0.8) !important;
}
.\!bg-error-750\/85{
  background-color: rgb(115 20 17 / 0.85) !important;
}
.\!bg-error-750\/90{
  background-color: rgb(115 20 17 / 0.9) !important;
}
.\!bg-error-750\/95{
  background-color: rgb(115 20 17 / 0.95) !important;
}
.\!bg-error-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 16 12 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-800\/0{
  background-color: rgb(96 16 12 / 0) !important;
}
.\!bg-error-800\/10{
  background-color: rgb(96 16 12 / 0.1) !important;
}
.\!bg-error-800\/100{
  background-color: rgb(96 16 12 / 1) !important;
}
.\!bg-error-800\/15{
  background-color: rgb(96 16 12 / 0.15) !important;
}
.\!bg-error-800\/20{
  background-color: rgb(96 16 12 / 0.2) !important;
}
.\!bg-error-800\/25{
  background-color: rgb(96 16 12 / 0.25) !important;
}
.\!bg-error-800\/30{
  background-color: rgb(96 16 12 / 0.3) !important;
}
.\!bg-error-800\/35{
  background-color: rgb(96 16 12 / 0.35) !important;
}
.\!bg-error-800\/40{
  background-color: rgb(96 16 12 / 0.4) !important;
}
.\!bg-error-800\/45{
  background-color: rgb(96 16 12 / 0.45) !important;
}
.\!bg-error-800\/5{
  background-color: rgb(96 16 12 / 0.05) !important;
}
.\!bg-error-800\/50{
  background-color: rgb(96 16 12 / 0.5) !important;
}
.\!bg-error-800\/55{
  background-color: rgb(96 16 12 / 0.55) !important;
}
.\!bg-error-800\/60{
  background-color: rgb(96 16 12 / 0.6) !important;
}
.\!bg-error-800\/65{
  background-color: rgb(96 16 12 / 0.65) !important;
}
.\!bg-error-800\/70{
  background-color: rgb(96 16 12 / 0.7) !important;
}
.\!bg-error-800\/75{
  background-color: rgb(96 16 12 / 0.75) !important;
}
.\!bg-error-800\/80{
  background-color: rgb(96 16 12 / 0.8) !important;
}
.\!bg-error-800\/85{
  background-color: rgb(96 16 12 / 0.85) !important;
}
.\!bg-error-800\/90{
  background-color: rgb(96 16 12 / 0.9) !important;
}
.\!bg-error-800\/95{
  background-color: rgb(96 16 12 / 0.95) !important;
}
.\!bg-error-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 6 5 / var(--tw-bg-opacity)) !important;
}
.\!bg-error-900\/0{
  background-color: rgb(59 6 5 / 0) !important;
}
.\!bg-error-900\/10{
  background-color: rgb(59 6 5 / 0.1) !important;
}
.\!bg-error-900\/100{
  background-color: rgb(59 6 5 / 1) !important;
}
.\!bg-error-900\/15{
  background-color: rgb(59 6 5 / 0.15) !important;
}
.\!bg-error-900\/20{
  background-color: rgb(59 6 5 / 0.2) !important;
}
.\!bg-error-900\/25{
  background-color: rgb(59 6 5 / 0.25) !important;
}
.\!bg-error-900\/30{
  background-color: rgb(59 6 5 / 0.3) !important;
}
.\!bg-error-900\/35{
  background-color: rgb(59 6 5 / 0.35) !important;
}
.\!bg-error-900\/40{
  background-color: rgb(59 6 5 / 0.4) !important;
}
.\!bg-error-900\/45{
  background-color: rgb(59 6 5 / 0.45) !important;
}
.\!bg-error-900\/5{
  background-color: rgb(59 6 5 / 0.05) !important;
}
.\!bg-error-900\/50{
  background-color: rgb(59 6 5 / 0.5) !important;
}
.\!bg-error-900\/55{
  background-color: rgb(59 6 5 / 0.55) !important;
}
.\!bg-error-900\/60{
  background-color: rgb(59 6 5 / 0.6) !important;
}
.\!bg-error-900\/65{
  background-color: rgb(59 6 5 / 0.65) !important;
}
.\!bg-error-900\/70{
  background-color: rgb(59 6 5 / 0.7) !important;
}
.\!bg-error-900\/75{
  background-color: rgb(59 6 5 / 0.75) !important;
}
.\!bg-error-900\/80{
  background-color: rgb(59 6 5 / 0.8) !important;
}
.\!bg-error-900\/85{
  background-color: rgb(59 6 5 / 0.85) !important;
}
.\!bg-error-900\/90{
  background-color: rgb(59 6 5 / 0.9) !important;
}
.\!bg-error-900\/95{
  background-color: rgb(59 6 5 / 0.95) !important;
}
.\!bg-fuchsia-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-100\/0{
  background-color: rgb(250 232 255 / 0) !important;
}
.\!bg-fuchsia-100\/10{
  background-color: rgb(250 232 255 / 0.1) !important;
}
.\!bg-fuchsia-100\/100{
  background-color: rgb(250 232 255 / 1) !important;
}
.\!bg-fuchsia-100\/15{
  background-color: rgb(250 232 255 / 0.15) !important;
}
.\!bg-fuchsia-100\/20{
  background-color: rgb(250 232 255 / 0.2) !important;
}
.\!bg-fuchsia-100\/25{
  background-color: rgb(250 232 255 / 0.25) !important;
}
.\!bg-fuchsia-100\/30{
  background-color: rgb(250 232 255 / 0.3) !important;
}
.\!bg-fuchsia-100\/35{
  background-color: rgb(250 232 255 / 0.35) !important;
}
.\!bg-fuchsia-100\/40{
  background-color: rgb(250 232 255 / 0.4) !important;
}
.\!bg-fuchsia-100\/45{
  background-color: rgb(250 232 255 / 0.45) !important;
}
.\!bg-fuchsia-100\/5{
  background-color: rgb(250 232 255 / 0.05) !important;
}
.\!bg-fuchsia-100\/50{
  background-color: rgb(250 232 255 / 0.5) !important;
}
.\!bg-fuchsia-100\/55{
  background-color: rgb(250 232 255 / 0.55) !important;
}
.\!bg-fuchsia-100\/60{
  background-color: rgb(250 232 255 / 0.6) !important;
}
.\!bg-fuchsia-100\/65{
  background-color: rgb(250 232 255 / 0.65) !important;
}
.\!bg-fuchsia-100\/70{
  background-color: rgb(250 232 255 / 0.7) !important;
}
.\!bg-fuchsia-100\/75{
  background-color: rgb(250 232 255 / 0.75) !important;
}
.\!bg-fuchsia-100\/80{
  background-color: rgb(250 232 255 / 0.8) !important;
}
.\!bg-fuchsia-100\/85{
  background-color: rgb(250 232 255 / 0.85) !important;
}
.\!bg-fuchsia-100\/90{
  background-color: rgb(250 232 255 / 0.9) !important;
}
.\!bg-fuchsia-100\/95{
  background-color: rgb(250 232 255 / 0.95) !important;
}
.\!bg-fuchsia-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-200\/0{
  background-color: rgb(245 208 254 / 0) !important;
}
.\!bg-fuchsia-200\/10{
  background-color: rgb(245 208 254 / 0.1) !important;
}
.\!bg-fuchsia-200\/100{
  background-color: rgb(245 208 254 / 1) !important;
}
.\!bg-fuchsia-200\/15{
  background-color: rgb(245 208 254 / 0.15) !important;
}
.\!bg-fuchsia-200\/20{
  background-color: rgb(245 208 254 / 0.2) !important;
}
.\!bg-fuchsia-200\/25{
  background-color: rgb(245 208 254 / 0.25) !important;
}
.\!bg-fuchsia-200\/30{
  background-color: rgb(245 208 254 / 0.3) !important;
}
.\!bg-fuchsia-200\/35{
  background-color: rgb(245 208 254 / 0.35) !important;
}
.\!bg-fuchsia-200\/40{
  background-color: rgb(245 208 254 / 0.4) !important;
}
.\!bg-fuchsia-200\/45{
  background-color: rgb(245 208 254 / 0.45) !important;
}
.\!bg-fuchsia-200\/5{
  background-color: rgb(245 208 254 / 0.05) !important;
}
.\!bg-fuchsia-200\/50{
  background-color: rgb(245 208 254 / 0.5) !important;
}
.\!bg-fuchsia-200\/55{
  background-color: rgb(245 208 254 / 0.55) !important;
}
.\!bg-fuchsia-200\/60{
  background-color: rgb(245 208 254 / 0.6) !important;
}
.\!bg-fuchsia-200\/65{
  background-color: rgb(245 208 254 / 0.65) !important;
}
.\!bg-fuchsia-200\/70{
  background-color: rgb(245 208 254 / 0.7) !important;
}
.\!bg-fuchsia-200\/75{
  background-color: rgb(245 208 254 / 0.75) !important;
}
.\!bg-fuchsia-200\/80{
  background-color: rgb(245 208 254 / 0.8) !important;
}
.\!bg-fuchsia-200\/85{
  background-color: rgb(245 208 254 / 0.85) !important;
}
.\!bg-fuchsia-200\/90{
  background-color: rgb(245 208 254 / 0.9) !important;
}
.\!bg-fuchsia-200\/95{
  background-color: rgb(245 208 254 / 0.95) !important;
}
.\!bg-fuchsia-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-300\/0{
  background-color: rgb(240 171 252 / 0) !important;
}
.\!bg-fuchsia-300\/10{
  background-color: rgb(240 171 252 / 0.1) !important;
}
.\!bg-fuchsia-300\/100{
  background-color: rgb(240 171 252 / 1) !important;
}
.\!bg-fuchsia-300\/15{
  background-color: rgb(240 171 252 / 0.15) !important;
}
.\!bg-fuchsia-300\/20{
  background-color: rgb(240 171 252 / 0.2) !important;
}
.\!bg-fuchsia-300\/25{
  background-color: rgb(240 171 252 / 0.25) !important;
}
.\!bg-fuchsia-300\/30{
  background-color: rgb(240 171 252 / 0.3) !important;
}
.\!bg-fuchsia-300\/35{
  background-color: rgb(240 171 252 / 0.35) !important;
}
.\!bg-fuchsia-300\/40{
  background-color: rgb(240 171 252 / 0.4) !important;
}
.\!bg-fuchsia-300\/45{
  background-color: rgb(240 171 252 / 0.45) !important;
}
.\!bg-fuchsia-300\/5{
  background-color: rgb(240 171 252 / 0.05) !important;
}
.\!bg-fuchsia-300\/50{
  background-color: rgb(240 171 252 / 0.5) !important;
}
.\!bg-fuchsia-300\/55{
  background-color: rgb(240 171 252 / 0.55) !important;
}
.\!bg-fuchsia-300\/60{
  background-color: rgb(240 171 252 / 0.6) !important;
}
.\!bg-fuchsia-300\/65{
  background-color: rgb(240 171 252 / 0.65) !important;
}
.\!bg-fuchsia-300\/70{
  background-color: rgb(240 171 252 / 0.7) !important;
}
.\!bg-fuchsia-300\/75{
  background-color: rgb(240 171 252 / 0.75) !important;
}
.\!bg-fuchsia-300\/80{
  background-color: rgb(240 171 252 / 0.8) !important;
}
.\!bg-fuchsia-300\/85{
  background-color: rgb(240 171 252 / 0.85) !important;
}
.\!bg-fuchsia-300\/90{
  background-color: rgb(240 171 252 / 0.9) !important;
}
.\!bg-fuchsia-300\/95{
  background-color: rgb(240 171 252 / 0.95) !important;
}
.\!bg-fuchsia-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-400\/0{
  background-color: rgb(232 121 249 / 0) !important;
}
.\!bg-fuchsia-400\/10{
  background-color: rgb(232 121 249 / 0.1) !important;
}
.\!bg-fuchsia-400\/100{
  background-color: rgb(232 121 249 / 1) !important;
}
.\!bg-fuchsia-400\/15{
  background-color: rgb(232 121 249 / 0.15) !important;
}
.\!bg-fuchsia-400\/20{
  background-color: rgb(232 121 249 / 0.2) !important;
}
.\!bg-fuchsia-400\/25{
  background-color: rgb(232 121 249 / 0.25) !important;
}
.\!bg-fuchsia-400\/30{
  background-color: rgb(232 121 249 / 0.3) !important;
}
.\!bg-fuchsia-400\/35{
  background-color: rgb(232 121 249 / 0.35) !important;
}
.\!bg-fuchsia-400\/40{
  background-color: rgb(232 121 249 / 0.4) !important;
}
.\!bg-fuchsia-400\/45{
  background-color: rgb(232 121 249 / 0.45) !important;
}
.\!bg-fuchsia-400\/5{
  background-color: rgb(232 121 249 / 0.05) !important;
}
.\!bg-fuchsia-400\/50{
  background-color: rgb(232 121 249 / 0.5) !important;
}
.\!bg-fuchsia-400\/55{
  background-color: rgb(232 121 249 / 0.55) !important;
}
.\!bg-fuchsia-400\/60{
  background-color: rgb(232 121 249 / 0.6) !important;
}
.\!bg-fuchsia-400\/65{
  background-color: rgb(232 121 249 / 0.65) !important;
}
.\!bg-fuchsia-400\/70{
  background-color: rgb(232 121 249 / 0.7) !important;
}
.\!bg-fuchsia-400\/75{
  background-color: rgb(232 121 249 / 0.75) !important;
}
.\!bg-fuchsia-400\/80{
  background-color: rgb(232 121 249 / 0.8) !important;
}
.\!bg-fuchsia-400\/85{
  background-color: rgb(232 121 249 / 0.85) !important;
}
.\!bg-fuchsia-400\/90{
  background-color: rgb(232 121 249 / 0.9) !important;
}
.\!bg-fuchsia-400\/95{
  background-color: rgb(232 121 249 / 0.95) !important;
}
.\!bg-fuchsia-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-50\/0{
  background-color: rgb(253 244 255 / 0) !important;
}
.\!bg-fuchsia-50\/10{
  background-color: rgb(253 244 255 / 0.1) !important;
}
.\!bg-fuchsia-50\/100{
  background-color: rgb(253 244 255 / 1) !important;
}
.\!bg-fuchsia-50\/15{
  background-color: rgb(253 244 255 / 0.15) !important;
}
.\!bg-fuchsia-50\/20{
  background-color: rgb(253 244 255 / 0.2) !important;
}
.\!bg-fuchsia-50\/25{
  background-color: rgb(253 244 255 / 0.25) !important;
}
.\!bg-fuchsia-50\/30{
  background-color: rgb(253 244 255 / 0.3) !important;
}
.\!bg-fuchsia-50\/35{
  background-color: rgb(253 244 255 / 0.35) !important;
}
.\!bg-fuchsia-50\/40{
  background-color: rgb(253 244 255 / 0.4) !important;
}
.\!bg-fuchsia-50\/45{
  background-color: rgb(253 244 255 / 0.45) !important;
}
.\!bg-fuchsia-50\/5{
  background-color: rgb(253 244 255 / 0.05) !important;
}
.\!bg-fuchsia-50\/50{
  background-color: rgb(253 244 255 / 0.5) !important;
}
.\!bg-fuchsia-50\/55{
  background-color: rgb(253 244 255 / 0.55) !important;
}
.\!bg-fuchsia-50\/60{
  background-color: rgb(253 244 255 / 0.6) !important;
}
.\!bg-fuchsia-50\/65{
  background-color: rgb(253 244 255 / 0.65) !important;
}
.\!bg-fuchsia-50\/70{
  background-color: rgb(253 244 255 / 0.7) !important;
}
.\!bg-fuchsia-50\/75{
  background-color: rgb(253 244 255 / 0.75) !important;
}
.\!bg-fuchsia-50\/80{
  background-color: rgb(253 244 255 / 0.8) !important;
}
.\!bg-fuchsia-50\/85{
  background-color: rgb(253 244 255 / 0.85) !important;
}
.\!bg-fuchsia-50\/90{
  background-color: rgb(253 244 255 / 0.9) !important;
}
.\!bg-fuchsia-50\/95{
  background-color: rgb(253 244 255 / 0.95) !important;
}
.\!bg-fuchsia-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-500\/0{
  background-color: rgb(217 70 239 / 0) !important;
}
.\!bg-fuchsia-500\/10{
  background-color: rgb(217 70 239 / 0.1) !important;
}
.\!bg-fuchsia-500\/100{
  background-color: rgb(217 70 239 / 1) !important;
}
.\!bg-fuchsia-500\/15{
  background-color: rgb(217 70 239 / 0.15) !important;
}
.\!bg-fuchsia-500\/20{
  background-color: rgb(217 70 239 / 0.2) !important;
}
.\!bg-fuchsia-500\/25{
  background-color: rgb(217 70 239 / 0.25) !important;
}
.\!bg-fuchsia-500\/30{
  background-color: rgb(217 70 239 / 0.3) !important;
}
.\!bg-fuchsia-500\/35{
  background-color: rgb(217 70 239 / 0.35) !important;
}
.\!bg-fuchsia-500\/40{
  background-color: rgb(217 70 239 / 0.4) !important;
}
.\!bg-fuchsia-500\/45{
  background-color: rgb(217 70 239 / 0.45) !important;
}
.\!bg-fuchsia-500\/5{
  background-color: rgb(217 70 239 / 0.05) !important;
}
.\!bg-fuchsia-500\/50{
  background-color: rgb(217 70 239 / 0.5) !important;
}
.\!bg-fuchsia-500\/55{
  background-color: rgb(217 70 239 / 0.55) !important;
}
.\!bg-fuchsia-500\/60{
  background-color: rgb(217 70 239 / 0.6) !important;
}
.\!bg-fuchsia-500\/65{
  background-color: rgb(217 70 239 / 0.65) !important;
}
.\!bg-fuchsia-500\/70{
  background-color: rgb(217 70 239 / 0.7) !important;
}
.\!bg-fuchsia-500\/75{
  background-color: rgb(217 70 239 / 0.75) !important;
}
.\!bg-fuchsia-500\/80{
  background-color: rgb(217 70 239 / 0.8) !important;
}
.\!bg-fuchsia-500\/85{
  background-color: rgb(217 70 239 / 0.85) !important;
}
.\!bg-fuchsia-500\/90{
  background-color: rgb(217 70 239 / 0.9) !important;
}
.\!bg-fuchsia-500\/95{
  background-color: rgb(217 70 239 / 0.95) !important;
}
.\!bg-fuchsia-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-600\/0{
  background-color: rgb(192 38 211 / 0) !important;
}
.\!bg-fuchsia-600\/10{
  background-color: rgb(192 38 211 / 0.1) !important;
}
.\!bg-fuchsia-600\/100{
  background-color: rgb(192 38 211 / 1) !important;
}
.\!bg-fuchsia-600\/15{
  background-color: rgb(192 38 211 / 0.15) !important;
}
.\!bg-fuchsia-600\/20{
  background-color: rgb(192 38 211 / 0.2) !important;
}
.\!bg-fuchsia-600\/25{
  background-color: rgb(192 38 211 / 0.25) !important;
}
.\!bg-fuchsia-600\/30{
  background-color: rgb(192 38 211 / 0.3) !important;
}
.\!bg-fuchsia-600\/35{
  background-color: rgb(192 38 211 / 0.35) !important;
}
.\!bg-fuchsia-600\/40{
  background-color: rgb(192 38 211 / 0.4) !important;
}
.\!bg-fuchsia-600\/45{
  background-color: rgb(192 38 211 / 0.45) !important;
}
.\!bg-fuchsia-600\/5{
  background-color: rgb(192 38 211 / 0.05) !important;
}
.\!bg-fuchsia-600\/50{
  background-color: rgb(192 38 211 / 0.5) !important;
}
.\!bg-fuchsia-600\/55{
  background-color: rgb(192 38 211 / 0.55) !important;
}
.\!bg-fuchsia-600\/60{
  background-color: rgb(192 38 211 / 0.6) !important;
}
.\!bg-fuchsia-600\/65{
  background-color: rgb(192 38 211 / 0.65) !important;
}
.\!bg-fuchsia-600\/70{
  background-color: rgb(192 38 211 / 0.7) !important;
}
.\!bg-fuchsia-600\/75{
  background-color: rgb(192 38 211 / 0.75) !important;
}
.\!bg-fuchsia-600\/80{
  background-color: rgb(192 38 211 / 0.8) !important;
}
.\!bg-fuchsia-600\/85{
  background-color: rgb(192 38 211 / 0.85) !important;
}
.\!bg-fuchsia-600\/90{
  background-color: rgb(192 38 211 / 0.9) !important;
}
.\!bg-fuchsia-600\/95{
  background-color: rgb(192 38 211 / 0.95) !important;
}
.\!bg-fuchsia-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-700\/0{
  background-color: rgb(162 28 175 / 0) !important;
}
.\!bg-fuchsia-700\/10{
  background-color: rgb(162 28 175 / 0.1) !important;
}
.\!bg-fuchsia-700\/100{
  background-color: rgb(162 28 175 / 1) !important;
}
.\!bg-fuchsia-700\/15{
  background-color: rgb(162 28 175 / 0.15) !important;
}
.\!bg-fuchsia-700\/20{
  background-color: rgb(162 28 175 / 0.2) !important;
}
.\!bg-fuchsia-700\/25{
  background-color: rgb(162 28 175 / 0.25) !important;
}
.\!bg-fuchsia-700\/30{
  background-color: rgb(162 28 175 / 0.3) !important;
}
.\!bg-fuchsia-700\/35{
  background-color: rgb(162 28 175 / 0.35) !important;
}
.\!bg-fuchsia-700\/40{
  background-color: rgb(162 28 175 / 0.4) !important;
}
.\!bg-fuchsia-700\/45{
  background-color: rgb(162 28 175 / 0.45) !important;
}
.\!bg-fuchsia-700\/5{
  background-color: rgb(162 28 175 / 0.05) !important;
}
.\!bg-fuchsia-700\/50{
  background-color: rgb(162 28 175 / 0.5) !important;
}
.\!bg-fuchsia-700\/55{
  background-color: rgb(162 28 175 / 0.55) !important;
}
.\!bg-fuchsia-700\/60{
  background-color: rgb(162 28 175 / 0.6) !important;
}
.\!bg-fuchsia-700\/65{
  background-color: rgb(162 28 175 / 0.65) !important;
}
.\!bg-fuchsia-700\/70{
  background-color: rgb(162 28 175 / 0.7) !important;
}
.\!bg-fuchsia-700\/75{
  background-color: rgb(162 28 175 / 0.75) !important;
}
.\!bg-fuchsia-700\/80{
  background-color: rgb(162 28 175 / 0.8) !important;
}
.\!bg-fuchsia-700\/85{
  background-color: rgb(162 28 175 / 0.85) !important;
}
.\!bg-fuchsia-700\/90{
  background-color: rgb(162 28 175 / 0.9) !important;
}
.\!bg-fuchsia-700\/95{
  background-color: rgb(162 28 175 / 0.95) !important;
}
.\!bg-fuchsia-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-800\/0{
  background-color: rgb(134 25 143 / 0) !important;
}
.\!bg-fuchsia-800\/10{
  background-color: rgb(134 25 143 / 0.1) !important;
}
.\!bg-fuchsia-800\/100{
  background-color: rgb(134 25 143 / 1) !important;
}
.\!bg-fuchsia-800\/15{
  background-color: rgb(134 25 143 / 0.15) !important;
}
.\!bg-fuchsia-800\/20{
  background-color: rgb(134 25 143 / 0.2) !important;
}
.\!bg-fuchsia-800\/25{
  background-color: rgb(134 25 143 / 0.25) !important;
}
.\!bg-fuchsia-800\/30{
  background-color: rgb(134 25 143 / 0.3) !important;
}
.\!bg-fuchsia-800\/35{
  background-color: rgb(134 25 143 / 0.35) !important;
}
.\!bg-fuchsia-800\/40{
  background-color: rgb(134 25 143 / 0.4) !important;
}
.\!bg-fuchsia-800\/45{
  background-color: rgb(134 25 143 / 0.45) !important;
}
.\!bg-fuchsia-800\/5{
  background-color: rgb(134 25 143 / 0.05) !important;
}
.\!bg-fuchsia-800\/50{
  background-color: rgb(134 25 143 / 0.5) !important;
}
.\!bg-fuchsia-800\/55{
  background-color: rgb(134 25 143 / 0.55) !important;
}
.\!bg-fuchsia-800\/60{
  background-color: rgb(134 25 143 / 0.6) !important;
}
.\!bg-fuchsia-800\/65{
  background-color: rgb(134 25 143 / 0.65) !important;
}
.\!bg-fuchsia-800\/70{
  background-color: rgb(134 25 143 / 0.7) !important;
}
.\!bg-fuchsia-800\/75{
  background-color: rgb(134 25 143 / 0.75) !important;
}
.\!bg-fuchsia-800\/80{
  background-color: rgb(134 25 143 / 0.8) !important;
}
.\!bg-fuchsia-800\/85{
  background-color: rgb(134 25 143 / 0.85) !important;
}
.\!bg-fuchsia-800\/90{
  background-color: rgb(134 25 143 / 0.9) !important;
}
.\!bg-fuchsia-800\/95{
  background-color: rgb(134 25 143 / 0.95) !important;
}
.\!bg-fuchsia-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-900\/0{
  background-color: rgb(112 26 117 / 0) !important;
}
.\!bg-fuchsia-900\/10{
  background-color: rgb(112 26 117 / 0.1) !important;
}
.\!bg-fuchsia-900\/100{
  background-color: rgb(112 26 117 / 1) !important;
}
.\!bg-fuchsia-900\/15{
  background-color: rgb(112 26 117 / 0.15) !important;
}
.\!bg-fuchsia-900\/20{
  background-color: rgb(112 26 117 / 0.2) !important;
}
.\!bg-fuchsia-900\/25{
  background-color: rgb(112 26 117 / 0.25) !important;
}
.\!bg-fuchsia-900\/30{
  background-color: rgb(112 26 117 / 0.3) !important;
}
.\!bg-fuchsia-900\/35{
  background-color: rgb(112 26 117 / 0.35) !important;
}
.\!bg-fuchsia-900\/40{
  background-color: rgb(112 26 117 / 0.4) !important;
}
.\!bg-fuchsia-900\/45{
  background-color: rgb(112 26 117 / 0.45) !important;
}
.\!bg-fuchsia-900\/5{
  background-color: rgb(112 26 117 / 0.05) !important;
}
.\!bg-fuchsia-900\/50{
  background-color: rgb(112 26 117 / 0.5) !important;
}
.\!bg-fuchsia-900\/55{
  background-color: rgb(112 26 117 / 0.55) !important;
}
.\!bg-fuchsia-900\/60{
  background-color: rgb(112 26 117 / 0.6) !important;
}
.\!bg-fuchsia-900\/65{
  background-color: rgb(112 26 117 / 0.65) !important;
}
.\!bg-fuchsia-900\/70{
  background-color: rgb(112 26 117 / 0.7) !important;
}
.\!bg-fuchsia-900\/75{
  background-color: rgb(112 26 117 / 0.75) !important;
}
.\!bg-fuchsia-900\/80{
  background-color: rgb(112 26 117 / 0.8) !important;
}
.\!bg-fuchsia-900\/85{
  background-color: rgb(112 26 117 / 0.85) !important;
}
.\!bg-fuchsia-900\/90{
  background-color: rgb(112 26 117 / 0.9) !important;
}
.\!bg-fuchsia-900\/95{
  background-color: rgb(112 26 117 / 0.95) !important;
}
.\!bg-fuchsia-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuchsia-950\/0{
  background-color: rgb(74 4 78 / 0) !important;
}
.\!bg-fuchsia-950\/10{
  background-color: rgb(74 4 78 / 0.1) !important;
}
.\!bg-fuchsia-950\/100{
  background-color: rgb(74 4 78 / 1) !important;
}
.\!bg-fuchsia-950\/15{
  background-color: rgb(74 4 78 / 0.15) !important;
}
.\!bg-fuchsia-950\/20{
  background-color: rgb(74 4 78 / 0.2) !important;
}
.\!bg-fuchsia-950\/25{
  background-color: rgb(74 4 78 / 0.25) !important;
}
.\!bg-fuchsia-950\/30{
  background-color: rgb(74 4 78 / 0.3) !important;
}
.\!bg-fuchsia-950\/35{
  background-color: rgb(74 4 78 / 0.35) !important;
}
.\!bg-fuchsia-950\/40{
  background-color: rgb(74 4 78 / 0.4) !important;
}
.\!bg-fuchsia-950\/45{
  background-color: rgb(74 4 78 / 0.45) !important;
}
.\!bg-fuchsia-950\/5{
  background-color: rgb(74 4 78 / 0.05) !important;
}
.\!bg-fuchsia-950\/50{
  background-color: rgb(74 4 78 / 0.5) !important;
}
.\!bg-fuchsia-950\/55{
  background-color: rgb(74 4 78 / 0.55) !important;
}
.\!bg-fuchsia-950\/60{
  background-color: rgb(74 4 78 / 0.6) !important;
}
.\!bg-fuchsia-950\/65{
  background-color: rgb(74 4 78 / 0.65) !important;
}
.\!bg-fuchsia-950\/70{
  background-color: rgb(74 4 78 / 0.7) !important;
}
.\!bg-fuchsia-950\/75{
  background-color: rgb(74 4 78 / 0.75) !important;
}
.\!bg-fuchsia-950\/80{
  background-color: rgb(74 4 78 / 0.8) !important;
}
.\!bg-fuchsia-950\/85{
  background-color: rgb(74 4 78 / 0.85) !important;
}
.\!bg-fuchsia-950\/90{
  background-color: rgb(74 4 78 / 0.9) !important;
}
.\!bg-fuchsia-950\/95{
  background-color: rgb(74 4 78 / 0.95) !important;
}
.\!bg-fuschia-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-100\/0{
  background-color: rgb(253 244 255 / 0) !important;
}
.\!bg-fuschia-100\/10{
  background-color: rgb(253 244 255 / 0.1) !important;
}
.\!bg-fuschia-100\/100{
  background-color: rgb(253 244 255 / 1) !important;
}
.\!bg-fuschia-100\/15{
  background-color: rgb(253 244 255 / 0.15) !important;
}
.\!bg-fuschia-100\/20{
  background-color: rgb(253 244 255 / 0.2) !important;
}
.\!bg-fuschia-100\/25{
  background-color: rgb(253 244 255 / 0.25) !important;
}
.\!bg-fuschia-100\/30{
  background-color: rgb(253 244 255 / 0.3) !important;
}
.\!bg-fuschia-100\/35{
  background-color: rgb(253 244 255 / 0.35) !important;
}
.\!bg-fuschia-100\/40{
  background-color: rgb(253 244 255 / 0.4) !important;
}
.\!bg-fuschia-100\/45{
  background-color: rgb(253 244 255 / 0.45) !important;
}
.\!bg-fuschia-100\/5{
  background-color: rgb(253 244 255 / 0.05) !important;
}
.\!bg-fuschia-100\/50{
  background-color: rgb(253 244 255 / 0.5) !important;
}
.\!bg-fuschia-100\/55{
  background-color: rgb(253 244 255 / 0.55) !important;
}
.\!bg-fuschia-100\/60{
  background-color: rgb(253 244 255 / 0.6) !important;
}
.\!bg-fuschia-100\/65{
  background-color: rgb(253 244 255 / 0.65) !important;
}
.\!bg-fuschia-100\/70{
  background-color: rgb(253 244 255 / 0.7) !important;
}
.\!bg-fuschia-100\/75{
  background-color: rgb(253 244 255 / 0.75) !important;
}
.\!bg-fuschia-100\/80{
  background-color: rgb(253 244 255 / 0.8) !important;
}
.\!bg-fuschia-100\/85{
  background-color: rgb(253 244 255 / 0.85) !important;
}
.\!bg-fuschia-100\/90{
  background-color: rgb(253 244 255 / 0.9) !important;
}
.\!bg-fuschia-100\/95{
  background-color: rgb(253 244 255 / 0.95) !important;
}
.\!bg-fuschia-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-200\/0{
  background-color: rgb(250 232 255 / 0) !important;
}
.\!bg-fuschia-200\/10{
  background-color: rgb(250 232 255 / 0.1) !important;
}
.\!bg-fuschia-200\/100{
  background-color: rgb(250 232 255 / 1) !important;
}
.\!bg-fuschia-200\/15{
  background-color: rgb(250 232 255 / 0.15) !important;
}
.\!bg-fuschia-200\/20{
  background-color: rgb(250 232 255 / 0.2) !important;
}
.\!bg-fuschia-200\/25{
  background-color: rgb(250 232 255 / 0.25) !important;
}
.\!bg-fuschia-200\/30{
  background-color: rgb(250 232 255 / 0.3) !important;
}
.\!bg-fuschia-200\/35{
  background-color: rgb(250 232 255 / 0.35) !important;
}
.\!bg-fuschia-200\/40{
  background-color: rgb(250 232 255 / 0.4) !important;
}
.\!bg-fuschia-200\/45{
  background-color: rgb(250 232 255 / 0.45) !important;
}
.\!bg-fuschia-200\/5{
  background-color: rgb(250 232 255 / 0.05) !important;
}
.\!bg-fuschia-200\/50{
  background-color: rgb(250 232 255 / 0.5) !important;
}
.\!bg-fuschia-200\/55{
  background-color: rgb(250 232 255 / 0.55) !important;
}
.\!bg-fuschia-200\/60{
  background-color: rgb(250 232 255 / 0.6) !important;
}
.\!bg-fuschia-200\/65{
  background-color: rgb(250 232 255 / 0.65) !important;
}
.\!bg-fuschia-200\/70{
  background-color: rgb(250 232 255 / 0.7) !important;
}
.\!bg-fuschia-200\/75{
  background-color: rgb(250 232 255 / 0.75) !important;
}
.\!bg-fuschia-200\/80{
  background-color: rgb(250 232 255 / 0.8) !important;
}
.\!bg-fuschia-200\/85{
  background-color: rgb(250 232 255 / 0.85) !important;
}
.\!bg-fuschia-200\/90{
  background-color: rgb(250 232 255 / 0.9) !important;
}
.\!bg-fuschia-200\/95{
  background-color: rgb(250 232 255 / 0.95) !important;
}
.\!bg-fuschia-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-300\/0{
  background-color: rgb(245 208 254 / 0) !important;
}
.\!bg-fuschia-300\/10{
  background-color: rgb(245 208 254 / 0.1) !important;
}
.\!bg-fuschia-300\/100{
  background-color: rgb(245 208 254 / 1) !important;
}
.\!bg-fuschia-300\/15{
  background-color: rgb(245 208 254 / 0.15) !important;
}
.\!bg-fuschia-300\/20{
  background-color: rgb(245 208 254 / 0.2) !important;
}
.\!bg-fuschia-300\/25{
  background-color: rgb(245 208 254 / 0.25) !important;
}
.\!bg-fuschia-300\/30{
  background-color: rgb(245 208 254 / 0.3) !important;
}
.\!bg-fuschia-300\/35{
  background-color: rgb(245 208 254 / 0.35) !important;
}
.\!bg-fuschia-300\/40{
  background-color: rgb(245 208 254 / 0.4) !important;
}
.\!bg-fuschia-300\/45{
  background-color: rgb(245 208 254 / 0.45) !important;
}
.\!bg-fuschia-300\/5{
  background-color: rgb(245 208 254 / 0.05) !important;
}
.\!bg-fuschia-300\/50{
  background-color: rgb(245 208 254 / 0.5) !important;
}
.\!bg-fuschia-300\/55{
  background-color: rgb(245 208 254 / 0.55) !important;
}
.\!bg-fuschia-300\/60{
  background-color: rgb(245 208 254 / 0.6) !important;
}
.\!bg-fuschia-300\/65{
  background-color: rgb(245 208 254 / 0.65) !important;
}
.\!bg-fuschia-300\/70{
  background-color: rgb(245 208 254 / 0.7) !important;
}
.\!bg-fuschia-300\/75{
  background-color: rgb(245 208 254 / 0.75) !important;
}
.\!bg-fuschia-300\/80{
  background-color: rgb(245 208 254 / 0.8) !important;
}
.\!bg-fuschia-300\/85{
  background-color: rgb(245 208 254 / 0.85) !important;
}
.\!bg-fuschia-300\/90{
  background-color: rgb(245 208 254 / 0.9) !important;
}
.\!bg-fuschia-300\/95{
  background-color: rgb(245 208 254 / 0.95) !important;
}
.\!bg-fuschia-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-350\/0{
  background-color: rgb(240 171 252 / 0) !important;
}
.\!bg-fuschia-350\/10{
  background-color: rgb(240 171 252 / 0.1) !important;
}
.\!bg-fuschia-350\/100{
  background-color: rgb(240 171 252 / 1) !important;
}
.\!bg-fuschia-350\/15{
  background-color: rgb(240 171 252 / 0.15) !important;
}
.\!bg-fuschia-350\/20{
  background-color: rgb(240 171 252 / 0.2) !important;
}
.\!bg-fuschia-350\/25{
  background-color: rgb(240 171 252 / 0.25) !important;
}
.\!bg-fuschia-350\/30{
  background-color: rgb(240 171 252 / 0.3) !important;
}
.\!bg-fuschia-350\/35{
  background-color: rgb(240 171 252 / 0.35) !important;
}
.\!bg-fuschia-350\/40{
  background-color: rgb(240 171 252 / 0.4) !important;
}
.\!bg-fuschia-350\/45{
  background-color: rgb(240 171 252 / 0.45) !important;
}
.\!bg-fuschia-350\/5{
  background-color: rgb(240 171 252 / 0.05) !important;
}
.\!bg-fuschia-350\/50{
  background-color: rgb(240 171 252 / 0.5) !important;
}
.\!bg-fuschia-350\/55{
  background-color: rgb(240 171 252 / 0.55) !important;
}
.\!bg-fuschia-350\/60{
  background-color: rgb(240 171 252 / 0.6) !important;
}
.\!bg-fuschia-350\/65{
  background-color: rgb(240 171 252 / 0.65) !important;
}
.\!bg-fuschia-350\/70{
  background-color: rgb(240 171 252 / 0.7) !important;
}
.\!bg-fuschia-350\/75{
  background-color: rgb(240 171 252 / 0.75) !important;
}
.\!bg-fuschia-350\/80{
  background-color: rgb(240 171 252 / 0.8) !important;
}
.\!bg-fuschia-350\/85{
  background-color: rgb(240 171 252 / 0.85) !important;
}
.\!bg-fuschia-350\/90{
  background-color: rgb(240 171 252 / 0.9) !important;
}
.\!bg-fuschia-350\/95{
  background-color: rgb(240 171 252 / 0.95) !important;
}
.\!bg-fuschia-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-400\/0{
  background-color: rgb(232 121 249 / 0) !important;
}
.\!bg-fuschia-400\/10{
  background-color: rgb(232 121 249 / 0.1) !important;
}
.\!bg-fuschia-400\/100{
  background-color: rgb(232 121 249 / 1) !important;
}
.\!bg-fuschia-400\/15{
  background-color: rgb(232 121 249 / 0.15) !important;
}
.\!bg-fuschia-400\/20{
  background-color: rgb(232 121 249 / 0.2) !important;
}
.\!bg-fuschia-400\/25{
  background-color: rgb(232 121 249 / 0.25) !important;
}
.\!bg-fuschia-400\/30{
  background-color: rgb(232 121 249 / 0.3) !important;
}
.\!bg-fuschia-400\/35{
  background-color: rgb(232 121 249 / 0.35) !important;
}
.\!bg-fuschia-400\/40{
  background-color: rgb(232 121 249 / 0.4) !important;
}
.\!bg-fuschia-400\/45{
  background-color: rgb(232 121 249 / 0.45) !important;
}
.\!bg-fuschia-400\/5{
  background-color: rgb(232 121 249 / 0.05) !important;
}
.\!bg-fuschia-400\/50{
  background-color: rgb(232 121 249 / 0.5) !important;
}
.\!bg-fuschia-400\/55{
  background-color: rgb(232 121 249 / 0.55) !important;
}
.\!bg-fuschia-400\/60{
  background-color: rgb(232 121 249 / 0.6) !important;
}
.\!bg-fuschia-400\/65{
  background-color: rgb(232 121 249 / 0.65) !important;
}
.\!bg-fuschia-400\/70{
  background-color: rgb(232 121 249 / 0.7) !important;
}
.\!bg-fuschia-400\/75{
  background-color: rgb(232 121 249 / 0.75) !important;
}
.\!bg-fuschia-400\/80{
  background-color: rgb(232 121 249 / 0.8) !important;
}
.\!bg-fuschia-400\/85{
  background-color: rgb(232 121 249 / 0.85) !important;
}
.\!bg-fuschia-400\/90{
  background-color: rgb(232 121 249 / 0.9) !important;
}
.\!bg-fuschia-400\/95{
  background-color: rgb(232 121 249 / 0.95) !important;
}
.\!bg-fuschia-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-450\/0{
  background-color: rgb(217 70 239 / 0) !important;
}
.\!bg-fuschia-450\/10{
  background-color: rgb(217 70 239 / 0.1) !important;
}
.\!bg-fuschia-450\/100{
  background-color: rgb(217 70 239 / 1) !important;
}
.\!bg-fuschia-450\/15{
  background-color: rgb(217 70 239 / 0.15) !important;
}
.\!bg-fuschia-450\/20{
  background-color: rgb(217 70 239 / 0.2) !important;
}
.\!bg-fuschia-450\/25{
  background-color: rgb(217 70 239 / 0.25) !important;
}
.\!bg-fuschia-450\/30{
  background-color: rgb(217 70 239 / 0.3) !important;
}
.\!bg-fuschia-450\/35{
  background-color: rgb(217 70 239 / 0.35) !important;
}
.\!bg-fuschia-450\/40{
  background-color: rgb(217 70 239 / 0.4) !important;
}
.\!bg-fuschia-450\/45{
  background-color: rgb(217 70 239 / 0.45) !important;
}
.\!bg-fuschia-450\/5{
  background-color: rgb(217 70 239 / 0.05) !important;
}
.\!bg-fuschia-450\/50{
  background-color: rgb(217 70 239 / 0.5) !important;
}
.\!bg-fuschia-450\/55{
  background-color: rgb(217 70 239 / 0.55) !important;
}
.\!bg-fuschia-450\/60{
  background-color: rgb(217 70 239 / 0.6) !important;
}
.\!bg-fuschia-450\/65{
  background-color: rgb(217 70 239 / 0.65) !important;
}
.\!bg-fuschia-450\/70{
  background-color: rgb(217 70 239 / 0.7) !important;
}
.\!bg-fuschia-450\/75{
  background-color: rgb(217 70 239 / 0.75) !important;
}
.\!bg-fuschia-450\/80{
  background-color: rgb(217 70 239 / 0.8) !important;
}
.\!bg-fuschia-450\/85{
  background-color: rgb(217 70 239 / 0.85) !important;
}
.\!bg-fuschia-450\/90{
  background-color: rgb(217 70 239 / 0.9) !important;
}
.\!bg-fuschia-450\/95{
  background-color: rgb(217 70 239 / 0.95) !important;
}
.\!bg-fuschia-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 250 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-50\/0{
  background-color: rgb(254 250 255 / 0) !important;
}
.\!bg-fuschia-50\/10{
  background-color: rgb(254 250 255 / 0.1) !important;
}
.\!bg-fuschia-50\/100{
  background-color: rgb(254 250 255 / 1) !important;
}
.\!bg-fuschia-50\/15{
  background-color: rgb(254 250 255 / 0.15) !important;
}
.\!bg-fuschia-50\/20{
  background-color: rgb(254 250 255 / 0.2) !important;
}
.\!bg-fuschia-50\/25{
  background-color: rgb(254 250 255 / 0.25) !important;
}
.\!bg-fuschia-50\/30{
  background-color: rgb(254 250 255 / 0.3) !important;
}
.\!bg-fuschia-50\/35{
  background-color: rgb(254 250 255 / 0.35) !important;
}
.\!bg-fuschia-50\/40{
  background-color: rgb(254 250 255 / 0.4) !important;
}
.\!bg-fuschia-50\/45{
  background-color: rgb(254 250 255 / 0.45) !important;
}
.\!bg-fuschia-50\/5{
  background-color: rgb(254 250 255 / 0.05) !important;
}
.\!bg-fuschia-50\/50{
  background-color: rgb(254 250 255 / 0.5) !important;
}
.\!bg-fuschia-50\/55{
  background-color: rgb(254 250 255 / 0.55) !important;
}
.\!bg-fuschia-50\/60{
  background-color: rgb(254 250 255 / 0.6) !important;
}
.\!bg-fuschia-50\/65{
  background-color: rgb(254 250 255 / 0.65) !important;
}
.\!bg-fuschia-50\/70{
  background-color: rgb(254 250 255 / 0.7) !important;
}
.\!bg-fuschia-50\/75{
  background-color: rgb(254 250 255 / 0.75) !important;
}
.\!bg-fuschia-50\/80{
  background-color: rgb(254 250 255 / 0.8) !important;
}
.\!bg-fuschia-50\/85{
  background-color: rgb(254 250 255 / 0.85) !important;
}
.\!bg-fuschia-50\/90{
  background-color: rgb(254 250 255 / 0.9) !important;
}
.\!bg-fuschia-50\/95{
  background-color: rgb(254 250 255 / 0.95) !important;
}
.\!bg-fuschia-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-500\/0{
  background-color: rgb(192 38 211 / 0) !important;
}
.\!bg-fuschia-500\/10{
  background-color: rgb(192 38 211 / 0.1) !important;
}
.\!bg-fuschia-500\/100{
  background-color: rgb(192 38 211 / 1) !important;
}
.\!bg-fuschia-500\/15{
  background-color: rgb(192 38 211 / 0.15) !important;
}
.\!bg-fuschia-500\/20{
  background-color: rgb(192 38 211 / 0.2) !important;
}
.\!bg-fuschia-500\/25{
  background-color: rgb(192 38 211 / 0.25) !important;
}
.\!bg-fuschia-500\/30{
  background-color: rgb(192 38 211 / 0.3) !important;
}
.\!bg-fuschia-500\/35{
  background-color: rgb(192 38 211 / 0.35) !important;
}
.\!bg-fuschia-500\/40{
  background-color: rgb(192 38 211 / 0.4) !important;
}
.\!bg-fuschia-500\/45{
  background-color: rgb(192 38 211 / 0.45) !important;
}
.\!bg-fuschia-500\/5{
  background-color: rgb(192 38 211 / 0.05) !important;
}
.\!bg-fuschia-500\/50{
  background-color: rgb(192 38 211 / 0.5) !important;
}
.\!bg-fuschia-500\/55{
  background-color: rgb(192 38 211 / 0.55) !important;
}
.\!bg-fuschia-500\/60{
  background-color: rgb(192 38 211 / 0.6) !important;
}
.\!bg-fuschia-500\/65{
  background-color: rgb(192 38 211 / 0.65) !important;
}
.\!bg-fuschia-500\/70{
  background-color: rgb(192 38 211 / 0.7) !important;
}
.\!bg-fuschia-500\/75{
  background-color: rgb(192 38 211 / 0.75) !important;
}
.\!bg-fuschia-500\/80{
  background-color: rgb(192 38 211 / 0.8) !important;
}
.\!bg-fuschia-500\/85{
  background-color: rgb(192 38 211 / 0.85) !important;
}
.\!bg-fuschia-500\/90{
  background-color: rgb(192 38 211 / 0.9) !important;
}
.\!bg-fuschia-500\/95{
  background-color: rgb(192 38 211 / 0.95) !important;
}
.\!bg-fuschia-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-600\/0{
  background-color: rgb(162 28 175 / 0) !important;
}
.\!bg-fuschia-600\/10{
  background-color: rgb(162 28 175 / 0.1) !important;
}
.\!bg-fuschia-600\/100{
  background-color: rgb(162 28 175 / 1) !important;
}
.\!bg-fuschia-600\/15{
  background-color: rgb(162 28 175 / 0.15) !important;
}
.\!bg-fuschia-600\/20{
  background-color: rgb(162 28 175 / 0.2) !important;
}
.\!bg-fuschia-600\/25{
  background-color: rgb(162 28 175 / 0.25) !important;
}
.\!bg-fuschia-600\/30{
  background-color: rgb(162 28 175 / 0.3) !important;
}
.\!bg-fuschia-600\/35{
  background-color: rgb(162 28 175 / 0.35) !important;
}
.\!bg-fuschia-600\/40{
  background-color: rgb(162 28 175 / 0.4) !important;
}
.\!bg-fuschia-600\/45{
  background-color: rgb(162 28 175 / 0.45) !important;
}
.\!bg-fuschia-600\/5{
  background-color: rgb(162 28 175 / 0.05) !important;
}
.\!bg-fuschia-600\/50{
  background-color: rgb(162 28 175 / 0.5) !important;
}
.\!bg-fuschia-600\/55{
  background-color: rgb(162 28 175 / 0.55) !important;
}
.\!bg-fuschia-600\/60{
  background-color: rgb(162 28 175 / 0.6) !important;
}
.\!bg-fuschia-600\/65{
  background-color: rgb(162 28 175 / 0.65) !important;
}
.\!bg-fuschia-600\/70{
  background-color: rgb(162 28 175 / 0.7) !important;
}
.\!bg-fuschia-600\/75{
  background-color: rgb(162 28 175 / 0.75) !important;
}
.\!bg-fuschia-600\/80{
  background-color: rgb(162 28 175 / 0.8) !important;
}
.\!bg-fuschia-600\/85{
  background-color: rgb(162 28 175 / 0.85) !important;
}
.\!bg-fuschia-600\/90{
  background-color: rgb(162 28 175 / 0.9) !important;
}
.\!bg-fuschia-600\/95{
  background-color: rgb(162 28 175 / 0.95) !important;
}
.\!bg-fuschia-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-650\/0{
  background-color: rgb(134 25 143 / 0) !important;
}
.\!bg-fuschia-650\/10{
  background-color: rgb(134 25 143 / 0.1) !important;
}
.\!bg-fuschia-650\/100{
  background-color: rgb(134 25 143 / 1) !important;
}
.\!bg-fuschia-650\/15{
  background-color: rgb(134 25 143 / 0.15) !important;
}
.\!bg-fuschia-650\/20{
  background-color: rgb(134 25 143 / 0.2) !important;
}
.\!bg-fuschia-650\/25{
  background-color: rgb(134 25 143 / 0.25) !important;
}
.\!bg-fuschia-650\/30{
  background-color: rgb(134 25 143 / 0.3) !important;
}
.\!bg-fuschia-650\/35{
  background-color: rgb(134 25 143 / 0.35) !important;
}
.\!bg-fuschia-650\/40{
  background-color: rgb(134 25 143 / 0.4) !important;
}
.\!bg-fuschia-650\/45{
  background-color: rgb(134 25 143 / 0.45) !important;
}
.\!bg-fuschia-650\/5{
  background-color: rgb(134 25 143 / 0.05) !important;
}
.\!bg-fuschia-650\/50{
  background-color: rgb(134 25 143 / 0.5) !important;
}
.\!bg-fuschia-650\/55{
  background-color: rgb(134 25 143 / 0.55) !important;
}
.\!bg-fuschia-650\/60{
  background-color: rgb(134 25 143 / 0.6) !important;
}
.\!bg-fuschia-650\/65{
  background-color: rgb(134 25 143 / 0.65) !important;
}
.\!bg-fuschia-650\/70{
  background-color: rgb(134 25 143 / 0.7) !important;
}
.\!bg-fuschia-650\/75{
  background-color: rgb(134 25 143 / 0.75) !important;
}
.\!bg-fuschia-650\/80{
  background-color: rgb(134 25 143 / 0.8) !important;
}
.\!bg-fuschia-650\/85{
  background-color: rgb(134 25 143 / 0.85) !important;
}
.\!bg-fuschia-650\/90{
  background-color: rgb(134 25 143 / 0.9) !important;
}
.\!bg-fuschia-650\/95{
  background-color: rgb(134 25 143 / 0.95) !important;
}
.\!bg-fuschia-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-700\/0{
  background-color: rgb(112 26 117 / 0) !important;
}
.\!bg-fuschia-700\/10{
  background-color: rgb(112 26 117 / 0.1) !important;
}
.\!bg-fuschia-700\/100{
  background-color: rgb(112 26 117 / 1) !important;
}
.\!bg-fuschia-700\/15{
  background-color: rgb(112 26 117 / 0.15) !important;
}
.\!bg-fuschia-700\/20{
  background-color: rgb(112 26 117 / 0.2) !important;
}
.\!bg-fuschia-700\/25{
  background-color: rgb(112 26 117 / 0.25) !important;
}
.\!bg-fuschia-700\/30{
  background-color: rgb(112 26 117 / 0.3) !important;
}
.\!bg-fuschia-700\/35{
  background-color: rgb(112 26 117 / 0.35) !important;
}
.\!bg-fuschia-700\/40{
  background-color: rgb(112 26 117 / 0.4) !important;
}
.\!bg-fuschia-700\/45{
  background-color: rgb(112 26 117 / 0.45) !important;
}
.\!bg-fuschia-700\/5{
  background-color: rgb(112 26 117 / 0.05) !important;
}
.\!bg-fuschia-700\/50{
  background-color: rgb(112 26 117 / 0.5) !important;
}
.\!bg-fuschia-700\/55{
  background-color: rgb(112 26 117 / 0.55) !important;
}
.\!bg-fuschia-700\/60{
  background-color: rgb(112 26 117 / 0.6) !important;
}
.\!bg-fuschia-700\/65{
  background-color: rgb(112 26 117 / 0.65) !important;
}
.\!bg-fuschia-700\/70{
  background-color: rgb(112 26 117 / 0.7) !important;
}
.\!bg-fuschia-700\/75{
  background-color: rgb(112 26 117 / 0.75) !important;
}
.\!bg-fuschia-700\/80{
  background-color: rgb(112 26 117 / 0.8) !important;
}
.\!bg-fuschia-700\/85{
  background-color: rgb(112 26 117 / 0.85) !important;
}
.\!bg-fuschia-700\/90{
  background-color: rgb(112 26 117 / 0.9) !important;
}
.\!bg-fuschia-700\/95{
  background-color: rgb(112 26 117 / 0.95) !important;
}
.\!bg-fuschia-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 16 102 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-750\/0{
  background-color: rgb(97 16 102 / 0) !important;
}
.\!bg-fuschia-750\/10{
  background-color: rgb(97 16 102 / 0.1) !important;
}
.\!bg-fuschia-750\/100{
  background-color: rgb(97 16 102 / 1) !important;
}
.\!bg-fuschia-750\/15{
  background-color: rgb(97 16 102 / 0.15) !important;
}
.\!bg-fuschia-750\/20{
  background-color: rgb(97 16 102 / 0.2) !important;
}
.\!bg-fuschia-750\/25{
  background-color: rgb(97 16 102 / 0.25) !important;
}
.\!bg-fuschia-750\/30{
  background-color: rgb(97 16 102 / 0.3) !important;
}
.\!bg-fuschia-750\/35{
  background-color: rgb(97 16 102 / 0.35) !important;
}
.\!bg-fuschia-750\/40{
  background-color: rgb(97 16 102 / 0.4) !important;
}
.\!bg-fuschia-750\/45{
  background-color: rgb(97 16 102 / 0.45) !important;
}
.\!bg-fuschia-750\/5{
  background-color: rgb(97 16 102 / 0.05) !important;
}
.\!bg-fuschia-750\/50{
  background-color: rgb(97 16 102 / 0.5) !important;
}
.\!bg-fuschia-750\/55{
  background-color: rgb(97 16 102 / 0.55) !important;
}
.\!bg-fuschia-750\/60{
  background-color: rgb(97 16 102 / 0.6) !important;
}
.\!bg-fuschia-750\/65{
  background-color: rgb(97 16 102 / 0.65) !important;
}
.\!bg-fuschia-750\/70{
  background-color: rgb(97 16 102 / 0.7) !important;
}
.\!bg-fuschia-750\/75{
  background-color: rgb(97 16 102 / 0.75) !important;
}
.\!bg-fuschia-750\/80{
  background-color: rgb(97 16 102 / 0.8) !important;
}
.\!bg-fuschia-750\/85{
  background-color: rgb(97 16 102 / 0.85) !important;
}
.\!bg-fuschia-750\/90{
  background-color: rgb(97 16 102 / 0.9) !important;
}
.\!bg-fuschia-750\/95{
  background-color: rgb(97 16 102 / 0.95) !important;
}
.\!bg-fuschia-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 11 87 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-800\/0{
  background-color: rgb(83 11 87 / 0) !important;
}
.\!bg-fuschia-800\/10{
  background-color: rgb(83 11 87 / 0.1) !important;
}
.\!bg-fuschia-800\/100{
  background-color: rgb(83 11 87 / 1) !important;
}
.\!bg-fuschia-800\/15{
  background-color: rgb(83 11 87 / 0.15) !important;
}
.\!bg-fuschia-800\/20{
  background-color: rgb(83 11 87 / 0.2) !important;
}
.\!bg-fuschia-800\/25{
  background-color: rgb(83 11 87 / 0.25) !important;
}
.\!bg-fuschia-800\/30{
  background-color: rgb(83 11 87 / 0.3) !important;
}
.\!bg-fuschia-800\/35{
  background-color: rgb(83 11 87 / 0.35) !important;
}
.\!bg-fuschia-800\/40{
  background-color: rgb(83 11 87 / 0.4) !important;
}
.\!bg-fuschia-800\/45{
  background-color: rgb(83 11 87 / 0.45) !important;
}
.\!bg-fuschia-800\/5{
  background-color: rgb(83 11 87 / 0.05) !important;
}
.\!bg-fuschia-800\/50{
  background-color: rgb(83 11 87 / 0.5) !important;
}
.\!bg-fuschia-800\/55{
  background-color: rgb(83 11 87 / 0.55) !important;
}
.\!bg-fuschia-800\/60{
  background-color: rgb(83 11 87 / 0.6) !important;
}
.\!bg-fuschia-800\/65{
  background-color: rgb(83 11 87 / 0.65) !important;
}
.\!bg-fuschia-800\/70{
  background-color: rgb(83 11 87 / 0.7) !important;
}
.\!bg-fuschia-800\/75{
  background-color: rgb(83 11 87 / 0.75) !important;
}
.\!bg-fuschia-800\/80{
  background-color: rgb(83 11 87 / 0.8) !important;
}
.\!bg-fuschia-800\/85{
  background-color: rgb(83 11 87 / 0.85) !important;
}
.\!bg-fuschia-800\/90{
  background-color: rgb(83 11 87 / 0.9) !important;
}
.\!bg-fuschia-800\/95{
  background-color: rgb(83 11 87 / 0.95) !important;
}
.\!bg-fuschia-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(48 3 51 / var(--tw-bg-opacity)) !important;
}
.\!bg-fuschia-900\/0{
  background-color: rgb(48 3 51 / 0) !important;
}
.\!bg-fuschia-900\/10{
  background-color: rgb(48 3 51 / 0.1) !important;
}
.\!bg-fuschia-900\/100{
  background-color: rgb(48 3 51 / 1) !important;
}
.\!bg-fuschia-900\/15{
  background-color: rgb(48 3 51 / 0.15) !important;
}
.\!bg-fuschia-900\/20{
  background-color: rgb(48 3 51 / 0.2) !important;
}
.\!bg-fuschia-900\/25{
  background-color: rgb(48 3 51 / 0.25) !important;
}
.\!bg-fuschia-900\/30{
  background-color: rgb(48 3 51 / 0.3) !important;
}
.\!bg-fuschia-900\/35{
  background-color: rgb(48 3 51 / 0.35) !important;
}
.\!bg-fuschia-900\/40{
  background-color: rgb(48 3 51 / 0.4) !important;
}
.\!bg-fuschia-900\/45{
  background-color: rgb(48 3 51 / 0.45) !important;
}
.\!bg-fuschia-900\/5{
  background-color: rgb(48 3 51 / 0.05) !important;
}
.\!bg-fuschia-900\/50{
  background-color: rgb(48 3 51 / 0.5) !important;
}
.\!bg-fuschia-900\/55{
  background-color: rgb(48 3 51 / 0.55) !important;
}
.\!bg-fuschia-900\/60{
  background-color: rgb(48 3 51 / 0.6) !important;
}
.\!bg-fuschia-900\/65{
  background-color: rgb(48 3 51 / 0.65) !important;
}
.\!bg-fuschia-900\/70{
  background-color: rgb(48 3 51 / 0.7) !important;
}
.\!bg-fuschia-900\/75{
  background-color: rgb(48 3 51 / 0.75) !important;
}
.\!bg-fuschia-900\/80{
  background-color: rgb(48 3 51 / 0.8) !important;
}
.\!bg-fuschia-900\/85{
  background-color: rgb(48 3 51 / 0.85) !important;
}
.\!bg-fuschia-900\/90{
  background-color: rgb(48 3 51 / 0.9) !important;
}
.\!bg-fuschia-900\/95{
  background-color: rgb(48 3 51 / 0.95) !important;
}
.\!bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0) !important;
}
.\!bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1) !important;
}
.\!bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1) !important;
}
.\!bg-gray-100\/15{
  background-color: rgb(243 244 246 / 0.15) !important;
}
.\!bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2) !important;
}
.\!bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25) !important;
}
.\!bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3) !important;
}
.\!bg-gray-100\/35{
  background-color: rgb(243 244 246 / 0.35) !important;
}
.\!bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4) !important;
}
.\!bg-gray-100\/45{
  background-color: rgb(243 244 246 / 0.45) !important;
}
.\!bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05) !important;
}
.\!bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5) !important;
}
.\!bg-gray-100\/55{
  background-color: rgb(243 244 246 / 0.55) !important;
}
.\!bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6) !important;
}
.\!bg-gray-100\/65{
  background-color: rgb(243 244 246 / 0.65) !important;
}
.\!bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7) !important;
}
.\!bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75) !important;
}
.\!bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8) !important;
}
.\!bg-gray-100\/85{
  background-color: rgb(243 244 246 / 0.85) !important;
}
.\!bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9) !important;
}
.\!bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95) !important;
}
.\!bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0) !important;
}
.\!bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1) !important;
}
.\!bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1) !important;
}
.\!bg-gray-200\/15{
  background-color: rgb(229 231 235 / 0.15) !important;
}
.\!bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2) !important;
}
.\!bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25) !important;
}
.\!bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3) !important;
}
.\!bg-gray-200\/35{
  background-color: rgb(229 231 235 / 0.35) !important;
}
.\!bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4) !important;
}
.\!bg-gray-200\/45{
  background-color: rgb(229 231 235 / 0.45) !important;
}
.\!bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05) !important;
}
.\!bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5) !important;
}
.\!bg-gray-200\/55{
  background-color: rgb(229 231 235 / 0.55) !important;
}
.\!bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6) !important;
}
.\!bg-gray-200\/65{
  background-color: rgb(229 231 235 / 0.65) !important;
}
.\!bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7) !important;
}
.\!bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75) !important;
}
.\!bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8) !important;
}
.\!bg-gray-200\/85{
  background-color: rgb(229 231 235 / 0.85) !important;
}
.\!bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9) !important;
}
.\!bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95) !important;
}
.\!bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0) !important;
}
.\!bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1) !important;
}
.\!bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1) !important;
}
.\!bg-gray-300\/15{
  background-color: rgb(209 213 219 / 0.15) !important;
}
.\!bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2) !important;
}
.\!bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25) !important;
}
.\!bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3) !important;
}
.\!bg-gray-300\/35{
  background-color: rgb(209 213 219 / 0.35) !important;
}
.\!bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4) !important;
}
.\!bg-gray-300\/45{
  background-color: rgb(209 213 219 / 0.45) !important;
}
.\!bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05) !important;
}
.\!bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5) !important;
}
.\!bg-gray-300\/55{
  background-color: rgb(209 213 219 / 0.55) !important;
}
.\!bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6) !important;
}
.\!bg-gray-300\/65{
  background-color: rgb(209 213 219 / 0.65) !important;
}
.\!bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7) !important;
}
.\!bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75) !important;
}
.\!bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8) !important;
}
.\!bg-gray-300\/85{
  background-color: rgb(209 213 219 / 0.85) !important;
}
.\!bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9) !important;
}
.\!bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95) !important;
}
.\!bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0) !important;
}
.\!bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1) !important;
}
.\!bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1) !important;
}
.\!bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15) !important;
}
.\!bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2) !important;
}
.\!bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25) !important;
}
.\!bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3) !important;
}
.\!bg-gray-400\/35{
  background-color: rgb(156 163 175 / 0.35) !important;
}
.\!bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4) !important;
}
.\!bg-gray-400\/45{
  background-color: rgb(156 163 175 / 0.45) !important;
}
.\!bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05) !important;
}
.\!bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5) !important;
}
.\!bg-gray-400\/55{
  background-color: rgb(156 163 175 / 0.55) !important;
}
.\!bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6) !important;
}
.\!bg-gray-400\/65{
  background-color: rgb(156 163 175 / 0.65) !important;
}
.\!bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7) !important;
}
.\!bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75) !important;
}
.\!bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8) !important;
}
.\!bg-gray-400\/85{
  background-color: rgb(156 163 175 / 0.85) !important;
}
.\!bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9) !important;
}
.\!bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95) !important;
}
.\!bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0) !important;
}
.\!bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1) !important;
}
.\!bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1) !important;
}
.\!bg-gray-50\/15{
  background-color: rgb(249 250 251 / 0.15) !important;
}
.\!bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2) !important;
}
.\!bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25) !important;
}
.\!bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3) !important;
}
.\!bg-gray-50\/35{
  background-color: rgb(249 250 251 / 0.35) !important;
}
.\!bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4) !important;
}
.\!bg-gray-50\/45{
  background-color: rgb(249 250 251 / 0.45) !important;
}
.\!bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05) !important;
}
.\!bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5) !important;
}
.\!bg-gray-50\/55{
  background-color: rgb(249 250 251 / 0.55) !important;
}
.\!bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6) !important;
}
.\!bg-gray-50\/65{
  background-color: rgb(249 250 251 / 0.65) !important;
}
.\!bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7) !important;
}
.\!bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75) !important;
}
.\!bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8) !important;
}
.\!bg-gray-50\/85{
  background-color: rgb(249 250 251 / 0.85) !important;
}
.\!bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9) !important;
}
.\!bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95) !important;
}
.\!bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0) !important;
}
.\!bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1) !important;
}
.\!bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1) !important;
}
.\!bg-gray-500\/15{
  background-color: rgb(107 114 128 / 0.15) !important;
}
.\!bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2) !important;
}
.\!bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25) !important;
}
.\!bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3) !important;
}
.\!bg-gray-500\/35{
  background-color: rgb(107 114 128 / 0.35) !important;
}
.\!bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4) !important;
}
.\!bg-gray-500\/45{
  background-color: rgb(107 114 128 / 0.45) !important;
}
.\!bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05) !important;
}
.\!bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5) !important;
}
.\!bg-gray-500\/55{
  background-color: rgb(107 114 128 / 0.55) !important;
}
.\!bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6) !important;
}
.\!bg-gray-500\/65{
  background-color: rgb(107 114 128 / 0.65) !important;
}
.\!bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7) !important;
}
.\!bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75) !important;
}
.\!bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8) !important;
}
.\!bg-gray-500\/85{
  background-color: rgb(107 114 128 / 0.85) !important;
}
.\!bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9) !important;
}
.\!bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95) !important;
}
.\!bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0) !important;
}
.\!bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1) !important;
}
.\!bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1) !important;
}
.\!bg-gray-600\/15{
  background-color: rgb(75 85 99 / 0.15) !important;
}
.\!bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2) !important;
}
.\!bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25) !important;
}
.\!bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3) !important;
}
.\!bg-gray-600\/35{
  background-color: rgb(75 85 99 / 0.35) !important;
}
.\!bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4) !important;
}
.\!bg-gray-600\/45{
  background-color: rgb(75 85 99 / 0.45) !important;
}
.\!bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05) !important;
}
.\!bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5) !important;
}
.\!bg-gray-600\/55{
  background-color: rgb(75 85 99 / 0.55) !important;
}
.\!bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6) !important;
}
.\!bg-gray-600\/65{
  background-color: rgb(75 85 99 / 0.65) !important;
}
.\!bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7) !important;
}
.\!bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75) !important;
}
.\!bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8) !important;
}
.\!bg-gray-600\/85{
  background-color: rgb(75 85 99 / 0.85) !important;
}
.\!bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9) !important;
}
.\!bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95) !important;
}
.\!bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0) !important;
}
.\!bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1) !important;
}
.\!bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1) !important;
}
.\!bg-gray-700\/15{
  background-color: rgb(55 65 81 / 0.15) !important;
}
.\!bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2) !important;
}
.\!bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25) !important;
}
.\!bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3) !important;
}
.\!bg-gray-700\/35{
  background-color: rgb(55 65 81 / 0.35) !important;
}
.\!bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4) !important;
}
.\!bg-gray-700\/45{
  background-color: rgb(55 65 81 / 0.45) !important;
}
.\!bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05) !important;
}
.\!bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5) !important;
}
.\!bg-gray-700\/55{
  background-color: rgb(55 65 81 / 0.55) !important;
}
.\!bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6) !important;
}
.\!bg-gray-700\/65{
  background-color: rgb(55 65 81 / 0.65) !important;
}
.\!bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7) !important;
}
.\!bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75) !important;
}
.\!bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8) !important;
}
.\!bg-gray-700\/85{
  background-color: rgb(55 65 81 / 0.85) !important;
}
.\!bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9) !important;
}
.\!bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95) !important;
}
.\!bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0) !important;
}
.\!bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1) !important;
}
.\!bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1) !important;
}
.\!bg-gray-800\/15{
  background-color: rgb(31 41 55 / 0.15) !important;
}
.\!bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2) !important;
}
.\!bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25) !important;
}
.\!bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3) !important;
}
.\!bg-gray-800\/35{
  background-color: rgb(31 41 55 / 0.35) !important;
}
.\!bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4) !important;
}
.\!bg-gray-800\/45{
  background-color: rgb(31 41 55 / 0.45) !important;
}
.\!bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05) !important;
}
.\!bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5) !important;
}
.\!bg-gray-800\/55{
  background-color: rgb(31 41 55 / 0.55) !important;
}
.\!bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6) !important;
}
.\!bg-gray-800\/65{
  background-color: rgb(31 41 55 / 0.65) !important;
}
.\!bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7) !important;
}
.\!bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75) !important;
}
.\!bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8) !important;
}
.\!bg-gray-800\/85{
  background-color: rgb(31 41 55 / 0.85) !important;
}
.\!bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9) !important;
}
.\!bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95) !important;
}
.\!bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0) !important;
}
.\!bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1) !important;
}
.\!bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1) !important;
}
.\!bg-gray-900\/15{
  background-color: rgb(17 24 39 / 0.15) !important;
}
.\!bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2) !important;
}
.\!bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25) !important;
}
.\!bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3) !important;
}
.\!bg-gray-900\/35{
  background-color: rgb(17 24 39 / 0.35) !important;
}
.\!bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4) !important;
}
.\!bg-gray-900\/45{
  background-color: rgb(17 24 39 / 0.45) !important;
}
.\!bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05) !important;
}
.\!bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5) !important;
}
.\!bg-gray-900\/55{
  background-color: rgb(17 24 39 / 0.55) !important;
}
.\!bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6) !important;
}
.\!bg-gray-900\/65{
  background-color: rgb(17 24 39 / 0.65) !important;
}
.\!bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7) !important;
}
.\!bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75) !important;
}
.\!bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8) !important;
}
.\!bg-gray-900\/85{
  background-color: rgb(17 24 39 / 0.85) !important;
}
.\!bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9) !important;
}
.\!bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95) !important;
}
.\!bg-gray-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0) !important;
}
.\!bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1) !important;
}
.\!bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1) !important;
}
.\!bg-gray-950\/15{
  background-color: rgb(3 7 18 / 0.15) !important;
}
.\!bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2) !important;
}
.\!bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25) !important;
}
.\!bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3) !important;
}
.\!bg-gray-950\/35{
  background-color: rgb(3 7 18 / 0.35) !important;
}
.\!bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4) !important;
}
.\!bg-gray-950\/45{
  background-color: rgb(3 7 18 / 0.45) !important;
}
.\!bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05) !important;
}
.\!bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5) !important;
}
.\!bg-gray-950\/55{
  background-color: rgb(3 7 18 / 0.55) !important;
}
.\!bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6) !important;
}
.\!bg-gray-950\/65{
  background-color: rgb(3 7 18 / 0.65) !important;
}
.\!bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7) !important;
}
.\!bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75) !important;
}
.\!bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8) !important;
}
.\!bg-gray-950\/85{
  background-color: rgb(3 7 18 / 0.85) !important;
}
.\!bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9) !important;
}
.\!bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95) !important;
}
.\!bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-100\/0{
  background-color: rgb(220 252 231 / 0) !important;
}
.\!bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1) !important;
}
.\!bg-green-100\/100{
  background-color: rgb(220 252 231 / 1) !important;
}
.\!bg-green-100\/15{
  background-color: rgb(220 252 231 / 0.15) !important;
}
.\!bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2) !important;
}
.\!bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25) !important;
}
.\!bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3) !important;
}
.\!bg-green-100\/35{
  background-color: rgb(220 252 231 / 0.35) !important;
}
.\!bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4) !important;
}
.\!bg-green-100\/45{
  background-color: rgb(220 252 231 / 0.45) !important;
}
.\!bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05) !important;
}
.\!bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5) !important;
}
.\!bg-green-100\/55{
  background-color: rgb(220 252 231 / 0.55) !important;
}
.\!bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6) !important;
}
.\!bg-green-100\/65{
  background-color: rgb(220 252 231 / 0.65) !important;
}
.\!bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7) !important;
}
.\!bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75) !important;
}
.\!bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8) !important;
}
.\!bg-green-100\/85{
  background-color: rgb(220 252 231 / 0.85) !important;
}
.\!bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9) !important;
}
.\!bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95) !important;
}
.\!bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-200\/0{
  background-color: rgb(187 247 208 / 0) !important;
}
.\!bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1) !important;
}
.\!bg-green-200\/100{
  background-color: rgb(187 247 208 / 1) !important;
}
.\!bg-green-200\/15{
  background-color: rgb(187 247 208 / 0.15) !important;
}
.\!bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2) !important;
}
.\!bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25) !important;
}
.\!bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3) !important;
}
.\!bg-green-200\/35{
  background-color: rgb(187 247 208 / 0.35) !important;
}
.\!bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4) !important;
}
.\!bg-green-200\/45{
  background-color: rgb(187 247 208 / 0.45) !important;
}
.\!bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05) !important;
}
.\!bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5) !important;
}
.\!bg-green-200\/55{
  background-color: rgb(187 247 208 / 0.55) !important;
}
.\!bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6) !important;
}
.\!bg-green-200\/65{
  background-color: rgb(187 247 208 / 0.65) !important;
}
.\!bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7) !important;
}
.\!bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75) !important;
}
.\!bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8) !important;
}
.\!bg-green-200\/85{
  background-color: rgb(187 247 208 / 0.85) !important;
}
.\!bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9) !important;
}
.\!bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95) !important;
}
.\!bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-300\/0{
  background-color: rgb(134 239 172 / 0) !important;
}
.\!bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1) !important;
}
.\!bg-green-300\/100{
  background-color: rgb(134 239 172 / 1) !important;
}
.\!bg-green-300\/15{
  background-color: rgb(134 239 172 / 0.15) !important;
}
.\!bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2) !important;
}
.\!bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25) !important;
}
.\!bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3) !important;
}
.\!bg-green-300\/35{
  background-color: rgb(134 239 172 / 0.35) !important;
}
.\!bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4) !important;
}
.\!bg-green-300\/45{
  background-color: rgb(134 239 172 / 0.45) !important;
}
.\!bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05) !important;
}
.\!bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5) !important;
}
.\!bg-green-300\/55{
  background-color: rgb(134 239 172 / 0.55) !important;
}
.\!bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6) !important;
}
.\!bg-green-300\/65{
  background-color: rgb(134 239 172 / 0.65) !important;
}
.\!bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7) !important;
}
.\!bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75) !important;
}
.\!bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8) !important;
}
.\!bg-green-300\/85{
  background-color: rgb(134 239 172 / 0.85) !important;
}
.\!bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9) !important;
}
.\!bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95) !important;
}
.\!bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-400\/0{
  background-color: rgb(74 222 128 / 0) !important;
}
.\!bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1) !important;
}
.\!bg-green-400\/100{
  background-color: rgb(74 222 128 / 1) !important;
}
.\!bg-green-400\/15{
  background-color: rgb(74 222 128 / 0.15) !important;
}
.\!bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2) !important;
}
.\!bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25) !important;
}
.\!bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3) !important;
}
.\!bg-green-400\/35{
  background-color: rgb(74 222 128 / 0.35) !important;
}
.\!bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4) !important;
}
.\!bg-green-400\/45{
  background-color: rgb(74 222 128 / 0.45) !important;
}
.\!bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05) !important;
}
.\!bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5) !important;
}
.\!bg-green-400\/55{
  background-color: rgb(74 222 128 / 0.55) !important;
}
.\!bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6) !important;
}
.\!bg-green-400\/65{
  background-color: rgb(74 222 128 / 0.65) !important;
}
.\!bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7) !important;
}
.\!bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75) !important;
}
.\!bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8) !important;
}
.\!bg-green-400\/85{
  background-color: rgb(74 222 128 / 0.85) !important;
}
.\!bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9) !important;
}
.\!bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95) !important;
}
.\!bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-50\/0{
  background-color: rgb(240 253 244 / 0) !important;
}
.\!bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1) !important;
}
.\!bg-green-50\/100{
  background-color: rgb(240 253 244 / 1) !important;
}
.\!bg-green-50\/15{
  background-color: rgb(240 253 244 / 0.15) !important;
}
.\!bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2) !important;
}
.\!bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25) !important;
}
.\!bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3) !important;
}
.\!bg-green-50\/35{
  background-color: rgb(240 253 244 / 0.35) !important;
}
.\!bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4) !important;
}
.\!bg-green-50\/45{
  background-color: rgb(240 253 244 / 0.45) !important;
}
.\!bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05) !important;
}
.\!bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5) !important;
}
.\!bg-green-50\/55{
  background-color: rgb(240 253 244 / 0.55) !important;
}
.\!bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6) !important;
}
.\!bg-green-50\/65{
  background-color: rgb(240 253 244 / 0.65) !important;
}
.\!bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7) !important;
}
.\!bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75) !important;
}
.\!bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8) !important;
}
.\!bg-green-50\/85{
  background-color: rgb(240 253 244 / 0.85) !important;
}
.\!bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9) !important;
}
.\!bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95) !important;
}
.\!bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 165 71 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-500\/0{
  background-color: rgb(75 165 71 / 0) !important;
}
.\!bg-green-500\/10{
  background-color: rgb(75 165 71 / 0.1) !important;
}
.\!bg-green-500\/100{
  background-color: rgb(75 165 71 / 1) !important;
}
.\!bg-green-500\/15{
  background-color: rgb(75 165 71 / 0.15) !important;
}
.\!bg-green-500\/20{
  background-color: rgb(75 165 71 / 0.2) !important;
}
.\!bg-green-500\/25{
  background-color: rgb(75 165 71 / 0.25) !important;
}
.\!bg-green-500\/30{
  background-color: rgb(75 165 71 / 0.3) !important;
}
.\!bg-green-500\/35{
  background-color: rgb(75 165 71 / 0.35) !important;
}
.\!bg-green-500\/40{
  background-color: rgb(75 165 71 / 0.4) !important;
}
.\!bg-green-500\/45{
  background-color: rgb(75 165 71 / 0.45) !important;
}
.\!bg-green-500\/5{
  background-color: rgb(75 165 71 / 0.05) !important;
}
.\!bg-green-500\/50{
  background-color: rgb(75 165 71 / 0.5) !important;
}
.\!bg-green-500\/55{
  background-color: rgb(75 165 71 / 0.55) !important;
}
.\!bg-green-500\/60{
  background-color: rgb(75 165 71 / 0.6) !important;
}
.\!bg-green-500\/65{
  background-color: rgb(75 165 71 / 0.65) !important;
}
.\!bg-green-500\/70{
  background-color: rgb(75 165 71 / 0.7) !important;
}
.\!bg-green-500\/75{
  background-color: rgb(75 165 71 / 0.75) !important;
}
.\!bg-green-500\/80{
  background-color: rgb(75 165 71 / 0.8) !important;
}
.\!bg-green-500\/85{
  background-color: rgb(75 165 71 / 0.85) !important;
}
.\!bg-green-500\/90{
  background-color: rgb(75 165 71 / 0.9) !important;
}
.\!bg-green-500\/95{
  background-color: rgb(75 165 71 / 0.95) !important;
}
.\!bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-600\/0{
  background-color: rgb(22 163 74 / 0) !important;
}
.\!bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1) !important;
}
.\!bg-green-600\/100{
  background-color: rgb(22 163 74 / 1) !important;
}
.\!bg-green-600\/15{
  background-color: rgb(22 163 74 / 0.15) !important;
}
.\!bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2) !important;
}
.\!bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25) !important;
}
.\!bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3) !important;
}
.\!bg-green-600\/35{
  background-color: rgb(22 163 74 / 0.35) !important;
}
.\!bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4) !important;
}
.\!bg-green-600\/45{
  background-color: rgb(22 163 74 / 0.45) !important;
}
.\!bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05) !important;
}
.\!bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5) !important;
}
.\!bg-green-600\/55{
  background-color: rgb(22 163 74 / 0.55) !important;
}
.\!bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6) !important;
}
.\!bg-green-600\/65{
  background-color: rgb(22 163 74 / 0.65) !important;
}
.\!bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7) !important;
}
.\!bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75) !important;
}
.\!bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8) !important;
}
.\!bg-green-600\/85{
  background-color: rgb(22 163 74 / 0.85) !important;
}
.\!bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9) !important;
}
.\!bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95) !important;
}
.\!bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-700\/0{
  background-color: rgb(21 128 61 / 0) !important;
}
.\!bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1) !important;
}
.\!bg-green-700\/100{
  background-color: rgb(21 128 61 / 1) !important;
}
.\!bg-green-700\/15{
  background-color: rgb(21 128 61 / 0.15) !important;
}
.\!bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2) !important;
}
.\!bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25) !important;
}
.\!bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3) !important;
}
.\!bg-green-700\/35{
  background-color: rgb(21 128 61 / 0.35) !important;
}
.\!bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4) !important;
}
.\!bg-green-700\/45{
  background-color: rgb(21 128 61 / 0.45) !important;
}
.\!bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05) !important;
}
.\!bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5) !important;
}
.\!bg-green-700\/55{
  background-color: rgb(21 128 61 / 0.55) !important;
}
.\!bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6) !important;
}
.\!bg-green-700\/65{
  background-color: rgb(21 128 61 / 0.65) !important;
}
.\!bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7) !important;
}
.\!bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75) !important;
}
.\!bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8) !important;
}
.\!bg-green-700\/85{
  background-color: rgb(21 128 61 / 0.85) !important;
}
.\!bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9) !important;
}
.\!bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95) !important;
}
.\!bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-800\/0{
  background-color: rgb(22 101 52 / 0) !important;
}
.\!bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1) !important;
}
.\!bg-green-800\/100{
  background-color: rgb(22 101 52 / 1) !important;
}
.\!bg-green-800\/15{
  background-color: rgb(22 101 52 / 0.15) !important;
}
.\!bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2) !important;
}
.\!bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25) !important;
}
.\!bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3) !important;
}
.\!bg-green-800\/35{
  background-color: rgb(22 101 52 / 0.35) !important;
}
.\!bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4) !important;
}
.\!bg-green-800\/45{
  background-color: rgb(22 101 52 / 0.45) !important;
}
.\!bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05) !important;
}
.\!bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5) !important;
}
.\!bg-green-800\/55{
  background-color: rgb(22 101 52 / 0.55) !important;
}
.\!bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6) !important;
}
.\!bg-green-800\/65{
  background-color: rgb(22 101 52 / 0.65) !important;
}
.\!bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7) !important;
}
.\!bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75) !important;
}
.\!bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8) !important;
}
.\!bg-green-800\/85{
  background-color: rgb(22 101 52 / 0.85) !important;
}
.\!bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9) !important;
}
.\!bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95) !important;
}
.\!bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-900\/0{
  background-color: rgb(20 83 45 / 0) !important;
}
.\!bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1) !important;
}
.\!bg-green-900\/100{
  background-color: rgb(20 83 45 / 1) !important;
}
.\!bg-green-900\/15{
  background-color: rgb(20 83 45 / 0.15) !important;
}
.\!bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2) !important;
}
.\!bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25) !important;
}
.\!bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3) !important;
}
.\!bg-green-900\/35{
  background-color: rgb(20 83 45 / 0.35) !important;
}
.\!bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4) !important;
}
.\!bg-green-900\/45{
  background-color: rgb(20 83 45 / 0.45) !important;
}
.\!bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05) !important;
}
.\!bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5) !important;
}
.\!bg-green-900\/55{
  background-color: rgb(20 83 45 / 0.55) !important;
}
.\!bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6) !important;
}
.\!bg-green-900\/65{
  background-color: rgb(20 83 45 / 0.65) !important;
}
.\!bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7) !important;
}
.\!bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75) !important;
}
.\!bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8) !important;
}
.\!bg-green-900\/85{
  background-color: rgb(20 83 45 / 0.85) !important;
}
.\!bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9) !important;
}
.\!bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95) !important;
}
.\!bg-green-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity)) !important;
}
.\!bg-green-950\/0{
  background-color: rgb(5 46 22 / 0) !important;
}
.\!bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1) !important;
}
.\!bg-green-950\/100{
  background-color: rgb(5 46 22 / 1) !important;
}
.\!bg-green-950\/15{
  background-color: rgb(5 46 22 / 0.15) !important;
}
.\!bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2) !important;
}
.\!bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25) !important;
}
.\!bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3) !important;
}
.\!bg-green-950\/35{
  background-color: rgb(5 46 22 / 0.35) !important;
}
.\!bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4) !important;
}
.\!bg-green-950\/45{
  background-color: rgb(5 46 22 / 0.45) !important;
}
.\!bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05) !important;
}
.\!bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5) !important;
}
.\!bg-green-950\/55{
  background-color: rgb(5 46 22 / 0.55) !important;
}
.\!bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6) !important;
}
.\!bg-green-950\/65{
  background-color: rgb(5 46 22 / 0.65) !important;
}
.\!bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7) !important;
}
.\!bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75) !important;
}
.\!bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8) !important;
}
.\!bg-green-950\/85{
  background-color: rgb(5 46 22 / 0.85) !important;
}
.\!bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9) !important;
}
.\!bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95) !important;
}
.\!bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-100\/0{
  background-color: rgb(224 231 255 / 0) !important;
}
.\!bg-indigo-100\/10{
  background-color: rgb(224 231 255 / 0.1) !important;
}
.\!bg-indigo-100\/100{
  background-color: rgb(224 231 255 / 1) !important;
}
.\!bg-indigo-100\/15{
  background-color: rgb(224 231 255 / 0.15) !important;
}
.\!bg-indigo-100\/20{
  background-color: rgb(224 231 255 / 0.2) !important;
}
.\!bg-indigo-100\/25{
  background-color: rgb(224 231 255 / 0.25) !important;
}
.\!bg-indigo-100\/30{
  background-color: rgb(224 231 255 / 0.3) !important;
}
.\!bg-indigo-100\/35{
  background-color: rgb(224 231 255 / 0.35) !important;
}
.\!bg-indigo-100\/40{
  background-color: rgb(224 231 255 / 0.4) !important;
}
.\!bg-indigo-100\/45{
  background-color: rgb(224 231 255 / 0.45) !important;
}
.\!bg-indigo-100\/5{
  background-color: rgb(224 231 255 / 0.05) !important;
}
.\!bg-indigo-100\/50{
  background-color: rgb(224 231 255 / 0.5) !important;
}
.\!bg-indigo-100\/55{
  background-color: rgb(224 231 255 / 0.55) !important;
}
.\!bg-indigo-100\/60{
  background-color: rgb(224 231 255 / 0.6) !important;
}
.\!bg-indigo-100\/65{
  background-color: rgb(224 231 255 / 0.65) !important;
}
.\!bg-indigo-100\/70{
  background-color: rgb(224 231 255 / 0.7) !important;
}
.\!bg-indigo-100\/75{
  background-color: rgb(224 231 255 / 0.75) !important;
}
.\!bg-indigo-100\/80{
  background-color: rgb(224 231 255 / 0.8) !important;
}
.\!bg-indigo-100\/85{
  background-color: rgb(224 231 255 / 0.85) !important;
}
.\!bg-indigo-100\/90{
  background-color: rgb(224 231 255 / 0.9) !important;
}
.\!bg-indigo-100\/95{
  background-color: rgb(224 231 255 / 0.95) !important;
}
.\!bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-200\/0{
  background-color: rgb(199 210 254 / 0) !important;
}
.\!bg-indigo-200\/10{
  background-color: rgb(199 210 254 / 0.1) !important;
}
.\!bg-indigo-200\/100{
  background-color: rgb(199 210 254 / 1) !important;
}
.\!bg-indigo-200\/15{
  background-color: rgb(199 210 254 / 0.15) !important;
}
.\!bg-indigo-200\/20{
  background-color: rgb(199 210 254 / 0.2) !important;
}
.\!bg-indigo-200\/25{
  background-color: rgb(199 210 254 / 0.25) !important;
}
.\!bg-indigo-200\/30{
  background-color: rgb(199 210 254 / 0.3) !important;
}
.\!bg-indigo-200\/35{
  background-color: rgb(199 210 254 / 0.35) !important;
}
.\!bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4) !important;
}
.\!bg-indigo-200\/45{
  background-color: rgb(199 210 254 / 0.45) !important;
}
.\!bg-indigo-200\/5{
  background-color: rgb(199 210 254 / 0.05) !important;
}
.\!bg-indigo-200\/50{
  background-color: rgb(199 210 254 / 0.5) !important;
}
.\!bg-indigo-200\/55{
  background-color: rgb(199 210 254 / 0.55) !important;
}
.\!bg-indigo-200\/60{
  background-color: rgb(199 210 254 / 0.6) !important;
}
.\!bg-indigo-200\/65{
  background-color: rgb(199 210 254 / 0.65) !important;
}
.\!bg-indigo-200\/70{
  background-color: rgb(199 210 254 / 0.7) !important;
}
.\!bg-indigo-200\/75{
  background-color: rgb(199 210 254 / 0.75) !important;
}
.\!bg-indigo-200\/80{
  background-color: rgb(199 210 254 / 0.8) !important;
}
.\!bg-indigo-200\/85{
  background-color: rgb(199 210 254 / 0.85) !important;
}
.\!bg-indigo-200\/90{
  background-color: rgb(199 210 254 / 0.9) !important;
}
.\!bg-indigo-200\/95{
  background-color: rgb(199 210 254 / 0.95) !important;
}
.\!bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-300\/0{
  background-color: rgb(165 180 252 / 0) !important;
}
.\!bg-indigo-300\/10{
  background-color: rgb(165 180 252 / 0.1) !important;
}
.\!bg-indigo-300\/100{
  background-color: rgb(165 180 252 / 1) !important;
}
.\!bg-indigo-300\/15{
  background-color: rgb(165 180 252 / 0.15) !important;
}
.\!bg-indigo-300\/20{
  background-color: rgb(165 180 252 / 0.2) !important;
}
.\!bg-indigo-300\/25{
  background-color: rgb(165 180 252 / 0.25) !important;
}
.\!bg-indigo-300\/30{
  background-color: rgb(165 180 252 / 0.3) !important;
}
.\!bg-indigo-300\/35{
  background-color: rgb(165 180 252 / 0.35) !important;
}
.\!bg-indigo-300\/40{
  background-color: rgb(165 180 252 / 0.4) !important;
}
.\!bg-indigo-300\/45{
  background-color: rgb(165 180 252 / 0.45) !important;
}
.\!bg-indigo-300\/5{
  background-color: rgb(165 180 252 / 0.05) !important;
}
.\!bg-indigo-300\/50{
  background-color: rgb(165 180 252 / 0.5) !important;
}
.\!bg-indigo-300\/55{
  background-color: rgb(165 180 252 / 0.55) !important;
}
.\!bg-indigo-300\/60{
  background-color: rgb(165 180 252 / 0.6) !important;
}
.\!bg-indigo-300\/65{
  background-color: rgb(165 180 252 / 0.65) !important;
}
.\!bg-indigo-300\/70{
  background-color: rgb(165 180 252 / 0.7) !important;
}
.\!bg-indigo-300\/75{
  background-color: rgb(165 180 252 / 0.75) !important;
}
.\!bg-indigo-300\/80{
  background-color: rgb(165 180 252 / 0.8) !important;
}
.\!bg-indigo-300\/85{
  background-color: rgb(165 180 252 / 0.85) !important;
}
.\!bg-indigo-300\/90{
  background-color: rgb(165 180 252 / 0.9) !important;
}
.\!bg-indigo-300\/95{
  background-color: rgb(165 180 252 / 0.95) !important;
}
.\!bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-400\/0{
  background-color: rgb(129 140 248 / 0) !important;
}
.\!bg-indigo-400\/10{
  background-color: rgb(129 140 248 / 0.1) !important;
}
.\!bg-indigo-400\/100{
  background-color: rgb(129 140 248 / 1) !important;
}
.\!bg-indigo-400\/15{
  background-color: rgb(129 140 248 / 0.15) !important;
}
.\!bg-indigo-400\/20{
  background-color: rgb(129 140 248 / 0.2) !important;
}
.\!bg-indigo-400\/25{
  background-color: rgb(129 140 248 / 0.25) !important;
}
.\!bg-indigo-400\/30{
  background-color: rgb(129 140 248 / 0.3) !important;
}
.\!bg-indigo-400\/35{
  background-color: rgb(129 140 248 / 0.35) !important;
}
.\!bg-indigo-400\/40{
  background-color: rgb(129 140 248 / 0.4) !important;
}
.\!bg-indigo-400\/45{
  background-color: rgb(129 140 248 / 0.45) !important;
}
.\!bg-indigo-400\/5{
  background-color: rgb(129 140 248 / 0.05) !important;
}
.\!bg-indigo-400\/50{
  background-color: rgb(129 140 248 / 0.5) !important;
}
.\!bg-indigo-400\/55{
  background-color: rgb(129 140 248 / 0.55) !important;
}
.\!bg-indigo-400\/60{
  background-color: rgb(129 140 248 / 0.6) !important;
}
.\!bg-indigo-400\/65{
  background-color: rgb(129 140 248 / 0.65) !important;
}
.\!bg-indigo-400\/70{
  background-color: rgb(129 140 248 / 0.7) !important;
}
.\!bg-indigo-400\/75{
  background-color: rgb(129 140 248 / 0.75) !important;
}
.\!bg-indigo-400\/80{
  background-color: rgb(129 140 248 / 0.8) !important;
}
.\!bg-indigo-400\/85{
  background-color: rgb(129 140 248 / 0.85) !important;
}
.\!bg-indigo-400\/90{
  background-color: rgb(129 140 248 / 0.9) !important;
}
.\!bg-indigo-400\/95{
  background-color: rgb(129 140 248 / 0.95) !important;
}
.\!bg-indigo-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-50\/0{
  background-color: rgb(238 242 255 / 0) !important;
}
.\!bg-indigo-50\/10{
  background-color: rgb(238 242 255 / 0.1) !important;
}
.\!bg-indigo-50\/100{
  background-color: rgb(238 242 255 / 1) !important;
}
.\!bg-indigo-50\/15{
  background-color: rgb(238 242 255 / 0.15) !important;
}
.\!bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2) !important;
}
.\!bg-indigo-50\/25{
  background-color: rgb(238 242 255 / 0.25) !important;
}
.\!bg-indigo-50\/30{
  background-color: rgb(238 242 255 / 0.3) !important;
}
.\!bg-indigo-50\/35{
  background-color: rgb(238 242 255 / 0.35) !important;
}
.\!bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4) !important;
}
.\!bg-indigo-50\/45{
  background-color: rgb(238 242 255 / 0.45) !important;
}
.\!bg-indigo-50\/5{
  background-color: rgb(238 242 255 / 0.05) !important;
}
.\!bg-indigo-50\/50{
  background-color: rgb(238 242 255 / 0.5) !important;
}
.\!bg-indigo-50\/55{
  background-color: rgb(238 242 255 / 0.55) !important;
}
.\!bg-indigo-50\/60{
  background-color: rgb(238 242 255 / 0.6) !important;
}
.\!bg-indigo-50\/65{
  background-color: rgb(238 242 255 / 0.65) !important;
}
.\!bg-indigo-50\/70{
  background-color: rgb(238 242 255 / 0.7) !important;
}
.\!bg-indigo-50\/75{
  background-color: rgb(238 242 255 / 0.75) !important;
}
.\!bg-indigo-50\/80{
  background-color: rgb(238 242 255 / 0.8) !important;
}
.\!bg-indigo-50\/85{
  background-color: rgb(238 242 255 / 0.85) !important;
}
.\!bg-indigo-50\/90{
  background-color: rgb(238 242 255 / 0.9) !important;
}
.\!bg-indigo-50\/95{
  background-color: rgb(238 242 255 / 0.95) !important;
}
.\!bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-500\/0{
  background-color: rgb(99 102 241 / 0) !important;
}
.\!bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1) !important;
}
.\!bg-indigo-500\/100{
  background-color: rgb(99 102 241 / 1) !important;
}
.\!bg-indigo-500\/15{
  background-color: rgb(99 102 241 / 0.15) !important;
}
.\!bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2) !important;
}
.\!bg-indigo-500\/25{
  background-color: rgb(99 102 241 / 0.25) !important;
}
.\!bg-indigo-500\/30{
  background-color: rgb(99 102 241 / 0.3) !important;
}
.\!bg-indigo-500\/35{
  background-color: rgb(99 102 241 / 0.35) !important;
}
.\!bg-indigo-500\/40{
  background-color: rgb(99 102 241 / 0.4) !important;
}
.\!bg-indigo-500\/45{
  background-color: rgb(99 102 241 / 0.45) !important;
}
.\!bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05) !important;
}
.\!bg-indigo-500\/50{
  background-color: rgb(99 102 241 / 0.5) !important;
}
.\!bg-indigo-500\/55{
  background-color: rgb(99 102 241 / 0.55) !important;
}
.\!bg-indigo-500\/60{
  background-color: rgb(99 102 241 / 0.6) !important;
}
.\!bg-indigo-500\/65{
  background-color: rgb(99 102 241 / 0.65) !important;
}
.\!bg-indigo-500\/70{
  background-color: rgb(99 102 241 / 0.7) !important;
}
.\!bg-indigo-500\/75{
  background-color: rgb(99 102 241 / 0.75) !important;
}
.\!bg-indigo-500\/80{
  background-color: rgb(99 102 241 / 0.8) !important;
}
.\!bg-indigo-500\/85{
  background-color: rgb(99 102 241 / 0.85) !important;
}
.\!bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9) !important;
}
.\!bg-indigo-500\/95{
  background-color: rgb(99 102 241 / 0.95) !important;
}
.\!bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-600\/0{
  background-color: rgb(79 70 229 / 0) !important;
}
.\!bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1) !important;
}
.\!bg-indigo-600\/100{
  background-color: rgb(79 70 229 / 1) !important;
}
.\!bg-indigo-600\/15{
  background-color: rgb(79 70 229 / 0.15) !important;
}
.\!bg-indigo-600\/20{
  background-color: rgb(79 70 229 / 0.2) !important;
}
.\!bg-indigo-600\/25{
  background-color: rgb(79 70 229 / 0.25) !important;
}
.\!bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3) !important;
}
.\!bg-indigo-600\/35{
  background-color: rgb(79 70 229 / 0.35) !important;
}
.\!bg-indigo-600\/40{
  background-color: rgb(79 70 229 / 0.4) !important;
}
.\!bg-indigo-600\/45{
  background-color: rgb(79 70 229 / 0.45) !important;
}
.\!bg-indigo-600\/5{
  background-color: rgb(79 70 229 / 0.05) !important;
}
.\!bg-indigo-600\/50{
  background-color: rgb(79 70 229 / 0.5) !important;
}
.\!bg-indigo-600\/55{
  background-color: rgb(79 70 229 / 0.55) !important;
}
.\!bg-indigo-600\/60{
  background-color: rgb(79 70 229 / 0.6) !important;
}
.\!bg-indigo-600\/65{
  background-color: rgb(79 70 229 / 0.65) !important;
}
.\!bg-indigo-600\/70{
  background-color: rgb(79 70 229 / 0.7) !important;
}
.\!bg-indigo-600\/75{
  background-color: rgb(79 70 229 / 0.75) !important;
}
.\!bg-indigo-600\/80{
  background-color: rgb(79 70 229 / 0.8) !important;
}
.\!bg-indigo-600\/85{
  background-color: rgb(79 70 229 / 0.85) !important;
}
.\!bg-indigo-600\/90{
  background-color: rgb(79 70 229 / 0.9) !important;
}
.\!bg-indigo-600\/95{
  background-color: rgb(79 70 229 / 0.95) !important;
}
.\!bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-700\/0{
  background-color: rgb(67 56 202 / 0) !important;
}
.\!bg-indigo-700\/10{
  background-color: rgb(67 56 202 / 0.1) !important;
}
.\!bg-indigo-700\/100{
  background-color: rgb(67 56 202 / 1) !important;
}
.\!bg-indigo-700\/15{
  background-color: rgb(67 56 202 / 0.15) !important;
}
.\!bg-indigo-700\/20{
  background-color: rgb(67 56 202 / 0.2) !important;
}
.\!bg-indigo-700\/25{
  background-color: rgb(67 56 202 / 0.25) !important;
}
.\!bg-indigo-700\/30{
  background-color: rgb(67 56 202 / 0.3) !important;
}
.\!bg-indigo-700\/35{
  background-color: rgb(67 56 202 / 0.35) !important;
}
.\!bg-indigo-700\/40{
  background-color: rgb(67 56 202 / 0.4) !important;
}
.\!bg-indigo-700\/45{
  background-color: rgb(67 56 202 / 0.45) !important;
}
.\!bg-indigo-700\/5{
  background-color: rgb(67 56 202 / 0.05) !important;
}
.\!bg-indigo-700\/50{
  background-color: rgb(67 56 202 / 0.5) !important;
}
.\!bg-indigo-700\/55{
  background-color: rgb(67 56 202 / 0.55) !important;
}
.\!bg-indigo-700\/60{
  background-color: rgb(67 56 202 / 0.6) !important;
}
.\!bg-indigo-700\/65{
  background-color: rgb(67 56 202 / 0.65) !important;
}
.\!bg-indigo-700\/70{
  background-color: rgb(67 56 202 / 0.7) !important;
}
.\!bg-indigo-700\/75{
  background-color: rgb(67 56 202 / 0.75) !important;
}
.\!bg-indigo-700\/80{
  background-color: rgb(67 56 202 / 0.8) !important;
}
.\!bg-indigo-700\/85{
  background-color: rgb(67 56 202 / 0.85) !important;
}
.\!bg-indigo-700\/90{
  background-color: rgb(67 56 202 / 0.9) !important;
}
.\!bg-indigo-700\/95{
  background-color: rgb(67 56 202 / 0.95) !important;
}
.\!bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-800\/0{
  background-color: rgb(55 48 163 / 0) !important;
}
.\!bg-indigo-800\/10{
  background-color: rgb(55 48 163 / 0.1) !important;
}
.\!bg-indigo-800\/100{
  background-color: rgb(55 48 163 / 1) !important;
}
.\!bg-indigo-800\/15{
  background-color: rgb(55 48 163 / 0.15) !important;
}
.\!bg-indigo-800\/20{
  background-color: rgb(55 48 163 / 0.2) !important;
}
.\!bg-indigo-800\/25{
  background-color: rgb(55 48 163 / 0.25) !important;
}
.\!bg-indigo-800\/30{
  background-color: rgb(55 48 163 / 0.3) !important;
}
.\!bg-indigo-800\/35{
  background-color: rgb(55 48 163 / 0.35) !important;
}
.\!bg-indigo-800\/40{
  background-color: rgb(55 48 163 / 0.4) !important;
}
.\!bg-indigo-800\/45{
  background-color: rgb(55 48 163 / 0.45) !important;
}
.\!bg-indigo-800\/5{
  background-color: rgb(55 48 163 / 0.05) !important;
}
.\!bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5) !important;
}
.\!bg-indigo-800\/55{
  background-color: rgb(55 48 163 / 0.55) !important;
}
.\!bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6) !important;
}
.\!bg-indigo-800\/65{
  background-color: rgb(55 48 163 / 0.65) !important;
}
.\!bg-indigo-800\/70{
  background-color: rgb(55 48 163 / 0.7) !important;
}
.\!bg-indigo-800\/75{
  background-color: rgb(55 48 163 / 0.75) !important;
}
.\!bg-indigo-800\/80{
  background-color: rgb(55 48 163 / 0.8) !important;
}
.\!bg-indigo-800\/85{
  background-color: rgb(55 48 163 / 0.85) !important;
}
.\!bg-indigo-800\/90{
  background-color: rgb(55 48 163 / 0.9) !important;
}
.\!bg-indigo-800\/95{
  background-color: rgb(55 48 163 / 0.95) !important;
}
.\!bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-900\/0{
  background-color: rgb(49 46 129 / 0) !important;
}
.\!bg-indigo-900\/10{
  background-color: rgb(49 46 129 / 0.1) !important;
}
.\!bg-indigo-900\/100{
  background-color: rgb(49 46 129 / 1) !important;
}
.\!bg-indigo-900\/15{
  background-color: rgb(49 46 129 / 0.15) !important;
}
.\!bg-indigo-900\/20{
  background-color: rgb(49 46 129 / 0.2) !important;
}
.\!bg-indigo-900\/25{
  background-color: rgb(49 46 129 / 0.25) !important;
}
.\!bg-indigo-900\/30{
  background-color: rgb(49 46 129 / 0.3) !important;
}
.\!bg-indigo-900\/35{
  background-color: rgb(49 46 129 / 0.35) !important;
}
.\!bg-indigo-900\/40{
  background-color: rgb(49 46 129 / 0.4) !important;
}
.\!bg-indigo-900\/45{
  background-color: rgb(49 46 129 / 0.45) !important;
}
.\!bg-indigo-900\/5{
  background-color: rgb(49 46 129 / 0.05) !important;
}
.\!bg-indigo-900\/50{
  background-color: rgb(49 46 129 / 0.5) !important;
}
.\!bg-indigo-900\/55{
  background-color: rgb(49 46 129 / 0.55) !important;
}
.\!bg-indigo-900\/60{
  background-color: rgb(49 46 129 / 0.6) !important;
}
.\!bg-indigo-900\/65{
  background-color: rgb(49 46 129 / 0.65) !important;
}
.\!bg-indigo-900\/70{
  background-color: rgb(49 46 129 / 0.7) !important;
}
.\!bg-indigo-900\/75{
  background-color: rgb(49 46 129 / 0.75) !important;
}
.\!bg-indigo-900\/80{
  background-color: rgb(49 46 129 / 0.8) !important;
}
.\!bg-indigo-900\/85{
  background-color: rgb(49 46 129 / 0.85) !important;
}
.\!bg-indigo-900\/90{
  background-color: rgb(49 46 129 / 0.9) !important;
}
.\!bg-indigo-900\/95{
  background-color: rgb(49 46 129 / 0.95) !important;
}
.\!bg-indigo-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity)) !important;
}
.\!bg-indigo-950\/0{
  background-color: rgb(30 27 75 / 0) !important;
}
.\!bg-indigo-950\/10{
  background-color: rgb(30 27 75 / 0.1) !important;
}
.\!bg-indigo-950\/100{
  background-color: rgb(30 27 75 / 1) !important;
}
.\!bg-indigo-950\/15{
  background-color: rgb(30 27 75 / 0.15) !important;
}
.\!bg-indigo-950\/20{
  background-color: rgb(30 27 75 / 0.2) !important;
}
.\!bg-indigo-950\/25{
  background-color: rgb(30 27 75 / 0.25) !important;
}
.\!bg-indigo-950\/30{
  background-color: rgb(30 27 75 / 0.3) !important;
}
.\!bg-indigo-950\/35{
  background-color: rgb(30 27 75 / 0.35) !important;
}
.\!bg-indigo-950\/40{
  background-color: rgb(30 27 75 / 0.4) !important;
}
.\!bg-indigo-950\/45{
  background-color: rgb(30 27 75 / 0.45) !important;
}
.\!bg-indigo-950\/5{
  background-color: rgb(30 27 75 / 0.05) !important;
}
.\!bg-indigo-950\/50{
  background-color: rgb(30 27 75 / 0.5) !important;
}
.\!bg-indigo-950\/55{
  background-color: rgb(30 27 75 / 0.55) !important;
}
.\!bg-indigo-950\/60{
  background-color: rgb(30 27 75 / 0.6) !important;
}
.\!bg-indigo-950\/65{
  background-color: rgb(30 27 75 / 0.65) !important;
}
.\!bg-indigo-950\/70{
  background-color: rgb(30 27 75 / 0.7) !important;
}
.\!bg-indigo-950\/75{
  background-color: rgb(30 27 75 / 0.75) !important;
}
.\!bg-indigo-950\/80{
  background-color: rgb(30 27 75 / 0.8) !important;
}
.\!bg-indigo-950\/85{
  background-color: rgb(30 27 75 / 0.85) !important;
}
.\!bg-indigo-950\/90{
  background-color: rgb(30 27 75 / 0.9) !important;
}
.\!bg-indigo-950\/95{
  background-color: rgb(30 27 75 / 0.95) !important;
}
.\!bg-info-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 247 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-100\/0{
  background-color: rgb(253 247 254 / 0) !important;
}
.\!bg-info-100\/10{
  background-color: rgb(253 247 254 / 0.1) !important;
}
.\!bg-info-100\/100{
  background-color: rgb(253 247 254 / 1) !important;
}
.\!bg-info-100\/15{
  background-color: rgb(253 247 254 / 0.15) !important;
}
.\!bg-info-100\/20{
  background-color: rgb(253 247 254 / 0.2) !important;
}
.\!bg-info-100\/25{
  background-color: rgb(253 247 254 / 0.25) !important;
}
.\!bg-info-100\/30{
  background-color: rgb(253 247 254 / 0.3) !important;
}
.\!bg-info-100\/35{
  background-color: rgb(253 247 254 / 0.35) !important;
}
.\!bg-info-100\/40{
  background-color: rgb(253 247 254 / 0.4) !important;
}
.\!bg-info-100\/45{
  background-color: rgb(253 247 254 / 0.45) !important;
}
.\!bg-info-100\/5{
  background-color: rgb(253 247 254 / 0.05) !important;
}
.\!bg-info-100\/50{
  background-color: rgb(253 247 254 / 0.5) !important;
}
.\!bg-info-100\/55{
  background-color: rgb(253 247 254 / 0.55) !important;
}
.\!bg-info-100\/60{
  background-color: rgb(253 247 254 / 0.6) !important;
}
.\!bg-info-100\/65{
  background-color: rgb(253 247 254 / 0.65) !important;
}
.\!bg-info-100\/70{
  background-color: rgb(253 247 254 / 0.7) !important;
}
.\!bg-info-100\/75{
  background-color: rgb(253 247 254 / 0.75) !important;
}
.\!bg-info-100\/80{
  background-color: rgb(253 247 254 / 0.8) !important;
}
.\!bg-info-100\/85{
  background-color: rgb(253 247 254 / 0.85) !important;
}
.\!bg-info-100\/90{
  background-color: rgb(253 247 254 / 0.9) !important;
}
.\!bg-info-100\/95{
  background-color: rgb(253 247 254 / 0.95) !important;
}
.\!bg-info-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 237 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-200\/0{
  background-color: rgb(247 237 254 / 0) !important;
}
.\!bg-info-200\/10{
  background-color: rgb(247 237 254 / 0.1) !important;
}
.\!bg-info-200\/100{
  background-color: rgb(247 237 254 / 1) !important;
}
.\!bg-info-200\/15{
  background-color: rgb(247 237 254 / 0.15) !important;
}
.\!bg-info-200\/20{
  background-color: rgb(247 237 254 / 0.2) !important;
}
.\!bg-info-200\/25{
  background-color: rgb(247 237 254 / 0.25) !important;
}
.\!bg-info-200\/30{
  background-color: rgb(247 237 254 / 0.3) !important;
}
.\!bg-info-200\/35{
  background-color: rgb(247 237 254 / 0.35) !important;
}
.\!bg-info-200\/40{
  background-color: rgb(247 237 254 / 0.4) !important;
}
.\!bg-info-200\/45{
  background-color: rgb(247 237 254 / 0.45) !important;
}
.\!bg-info-200\/5{
  background-color: rgb(247 237 254 / 0.05) !important;
}
.\!bg-info-200\/50{
  background-color: rgb(247 237 254 / 0.5) !important;
}
.\!bg-info-200\/55{
  background-color: rgb(247 237 254 / 0.55) !important;
}
.\!bg-info-200\/60{
  background-color: rgb(247 237 254 / 0.6) !important;
}
.\!bg-info-200\/65{
  background-color: rgb(247 237 254 / 0.65) !important;
}
.\!bg-info-200\/70{
  background-color: rgb(247 237 254 / 0.7) !important;
}
.\!bg-info-200\/75{
  background-color: rgb(247 237 254 / 0.75) !important;
}
.\!bg-info-200\/80{
  background-color: rgb(247 237 254 / 0.8) !important;
}
.\!bg-info-200\/85{
  background-color: rgb(247 237 254 / 0.85) !important;
}
.\!bg-info-200\/90{
  background-color: rgb(247 237 254 / 0.9) !important;
}
.\!bg-info-200\/95{
  background-color: rgb(247 237 254 / 0.95) !important;
}
.\!bg-info-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 221 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-300\/0{
  background-color: rgb(233 221 252 / 0) !important;
}
.\!bg-info-300\/10{
  background-color: rgb(233 221 252 / 0.1) !important;
}
.\!bg-info-300\/100{
  background-color: rgb(233 221 252 / 1) !important;
}
.\!bg-info-300\/15{
  background-color: rgb(233 221 252 / 0.15) !important;
}
.\!bg-info-300\/20{
  background-color: rgb(233 221 252 / 0.2) !important;
}
.\!bg-info-300\/25{
  background-color: rgb(233 221 252 / 0.25) !important;
}
.\!bg-info-300\/30{
  background-color: rgb(233 221 252 / 0.3) !important;
}
.\!bg-info-300\/35{
  background-color: rgb(233 221 252 / 0.35) !important;
}
.\!bg-info-300\/40{
  background-color: rgb(233 221 252 / 0.4) !important;
}
.\!bg-info-300\/45{
  background-color: rgb(233 221 252 / 0.45) !important;
}
.\!bg-info-300\/5{
  background-color: rgb(233 221 252 / 0.05) !important;
}
.\!bg-info-300\/50{
  background-color: rgb(233 221 252 / 0.5) !important;
}
.\!bg-info-300\/55{
  background-color: rgb(233 221 252 / 0.55) !important;
}
.\!bg-info-300\/60{
  background-color: rgb(233 221 252 / 0.6) !important;
}
.\!bg-info-300\/65{
  background-color: rgb(233 221 252 / 0.65) !important;
}
.\!bg-info-300\/70{
  background-color: rgb(233 221 252 / 0.7) !important;
}
.\!bg-info-300\/75{
  background-color: rgb(233 221 252 / 0.75) !important;
}
.\!bg-info-300\/80{
  background-color: rgb(233 221 252 / 0.8) !important;
}
.\!bg-info-300\/85{
  background-color: rgb(233 221 252 / 0.85) !important;
}
.\!bg-info-300\/90{
  background-color: rgb(233 221 252 / 0.9) !important;
}
.\!bg-info-300\/95{
  background-color: rgb(233 221 252 / 0.95) !important;
}
.\!bg-info-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 187 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-350\/0{
  background-color: rgb(209 187 250 / 0) !important;
}
.\!bg-info-350\/10{
  background-color: rgb(209 187 250 / 0.1) !important;
}
.\!bg-info-350\/100{
  background-color: rgb(209 187 250 / 1) !important;
}
.\!bg-info-350\/15{
  background-color: rgb(209 187 250 / 0.15) !important;
}
.\!bg-info-350\/20{
  background-color: rgb(209 187 250 / 0.2) !important;
}
.\!bg-info-350\/25{
  background-color: rgb(209 187 250 / 0.25) !important;
}
.\!bg-info-350\/30{
  background-color: rgb(209 187 250 / 0.3) !important;
}
.\!bg-info-350\/35{
  background-color: rgb(209 187 250 / 0.35) !important;
}
.\!bg-info-350\/40{
  background-color: rgb(209 187 250 / 0.4) !important;
}
.\!bg-info-350\/45{
  background-color: rgb(209 187 250 / 0.45) !important;
}
.\!bg-info-350\/5{
  background-color: rgb(209 187 250 / 0.05) !important;
}
.\!bg-info-350\/50{
  background-color: rgb(209 187 250 / 0.5) !important;
}
.\!bg-info-350\/55{
  background-color: rgb(209 187 250 / 0.55) !important;
}
.\!bg-info-350\/60{
  background-color: rgb(209 187 250 / 0.6) !important;
}
.\!bg-info-350\/65{
  background-color: rgb(209 187 250 / 0.65) !important;
}
.\!bg-info-350\/70{
  background-color: rgb(209 187 250 / 0.7) !important;
}
.\!bg-info-350\/75{
  background-color: rgb(209 187 250 / 0.75) !important;
}
.\!bg-info-350\/80{
  background-color: rgb(209 187 250 / 0.8) !important;
}
.\!bg-info-350\/85{
  background-color: rgb(209 187 250 / 0.85) !important;
}
.\!bg-info-350\/90{
  background-color: rgb(209 187 250 / 0.9) !important;
}
.\!bg-info-350\/95{
  background-color: rgb(209 187 250 / 0.95) !important;
}
.\!bg-info-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 154 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-400\/0{
  background-color: rgb(186 154 248 / 0) !important;
}
.\!bg-info-400\/10{
  background-color: rgb(186 154 248 / 0.1) !important;
}
.\!bg-info-400\/100{
  background-color: rgb(186 154 248 / 1) !important;
}
.\!bg-info-400\/15{
  background-color: rgb(186 154 248 / 0.15) !important;
}
.\!bg-info-400\/20{
  background-color: rgb(186 154 248 / 0.2) !important;
}
.\!bg-info-400\/25{
  background-color: rgb(186 154 248 / 0.25) !important;
}
.\!bg-info-400\/30{
  background-color: rgb(186 154 248 / 0.3) !important;
}
.\!bg-info-400\/35{
  background-color: rgb(186 154 248 / 0.35) !important;
}
.\!bg-info-400\/40{
  background-color: rgb(186 154 248 / 0.4) !important;
}
.\!bg-info-400\/45{
  background-color: rgb(186 154 248 / 0.45) !important;
}
.\!bg-info-400\/5{
  background-color: rgb(186 154 248 / 0.05) !important;
}
.\!bg-info-400\/50{
  background-color: rgb(186 154 248 / 0.5) !important;
}
.\!bg-info-400\/55{
  background-color: rgb(186 154 248 / 0.55) !important;
}
.\!bg-info-400\/60{
  background-color: rgb(186 154 248 / 0.6) !important;
}
.\!bg-info-400\/65{
  background-color: rgb(186 154 248 / 0.65) !important;
}
.\!bg-info-400\/70{
  background-color: rgb(186 154 248 / 0.7) !important;
}
.\!bg-info-400\/75{
  background-color: rgb(186 154 248 / 0.75) !important;
}
.\!bg-info-400\/80{
  background-color: rgb(186 154 248 / 0.8) !important;
}
.\!bg-info-400\/85{
  background-color: rgb(186 154 248 / 0.85) !important;
}
.\!bg-info-400\/90{
  background-color: rgb(186 154 248 / 0.9) !important;
}
.\!bg-info-400\/95{
  background-color: rgb(186 154 248 / 0.95) !important;
}
.\!bg-info-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 117 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-450\/0{
  background-color: rgb(162 117 247 / 0) !important;
}
.\!bg-info-450\/10{
  background-color: rgb(162 117 247 / 0.1) !important;
}
.\!bg-info-450\/100{
  background-color: rgb(162 117 247 / 1) !important;
}
.\!bg-info-450\/15{
  background-color: rgb(162 117 247 / 0.15) !important;
}
.\!bg-info-450\/20{
  background-color: rgb(162 117 247 / 0.2) !important;
}
.\!bg-info-450\/25{
  background-color: rgb(162 117 247 / 0.25) !important;
}
.\!bg-info-450\/30{
  background-color: rgb(162 117 247 / 0.3) !important;
}
.\!bg-info-450\/35{
  background-color: rgb(162 117 247 / 0.35) !important;
}
.\!bg-info-450\/40{
  background-color: rgb(162 117 247 / 0.4) !important;
}
.\!bg-info-450\/45{
  background-color: rgb(162 117 247 / 0.45) !important;
}
.\!bg-info-450\/5{
  background-color: rgb(162 117 247 / 0.05) !important;
}
.\!bg-info-450\/50{
  background-color: rgb(162 117 247 / 0.5) !important;
}
.\!bg-info-450\/55{
  background-color: rgb(162 117 247 / 0.55) !important;
}
.\!bg-info-450\/60{
  background-color: rgb(162 117 247 / 0.6) !important;
}
.\!bg-info-450\/65{
  background-color: rgb(162 117 247 / 0.65) !important;
}
.\!bg-info-450\/70{
  background-color: rgb(162 117 247 / 0.7) !important;
}
.\!bg-info-450\/75{
  background-color: rgb(162 117 247 / 0.75) !important;
}
.\!bg-info-450\/80{
  background-color: rgb(162 117 247 / 0.8) !important;
}
.\!bg-info-450\/85{
  background-color: rgb(162 117 247 / 0.85) !important;
}
.\!bg-info-450\/90{
  background-color: rgb(162 117 247 / 0.9) !important;
}
.\!bg-info-450\/95{
  background-color: rgb(162 117 247 / 0.95) !important;
}
.\!bg-info-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 251 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-50\/0{
  background-color: rgb(254 251 255 / 0) !important;
}
.\!bg-info-50\/10{
  background-color: rgb(254 251 255 / 0.1) !important;
}
.\!bg-info-50\/100{
  background-color: rgb(254 251 255 / 1) !important;
}
.\!bg-info-50\/15{
  background-color: rgb(254 251 255 / 0.15) !important;
}
.\!bg-info-50\/20{
  background-color: rgb(254 251 255 / 0.2) !important;
}
.\!bg-info-50\/25{
  background-color: rgb(254 251 255 / 0.25) !important;
}
.\!bg-info-50\/30{
  background-color: rgb(254 251 255 / 0.3) !important;
}
.\!bg-info-50\/35{
  background-color: rgb(254 251 255 / 0.35) !important;
}
.\!bg-info-50\/40{
  background-color: rgb(254 251 255 / 0.4) !important;
}
.\!bg-info-50\/45{
  background-color: rgb(254 251 255 / 0.45) !important;
}
.\!bg-info-50\/5{
  background-color: rgb(254 251 255 / 0.05) !important;
}
.\!bg-info-50\/50{
  background-color: rgb(254 251 255 / 0.5) !important;
}
.\!bg-info-50\/55{
  background-color: rgb(254 251 255 / 0.55) !important;
}
.\!bg-info-50\/60{
  background-color: rgb(254 251 255 / 0.6) !important;
}
.\!bg-info-50\/65{
  background-color: rgb(254 251 255 / 0.65) !important;
}
.\!bg-info-50\/70{
  background-color: rgb(254 251 255 / 0.7) !important;
}
.\!bg-info-50\/75{
  background-color: rgb(254 251 255 / 0.75) !important;
}
.\!bg-info-50\/80{
  background-color: rgb(254 251 255 / 0.8) !important;
}
.\!bg-info-50\/85{
  background-color: rgb(254 251 255 / 0.85) !important;
}
.\!bg-info-50\/90{
  background-color: rgb(254 251 255 / 0.9) !important;
}
.\!bg-info-50\/95{
  background-color: rgb(254 251 255 / 0.95) !important;
}
.\!bg-info-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 90 219 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-500\/0{
  background-color: rgb(135 90 219 / 0) !important;
}
.\!bg-info-500\/10{
  background-color: rgb(135 90 219 / 0.1) !important;
}
.\!bg-info-500\/100{
  background-color: rgb(135 90 219 / 1) !important;
}
.\!bg-info-500\/15{
  background-color: rgb(135 90 219 / 0.15) !important;
}
.\!bg-info-500\/20{
  background-color: rgb(135 90 219 / 0.2) !important;
}
.\!bg-info-500\/25{
  background-color: rgb(135 90 219 / 0.25) !important;
}
.\!bg-info-500\/30{
  background-color: rgb(135 90 219 / 0.3) !important;
}
.\!bg-info-500\/35{
  background-color: rgb(135 90 219 / 0.35) !important;
}
.\!bg-info-500\/40{
  background-color: rgb(135 90 219 / 0.4) !important;
}
.\!bg-info-500\/45{
  background-color: rgb(135 90 219 / 0.45) !important;
}
.\!bg-info-500\/5{
  background-color: rgb(135 90 219 / 0.05) !important;
}
.\!bg-info-500\/50{
  background-color: rgb(135 90 219 / 0.5) !important;
}
.\!bg-info-500\/55{
  background-color: rgb(135 90 219 / 0.55) !important;
}
.\!bg-info-500\/60{
  background-color: rgb(135 90 219 / 0.6) !important;
}
.\!bg-info-500\/65{
  background-color: rgb(135 90 219 / 0.65) !important;
}
.\!bg-info-500\/70{
  background-color: rgb(135 90 219 / 0.7) !important;
}
.\!bg-info-500\/75{
  background-color: rgb(135 90 219 / 0.75) !important;
}
.\!bg-info-500\/80{
  background-color: rgb(135 90 219 / 0.8) !important;
}
.\!bg-info-500\/85{
  background-color: rgb(135 90 219 / 0.85) !important;
}
.\!bg-info-500\/90{
  background-color: rgb(135 90 219 / 0.9) !important;
}
.\!bg-info-500\/95{
  background-color: rgb(135 90 219 / 0.95) !important;
}
.\!bg-info-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 63 193 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-600\/0{
  background-color: rgb(109 63 193 / 0) !important;
}
.\!bg-info-600\/10{
  background-color: rgb(109 63 193 / 0.1) !important;
}
.\!bg-info-600\/100{
  background-color: rgb(109 63 193 / 1) !important;
}
.\!bg-info-600\/15{
  background-color: rgb(109 63 193 / 0.15) !important;
}
.\!bg-info-600\/20{
  background-color: rgb(109 63 193 / 0.2) !important;
}
.\!bg-info-600\/25{
  background-color: rgb(109 63 193 / 0.25) !important;
}
.\!bg-info-600\/30{
  background-color: rgb(109 63 193 / 0.3) !important;
}
.\!bg-info-600\/35{
  background-color: rgb(109 63 193 / 0.35) !important;
}
.\!bg-info-600\/40{
  background-color: rgb(109 63 193 / 0.4) !important;
}
.\!bg-info-600\/45{
  background-color: rgb(109 63 193 / 0.45) !important;
}
.\!bg-info-600\/5{
  background-color: rgb(109 63 193 / 0.05) !important;
}
.\!bg-info-600\/50{
  background-color: rgb(109 63 193 / 0.5) !important;
}
.\!bg-info-600\/55{
  background-color: rgb(109 63 193 / 0.55) !important;
}
.\!bg-info-600\/60{
  background-color: rgb(109 63 193 / 0.6) !important;
}
.\!bg-info-600\/65{
  background-color: rgb(109 63 193 / 0.65) !important;
}
.\!bg-info-600\/70{
  background-color: rgb(109 63 193 / 0.7) !important;
}
.\!bg-info-600\/75{
  background-color: rgb(109 63 193 / 0.75) !important;
}
.\!bg-info-600\/80{
  background-color: rgb(109 63 193 / 0.8) !important;
}
.\!bg-info-600\/85{
  background-color: rgb(109 63 193 / 0.85) !important;
}
.\!bg-info-600\/90{
  background-color: rgb(109 63 193 / 0.9) !important;
}
.\!bg-info-600\/95{
  background-color: rgb(109 63 193 / 0.95) !important;
}
.\!bg-info-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 48 180 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-650\/0{
  background-color: rgb(97 48 180 / 0) !important;
}
.\!bg-info-650\/10{
  background-color: rgb(97 48 180 / 0.1) !important;
}
.\!bg-info-650\/100{
  background-color: rgb(97 48 180 / 1) !important;
}
.\!bg-info-650\/15{
  background-color: rgb(97 48 180 / 0.15) !important;
}
.\!bg-info-650\/20{
  background-color: rgb(97 48 180 / 0.2) !important;
}
.\!bg-info-650\/25{
  background-color: rgb(97 48 180 / 0.25) !important;
}
.\!bg-info-650\/30{
  background-color: rgb(97 48 180 / 0.3) !important;
}
.\!bg-info-650\/35{
  background-color: rgb(97 48 180 / 0.35) !important;
}
.\!bg-info-650\/40{
  background-color: rgb(97 48 180 / 0.4) !important;
}
.\!bg-info-650\/45{
  background-color: rgb(97 48 180 / 0.45) !important;
}
.\!bg-info-650\/5{
  background-color: rgb(97 48 180 / 0.05) !important;
}
.\!bg-info-650\/50{
  background-color: rgb(97 48 180 / 0.5) !important;
}
.\!bg-info-650\/55{
  background-color: rgb(97 48 180 / 0.55) !important;
}
.\!bg-info-650\/60{
  background-color: rgb(97 48 180 / 0.6) !important;
}
.\!bg-info-650\/65{
  background-color: rgb(97 48 180 / 0.65) !important;
}
.\!bg-info-650\/70{
  background-color: rgb(97 48 180 / 0.7) !important;
}
.\!bg-info-650\/75{
  background-color: rgb(97 48 180 / 0.75) !important;
}
.\!bg-info-650\/80{
  background-color: rgb(97 48 180 / 0.8) !important;
}
.\!bg-info-650\/85{
  background-color: rgb(97 48 180 / 0.85) !important;
}
.\!bg-info-650\/90{
  background-color: rgb(97 48 180 / 0.9) !important;
}
.\!bg-info-650\/95{
  background-color: rgb(97 48 180 / 0.95) !important;
}
.\!bg-info-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(86 33 167 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-700\/0{
  background-color: rgb(86 33 167 / 0) !important;
}
.\!bg-info-700\/10{
  background-color: rgb(86 33 167 / 0.1) !important;
}
.\!bg-info-700\/100{
  background-color: rgb(86 33 167 / 1) !important;
}
.\!bg-info-700\/15{
  background-color: rgb(86 33 167 / 0.15) !important;
}
.\!bg-info-700\/20{
  background-color: rgb(86 33 167 / 0.2) !important;
}
.\!bg-info-700\/25{
  background-color: rgb(86 33 167 / 0.25) !important;
}
.\!bg-info-700\/30{
  background-color: rgb(86 33 167 / 0.3) !important;
}
.\!bg-info-700\/35{
  background-color: rgb(86 33 167 / 0.35) !important;
}
.\!bg-info-700\/40{
  background-color: rgb(86 33 167 / 0.4) !important;
}
.\!bg-info-700\/45{
  background-color: rgb(86 33 167 / 0.45) !important;
}
.\!bg-info-700\/5{
  background-color: rgb(86 33 167 / 0.05) !important;
}
.\!bg-info-700\/50{
  background-color: rgb(86 33 167 / 0.5) !important;
}
.\!bg-info-700\/55{
  background-color: rgb(86 33 167 / 0.55) !important;
}
.\!bg-info-700\/60{
  background-color: rgb(86 33 167 / 0.6) !important;
}
.\!bg-info-700\/65{
  background-color: rgb(86 33 167 / 0.65) !important;
}
.\!bg-info-700\/70{
  background-color: rgb(86 33 167 / 0.7) !important;
}
.\!bg-info-700\/75{
  background-color: rgb(86 33 167 / 0.75) !important;
}
.\!bg-info-700\/80{
  background-color: rgb(86 33 167 / 0.8) !important;
}
.\!bg-info-700\/85{
  background-color: rgb(86 33 167 / 0.85) !important;
}
.\!bg-info-700\/90{
  background-color: rgb(86 33 167 / 0.9) !important;
}
.\!bg-info-700\/95{
  background-color: rgb(86 33 167 / 0.95) !important;
}
.\!bg-info-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 11 157 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-750\/0{
  background-color: rgb(74 11 157 / 0) !important;
}
.\!bg-info-750\/10{
  background-color: rgb(74 11 157 / 0.1) !important;
}
.\!bg-info-750\/100{
  background-color: rgb(74 11 157 / 1) !important;
}
.\!bg-info-750\/15{
  background-color: rgb(74 11 157 / 0.15) !important;
}
.\!bg-info-750\/20{
  background-color: rgb(74 11 157 / 0.2) !important;
}
.\!bg-info-750\/25{
  background-color: rgb(74 11 157 / 0.25) !important;
}
.\!bg-info-750\/30{
  background-color: rgb(74 11 157 / 0.3) !important;
}
.\!bg-info-750\/35{
  background-color: rgb(74 11 157 / 0.35) !important;
}
.\!bg-info-750\/40{
  background-color: rgb(74 11 157 / 0.4) !important;
}
.\!bg-info-750\/45{
  background-color: rgb(74 11 157 / 0.45) !important;
}
.\!bg-info-750\/5{
  background-color: rgb(74 11 157 / 0.05) !important;
}
.\!bg-info-750\/50{
  background-color: rgb(74 11 157 / 0.5) !important;
}
.\!bg-info-750\/55{
  background-color: rgb(74 11 157 / 0.55) !important;
}
.\!bg-info-750\/60{
  background-color: rgb(74 11 157 / 0.6) !important;
}
.\!bg-info-750\/65{
  background-color: rgb(74 11 157 / 0.65) !important;
}
.\!bg-info-750\/70{
  background-color: rgb(74 11 157 / 0.7) !important;
}
.\!bg-info-750\/75{
  background-color: rgb(74 11 157 / 0.75) !important;
}
.\!bg-info-750\/80{
  background-color: rgb(74 11 157 / 0.8) !important;
}
.\!bg-info-750\/85{
  background-color: rgb(74 11 157 / 0.85) !important;
}
.\!bg-info-750\/90{
  background-color: rgb(74 11 157 / 0.9) !important;
}
.\!bg-info-750\/95{
  background-color: rgb(74 11 157 / 0.95) !important;
}
.\!bg-info-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 6 131 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-800\/0{
  background-color: rgb(61 6 131 / 0) !important;
}
.\!bg-info-800\/10{
  background-color: rgb(61 6 131 / 0.1) !important;
}
.\!bg-info-800\/100{
  background-color: rgb(61 6 131 / 1) !important;
}
.\!bg-info-800\/15{
  background-color: rgb(61 6 131 / 0.15) !important;
}
.\!bg-info-800\/20{
  background-color: rgb(61 6 131 / 0.2) !important;
}
.\!bg-info-800\/25{
  background-color: rgb(61 6 131 / 0.25) !important;
}
.\!bg-info-800\/30{
  background-color: rgb(61 6 131 / 0.3) !important;
}
.\!bg-info-800\/35{
  background-color: rgb(61 6 131 / 0.35) !important;
}
.\!bg-info-800\/40{
  background-color: rgb(61 6 131 / 0.4) !important;
}
.\!bg-info-800\/45{
  background-color: rgb(61 6 131 / 0.45) !important;
}
.\!bg-info-800\/5{
  background-color: rgb(61 6 131 / 0.05) !important;
}
.\!bg-info-800\/50{
  background-color: rgb(61 6 131 / 0.5) !important;
}
.\!bg-info-800\/55{
  background-color: rgb(61 6 131 / 0.55) !important;
}
.\!bg-info-800\/60{
  background-color: rgb(61 6 131 / 0.6) !important;
}
.\!bg-info-800\/65{
  background-color: rgb(61 6 131 / 0.65) !important;
}
.\!bg-info-800\/70{
  background-color: rgb(61 6 131 / 0.7) !important;
}
.\!bg-info-800\/75{
  background-color: rgb(61 6 131 / 0.75) !important;
}
.\!bg-info-800\/80{
  background-color: rgb(61 6 131 / 0.8) !important;
}
.\!bg-info-800\/85{
  background-color: rgb(61 6 131 / 0.85) !important;
}
.\!bg-info-800\/90{
  background-color: rgb(61 6 131 / 0.9) !important;
}
.\!bg-info-800\/95{
  background-color: rgb(61 6 131 / 0.95) !important;
}
.\!bg-info-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 2 83 / var(--tw-bg-opacity)) !important;
}
.\!bg-info-900\/0{
  background-color: rgb(36 2 83 / 0) !important;
}
.\!bg-info-900\/10{
  background-color: rgb(36 2 83 / 0.1) !important;
}
.\!bg-info-900\/100{
  background-color: rgb(36 2 83 / 1) !important;
}
.\!bg-info-900\/15{
  background-color: rgb(36 2 83 / 0.15) !important;
}
.\!bg-info-900\/20{
  background-color: rgb(36 2 83 / 0.2) !important;
}
.\!bg-info-900\/25{
  background-color: rgb(36 2 83 / 0.25) !important;
}
.\!bg-info-900\/30{
  background-color: rgb(36 2 83 / 0.3) !important;
}
.\!bg-info-900\/35{
  background-color: rgb(36 2 83 / 0.35) !important;
}
.\!bg-info-900\/40{
  background-color: rgb(36 2 83 / 0.4) !important;
}
.\!bg-info-900\/45{
  background-color: rgb(36 2 83 / 0.45) !important;
}
.\!bg-info-900\/5{
  background-color: rgb(36 2 83 / 0.05) !important;
}
.\!bg-info-900\/50{
  background-color: rgb(36 2 83 / 0.5) !important;
}
.\!bg-info-900\/55{
  background-color: rgb(36 2 83 / 0.55) !important;
}
.\!bg-info-900\/60{
  background-color: rgb(36 2 83 / 0.6) !important;
}
.\!bg-info-900\/65{
  background-color: rgb(36 2 83 / 0.65) !important;
}
.\!bg-info-900\/70{
  background-color: rgb(36 2 83 / 0.7) !important;
}
.\!bg-info-900\/75{
  background-color: rgb(36 2 83 / 0.75) !important;
}
.\!bg-info-900\/80{
  background-color: rgb(36 2 83 / 0.8) !important;
}
.\!bg-info-900\/85{
  background-color: rgb(36 2 83 / 0.85) !important;
}
.\!bg-info-900\/90{
  background-color: rgb(36 2 83 / 0.9) !important;
}
.\!bg-info-900\/95{
  background-color: rgb(36 2 83 / 0.95) !important;
}
.\!bg-inherit{
  background-color: inherit !important;
}
.\!bg-light-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-100\/0{
  background-color: rgb(240 249 255 / 0) !important;
}
.\!bg-light-blue-100\/10{
  background-color: rgb(240 249 255 / 0.1) !important;
}
.\!bg-light-blue-100\/100{
  background-color: rgb(240 249 255 / 1) !important;
}
.\!bg-light-blue-100\/15{
  background-color: rgb(240 249 255 / 0.15) !important;
}
.\!bg-light-blue-100\/20{
  background-color: rgb(240 249 255 / 0.2) !important;
}
.\!bg-light-blue-100\/25{
  background-color: rgb(240 249 255 / 0.25) !important;
}
.\!bg-light-blue-100\/30{
  background-color: rgb(240 249 255 / 0.3) !important;
}
.\!bg-light-blue-100\/35{
  background-color: rgb(240 249 255 / 0.35) !important;
}
.\!bg-light-blue-100\/40{
  background-color: rgb(240 249 255 / 0.4) !important;
}
.\!bg-light-blue-100\/45{
  background-color: rgb(240 249 255 / 0.45) !important;
}
.\!bg-light-blue-100\/5{
  background-color: rgb(240 249 255 / 0.05) !important;
}
.\!bg-light-blue-100\/50{
  background-color: rgb(240 249 255 / 0.5) !important;
}
.\!bg-light-blue-100\/55{
  background-color: rgb(240 249 255 / 0.55) !important;
}
.\!bg-light-blue-100\/60{
  background-color: rgb(240 249 255 / 0.6) !important;
}
.\!bg-light-blue-100\/65{
  background-color: rgb(240 249 255 / 0.65) !important;
}
.\!bg-light-blue-100\/70{
  background-color: rgb(240 249 255 / 0.7) !important;
}
.\!bg-light-blue-100\/75{
  background-color: rgb(240 249 255 / 0.75) !important;
}
.\!bg-light-blue-100\/80{
  background-color: rgb(240 249 255 / 0.8) !important;
}
.\!bg-light-blue-100\/85{
  background-color: rgb(240 249 255 / 0.85) !important;
}
.\!bg-light-blue-100\/90{
  background-color: rgb(240 249 255 / 0.9) !important;
}
.\!bg-light-blue-100\/95{
  background-color: rgb(240 249 255 / 0.95) !important;
}
.\!bg-light-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-200\/0{
  background-color: rgb(224 242 254 / 0) !important;
}
.\!bg-light-blue-200\/10{
  background-color: rgb(224 242 254 / 0.1) !important;
}
.\!bg-light-blue-200\/100{
  background-color: rgb(224 242 254 / 1) !important;
}
.\!bg-light-blue-200\/15{
  background-color: rgb(224 242 254 / 0.15) !important;
}
.\!bg-light-blue-200\/20{
  background-color: rgb(224 242 254 / 0.2) !important;
}
.\!bg-light-blue-200\/25{
  background-color: rgb(224 242 254 / 0.25) !important;
}
.\!bg-light-blue-200\/30{
  background-color: rgb(224 242 254 / 0.3) !important;
}
.\!bg-light-blue-200\/35{
  background-color: rgb(224 242 254 / 0.35) !important;
}
.\!bg-light-blue-200\/40{
  background-color: rgb(224 242 254 / 0.4) !important;
}
.\!bg-light-blue-200\/45{
  background-color: rgb(224 242 254 / 0.45) !important;
}
.\!bg-light-blue-200\/5{
  background-color: rgb(224 242 254 / 0.05) !important;
}
.\!bg-light-blue-200\/50{
  background-color: rgb(224 242 254 / 0.5) !important;
}
.\!bg-light-blue-200\/55{
  background-color: rgb(224 242 254 / 0.55) !important;
}
.\!bg-light-blue-200\/60{
  background-color: rgb(224 242 254 / 0.6) !important;
}
.\!bg-light-blue-200\/65{
  background-color: rgb(224 242 254 / 0.65) !important;
}
.\!bg-light-blue-200\/70{
  background-color: rgb(224 242 254 / 0.7) !important;
}
.\!bg-light-blue-200\/75{
  background-color: rgb(224 242 254 / 0.75) !important;
}
.\!bg-light-blue-200\/80{
  background-color: rgb(224 242 254 / 0.8) !important;
}
.\!bg-light-blue-200\/85{
  background-color: rgb(224 242 254 / 0.85) !important;
}
.\!bg-light-blue-200\/90{
  background-color: rgb(224 242 254 / 0.9) !important;
}
.\!bg-light-blue-200\/95{
  background-color: rgb(224 242 254 / 0.95) !important;
}
.\!bg-light-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-300\/0{
  background-color: rgb(186 230 253 / 0) !important;
}
.\!bg-light-blue-300\/10{
  background-color: rgb(186 230 253 / 0.1) !important;
}
.\!bg-light-blue-300\/100{
  background-color: rgb(186 230 253 / 1) !important;
}
.\!bg-light-blue-300\/15{
  background-color: rgb(186 230 253 / 0.15) !important;
}
.\!bg-light-blue-300\/20{
  background-color: rgb(186 230 253 / 0.2) !important;
}
.\!bg-light-blue-300\/25{
  background-color: rgb(186 230 253 / 0.25) !important;
}
.\!bg-light-blue-300\/30{
  background-color: rgb(186 230 253 / 0.3) !important;
}
.\!bg-light-blue-300\/35{
  background-color: rgb(186 230 253 / 0.35) !important;
}
.\!bg-light-blue-300\/40{
  background-color: rgb(186 230 253 / 0.4) !important;
}
.\!bg-light-blue-300\/45{
  background-color: rgb(186 230 253 / 0.45) !important;
}
.\!bg-light-blue-300\/5{
  background-color: rgb(186 230 253 / 0.05) !important;
}
.\!bg-light-blue-300\/50{
  background-color: rgb(186 230 253 / 0.5) !important;
}
.\!bg-light-blue-300\/55{
  background-color: rgb(186 230 253 / 0.55) !important;
}
.\!bg-light-blue-300\/60{
  background-color: rgb(186 230 253 / 0.6) !important;
}
.\!bg-light-blue-300\/65{
  background-color: rgb(186 230 253 / 0.65) !important;
}
.\!bg-light-blue-300\/70{
  background-color: rgb(186 230 253 / 0.7) !important;
}
.\!bg-light-blue-300\/75{
  background-color: rgb(186 230 253 / 0.75) !important;
}
.\!bg-light-blue-300\/80{
  background-color: rgb(186 230 253 / 0.8) !important;
}
.\!bg-light-blue-300\/85{
  background-color: rgb(186 230 253 / 0.85) !important;
}
.\!bg-light-blue-300\/90{
  background-color: rgb(186 230 253 / 0.9) !important;
}
.\!bg-light-blue-300\/95{
  background-color: rgb(186 230 253 / 0.95) !important;
}
.\!bg-light-blue-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-350\/0{
  background-color: rgb(125 211 252 / 0) !important;
}
.\!bg-light-blue-350\/10{
  background-color: rgb(125 211 252 / 0.1) !important;
}
.\!bg-light-blue-350\/100{
  background-color: rgb(125 211 252 / 1) !important;
}
.\!bg-light-blue-350\/15{
  background-color: rgb(125 211 252 / 0.15) !important;
}
.\!bg-light-blue-350\/20{
  background-color: rgb(125 211 252 / 0.2) !important;
}
.\!bg-light-blue-350\/25{
  background-color: rgb(125 211 252 / 0.25) !important;
}
.\!bg-light-blue-350\/30{
  background-color: rgb(125 211 252 / 0.3) !important;
}
.\!bg-light-blue-350\/35{
  background-color: rgb(125 211 252 / 0.35) !important;
}
.\!bg-light-blue-350\/40{
  background-color: rgb(125 211 252 / 0.4) !important;
}
.\!bg-light-blue-350\/45{
  background-color: rgb(125 211 252 / 0.45) !important;
}
.\!bg-light-blue-350\/5{
  background-color: rgb(125 211 252 / 0.05) !important;
}
.\!bg-light-blue-350\/50{
  background-color: rgb(125 211 252 / 0.5) !important;
}
.\!bg-light-blue-350\/55{
  background-color: rgb(125 211 252 / 0.55) !important;
}
.\!bg-light-blue-350\/60{
  background-color: rgb(125 211 252 / 0.6) !important;
}
.\!bg-light-blue-350\/65{
  background-color: rgb(125 211 252 / 0.65) !important;
}
.\!bg-light-blue-350\/70{
  background-color: rgb(125 211 252 / 0.7) !important;
}
.\!bg-light-blue-350\/75{
  background-color: rgb(125 211 252 / 0.75) !important;
}
.\!bg-light-blue-350\/80{
  background-color: rgb(125 211 252 / 0.8) !important;
}
.\!bg-light-blue-350\/85{
  background-color: rgb(125 211 252 / 0.85) !important;
}
.\!bg-light-blue-350\/90{
  background-color: rgb(125 211 252 / 0.9) !important;
}
.\!bg-light-blue-350\/95{
  background-color: rgb(125 211 252 / 0.95) !important;
}
.\!bg-light-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-400\/0{
  background-color: rgb(56 189 248 / 0) !important;
}
.\!bg-light-blue-400\/10{
  background-color: rgb(56 189 248 / 0.1) !important;
}
.\!bg-light-blue-400\/100{
  background-color: rgb(56 189 248 / 1) !important;
}
.\!bg-light-blue-400\/15{
  background-color: rgb(56 189 248 / 0.15) !important;
}
.\!bg-light-blue-400\/20{
  background-color: rgb(56 189 248 / 0.2) !important;
}
.\!bg-light-blue-400\/25{
  background-color: rgb(56 189 248 / 0.25) !important;
}
.\!bg-light-blue-400\/30{
  background-color: rgb(56 189 248 / 0.3) !important;
}
.\!bg-light-blue-400\/35{
  background-color: rgb(56 189 248 / 0.35) !important;
}
.\!bg-light-blue-400\/40{
  background-color: rgb(56 189 248 / 0.4) !important;
}
.\!bg-light-blue-400\/45{
  background-color: rgb(56 189 248 / 0.45) !important;
}
.\!bg-light-blue-400\/5{
  background-color: rgb(56 189 248 / 0.05) !important;
}
.\!bg-light-blue-400\/50{
  background-color: rgb(56 189 248 / 0.5) !important;
}
.\!bg-light-blue-400\/55{
  background-color: rgb(56 189 248 / 0.55) !important;
}
.\!bg-light-blue-400\/60{
  background-color: rgb(56 189 248 / 0.6) !important;
}
.\!bg-light-blue-400\/65{
  background-color: rgb(56 189 248 / 0.65) !important;
}
.\!bg-light-blue-400\/70{
  background-color: rgb(56 189 248 / 0.7) !important;
}
.\!bg-light-blue-400\/75{
  background-color: rgb(56 189 248 / 0.75) !important;
}
.\!bg-light-blue-400\/80{
  background-color: rgb(56 189 248 / 0.8) !important;
}
.\!bg-light-blue-400\/85{
  background-color: rgb(56 189 248 / 0.85) !important;
}
.\!bg-light-blue-400\/90{
  background-color: rgb(56 189 248 / 0.9) !important;
}
.\!bg-light-blue-400\/95{
  background-color: rgb(56 189 248 / 0.95) !important;
}
.\!bg-light-blue-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-450\/0{
  background-color: rgb(14 165 233 / 0) !important;
}
.\!bg-light-blue-450\/10{
  background-color: rgb(14 165 233 / 0.1) !important;
}
.\!bg-light-blue-450\/100{
  background-color: rgb(14 165 233 / 1) !important;
}
.\!bg-light-blue-450\/15{
  background-color: rgb(14 165 233 / 0.15) !important;
}
.\!bg-light-blue-450\/20{
  background-color: rgb(14 165 233 / 0.2) !important;
}
.\!bg-light-blue-450\/25{
  background-color: rgb(14 165 233 / 0.25) !important;
}
.\!bg-light-blue-450\/30{
  background-color: rgb(14 165 233 / 0.3) !important;
}
.\!bg-light-blue-450\/35{
  background-color: rgb(14 165 233 / 0.35) !important;
}
.\!bg-light-blue-450\/40{
  background-color: rgb(14 165 233 / 0.4) !important;
}
.\!bg-light-blue-450\/45{
  background-color: rgb(14 165 233 / 0.45) !important;
}
.\!bg-light-blue-450\/5{
  background-color: rgb(14 165 233 / 0.05) !important;
}
.\!bg-light-blue-450\/50{
  background-color: rgb(14 165 233 / 0.5) !important;
}
.\!bg-light-blue-450\/55{
  background-color: rgb(14 165 233 / 0.55) !important;
}
.\!bg-light-blue-450\/60{
  background-color: rgb(14 165 233 / 0.6) !important;
}
.\!bg-light-blue-450\/65{
  background-color: rgb(14 165 233 / 0.65) !important;
}
.\!bg-light-blue-450\/70{
  background-color: rgb(14 165 233 / 0.7) !important;
}
.\!bg-light-blue-450\/75{
  background-color: rgb(14 165 233 / 0.75) !important;
}
.\!bg-light-blue-450\/80{
  background-color: rgb(14 165 233 / 0.8) !important;
}
.\!bg-light-blue-450\/85{
  background-color: rgb(14 165 233 / 0.85) !important;
}
.\!bg-light-blue-450\/90{
  background-color: rgb(14 165 233 / 0.9) !important;
}
.\!bg-light-blue-450\/95{
  background-color: rgb(14 165 233 / 0.95) !important;
}
.\!bg-light-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 253 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-50\/0{
  background-color: rgb(250 253 255 / 0) !important;
}
.\!bg-light-blue-50\/10{
  background-color: rgb(250 253 255 / 0.1) !important;
}
.\!bg-light-blue-50\/100{
  background-color: rgb(250 253 255 / 1) !important;
}
.\!bg-light-blue-50\/15{
  background-color: rgb(250 253 255 / 0.15) !important;
}
.\!bg-light-blue-50\/20{
  background-color: rgb(250 253 255 / 0.2) !important;
}
.\!bg-light-blue-50\/25{
  background-color: rgb(250 253 255 / 0.25) !important;
}
.\!bg-light-blue-50\/30{
  background-color: rgb(250 253 255 / 0.3) !important;
}
.\!bg-light-blue-50\/35{
  background-color: rgb(250 253 255 / 0.35) !important;
}
.\!bg-light-blue-50\/40{
  background-color: rgb(250 253 255 / 0.4) !important;
}
.\!bg-light-blue-50\/45{
  background-color: rgb(250 253 255 / 0.45) !important;
}
.\!bg-light-blue-50\/5{
  background-color: rgb(250 253 255 / 0.05) !important;
}
.\!bg-light-blue-50\/50{
  background-color: rgb(250 253 255 / 0.5) !important;
}
.\!bg-light-blue-50\/55{
  background-color: rgb(250 253 255 / 0.55) !important;
}
.\!bg-light-blue-50\/60{
  background-color: rgb(250 253 255 / 0.6) !important;
}
.\!bg-light-blue-50\/65{
  background-color: rgb(250 253 255 / 0.65) !important;
}
.\!bg-light-blue-50\/70{
  background-color: rgb(250 253 255 / 0.7) !important;
}
.\!bg-light-blue-50\/75{
  background-color: rgb(250 253 255 / 0.75) !important;
}
.\!bg-light-blue-50\/80{
  background-color: rgb(250 253 255 / 0.8) !important;
}
.\!bg-light-blue-50\/85{
  background-color: rgb(250 253 255 / 0.85) !important;
}
.\!bg-light-blue-50\/90{
  background-color: rgb(250 253 255 / 0.9) !important;
}
.\!bg-light-blue-50\/95{
  background-color: rgb(250 253 255 / 0.95) !important;
}
.\!bg-light-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-500\/0{
  background-color: rgb(2 132 199 / 0) !important;
}
.\!bg-light-blue-500\/10{
  background-color: rgb(2 132 199 / 0.1) !important;
}
.\!bg-light-blue-500\/100{
  background-color: rgb(2 132 199 / 1) !important;
}
.\!bg-light-blue-500\/15{
  background-color: rgb(2 132 199 / 0.15) !important;
}
.\!bg-light-blue-500\/20{
  background-color: rgb(2 132 199 / 0.2) !important;
}
.\!bg-light-blue-500\/25{
  background-color: rgb(2 132 199 / 0.25) !important;
}
.\!bg-light-blue-500\/30{
  background-color: rgb(2 132 199 / 0.3) !important;
}
.\!bg-light-blue-500\/35{
  background-color: rgb(2 132 199 / 0.35) !important;
}
.\!bg-light-blue-500\/40{
  background-color: rgb(2 132 199 / 0.4) !important;
}
.\!bg-light-blue-500\/45{
  background-color: rgb(2 132 199 / 0.45) !important;
}
.\!bg-light-blue-500\/5{
  background-color: rgb(2 132 199 / 0.05) !important;
}
.\!bg-light-blue-500\/50{
  background-color: rgb(2 132 199 / 0.5) !important;
}
.\!bg-light-blue-500\/55{
  background-color: rgb(2 132 199 / 0.55) !important;
}
.\!bg-light-blue-500\/60{
  background-color: rgb(2 132 199 / 0.6) !important;
}
.\!bg-light-blue-500\/65{
  background-color: rgb(2 132 199 / 0.65) !important;
}
.\!bg-light-blue-500\/70{
  background-color: rgb(2 132 199 / 0.7) !important;
}
.\!bg-light-blue-500\/75{
  background-color: rgb(2 132 199 / 0.75) !important;
}
.\!bg-light-blue-500\/80{
  background-color: rgb(2 132 199 / 0.8) !important;
}
.\!bg-light-blue-500\/85{
  background-color: rgb(2 132 199 / 0.85) !important;
}
.\!bg-light-blue-500\/90{
  background-color: rgb(2 132 199 / 0.9) !important;
}
.\!bg-light-blue-500\/95{
  background-color: rgb(2 132 199 / 0.95) !important;
}
.\!bg-light-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-600\/0{
  background-color: rgb(3 105 161 / 0) !important;
}
.\!bg-light-blue-600\/10{
  background-color: rgb(3 105 161 / 0.1) !important;
}
.\!bg-light-blue-600\/100{
  background-color: rgb(3 105 161 / 1) !important;
}
.\!bg-light-blue-600\/15{
  background-color: rgb(3 105 161 / 0.15) !important;
}
.\!bg-light-blue-600\/20{
  background-color: rgb(3 105 161 / 0.2) !important;
}
.\!bg-light-blue-600\/25{
  background-color: rgb(3 105 161 / 0.25) !important;
}
.\!bg-light-blue-600\/30{
  background-color: rgb(3 105 161 / 0.3) !important;
}
.\!bg-light-blue-600\/35{
  background-color: rgb(3 105 161 / 0.35) !important;
}
.\!bg-light-blue-600\/40{
  background-color: rgb(3 105 161 / 0.4) !important;
}
.\!bg-light-blue-600\/45{
  background-color: rgb(3 105 161 / 0.45) !important;
}
.\!bg-light-blue-600\/5{
  background-color: rgb(3 105 161 / 0.05) !important;
}
.\!bg-light-blue-600\/50{
  background-color: rgb(3 105 161 / 0.5) !important;
}
.\!bg-light-blue-600\/55{
  background-color: rgb(3 105 161 / 0.55) !important;
}
.\!bg-light-blue-600\/60{
  background-color: rgb(3 105 161 / 0.6) !important;
}
.\!bg-light-blue-600\/65{
  background-color: rgb(3 105 161 / 0.65) !important;
}
.\!bg-light-blue-600\/70{
  background-color: rgb(3 105 161 / 0.7) !important;
}
.\!bg-light-blue-600\/75{
  background-color: rgb(3 105 161 / 0.75) !important;
}
.\!bg-light-blue-600\/80{
  background-color: rgb(3 105 161 / 0.8) !important;
}
.\!bg-light-blue-600\/85{
  background-color: rgb(3 105 161 / 0.85) !important;
}
.\!bg-light-blue-600\/90{
  background-color: rgb(3 105 161 / 0.9) !important;
}
.\!bg-light-blue-600\/95{
  background-color: rgb(3 105 161 / 0.95) !important;
}
.\!bg-light-blue-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-650\/0{
  background-color: rgb(7 89 133 / 0) !important;
}
.\!bg-light-blue-650\/10{
  background-color: rgb(7 89 133 / 0.1) !important;
}
.\!bg-light-blue-650\/100{
  background-color: rgb(7 89 133 / 1) !important;
}
.\!bg-light-blue-650\/15{
  background-color: rgb(7 89 133 / 0.15) !important;
}
.\!bg-light-blue-650\/20{
  background-color: rgb(7 89 133 / 0.2) !important;
}
.\!bg-light-blue-650\/25{
  background-color: rgb(7 89 133 / 0.25) !important;
}
.\!bg-light-blue-650\/30{
  background-color: rgb(7 89 133 / 0.3) !important;
}
.\!bg-light-blue-650\/35{
  background-color: rgb(7 89 133 / 0.35) !important;
}
.\!bg-light-blue-650\/40{
  background-color: rgb(7 89 133 / 0.4) !important;
}
.\!bg-light-blue-650\/45{
  background-color: rgb(7 89 133 / 0.45) !important;
}
.\!bg-light-blue-650\/5{
  background-color: rgb(7 89 133 / 0.05) !important;
}
.\!bg-light-blue-650\/50{
  background-color: rgb(7 89 133 / 0.5) !important;
}
.\!bg-light-blue-650\/55{
  background-color: rgb(7 89 133 / 0.55) !important;
}
.\!bg-light-blue-650\/60{
  background-color: rgb(7 89 133 / 0.6) !important;
}
.\!bg-light-blue-650\/65{
  background-color: rgb(7 89 133 / 0.65) !important;
}
.\!bg-light-blue-650\/70{
  background-color: rgb(7 89 133 / 0.7) !important;
}
.\!bg-light-blue-650\/75{
  background-color: rgb(7 89 133 / 0.75) !important;
}
.\!bg-light-blue-650\/80{
  background-color: rgb(7 89 133 / 0.8) !important;
}
.\!bg-light-blue-650\/85{
  background-color: rgb(7 89 133 / 0.85) !important;
}
.\!bg-light-blue-650\/90{
  background-color: rgb(7 89 133 / 0.9) !important;
}
.\!bg-light-blue-650\/95{
  background-color: rgb(7 89 133 / 0.95) !important;
}
.\!bg-light-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-700\/0{
  background-color: rgb(12 74 110 / 0) !important;
}
.\!bg-light-blue-700\/10{
  background-color: rgb(12 74 110 / 0.1) !important;
}
.\!bg-light-blue-700\/100{
  background-color: rgb(12 74 110 / 1) !important;
}
.\!bg-light-blue-700\/15{
  background-color: rgb(12 74 110 / 0.15) !important;
}
.\!bg-light-blue-700\/20{
  background-color: rgb(12 74 110 / 0.2) !important;
}
.\!bg-light-blue-700\/25{
  background-color: rgb(12 74 110 / 0.25) !important;
}
.\!bg-light-blue-700\/30{
  background-color: rgb(12 74 110 / 0.3) !important;
}
.\!bg-light-blue-700\/35{
  background-color: rgb(12 74 110 / 0.35) !important;
}
.\!bg-light-blue-700\/40{
  background-color: rgb(12 74 110 / 0.4) !important;
}
.\!bg-light-blue-700\/45{
  background-color: rgb(12 74 110 / 0.45) !important;
}
.\!bg-light-blue-700\/5{
  background-color: rgb(12 74 110 / 0.05) !important;
}
.\!bg-light-blue-700\/50{
  background-color: rgb(12 74 110 / 0.5) !important;
}
.\!bg-light-blue-700\/55{
  background-color: rgb(12 74 110 / 0.55) !important;
}
.\!bg-light-blue-700\/60{
  background-color: rgb(12 74 110 / 0.6) !important;
}
.\!bg-light-blue-700\/65{
  background-color: rgb(12 74 110 / 0.65) !important;
}
.\!bg-light-blue-700\/70{
  background-color: rgb(12 74 110 / 0.7) !important;
}
.\!bg-light-blue-700\/75{
  background-color: rgb(12 74 110 / 0.75) !important;
}
.\!bg-light-blue-700\/80{
  background-color: rgb(12 74 110 / 0.8) !important;
}
.\!bg-light-blue-700\/85{
  background-color: rgb(12 74 110 / 0.85) !important;
}
.\!bg-light-blue-700\/90{
  background-color: rgb(12 74 110 / 0.9) !important;
}
.\!bg-light-blue-700\/95{
  background-color: rgb(12 74 110 / 0.95) !important;
}
.\!bg-light-blue-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 59 89 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-750\/0{
  background-color: rgb(6 59 89 / 0) !important;
}
.\!bg-light-blue-750\/10{
  background-color: rgb(6 59 89 / 0.1) !important;
}
.\!bg-light-blue-750\/100{
  background-color: rgb(6 59 89 / 1) !important;
}
.\!bg-light-blue-750\/15{
  background-color: rgb(6 59 89 / 0.15) !important;
}
.\!bg-light-blue-750\/20{
  background-color: rgb(6 59 89 / 0.2) !important;
}
.\!bg-light-blue-750\/25{
  background-color: rgb(6 59 89 / 0.25) !important;
}
.\!bg-light-blue-750\/30{
  background-color: rgb(6 59 89 / 0.3) !important;
}
.\!bg-light-blue-750\/35{
  background-color: rgb(6 59 89 / 0.35) !important;
}
.\!bg-light-blue-750\/40{
  background-color: rgb(6 59 89 / 0.4) !important;
}
.\!bg-light-blue-750\/45{
  background-color: rgb(6 59 89 / 0.45) !important;
}
.\!bg-light-blue-750\/5{
  background-color: rgb(6 59 89 / 0.05) !important;
}
.\!bg-light-blue-750\/50{
  background-color: rgb(6 59 89 / 0.5) !important;
}
.\!bg-light-blue-750\/55{
  background-color: rgb(6 59 89 / 0.55) !important;
}
.\!bg-light-blue-750\/60{
  background-color: rgb(6 59 89 / 0.6) !important;
}
.\!bg-light-blue-750\/65{
  background-color: rgb(6 59 89 / 0.65) !important;
}
.\!bg-light-blue-750\/70{
  background-color: rgb(6 59 89 / 0.7) !important;
}
.\!bg-light-blue-750\/75{
  background-color: rgb(6 59 89 / 0.75) !important;
}
.\!bg-light-blue-750\/80{
  background-color: rgb(6 59 89 / 0.8) !important;
}
.\!bg-light-blue-750\/85{
  background-color: rgb(6 59 89 / 0.85) !important;
}
.\!bg-light-blue-750\/90{
  background-color: rgb(6 59 89 / 0.9) !important;
}
.\!bg-light-blue-750\/95{
  background-color: rgb(6 59 89 / 0.95) !important;
}
.\!bg-light-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 50 77 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-800\/0{
  background-color: rgb(3 50 77 / 0) !important;
}
.\!bg-light-blue-800\/10{
  background-color: rgb(3 50 77 / 0.1) !important;
}
.\!bg-light-blue-800\/100{
  background-color: rgb(3 50 77 / 1) !important;
}
.\!bg-light-blue-800\/15{
  background-color: rgb(3 50 77 / 0.15) !important;
}
.\!bg-light-blue-800\/20{
  background-color: rgb(3 50 77 / 0.2) !important;
}
.\!bg-light-blue-800\/25{
  background-color: rgb(3 50 77 / 0.25) !important;
}
.\!bg-light-blue-800\/30{
  background-color: rgb(3 50 77 / 0.3) !important;
}
.\!bg-light-blue-800\/35{
  background-color: rgb(3 50 77 / 0.35) !important;
}
.\!bg-light-blue-800\/40{
  background-color: rgb(3 50 77 / 0.4) !important;
}
.\!bg-light-blue-800\/45{
  background-color: rgb(3 50 77 / 0.45) !important;
}
.\!bg-light-blue-800\/5{
  background-color: rgb(3 50 77 / 0.05) !important;
}
.\!bg-light-blue-800\/50{
  background-color: rgb(3 50 77 / 0.5) !important;
}
.\!bg-light-blue-800\/55{
  background-color: rgb(3 50 77 / 0.55) !important;
}
.\!bg-light-blue-800\/60{
  background-color: rgb(3 50 77 / 0.6) !important;
}
.\!bg-light-blue-800\/65{
  background-color: rgb(3 50 77 / 0.65) !important;
}
.\!bg-light-blue-800\/70{
  background-color: rgb(3 50 77 / 0.7) !important;
}
.\!bg-light-blue-800\/75{
  background-color: rgb(3 50 77 / 0.75) !important;
}
.\!bg-light-blue-800\/80{
  background-color: rgb(3 50 77 / 0.8) !important;
}
.\!bg-light-blue-800\/85{
  background-color: rgb(3 50 77 / 0.85) !important;
}
.\!bg-light-blue-800\/90{
  background-color: rgb(3 50 77 / 0.9) !important;
}
.\!bg-light-blue-800\/95{
  background-color: rgb(3 50 77 / 0.95) !important;
}
.\!bg-light-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 41 64 / var(--tw-bg-opacity)) !important;
}
.\!bg-light-blue-900\/0{
  background-color: rgb(1 41 64 / 0) !important;
}
.\!bg-light-blue-900\/10{
  background-color: rgb(1 41 64 / 0.1) !important;
}
.\!bg-light-blue-900\/100{
  background-color: rgb(1 41 64 / 1) !important;
}
.\!bg-light-blue-900\/15{
  background-color: rgb(1 41 64 / 0.15) !important;
}
.\!bg-light-blue-900\/20{
  background-color: rgb(1 41 64 / 0.2) !important;
}
.\!bg-light-blue-900\/25{
  background-color: rgb(1 41 64 / 0.25) !important;
}
.\!bg-light-blue-900\/30{
  background-color: rgb(1 41 64 / 0.3) !important;
}
.\!bg-light-blue-900\/35{
  background-color: rgb(1 41 64 / 0.35) !important;
}
.\!bg-light-blue-900\/40{
  background-color: rgb(1 41 64 / 0.4) !important;
}
.\!bg-light-blue-900\/45{
  background-color: rgb(1 41 64 / 0.45) !important;
}
.\!bg-light-blue-900\/5{
  background-color: rgb(1 41 64 / 0.05) !important;
}
.\!bg-light-blue-900\/50{
  background-color: rgb(1 41 64 / 0.5) !important;
}
.\!bg-light-blue-900\/55{
  background-color: rgb(1 41 64 / 0.55) !important;
}
.\!bg-light-blue-900\/60{
  background-color: rgb(1 41 64 / 0.6) !important;
}
.\!bg-light-blue-900\/65{
  background-color: rgb(1 41 64 / 0.65) !important;
}
.\!bg-light-blue-900\/70{
  background-color: rgb(1 41 64 / 0.7) !important;
}
.\!bg-light-blue-900\/75{
  background-color: rgb(1 41 64 / 0.75) !important;
}
.\!bg-light-blue-900\/80{
  background-color: rgb(1 41 64 / 0.8) !important;
}
.\!bg-light-blue-900\/85{
  background-color: rgb(1 41 64 / 0.85) !important;
}
.\!bg-light-blue-900\/90{
  background-color: rgb(1 41 64 / 0.9) !important;
}
.\!bg-light-blue-900\/95{
  background-color: rgb(1 41 64 / 0.95) !important;
}
.\!bg-lime-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-100\/0{
  background-color: rgb(247 254 231 / 0) !important;
}
.\!bg-lime-100\/10{
  background-color: rgb(247 254 231 / 0.1) !important;
}
.\!bg-lime-100\/100{
  background-color: rgb(247 254 231 / 1) !important;
}
.\!bg-lime-100\/15{
  background-color: rgb(247 254 231 / 0.15) !important;
}
.\!bg-lime-100\/20{
  background-color: rgb(247 254 231 / 0.2) !important;
}
.\!bg-lime-100\/25{
  background-color: rgb(247 254 231 / 0.25) !important;
}
.\!bg-lime-100\/30{
  background-color: rgb(247 254 231 / 0.3) !important;
}
.\!bg-lime-100\/35{
  background-color: rgb(247 254 231 / 0.35) !important;
}
.\!bg-lime-100\/40{
  background-color: rgb(247 254 231 / 0.4) !important;
}
.\!bg-lime-100\/45{
  background-color: rgb(247 254 231 / 0.45) !important;
}
.\!bg-lime-100\/5{
  background-color: rgb(247 254 231 / 0.05) !important;
}
.\!bg-lime-100\/50{
  background-color: rgb(247 254 231 / 0.5) !important;
}
.\!bg-lime-100\/55{
  background-color: rgb(247 254 231 / 0.55) !important;
}
.\!bg-lime-100\/60{
  background-color: rgb(247 254 231 / 0.6) !important;
}
.\!bg-lime-100\/65{
  background-color: rgb(247 254 231 / 0.65) !important;
}
.\!bg-lime-100\/70{
  background-color: rgb(247 254 231 / 0.7) !important;
}
.\!bg-lime-100\/75{
  background-color: rgb(247 254 231 / 0.75) !important;
}
.\!bg-lime-100\/80{
  background-color: rgb(247 254 231 / 0.8) !important;
}
.\!bg-lime-100\/85{
  background-color: rgb(247 254 231 / 0.85) !important;
}
.\!bg-lime-100\/90{
  background-color: rgb(247 254 231 / 0.9) !important;
}
.\!bg-lime-100\/95{
  background-color: rgb(247 254 231 / 0.95) !important;
}
.\!bg-lime-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-200\/0{
  background-color: rgb(236 252 203 / 0) !important;
}
.\!bg-lime-200\/10{
  background-color: rgb(236 252 203 / 0.1) !important;
}
.\!bg-lime-200\/100{
  background-color: rgb(236 252 203 / 1) !important;
}
.\!bg-lime-200\/15{
  background-color: rgb(236 252 203 / 0.15) !important;
}
.\!bg-lime-200\/20{
  background-color: rgb(236 252 203 / 0.2) !important;
}
.\!bg-lime-200\/25{
  background-color: rgb(236 252 203 / 0.25) !important;
}
.\!bg-lime-200\/30{
  background-color: rgb(236 252 203 / 0.3) !important;
}
.\!bg-lime-200\/35{
  background-color: rgb(236 252 203 / 0.35) !important;
}
.\!bg-lime-200\/40{
  background-color: rgb(236 252 203 / 0.4) !important;
}
.\!bg-lime-200\/45{
  background-color: rgb(236 252 203 / 0.45) !important;
}
.\!bg-lime-200\/5{
  background-color: rgb(236 252 203 / 0.05) !important;
}
.\!bg-lime-200\/50{
  background-color: rgb(236 252 203 / 0.5) !important;
}
.\!bg-lime-200\/55{
  background-color: rgb(236 252 203 / 0.55) !important;
}
.\!bg-lime-200\/60{
  background-color: rgb(236 252 203 / 0.6) !important;
}
.\!bg-lime-200\/65{
  background-color: rgb(236 252 203 / 0.65) !important;
}
.\!bg-lime-200\/70{
  background-color: rgb(236 252 203 / 0.7) !important;
}
.\!bg-lime-200\/75{
  background-color: rgb(236 252 203 / 0.75) !important;
}
.\!bg-lime-200\/80{
  background-color: rgb(236 252 203 / 0.8) !important;
}
.\!bg-lime-200\/85{
  background-color: rgb(236 252 203 / 0.85) !important;
}
.\!bg-lime-200\/90{
  background-color: rgb(236 252 203 / 0.9) !important;
}
.\!bg-lime-200\/95{
  background-color: rgb(236 252 203 / 0.95) !important;
}
.\!bg-lime-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-300\/0{
  background-color: rgb(217 249 157 / 0) !important;
}
.\!bg-lime-300\/10{
  background-color: rgb(217 249 157 / 0.1) !important;
}
.\!bg-lime-300\/100{
  background-color: rgb(217 249 157 / 1) !important;
}
.\!bg-lime-300\/15{
  background-color: rgb(217 249 157 / 0.15) !important;
}
.\!bg-lime-300\/20{
  background-color: rgb(217 249 157 / 0.2) !important;
}
.\!bg-lime-300\/25{
  background-color: rgb(217 249 157 / 0.25) !important;
}
.\!bg-lime-300\/30{
  background-color: rgb(217 249 157 / 0.3) !important;
}
.\!bg-lime-300\/35{
  background-color: rgb(217 249 157 / 0.35) !important;
}
.\!bg-lime-300\/40{
  background-color: rgb(217 249 157 / 0.4) !important;
}
.\!bg-lime-300\/45{
  background-color: rgb(217 249 157 / 0.45) !important;
}
.\!bg-lime-300\/5{
  background-color: rgb(217 249 157 / 0.05) !important;
}
.\!bg-lime-300\/50{
  background-color: rgb(217 249 157 / 0.5) !important;
}
.\!bg-lime-300\/55{
  background-color: rgb(217 249 157 / 0.55) !important;
}
.\!bg-lime-300\/60{
  background-color: rgb(217 249 157 / 0.6) !important;
}
.\!bg-lime-300\/65{
  background-color: rgb(217 249 157 / 0.65) !important;
}
.\!bg-lime-300\/70{
  background-color: rgb(217 249 157 / 0.7) !important;
}
.\!bg-lime-300\/75{
  background-color: rgb(217 249 157 / 0.75) !important;
}
.\!bg-lime-300\/80{
  background-color: rgb(217 249 157 / 0.8) !important;
}
.\!bg-lime-300\/85{
  background-color: rgb(217 249 157 / 0.85) !important;
}
.\!bg-lime-300\/90{
  background-color: rgb(217 249 157 / 0.9) !important;
}
.\!bg-lime-300\/95{
  background-color: rgb(217 249 157 / 0.95) !important;
}
.\!bg-lime-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-350\/0{
  background-color: rgb(190 242 100 / 0) !important;
}
.\!bg-lime-350\/10{
  background-color: rgb(190 242 100 / 0.1) !important;
}
.\!bg-lime-350\/100{
  background-color: rgb(190 242 100 / 1) !important;
}
.\!bg-lime-350\/15{
  background-color: rgb(190 242 100 / 0.15) !important;
}
.\!bg-lime-350\/20{
  background-color: rgb(190 242 100 / 0.2) !important;
}
.\!bg-lime-350\/25{
  background-color: rgb(190 242 100 / 0.25) !important;
}
.\!bg-lime-350\/30{
  background-color: rgb(190 242 100 / 0.3) !important;
}
.\!bg-lime-350\/35{
  background-color: rgb(190 242 100 / 0.35) !important;
}
.\!bg-lime-350\/40{
  background-color: rgb(190 242 100 / 0.4) !important;
}
.\!bg-lime-350\/45{
  background-color: rgb(190 242 100 / 0.45) !important;
}
.\!bg-lime-350\/5{
  background-color: rgb(190 242 100 / 0.05) !important;
}
.\!bg-lime-350\/50{
  background-color: rgb(190 242 100 / 0.5) !important;
}
.\!bg-lime-350\/55{
  background-color: rgb(190 242 100 / 0.55) !important;
}
.\!bg-lime-350\/60{
  background-color: rgb(190 242 100 / 0.6) !important;
}
.\!bg-lime-350\/65{
  background-color: rgb(190 242 100 / 0.65) !important;
}
.\!bg-lime-350\/70{
  background-color: rgb(190 242 100 / 0.7) !important;
}
.\!bg-lime-350\/75{
  background-color: rgb(190 242 100 / 0.75) !important;
}
.\!bg-lime-350\/80{
  background-color: rgb(190 242 100 / 0.8) !important;
}
.\!bg-lime-350\/85{
  background-color: rgb(190 242 100 / 0.85) !important;
}
.\!bg-lime-350\/90{
  background-color: rgb(190 242 100 / 0.9) !important;
}
.\!bg-lime-350\/95{
  background-color: rgb(190 242 100 / 0.95) !important;
}
.\!bg-lime-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-400\/0{
  background-color: rgb(163 230 53 / 0) !important;
}
.\!bg-lime-400\/10{
  background-color: rgb(163 230 53 / 0.1) !important;
}
.\!bg-lime-400\/100{
  background-color: rgb(163 230 53 / 1) !important;
}
.\!bg-lime-400\/15{
  background-color: rgb(163 230 53 / 0.15) !important;
}
.\!bg-lime-400\/20{
  background-color: rgb(163 230 53 / 0.2) !important;
}
.\!bg-lime-400\/25{
  background-color: rgb(163 230 53 / 0.25) !important;
}
.\!bg-lime-400\/30{
  background-color: rgb(163 230 53 / 0.3) !important;
}
.\!bg-lime-400\/35{
  background-color: rgb(163 230 53 / 0.35) !important;
}
.\!bg-lime-400\/40{
  background-color: rgb(163 230 53 / 0.4) !important;
}
.\!bg-lime-400\/45{
  background-color: rgb(163 230 53 / 0.45) !important;
}
.\!bg-lime-400\/5{
  background-color: rgb(163 230 53 / 0.05) !important;
}
.\!bg-lime-400\/50{
  background-color: rgb(163 230 53 / 0.5) !important;
}
.\!bg-lime-400\/55{
  background-color: rgb(163 230 53 / 0.55) !important;
}
.\!bg-lime-400\/60{
  background-color: rgb(163 230 53 / 0.6) !important;
}
.\!bg-lime-400\/65{
  background-color: rgb(163 230 53 / 0.65) !important;
}
.\!bg-lime-400\/70{
  background-color: rgb(163 230 53 / 0.7) !important;
}
.\!bg-lime-400\/75{
  background-color: rgb(163 230 53 / 0.75) !important;
}
.\!bg-lime-400\/80{
  background-color: rgb(163 230 53 / 0.8) !important;
}
.\!bg-lime-400\/85{
  background-color: rgb(163 230 53 / 0.85) !important;
}
.\!bg-lime-400\/90{
  background-color: rgb(163 230 53 / 0.9) !important;
}
.\!bg-lime-400\/95{
  background-color: rgb(163 230 53 / 0.95) !important;
}
.\!bg-lime-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-450\/0{
  background-color: rgb(132 204 22 / 0) !important;
}
.\!bg-lime-450\/10{
  background-color: rgb(132 204 22 / 0.1) !important;
}
.\!bg-lime-450\/100{
  background-color: rgb(132 204 22 / 1) !important;
}
.\!bg-lime-450\/15{
  background-color: rgb(132 204 22 / 0.15) !important;
}
.\!bg-lime-450\/20{
  background-color: rgb(132 204 22 / 0.2) !important;
}
.\!bg-lime-450\/25{
  background-color: rgb(132 204 22 / 0.25) !important;
}
.\!bg-lime-450\/30{
  background-color: rgb(132 204 22 / 0.3) !important;
}
.\!bg-lime-450\/35{
  background-color: rgb(132 204 22 / 0.35) !important;
}
.\!bg-lime-450\/40{
  background-color: rgb(132 204 22 / 0.4) !important;
}
.\!bg-lime-450\/45{
  background-color: rgb(132 204 22 / 0.45) !important;
}
.\!bg-lime-450\/5{
  background-color: rgb(132 204 22 / 0.05) !important;
}
.\!bg-lime-450\/50{
  background-color: rgb(132 204 22 / 0.5) !important;
}
.\!bg-lime-450\/55{
  background-color: rgb(132 204 22 / 0.55) !important;
}
.\!bg-lime-450\/60{
  background-color: rgb(132 204 22 / 0.6) !important;
}
.\!bg-lime-450\/65{
  background-color: rgb(132 204 22 / 0.65) !important;
}
.\!bg-lime-450\/70{
  background-color: rgb(132 204 22 / 0.7) !important;
}
.\!bg-lime-450\/75{
  background-color: rgb(132 204 22 / 0.75) !important;
}
.\!bg-lime-450\/80{
  background-color: rgb(132 204 22 / 0.8) !important;
}
.\!bg-lime-450\/85{
  background-color: rgb(132 204 22 / 0.85) !important;
}
.\!bg-lime-450\/90{
  background-color: rgb(132 204 22 / 0.9) !important;
}
.\!bg-lime-450\/95{
  background-color: rgb(132 204 22 / 0.95) !important;
}
.\!bg-lime-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 254 249 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-50\/0{
  background-color: rgb(252 254 249 / 0) !important;
}
.\!bg-lime-50\/10{
  background-color: rgb(252 254 249 / 0.1) !important;
}
.\!bg-lime-50\/100{
  background-color: rgb(252 254 249 / 1) !important;
}
.\!bg-lime-50\/15{
  background-color: rgb(252 254 249 / 0.15) !important;
}
.\!bg-lime-50\/20{
  background-color: rgb(252 254 249 / 0.2) !important;
}
.\!bg-lime-50\/25{
  background-color: rgb(252 254 249 / 0.25) !important;
}
.\!bg-lime-50\/30{
  background-color: rgb(252 254 249 / 0.3) !important;
}
.\!bg-lime-50\/35{
  background-color: rgb(252 254 249 / 0.35) !important;
}
.\!bg-lime-50\/40{
  background-color: rgb(252 254 249 / 0.4) !important;
}
.\!bg-lime-50\/45{
  background-color: rgb(252 254 249 / 0.45) !important;
}
.\!bg-lime-50\/5{
  background-color: rgb(252 254 249 / 0.05) !important;
}
.\!bg-lime-50\/50{
  background-color: rgb(252 254 249 / 0.5) !important;
}
.\!bg-lime-50\/55{
  background-color: rgb(252 254 249 / 0.55) !important;
}
.\!bg-lime-50\/60{
  background-color: rgb(252 254 249 / 0.6) !important;
}
.\!bg-lime-50\/65{
  background-color: rgb(252 254 249 / 0.65) !important;
}
.\!bg-lime-50\/70{
  background-color: rgb(252 254 249 / 0.7) !important;
}
.\!bg-lime-50\/75{
  background-color: rgb(252 254 249 / 0.75) !important;
}
.\!bg-lime-50\/80{
  background-color: rgb(252 254 249 / 0.8) !important;
}
.\!bg-lime-50\/85{
  background-color: rgb(252 254 249 / 0.85) !important;
}
.\!bg-lime-50\/90{
  background-color: rgb(252 254 249 / 0.9) !important;
}
.\!bg-lime-50\/95{
  background-color: rgb(252 254 249 / 0.95) !important;
}
.\!bg-lime-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-500\/0{
  background-color: rgb(101 163 13 / 0) !important;
}
.\!bg-lime-500\/10{
  background-color: rgb(101 163 13 / 0.1) !important;
}
.\!bg-lime-500\/100{
  background-color: rgb(101 163 13 / 1) !important;
}
.\!bg-lime-500\/15{
  background-color: rgb(101 163 13 / 0.15) !important;
}
.\!bg-lime-500\/20{
  background-color: rgb(101 163 13 / 0.2) !important;
}
.\!bg-lime-500\/25{
  background-color: rgb(101 163 13 / 0.25) !important;
}
.\!bg-lime-500\/30{
  background-color: rgb(101 163 13 / 0.3) !important;
}
.\!bg-lime-500\/35{
  background-color: rgb(101 163 13 / 0.35) !important;
}
.\!bg-lime-500\/40{
  background-color: rgb(101 163 13 / 0.4) !important;
}
.\!bg-lime-500\/45{
  background-color: rgb(101 163 13 / 0.45) !important;
}
.\!bg-lime-500\/5{
  background-color: rgb(101 163 13 / 0.05) !important;
}
.\!bg-lime-500\/50{
  background-color: rgb(101 163 13 / 0.5) !important;
}
.\!bg-lime-500\/55{
  background-color: rgb(101 163 13 / 0.55) !important;
}
.\!bg-lime-500\/60{
  background-color: rgb(101 163 13 / 0.6) !important;
}
.\!bg-lime-500\/65{
  background-color: rgb(101 163 13 / 0.65) !important;
}
.\!bg-lime-500\/70{
  background-color: rgb(101 163 13 / 0.7) !important;
}
.\!bg-lime-500\/75{
  background-color: rgb(101 163 13 / 0.75) !important;
}
.\!bg-lime-500\/80{
  background-color: rgb(101 163 13 / 0.8) !important;
}
.\!bg-lime-500\/85{
  background-color: rgb(101 163 13 / 0.85) !important;
}
.\!bg-lime-500\/90{
  background-color: rgb(101 163 13 / 0.9) !important;
}
.\!bg-lime-500\/95{
  background-color: rgb(101 163 13 / 0.95) !important;
}
.\!bg-lime-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-600\/0{
  background-color: rgb(77 124 15 / 0) !important;
}
.\!bg-lime-600\/10{
  background-color: rgb(77 124 15 / 0.1) !important;
}
.\!bg-lime-600\/100{
  background-color: rgb(77 124 15 / 1) !important;
}
.\!bg-lime-600\/15{
  background-color: rgb(77 124 15 / 0.15) !important;
}
.\!bg-lime-600\/20{
  background-color: rgb(77 124 15 / 0.2) !important;
}
.\!bg-lime-600\/25{
  background-color: rgb(77 124 15 / 0.25) !important;
}
.\!bg-lime-600\/30{
  background-color: rgb(77 124 15 / 0.3) !important;
}
.\!bg-lime-600\/35{
  background-color: rgb(77 124 15 / 0.35) !important;
}
.\!bg-lime-600\/40{
  background-color: rgb(77 124 15 / 0.4) !important;
}
.\!bg-lime-600\/45{
  background-color: rgb(77 124 15 / 0.45) !important;
}
.\!bg-lime-600\/5{
  background-color: rgb(77 124 15 / 0.05) !important;
}
.\!bg-lime-600\/50{
  background-color: rgb(77 124 15 / 0.5) !important;
}
.\!bg-lime-600\/55{
  background-color: rgb(77 124 15 / 0.55) !important;
}
.\!bg-lime-600\/60{
  background-color: rgb(77 124 15 / 0.6) !important;
}
.\!bg-lime-600\/65{
  background-color: rgb(77 124 15 / 0.65) !important;
}
.\!bg-lime-600\/70{
  background-color: rgb(77 124 15 / 0.7) !important;
}
.\!bg-lime-600\/75{
  background-color: rgb(77 124 15 / 0.75) !important;
}
.\!bg-lime-600\/80{
  background-color: rgb(77 124 15 / 0.8) !important;
}
.\!bg-lime-600\/85{
  background-color: rgb(77 124 15 / 0.85) !important;
}
.\!bg-lime-600\/90{
  background-color: rgb(77 124 15 / 0.9) !important;
}
.\!bg-lime-600\/95{
  background-color: rgb(77 124 15 / 0.95) !important;
}
.\!bg-lime-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-650\/0{
  background-color: rgb(63 98 18 / 0) !important;
}
.\!bg-lime-650\/10{
  background-color: rgb(63 98 18 / 0.1) !important;
}
.\!bg-lime-650\/100{
  background-color: rgb(63 98 18 / 1) !important;
}
.\!bg-lime-650\/15{
  background-color: rgb(63 98 18 / 0.15) !important;
}
.\!bg-lime-650\/20{
  background-color: rgb(63 98 18 / 0.2) !important;
}
.\!bg-lime-650\/25{
  background-color: rgb(63 98 18 / 0.25) !important;
}
.\!bg-lime-650\/30{
  background-color: rgb(63 98 18 / 0.3) !important;
}
.\!bg-lime-650\/35{
  background-color: rgb(63 98 18 / 0.35) !important;
}
.\!bg-lime-650\/40{
  background-color: rgb(63 98 18 / 0.4) !important;
}
.\!bg-lime-650\/45{
  background-color: rgb(63 98 18 / 0.45) !important;
}
.\!bg-lime-650\/5{
  background-color: rgb(63 98 18 / 0.05) !important;
}
.\!bg-lime-650\/50{
  background-color: rgb(63 98 18 / 0.5) !important;
}
.\!bg-lime-650\/55{
  background-color: rgb(63 98 18 / 0.55) !important;
}
.\!bg-lime-650\/60{
  background-color: rgb(63 98 18 / 0.6) !important;
}
.\!bg-lime-650\/65{
  background-color: rgb(63 98 18 / 0.65) !important;
}
.\!bg-lime-650\/70{
  background-color: rgb(63 98 18 / 0.7) !important;
}
.\!bg-lime-650\/75{
  background-color: rgb(63 98 18 / 0.75) !important;
}
.\!bg-lime-650\/80{
  background-color: rgb(63 98 18 / 0.8) !important;
}
.\!bg-lime-650\/85{
  background-color: rgb(63 98 18 / 0.85) !important;
}
.\!bg-lime-650\/90{
  background-color: rgb(63 98 18 / 0.9) !important;
}
.\!bg-lime-650\/95{
  background-color: rgb(63 98 18 / 0.95) !important;
}
.\!bg-lime-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-700\/0{
  background-color: rgb(54 83 20 / 0) !important;
}
.\!bg-lime-700\/10{
  background-color: rgb(54 83 20 / 0.1) !important;
}
.\!bg-lime-700\/100{
  background-color: rgb(54 83 20 / 1) !important;
}
.\!bg-lime-700\/15{
  background-color: rgb(54 83 20 / 0.15) !important;
}
.\!bg-lime-700\/20{
  background-color: rgb(54 83 20 / 0.2) !important;
}
.\!bg-lime-700\/25{
  background-color: rgb(54 83 20 / 0.25) !important;
}
.\!bg-lime-700\/30{
  background-color: rgb(54 83 20 / 0.3) !important;
}
.\!bg-lime-700\/35{
  background-color: rgb(54 83 20 / 0.35) !important;
}
.\!bg-lime-700\/40{
  background-color: rgb(54 83 20 / 0.4) !important;
}
.\!bg-lime-700\/45{
  background-color: rgb(54 83 20 / 0.45) !important;
}
.\!bg-lime-700\/5{
  background-color: rgb(54 83 20 / 0.05) !important;
}
.\!bg-lime-700\/50{
  background-color: rgb(54 83 20 / 0.5) !important;
}
.\!bg-lime-700\/55{
  background-color: rgb(54 83 20 / 0.55) !important;
}
.\!bg-lime-700\/60{
  background-color: rgb(54 83 20 / 0.6) !important;
}
.\!bg-lime-700\/65{
  background-color: rgb(54 83 20 / 0.65) !important;
}
.\!bg-lime-700\/70{
  background-color: rgb(54 83 20 / 0.7) !important;
}
.\!bg-lime-700\/75{
  background-color: rgb(54 83 20 / 0.75) !important;
}
.\!bg-lime-700\/80{
  background-color: rgb(54 83 20 / 0.8) !important;
}
.\!bg-lime-700\/85{
  background-color: rgb(54 83 20 / 0.85) !important;
}
.\!bg-lime-700\/90{
  background-color: rgb(54 83 20 / 0.9) !important;
}
.\!bg-lime-700\/95{
  background-color: rgb(54 83 20 / 0.95) !important;
}
.\!bg-lime-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 77 11 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-750\/0{
  background-color: rgb(47 77 11 / 0) !important;
}
.\!bg-lime-750\/10{
  background-color: rgb(47 77 11 / 0.1) !important;
}
.\!bg-lime-750\/100{
  background-color: rgb(47 77 11 / 1) !important;
}
.\!bg-lime-750\/15{
  background-color: rgb(47 77 11 / 0.15) !important;
}
.\!bg-lime-750\/20{
  background-color: rgb(47 77 11 / 0.2) !important;
}
.\!bg-lime-750\/25{
  background-color: rgb(47 77 11 / 0.25) !important;
}
.\!bg-lime-750\/30{
  background-color: rgb(47 77 11 / 0.3) !important;
}
.\!bg-lime-750\/35{
  background-color: rgb(47 77 11 / 0.35) !important;
}
.\!bg-lime-750\/40{
  background-color: rgb(47 77 11 / 0.4) !important;
}
.\!bg-lime-750\/45{
  background-color: rgb(47 77 11 / 0.45) !important;
}
.\!bg-lime-750\/5{
  background-color: rgb(47 77 11 / 0.05) !important;
}
.\!bg-lime-750\/50{
  background-color: rgb(47 77 11 / 0.5) !important;
}
.\!bg-lime-750\/55{
  background-color: rgb(47 77 11 / 0.55) !important;
}
.\!bg-lime-750\/60{
  background-color: rgb(47 77 11 / 0.6) !important;
}
.\!bg-lime-750\/65{
  background-color: rgb(47 77 11 / 0.65) !important;
}
.\!bg-lime-750\/70{
  background-color: rgb(47 77 11 / 0.7) !important;
}
.\!bg-lime-750\/75{
  background-color: rgb(47 77 11 / 0.75) !important;
}
.\!bg-lime-750\/80{
  background-color: rgb(47 77 11 / 0.8) !important;
}
.\!bg-lime-750\/85{
  background-color: rgb(47 77 11 / 0.85) !important;
}
.\!bg-lime-750\/90{
  background-color: rgb(47 77 11 / 0.9) !important;
}
.\!bg-lime-750\/95{
  background-color: rgb(47 77 11 / 0.95) !important;
}
.\!bg-lime-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 64 6 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-800\/0{
  background-color: rgb(37 64 6 / 0) !important;
}
.\!bg-lime-800\/10{
  background-color: rgb(37 64 6 / 0.1) !important;
}
.\!bg-lime-800\/100{
  background-color: rgb(37 64 6 / 1) !important;
}
.\!bg-lime-800\/15{
  background-color: rgb(37 64 6 / 0.15) !important;
}
.\!bg-lime-800\/20{
  background-color: rgb(37 64 6 / 0.2) !important;
}
.\!bg-lime-800\/25{
  background-color: rgb(37 64 6 / 0.25) !important;
}
.\!bg-lime-800\/30{
  background-color: rgb(37 64 6 / 0.3) !important;
}
.\!bg-lime-800\/35{
  background-color: rgb(37 64 6 / 0.35) !important;
}
.\!bg-lime-800\/40{
  background-color: rgb(37 64 6 / 0.4) !important;
}
.\!bg-lime-800\/45{
  background-color: rgb(37 64 6 / 0.45) !important;
}
.\!bg-lime-800\/5{
  background-color: rgb(37 64 6 / 0.05) !important;
}
.\!bg-lime-800\/50{
  background-color: rgb(37 64 6 / 0.5) !important;
}
.\!bg-lime-800\/55{
  background-color: rgb(37 64 6 / 0.55) !important;
}
.\!bg-lime-800\/60{
  background-color: rgb(37 64 6 / 0.6) !important;
}
.\!bg-lime-800\/65{
  background-color: rgb(37 64 6 / 0.65) !important;
}
.\!bg-lime-800\/70{
  background-color: rgb(37 64 6 / 0.7) !important;
}
.\!bg-lime-800\/75{
  background-color: rgb(37 64 6 / 0.75) !important;
}
.\!bg-lime-800\/80{
  background-color: rgb(37 64 6 / 0.8) !important;
}
.\!bg-lime-800\/85{
  background-color: rgb(37 64 6 / 0.85) !important;
}
.\!bg-lime-800\/90{
  background-color: rgb(37 64 6 / 0.9) !important;
}
.\!bg-lime-800\/95{
  background-color: rgb(37 64 6 / 0.95) !important;
}
.\!bg-lime-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 38 2 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-900\/0{
  background-color: rgb(22 38 2 / 0) !important;
}
.\!bg-lime-900\/10{
  background-color: rgb(22 38 2 / 0.1) !important;
}
.\!bg-lime-900\/100{
  background-color: rgb(22 38 2 / 1) !important;
}
.\!bg-lime-900\/15{
  background-color: rgb(22 38 2 / 0.15) !important;
}
.\!bg-lime-900\/20{
  background-color: rgb(22 38 2 / 0.2) !important;
}
.\!bg-lime-900\/25{
  background-color: rgb(22 38 2 / 0.25) !important;
}
.\!bg-lime-900\/30{
  background-color: rgb(22 38 2 / 0.3) !important;
}
.\!bg-lime-900\/35{
  background-color: rgb(22 38 2 / 0.35) !important;
}
.\!bg-lime-900\/40{
  background-color: rgb(22 38 2 / 0.4) !important;
}
.\!bg-lime-900\/45{
  background-color: rgb(22 38 2 / 0.45) !important;
}
.\!bg-lime-900\/5{
  background-color: rgb(22 38 2 / 0.05) !important;
}
.\!bg-lime-900\/50{
  background-color: rgb(22 38 2 / 0.5) !important;
}
.\!bg-lime-900\/55{
  background-color: rgb(22 38 2 / 0.55) !important;
}
.\!bg-lime-900\/60{
  background-color: rgb(22 38 2 / 0.6) !important;
}
.\!bg-lime-900\/65{
  background-color: rgb(22 38 2 / 0.65) !important;
}
.\!bg-lime-900\/70{
  background-color: rgb(22 38 2 / 0.7) !important;
}
.\!bg-lime-900\/75{
  background-color: rgb(22 38 2 / 0.75) !important;
}
.\!bg-lime-900\/80{
  background-color: rgb(22 38 2 / 0.8) !important;
}
.\!bg-lime-900\/85{
  background-color: rgb(22 38 2 / 0.85) !important;
}
.\!bg-lime-900\/90{
  background-color: rgb(22 38 2 / 0.9) !important;
}
.\!bg-lime-900\/95{
  background-color: rgb(22 38 2 / 0.95) !important;
}
.\!bg-lime-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity)) !important;
}
.\!bg-lime-950\/0{
  background-color: rgb(26 46 5 / 0) !important;
}
.\!bg-lime-950\/10{
  background-color: rgb(26 46 5 / 0.1) !important;
}
.\!bg-lime-950\/100{
  background-color: rgb(26 46 5 / 1) !important;
}
.\!bg-lime-950\/15{
  background-color: rgb(26 46 5 / 0.15) !important;
}
.\!bg-lime-950\/20{
  background-color: rgb(26 46 5 / 0.2) !important;
}
.\!bg-lime-950\/25{
  background-color: rgb(26 46 5 / 0.25) !important;
}
.\!bg-lime-950\/30{
  background-color: rgb(26 46 5 / 0.3) !important;
}
.\!bg-lime-950\/35{
  background-color: rgb(26 46 5 / 0.35) !important;
}
.\!bg-lime-950\/40{
  background-color: rgb(26 46 5 / 0.4) !important;
}
.\!bg-lime-950\/45{
  background-color: rgb(26 46 5 / 0.45) !important;
}
.\!bg-lime-950\/5{
  background-color: rgb(26 46 5 / 0.05) !important;
}
.\!bg-lime-950\/50{
  background-color: rgb(26 46 5 / 0.5) !important;
}
.\!bg-lime-950\/55{
  background-color: rgb(26 46 5 / 0.55) !important;
}
.\!bg-lime-950\/60{
  background-color: rgb(26 46 5 / 0.6) !important;
}
.\!bg-lime-950\/65{
  background-color: rgb(26 46 5 / 0.65) !important;
}
.\!bg-lime-950\/70{
  background-color: rgb(26 46 5 / 0.7) !important;
}
.\!bg-lime-950\/75{
  background-color: rgb(26 46 5 / 0.75) !important;
}
.\!bg-lime-950\/80{
  background-color: rgb(26 46 5 / 0.8) !important;
}
.\!bg-lime-950\/85{
  background-color: rgb(26 46 5 / 0.85) !important;
}
.\!bg-lime-950\/90{
  background-color: rgb(26 46 5 / 0.9) !important;
}
.\!bg-lime-950\/95{
  background-color: rgb(26 46 5 / 0.95) !important;
}
.\!bg-negative-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-100\/0{
  background-color: rgb(254 226 226 / 0) !important;
}
.\!bg-negative-100\/10{
  background-color: rgb(254 226 226 / 0.1) !important;
}
.\!bg-negative-100\/100{
  background-color: rgb(254 226 226 / 1) !important;
}
.\!bg-negative-100\/15{
  background-color: rgb(254 226 226 / 0.15) !important;
}
.\!bg-negative-100\/20{
  background-color: rgb(254 226 226 / 0.2) !important;
}
.\!bg-negative-100\/25{
  background-color: rgb(254 226 226 / 0.25) !important;
}
.\!bg-negative-100\/30{
  background-color: rgb(254 226 226 / 0.3) !important;
}
.\!bg-negative-100\/35{
  background-color: rgb(254 226 226 / 0.35) !important;
}
.\!bg-negative-100\/40{
  background-color: rgb(254 226 226 / 0.4) !important;
}
.\!bg-negative-100\/45{
  background-color: rgb(254 226 226 / 0.45) !important;
}
.\!bg-negative-100\/5{
  background-color: rgb(254 226 226 / 0.05) !important;
}
.\!bg-negative-100\/50{
  background-color: rgb(254 226 226 / 0.5) !important;
}
.\!bg-negative-100\/55{
  background-color: rgb(254 226 226 / 0.55) !important;
}
.\!bg-negative-100\/60{
  background-color: rgb(254 226 226 / 0.6) !important;
}
.\!bg-negative-100\/65{
  background-color: rgb(254 226 226 / 0.65) !important;
}
.\!bg-negative-100\/70{
  background-color: rgb(254 226 226 / 0.7) !important;
}
.\!bg-negative-100\/75{
  background-color: rgb(254 226 226 / 0.75) !important;
}
.\!bg-negative-100\/80{
  background-color: rgb(254 226 226 / 0.8) !important;
}
.\!bg-negative-100\/85{
  background-color: rgb(254 226 226 / 0.85) !important;
}
.\!bg-negative-100\/90{
  background-color: rgb(254 226 226 / 0.9) !important;
}
.\!bg-negative-100\/95{
  background-color: rgb(254 226 226 / 0.95) !important;
}
.\!bg-negative-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-200\/0{
  background-color: rgb(254 202 202 / 0) !important;
}
.\!bg-negative-200\/10{
  background-color: rgb(254 202 202 / 0.1) !important;
}
.\!bg-negative-200\/100{
  background-color: rgb(254 202 202 / 1) !important;
}
.\!bg-negative-200\/15{
  background-color: rgb(254 202 202 / 0.15) !important;
}
.\!bg-negative-200\/20{
  background-color: rgb(254 202 202 / 0.2) !important;
}
.\!bg-negative-200\/25{
  background-color: rgb(254 202 202 / 0.25) !important;
}
.\!bg-negative-200\/30{
  background-color: rgb(254 202 202 / 0.3) !important;
}
.\!bg-negative-200\/35{
  background-color: rgb(254 202 202 / 0.35) !important;
}
.\!bg-negative-200\/40{
  background-color: rgb(254 202 202 / 0.4) !important;
}
.\!bg-negative-200\/45{
  background-color: rgb(254 202 202 / 0.45) !important;
}
.\!bg-negative-200\/5{
  background-color: rgb(254 202 202 / 0.05) !important;
}
.\!bg-negative-200\/50{
  background-color: rgb(254 202 202 / 0.5) !important;
}
.\!bg-negative-200\/55{
  background-color: rgb(254 202 202 / 0.55) !important;
}
.\!bg-negative-200\/60{
  background-color: rgb(254 202 202 / 0.6) !important;
}
.\!bg-negative-200\/65{
  background-color: rgb(254 202 202 / 0.65) !important;
}
.\!bg-negative-200\/70{
  background-color: rgb(254 202 202 / 0.7) !important;
}
.\!bg-negative-200\/75{
  background-color: rgb(254 202 202 / 0.75) !important;
}
.\!bg-negative-200\/80{
  background-color: rgb(254 202 202 / 0.8) !important;
}
.\!bg-negative-200\/85{
  background-color: rgb(254 202 202 / 0.85) !important;
}
.\!bg-negative-200\/90{
  background-color: rgb(254 202 202 / 0.9) !important;
}
.\!bg-negative-200\/95{
  background-color: rgb(254 202 202 / 0.95) !important;
}
.\!bg-negative-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-300\/0{
  background-color: rgb(252 165 165 / 0) !important;
}
.\!bg-negative-300\/10{
  background-color: rgb(252 165 165 / 0.1) !important;
}
.\!bg-negative-300\/100{
  background-color: rgb(252 165 165 / 1) !important;
}
.\!bg-negative-300\/15{
  background-color: rgb(252 165 165 / 0.15) !important;
}
.\!bg-negative-300\/20{
  background-color: rgb(252 165 165 / 0.2) !important;
}
.\!bg-negative-300\/25{
  background-color: rgb(252 165 165 / 0.25) !important;
}
.\!bg-negative-300\/30{
  background-color: rgb(252 165 165 / 0.3) !important;
}
.\!bg-negative-300\/35{
  background-color: rgb(252 165 165 / 0.35) !important;
}
.\!bg-negative-300\/40{
  background-color: rgb(252 165 165 / 0.4) !important;
}
.\!bg-negative-300\/45{
  background-color: rgb(252 165 165 / 0.45) !important;
}
.\!bg-negative-300\/5{
  background-color: rgb(252 165 165 / 0.05) !important;
}
.\!bg-negative-300\/50{
  background-color: rgb(252 165 165 / 0.5) !important;
}
.\!bg-negative-300\/55{
  background-color: rgb(252 165 165 / 0.55) !important;
}
.\!bg-negative-300\/60{
  background-color: rgb(252 165 165 / 0.6) !important;
}
.\!bg-negative-300\/65{
  background-color: rgb(252 165 165 / 0.65) !important;
}
.\!bg-negative-300\/70{
  background-color: rgb(252 165 165 / 0.7) !important;
}
.\!bg-negative-300\/75{
  background-color: rgb(252 165 165 / 0.75) !important;
}
.\!bg-negative-300\/80{
  background-color: rgb(252 165 165 / 0.8) !important;
}
.\!bg-negative-300\/85{
  background-color: rgb(252 165 165 / 0.85) !important;
}
.\!bg-negative-300\/90{
  background-color: rgb(252 165 165 / 0.9) !important;
}
.\!bg-negative-300\/95{
  background-color: rgb(252 165 165 / 0.95) !important;
}
.\!bg-negative-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-400\/0{
  background-color: rgb(248 113 113 / 0) !important;
}
.\!bg-negative-400\/10{
  background-color: rgb(248 113 113 / 0.1) !important;
}
.\!bg-negative-400\/100{
  background-color: rgb(248 113 113 / 1) !important;
}
.\!bg-negative-400\/15{
  background-color: rgb(248 113 113 / 0.15) !important;
}
.\!bg-negative-400\/20{
  background-color: rgb(248 113 113 / 0.2) !important;
}
.\!bg-negative-400\/25{
  background-color: rgb(248 113 113 / 0.25) !important;
}
.\!bg-negative-400\/30{
  background-color: rgb(248 113 113 / 0.3) !important;
}
.\!bg-negative-400\/35{
  background-color: rgb(248 113 113 / 0.35) !important;
}
.\!bg-negative-400\/40{
  background-color: rgb(248 113 113 / 0.4) !important;
}
.\!bg-negative-400\/45{
  background-color: rgb(248 113 113 / 0.45) !important;
}
.\!bg-negative-400\/5{
  background-color: rgb(248 113 113 / 0.05) !important;
}
.\!bg-negative-400\/50{
  background-color: rgb(248 113 113 / 0.5) !important;
}
.\!bg-negative-400\/55{
  background-color: rgb(248 113 113 / 0.55) !important;
}
.\!bg-negative-400\/60{
  background-color: rgb(248 113 113 / 0.6) !important;
}
.\!bg-negative-400\/65{
  background-color: rgb(248 113 113 / 0.65) !important;
}
.\!bg-negative-400\/70{
  background-color: rgb(248 113 113 / 0.7) !important;
}
.\!bg-negative-400\/75{
  background-color: rgb(248 113 113 / 0.75) !important;
}
.\!bg-negative-400\/80{
  background-color: rgb(248 113 113 / 0.8) !important;
}
.\!bg-negative-400\/85{
  background-color: rgb(248 113 113 / 0.85) !important;
}
.\!bg-negative-400\/90{
  background-color: rgb(248 113 113 / 0.9) !important;
}
.\!bg-negative-400\/95{
  background-color: rgb(248 113 113 / 0.95) !important;
}
.\!bg-negative-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-50\/0{
  background-color: rgb(254 242 242 / 0) !important;
}
.\!bg-negative-50\/10{
  background-color: rgb(254 242 242 / 0.1) !important;
}
.\!bg-negative-50\/100{
  background-color: rgb(254 242 242 / 1) !important;
}
.\!bg-negative-50\/15{
  background-color: rgb(254 242 242 / 0.15) !important;
}
.\!bg-negative-50\/20{
  background-color: rgb(254 242 242 / 0.2) !important;
}
.\!bg-negative-50\/25{
  background-color: rgb(254 242 242 / 0.25) !important;
}
.\!bg-negative-50\/30{
  background-color: rgb(254 242 242 / 0.3) !important;
}
.\!bg-negative-50\/35{
  background-color: rgb(254 242 242 / 0.35) !important;
}
.\!bg-negative-50\/40{
  background-color: rgb(254 242 242 / 0.4) !important;
}
.\!bg-negative-50\/45{
  background-color: rgb(254 242 242 / 0.45) !important;
}
.\!bg-negative-50\/5{
  background-color: rgb(254 242 242 / 0.05) !important;
}
.\!bg-negative-50\/50{
  background-color: rgb(254 242 242 / 0.5) !important;
}
.\!bg-negative-50\/55{
  background-color: rgb(254 242 242 / 0.55) !important;
}
.\!bg-negative-50\/60{
  background-color: rgb(254 242 242 / 0.6) !important;
}
.\!bg-negative-50\/65{
  background-color: rgb(254 242 242 / 0.65) !important;
}
.\!bg-negative-50\/70{
  background-color: rgb(254 242 242 / 0.7) !important;
}
.\!bg-negative-50\/75{
  background-color: rgb(254 242 242 / 0.75) !important;
}
.\!bg-negative-50\/80{
  background-color: rgb(254 242 242 / 0.8) !important;
}
.\!bg-negative-50\/85{
  background-color: rgb(254 242 242 / 0.85) !important;
}
.\!bg-negative-50\/90{
  background-color: rgb(254 242 242 / 0.9) !important;
}
.\!bg-negative-50\/95{
  background-color: rgb(254 242 242 / 0.95) !important;
}
.\!bg-negative-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-500\/0{
  background-color: rgb(239 68 68 / 0) !important;
}
.\!bg-negative-500\/10{
  background-color: rgb(239 68 68 / 0.1) !important;
}
.\!bg-negative-500\/100{
  background-color: rgb(239 68 68 / 1) !important;
}
.\!bg-negative-500\/15{
  background-color: rgb(239 68 68 / 0.15) !important;
}
.\!bg-negative-500\/20{
  background-color: rgb(239 68 68 / 0.2) !important;
}
.\!bg-negative-500\/25{
  background-color: rgb(239 68 68 / 0.25) !important;
}
.\!bg-negative-500\/30{
  background-color: rgb(239 68 68 / 0.3) !important;
}
.\!bg-negative-500\/35{
  background-color: rgb(239 68 68 / 0.35) !important;
}
.\!bg-negative-500\/40{
  background-color: rgb(239 68 68 / 0.4) !important;
}
.\!bg-negative-500\/45{
  background-color: rgb(239 68 68 / 0.45) !important;
}
.\!bg-negative-500\/5{
  background-color: rgb(239 68 68 / 0.05) !important;
}
.\!bg-negative-500\/50{
  background-color: rgb(239 68 68 / 0.5) !important;
}
.\!bg-negative-500\/55{
  background-color: rgb(239 68 68 / 0.55) !important;
}
.\!bg-negative-500\/60{
  background-color: rgb(239 68 68 / 0.6) !important;
}
.\!bg-negative-500\/65{
  background-color: rgb(239 68 68 / 0.65) !important;
}
.\!bg-negative-500\/70{
  background-color: rgb(239 68 68 / 0.7) !important;
}
.\!bg-negative-500\/75{
  background-color: rgb(239 68 68 / 0.75) !important;
}
.\!bg-negative-500\/80{
  background-color: rgb(239 68 68 / 0.8) !important;
}
.\!bg-negative-500\/85{
  background-color: rgb(239 68 68 / 0.85) !important;
}
.\!bg-negative-500\/90{
  background-color: rgb(239 68 68 / 0.9) !important;
}
.\!bg-negative-500\/95{
  background-color: rgb(239 68 68 / 0.95) !important;
}
.\!bg-negative-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-600\/0{
  background-color: rgb(220 38 38 / 0) !important;
}
.\!bg-negative-600\/10{
  background-color: rgb(220 38 38 / 0.1) !important;
}
.\!bg-negative-600\/100{
  background-color: rgb(220 38 38 / 1) !important;
}
.\!bg-negative-600\/15{
  background-color: rgb(220 38 38 / 0.15) !important;
}
.\!bg-negative-600\/20{
  background-color: rgb(220 38 38 / 0.2) !important;
}
.\!bg-negative-600\/25{
  background-color: rgb(220 38 38 / 0.25) !important;
}
.\!bg-negative-600\/30{
  background-color: rgb(220 38 38 / 0.3) !important;
}
.\!bg-negative-600\/35{
  background-color: rgb(220 38 38 / 0.35) !important;
}
.\!bg-negative-600\/40{
  background-color: rgb(220 38 38 / 0.4) !important;
}
.\!bg-negative-600\/45{
  background-color: rgb(220 38 38 / 0.45) !important;
}
.\!bg-negative-600\/5{
  background-color: rgb(220 38 38 / 0.05) !important;
}
.\!bg-negative-600\/50{
  background-color: rgb(220 38 38 / 0.5) !important;
}
.\!bg-negative-600\/55{
  background-color: rgb(220 38 38 / 0.55) !important;
}
.\!bg-negative-600\/60{
  background-color: rgb(220 38 38 / 0.6) !important;
}
.\!bg-negative-600\/65{
  background-color: rgb(220 38 38 / 0.65) !important;
}
.\!bg-negative-600\/70{
  background-color: rgb(220 38 38 / 0.7) !important;
}
.\!bg-negative-600\/75{
  background-color: rgb(220 38 38 / 0.75) !important;
}
.\!bg-negative-600\/80{
  background-color: rgb(220 38 38 / 0.8) !important;
}
.\!bg-negative-600\/85{
  background-color: rgb(220 38 38 / 0.85) !important;
}
.\!bg-negative-600\/90{
  background-color: rgb(220 38 38 / 0.9) !important;
}
.\!bg-negative-600\/95{
  background-color: rgb(220 38 38 / 0.95) !important;
}
.\!bg-negative-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-700\/0{
  background-color: rgb(185 28 28 / 0) !important;
}
.\!bg-negative-700\/10{
  background-color: rgb(185 28 28 / 0.1) !important;
}
.\!bg-negative-700\/100{
  background-color: rgb(185 28 28 / 1) !important;
}
.\!bg-negative-700\/15{
  background-color: rgb(185 28 28 / 0.15) !important;
}
.\!bg-negative-700\/20{
  background-color: rgb(185 28 28 / 0.2) !important;
}
.\!bg-negative-700\/25{
  background-color: rgb(185 28 28 / 0.25) !important;
}
.\!bg-negative-700\/30{
  background-color: rgb(185 28 28 / 0.3) !important;
}
.\!bg-negative-700\/35{
  background-color: rgb(185 28 28 / 0.35) !important;
}
.\!bg-negative-700\/40{
  background-color: rgb(185 28 28 / 0.4) !important;
}
.\!bg-negative-700\/45{
  background-color: rgb(185 28 28 / 0.45) !important;
}
.\!bg-negative-700\/5{
  background-color: rgb(185 28 28 / 0.05) !important;
}
.\!bg-negative-700\/50{
  background-color: rgb(185 28 28 / 0.5) !important;
}
.\!bg-negative-700\/55{
  background-color: rgb(185 28 28 / 0.55) !important;
}
.\!bg-negative-700\/60{
  background-color: rgb(185 28 28 / 0.6) !important;
}
.\!bg-negative-700\/65{
  background-color: rgb(185 28 28 / 0.65) !important;
}
.\!bg-negative-700\/70{
  background-color: rgb(185 28 28 / 0.7) !important;
}
.\!bg-negative-700\/75{
  background-color: rgb(185 28 28 / 0.75) !important;
}
.\!bg-negative-700\/80{
  background-color: rgb(185 28 28 / 0.8) !important;
}
.\!bg-negative-700\/85{
  background-color: rgb(185 28 28 / 0.85) !important;
}
.\!bg-negative-700\/90{
  background-color: rgb(185 28 28 / 0.9) !important;
}
.\!bg-negative-700\/95{
  background-color: rgb(185 28 28 / 0.95) !important;
}
.\!bg-negative-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-800\/0{
  background-color: rgb(153 27 27 / 0) !important;
}
.\!bg-negative-800\/10{
  background-color: rgb(153 27 27 / 0.1) !important;
}
.\!bg-negative-800\/100{
  background-color: rgb(153 27 27 / 1) !important;
}
.\!bg-negative-800\/15{
  background-color: rgb(153 27 27 / 0.15) !important;
}
.\!bg-negative-800\/20{
  background-color: rgb(153 27 27 / 0.2) !important;
}
.\!bg-negative-800\/25{
  background-color: rgb(153 27 27 / 0.25) !important;
}
.\!bg-negative-800\/30{
  background-color: rgb(153 27 27 / 0.3) !important;
}
.\!bg-negative-800\/35{
  background-color: rgb(153 27 27 / 0.35) !important;
}
.\!bg-negative-800\/40{
  background-color: rgb(153 27 27 / 0.4) !important;
}
.\!bg-negative-800\/45{
  background-color: rgb(153 27 27 / 0.45) !important;
}
.\!bg-negative-800\/5{
  background-color: rgb(153 27 27 / 0.05) !important;
}
.\!bg-negative-800\/50{
  background-color: rgb(153 27 27 / 0.5) !important;
}
.\!bg-negative-800\/55{
  background-color: rgb(153 27 27 / 0.55) !important;
}
.\!bg-negative-800\/60{
  background-color: rgb(153 27 27 / 0.6) !important;
}
.\!bg-negative-800\/65{
  background-color: rgb(153 27 27 / 0.65) !important;
}
.\!bg-negative-800\/70{
  background-color: rgb(153 27 27 / 0.7) !important;
}
.\!bg-negative-800\/75{
  background-color: rgb(153 27 27 / 0.75) !important;
}
.\!bg-negative-800\/80{
  background-color: rgb(153 27 27 / 0.8) !important;
}
.\!bg-negative-800\/85{
  background-color: rgb(153 27 27 / 0.85) !important;
}
.\!bg-negative-800\/90{
  background-color: rgb(153 27 27 / 0.9) !important;
}
.\!bg-negative-800\/95{
  background-color: rgb(153 27 27 / 0.95) !important;
}
.\!bg-negative-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-900\/0{
  background-color: rgb(127 29 29 / 0) !important;
}
.\!bg-negative-900\/10{
  background-color: rgb(127 29 29 / 0.1) !important;
}
.\!bg-negative-900\/100{
  background-color: rgb(127 29 29 / 1) !important;
}
.\!bg-negative-900\/15{
  background-color: rgb(127 29 29 / 0.15) !important;
}
.\!bg-negative-900\/20{
  background-color: rgb(127 29 29 / 0.2) !important;
}
.\!bg-negative-900\/25{
  background-color: rgb(127 29 29 / 0.25) !important;
}
.\!bg-negative-900\/30{
  background-color: rgb(127 29 29 / 0.3) !important;
}
.\!bg-negative-900\/35{
  background-color: rgb(127 29 29 / 0.35) !important;
}
.\!bg-negative-900\/40{
  background-color: rgb(127 29 29 / 0.4) !important;
}
.\!bg-negative-900\/45{
  background-color: rgb(127 29 29 / 0.45) !important;
}
.\!bg-negative-900\/5{
  background-color: rgb(127 29 29 / 0.05) !important;
}
.\!bg-negative-900\/50{
  background-color: rgb(127 29 29 / 0.5) !important;
}
.\!bg-negative-900\/55{
  background-color: rgb(127 29 29 / 0.55) !important;
}
.\!bg-negative-900\/60{
  background-color: rgb(127 29 29 / 0.6) !important;
}
.\!bg-negative-900\/65{
  background-color: rgb(127 29 29 / 0.65) !important;
}
.\!bg-negative-900\/70{
  background-color: rgb(127 29 29 / 0.7) !important;
}
.\!bg-negative-900\/75{
  background-color: rgb(127 29 29 / 0.75) !important;
}
.\!bg-negative-900\/80{
  background-color: rgb(127 29 29 / 0.8) !important;
}
.\!bg-negative-900\/85{
  background-color: rgb(127 29 29 / 0.85) !important;
}
.\!bg-negative-900\/90{
  background-color: rgb(127 29 29 / 0.9) !important;
}
.\!bg-negative-900\/95{
  background-color: rgb(127 29 29 / 0.95) !important;
}
.\!bg-negative-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity)) !important;
}
.\!bg-negative-950\/0{
  background-color: rgb(69 10 10 / 0) !important;
}
.\!bg-negative-950\/10{
  background-color: rgb(69 10 10 / 0.1) !important;
}
.\!bg-negative-950\/100{
  background-color: rgb(69 10 10 / 1) !important;
}
.\!bg-negative-950\/15{
  background-color: rgb(69 10 10 / 0.15) !important;
}
.\!bg-negative-950\/20{
  background-color: rgb(69 10 10 / 0.2) !important;
}
.\!bg-negative-950\/25{
  background-color: rgb(69 10 10 / 0.25) !important;
}
.\!bg-negative-950\/30{
  background-color: rgb(69 10 10 / 0.3) !important;
}
.\!bg-negative-950\/35{
  background-color: rgb(69 10 10 / 0.35) !important;
}
.\!bg-negative-950\/40{
  background-color: rgb(69 10 10 / 0.4) !important;
}
.\!bg-negative-950\/45{
  background-color: rgb(69 10 10 / 0.45) !important;
}
.\!bg-negative-950\/5{
  background-color: rgb(69 10 10 / 0.05) !important;
}
.\!bg-negative-950\/50{
  background-color: rgb(69 10 10 / 0.5) !important;
}
.\!bg-negative-950\/55{
  background-color: rgb(69 10 10 / 0.55) !important;
}
.\!bg-negative-950\/60{
  background-color: rgb(69 10 10 / 0.6) !important;
}
.\!bg-negative-950\/65{
  background-color: rgb(69 10 10 / 0.65) !important;
}
.\!bg-negative-950\/70{
  background-color: rgb(69 10 10 / 0.7) !important;
}
.\!bg-negative-950\/75{
  background-color: rgb(69 10 10 / 0.75) !important;
}
.\!bg-negative-950\/80{
  background-color: rgb(69 10 10 / 0.8) !important;
}
.\!bg-negative-950\/85{
  background-color: rgb(69 10 10 / 0.85) !important;
}
.\!bg-negative-950\/90{
  background-color: rgb(69 10 10 / 0.9) !important;
}
.\!bg-negative-950\/95{
  background-color: rgb(69 10 10 / 0.95) !important;
}
.\!bg-neutral-0{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 253 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-0\/0{
  background-color: rgb(255 253 255 / 0) !important;
}
.\!bg-neutral-0\/10{
  background-color: rgb(255 253 255 / 0.1) !important;
}
.\!bg-neutral-0\/100{
  background-color: rgb(255 253 255 / 1) !important;
}
.\!bg-neutral-0\/15{
  background-color: rgb(255 253 255 / 0.15) !important;
}
.\!bg-neutral-0\/20{
  background-color: rgb(255 253 255 / 0.2) !important;
}
.\!bg-neutral-0\/25{
  background-color: rgb(255 253 255 / 0.25) !important;
}
.\!bg-neutral-0\/30{
  background-color: rgb(255 253 255 / 0.3) !important;
}
.\!bg-neutral-0\/35{
  background-color: rgb(255 253 255 / 0.35) !important;
}
.\!bg-neutral-0\/40{
  background-color: rgb(255 253 255 / 0.4) !important;
}
.\!bg-neutral-0\/45{
  background-color: rgb(255 253 255 / 0.45) !important;
}
.\!bg-neutral-0\/5{
  background-color: rgb(255 253 255 / 0.05) !important;
}
.\!bg-neutral-0\/50{
  background-color: rgb(255 253 255 / 0.5) !important;
}
.\!bg-neutral-0\/55{
  background-color: rgb(255 253 255 / 0.55) !important;
}
.\!bg-neutral-0\/60{
  background-color: rgb(255 253 255 / 0.6) !important;
}
.\!bg-neutral-0\/65{
  background-color: rgb(255 253 255 / 0.65) !important;
}
.\!bg-neutral-0\/70{
  background-color: rgb(255 253 255 / 0.7) !important;
}
.\!bg-neutral-0\/75{
  background-color: rgb(255 253 255 / 0.75) !important;
}
.\!bg-neutral-0\/80{
  background-color: rgb(255 253 255 / 0.8) !important;
}
.\!bg-neutral-0\/85{
  background-color: rgb(255 253 255 / 0.85) !important;
}
.\!bg-neutral-0\/90{
  background-color: rgb(255 253 255 / 0.9) !important;
}
.\!bg-neutral-0\/95{
  background-color: rgb(255 253 255 / 0.95) !important;
}
.\!bg-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-100\/0{
  background-color: rgb(255 237 235 / 0) !important;
}
.\!bg-neutral-100\/10{
  background-color: rgb(255 237 235 / 0.1) !important;
}
.\!bg-neutral-100\/100{
  background-color: rgb(255 237 235 / 1) !important;
}
.\!bg-neutral-100\/15{
  background-color: rgb(255 237 235 / 0.15) !important;
}
.\!bg-neutral-100\/20{
  background-color: rgb(255 237 235 / 0.2) !important;
}
.\!bg-neutral-100\/25{
  background-color: rgb(255 237 235 / 0.25) !important;
}
.\!bg-neutral-100\/30{
  background-color: rgb(255 237 235 / 0.3) !important;
}
.\!bg-neutral-100\/35{
  background-color: rgb(255 237 235 / 0.35) !important;
}
.\!bg-neutral-100\/40{
  background-color: rgb(255 237 235 / 0.4) !important;
}
.\!bg-neutral-100\/45{
  background-color: rgb(255 237 235 / 0.45) !important;
}
.\!bg-neutral-100\/5{
  background-color: rgb(255 237 235 / 0.05) !important;
}
.\!bg-neutral-100\/50{
  background-color: rgb(255 237 235 / 0.5) !important;
}
.\!bg-neutral-100\/55{
  background-color: rgb(255 237 235 / 0.55) !important;
}
.\!bg-neutral-100\/60{
  background-color: rgb(255 237 235 / 0.6) !important;
}
.\!bg-neutral-100\/65{
  background-color: rgb(255 237 235 / 0.65) !important;
}
.\!bg-neutral-100\/70{
  background-color: rgb(255 237 235 / 0.7) !important;
}
.\!bg-neutral-100\/75{
  background-color: rgb(255 237 235 / 0.75) !important;
}
.\!bg-neutral-100\/80{
  background-color: rgb(255 237 235 / 0.8) !important;
}
.\!bg-neutral-100\/85{
  background-color: rgb(255 237 235 / 0.85) !important;
}
.\!bg-neutral-100\/90{
  background-color: rgb(255 237 235 / 0.9) !important;
}
.\!bg-neutral-100\/95{
  background-color: rgb(255 237 235 / 0.95) !important;
}
.\!bg-neutral-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 221 219 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-200\/0{
  background-color: rgb(244 221 219 / 0) !important;
}
.\!bg-neutral-200\/10{
  background-color: rgb(244 221 219 / 0.1) !important;
}
.\!bg-neutral-200\/100{
  background-color: rgb(244 221 219 / 1) !important;
}
.\!bg-neutral-200\/15{
  background-color: rgb(244 221 219 / 0.15) !important;
}
.\!bg-neutral-200\/20{
  background-color: rgb(244 221 219 / 0.2) !important;
}
.\!bg-neutral-200\/25{
  background-color: rgb(244 221 219 / 0.25) !important;
}
.\!bg-neutral-200\/30{
  background-color: rgb(244 221 219 / 0.3) !important;
}
.\!bg-neutral-200\/35{
  background-color: rgb(244 221 219 / 0.35) !important;
}
.\!bg-neutral-200\/40{
  background-color: rgb(244 221 219 / 0.4) !important;
}
.\!bg-neutral-200\/45{
  background-color: rgb(244 221 219 / 0.45) !important;
}
.\!bg-neutral-200\/5{
  background-color: rgb(244 221 219 / 0.05) !important;
}
.\!bg-neutral-200\/50{
  background-color: rgb(244 221 219 / 0.5) !important;
}
.\!bg-neutral-200\/55{
  background-color: rgb(244 221 219 / 0.55) !important;
}
.\!bg-neutral-200\/60{
  background-color: rgb(244 221 219 / 0.6) !important;
}
.\!bg-neutral-200\/65{
  background-color: rgb(244 221 219 / 0.65) !important;
}
.\!bg-neutral-200\/70{
  background-color: rgb(244 221 219 / 0.7) !important;
}
.\!bg-neutral-200\/75{
  background-color: rgb(244 221 219 / 0.75) !important;
}
.\!bg-neutral-200\/80{
  background-color: rgb(244 221 219 / 0.8) !important;
}
.\!bg-neutral-200\/85{
  background-color: rgb(244 221 219 / 0.85) !important;
}
.\!bg-neutral-200\/90{
  background-color: rgb(244 221 219 / 0.9) !important;
}
.\!bg-neutral-200\/95{
  background-color: rgb(244 221 219 / 0.95) !important;
}
.\!bg-neutral-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 193 192 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-300\/0{
  background-color: rgb(216 193 192 / 0) !important;
}
.\!bg-neutral-300\/10{
  background-color: rgb(216 193 192 / 0.1) !important;
}
.\!bg-neutral-300\/100{
  background-color: rgb(216 193 192 / 1) !important;
}
.\!bg-neutral-300\/15{
  background-color: rgb(216 193 192 / 0.15) !important;
}
.\!bg-neutral-300\/20{
  background-color: rgb(216 193 192 / 0.2) !important;
}
.\!bg-neutral-300\/25{
  background-color: rgb(216 193 192 / 0.25) !important;
}
.\!bg-neutral-300\/30{
  background-color: rgb(216 193 192 / 0.3) !important;
}
.\!bg-neutral-300\/35{
  background-color: rgb(216 193 192 / 0.35) !important;
}
.\!bg-neutral-300\/40{
  background-color: rgb(216 193 192 / 0.4) !important;
}
.\!bg-neutral-300\/45{
  background-color: rgb(216 193 192 / 0.45) !important;
}
.\!bg-neutral-300\/5{
  background-color: rgb(216 193 192 / 0.05) !important;
}
.\!bg-neutral-300\/50{
  background-color: rgb(216 193 192 / 0.5) !important;
}
.\!bg-neutral-300\/55{
  background-color: rgb(216 193 192 / 0.55) !important;
}
.\!bg-neutral-300\/60{
  background-color: rgb(216 193 192 / 0.6) !important;
}
.\!bg-neutral-300\/65{
  background-color: rgb(216 193 192 / 0.65) !important;
}
.\!bg-neutral-300\/70{
  background-color: rgb(216 193 192 / 0.7) !important;
}
.\!bg-neutral-300\/75{
  background-color: rgb(216 193 192 / 0.75) !important;
}
.\!bg-neutral-300\/80{
  background-color: rgb(216 193 192 / 0.8) !important;
}
.\!bg-neutral-300\/85{
  background-color: rgb(216 193 192 / 0.85) !important;
}
.\!bg-neutral-300\/90{
  background-color: rgb(216 193 192 / 0.9) !important;
}
.\!bg-neutral-300\/95{
  background-color: rgb(216 193 192 / 0.95) !important;
}
.\!bg-neutral-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 166 165 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-350\/0{
  background-color: rgb(187 166 165 / 0) !important;
}
.\!bg-neutral-350\/10{
  background-color: rgb(187 166 165 / 0.1) !important;
}
.\!bg-neutral-350\/100{
  background-color: rgb(187 166 165 / 1) !important;
}
.\!bg-neutral-350\/15{
  background-color: rgb(187 166 165 / 0.15) !important;
}
.\!bg-neutral-350\/20{
  background-color: rgb(187 166 165 / 0.2) !important;
}
.\!bg-neutral-350\/25{
  background-color: rgb(187 166 165 / 0.25) !important;
}
.\!bg-neutral-350\/30{
  background-color: rgb(187 166 165 / 0.3) !important;
}
.\!bg-neutral-350\/35{
  background-color: rgb(187 166 165 / 0.35) !important;
}
.\!bg-neutral-350\/40{
  background-color: rgb(187 166 165 / 0.4) !important;
}
.\!bg-neutral-350\/45{
  background-color: rgb(187 166 165 / 0.45) !important;
}
.\!bg-neutral-350\/5{
  background-color: rgb(187 166 165 / 0.05) !important;
}
.\!bg-neutral-350\/50{
  background-color: rgb(187 166 165 / 0.5) !important;
}
.\!bg-neutral-350\/55{
  background-color: rgb(187 166 165 / 0.55) !important;
}
.\!bg-neutral-350\/60{
  background-color: rgb(187 166 165 / 0.6) !important;
}
.\!bg-neutral-350\/65{
  background-color: rgb(187 166 165 / 0.65) !important;
}
.\!bg-neutral-350\/70{
  background-color: rgb(187 166 165 / 0.7) !important;
}
.\!bg-neutral-350\/75{
  background-color: rgb(187 166 165 / 0.75) !important;
}
.\!bg-neutral-350\/80{
  background-color: rgb(187 166 165 / 0.8) !important;
}
.\!bg-neutral-350\/85{
  background-color: rgb(187 166 165 / 0.85) !important;
}
.\!bg-neutral-350\/90{
  background-color: rgb(187 166 165 / 0.9) !important;
}
.\!bg-neutral-350\/95{
  background-color: rgb(187 166 165 / 0.95) !important;
}
.\!bg-neutral-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-400\/0{
  background-color: rgb(160 140 139 / 0) !important;
}
.\!bg-neutral-400\/10{
  background-color: rgb(160 140 139 / 0.1) !important;
}
.\!bg-neutral-400\/100{
  background-color: rgb(160 140 139 / 1) !important;
}
.\!bg-neutral-400\/15{
  background-color: rgb(160 140 139 / 0.15) !important;
}
.\!bg-neutral-400\/20{
  background-color: rgb(160 140 139 / 0.2) !important;
}
.\!bg-neutral-400\/25{
  background-color: rgb(160 140 139 / 0.25) !important;
}
.\!bg-neutral-400\/30{
  background-color: rgb(160 140 139 / 0.3) !important;
}
.\!bg-neutral-400\/35{
  background-color: rgb(160 140 139 / 0.35) !important;
}
.\!bg-neutral-400\/40{
  background-color: rgb(160 140 139 / 0.4) !important;
}
.\!bg-neutral-400\/45{
  background-color: rgb(160 140 139 / 0.45) !important;
}
.\!bg-neutral-400\/5{
  background-color: rgb(160 140 139 / 0.05) !important;
}
.\!bg-neutral-400\/50{
  background-color: rgb(160 140 139 / 0.5) !important;
}
.\!bg-neutral-400\/55{
  background-color: rgb(160 140 139 / 0.55) !important;
}
.\!bg-neutral-400\/60{
  background-color: rgb(160 140 139 / 0.6) !important;
}
.\!bg-neutral-400\/65{
  background-color: rgb(160 140 139 / 0.65) !important;
}
.\!bg-neutral-400\/70{
  background-color: rgb(160 140 139 / 0.7) !important;
}
.\!bg-neutral-400\/75{
  background-color: rgb(160 140 139 / 0.75) !important;
}
.\!bg-neutral-400\/80{
  background-color: rgb(160 140 139 / 0.8) !important;
}
.\!bg-neutral-400\/85{
  background-color: rgb(160 140 139 / 0.85) !important;
}
.\!bg-neutral-400\/90{
  background-color: rgb(160 140 139 / 0.9) !important;
}
.\!bg-neutral-400\/95{
  background-color: rgb(160 140 139 / 0.95) !important;
}
.\!bg-neutral-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 115 114 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-450\/0{
  background-color: rgb(133 115 114 / 0) !important;
}
.\!bg-neutral-450\/10{
  background-color: rgb(133 115 114 / 0.1) !important;
}
.\!bg-neutral-450\/100{
  background-color: rgb(133 115 114 / 1) !important;
}
.\!bg-neutral-450\/15{
  background-color: rgb(133 115 114 / 0.15) !important;
}
.\!bg-neutral-450\/20{
  background-color: rgb(133 115 114 / 0.2) !important;
}
.\!bg-neutral-450\/25{
  background-color: rgb(133 115 114 / 0.25) !important;
}
.\!bg-neutral-450\/30{
  background-color: rgb(133 115 114 / 0.3) !important;
}
.\!bg-neutral-450\/35{
  background-color: rgb(133 115 114 / 0.35) !important;
}
.\!bg-neutral-450\/40{
  background-color: rgb(133 115 114 / 0.4) !important;
}
.\!bg-neutral-450\/45{
  background-color: rgb(133 115 114 / 0.45) !important;
}
.\!bg-neutral-450\/5{
  background-color: rgb(133 115 114 / 0.05) !important;
}
.\!bg-neutral-450\/50{
  background-color: rgb(133 115 114 / 0.5) !important;
}
.\!bg-neutral-450\/55{
  background-color: rgb(133 115 114 / 0.55) !important;
}
.\!bg-neutral-450\/60{
  background-color: rgb(133 115 114 / 0.6) !important;
}
.\!bg-neutral-450\/65{
  background-color: rgb(133 115 114 / 0.65) !important;
}
.\!bg-neutral-450\/70{
  background-color: rgb(133 115 114 / 0.7) !important;
}
.\!bg-neutral-450\/75{
  background-color: rgb(133 115 114 / 0.75) !important;
}
.\!bg-neutral-450\/80{
  background-color: rgb(133 115 114 / 0.8) !important;
}
.\!bg-neutral-450\/85{
  background-color: rgb(133 115 114 / 0.85) !important;
}
.\!bg-neutral-450\/90{
  background-color: rgb(133 115 114 / 0.9) !important;
}
.\!bg-neutral-450\/95{
  background-color: rgb(133 115 114 / 0.95) !important;
}
.\!bg-neutral-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-50\/0{
  background-color: rgb(255 248 247 / 0) !important;
}
.\!bg-neutral-50\/10{
  background-color: rgb(255 248 247 / 0.1) !important;
}
.\!bg-neutral-50\/100{
  background-color: rgb(255 248 247 / 1) !important;
}
.\!bg-neutral-50\/15{
  background-color: rgb(255 248 247 / 0.15) !important;
}
.\!bg-neutral-50\/20{
  background-color: rgb(255 248 247 / 0.2) !important;
}
.\!bg-neutral-50\/25{
  background-color: rgb(255 248 247 / 0.25) !important;
}
.\!bg-neutral-50\/30{
  background-color: rgb(255 248 247 / 0.3) !important;
}
.\!bg-neutral-50\/35{
  background-color: rgb(255 248 247 / 0.35) !important;
}
.\!bg-neutral-50\/40{
  background-color: rgb(255 248 247 / 0.4) !important;
}
.\!bg-neutral-50\/45{
  background-color: rgb(255 248 247 / 0.45) !important;
}
.\!bg-neutral-50\/5{
  background-color: rgb(255 248 247 / 0.05) !important;
}
.\!bg-neutral-50\/50{
  background-color: rgb(255 248 247 / 0.5) !important;
}
.\!bg-neutral-50\/55{
  background-color: rgb(255 248 247 / 0.55) !important;
}
.\!bg-neutral-50\/60{
  background-color: rgb(255 248 247 / 0.6) !important;
}
.\!bg-neutral-50\/65{
  background-color: rgb(255 248 247 / 0.65) !important;
}
.\!bg-neutral-50\/70{
  background-color: rgb(255 248 247 / 0.7) !important;
}
.\!bg-neutral-50\/75{
  background-color: rgb(255 248 247 / 0.75) !important;
}
.\!bg-neutral-50\/80{
  background-color: rgb(255 248 247 / 0.8) !important;
}
.\!bg-neutral-50\/85{
  background-color: rgb(255 248 247 / 0.85) !important;
}
.\!bg-neutral-50\/90{
  background-color: rgb(255 248 247 / 0.9) !important;
}
.\!bg-neutral-50\/95{
  background-color: rgb(255 248 247 / 0.95) !important;
}
.\!bg-neutral-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 90 89 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-500\/0{
  background-color: rgb(107 90 89 / 0) !important;
}
.\!bg-neutral-500\/10{
  background-color: rgb(107 90 89 / 0.1) !important;
}
.\!bg-neutral-500\/100{
  background-color: rgb(107 90 89 / 1) !important;
}
.\!bg-neutral-500\/15{
  background-color: rgb(107 90 89 / 0.15) !important;
}
.\!bg-neutral-500\/20{
  background-color: rgb(107 90 89 / 0.2) !important;
}
.\!bg-neutral-500\/25{
  background-color: rgb(107 90 89 / 0.25) !important;
}
.\!bg-neutral-500\/30{
  background-color: rgb(107 90 89 / 0.3) !important;
}
.\!bg-neutral-500\/35{
  background-color: rgb(107 90 89 / 0.35) !important;
}
.\!bg-neutral-500\/40{
  background-color: rgb(107 90 89 / 0.4) !important;
}
.\!bg-neutral-500\/45{
  background-color: rgb(107 90 89 / 0.45) !important;
}
.\!bg-neutral-500\/5{
  background-color: rgb(107 90 89 / 0.05) !important;
}
.\!bg-neutral-500\/50{
  background-color: rgb(107 90 89 / 0.5) !important;
}
.\!bg-neutral-500\/55{
  background-color: rgb(107 90 89 / 0.55) !important;
}
.\!bg-neutral-500\/60{
  background-color: rgb(107 90 89 / 0.6) !important;
}
.\!bg-neutral-500\/65{
  background-color: rgb(107 90 89 / 0.65) !important;
}
.\!bg-neutral-500\/70{
  background-color: rgb(107 90 89 / 0.7) !important;
}
.\!bg-neutral-500\/75{
  background-color: rgb(107 90 89 / 0.75) !important;
}
.\!bg-neutral-500\/80{
  background-color: rgb(107 90 89 / 0.8) !important;
}
.\!bg-neutral-500\/85{
  background-color: rgb(107 90 89 / 0.85) !important;
}
.\!bg-neutral-500\/90{
  background-color: rgb(107 90 89 / 0.9) !important;
}
.\!bg-neutral-500\/95{
  background-color: rgb(107 90 89 / 0.95) !important;
}
.\!bg-neutral-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-600\/0{
  background-color: rgb(95 79 77 / 0) !important;
}
.\!bg-neutral-600\/10{
  background-color: rgb(95 79 77 / 0.1) !important;
}
.\!bg-neutral-600\/100{
  background-color: rgb(95 79 77 / 1) !important;
}
.\!bg-neutral-600\/15{
  background-color: rgb(95 79 77 / 0.15) !important;
}
.\!bg-neutral-600\/20{
  background-color: rgb(95 79 77 / 0.2) !important;
}
.\!bg-neutral-600\/25{
  background-color: rgb(95 79 77 / 0.25) !important;
}
.\!bg-neutral-600\/30{
  background-color: rgb(95 79 77 / 0.3) !important;
}
.\!bg-neutral-600\/35{
  background-color: rgb(95 79 77 / 0.35) !important;
}
.\!bg-neutral-600\/40{
  background-color: rgb(95 79 77 / 0.4) !important;
}
.\!bg-neutral-600\/45{
  background-color: rgb(95 79 77 / 0.45) !important;
}
.\!bg-neutral-600\/5{
  background-color: rgb(95 79 77 / 0.05) !important;
}
.\!bg-neutral-600\/50{
  background-color: rgb(95 79 77 / 0.5) !important;
}
.\!bg-neutral-600\/55{
  background-color: rgb(95 79 77 / 0.55) !important;
}
.\!bg-neutral-600\/60{
  background-color: rgb(95 79 77 / 0.6) !important;
}
.\!bg-neutral-600\/65{
  background-color: rgb(95 79 77 / 0.65) !important;
}
.\!bg-neutral-600\/70{
  background-color: rgb(95 79 77 / 0.7) !important;
}
.\!bg-neutral-600\/75{
  background-color: rgb(95 79 77 / 0.75) !important;
}
.\!bg-neutral-600\/80{
  background-color: rgb(95 79 77 / 0.8) !important;
}
.\!bg-neutral-600\/85{
  background-color: rgb(95 79 77 / 0.85) !important;
}
.\!bg-neutral-600\/90{
  background-color: rgb(95 79 77 / 0.9) !important;
}
.\!bg-neutral-600\/95{
  background-color: rgb(95 79 77 / 0.95) !important;
}
.\!bg-neutral-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 67 66 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-650\/0{
  background-color: rgb(83 67 66 / 0) !important;
}
.\!bg-neutral-650\/10{
  background-color: rgb(83 67 66 / 0.1) !important;
}
.\!bg-neutral-650\/100{
  background-color: rgb(83 67 66 / 1) !important;
}
.\!bg-neutral-650\/15{
  background-color: rgb(83 67 66 / 0.15) !important;
}
.\!bg-neutral-650\/20{
  background-color: rgb(83 67 66 / 0.2) !important;
}
.\!bg-neutral-650\/25{
  background-color: rgb(83 67 66 / 0.25) !important;
}
.\!bg-neutral-650\/30{
  background-color: rgb(83 67 66 / 0.3) !important;
}
.\!bg-neutral-650\/35{
  background-color: rgb(83 67 66 / 0.35) !important;
}
.\!bg-neutral-650\/40{
  background-color: rgb(83 67 66 / 0.4) !important;
}
.\!bg-neutral-650\/45{
  background-color: rgb(83 67 66 / 0.45) !important;
}
.\!bg-neutral-650\/5{
  background-color: rgb(83 67 66 / 0.05) !important;
}
.\!bg-neutral-650\/50{
  background-color: rgb(83 67 66 / 0.5) !important;
}
.\!bg-neutral-650\/55{
  background-color: rgb(83 67 66 / 0.55) !important;
}
.\!bg-neutral-650\/60{
  background-color: rgb(83 67 66 / 0.6) !important;
}
.\!bg-neutral-650\/65{
  background-color: rgb(83 67 66 / 0.65) !important;
}
.\!bg-neutral-650\/70{
  background-color: rgb(83 67 66 / 0.7) !important;
}
.\!bg-neutral-650\/75{
  background-color: rgb(83 67 66 / 0.75) !important;
}
.\!bg-neutral-650\/80{
  background-color: rgb(83 67 66 / 0.8) !important;
}
.\!bg-neutral-650\/85{
  background-color: rgb(83 67 66 / 0.85) !important;
}
.\!bg-neutral-650\/90{
  background-color: rgb(83 67 66 / 0.9) !important;
}
.\!bg-neutral-650\/95{
  background-color: rgb(83 67 66 / 0.95) !important;
}
.\!bg-neutral-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 56 55 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-700\/0{
  background-color: rgb(71 56 55 / 0) !important;
}
.\!bg-neutral-700\/10{
  background-color: rgb(71 56 55 / 0.1) !important;
}
.\!bg-neutral-700\/100{
  background-color: rgb(71 56 55 / 1) !important;
}
.\!bg-neutral-700\/15{
  background-color: rgb(71 56 55 / 0.15) !important;
}
.\!bg-neutral-700\/20{
  background-color: rgb(71 56 55 / 0.2) !important;
}
.\!bg-neutral-700\/25{
  background-color: rgb(71 56 55 / 0.25) !important;
}
.\!bg-neutral-700\/30{
  background-color: rgb(71 56 55 / 0.3) !important;
}
.\!bg-neutral-700\/35{
  background-color: rgb(71 56 55 / 0.35) !important;
}
.\!bg-neutral-700\/40{
  background-color: rgb(71 56 55 / 0.4) !important;
}
.\!bg-neutral-700\/45{
  background-color: rgb(71 56 55 / 0.45) !important;
}
.\!bg-neutral-700\/5{
  background-color: rgb(71 56 55 / 0.05) !important;
}
.\!bg-neutral-700\/50{
  background-color: rgb(71 56 55 / 0.5) !important;
}
.\!bg-neutral-700\/55{
  background-color: rgb(71 56 55 / 0.55) !important;
}
.\!bg-neutral-700\/60{
  background-color: rgb(71 56 55 / 0.6) !important;
}
.\!bg-neutral-700\/65{
  background-color: rgb(71 56 55 / 0.65) !important;
}
.\!bg-neutral-700\/70{
  background-color: rgb(71 56 55 / 0.7) !important;
}
.\!bg-neutral-700\/75{
  background-color: rgb(71 56 55 / 0.75) !important;
}
.\!bg-neutral-700\/80{
  background-color: rgb(71 56 55 / 0.8) !important;
}
.\!bg-neutral-700\/85{
  background-color: rgb(71 56 55 / 0.85) !important;
}
.\!bg-neutral-700\/90{
  background-color: rgb(71 56 55 / 0.9) !important;
}
.\!bg-neutral-700\/95{
  background-color: rgb(71 56 55 / 0.95) !important;
}
.\!bg-neutral-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 45 44 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-750\/0{
  background-color: rgb(59 45 44 / 0) !important;
}
.\!bg-neutral-750\/10{
  background-color: rgb(59 45 44 / 0.1) !important;
}
.\!bg-neutral-750\/100{
  background-color: rgb(59 45 44 / 1) !important;
}
.\!bg-neutral-750\/15{
  background-color: rgb(59 45 44 / 0.15) !important;
}
.\!bg-neutral-750\/20{
  background-color: rgb(59 45 44 / 0.2) !important;
}
.\!bg-neutral-750\/25{
  background-color: rgb(59 45 44 / 0.25) !important;
}
.\!bg-neutral-750\/30{
  background-color: rgb(59 45 44 / 0.3) !important;
}
.\!bg-neutral-750\/35{
  background-color: rgb(59 45 44 / 0.35) !important;
}
.\!bg-neutral-750\/40{
  background-color: rgb(59 45 44 / 0.4) !important;
}
.\!bg-neutral-750\/45{
  background-color: rgb(59 45 44 / 0.45) !important;
}
.\!bg-neutral-750\/5{
  background-color: rgb(59 45 44 / 0.05) !important;
}
.\!bg-neutral-750\/50{
  background-color: rgb(59 45 44 / 0.5) !important;
}
.\!bg-neutral-750\/55{
  background-color: rgb(59 45 44 / 0.55) !important;
}
.\!bg-neutral-750\/60{
  background-color: rgb(59 45 44 / 0.6) !important;
}
.\!bg-neutral-750\/65{
  background-color: rgb(59 45 44 / 0.65) !important;
}
.\!bg-neutral-750\/70{
  background-color: rgb(59 45 44 / 0.7) !important;
}
.\!bg-neutral-750\/75{
  background-color: rgb(59 45 44 / 0.75) !important;
}
.\!bg-neutral-750\/80{
  background-color: rgb(59 45 44 / 0.8) !important;
}
.\!bg-neutral-750\/85{
  background-color: rgb(59 45 44 / 0.85) !important;
}
.\!bg-neutral-750\/90{
  background-color: rgb(59 45 44 / 0.9) !important;
}
.\!bg-neutral-750\/95{
  background-color: rgb(59 45 44 / 0.95) !important;
}
.\!bg-neutral-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 25 24 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-800\/0{
  background-color: rgb(37 25 24 / 0) !important;
}
.\!bg-neutral-800\/10{
  background-color: rgb(37 25 24 / 0.1) !important;
}
.\!bg-neutral-800\/100{
  background-color: rgb(37 25 24 / 1) !important;
}
.\!bg-neutral-800\/15{
  background-color: rgb(37 25 24 / 0.15) !important;
}
.\!bg-neutral-800\/20{
  background-color: rgb(37 25 24 / 0.2) !important;
}
.\!bg-neutral-800\/25{
  background-color: rgb(37 25 24 / 0.25) !important;
}
.\!bg-neutral-800\/30{
  background-color: rgb(37 25 24 / 0.3) !important;
}
.\!bg-neutral-800\/35{
  background-color: rgb(37 25 24 / 0.35) !important;
}
.\!bg-neutral-800\/40{
  background-color: rgb(37 25 24 / 0.4) !important;
}
.\!bg-neutral-800\/45{
  background-color: rgb(37 25 24 / 0.45) !important;
}
.\!bg-neutral-800\/5{
  background-color: rgb(37 25 24 / 0.05) !important;
}
.\!bg-neutral-800\/50{
  background-color: rgb(37 25 24 / 0.5) !important;
}
.\!bg-neutral-800\/55{
  background-color: rgb(37 25 24 / 0.55) !important;
}
.\!bg-neutral-800\/60{
  background-color: rgb(37 25 24 / 0.6) !important;
}
.\!bg-neutral-800\/65{
  background-color: rgb(37 25 24 / 0.65) !important;
}
.\!bg-neutral-800\/70{
  background-color: rgb(37 25 24 / 0.7) !important;
}
.\!bg-neutral-800\/75{
  background-color: rgb(37 25 24 / 0.75) !important;
}
.\!bg-neutral-800\/80{
  background-color: rgb(37 25 24 / 0.8) !important;
}
.\!bg-neutral-800\/85{
  background-color: rgb(37 25 24 / 0.85) !important;
}
.\!bg-neutral-800\/90{
  background-color: rgb(37 25 24 / 0.9) !important;
}
.\!bg-neutral-800\/95{
  background-color: rgb(37 25 24 / 0.95) !important;
}
.\!bg-neutral-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-900\/0{
  background-color: rgb(0 0 0 / 0) !important;
}
.\!bg-neutral-900\/10{
  background-color: rgb(0 0 0 / 0.1) !important;
}
.\!bg-neutral-900\/100{
  background-color: rgb(0 0 0 / 1) !important;
}
.\!bg-neutral-900\/15{
  background-color: rgb(0 0 0 / 0.15) !important;
}
.\!bg-neutral-900\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}
.\!bg-neutral-900\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}
.\!bg-neutral-900\/30{
  background-color: rgb(0 0 0 / 0.3) !important;
}
.\!bg-neutral-900\/35{
  background-color: rgb(0 0 0 / 0.35) !important;
}
.\!bg-neutral-900\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}
.\!bg-neutral-900\/45{
  background-color: rgb(0 0 0 / 0.45) !important;
}
.\!bg-neutral-900\/5{
  background-color: rgb(0 0 0 / 0.05) !important;
}
.\!bg-neutral-900\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.\!bg-neutral-900\/55{
  background-color: rgb(0 0 0 / 0.55) !important;
}
.\!bg-neutral-900\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}
.\!bg-neutral-900\/65{
  background-color: rgb(0 0 0 / 0.65) !important;
}
.\!bg-neutral-900\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.\!bg-neutral-900\/75{
  background-color: rgb(0 0 0 / 0.75) !important;
}
.\!bg-neutral-900\/80{
  background-color: rgb(0 0 0 / 0.8) !important;
}
.\!bg-neutral-900\/85{
  background-color: rgb(0 0 0 / 0.85) !important;
}
.\!bg-neutral-900\/90{
  background-color: rgb(0 0 0 / 0.9) !important;
}
.\!bg-neutral-900\/95{
  background-color: rgb(0 0 0 / 0.95) !important;
}
.\!bg-neutral-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-950\/0{
  background-color: rgb(10 10 10 / 0) !important;
}
.\!bg-neutral-950\/10{
  background-color: rgb(10 10 10 / 0.1) !important;
}
.\!bg-neutral-950\/100{
  background-color: rgb(10 10 10 / 1) !important;
}
.\!bg-neutral-950\/15{
  background-color: rgb(10 10 10 / 0.15) !important;
}
.\!bg-neutral-950\/20{
  background-color: rgb(10 10 10 / 0.2) !important;
}
.\!bg-neutral-950\/25{
  background-color: rgb(10 10 10 / 0.25) !important;
}
.\!bg-neutral-950\/30{
  background-color: rgb(10 10 10 / 0.3) !important;
}
.\!bg-neutral-950\/35{
  background-color: rgb(10 10 10 / 0.35) !important;
}
.\!bg-neutral-950\/40{
  background-color: rgb(10 10 10 / 0.4) !important;
}
.\!bg-neutral-950\/45{
  background-color: rgb(10 10 10 / 0.45) !important;
}
.\!bg-neutral-950\/5{
  background-color: rgb(10 10 10 / 0.05) !important;
}
.\!bg-neutral-950\/50{
  background-color: rgb(10 10 10 / 0.5) !important;
}
.\!bg-neutral-950\/55{
  background-color: rgb(10 10 10 / 0.55) !important;
}
.\!bg-neutral-950\/60{
  background-color: rgb(10 10 10 / 0.6) !important;
}
.\!bg-neutral-950\/65{
  background-color: rgb(10 10 10 / 0.65) !important;
}
.\!bg-neutral-950\/70{
  background-color: rgb(10 10 10 / 0.7) !important;
}
.\!bg-neutral-950\/75{
  background-color: rgb(10 10 10 / 0.75) !important;
}
.\!bg-neutral-950\/80{
  background-color: rgb(10 10 10 / 0.8) !important;
}
.\!bg-neutral-950\/85{
  background-color: rgb(10 10 10 / 0.85) !important;
}
.\!bg-neutral-950\/90{
  background-color: rgb(10 10 10 / 0.9) !important;
}
.\!bg-neutral-950\/95{
  background-color: rgb(10 10 10 / 0.95) !important;
}
.\!bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0) !important;
}
.\!bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1) !important;
}
.\!bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1) !important;
}
.\!bg-orange-100\/15{
  background-color: rgb(255 237 213 / 0.15) !important;
}
.\!bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2) !important;
}
.\!bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25) !important;
}
.\!bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3) !important;
}
.\!bg-orange-100\/35{
  background-color: rgb(255 237 213 / 0.35) !important;
}
.\!bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4) !important;
}
.\!bg-orange-100\/45{
  background-color: rgb(255 237 213 / 0.45) !important;
}
.\!bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05) !important;
}
.\!bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5) !important;
}
.\!bg-orange-100\/55{
  background-color: rgb(255 237 213 / 0.55) !important;
}
.\!bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6) !important;
}
.\!bg-orange-100\/65{
  background-color: rgb(255 237 213 / 0.65) !important;
}
.\!bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7) !important;
}
.\!bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75) !important;
}
.\!bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8) !important;
}
.\!bg-orange-100\/85{
  background-color: rgb(255 237 213 / 0.85) !important;
}
.\!bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9) !important;
}
.\!bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95) !important;
}
.\!bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0) !important;
}
.\!bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1) !important;
}
.\!bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1) !important;
}
.\!bg-orange-200\/15{
  background-color: rgb(254 215 170 / 0.15) !important;
}
.\!bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2) !important;
}
.\!bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25) !important;
}
.\!bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3) !important;
}
.\!bg-orange-200\/35{
  background-color: rgb(254 215 170 / 0.35) !important;
}
.\!bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4) !important;
}
.\!bg-orange-200\/45{
  background-color: rgb(254 215 170 / 0.45) !important;
}
.\!bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05) !important;
}
.\!bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5) !important;
}
.\!bg-orange-200\/55{
  background-color: rgb(254 215 170 / 0.55) !important;
}
.\!bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6) !important;
}
.\!bg-orange-200\/65{
  background-color: rgb(254 215 170 / 0.65) !important;
}
.\!bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7) !important;
}
.\!bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75) !important;
}
.\!bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8) !important;
}
.\!bg-orange-200\/85{
  background-color: rgb(254 215 170 / 0.85) !important;
}
.\!bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9) !important;
}
.\!bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95) !important;
}
.\!bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0) !important;
}
.\!bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1) !important;
}
.\!bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1) !important;
}
.\!bg-orange-300\/15{
  background-color: rgb(253 186 116 / 0.15) !important;
}
.\!bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2) !important;
}
.\!bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25) !important;
}
.\!bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3) !important;
}
.\!bg-orange-300\/35{
  background-color: rgb(253 186 116 / 0.35) !important;
}
.\!bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4) !important;
}
.\!bg-orange-300\/45{
  background-color: rgb(253 186 116 / 0.45) !important;
}
.\!bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05) !important;
}
.\!bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5) !important;
}
.\!bg-orange-300\/55{
  background-color: rgb(253 186 116 / 0.55) !important;
}
.\!bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6) !important;
}
.\!bg-orange-300\/65{
  background-color: rgb(253 186 116 / 0.65) !important;
}
.\!bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7) !important;
}
.\!bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75) !important;
}
.\!bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8) !important;
}
.\!bg-orange-300\/85{
  background-color: rgb(253 186 116 / 0.85) !important;
}
.\!bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9) !important;
}
.\!bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95) !important;
}
.\!bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0) !important;
}
.\!bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1) !important;
}
.\!bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1) !important;
}
.\!bg-orange-400\/15{
  background-color: rgb(251 146 60 / 0.15) !important;
}
.\!bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2) !important;
}
.\!bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25) !important;
}
.\!bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3) !important;
}
.\!bg-orange-400\/35{
  background-color: rgb(251 146 60 / 0.35) !important;
}
.\!bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4) !important;
}
.\!bg-orange-400\/45{
  background-color: rgb(251 146 60 / 0.45) !important;
}
.\!bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05) !important;
}
.\!bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5) !important;
}
.\!bg-orange-400\/55{
  background-color: rgb(251 146 60 / 0.55) !important;
}
.\!bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6) !important;
}
.\!bg-orange-400\/65{
  background-color: rgb(251 146 60 / 0.65) !important;
}
.\!bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7) !important;
}
.\!bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75) !important;
}
.\!bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8) !important;
}
.\!bg-orange-400\/85{
  background-color: rgb(251 146 60 / 0.85) !important;
}
.\!bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9) !important;
}
.\!bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95) !important;
}
.\!bg-orange-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0) !important;
}
.\!bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1) !important;
}
.\!bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1) !important;
}
.\!bg-orange-50\/15{
  background-color: rgb(255 247 237 / 0.15) !important;
}
.\!bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2) !important;
}
.\!bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25) !important;
}
.\!bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3) !important;
}
.\!bg-orange-50\/35{
  background-color: rgb(255 247 237 / 0.35) !important;
}
.\!bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4) !important;
}
.\!bg-orange-50\/45{
  background-color: rgb(255 247 237 / 0.45) !important;
}
.\!bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05) !important;
}
.\!bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5) !important;
}
.\!bg-orange-50\/55{
  background-color: rgb(255 247 237 / 0.55) !important;
}
.\!bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6) !important;
}
.\!bg-orange-50\/65{
  background-color: rgb(255 247 237 / 0.65) !important;
}
.\!bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7) !important;
}
.\!bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75) !important;
}
.\!bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8) !important;
}
.\!bg-orange-50\/85{
  background-color: rgb(255 247 237 / 0.85) !important;
}
.\!bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9) !important;
}
.\!bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95) !important;
}
.\!bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0) !important;
}
.\!bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1) !important;
}
.\!bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1) !important;
}
.\!bg-orange-500\/15{
  background-color: rgb(249 115 22 / 0.15) !important;
}
.\!bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2) !important;
}
.\!bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25) !important;
}
.\!bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3) !important;
}
.\!bg-orange-500\/35{
  background-color: rgb(249 115 22 / 0.35) !important;
}
.\!bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4) !important;
}
.\!bg-orange-500\/45{
  background-color: rgb(249 115 22 / 0.45) !important;
}
.\!bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05) !important;
}
.\!bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5) !important;
}
.\!bg-orange-500\/55{
  background-color: rgb(249 115 22 / 0.55) !important;
}
.\!bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6) !important;
}
.\!bg-orange-500\/65{
  background-color: rgb(249 115 22 / 0.65) !important;
}
.\!bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7) !important;
}
.\!bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75) !important;
}
.\!bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8) !important;
}
.\!bg-orange-500\/85{
  background-color: rgb(249 115 22 / 0.85) !important;
}
.\!bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9) !important;
}
.\!bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95) !important;
}
.\!bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0) !important;
}
.\!bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1) !important;
}
.\!bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1) !important;
}
.\!bg-orange-600\/15{
  background-color: rgb(234 88 12 / 0.15) !important;
}
.\!bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2) !important;
}
.\!bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25) !important;
}
.\!bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3) !important;
}
.\!bg-orange-600\/35{
  background-color: rgb(234 88 12 / 0.35) !important;
}
.\!bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4) !important;
}
.\!bg-orange-600\/45{
  background-color: rgb(234 88 12 / 0.45) !important;
}
.\!bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05) !important;
}
.\!bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5) !important;
}
.\!bg-orange-600\/55{
  background-color: rgb(234 88 12 / 0.55) !important;
}
.\!bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6) !important;
}
.\!bg-orange-600\/65{
  background-color: rgb(234 88 12 / 0.65) !important;
}
.\!bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7) !important;
}
.\!bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75) !important;
}
.\!bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8) !important;
}
.\!bg-orange-600\/85{
  background-color: rgb(234 88 12 / 0.85) !important;
}
.\!bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9) !important;
}
.\!bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95) !important;
}
.\!bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0) !important;
}
.\!bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1) !important;
}
.\!bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1) !important;
}
.\!bg-orange-700\/15{
  background-color: rgb(194 65 12 / 0.15) !important;
}
.\!bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2) !important;
}
.\!bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25) !important;
}
.\!bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3) !important;
}
.\!bg-orange-700\/35{
  background-color: rgb(194 65 12 / 0.35) !important;
}
.\!bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4) !important;
}
.\!bg-orange-700\/45{
  background-color: rgb(194 65 12 / 0.45) !important;
}
.\!bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05) !important;
}
.\!bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5) !important;
}
.\!bg-orange-700\/55{
  background-color: rgb(194 65 12 / 0.55) !important;
}
.\!bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6) !important;
}
.\!bg-orange-700\/65{
  background-color: rgb(194 65 12 / 0.65) !important;
}
.\!bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7) !important;
}
.\!bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75) !important;
}
.\!bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8) !important;
}
.\!bg-orange-700\/85{
  background-color: rgb(194 65 12 / 0.85) !important;
}
.\!bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9) !important;
}
.\!bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95) !important;
}
.\!bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0) !important;
}
.\!bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1) !important;
}
.\!bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1) !important;
}
.\!bg-orange-800\/15{
  background-color: rgb(154 52 18 / 0.15) !important;
}
.\!bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2) !important;
}
.\!bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25) !important;
}
.\!bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3) !important;
}
.\!bg-orange-800\/35{
  background-color: rgb(154 52 18 / 0.35) !important;
}
.\!bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4) !important;
}
.\!bg-orange-800\/45{
  background-color: rgb(154 52 18 / 0.45) !important;
}
.\!bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05) !important;
}
.\!bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5) !important;
}
.\!bg-orange-800\/55{
  background-color: rgb(154 52 18 / 0.55) !important;
}
.\!bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6) !important;
}
.\!bg-orange-800\/65{
  background-color: rgb(154 52 18 / 0.65) !important;
}
.\!bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7) !important;
}
.\!bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75) !important;
}
.\!bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8) !important;
}
.\!bg-orange-800\/85{
  background-color: rgb(154 52 18 / 0.85) !important;
}
.\!bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9) !important;
}
.\!bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95) !important;
}
.\!bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0) !important;
}
.\!bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1) !important;
}
.\!bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1) !important;
}
.\!bg-orange-900\/15{
  background-color: rgb(124 45 18 / 0.15) !important;
}
.\!bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2) !important;
}
.\!bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25) !important;
}
.\!bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3) !important;
}
.\!bg-orange-900\/35{
  background-color: rgb(124 45 18 / 0.35) !important;
}
.\!bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4) !important;
}
.\!bg-orange-900\/45{
  background-color: rgb(124 45 18 / 0.45) !important;
}
.\!bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05) !important;
}
.\!bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5) !important;
}
.\!bg-orange-900\/55{
  background-color: rgb(124 45 18 / 0.55) !important;
}
.\!bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6) !important;
}
.\!bg-orange-900\/65{
  background-color: rgb(124 45 18 / 0.65) !important;
}
.\!bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7) !important;
}
.\!bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75) !important;
}
.\!bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8) !important;
}
.\!bg-orange-900\/85{
  background-color: rgb(124 45 18 / 0.85) !important;
}
.\!bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9) !important;
}
.\!bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95) !important;
}
.\!bg-orange-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity)) !important;
}
.\!bg-orange-950\/0{
  background-color: rgb(67 20 7 / 0) !important;
}
.\!bg-orange-950\/10{
  background-color: rgb(67 20 7 / 0.1) !important;
}
.\!bg-orange-950\/100{
  background-color: rgb(67 20 7 / 1) !important;
}
.\!bg-orange-950\/15{
  background-color: rgb(67 20 7 / 0.15) !important;
}
.\!bg-orange-950\/20{
  background-color: rgb(67 20 7 / 0.2) !important;
}
.\!bg-orange-950\/25{
  background-color: rgb(67 20 7 / 0.25) !important;
}
.\!bg-orange-950\/30{
  background-color: rgb(67 20 7 / 0.3) !important;
}
.\!bg-orange-950\/35{
  background-color: rgb(67 20 7 / 0.35) !important;
}
.\!bg-orange-950\/40{
  background-color: rgb(67 20 7 / 0.4) !important;
}
.\!bg-orange-950\/45{
  background-color: rgb(67 20 7 / 0.45) !important;
}
.\!bg-orange-950\/5{
  background-color: rgb(67 20 7 / 0.05) !important;
}
.\!bg-orange-950\/50{
  background-color: rgb(67 20 7 / 0.5) !important;
}
.\!bg-orange-950\/55{
  background-color: rgb(67 20 7 / 0.55) !important;
}
.\!bg-orange-950\/60{
  background-color: rgb(67 20 7 / 0.6) !important;
}
.\!bg-orange-950\/65{
  background-color: rgb(67 20 7 / 0.65) !important;
}
.\!bg-orange-950\/70{
  background-color: rgb(67 20 7 / 0.7) !important;
}
.\!bg-orange-950\/75{
  background-color: rgb(67 20 7 / 0.75) !important;
}
.\!bg-orange-950\/80{
  background-color: rgb(67 20 7 / 0.8) !important;
}
.\!bg-orange-950\/85{
  background-color: rgb(67 20 7 / 0.85) !important;
}
.\!bg-orange-950\/90{
  background-color: rgb(67 20 7 / 0.9) !important;
}
.\!bg-orange-950\/95{
  background-color: rgb(67 20 7 / 0.95) !important;
}
.\!bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-100\/0{
  background-color: rgb(253 242 248 / 0) !important;
}
.\!bg-pink-100\/10{
  background-color: rgb(253 242 248 / 0.1) !important;
}
.\!bg-pink-100\/100{
  background-color: rgb(253 242 248 / 1) !important;
}
.\!bg-pink-100\/15{
  background-color: rgb(253 242 248 / 0.15) !important;
}
.\!bg-pink-100\/20{
  background-color: rgb(253 242 248 / 0.2) !important;
}
.\!bg-pink-100\/25{
  background-color: rgb(253 242 248 / 0.25) !important;
}
.\!bg-pink-100\/30{
  background-color: rgb(253 242 248 / 0.3) !important;
}
.\!bg-pink-100\/35{
  background-color: rgb(253 242 248 / 0.35) !important;
}
.\!bg-pink-100\/40{
  background-color: rgb(253 242 248 / 0.4) !important;
}
.\!bg-pink-100\/45{
  background-color: rgb(253 242 248 / 0.45) !important;
}
.\!bg-pink-100\/5{
  background-color: rgb(253 242 248 / 0.05) !important;
}
.\!bg-pink-100\/50{
  background-color: rgb(253 242 248 / 0.5) !important;
}
.\!bg-pink-100\/55{
  background-color: rgb(253 242 248 / 0.55) !important;
}
.\!bg-pink-100\/60{
  background-color: rgb(253 242 248 / 0.6) !important;
}
.\!bg-pink-100\/65{
  background-color: rgb(253 242 248 / 0.65) !important;
}
.\!bg-pink-100\/70{
  background-color: rgb(253 242 248 / 0.7) !important;
}
.\!bg-pink-100\/75{
  background-color: rgb(253 242 248 / 0.75) !important;
}
.\!bg-pink-100\/80{
  background-color: rgb(253 242 248 / 0.8) !important;
}
.\!bg-pink-100\/85{
  background-color: rgb(253 242 248 / 0.85) !important;
}
.\!bg-pink-100\/90{
  background-color: rgb(253 242 248 / 0.9) !important;
}
.\!bg-pink-100\/95{
  background-color: rgb(253 242 248 / 0.95) !important;
}
.\!bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-200\/0{
  background-color: rgb(252 231 243 / 0) !important;
}
.\!bg-pink-200\/10{
  background-color: rgb(252 231 243 / 0.1) !important;
}
.\!bg-pink-200\/100{
  background-color: rgb(252 231 243 / 1) !important;
}
.\!bg-pink-200\/15{
  background-color: rgb(252 231 243 / 0.15) !important;
}
.\!bg-pink-200\/20{
  background-color: rgb(252 231 243 / 0.2) !important;
}
.\!bg-pink-200\/25{
  background-color: rgb(252 231 243 / 0.25) !important;
}
.\!bg-pink-200\/30{
  background-color: rgb(252 231 243 / 0.3) !important;
}
.\!bg-pink-200\/35{
  background-color: rgb(252 231 243 / 0.35) !important;
}
.\!bg-pink-200\/40{
  background-color: rgb(252 231 243 / 0.4) !important;
}
.\!bg-pink-200\/45{
  background-color: rgb(252 231 243 / 0.45) !important;
}
.\!bg-pink-200\/5{
  background-color: rgb(252 231 243 / 0.05) !important;
}
.\!bg-pink-200\/50{
  background-color: rgb(252 231 243 / 0.5) !important;
}
.\!bg-pink-200\/55{
  background-color: rgb(252 231 243 / 0.55) !important;
}
.\!bg-pink-200\/60{
  background-color: rgb(252 231 243 / 0.6) !important;
}
.\!bg-pink-200\/65{
  background-color: rgb(252 231 243 / 0.65) !important;
}
.\!bg-pink-200\/70{
  background-color: rgb(252 231 243 / 0.7) !important;
}
.\!bg-pink-200\/75{
  background-color: rgb(252 231 243 / 0.75) !important;
}
.\!bg-pink-200\/80{
  background-color: rgb(252 231 243 / 0.8) !important;
}
.\!bg-pink-200\/85{
  background-color: rgb(252 231 243 / 0.85) !important;
}
.\!bg-pink-200\/90{
  background-color: rgb(252 231 243 / 0.9) !important;
}
.\!bg-pink-200\/95{
  background-color: rgb(252 231 243 / 0.95) !important;
}
.\!bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-300\/0{
  background-color: rgb(251 207 232 / 0) !important;
}
.\!bg-pink-300\/10{
  background-color: rgb(251 207 232 / 0.1) !important;
}
.\!bg-pink-300\/100{
  background-color: rgb(251 207 232 / 1) !important;
}
.\!bg-pink-300\/15{
  background-color: rgb(251 207 232 / 0.15) !important;
}
.\!bg-pink-300\/20{
  background-color: rgb(251 207 232 / 0.2) !important;
}
.\!bg-pink-300\/25{
  background-color: rgb(251 207 232 / 0.25) !important;
}
.\!bg-pink-300\/30{
  background-color: rgb(251 207 232 / 0.3) !important;
}
.\!bg-pink-300\/35{
  background-color: rgb(251 207 232 / 0.35) !important;
}
.\!bg-pink-300\/40{
  background-color: rgb(251 207 232 / 0.4) !important;
}
.\!bg-pink-300\/45{
  background-color: rgb(251 207 232 / 0.45) !important;
}
.\!bg-pink-300\/5{
  background-color: rgb(251 207 232 / 0.05) !important;
}
.\!bg-pink-300\/50{
  background-color: rgb(251 207 232 / 0.5) !important;
}
.\!bg-pink-300\/55{
  background-color: rgb(251 207 232 / 0.55) !important;
}
.\!bg-pink-300\/60{
  background-color: rgb(251 207 232 / 0.6) !important;
}
.\!bg-pink-300\/65{
  background-color: rgb(251 207 232 / 0.65) !important;
}
.\!bg-pink-300\/70{
  background-color: rgb(251 207 232 / 0.7) !important;
}
.\!bg-pink-300\/75{
  background-color: rgb(251 207 232 / 0.75) !important;
}
.\!bg-pink-300\/80{
  background-color: rgb(251 207 232 / 0.8) !important;
}
.\!bg-pink-300\/85{
  background-color: rgb(251 207 232 / 0.85) !important;
}
.\!bg-pink-300\/90{
  background-color: rgb(251 207 232 / 0.9) !important;
}
.\!bg-pink-300\/95{
  background-color: rgb(251 207 232 / 0.95) !important;
}
.\!bg-pink-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-350\/0{
  background-color: rgb(249 168 212 / 0) !important;
}
.\!bg-pink-350\/10{
  background-color: rgb(249 168 212 / 0.1) !important;
}
.\!bg-pink-350\/100{
  background-color: rgb(249 168 212 / 1) !important;
}
.\!bg-pink-350\/15{
  background-color: rgb(249 168 212 / 0.15) !important;
}
.\!bg-pink-350\/20{
  background-color: rgb(249 168 212 / 0.2) !important;
}
.\!bg-pink-350\/25{
  background-color: rgb(249 168 212 / 0.25) !important;
}
.\!bg-pink-350\/30{
  background-color: rgb(249 168 212 / 0.3) !important;
}
.\!bg-pink-350\/35{
  background-color: rgb(249 168 212 / 0.35) !important;
}
.\!bg-pink-350\/40{
  background-color: rgb(249 168 212 / 0.4) !important;
}
.\!bg-pink-350\/45{
  background-color: rgb(249 168 212 / 0.45) !important;
}
.\!bg-pink-350\/5{
  background-color: rgb(249 168 212 / 0.05) !important;
}
.\!bg-pink-350\/50{
  background-color: rgb(249 168 212 / 0.5) !important;
}
.\!bg-pink-350\/55{
  background-color: rgb(249 168 212 / 0.55) !important;
}
.\!bg-pink-350\/60{
  background-color: rgb(249 168 212 / 0.6) !important;
}
.\!bg-pink-350\/65{
  background-color: rgb(249 168 212 / 0.65) !important;
}
.\!bg-pink-350\/70{
  background-color: rgb(249 168 212 / 0.7) !important;
}
.\!bg-pink-350\/75{
  background-color: rgb(249 168 212 / 0.75) !important;
}
.\!bg-pink-350\/80{
  background-color: rgb(249 168 212 / 0.8) !important;
}
.\!bg-pink-350\/85{
  background-color: rgb(249 168 212 / 0.85) !important;
}
.\!bg-pink-350\/90{
  background-color: rgb(249 168 212 / 0.9) !important;
}
.\!bg-pink-350\/95{
  background-color: rgb(249 168 212 / 0.95) !important;
}
.\!bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-400\/0{
  background-color: rgb(244 114 182 / 0) !important;
}
.\!bg-pink-400\/10{
  background-color: rgb(244 114 182 / 0.1) !important;
}
.\!bg-pink-400\/100{
  background-color: rgb(244 114 182 / 1) !important;
}
.\!bg-pink-400\/15{
  background-color: rgb(244 114 182 / 0.15) !important;
}
.\!bg-pink-400\/20{
  background-color: rgb(244 114 182 / 0.2) !important;
}
.\!bg-pink-400\/25{
  background-color: rgb(244 114 182 / 0.25) !important;
}
.\!bg-pink-400\/30{
  background-color: rgb(244 114 182 / 0.3) !important;
}
.\!bg-pink-400\/35{
  background-color: rgb(244 114 182 / 0.35) !important;
}
.\!bg-pink-400\/40{
  background-color: rgb(244 114 182 / 0.4) !important;
}
.\!bg-pink-400\/45{
  background-color: rgb(244 114 182 / 0.45) !important;
}
.\!bg-pink-400\/5{
  background-color: rgb(244 114 182 / 0.05) !important;
}
.\!bg-pink-400\/50{
  background-color: rgb(244 114 182 / 0.5) !important;
}
.\!bg-pink-400\/55{
  background-color: rgb(244 114 182 / 0.55) !important;
}
.\!bg-pink-400\/60{
  background-color: rgb(244 114 182 / 0.6) !important;
}
.\!bg-pink-400\/65{
  background-color: rgb(244 114 182 / 0.65) !important;
}
.\!bg-pink-400\/70{
  background-color: rgb(244 114 182 / 0.7) !important;
}
.\!bg-pink-400\/75{
  background-color: rgb(244 114 182 / 0.75) !important;
}
.\!bg-pink-400\/80{
  background-color: rgb(244 114 182 / 0.8) !important;
}
.\!bg-pink-400\/85{
  background-color: rgb(244 114 182 / 0.85) !important;
}
.\!bg-pink-400\/90{
  background-color: rgb(244 114 182 / 0.9) !important;
}
.\!bg-pink-400\/95{
  background-color: rgb(244 114 182 / 0.95) !important;
}
.\!bg-pink-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-450\/0{
  background-color: rgb(236 72 153 / 0) !important;
}
.\!bg-pink-450\/10{
  background-color: rgb(236 72 153 / 0.1) !important;
}
.\!bg-pink-450\/100{
  background-color: rgb(236 72 153 / 1) !important;
}
.\!bg-pink-450\/15{
  background-color: rgb(236 72 153 / 0.15) !important;
}
.\!bg-pink-450\/20{
  background-color: rgb(236 72 153 / 0.2) !important;
}
.\!bg-pink-450\/25{
  background-color: rgb(236 72 153 / 0.25) !important;
}
.\!bg-pink-450\/30{
  background-color: rgb(236 72 153 / 0.3) !important;
}
.\!bg-pink-450\/35{
  background-color: rgb(236 72 153 / 0.35) !important;
}
.\!bg-pink-450\/40{
  background-color: rgb(236 72 153 / 0.4) !important;
}
.\!bg-pink-450\/45{
  background-color: rgb(236 72 153 / 0.45) !important;
}
.\!bg-pink-450\/5{
  background-color: rgb(236 72 153 / 0.05) !important;
}
.\!bg-pink-450\/50{
  background-color: rgb(236 72 153 / 0.5) !important;
}
.\!bg-pink-450\/55{
  background-color: rgb(236 72 153 / 0.55) !important;
}
.\!bg-pink-450\/60{
  background-color: rgb(236 72 153 / 0.6) !important;
}
.\!bg-pink-450\/65{
  background-color: rgb(236 72 153 / 0.65) !important;
}
.\!bg-pink-450\/70{
  background-color: rgb(236 72 153 / 0.7) !important;
}
.\!bg-pink-450\/75{
  background-color: rgb(236 72 153 / 0.75) !important;
}
.\!bg-pink-450\/80{
  background-color: rgb(236 72 153 / 0.8) !important;
}
.\!bg-pink-450\/85{
  background-color: rgb(236 72 153 / 0.85) !important;
}
.\!bg-pink-450\/90{
  background-color: rgb(236 72 153 / 0.9) !important;
}
.\!bg-pink-450\/95{
  background-color: rgb(236 72 153 / 0.95) !important;
}
.\!bg-pink-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 250 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-50\/0{
  background-color: rgb(255 250 253 / 0) !important;
}
.\!bg-pink-50\/10{
  background-color: rgb(255 250 253 / 0.1) !important;
}
.\!bg-pink-50\/100{
  background-color: rgb(255 250 253 / 1) !important;
}
.\!bg-pink-50\/15{
  background-color: rgb(255 250 253 / 0.15) !important;
}
.\!bg-pink-50\/20{
  background-color: rgb(255 250 253 / 0.2) !important;
}
.\!bg-pink-50\/25{
  background-color: rgb(255 250 253 / 0.25) !important;
}
.\!bg-pink-50\/30{
  background-color: rgb(255 250 253 / 0.3) !important;
}
.\!bg-pink-50\/35{
  background-color: rgb(255 250 253 / 0.35) !important;
}
.\!bg-pink-50\/40{
  background-color: rgb(255 250 253 / 0.4) !important;
}
.\!bg-pink-50\/45{
  background-color: rgb(255 250 253 / 0.45) !important;
}
.\!bg-pink-50\/5{
  background-color: rgb(255 250 253 / 0.05) !important;
}
.\!bg-pink-50\/50{
  background-color: rgb(255 250 253 / 0.5) !important;
}
.\!bg-pink-50\/55{
  background-color: rgb(255 250 253 / 0.55) !important;
}
.\!bg-pink-50\/60{
  background-color: rgb(255 250 253 / 0.6) !important;
}
.\!bg-pink-50\/65{
  background-color: rgb(255 250 253 / 0.65) !important;
}
.\!bg-pink-50\/70{
  background-color: rgb(255 250 253 / 0.7) !important;
}
.\!bg-pink-50\/75{
  background-color: rgb(255 250 253 / 0.75) !important;
}
.\!bg-pink-50\/80{
  background-color: rgb(255 250 253 / 0.8) !important;
}
.\!bg-pink-50\/85{
  background-color: rgb(255 250 253 / 0.85) !important;
}
.\!bg-pink-50\/90{
  background-color: rgb(255 250 253 / 0.9) !important;
}
.\!bg-pink-50\/95{
  background-color: rgb(255 250 253 / 0.95) !important;
}
.\!bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-500\/0{
  background-color: rgb(219 39 119 / 0) !important;
}
.\!bg-pink-500\/10{
  background-color: rgb(219 39 119 / 0.1) !important;
}
.\!bg-pink-500\/100{
  background-color: rgb(219 39 119 / 1) !important;
}
.\!bg-pink-500\/15{
  background-color: rgb(219 39 119 / 0.15) !important;
}
.\!bg-pink-500\/20{
  background-color: rgb(219 39 119 / 0.2) !important;
}
.\!bg-pink-500\/25{
  background-color: rgb(219 39 119 / 0.25) !important;
}
.\!bg-pink-500\/30{
  background-color: rgb(219 39 119 / 0.3) !important;
}
.\!bg-pink-500\/35{
  background-color: rgb(219 39 119 / 0.35) !important;
}
.\!bg-pink-500\/40{
  background-color: rgb(219 39 119 / 0.4) !important;
}
.\!bg-pink-500\/45{
  background-color: rgb(219 39 119 / 0.45) !important;
}
.\!bg-pink-500\/5{
  background-color: rgb(219 39 119 / 0.05) !important;
}
.\!bg-pink-500\/50{
  background-color: rgb(219 39 119 / 0.5) !important;
}
.\!bg-pink-500\/55{
  background-color: rgb(219 39 119 / 0.55) !important;
}
.\!bg-pink-500\/60{
  background-color: rgb(219 39 119 / 0.6) !important;
}
.\!bg-pink-500\/65{
  background-color: rgb(219 39 119 / 0.65) !important;
}
.\!bg-pink-500\/70{
  background-color: rgb(219 39 119 / 0.7) !important;
}
.\!bg-pink-500\/75{
  background-color: rgb(219 39 119 / 0.75) !important;
}
.\!bg-pink-500\/80{
  background-color: rgb(219 39 119 / 0.8) !important;
}
.\!bg-pink-500\/85{
  background-color: rgb(219 39 119 / 0.85) !important;
}
.\!bg-pink-500\/90{
  background-color: rgb(219 39 119 / 0.9) !important;
}
.\!bg-pink-500\/95{
  background-color: rgb(219 39 119 / 0.95) !important;
}
.\!bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-600\/0{
  background-color: rgb(190 24 93 / 0) !important;
}
.\!bg-pink-600\/10{
  background-color: rgb(190 24 93 / 0.1) !important;
}
.\!bg-pink-600\/100{
  background-color: rgb(190 24 93 / 1) !important;
}
.\!bg-pink-600\/15{
  background-color: rgb(190 24 93 / 0.15) !important;
}
.\!bg-pink-600\/20{
  background-color: rgb(190 24 93 / 0.2) !important;
}
.\!bg-pink-600\/25{
  background-color: rgb(190 24 93 / 0.25) !important;
}
.\!bg-pink-600\/30{
  background-color: rgb(190 24 93 / 0.3) !important;
}
.\!bg-pink-600\/35{
  background-color: rgb(190 24 93 / 0.35) !important;
}
.\!bg-pink-600\/40{
  background-color: rgb(190 24 93 / 0.4) !important;
}
.\!bg-pink-600\/45{
  background-color: rgb(190 24 93 / 0.45) !important;
}
.\!bg-pink-600\/5{
  background-color: rgb(190 24 93 / 0.05) !important;
}
.\!bg-pink-600\/50{
  background-color: rgb(190 24 93 / 0.5) !important;
}
.\!bg-pink-600\/55{
  background-color: rgb(190 24 93 / 0.55) !important;
}
.\!bg-pink-600\/60{
  background-color: rgb(190 24 93 / 0.6) !important;
}
.\!bg-pink-600\/65{
  background-color: rgb(190 24 93 / 0.65) !important;
}
.\!bg-pink-600\/70{
  background-color: rgb(190 24 93 / 0.7) !important;
}
.\!bg-pink-600\/75{
  background-color: rgb(190 24 93 / 0.75) !important;
}
.\!bg-pink-600\/80{
  background-color: rgb(190 24 93 / 0.8) !important;
}
.\!bg-pink-600\/85{
  background-color: rgb(190 24 93 / 0.85) !important;
}
.\!bg-pink-600\/90{
  background-color: rgb(190 24 93 / 0.9) !important;
}
.\!bg-pink-600\/95{
  background-color: rgb(190 24 93 / 0.95) !important;
}
.\!bg-pink-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-650\/0{
  background-color: rgb(157 23 77 / 0) !important;
}
.\!bg-pink-650\/10{
  background-color: rgb(157 23 77 / 0.1) !important;
}
.\!bg-pink-650\/100{
  background-color: rgb(157 23 77 / 1) !important;
}
.\!bg-pink-650\/15{
  background-color: rgb(157 23 77 / 0.15) !important;
}
.\!bg-pink-650\/20{
  background-color: rgb(157 23 77 / 0.2) !important;
}
.\!bg-pink-650\/25{
  background-color: rgb(157 23 77 / 0.25) !important;
}
.\!bg-pink-650\/30{
  background-color: rgb(157 23 77 / 0.3) !important;
}
.\!bg-pink-650\/35{
  background-color: rgb(157 23 77 / 0.35) !important;
}
.\!bg-pink-650\/40{
  background-color: rgb(157 23 77 / 0.4) !important;
}
.\!bg-pink-650\/45{
  background-color: rgb(157 23 77 / 0.45) !important;
}
.\!bg-pink-650\/5{
  background-color: rgb(157 23 77 / 0.05) !important;
}
.\!bg-pink-650\/50{
  background-color: rgb(157 23 77 / 0.5) !important;
}
.\!bg-pink-650\/55{
  background-color: rgb(157 23 77 / 0.55) !important;
}
.\!bg-pink-650\/60{
  background-color: rgb(157 23 77 / 0.6) !important;
}
.\!bg-pink-650\/65{
  background-color: rgb(157 23 77 / 0.65) !important;
}
.\!bg-pink-650\/70{
  background-color: rgb(157 23 77 / 0.7) !important;
}
.\!bg-pink-650\/75{
  background-color: rgb(157 23 77 / 0.75) !important;
}
.\!bg-pink-650\/80{
  background-color: rgb(157 23 77 / 0.8) !important;
}
.\!bg-pink-650\/85{
  background-color: rgb(157 23 77 / 0.85) !important;
}
.\!bg-pink-650\/90{
  background-color: rgb(157 23 77 / 0.9) !important;
}
.\!bg-pink-650\/95{
  background-color: rgb(157 23 77 / 0.95) !important;
}
.\!bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-700\/0{
  background-color: rgb(131 24 67 / 0) !important;
}
.\!bg-pink-700\/10{
  background-color: rgb(131 24 67 / 0.1) !important;
}
.\!bg-pink-700\/100{
  background-color: rgb(131 24 67 / 1) !important;
}
.\!bg-pink-700\/15{
  background-color: rgb(131 24 67 / 0.15) !important;
}
.\!bg-pink-700\/20{
  background-color: rgb(131 24 67 / 0.2) !important;
}
.\!bg-pink-700\/25{
  background-color: rgb(131 24 67 / 0.25) !important;
}
.\!bg-pink-700\/30{
  background-color: rgb(131 24 67 / 0.3) !important;
}
.\!bg-pink-700\/35{
  background-color: rgb(131 24 67 / 0.35) !important;
}
.\!bg-pink-700\/40{
  background-color: rgb(131 24 67 / 0.4) !important;
}
.\!bg-pink-700\/45{
  background-color: rgb(131 24 67 / 0.45) !important;
}
.\!bg-pink-700\/5{
  background-color: rgb(131 24 67 / 0.05) !important;
}
.\!bg-pink-700\/50{
  background-color: rgb(131 24 67 / 0.5) !important;
}
.\!bg-pink-700\/55{
  background-color: rgb(131 24 67 / 0.55) !important;
}
.\!bg-pink-700\/60{
  background-color: rgb(131 24 67 / 0.6) !important;
}
.\!bg-pink-700\/65{
  background-color: rgb(131 24 67 / 0.65) !important;
}
.\!bg-pink-700\/70{
  background-color: rgb(131 24 67 / 0.7) !important;
}
.\!bg-pink-700\/75{
  background-color: rgb(131 24 67 / 0.75) !important;
}
.\!bg-pink-700\/80{
  background-color: rgb(131 24 67 / 0.8) !important;
}
.\!bg-pink-700\/85{
  background-color: rgb(131 24 67 / 0.85) !important;
}
.\!bg-pink-700\/90{
  background-color: rgb(131 24 67 / 0.9) !important;
}
.\!bg-pink-700\/95{
  background-color: rgb(131 24 67 / 0.95) !important;
}
.\!bg-pink-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 15 55 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-750\/0{
  background-color: rgb(115 15 55 / 0) !important;
}
.\!bg-pink-750\/10{
  background-color: rgb(115 15 55 / 0.1) !important;
}
.\!bg-pink-750\/100{
  background-color: rgb(115 15 55 / 1) !important;
}
.\!bg-pink-750\/15{
  background-color: rgb(115 15 55 / 0.15) !important;
}
.\!bg-pink-750\/20{
  background-color: rgb(115 15 55 / 0.2) !important;
}
.\!bg-pink-750\/25{
  background-color: rgb(115 15 55 / 0.25) !important;
}
.\!bg-pink-750\/30{
  background-color: rgb(115 15 55 / 0.3) !important;
}
.\!bg-pink-750\/35{
  background-color: rgb(115 15 55 / 0.35) !important;
}
.\!bg-pink-750\/40{
  background-color: rgb(115 15 55 / 0.4) !important;
}
.\!bg-pink-750\/45{
  background-color: rgb(115 15 55 / 0.45) !important;
}
.\!bg-pink-750\/5{
  background-color: rgb(115 15 55 / 0.05) !important;
}
.\!bg-pink-750\/50{
  background-color: rgb(115 15 55 / 0.5) !important;
}
.\!bg-pink-750\/55{
  background-color: rgb(115 15 55 / 0.55) !important;
}
.\!bg-pink-750\/60{
  background-color: rgb(115 15 55 / 0.6) !important;
}
.\!bg-pink-750\/65{
  background-color: rgb(115 15 55 / 0.65) !important;
}
.\!bg-pink-750\/70{
  background-color: rgb(115 15 55 / 0.7) !important;
}
.\!bg-pink-750\/75{
  background-color: rgb(115 15 55 / 0.75) !important;
}
.\!bg-pink-750\/80{
  background-color: rgb(115 15 55 / 0.8) !important;
}
.\!bg-pink-750\/85{
  background-color: rgb(115 15 55 / 0.85) !important;
}
.\!bg-pink-750\/90{
  background-color: rgb(115 15 55 / 0.9) !important;
}
.\!bg-pink-750\/95{
  background-color: rgb(115 15 55 / 0.95) !important;
}
.\!bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 9 48 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-800\/0{
  background-color: rgb(107 9 48 / 0) !important;
}
.\!bg-pink-800\/10{
  background-color: rgb(107 9 48 / 0.1) !important;
}
.\!bg-pink-800\/100{
  background-color: rgb(107 9 48 / 1) !important;
}
.\!bg-pink-800\/15{
  background-color: rgb(107 9 48 / 0.15) !important;
}
.\!bg-pink-800\/20{
  background-color: rgb(107 9 48 / 0.2) !important;
}
.\!bg-pink-800\/25{
  background-color: rgb(107 9 48 / 0.25) !important;
}
.\!bg-pink-800\/30{
  background-color: rgb(107 9 48 / 0.3) !important;
}
.\!bg-pink-800\/35{
  background-color: rgb(107 9 48 / 0.35) !important;
}
.\!bg-pink-800\/40{
  background-color: rgb(107 9 48 / 0.4) !important;
}
.\!bg-pink-800\/45{
  background-color: rgb(107 9 48 / 0.45) !important;
}
.\!bg-pink-800\/5{
  background-color: rgb(107 9 48 / 0.05) !important;
}
.\!bg-pink-800\/50{
  background-color: rgb(107 9 48 / 0.5) !important;
}
.\!bg-pink-800\/55{
  background-color: rgb(107 9 48 / 0.55) !important;
}
.\!bg-pink-800\/60{
  background-color: rgb(107 9 48 / 0.6) !important;
}
.\!bg-pink-800\/65{
  background-color: rgb(107 9 48 / 0.65) !important;
}
.\!bg-pink-800\/70{
  background-color: rgb(107 9 48 / 0.7) !important;
}
.\!bg-pink-800\/75{
  background-color: rgb(107 9 48 / 0.75) !important;
}
.\!bg-pink-800\/80{
  background-color: rgb(107 9 48 / 0.8) !important;
}
.\!bg-pink-800\/85{
  background-color: rgb(107 9 48 / 0.85) !important;
}
.\!bg-pink-800\/90{
  background-color: rgb(107 9 48 / 0.9) !important;
}
.\!bg-pink-800\/95{
  background-color: rgb(107 9 48 / 0.95) !important;
}
.\!bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 2 32 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-900\/0{
  background-color: rgb(77 2 32 / 0) !important;
}
.\!bg-pink-900\/10{
  background-color: rgb(77 2 32 / 0.1) !important;
}
.\!bg-pink-900\/100{
  background-color: rgb(77 2 32 / 1) !important;
}
.\!bg-pink-900\/15{
  background-color: rgb(77 2 32 / 0.15) !important;
}
.\!bg-pink-900\/20{
  background-color: rgb(77 2 32 / 0.2) !important;
}
.\!bg-pink-900\/25{
  background-color: rgb(77 2 32 / 0.25) !important;
}
.\!bg-pink-900\/30{
  background-color: rgb(77 2 32 / 0.3) !important;
}
.\!bg-pink-900\/35{
  background-color: rgb(77 2 32 / 0.35) !important;
}
.\!bg-pink-900\/40{
  background-color: rgb(77 2 32 / 0.4) !important;
}
.\!bg-pink-900\/45{
  background-color: rgb(77 2 32 / 0.45) !important;
}
.\!bg-pink-900\/5{
  background-color: rgb(77 2 32 / 0.05) !important;
}
.\!bg-pink-900\/50{
  background-color: rgb(77 2 32 / 0.5) !important;
}
.\!bg-pink-900\/55{
  background-color: rgb(77 2 32 / 0.55) !important;
}
.\!bg-pink-900\/60{
  background-color: rgb(77 2 32 / 0.6) !important;
}
.\!bg-pink-900\/65{
  background-color: rgb(77 2 32 / 0.65) !important;
}
.\!bg-pink-900\/70{
  background-color: rgb(77 2 32 / 0.7) !important;
}
.\!bg-pink-900\/75{
  background-color: rgb(77 2 32 / 0.75) !important;
}
.\!bg-pink-900\/80{
  background-color: rgb(77 2 32 / 0.8) !important;
}
.\!bg-pink-900\/85{
  background-color: rgb(77 2 32 / 0.85) !important;
}
.\!bg-pink-900\/90{
  background-color: rgb(77 2 32 / 0.9) !important;
}
.\!bg-pink-900\/95{
  background-color: rgb(77 2 32 / 0.95) !important;
}
.\!bg-pink-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity)) !important;
}
.\!bg-pink-950\/0{
  background-color: rgb(80 7 36 / 0) !important;
}
.\!bg-pink-950\/10{
  background-color: rgb(80 7 36 / 0.1) !important;
}
.\!bg-pink-950\/100{
  background-color: rgb(80 7 36 / 1) !important;
}
.\!bg-pink-950\/15{
  background-color: rgb(80 7 36 / 0.15) !important;
}
.\!bg-pink-950\/20{
  background-color: rgb(80 7 36 / 0.2) !important;
}
.\!bg-pink-950\/25{
  background-color: rgb(80 7 36 / 0.25) !important;
}
.\!bg-pink-950\/30{
  background-color: rgb(80 7 36 / 0.3) !important;
}
.\!bg-pink-950\/35{
  background-color: rgb(80 7 36 / 0.35) !important;
}
.\!bg-pink-950\/40{
  background-color: rgb(80 7 36 / 0.4) !important;
}
.\!bg-pink-950\/45{
  background-color: rgb(80 7 36 / 0.45) !important;
}
.\!bg-pink-950\/5{
  background-color: rgb(80 7 36 / 0.05) !important;
}
.\!bg-pink-950\/50{
  background-color: rgb(80 7 36 / 0.5) !important;
}
.\!bg-pink-950\/55{
  background-color: rgb(80 7 36 / 0.55) !important;
}
.\!bg-pink-950\/60{
  background-color: rgb(80 7 36 / 0.6) !important;
}
.\!bg-pink-950\/65{
  background-color: rgb(80 7 36 / 0.65) !important;
}
.\!bg-pink-950\/70{
  background-color: rgb(80 7 36 / 0.7) !important;
}
.\!bg-pink-950\/75{
  background-color: rgb(80 7 36 / 0.75) !important;
}
.\!bg-pink-950\/80{
  background-color: rgb(80 7 36 / 0.8) !important;
}
.\!bg-pink-950\/85{
  background-color: rgb(80 7 36 / 0.85) !important;
}
.\!bg-pink-950\/90{
  background-color: rgb(80 7 36 / 0.9) !important;
}
.\!bg-pink-950\/95{
  background-color: rgb(80 7 36 / 0.95) !important;
}
.\!bg-primary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-100\/0{
  background-color: rgb(255 248 247 / 0) !important;
}
.\!bg-primary-100\/10{
  background-color: rgb(255 248 247 / 0.1) !important;
}
.\!bg-primary-100\/100{
  background-color: rgb(255 248 247 / 1) !important;
}
.\!bg-primary-100\/15{
  background-color: rgb(255 248 247 / 0.15) !important;
}
.\!bg-primary-100\/20{
  background-color: rgb(255 248 247 / 0.2) !important;
}
.\!bg-primary-100\/25{
  background-color: rgb(255 248 247 / 0.25) !important;
}
.\!bg-primary-100\/30{
  background-color: rgb(255 248 247 / 0.3) !important;
}
.\!bg-primary-100\/35{
  background-color: rgb(255 248 247 / 0.35) !important;
}
.\!bg-primary-100\/40{
  background-color: rgb(255 248 247 / 0.4) !important;
}
.\!bg-primary-100\/45{
  background-color: rgb(255 248 247 / 0.45) !important;
}
.\!bg-primary-100\/5{
  background-color: rgb(255 248 247 / 0.05) !important;
}
.\!bg-primary-100\/50{
  background-color: rgb(255 248 247 / 0.5) !important;
}
.\!bg-primary-100\/55{
  background-color: rgb(255 248 247 / 0.55) !important;
}
.\!bg-primary-100\/60{
  background-color: rgb(255 248 247 / 0.6) !important;
}
.\!bg-primary-100\/65{
  background-color: rgb(255 248 247 / 0.65) !important;
}
.\!bg-primary-100\/70{
  background-color: rgb(255 248 247 / 0.7) !important;
}
.\!bg-primary-100\/75{
  background-color: rgb(255 248 247 / 0.75) !important;
}
.\!bg-primary-100\/80{
  background-color: rgb(255 248 247 / 0.8) !important;
}
.\!bg-primary-100\/85{
  background-color: rgb(255 248 247 / 0.85) !important;
}
.\!bg-primary-100\/90{
  background-color: rgb(255 248 247 / 0.9) !important;
}
.\!bg-primary-100\/95{
  background-color: rgb(255 248 247 / 0.95) !important;
}
.\!bg-primary-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-200\/0{
  background-color: rgb(255 237 235 / 0) !important;
}
.\!bg-primary-200\/10{
  background-color: rgb(255 237 235 / 0.1) !important;
}
.\!bg-primary-200\/100{
  background-color: rgb(255 237 235 / 1) !important;
}
.\!bg-primary-200\/15{
  background-color: rgb(255 237 235 / 0.15) !important;
}
.\!bg-primary-200\/20{
  background-color: rgb(255 237 235 / 0.2) !important;
}
.\!bg-primary-200\/25{
  background-color: rgb(255 237 235 / 0.25) !important;
}
.\!bg-primary-200\/30{
  background-color: rgb(255 237 235 / 0.3) !important;
}
.\!bg-primary-200\/35{
  background-color: rgb(255 237 235 / 0.35) !important;
}
.\!bg-primary-200\/40{
  background-color: rgb(255 237 235 / 0.4) !important;
}
.\!bg-primary-200\/45{
  background-color: rgb(255 237 235 / 0.45) !important;
}
.\!bg-primary-200\/5{
  background-color: rgb(255 237 235 / 0.05) !important;
}
.\!bg-primary-200\/50{
  background-color: rgb(255 237 235 / 0.5) !important;
}
.\!bg-primary-200\/55{
  background-color: rgb(255 237 235 / 0.55) !important;
}
.\!bg-primary-200\/60{
  background-color: rgb(255 237 235 / 0.6) !important;
}
.\!bg-primary-200\/65{
  background-color: rgb(255 237 235 / 0.65) !important;
}
.\!bg-primary-200\/70{
  background-color: rgb(255 237 235 / 0.7) !important;
}
.\!bg-primary-200\/75{
  background-color: rgb(255 237 235 / 0.75) !important;
}
.\!bg-primary-200\/80{
  background-color: rgb(255 237 235 / 0.8) !important;
}
.\!bg-primary-200\/85{
  background-color: rgb(255 237 235 / 0.85) !important;
}
.\!bg-primary-200\/90{
  background-color: rgb(255 237 235 / 0.9) !important;
}
.\!bg-primary-200\/95{
  background-color: rgb(255 237 235 / 0.95) !important;
}
.\!bg-primary-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 218 215 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-300\/0{
  background-color: rgb(255 218 215 / 0) !important;
}
.\!bg-primary-300\/10{
  background-color: rgb(255 218 215 / 0.1) !important;
}
.\!bg-primary-300\/100{
  background-color: rgb(255 218 215 / 1) !important;
}
.\!bg-primary-300\/15{
  background-color: rgb(255 218 215 / 0.15) !important;
}
.\!bg-primary-300\/20{
  background-color: rgb(255 218 215 / 0.2) !important;
}
.\!bg-primary-300\/25{
  background-color: rgb(255 218 215 / 0.25) !important;
}
.\!bg-primary-300\/30{
  background-color: rgb(255 218 215 / 0.3) !important;
}
.\!bg-primary-300\/35{
  background-color: rgb(255 218 215 / 0.35) !important;
}
.\!bg-primary-300\/40{
  background-color: rgb(255 218 215 / 0.4) !important;
}
.\!bg-primary-300\/45{
  background-color: rgb(255 218 215 / 0.45) !important;
}
.\!bg-primary-300\/5{
  background-color: rgb(255 218 215 / 0.05) !important;
}
.\!bg-primary-300\/50{
  background-color: rgb(255 218 215 / 0.5) !important;
}
.\!bg-primary-300\/55{
  background-color: rgb(255 218 215 / 0.55) !important;
}
.\!bg-primary-300\/60{
  background-color: rgb(255 218 215 / 0.6) !important;
}
.\!bg-primary-300\/65{
  background-color: rgb(255 218 215 / 0.65) !important;
}
.\!bg-primary-300\/70{
  background-color: rgb(255 218 215 / 0.7) !important;
}
.\!bg-primary-300\/75{
  background-color: rgb(255 218 215 / 0.75) !important;
}
.\!bg-primary-300\/80{
  background-color: rgb(255 218 215 / 0.8) !important;
}
.\!bg-primary-300\/85{
  background-color: rgb(255 218 215 / 0.85) !important;
}
.\!bg-primary-300\/90{
  background-color: rgb(255 218 215 / 0.9) !important;
}
.\!bg-primary-300\/95{
  background-color: rgb(255 218 215 / 0.95) !important;
}
.\!bg-primary-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 179 175 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-350\/0{
  background-color: rgb(255 179 175 / 0) !important;
}
.\!bg-primary-350\/10{
  background-color: rgb(255 179 175 / 0.1) !important;
}
.\!bg-primary-350\/100{
  background-color: rgb(255 179 175 / 1) !important;
}
.\!bg-primary-350\/15{
  background-color: rgb(255 179 175 / 0.15) !important;
}
.\!bg-primary-350\/20{
  background-color: rgb(255 179 175 / 0.2) !important;
}
.\!bg-primary-350\/25{
  background-color: rgb(255 179 175 / 0.25) !important;
}
.\!bg-primary-350\/30{
  background-color: rgb(255 179 175 / 0.3) !important;
}
.\!bg-primary-350\/35{
  background-color: rgb(255 179 175 / 0.35) !important;
}
.\!bg-primary-350\/40{
  background-color: rgb(255 179 175 / 0.4) !important;
}
.\!bg-primary-350\/45{
  background-color: rgb(255 179 175 / 0.45) !important;
}
.\!bg-primary-350\/5{
  background-color: rgb(255 179 175 / 0.05) !important;
}
.\!bg-primary-350\/50{
  background-color: rgb(255 179 175 / 0.5) !important;
}
.\!bg-primary-350\/55{
  background-color: rgb(255 179 175 / 0.55) !important;
}
.\!bg-primary-350\/60{
  background-color: rgb(255 179 175 / 0.6) !important;
}
.\!bg-primary-350\/65{
  background-color: rgb(255 179 175 / 0.65) !important;
}
.\!bg-primary-350\/70{
  background-color: rgb(255 179 175 / 0.7) !important;
}
.\!bg-primary-350\/75{
  background-color: rgb(255 179 175 / 0.75) !important;
}
.\!bg-primary-350\/80{
  background-color: rgb(255 179 175 / 0.8) !important;
}
.\!bg-primary-350\/85{
  background-color: rgb(255 179 175 / 0.85) !important;
}
.\!bg-primary-350\/90{
  background-color: rgb(255 179 175 / 0.9) !important;
}
.\!bg-primary-350\/95{
  background-color: rgb(255 179 175 / 0.95) !important;
}
.\!bg-primary-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 137 132 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-400\/0{
  background-color: rgb(255 137 132 / 0) !important;
}
.\!bg-primary-400\/10{
  background-color: rgb(255 137 132 / 0.1) !important;
}
.\!bg-primary-400\/100{
  background-color: rgb(255 137 132 / 1) !important;
}
.\!bg-primary-400\/15{
  background-color: rgb(255 137 132 / 0.15) !important;
}
.\!bg-primary-400\/20{
  background-color: rgb(255 137 132 / 0.2) !important;
}
.\!bg-primary-400\/25{
  background-color: rgb(255 137 132 / 0.25) !important;
}
.\!bg-primary-400\/30{
  background-color: rgb(255 137 132 / 0.3) !important;
}
.\!bg-primary-400\/35{
  background-color: rgb(255 137 132 / 0.35) !important;
}
.\!bg-primary-400\/40{
  background-color: rgb(255 137 132 / 0.4) !important;
}
.\!bg-primary-400\/45{
  background-color: rgb(255 137 132 / 0.45) !important;
}
.\!bg-primary-400\/5{
  background-color: rgb(255 137 132 / 0.05) !important;
}
.\!bg-primary-400\/50{
  background-color: rgb(255 137 132 / 0.5) !important;
}
.\!bg-primary-400\/55{
  background-color: rgb(255 137 132 / 0.55) !important;
}
.\!bg-primary-400\/60{
  background-color: rgb(255 137 132 / 0.6) !important;
}
.\!bg-primary-400\/65{
  background-color: rgb(255 137 132 / 0.65) !important;
}
.\!bg-primary-400\/70{
  background-color: rgb(255 137 132 / 0.7) !important;
}
.\!bg-primary-400\/75{
  background-color: rgb(255 137 132 / 0.75) !important;
}
.\!bg-primary-400\/80{
  background-color: rgb(255 137 132 / 0.8) !important;
}
.\!bg-primary-400\/85{
  background-color: rgb(255 137 132 / 0.85) !important;
}
.\!bg-primary-400\/90{
  background-color: rgb(255 137 132 / 0.9) !important;
}
.\!bg-primary-400\/95{
  background-color: rgb(255 137 132 / 0.95) !important;
}
.\!bg-primary-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 83 85 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-450\/0{
  background-color: rgb(255 83 85 / 0) !important;
}
.\!bg-primary-450\/10{
  background-color: rgb(255 83 85 / 0.1) !important;
}
.\!bg-primary-450\/100{
  background-color: rgb(255 83 85 / 1) !important;
}
.\!bg-primary-450\/15{
  background-color: rgb(255 83 85 / 0.15) !important;
}
.\!bg-primary-450\/20{
  background-color: rgb(255 83 85 / 0.2) !important;
}
.\!bg-primary-450\/25{
  background-color: rgb(255 83 85 / 0.25) !important;
}
.\!bg-primary-450\/30{
  background-color: rgb(255 83 85 / 0.3) !important;
}
.\!bg-primary-450\/35{
  background-color: rgb(255 83 85 / 0.35) !important;
}
.\!bg-primary-450\/40{
  background-color: rgb(255 83 85 / 0.4) !important;
}
.\!bg-primary-450\/45{
  background-color: rgb(255 83 85 / 0.45) !important;
}
.\!bg-primary-450\/5{
  background-color: rgb(255 83 85 / 0.05) !important;
}
.\!bg-primary-450\/50{
  background-color: rgb(255 83 85 / 0.5) !important;
}
.\!bg-primary-450\/55{
  background-color: rgb(255 83 85 / 0.55) !important;
}
.\!bg-primary-450\/60{
  background-color: rgb(255 83 85 / 0.6) !important;
}
.\!bg-primary-450\/65{
  background-color: rgb(255 83 85 / 0.65) !important;
}
.\!bg-primary-450\/70{
  background-color: rgb(255 83 85 / 0.7) !important;
}
.\!bg-primary-450\/75{
  background-color: rgb(255 83 85 / 0.75) !important;
}
.\!bg-primary-450\/80{
  background-color: rgb(255 83 85 / 0.8) !important;
}
.\!bg-primary-450\/85{
  background-color: rgb(255 83 85 / 0.85) !important;
}
.\!bg-primary-450\/90{
  background-color: rgb(255 83 85 / 0.9) !important;
}
.\!bg-primary-450\/95{
  background-color: rgb(255 83 85 / 0.95) !important;
}
.\!bg-primary-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-50\/0{
  background-color: rgb(255 251 255 / 0) !important;
}
.\!bg-primary-50\/10{
  background-color: rgb(255 251 255 / 0.1) !important;
}
.\!bg-primary-50\/100{
  background-color: rgb(255 251 255 / 1) !important;
}
.\!bg-primary-50\/15{
  background-color: rgb(255 251 255 / 0.15) !important;
}
.\!bg-primary-50\/20{
  background-color: rgb(255 251 255 / 0.2) !important;
}
.\!bg-primary-50\/25{
  background-color: rgb(255 251 255 / 0.25) !important;
}
.\!bg-primary-50\/30{
  background-color: rgb(255 251 255 / 0.3) !important;
}
.\!bg-primary-50\/35{
  background-color: rgb(255 251 255 / 0.35) !important;
}
.\!bg-primary-50\/40{
  background-color: rgb(255 251 255 / 0.4) !important;
}
.\!bg-primary-50\/45{
  background-color: rgb(255 251 255 / 0.45) !important;
}
.\!bg-primary-50\/5{
  background-color: rgb(255 251 255 / 0.05) !important;
}
.\!bg-primary-50\/50{
  background-color: rgb(255 251 255 / 0.5) !important;
}
.\!bg-primary-50\/55{
  background-color: rgb(255 251 255 / 0.55) !important;
}
.\!bg-primary-50\/60{
  background-color: rgb(255 251 255 / 0.6) !important;
}
.\!bg-primary-50\/65{
  background-color: rgb(255 251 255 / 0.65) !important;
}
.\!bg-primary-50\/70{
  background-color: rgb(255 251 255 / 0.7) !important;
}
.\!bg-primary-50\/75{
  background-color: rgb(255 251 255 / 0.75) !important;
}
.\!bg-primary-50\/80{
  background-color: rgb(255 251 255 / 0.8) !important;
}
.\!bg-primary-50\/85{
  background-color: rgb(255 251 255 / 0.85) !important;
}
.\!bg-primary-50\/90{
  background-color: rgb(255 251 255 / 0.9) !important;
}
.\!bg-primary-50\/95{
  background-color: rgb(255 251 255 / 0.95) !important;
}
.\!bg-primary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 54 61 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-500\/0{
  background-color: rgb(221 54 61 / 0) !important;
}
.\!bg-primary-500\/10{
  background-color: rgb(221 54 61 / 0.1) !important;
}
.\!bg-primary-500\/100{
  background-color: rgb(221 54 61 / 1) !important;
}
.\!bg-primary-500\/15{
  background-color: rgb(221 54 61 / 0.15) !important;
}
.\!bg-primary-500\/20{
  background-color: rgb(221 54 61 / 0.2) !important;
}
.\!bg-primary-500\/25{
  background-color: rgb(221 54 61 / 0.25) !important;
}
.\!bg-primary-500\/30{
  background-color: rgb(221 54 61 / 0.3) !important;
}
.\!bg-primary-500\/35{
  background-color: rgb(221 54 61 / 0.35) !important;
}
.\!bg-primary-500\/40{
  background-color: rgb(221 54 61 / 0.4) !important;
}
.\!bg-primary-500\/45{
  background-color: rgb(221 54 61 / 0.45) !important;
}
.\!bg-primary-500\/5{
  background-color: rgb(221 54 61 / 0.05) !important;
}
.\!bg-primary-500\/50{
  background-color: rgb(221 54 61 / 0.5) !important;
}
.\!bg-primary-500\/55{
  background-color: rgb(221 54 61 / 0.55) !important;
}
.\!bg-primary-500\/60{
  background-color: rgb(221 54 61 / 0.6) !important;
}
.\!bg-primary-500\/65{
  background-color: rgb(221 54 61 / 0.65) !important;
}
.\!bg-primary-500\/70{
  background-color: rgb(221 54 61 / 0.7) !important;
}
.\!bg-primary-500\/75{
  background-color: rgb(221 54 61 / 0.75) !important;
}
.\!bg-primary-500\/80{
  background-color: rgb(221 54 61 / 0.8) !important;
}
.\!bg-primary-500\/85{
  background-color: rgb(221 54 61 / 0.85) !important;
}
.\!bg-primary-500\/90{
  background-color: rgb(221 54 61 / 0.9) !important;
}
.\!bg-primary-500\/95{
  background-color: rgb(221 54 61 / 0.95) !important;
}
.\!bg-primary-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 25 40 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-600\/0{
  background-color: rgb(186 25 40 / 0) !important;
}
.\!bg-primary-600\/10{
  background-color: rgb(186 25 40 / 0.1) !important;
}
.\!bg-primary-600\/100{
  background-color: rgb(186 25 40 / 1) !important;
}
.\!bg-primary-600\/15{
  background-color: rgb(186 25 40 / 0.15) !important;
}
.\!bg-primary-600\/20{
  background-color: rgb(186 25 40 / 0.2) !important;
}
.\!bg-primary-600\/25{
  background-color: rgb(186 25 40 / 0.25) !important;
}
.\!bg-primary-600\/30{
  background-color: rgb(186 25 40 / 0.3) !important;
}
.\!bg-primary-600\/35{
  background-color: rgb(186 25 40 / 0.35) !important;
}
.\!bg-primary-600\/40{
  background-color: rgb(186 25 40 / 0.4) !important;
}
.\!bg-primary-600\/45{
  background-color: rgb(186 25 40 / 0.45) !important;
}
.\!bg-primary-600\/5{
  background-color: rgb(186 25 40 / 0.05) !important;
}
.\!bg-primary-600\/50{
  background-color: rgb(186 25 40 / 0.5) !important;
}
.\!bg-primary-600\/55{
  background-color: rgb(186 25 40 / 0.55) !important;
}
.\!bg-primary-600\/60{
  background-color: rgb(186 25 40 / 0.6) !important;
}
.\!bg-primary-600\/65{
  background-color: rgb(186 25 40 / 0.65) !important;
}
.\!bg-primary-600\/70{
  background-color: rgb(186 25 40 / 0.7) !important;
}
.\!bg-primary-600\/75{
  background-color: rgb(186 25 40 / 0.75) !important;
}
.\!bg-primary-600\/80{
  background-color: rgb(186 25 40 / 0.8) !important;
}
.\!bg-primary-600\/85{
  background-color: rgb(186 25 40 / 0.85) !important;
}
.\!bg-primary-600\/90{
  background-color: rgb(186 25 40 / 0.9) !important;
}
.\!bg-primary-600\/95{
  background-color: rgb(186 25 40 / 0.95) !important;
}
.\!bg-primary-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 5 30 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-650\/0{
  background-color: rgb(168 5 30 / 0) !important;
}
.\!bg-primary-650\/10{
  background-color: rgb(168 5 30 / 0.1) !important;
}
.\!bg-primary-650\/100{
  background-color: rgb(168 5 30 / 1) !important;
}
.\!bg-primary-650\/15{
  background-color: rgb(168 5 30 / 0.15) !important;
}
.\!bg-primary-650\/20{
  background-color: rgb(168 5 30 / 0.2) !important;
}
.\!bg-primary-650\/25{
  background-color: rgb(168 5 30 / 0.25) !important;
}
.\!bg-primary-650\/30{
  background-color: rgb(168 5 30 / 0.3) !important;
}
.\!bg-primary-650\/35{
  background-color: rgb(168 5 30 / 0.35) !important;
}
.\!bg-primary-650\/40{
  background-color: rgb(168 5 30 / 0.4) !important;
}
.\!bg-primary-650\/45{
  background-color: rgb(168 5 30 / 0.45) !important;
}
.\!bg-primary-650\/5{
  background-color: rgb(168 5 30 / 0.05) !important;
}
.\!bg-primary-650\/50{
  background-color: rgb(168 5 30 / 0.5) !important;
}
.\!bg-primary-650\/55{
  background-color: rgb(168 5 30 / 0.55) !important;
}
.\!bg-primary-650\/60{
  background-color: rgb(168 5 30 / 0.6) !important;
}
.\!bg-primary-650\/65{
  background-color: rgb(168 5 30 / 0.65) !important;
}
.\!bg-primary-650\/70{
  background-color: rgb(168 5 30 / 0.7) !important;
}
.\!bg-primary-650\/75{
  background-color: rgb(168 5 30 / 0.75) !important;
}
.\!bg-primary-650\/80{
  background-color: rgb(168 5 30 / 0.8) !important;
}
.\!bg-primary-650\/85{
  background-color: rgb(168 5 30 / 0.85) !important;
}
.\!bg-primary-650\/90{
  background-color: rgb(168 5 30 / 0.9) !important;
}
.\!bg-primary-650\/95{
  background-color: rgb(168 5 30 / 0.95) !important;
}
.\!bg-primary-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 0 23 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-700\/0{
  background-color: rgb(147 0 23 / 0) !important;
}
.\!bg-primary-700\/10{
  background-color: rgb(147 0 23 / 0.1) !important;
}
.\!bg-primary-700\/100{
  background-color: rgb(147 0 23 / 1) !important;
}
.\!bg-primary-700\/15{
  background-color: rgb(147 0 23 / 0.15) !important;
}
.\!bg-primary-700\/20{
  background-color: rgb(147 0 23 / 0.2) !important;
}
.\!bg-primary-700\/25{
  background-color: rgb(147 0 23 / 0.25) !important;
}
.\!bg-primary-700\/30{
  background-color: rgb(147 0 23 / 0.3) !important;
}
.\!bg-primary-700\/35{
  background-color: rgb(147 0 23 / 0.35) !important;
}
.\!bg-primary-700\/40{
  background-color: rgb(147 0 23 / 0.4) !important;
}
.\!bg-primary-700\/45{
  background-color: rgb(147 0 23 / 0.45) !important;
}
.\!bg-primary-700\/5{
  background-color: rgb(147 0 23 / 0.05) !important;
}
.\!bg-primary-700\/50{
  background-color: rgb(147 0 23 / 0.5) !important;
}
.\!bg-primary-700\/55{
  background-color: rgb(147 0 23 / 0.55) !important;
}
.\!bg-primary-700\/60{
  background-color: rgb(147 0 23 / 0.6) !important;
}
.\!bg-primary-700\/65{
  background-color: rgb(147 0 23 / 0.65) !important;
}
.\!bg-primary-700\/70{
  background-color: rgb(147 0 23 / 0.7) !important;
}
.\!bg-primary-700\/75{
  background-color: rgb(147 0 23 / 0.75) !important;
}
.\!bg-primary-700\/80{
  background-color: rgb(147 0 23 / 0.8) !important;
}
.\!bg-primary-700\/85{
  background-color: rgb(147 0 23 / 0.85) !important;
}
.\!bg-primary-700\/90{
  background-color: rgb(147 0 23 / 0.9) !important;
}
.\!bg-primary-700\/95{
  background-color: rgb(147 0 23 / 0.95) !important;
}
.\!bg-primary-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 0 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-750\/0{
  background-color: rgb(125 0 18 / 0) !important;
}
.\!bg-primary-750\/10{
  background-color: rgb(125 0 18 / 0.1) !important;
}
.\!bg-primary-750\/100{
  background-color: rgb(125 0 18 / 1) !important;
}
.\!bg-primary-750\/15{
  background-color: rgb(125 0 18 / 0.15) !important;
}
.\!bg-primary-750\/20{
  background-color: rgb(125 0 18 / 0.2) !important;
}
.\!bg-primary-750\/25{
  background-color: rgb(125 0 18 / 0.25) !important;
}
.\!bg-primary-750\/30{
  background-color: rgb(125 0 18 / 0.3) !important;
}
.\!bg-primary-750\/35{
  background-color: rgb(125 0 18 / 0.35) !important;
}
.\!bg-primary-750\/40{
  background-color: rgb(125 0 18 / 0.4) !important;
}
.\!bg-primary-750\/45{
  background-color: rgb(125 0 18 / 0.45) !important;
}
.\!bg-primary-750\/5{
  background-color: rgb(125 0 18 / 0.05) !important;
}
.\!bg-primary-750\/50{
  background-color: rgb(125 0 18 / 0.5) !important;
}
.\!bg-primary-750\/55{
  background-color: rgb(125 0 18 / 0.55) !important;
}
.\!bg-primary-750\/60{
  background-color: rgb(125 0 18 / 0.6) !important;
}
.\!bg-primary-750\/65{
  background-color: rgb(125 0 18 / 0.65) !important;
}
.\!bg-primary-750\/70{
  background-color: rgb(125 0 18 / 0.7) !important;
}
.\!bg-primary-750\/75{
  background-color: rgb(125 0 18 / 0.75) !important;
}
.\!bg-primary-750\/80{
  background-color: rgb(125 0 18 / 0.8) !important;
}
.\!bg-primary-750\/85{
  background-color: rgb(125 0 18 / 0.85) !important;
}
.\!bg-primary-750\/90{
  background-color: rgb(125 0 18 / 0.9) !important;
}
.\!bg-primary-750\/95{
  background-color: rgb(125 0 18 / 0.95) !important;
}
.\!bg-primary-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 0 14 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-800\/0{
  background-color: rgb(104 0 14 / 0) !important;
}
.\!bg-primary-800\/10{
  background-color: rgb(104 0 14 / 0.1) !important;
}
.\!bg-primary-800\/100{
  background-color: rgb(104 0 14 / 1) !important;
}
.\!bg-primary-800\/15{
  background-color: rgb(104 0 14 / 0.15) !important;
}
.\!bg-primary-800\/20{
  background-color: rgb(104 0 14 / 0.2) !important;
}
.\!bg-primary-800\/25{
  background-color: rgb(104 0 14 / 0.25) !important;
}
.\!bg-primary-800\/30{
  background-color: rgb(104 0 14 / 0.3) !important;
}
.\!bg-primary-800\/35{
  background-color: rgb(104 0 14 / 0.35) !important;
}
.\!bg-primary-800\/40{
  background-color: rgb(104 0 14 / 0.4) !important;
}
.\!bg-primary-800\/45{
  background-color: rgb(104 0 14 / 0.45) !important;
}
.\!bg-primary-800\/5{
  background-color: rgb(104 0 14 / 0.05) !important;
}
.\!bg-primary-800\/50{
  background-color: rgb(104 0 14 / 0.5) !important;
}
.\!bg-primary-800\/55{
  background-color: rgb(104 0 14 / 0.55) !important;
}
.\!bg-primary-800\/60{
  background-color: rgb(104 0 14 / 0.6) !important;
}
.\!bg-primary-800\/65{
  background-color: rgb(104 0 14 / 0.65) !important;
}
.\!bg-primary-800\/70{
  background-color: rgb(104 0 14 / 0.7) !important;
}
.\!bg-primary-800\/75{
  background-color: rgb(104 0 14 / 0.75) !important;
}
.\!bg-primary-800\/80{
  background-color: rgb(104 0 14 / 0.8) !important;
}
.\!bg-primary-800\/85{
  background-color: rgb(104 0 14 / 0.85) !important;
}
.\!bg-primary-800\/90{
  background-color: rgb(104 0 14 / 0.9) !important;
}
.\!bg-primary-800\/95{
  background-color: rgb(104 0 14 / 0.95) !important;
}
.\!bg-primary-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 0 5 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-900\/0{
  background-color: rgb(65 0 5 / 0) !important;
}
.\!bg-primary-900\/10{
  background-color: rgb(65 0 5 / 0.1) !important;
}
.\!bg-primary-900\/100{
  background-color: rgb(65 0 5 / 1) !important;
}
.\!bg-primary-900\/15{
  background-color: rgb(65 0 5 / 0.15) !important;
}
.\!bg-primary-900\/20{
  background-color: rgb(65 0 5 / 0.2) !important;
}
.\!bg-primary-900\/25{
  background-color: rgb(65 0 5 / 0.25) !important;
}
.\!bg-primary-900\/30{
  background-color: rgb(65 0 5 / 0.3) !important;
}
.\!bg-primary-900\/35{
  background-color: rgb(65 0 5 / 0.35) !important;
}
.\!bg-primary-900\/40{
  background-color: rgb(65 0 5 / 0.4) !important;
}
.\!bg-primary-900\/45{
  background-color: rgb(65 0 5 / 0.45) !important;
}
.\!bg-primary-900\/5{
  background-color: rgb(65 0 5 / 0.05) !important;
}
.\!bg-primary-900\/50{
  background-color: rgb(65 0 5 / 0.5) !important;
}
.\!bg-primary-900\/55{
  background-color: rgb(65 0 5 / 0.55) !important;
}
.\!bg-primary-900\/60{
  background-color: rgb(65 0 5 / 0.6) !important;
}
.\!bg-primary-900\/65{
  background-color: rgb(65 0 5 / 0.65) !important;
}
.\!bg-primary-900\/70{
  background-color: rgb(65 0 5 / 0.7) !important;
}
.\!bg-primary-900\/75{
  background-color: rgb(65 0 5 / 0.75) !important;
}
.\!bg-primary-900\/80{
  background-color: rgb(65 0 5 / 0.8) !important;
}
.\!bg-primary-900\/85{
  background-color: rgb(65 0 5 / 0.85) !important;
}
.\!bg-primary-900\/90{
  background-color: rgb(65 0 5 / 0.9) !important;
}
.\!bg-primary-900\/95{
  background-color: rgb(65 0 5 / 0.95) !important;
}
.\!bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-100\/0{
  background-color: rgb(250 245 255 / 0) !important;
}
.\!bg-purple-100\/10{
  background-color: rgb(250 245 255 / 0.1) !important;
}
.\!bg-purple-100\/100{
  background-color: rgb(250 245 255 / 1) !important;
}
.\!bg-purple-100\/15{
  background-color: rgb(250 245 255 / 0.15) !important;
}
.\!bg-purple-100\/20{
  background-color: rgb(250 245 255 / 0.2) !important;
}
.\!bg-purple-100\/25{
  background-color: rgb(250 245 255 / 0.25) !important;
}
.\!bg-purple-100\/30{
  background-color: rgb(250 245 255 / 0.3) !important;
}
.\!bg-purple-100\/35{
  background-color: rgb(250 245 255 / 0.35) !important;
}
.\!bg-purple-100\/40{
  background-color: rgb(250 245 255 / 0.4) !important;
}
.\!bg-purple-100\/45{
  background-color: rgb(250 245 255 / 0.45) !important;
}
.\!bg-purple-100\/5{
  background-color: rgb(250 245 255 / 0.05) !important;
}
.\!bg-purple-100\/50{
  background-color: rgb(250 245 255 / 0.5) !important;
}
.\!bg-purple-100\/55{
  background-color: rgb(250 245 255 / 0.55) !important;
}
.\!bg-purple-100\/60{
  background-color: rgb(250 245 255 / 0.6) !important;
}
.\!bg-purple-100\/65{
  background-color: rgb(250 245 255 / 0.65) !important;
}
.\!bg-purple-100\/70{
  background-color: rgb(250 245 255 / 0.7) !important;
}
.\!bg-purple-100\/75{
  background-color: rgb(250 245 255 / 0.75) !important;
}
.\!bg-purple-100\/80{
  background-color: rgb(250 245 255 / 0.8) !important;
}
.\!bg-purple-100\/85{
  background-color: rgb(250 245 255 / 0.85) !important;
}
.\!bg-purple-100\/90{
  background-color: rgb(250 245 255 / 0.9) !important;
}
.\!bg-purple-100\/95{
  background-color: rgb(250 245 255 / 0.95) !important;
}
.\!bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-200\/0{
  background-color: rgb(243 232 255 / 0) !important;
}
.\!bg-purple-200\/10{
  background-color: rgb(243 232 255 / 0.1) !important;
}
.\!bg-purple-200\/100{
  background-color: rgb(243 232 255 / 1) !important;
}
.\!bg-purple-200\/15{
  background-color: rgb(243 232 255 / 0.15) !important;
}
.\!bg-purple-200\/20{
  background-color: rgb(243 232 255 / 0.2) !important;
}
.\!bg-purple-200\/25{
  background-color: rgb(243 232 255 / 0.25) !important;
}
.\!bg-purple-200\/30{
  background-color: rgb(243 232 255 / 0.3) !important;
}
.\!bg-purple-200\/35{
  background-color: rgb(243 232 255 / 0.35) !important;
}
.\!bg-purple-200\/40{
  background-color: rgb(243 232 255 / 0.4) !important;
}
.\!bg-purple-200\/45{
  background-color: rgb(243 232 255 / 0.45) !important;
}
.\!bg-purple-200\/5{
  background-color: rgb(243 232 255 / 0.05) !important;
}
.\!bg-purple-200\/50{
  background-color: rgb(243 232 255 / 0.5) !important;
}
.\!bg-purple-200\/55{
  background-color: rgb(243 232 255 / 0.55) !important;
}
.\!bg-purple-200\/60{
  background-color: rgb(243 232 255 / 0.6) !important;
}
.\!bg-purple-200\/65{
  background-color: rgb(243 232 255 / 0.65) !important;
}
.\!bg-purple-200\/70{
  background-color: rgb(243 232 255 / 0.7) !important;
}
.\!bg-purple-200\/75{
  background-color: rgb(243 232 255 / 0.75) !important;
}
.\!bg-purple-200\/80{
  background-color: rgb(243 232 255 / 0.8) !important;
}
.\!bg-purple-200\/85{
  background-color: rgb(243 232 255 / 0.85) !important;
}
.\!bg-purple-200\/90{
  background-color: rgb(243 232 255 / 0.9) !important;
}
.\!bg-purple-200\/95{
  background-color: rgb(243 232 255 / 0.95) !important;
}
.\!bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-300\/0{
  background-color: rgb(233 213 255 / 0) !important;
}
.\!bg-purple-300\/10{
  background-color: rgb(233 213 255 / 0.1) !important;
}
.\!bg-purple-300\/100{
  background-color: rgb(233 213 255 / 1) !important;
}
.\!bg-purple-300\/15{
  background-color: rgb(233 213 255 / 0.15) !important;
}
.\!bg-purple-300\/20{
  background-color: rgb(233 213 255 / 0.2) !important;
}
.\!bg-purple-300\/25{
  background-color: rgb(233 213 255 / 0.25) !important;
}
.\!bg-purple-300\/30{
  background-color: rgb(233 213 255 / 0.3) !important;
}
.\!bg-purple-300\/35{
  background-color: rgb(233 213 255 / 0.35) !important;
}
.\!bg-purple-300\/40{
  background-color: rgb(233 213 255 / 0.4) !important;
}
.\!bg-purple-300\/45{
  background-color: rgb(233 213 255 / 0.45) !important;
}
.\!bg-purple-300\/5{
  background-color: rgb(233 213 255 / 0.05) !important;
}
.\!bg-purple-300\/50{
  background-color: rgb(233 213 255 / 0.5) !important;
}
.\!bg-purple-300\/55{
  background-color: rgb(233 213 255 / 0.55) !important;
}
.\!bg-purple-300\/60{
  background-color: rgb(233 213 255 / 0.6) !important;
}
.\!bg-purple-300\/65{
  background-color: rgb(233 213 255 / 0.65) !important;
}
.\!bg-purple-300\/70{
  background-color: rgb(233 213 255 / 0.7) !important;
}
.\!bg-purple-300\/75{
  background-color: rgb(233 213 255 / 0.75) !important;
}
.\!bg-purple-300\/80{
  background-color: rgb(233 213 255 / 0.8) !important;
}
.\!bg-purple-300\/85{
  background-color: rgb(233 213 255 / 0.85) !important;
}
.\!bg-purple-300\/90{
  background-color: rgb(233 213 255 / 0.9) !important;
}
.\!bg-purple-300\/95{
  background-color: rgb(233 213 255 / 0.95) !important;
}
.\!bg-purple-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-350\/0{
  background-color: rgb(216 180 254 / 0) !important;
}
.\!bg-purple-350\/10{
  background-color: rgb(216 180 254 / 0.1) !important;
}
.\!bg-purple-350\/100{
  background-color: rgb(216 180 254 / 1) !important;
}
.\!bg-purple-350\/15{
  background-color: rgb(216 180 254 / 0.15) !important;
}
.\!bg-purple-350\/20{
  background-color: rgb(216 180 254 / 0.2) !important;
}
.\!bg-purple-350\/25{
  background-color: rgb(216 180 254 / 0.25) !important;
}
.\!bg-purple-350\/30{
  background-color: rgb(216 180 254 / 0.3) !important;
}
.\!bg-purple-350\/35{
  background-color: rgb(216 180 254 / 0.35) !important;
}
.\!bg-purple-350\/40{
  background-color: rgb(216 180 254 / 0.4) !important;
}
.\!bg-purple-350\/45{
  background-color: rgb(216 180 254 / 0.45) !important;
}
.\!bg-purple-350\/5{
  background-color: rgb(216 180 254 / 0.05) !important;
}
.\!bg-purple-350\/50{
  background-color: rgb(216 180 254 / 0.5) !important;
}
.\!bg-purple-350\/55{
  background-color: rgb(216 180 254 / 0.55) !important;
}
.\!bg-purple-350\/60{
  background-color: rgb(216 180 254 / 0.6) !important;
}
.\!bg-purple-350\/65{
  background-color: rgb(216 180 254 / 0.65) !important;
}
.\!bg-purple-350\/70{
  background-color: rgb(216 180 254 / 0.7) !important;
}
.\!bg-purple-350\/75{
  background-color: rgb(216 180 254 / 0.75) !important;
}
.\!bg-purple-350\/80{
  background-color: rgb(216 180 254 / 0.8) !important;
}
.\!bg-purple-350\/85{
  background-color: rgb(216 180 254 / 0.85) !important;
}
.\!bg-purple-350\/90{
  background-color: rgb(216 180 254 / 0.9) !important;
}
.\!bg-purple-350\/95{
  background-color: rgb(216 180 254 / 0.95) !important;
}
.\!bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-400\/0{
  background-color: rgb(192 132 252 / 0) !important;
}
.\!bg-purple-400\/10{
  background-color: rgb(192 132 252 / 0.1) !important;
}
.\!bg-purple-400\/100{
  background-color: rgb(192 132 252 / 1) !important;
}
.\!bg-purple-400\/15{
  background-color: rgb(192 132 252 / 0.15) !important;
}
.\!bg-purple-400\/20{
  background-color: rgb(192 132 252 / 0.2) !important;
}
.\!bg-purple-400\/25{
  background-color: rgb(192 132 252 / 0.25) !important;
}
.\!bg-purple-400\/30{
  background-color: rgb(192 132 252 / 0.3) !important;
}
.\!bg-purple-400\/35{
  background-color: rgb(192 132 252 / 0.35) !important;
}
.\!bg-purple-400\/40{
  background-color: rgb(192 132 252 / 0.4) !important;
}
.\!bg-purple-400\/45{
  background-color: rgb(192 132 252 / 0.45) !important;
}
.\!bg-purple-400\/5{
  background-color: rgb(192 132 252 / 0.05) !important;
}
.\!bg-purple-400\/50{
  background-color: rgb(192 132 252 / 0.5) !important;
}
.\!bg-purple-400\/55{
  background-color: rgb(192 132 252 / 0.55) !important;
}
.\!bg-purple-400\/60{
  background-color: rgb(192 132 252 / 0.6) !important;
}
.\!bg-purple-400\/65{
  background-color: rgb(192 132 252 / 0.65) !important;
}
.\!bg-purple-400\/70{
  background-color: rgb(192 132 252 / 0.7) !important;
}
.\!bg-purple-400\/75{
  background-color: rgb(192 132 252 / 0.75) !important;
}
.\!bg-purple-400\/80{
  background-color: rgb(192 132 252 / 0.8) !important;
}
.\!bg-purple-400\/85{
  background-color: rgb(192 132 252 / 0.85) !important;
}
.\!bg-purple-400\/90{
  background-color: rgb(192 132 252 / 0.9) !important;
}
.\!bg-purple-400\/95{
  background-color: rgb(192 132 252 / 0.95) !important;
}
.\!bg-purple-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-450\/0{
  background-color: rgb(168 85 247 / 0) !important;
}
.\!bg-purple-450\/10{
  background-color: rgb(168 85 247 / 0.1) !important;
}
.\!bg-purple-450\/100{
  background-color: rgb(168 85 247 / 1) !important;
}
.\!bg-purple-450\/15{
  background-color: rgb(168 85 247 / 0.15) !important;
}
.\!bg-purple-450\/20{
  background-color: rgb(168 85 247 / 0.2) !important;
}
.\!bg-purple-450\/25{
  background-color: rgb(168 85 247 / 0.25) !important;
}
.\!bg-purple-450\/30{
  background-color: rgb(168 85 247 / 0.3) !important;
}
.\!bg-purple-450\/35{
  background-color: rgb(168 85 247 / 0.35) !important;
}
.\!bg-purple-450\/40{
  background-color: rgb(168 85 247 / 0.4) !important;
}
.\!bg-purple-450\/45{
  background-color: rgb(168 85 247 / 0.45) !important;
}
.\!bg-purple-450\/5{
  background-color: rgb(168 85 247 / 0.05) !important;
}
.\!bg-purple-450\/50{
  background-color: rgb(168 85 247 / 0.5) !important;
}
.\!bg-purple-450\/55{
  background-color: rgb(168 85 247 / 0.55) !important;
}
.\!bg-purple-450\/60{
  background-color: rgb(168 85 247 / 0.6) !important;
}
.\!bg-purple-450\/65{
  background-color: rgb(168 85 247 / 0.65) !important;
}
.\!bg-purple-450\/70{
  background-color: rgb(168 85 247 / 0.7) !important;
}
.\!bg-purple-450\/75{
  background-color: rgb(168 85 247 / 0.75) !important;
}
.\!bg-purple-450\/80{
  background-color: rgb(168 85 247 / 0.8) !important;
}
.\!bg-purple-450\/85{
  background-color: rgb(168 85 247 / 0.85) !important;
}
.\!bg-purple-450\/90{
  background-color: rgb(168 85 247 / 0.9) !important;
}
.\!bg-purple-450\/95{
  background-color: rgb(168 85 247 / 0.95) !important;
}
.\!bg-purple-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 250 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-50\/0{
  background-color: rgb(252 250 255 / 0) !important;
}
.\!bg-purple-50\/10{
  background-color: rgb(252 250 255 / 0.1) !important;
}
.\!bg-purple-50\/100{
  background-color: rgb(252 250 255 / 1) !important;
}
.\!bg-purple-50\/15{
  background-color: rgb(252 250 255 / 0.15) !important;
}
.\!bg-purple-50\/20{
  background-color: rgb(252 250 255 / 0.2) !important;
}
.\!bg-purple-50\/25{
  background-color: rgb(252 250 255 / 0.25) !important;
}
.\!bg-purple-50\/30{
  background-color: rgb(252 250 255 / 0.3) !important;
}
.\!bg-purple-50\/35{
  background-color: rgb(252 250 255 / 0.35) !important;
}
.\!bg-purple-50\/40{
  background-color: rgb(252 250 255 / 0.4) !important;
}
.\!bg-purple-50\/45{
  background-color: rgb(252 250 255 / 0.45) !important;
}
.\!bg-purple-50\/5{
  background-color: rgb(252 250 255 / 0.05) !important;
}
.\!bg-purple-50\/50{
  background-color: rgb(252 250 255 / 0.5) !important;
}
.\!bg-purple-50\/55{
  background-color: rgb(252 250 255 / 0.55) !important;
}
.\!bg-purple-50\/60{
  background-color: rgb(252 250 255 / 0.6) !important;
}
.\!bg-purple-50\/65{
  background-color: rgb(252 250 255 / 0.65) !important;
}
.\!bg-purple-50\/70{
  background-color: rgb(252 250 255 / 0.7) !important;
}
.\!bg-purple-50\/75{
  background-color: rgb(252 250 255 / 0.75) !important;
}
.\!bg-purple-50\/80{
  background-color: rgb(252 250 255 / 0.8) !important;
}
.\!bg-purple-50\/85{
  background-color: rgb(252 250 255 / 0.85) !important;
}
.\!bg-purple-50\/90{
  background-color: rgb(252 250 255 / 0.9) !important;
}
.\!bg-purple-50\/95{
  background-color: rgb(252 250 255 / 0.95) !important;
}
.\!bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-500\/0{
  background-color: rgb(147 51 234 / 0) !important;
}
.\!bg-purple-500\/10{
  background-color: rgb(147 51 234 / 0.1) !important;
}
.\!bg-purple-500\/100{
  background-color: rgb(147 51 234 / 1) !important;
}
.\!bg-purple-500\/15{
  background-color: rgb(147 51 234 / 0.15) !important;
}
.\!bg-purple-500\/20{
  background-color: rgb(147 51 234 / 0.2) !important;
}
.\!bg-purple-500\/25{
  background-color: rgb(147 51 234 / 0.25) !important;
}
.\!bg-purple-500\/30{
  background-color: rgb(147 51 234 / 0.3) !important;
}
.\!bg-purple-500\/35{
  background-color: rgb(147 51 234 / 0.35) !important;
}
.\!bg-purple-500\/40{
  background-color: rgb(147 51 234 / 0.4) !important;
}
.\!bg-purple-500\/45{
  background-color: rgb(147 51 234 / 0.45) !important;
}
.\!bg-purple-500\/5{
  background-color: rgb(147 51 234 / 0.05) !important;
}
.\!bg-purple-500\/50{
  background-color: rgb(147 51 234 / 0.5) !important;
}
.\!bg-purple-500\/55{
  background-color: rgb(147 51 234 / 0.55) !important;
}
.\!bg-purple-500\/60{
  background-color: rgb(147 51 234 / 0.6) !important;
}
.\!bg-purple-500\/65{
  background-color: rgb(147 51 234 / 0.65) !important;
}
.\!bg-purple-500\/70{
  background-color: rgb(147 51 234 / 0.7) !important;
}
.\!bg-purple-500\/75{
  background-color: rgb(147 51 234 / 0.75) !important;
}
.\!bg-purple-500\/80{
  background-color: rgb(147 51 234 / 0.8) !important;
}
.\!bg-purple-500\/85{
  background-color: rgb(147 51 234 / 0.85) !important;
}
.\!bg-purple-500\/90{
  background-color: rgb(147 51 234 / 0.9) !important;
}
.\!bg-purple-500\/95{
  background-color: rgb(147 51 234 / 0.95) !important;
}
.\!bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-600\/0{
  background-color: rgb(126 34 206 / 0) !important;
}
.\!bg-purple-600\/10{
  background-color: rgb(126 34 206 / 0.1) !important;
}
.\!bg-purple-600\/100{
  background-color: rgb(126 34 206 / 1) !important;
}
.\!bg-purple-600\/15{
  background-color: rgb(126 34 206 / 0.15) !important;
}
.\!bg-purple-600\/20{
  background-color: rgb(126 34 206 / 0.2) !important;
}
.\!bg-purple-600\/25{
  background-color: rgb(126 34 206 / 0.25) !important;
}
.\!bg-purple-600\/30{
  background-color: rgb(126 34 206 / 0.3) !important;
}
.\!bg-purple-600\/35{
  background-color: rgb(126 34 206 / 0.35) !important;
}
.\!bg-purple-600\/40{
  background-color: rgb(126 34 206 / 0.4) !important;
}
.\!bg-purple-600\/45{
  background-color: rgb(126 34 206 / 0.45) !important;
}
.\!bg-purple-600\/5{
  background-color: rgb(126 34 206 / 0.05) !important;
}
.\!bg-purple-600\/50{
  background-color: rgb(126 34 206 / 0.5) !important;
}
.\!bg-purple-600\/55{
  background-color: rgb(126 34 206 / 0.55) !important;
}
.\!bg-purple-600\/60{
  background-color: rgb(126 34 206 / 0.6) !important;
}
.\!bg-purple-600\/65{
  background-color: rgb(126 34 206 / 0.65) !important;
}
.\!bg-purple-600\/70{
  background-color: rgb(126 34 206 / 0.7) !important;
}
.\!bg-purple-600\/75{
  background-color: rgb(126 34 206 / 0.75) !important;
}
.\!bg-purple-600\/80{
  background-color: rgb(126 34 206 / 0.8) !important;
}
.\!bg-purple-600\/85{
  background-color: rgb(126 34 206 / 0.85) !important;
}
.\!bg-purple-600\/90{
  background-color: rgb(126 34 206 / 0.9) !important;
}
.\!bg-purple-600\/95{
  background-color: rgb(126 34 206 / 0.95) !important;
}
.\!bg-purple-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-650\/0{
  background-color: rgb(107 33 168 / 0) !important;
}
.\!bg-purple-650\/10{
  background-color: rgb(107 33 168 / 0.1) !important;
}
.\!bg-purple-650\/100{
  background-color: rgb(107 33 168 / 1) !important;
}
.\!bg-purple-650\/15{
  background-color: rgb(107 33 168 / 0.15) !important;
}
.\!bg-purple-650\/20{
  background-color: rgb(107 33 168 / 0.2) !important;
}
.\!bg-purple-650\/25{
  background-color: rgb(107 33 168 / 0.25) !important;
}
.\!bg-purple-650\/30{
  background-color: rgb(107 33 168 / 0.3) !important;
}
.\!bg-purple-650\/35{
  background-color: rgb(107 33 168 / 0.35) !important;
}
.\!bg-purple-650\/40{
  background-color: rgb(107 33 168 / 0.4) !important;
}
.\!bg-purple-650\/45{
  background-color: rgb(107 33 168 / 0.45) !important;
}
.\!bg-purple-650\/5{
  background-color: rgb(107 33 168 / 0.05) !important;
}
.\!bg-purple-650\/50{
  background-color: rgb(107 33 168 / 0.5) !important;
}
.\!bg-purple-650\/55{
  background-color: rgb(107 33 168 / 0.55) !important;
}
.\!bg-purple-650\/60{
  background-color: rgb(107 33 168 / 0.6) !important;
}
.\!bg-purple-650\/65{
  background-color: rgb(107 33 168 / 0.65) !important;
}
.\!bg-purple-650\/70{
  background-color: rgb(107 33 168 / 0.7) !important;
}
.\!bg-purple-650\/75{
  background-color: rgb(107 33 168 / 0.75) !important;
}
.\!bg-purple-650\/80{
  background-color: rgb(107 33 168 / 0.8) !important;
}
.\!bg-purple-650\/85{
  background-color: rgb(107 33 168 / 0.85) !important;
}
.\!bg-purple-650\/90{
  background-color: rgb(107 33 168 / 0.9) !important;
}
.\!bg-purple-650\/95{
  background-color: rgb(107 33 168 / 0.95) !important;
}
.\!bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-700\/0{
  background-color: rgb(88 28 135 / 0) !important;
}
.\!bg-purple-700\/10{
  background-color: rgb(88 28 135 / 0.1) !important;
}
.\!bg-purple-700\/100{
  background-color: rgb(88 28 135 / 1) !important;
}
.\!bg-purple-700\/15{
  background-color: rgb(88 28 135 / 0.15) !important;
}
.\!bg-purple-700\/20{
  background-color: rgb(88 28 135 / 0.2) !important;
}
.\!bg-purple-700\/25{
  background-color: rgb(88 28 135 / 0.25) !important;
}
.\!bg-purple-700\/30{
  background-color: rgb(88 28 135 / 0.3) !important;
}
.\!bg-purple-700\/35{
  background-color: rgb(88 28 135 / 0.35) !important;
}
.\!bg-purple-700\/40{
  background-color: rgb(88 28 135 / 0.4) !important;
}
.\!bg-purple-700\/45{
  background-color: rgb(88 28 135 / 0.45) !important;
}
.\!bg-purple-700\/5{
  background-color: rgb(88 28 135 / 0.05) !important;
}
.\!bg-purple-700\/50{
  background-color: rgb(88 28 135 / 0.5) !important;
}
.\!bg-purple-700\/55{
  background-color: rgb(88 28 135 / 0.55) !important;
}
.\!bg-purple-700\/60{
  background-color: rgb(88 28 135 / 0.6) !important;
}
.\!bg-purple-700\/65{
  background-color: rgb(88 28 135 / 0.65) !important;
}
.\!bg-purple-700\/70{
  background-color: rgb(88 28 135 / 0.7) !important;
}
.\!bg-purple-700\/75{
  background-color: rgb(88 28 135 / 0.75) !important;
}
.\!bg-purple-700\/80{
  background-color: rgb(88 28 135 / 0.8) !important;
}
.\!bg-purple-700\/85{
  background-color: rgb(88 28 135 / 0.85) !important;
}
.\!bg-purple-700\/90{
  background-color: rgb(88 28 135 / 0.9) !important;
}
.\!bg-purple-700\/95{
  background-color: rgb(88 28 135 / 0.95) !important;
}
.\!bg-purple-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 17 107 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-750\/0{
  background-color: rgb(68 17 107 / 0) !important;
}
.\!bg-purple-750\/10{
  background-color: rgb(68 17 107 / 0.1) !important;
}
.\!bg-purple-750\/100{
  background-color: rgb(68 17 107 / 1) !important;
}
.\!bg-purple-750\/15{
  background-color: rgb(68 17 107 / 0.15) !important;
}
.\!bg-purple-750\/20{
  background-color: rgb(68 17 107 / 0.2) !important;
}
.\!bg-purple-750\/25{
  background-color: rgb(68 17 107 / 0.25) !important;
}
.\!bg-purple-750\/30{
  background-color: rgb(68 17 107 / 0.3) !important;
}
.\!bg-purple-750\/35{
  background-color: rgb(68 17 107 / 0.35) !important;
}
.\!bg-purple-750\/40{
  background-color: rgb(68 17 107 / 0.4) !important;
}
.\!bg-purple-750\/45{
  background-color: rgb(68 17 107 / 0.45) !important;
}
.\!bg-purple-750\/5{
  background-color: rgb(68 17 107 / 0.05) !important;
}
.\!bg-purple-750\/50{
  background-color: rgb(68 17 107 / 0.5) !important;
}
.\!bg-purple-750\/55{
  background-color: rgb(68 17 107 / 0.55) !important;
}
.\!bg-purple-750\/60{
  background-color: rgb(68 17 107 / 0.6) !important;
}
.\!bg-purple-750\/65{
  background-color: rgb(68 17 107 / 0.65) !important;
}
.\!bg-purple-750\/70{
  background-color: rgb(68 17 107 / 0.7) !important;
}
.\!bg-purple-750\/75{
  background-color: rgb(68 17 107 / 0.75) !important;
}
.\!bg-purple-750\/80{
  background-color: rgb(68 17 107 / 0.8) !important;
}
.\!bg-purple-750\/85{
  background-color: rgb(68 17 107 / 0.85) !important;
}
.\!bg-purple-750\/90{
  background-color: rgb(68 17 107 / 0.9) !important;
}
.\!bg-purple-750\/95{
  background-color: rgb(68 17 107 / 0.95) !important;
}
.\!bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 22 89 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-800\/0{
  background-color: rgb(60 22 89 / 0) !important;
}
.\!bg-purple-800\/10{
  background-color: rgb(60 22 89 / 0.1) !important;
}
.\!bg-purple-800\/100{
  background-color: rgb(60 22 89 / 1) !important;
}
.\!bg-purple-800\/15{
  background-color: rgb(60 22 89 / 0.15) !important;
}
.\!bg-purple-800\/20{
  background-color: rgb(60 22 89 / 0.2) !important;
}
.\!bg-purple-800\/25{
  background-color: rgb(60 22 89 / 0.25) !important;
}
.\!bg-purple-800\/30{
  background-color: rgb(60 22 89 / 0.3) !important;
}
.\!bg-purple-800\/35{
  background-color: rgb(60 22 89 / 0.35) !important;
}
.\!bg-purple-800\/40{
  background-color: rgb(60 22 89 / 0.4) !important;
}
.\!bg-purple-800\/45{
  background-color: rgb(60 22 89 / 0.45) !important;
}
.\!bg-purple-800\/5{
  background-color: rgb(60 22 89 / 0.05) !important;
}
.\!bg-purple-800\/50{
  background-color: rgb(60 22 89 / 0.5) !important;
}
.\!bg-purple-800\/55{
  background-color: rgb(60 22 89 / 0.55) !important;
}
.\!bg-purple-800\/60{
  background-color: rgb(60 22 89 / 0.6) !important;
}
.\!bg-purple-800\/65{
  background-color: rgb(60 22 89 / 0.65) !important;
}
.\!bg-purple-800\/70{
  background-color: rgb(60 22 89 / 0.7) !important;
}
.\!bg-purple-800\/75{
  background-color: rgb(60 22 89 / 0.75) !important;
}
.\!bg-purple-800\/80{
  background-color: rgb(60 22 89 / 0.8) !important;
}
.\!bg-purple-800\/85{
  background-color: rgb(60 22 89 / 0.85) !important;
}
.\!bg-purple-800\/90{
  background-color: rgb(60 22 89 / 0.9) !important;
}
.\!bg-purple-800\/95{
  background-color: rgb(60 22 89 / 0.95) !important;
}
.\!bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 8 77 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-900\/0{
  background-color: rgb(46 8 77 / 0) !important;
}
.\!bg-purple-900\/10{
  background-color: rgb(46 8 77 / 0.1) !important;
}
.\!bg-purple-900\/100{
  background-color: rgb(46 8 77 / 1) !important;
}
.\!bg-purple-900\/15{
  background-color: rgb(46 8 77 / 0.15) !important;
}
.\!bg-purple-900\/20{
  background-color: rgb(46 8 77 / 0.2) !important;
}
.\!bg-purple-900\/25{
  background-color: rgb(46 8 77 / 0.25) !important;
}
.\!bg-purple-900\/30{
  background-color: rgb(46 8 77 / 0.3) !important;
}
.\!bg-purple-900\/35{
  background-color: rgb(46 8 77 / 0.35) !important;
}
.\!bg-purple-900\/40{
  background-color: rgb(46 8 77 / 0.4) !important;
}
.\!bg-purple-900\/45{
  background-color: rgb(46 8 77 / 0.45) !important;
}
.\!bg-purple-900\/5{
  background-color: rgb(46 8 77 / 0.05) !important;
}
.\!bg-purple-900\/50{
  background-color: rgb(46 8 77 / 0.5) !important;
}
.\!bg-purple-900\/55{
  background-color: rgb(46 8 77 / 0.55) !important;
}
.\!bg-purple-900\/60{
  background-color: rgb(46 8 77 / 0.6) !important;
}
.\!bg-purple-900\/65{
  background-color: rgb(46 8 77 / 0.65) !important;
}
.\!bg-purple-900\/70{
  background-color: rgb(46 8 77 / 0.7) !important;
}
.\!bg-purple-900\/75{
  background-color: rgb(46 8 77 / 0.75) !important;
}
.\!bg-purple-900\/80{
  background-color: rgb(46 8 77 / 0.8) !important;
}
.\!bg-purple-900\/85{
  background-color: rgb(46 8 77 / 0.85) !important;
}
.\!bg-purple-900\/90{
  background-color: rgb(46 8 77 / 0.9) !important;
}
.\!bg-purple-900\/95{
  background-color: rgb(46 8 77 / 0.95) !important;
}
.\!bg-purple-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity)) !important;
}
.\!bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0) !important;
}
.\!bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1) !important;
}
.\!bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1) !important;
}
.\!bg-purple-950\/15{
  background-color: rgb(59 7 100 / 0.15) !important;
}
.\!bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2) !important;
}
.\!bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25) !important;
}
.\!bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3) !important;
}
.\!bg-purple-950\/35{
  background-color: rgb(59 7 100 / 0.35) !important;
}
.\!bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4) !important;
}
.\!bg-purple-950\/45{
  background-color: rgb(59 7 100 / 0.45) !important;
}
.\!bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05) !important;
}
.\!bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5) !important;
}
.\!bg-purple-950\/55{
  background-color: rgb(59 7 100 / 0.55) !important;
}
.\!bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6) !important;
}
.\!bg-purple-950\/65{
  background-color: rgb(59 7 100 / 0.65) !important;
}
.\!bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7) !important;
}
.\!bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75) !important;
}
.\!bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8) !important;
}
.\!bg-purple-950\/85{
  background-color: rgb(59 7 100 / 0.85) !important;
}
.\!bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9) !important;
}
.\!bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95) !important;
}
.\!bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-100\/0{
  background-color: rgb(254 226 226 / 0) !important;
}
.\!bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1) !important;
}
.\!bg-red-100\/100{
  background-color: rgb(254 226 226 / 1) !important;
}
.\!bg-red-100\/15{
  background-color: rgb(254 226 226 / 0.15) !important;
}
.\!bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2) !important;
}
.\!bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25) !important;
}
.\!bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3) !important;
}
.\!bg-red-100\/35{
  background-color: rgb(254 226 226 / 0.35) !important;
}
.\!bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4) !important;
}
.\!bg-red-100\/45{
  background-color: rgb(254 226 226 / 0.45) !important;
}
.\!bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05) !important;
}
.\!bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5) !important;
}
.\!bg-red-100\/55{
  background-color: rgb(254 226 226 / 0.55) !important;
}
.\!bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6) !important;
}
.\!bg-red-100\/65{
  background-color: rgb(254 226 226 / 0.65) !important;
}
.\!bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7) !important;
}
.\!bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75) !important;
}
.\!bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8) !important;
}
.\!bg-red-100\/85{
  background-color: rgb(254 226 226 / 0.85) !important;
}
.\!bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9) !important;
}
.\!bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95) !important;
}
.\!bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-200\/0{
  background-color: rgb(254 202 202 / 0) !important;
}
.\!bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1) !important;
}
.\!bg-red-200\/100{
  background-color: rgb(254 202 202 / 1) !important;
}
.\!bg-red-200\/15{
  background-color: rgb(254 202 202 / 0.15) !important;
}
.\!bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2) !important;
}
.\!bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25) !important;
}
.\!bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3) !important;
}
.\!bg-red-200\/35{
  background-color: rgb(254 202 202 / 0.35) !important;
}
.\!bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4) !important;
}
.\!bg-red-200\/45{
  background-color: rgb(254 202 202 / 0.45) !important;
}
.\!bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05) !important;
}
.\!bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5) !important;
}
.\!bg-red-200\/55{
  background-color: rgb(254 202 202 / 0.55) !important;
}
.\!bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6) !important;
}
.\!bg-red-200\/65{
  background-color: rgb(254 202 202 / 0.65) !important;
}
.\!bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7) !important;
}
.\!bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75) !important;
}
.\!bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8) !important;
}
.\!bg-red-200\/85{
  background-color: rgb(254 202 202 / 0.85) !important;
}
.\!bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9) !important;
}
.\!bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95) !important;
}
.\!bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-300\/0{
  background-color: rgb(252 165 165 / 0) !important;
}
.\!bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1) !important;
}
.\!bg-red-300\/100{
  background-color: rgb(252 165 165 / 1) !important;
}
.\!bg-red-300\/15{
  background-color: rgb(252 165 165 / 0.15) !important;
}
.\!bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2) !important;
}
.\!bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25) !important;
}
.\!bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3) !important;
}
.\!bg-red-300\/35{
  background-color: rgb(252 165 165 / 0.35) !important;
}
.\!bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4) !important;
}
.\!bg-red-300\/45{
  background-color: rgb(252 165 165 / 0.45) !important;
}
.\!bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05) !important;
}
.\!bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5) !important;
}
.\!bg-red-300\/55{
  background-color: rgb(252 165 165 / 0.55) !important;
}
.\!bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6) !important;
}
.\!bg-red-300\/65{
  background-color: rgb(252 165 165 / 0.65) !important;
}
.\!bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7) !important;
}
.\!bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75) !important;
}
.\!bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8) !important;
}
.\!bg-red-300\/85{
  background-color: rgb(252 165 165 / 0.85) !important;
}
.\!bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9) !important;
}
.\!bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95) !important;
}
.\!bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-400\/0{
  background-color: rgb(248 113 113 / 0) !important;
}
.\!bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1) !important;
}
.\!bg-red-400\/100{
  background-color: rgb(248 113 113 / 1) !important;
}
.\!bg-red-400\/15{
  background-color: rgb(248 113 113 / 0.15) !important;
}
.\!bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2) !important;
}
.\!bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25) !important;
}
.\!bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3) !important;
}
.\!bg-red-400\/35{
  background-color: rgb(248 113 113 / 0.35) !important;
}
.\!bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4) !important;
}
.\!bg-red-400\/45{
  background-color: rgb(248 113 113 / 0.45) !important;
}
.\!bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05) !important;
}
.\!bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5) !important;
}
.\!bg-red-400\/55{
  background-color: rgb(248 113 113 / 0.55) !important;
}
.\!bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6) !important;
}
.\!bg-red-400\/65{
  background-color: rgb(248 113 113 / 0.65) !important;
}
.\!bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7) !important;
}
.\!bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75) !important;
}
.\!bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8) !important;
}
.\!bg-red-400\/85{
  background-color: rgb(248 113 113 / 0.85) !important;
}
.\!bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9) !important;
}
.\!bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95) !important;
}
.\!bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-50\/0{
  background-color: rgb(254 242 242 / 0) !important;
}
.\!bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1) !important;
}
.\!bg-red-50\/100{
  background-color: rgb(254 242 242 / 1) !important;
}
.\!bg-red-50\/15{
  background-color: rgb(254 242 242 / 0.15) !important;
}
.\!bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2) !important;
}
.\!bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25) !important;
}
.\!bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3) !important;
}
.\!bg-red-50\/35{
  background-color: rgb(254 242 242 / 0.35) !important;
}
.\!bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4) !important;
}
.\!bg-red-50\/45{
  background-color: rgb(254 242 242 / 0.45) !important;
}
.\!bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05) !important;
}
.\!bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5) !important;
}
.\!bg-red-50\/55{
  background-color: rgb(254 242 242 / 0.55) !important;
}
.\!bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6) !important;
}
.\!bg-red-50\/65{
  background-color: rgb(254 242 242 / 0.65) !important;
}
.\!bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7) !important;
}
.\!bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75) !important;
}
.\!bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8) !important;
}
.\!bg-red-50\/85{
  background-color: rgb(254 242 242 / 0.85) !important;
}
.\!bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9) !important;
}
.\!bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95) !important;
}
.\!bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-500\/0{
  background-color: rgb(239 68 68 / 0) !important;
}
.\!bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1) !important;
}
.\!bg-red-500\/100{
  background-color: rgb(239 68 68 / 1) !important;
}
.\!bg-red-500\/15{
  background-color: rgb(239 68 68 / 0.15) !important;
}
.\!bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2) !important;
}
.\!bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25) !important;
}
.\!bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3) !important;
}
.\!bg-red-500\/35{
  background-color: rgb(239 68 68 / 0.35) !important;
}
.\!bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4) !important;
}
.\!bg-red-500\/45{
  background-color: rgb(239 68 68 / 0.45) !important;
}
.\!bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05) !important;
}
.\!bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5) !important;
}
.\!bg-red-500\/55{
  background-color: rgb(239 68 68 / 0.55) !important;
}
.\!bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6) !important;
}
.\!bg-red-500\/65{
  background-color: rgb(239 68 68 / 0.65) !important;
}
.\!bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7) !important;
}
.\!bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75) !important;
}
.\!bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8) !important;
}
.\!bg-red-500\/85{
  background-color: rgb(239 68 68 / 0.85) !important;
}
.\!bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9) !important;
}
.\!bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95) !important;
}
.\!bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-600\/0{
  background-color: rgb(220 38 38 / 0) !important;
}
.\!bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1) !important;
}
.\!bg-red-600\/100{
  background-color: rgb(220 38 38 / 1) !important;
}
.\!bg-red-600\/15{
  background-color: rgb(220 38 38 / 0.15) !important;
}
.\!bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2) !important;
}
.\!bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25) !important;
}
.\!bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3) !important;
}
.\!bg-red-600\/35{
  background-color: rgb(220 38 38 / 0.35) !important;
}
.\!bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4) !important;
}
.\!bg-red-600\/45{
  background-color: rgb(220 38 38 / 0.45) !important;
}
.\!bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05) !important;
}
.\!bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5) !important;
}
.\!bg-red-600\/55{
  background-color: rgb(220 38 38 / 0.55) !important;
}
.\!bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6) !important;
}
.\!bg-red-600\/65{
  background-color: rgb(220 38 38 / 0.65) !important;
}
.\!bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7) !important;
}
.\!bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75) !important;
}
.\!bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8) !important;
}
.\!bg-red-600\/85{
  background-color: rgb(220 38 38 / 0.85) !important;
}
.\!bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9) !important;
}
.\!bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95) !important;
}
.\!bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-700\/0{
  background-color: rgb(185 28 28 / 0) !important;
}
.\!bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1) !important;
}
.\!bg-red-700\/100{
  background-color: rgb(185 28 28 / 1) !important;
}
.\!bg-red-700\/15{
  background-color: rgb(185 28 28 / 0.15) !important;
}
.\!bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2) !important;
}
.\!bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25) !important;
}
.\!bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3) !important;
}
.\!bg-red-700\/35{
  background-color: rgb(185 28 28 / 0.35) !important;
}
.\!bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4) !important;
}
.\!bg-red-700\/45{
  background-color: rgb(185 28 28 / 0.45) !important;
}
.\!bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05) !important;
}
.\!bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5) !important;
}
.\!bg-red-700\/55{
  background-color: rgb(185 28 28 / 0.55) !important;
}
.\!bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6) !important;
}
.\!bg-red-700\/65{
  background-color: rgb(185 28 28 / 0.65) !important;
}
.\!bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7) !important;
}
.\!bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75) !important;
}
.\!bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8) !important;
}
.\!bg-red-700\/85{
  background-color: rgb(185 28 28 / 0.85) !important;
}
.\!bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9) !important;
}
.\!bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95) !important;
}
.\!bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-800\/0{
  background-color: rgb(153 27 27 / 0) !important;
}
.\!bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1) !important;
}
.\!bg-red-800\/100{
  background-color: rgb(153 27 27 / 1) !important;
}
.\!bg-red-800\/15{
  background-color: rgb(153 27 27 / 0.15) !important;
}
.\!bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2) !important;
}
.\!bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25) !important;
}
.\!bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3) !important;
}
.\!bg-red-800\/35{
  background-color: rgb(153 27 27 / 0.35) !important;
}
.\!bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4) !important;
}
.\!bg-red-800\/45{
  background-color: rgb(153 27 27 / 0.45) !important;
}
.\!bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05) !important;
}
.\!bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5) !important;
}
.\!bg-red-800\/55{
  background-color: rgb(153 27 27 / 0.55) !important;
}
.\!bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6) !important;
}
.\!bg-red-800\/65{
  background-color: rgb(153 27 27 / 0.65) !important;
}
.\!bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7) !important;
}
.\!bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75) !important;
}
.\!bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8) !important;
}
.\!bg-red-800\/85{
  background-color: rgb(153 27 27 / 0.85) !important;
}
.\!bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9) !important;
}
.\!bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95) !important;
}
.\!bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-900\/0{
  background-color: rgb(127 29 29 / 0) !important;
}
.\!bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1) !important;
}
.\!bg-red-900\/100{
  background-color: rgb(127 29 29 / 1) !important;
}
.\!bg-red-900\/15{
  background-color: rgb(127 29 29 / 0.15) !important;
}
.\!bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2) !important;
}
.\!bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25) !important;
}
.\!bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3) !important;
}
.\!bg-red-900\/35{
  background-color: rgb(127 29 29 / 0.35) !important;
}
.\!bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4) !important;
}
.\!bg-red-900\/45{
  background-color: rgb(127 29 29 / 0.45) !important;
}
.\!bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05) !important;
}
.\!bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5) !important;
}
.\!bg-red-900\/55{
  background-color: rgb(127 29 29 / 0.55) !important;
}
.\!bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6) !important;
}
.\!bg-red-900\/65{
  background-color: rgb(127 29 29 / 0.65) !important;
}
.\!bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7) !important;
}
.\!bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75) !important;
}
.\!bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8) !important;
}
.\!bg-red-900\/85{
  background-color: rgb(127 29 29 / 0.85) !important;
}
.\!bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9) !important;
}
.\!bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95) !important;
}
.\!bg-red-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-950\/0{
  background-color: rgb(69 10 10 / 0) !important;
}
.\!bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1) !important;
}
.\!bg-red-950\/100{
  background-color: rgb(69 10 10 / 1) !important;
}
.\!bg-red-950\/15{
  background-color: rgb(69 10 10 / 0.15) !important;
}
.\!bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2) !important;
}
.\!bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25) !important;
}
.\!bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3) !important;
}
.\!bg-red-950\/35{
  background-color: rgb(69 10 10 / 0.35) !important;
}
.\!bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4) !important;
}
.\!bg-red-950\/45{
  background-color: rgb(69 10 10 / 0.45) !important;
}
.\!bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05) !important;
}
.\!bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5) !important;
}
.\!bg-red-950\/55{
  background-color: rgb(69 10 10 / 0.55) !important;
}
.\!bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6) !important;
}
.\!bg-red-950\/65{
  background-color: rgb(69 10 10 / 0.65) !important;
}
.\!bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7) !important;
}
.\!bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75) !important;
}
.\!bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8) !important;
}
.\!bg-red-950\/85{
  background-color: rgb(69 10 10 / 0.85) !important;
}
.\!bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9) !important;
}
.\!bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95) !important;
}
.\!bg-rose-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-100\/0{
  background-color: rgb(255 241 242 / 0) !important;
}
.\!bg-rose-100\/10{
  background-color: rgb(255 241 242 / 0.1) !important;
}
.\!bg-rose-100\/100{
  background-color: rgb(255 241 242 / 1) !important;
}
.\!bg-rose-100\/15{
  background-color: rgb(255 241 242 / 0.15) !important;
}
.\!bg-rose-100\/20{
  background-color: rgb(255 241 242 / 0.2) !important;
}
.\!bg-rose-100\/25{
  background-color: rgb(255 241 242 / 0.25) !important;
}
.\!bg-rose-100\/30{
  background-color: rgb(255 241 242 / 0.3) !important;
}
.\!bg-rose-100\/35{
  background-color: rgb(255 241 242 / 0.35) !important;
}
.\!bg-rose-100\/40{
  background-color: rgb(255 241 242 / 0.4) !important;
}
.\!bg-rose-100\/45{
  background-color: rgb(255 241 242 / 0.45) !important;
}
.\!bg-rose-100\/5{
  background-color: rgb(255 241 242 / 0.05) !important;
}
.\!bg-rose-100\/50{
  background-color: rgb(255 241 242 / 0.5) !important;
}
.\!bg-rose-100\/55{
  background-color: rgb(255 241 242 / 0.55) !important;
}
.\!bg-rose-100\/60{
  background-color: rgb(255 241 242 / 0.6) !important;
}
.\!bg-rose-100\/65{
  background-color: rgb(255 241 242 / 0.65) !important;
}
.\!bg-rose-100\/70{
  background-color: rgb(255 241 242 / 0.7) !important;
}
.\!bg-rose-100\/75{
  background-color: rgb(255 241 242 / 0.75) !important;
}
.\!bg-rose-100\/80{
  background-color: rgb(255 241 242 / 0.8) !important;
}
.\!bg-rose-100\/85{
  background-color: rgb(255 241 242 / 0.85) !important;
}
.\!bg-rose-100\/90{
  background-color: rgb(255 241 242 / 0.9) !important;
}
.\!bg-rose-100\/95{
  background-color: rgb(255 241 242 / 0.95) !important;
}
.\!bg-rose-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-200\/0{
  background-color: rgb(255 228 230 / 0) !important;
}
.\!bg-rose-200\/10{
  background-color: rgb(255 228 230 / 0.1) !important;
}
.\!bg-rose-200\/100{
  background-color: rgb(255 228 230 / 1) !important;
}
.\!bg-rose-200\/15{
  background-color: rgb(255 228 230 / 0.15) !important;
}
.\!bg-rose-200\/20{
  background-color: rgb(255 228 230 / 0.2) !important;
}
.\!bg-rose-200\/25{
  background-color: rgb(255 228 230 / 0.25) !important;
}
.\!bg-rose-200\/30{
  background-color: rgb(255 228 230 / 0.3) !important;
}
.\!bg-rose-200\/35{
  background-color: rgb(255 228 230 / 0.35) !important;
}
.\!bg-rose-200\/40{
  background-color: rgb(255 228 230 / 0.4) !important;
}
.\!bg-rose-200\/45{
  background-color: rgb(255 228 230 / 0.45) !important;
}
.\!bg-rose-200\/5{
  background-color: rgb(255 228 230 / 0.05) !important;
}
.\!bg-rose-200\/50{
  background-color: rgb(255 228 230 / 0.5) !important;
}
.\!bg-rose-200\/55{
  background-color: rgb(255 228 230 / 0.55) !important;
}
.\!bg-rose-200\/60{
  background-color: rgb(255 228 230 / 0.6) !important;
}
.\!bg-rose-200\/65{
  background-color: rgb(255 228 230 / 0.65) !important;
}
.\!bg-rose-200\/70{
  background-color: rgb(255 228 230 / 0.7) !important;
}
.\!bg-rose-200\/75{
  background-color: rgb(255 228 230 / 0.75) !important;
}
.\!bg-rose-200\/80{
  background-color: rgb(255 228 230 / 0.8) !important;
}
.\!bg-rose-200\/85{
  background-color: rgb(255 228 230 / 0.85) !important;
}
.\!bg-rose-200\/90{
  background-color: rgb(255 228 230 / 0.9) !important;
}
.\!bg-rose-200\/95{
  background-color: rgb(255 228 230 / 0.95) !important;
}
.\!bg-rose-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-300\/0{
  background-color: rgb(254 205 211 / 0) !important;
}
.\!bg-rose-300\/10{
  background-color: rgb(254 205 211 / 0.1) !important;
}
.\!bg-rose-300\/100{
  background-color: rgb(254 205 211 / 1) !important;
}
.\!bg-rose-300\/15{
  background-color: rgb(254 205 211 / 0.15) !important;
}
.\!bg-rose-300\/20{
  background-color: rgb(254 205 211 / 0.2) !important;
}
.\!bg-rose-300\/25{
  background-color: rgb(254 205 211 / 0.25) !important;
}
.\!bg-rose-300\/30{
  background-color: rgb(254 205 211 / 0.3) !important;
}
.\!bg-rose-300\/35{
  background-color: rgb(254 205 211 / 0.35) !important;
}
.\!bg-rose-300\/40{
  background-color: rgb(254 205 211 / 0.4) !important;
}
.\!bg-rose-300\/45{
  background-color: rgb(254 205 211 / 0.45) !important;
}
.\!bg-rose-300\/5{
  background-color: rgb(254 205 211 / 0.05) !important;
}
.\!bg-rose-300\/50{
  background-color: rgb(254 205 211 / 0.5) !important;
}
.\!bg-rose-300\/55{
  background-color: rgb(254 205 211 / 0.55) !important;
}
.\!bg-rose-300\/60{
  background-color: rgb(254 205 211 / 0.6) !important;
}
.\!bg-rose-300\/65{
  background-color: rgb(254 205 211 / 0.65) !important;
}
.\!bg-rose-300\/70{
  background-color: rgb(254 205 211 / 0.7) !important;
}
.\!bg-rose-300\/75{
  background-color: rgb(254 205 211 / 0.75) !important;
}
.\!bg-rose-300\/80{
  background-color: rgb(254 205 211 / 0.8) !important;
}
.\!bg-rose-300\/85{
  background-color: rgb(254 205 211 / 0.85) !important;
}
.\!bg-rose-300\/90{
  background-color: rgb(254 205 211 / 0.9) !important;
}
.\!bg-rose-300\/95{
  background-color: rgb(254 205 211 / 0.95) !important;
}
.\!bg-rose-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-350\/0{
  background-color: rgb(253 164 175 / 0) !important;
}
.\!bg-rose-350\/10{
  background-color: rgb(253 164 175 / 0.1) !important;
}
.\!bg-rose-350\/100{
  background-color: rgb(253 164 175 / 1) !important;
}
.\!bg-rose-350\/15{
  background-color: rgb(253 164 175 / 0.15) !important;
}
.\!bg-rose-350\/20{
  background-color: rgb(253 164 175 / 0.2) !important;
}
.\!bg-rose-350\/25{
  background-color: rgb(253 164 175 / 0.25) !important;
}
.\!bg-rose-350\/30{
  background-color: rgb(253 164 175 / 0.3) !important;
}
.\!bg-rose-350\/35{
  background-color: rgb(253 164 175 / 0.35) !important;
}
.\!bg-rose-350\/40{
  background-color: rgb(253 164 175 / 0.4) !important;
}
.\!bg-rose-350\/45{
  background-color: rgb(253 164 175 / 0.45) !important;
}
.\!bg-rose-350\/5{
  background-color: rgb(253 164 175 / 0.05) !important;
}
.\!bg-rose-350\/50{
  background-color: rgb(253 164 175 / 0.5) !important;
}
.\!bg-rose-350\/55{
  background-color: rgb(253 164 175 / 0.55) !important;
}
.\!bg-rose-350\/60{
  background-color: rgb(253 164 175 / 0.6) !important;
}
.\!bg-rose-350\/65{
  background-color: rgb(253 164 175 / 0.65) !important;
}
.\!bg-rose-350\/70{
  background-color: rgb(253 164 175 / 0.7) !important;
}
.\!bg-rose-350\/75{
  background-color: rgb(253 164 175 / 0.75) !important;
}
.\!bg-rose-350\/80{
  background-color: rgb(253 164 175 / 0.8) !important;
}
.\!bg-rose-350\/85{
  background-color: rgb(253 164 175 / 0.85) !important;
}
.\!bg-rose-350\/90{
  background-color: rgb(253 164 175 / 0.9) !important;
}
.\!bg-rose-350\/95{
  background-color: rgb(253 164 175 / 0.95) !important;
}
.\!bg-rose-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-400\/0{
  background-color: rgb(251 113 133 / 0) !important;
}
.\!bg-rose-400\/10{
  background-color: rgb(251 113 133 / 0.1) !important;
}
.\!bg-rose-400\/100{
  background-color: rgb(251 113 133 / 1) !important;
}
.\!bg-rose-400\/15{
  background-color: rgb(251 113 133 / 0.15) !important;
}
.\!bg-rose-400\/20{
  background-color: rgb(251 113 133 / 0.2) !important;
}
.\!bg-rose-400\/25{
  background-color: rgb(251 113 133 / 0.25) !important;
}
.\!bg-rose-400\/30{
  background-color: rgb(251 113 133 / 0.3) !important;
}
.\!bg-rose-400\/35{
  background-color: rgb(251 113 133 / 0.35) !important;
}
.\!bg-rose-400\/40{
  background-color: rgb(251 113 133 / 0.4) !important;
}
.\!bg-rose-400\/45{
  background-color: rgb(251 113 133 / 0.45) !important;
}
.\!bg-rose-400\/5{
  background-color: rgb(251 113 133 / 0.05) !important;
}
.\!bg-rose-400\/50{
  background-color: rgb(251 113 133 / 0.5) !important;
}
.\!bg-rose-400\/55{
  background-color: rgb(251 113 133 / 0.55) !important;
}
.\!bg-rose-400\/60{
  background-color: rgb(251 113 133 / 0.6) !important;
}
.\!bg-rose-400\/65{
  background-color: rgb(251 113 133 / 0.65) !important;
}
.\!bg-rose-400\/70{
  background-color: rgb(251 113 133 / 0.7) !important;
}
.\!bg-rose-400\/75{
  background-color: rgb(251 113 133 / 0.75) !important;
}
.\!bg-rose-400\/80{
  background-color: rgb(251 113 133 / 0.8) !important;
}
.\!bg-rose-400\/85{
  background-color: rgb(251 113 133 / 0.85) !important;
}
.\!bg-rose-400\/90{
  background-color: rgb(251 113 133 / 0.9) !important;
}
.\!bg-rose-400\/95{
  background-color: rgb(251 113 133 / 0.95) !important;
}
.\!bg-rose-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-450\/0{
  background-color: rgb(244 63 94 / 0) !important;
}
.\!bg-rose-450\/10{
  background-color: rgb(244 63 94 / 0.1) !important;
}
.\!bg-rose-450\/100{
  background-color: rgb(244 63 94 / 1) !important;
}
.\!bg-rose-450\/15{
  background-color: rgb(244 63 94 / 0.15) !important;
}
.\!bg-rose-450\/20{
  background-color: rgb(244 63 94 / 0.2) !important;
}
.\!bg-rose-450\/25{
  background-color: rgb(244 63 94 / 0.25) !important;
}
.\!bg-rose-450\/30{
  background-color: rgb(244 63 94 / 0.3) !important;
}
.\!bg-rose-450\/35{
  background-color: rgb(244 63 94 / 0.35) !important;
}
.\!bg-rose-450\/40{
  background-color: rgb(244 63 94 / 0.4) !important;
}
.\!bg-rose-450\/45{
  background-color: rgb(244 63 94 / 0.45) !important;
}
.\!bg-rose-450\/5{
  background-color: rgb(244 63 94 / 0.05) !important;
}
.\!bg-rose-450\/50{
  background-color: rgb(244 63 94 / 0.5) !important;
}
.\!bg-rose-450\/55{
  background-color: rgb(244 63 94 / 0.55) !important;
}
.\!bg-rose-450\/60{
  background-color: rgb(244 63 94 / 0.6) !important;
}
.\!bg-rose-450\/65{
  background-color: rgb(244 63 94 / 0.65) !important;
}
.\!bg-rose-450\/70{
  background-color: rgb(244 63 94 / 0.7) !important;
}
.\!bg-rose-450\/75{
  background-color: rgb(244 63 94 / 0.75) !important;
}
.\!bg-rose-450\/80{
  background-color: rgb(244 63 94 / 0.8) !important;
}
.\!bg-rose-450\/85{
  background-color: rgb(244 63 94 / 0.85) !important;
}
.\!bg-rose-450\/90{
  background-color: rgb(244 63 94 / 0.9) !important;
}
.\!bg-rose-450\/95{
  background-color: rgb(244 63 94 / 0.95) !important;
}
.\!bg-rose-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 250 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-50\/0{
  background-color: rgb(255 250 250 / 0) !important;
}
.\!bg-rose-50\/10{
  background-color: rgb(255 250 250 / 0.1) !important;
}
.\!bg-rose-50\/100{
  background-color: rgb(255 250 250 / 1) !important;
}
.\!bg-rose-50\/15{
  background-color: rgb(255 250 250 / 0.15) !important;
}
.\!bg-rose-50\/20{
  background-color: rgb(255 250 250 / 0.2) !important;
}
.\!bg-rose-50\/25{
  background-color: rgb(255 250 250 / 0.25) !important;
}
.\!bg-rose-50\/30{
  background-color: rgb(255 250 250 / 0.3) !important;
}
.\!bg-rose-50\/35{
  background-color: rgb(255 250 250 / 0.35) !important;
}
.\!bg-rose-50\/40{
  background-color: rgb(255 250 250 / 0.4) !important;
}
.\!bg-rose-50\/45{
  background-color: rgb(255 250 250 / 0.45) !important;
}
.\!bg-rose-50\/5{
  background-color: rgb(255 250 250 / 0.05) !important;
}
.\!bg-rose-50\/50{
  background-color: rgb(255 250 250 / 0.5) !important;
}
.\!bg-rose-50\/55{
  background-color: rgb(255 250 250 / 0.55) !important;
}
.\!bg-rose-50\/60{
  background-color: rgb(255 250 250 / 0.6) !important;
}
.\!bg-rose-50\/65{
  background-color: rgb(255 250 250 / 0.65) !important;
}
.\!bg-rose-50\/70{
  background-color: rgb(255 250 250 / 0.7) !important;
}
.\!bg-rose-50\/75{
  background-color: rgb(255 250 250 / 0.75) !important;
}
.\!bg-rose-50\/80{
  background-color: rgb(255 250 250 / 0.8) !important;
}
.\!bg-rose-50\/85{
  background-color: rgb(255 250 250 / 0.85) !important;
}
.\!bg-rose-50\/90{
  background-color: rgb(255 250 250 / 0.9) !important;
}
.\!bg-rose-50\/95{
  background-color: rgb(255 250 250 / 0.95) !important;
}
.\!bg-rose-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-500\/0{
  background-color: rgb(225 29 72 / 0) !important;
}
.\!bg-rose-500\/10{
  background-color: rgb(225 29 72 / 0.1) !important;
}
.\!bg-rose-500\/100{
  background-color: rgb(225 29 72 / 1) !important;
}
.\!bg-rose-500\/15{
  background-color: rgb(225 29 72 / 0.15) !important;
}
.\!bg-rose-500\/20{
  background-color: rgb(225 29 72 / 0.2) !important;
}
.\!bg-rose-500\/25{
  background-color: rgb(225 29 72 / 0.25) !important;
}
.\!bg-rose-500\/30{
  background-color: rgb(225 29 72 / 0.3) !important;
}
.\!bg-rose-500\/35{
  background-color: rgb(225 29 72 / 0.35) !important;
}
.\!bg-rose-500\/40{
  background-color: rgb(225 29 72 / 0.4) !important;
}
.\!bg-rose-500\/45{
  background-color: rgb(225 29 72 / 0.45) !important;
}
.\!bg-rose-500\/5{
  background-color: rgb(225 29 72 / 0.05) !important;
}
.\!bg-rose-500\/50{
  background-color: rgb(225 29 72 / 0.5) !important;
}
.\!bg-rose-500\/55{
  background-color: rgb(225 29 72 / 0.55) !important;
}
.\!bg-rose-500\/60{
  background-color: rgb(225 29 72 / 0.6) !important;
}
.\!bg-rose-500\/65{
  background-color: rgb(225 29 72 / 0.65) !important;
}
.\!bg-rose-500\/70{
  background-color: rgb(225 29 72 / 0.7) !important;
}
.\!bg-rose-500\/75{
  background-color: rgb(225 29 72 / 0.75) !important;
}
.\!bg-rose-500\/80{
  background-color: rgb(225 29 72 / 0.8) !important;
}
.\!bg-rose-500\/85{
  background-color: rgb(225 29 72 / 0.85) !important;
}
.\!bg-rose-500\/90{
  background-color: rgb(225 29 72 / 0.9) !important;
}
.\!bg-rose-500\/95{
  background-color: rgb(225 29 72 / 0.95) !important;
}
.\!bg-rose-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-600\/0{
  background-color: rgb(190 18 60 / 0) !important;
}
.\!bg-rose-600\/10{
  background-color: rgb(190 18 60 / 0.1) !important;
}
.\!bg-rose-600\/100{
  background-color: rgb(190 18 60 / 1) !important;
}
.\!bg-rose-600\/15{
  background-color: rgb(190 18 60 / 0.15) !important;
}
.\!bg-rose-600\/20{
  background-color: rgb(190 18 60 / 0.2) !important;
}
.\!bg-rose-600\/25{
  background-color: rgb(190 18 60 / 0.25) !important;
}
.\!bg-rose-600\/30{
  background-color: rgb(190 18 60 / 0.3) !important;
}
.\!bg-rose-600\/35{
  background-color: rgb(190 18 60 / 0.35) !important;
}
.\!bg-rose-600\/40{
  background-color: rgb(190 18 60 / 0.4) !important;
}
.\!bg-rose-600\/45{
  background-color: rgb(190 18 60 / 0.45) !important;
}
.\!bg-rose-600\/5{
  background-color: rgb(190 18 60 / 0.05) !important;
}
.\!bg-rose-600\/50{
  background-color: rgb(190 18 60 / 0.5) !important;
}
.\!bg-rose-600\/55{
  background-color: rgb(190 18 60 / 0.55) !important;
}
.\!bg-rose-600\/60{
  background-color: rgb(190 18 60 / 0.6) !important;
}
.\!bg-rose-600\/65{
  background-color: rgb(190 18 60 / 0.65) !important;
}
.\!bg-rose-600\/70{
  background-color: rgb(190 18 60 / 0.7) !important;
}
.\!bg-rose-600\/75{
  background-color: rgb(190 18 60 / 0.75) !important;
}
.\!bg-rose-600\/80{
  background-color: rgb(190 18 60 / 0.8) !important;
}
.\!bg-rose-600\/85{
  background-color: rgb(190 18 60 / 0.85) !important;
}
.\!bg-rose-600\/90{
  background-color: rgb(190 18 60 / 0.9) !important;
}
.\!bg-rose-600\/95{
  background-color: rgb(190 18 60 / 0.95) !important;
}
.\!bg-rose-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-650\/0{
  background-color: rgb(159 18 57 / 0) !important;
}
.\!bg-rose-650\/10{
  background-color: rgb(159 18 57 / 0.1) !important;
}
.\!bg-rose-650\/100{
  background-color: rgb(159 18 57 / 1) !important;
}
.\!bg-rose-650\/15{
  background-color: rgb(159 18 57 / 0.15) !important;
}
.\!bg-rose-650\/20{
  background-color: rgb(159 18 57 / 0.2) !important;
}
.\!bg-rose-650\/25{
  background-color: rgb(159 18 57 / 0.25) !important;
}
.\!bg-rose-650\/30{
  background-color: rgb(159 18 57 / 0.3) !important;
}
.\!bg-rose-650\/35{
  background-color: rgb(159 18 57 / 0.35) !important;
}
.\!bg-rose-650\/40{
  background-color: rgb(159 18 57 / 0.4) !important;
}
.\!bg-rose-650\/45{
  background-color: rgb(159 18 57 / 0.45) !important;
}
.\!bg-rose-650\/5{
  background-color: rgb(159 18 57 / 0.05) !important;
}
.\!bg-rose-650\/50{
  background-color: rgb(159 18 57 / 0.5) !important;
}
.\!bg-rose-650\/55{
  background-color: rgb(159 18 57 / 0.55) !important;
}
.\!bg-rose-650\/60{
  background-color: rgb(159 18 57 / 0.6) !important;
}
.\!bg-rose-650\/65{
  background-color: rgb(159 18 57 / 0.65) !important;
}
.\!bg-rose-650\/70{
  background-color: rgb(159 18 57 / 0.7) !important;
}
.\!bg-rose-650\/75{
  background-color: rgb(159 18 57 / 0.75) !important;
}
.\!bg-rose-650\/80{
  background-color: rgb(159 18 57 / 0.8) !important;
}
.\!bg-rose-650\/85{
  background-color: rgb(159 18 57 / 0.85) !important;
}
.\!bg-rose-650\/90{
  background-color: rgb(159 18 57 / 0.9) !important;
}
.\!bg-rose-650\/95{
  background-color: rgb(159 18 57 / 0.95) !important;
}
.\!bg-rose-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-700\/0{
  background-color: rgb(136 19 55 / 0) !important;
}
.\!bg-rose-700\/10{
  background-color: rgb(136 19 55 / 0.1) !important;
}
.\!bg-rose-700\/100{
  background-color: rgb(136 19 55 / 1) !important;
}
.\!bg-rose-700\/15{
  background-color: rgb(136 19 55 / 0.15) !important;
}
.\!bg-rose-700\/20{
  background-color: rgb(136 19 55 / 0.2) !important;
}
.\!bg-rose-700\/25{
  background-color: rgb(136 19 55 / 0.25) !important;
}
.\!bg-rose-700\/30{
  background-color: rgb(136 19 55 / 0.3) !important;
}
.\!bg-rose-700\/35{
  background-color: rgb(136 19 55 / 0.35) !important;
}
.\!bg-rose-700\/40{
  background-color: rgb(136 19 55 / 0.4) !important;
}
.\!bg-rose-700\/45{
  background-color: rgb(136 19 55 / 0.45) !important;
}
.\!bg-rose-700\/5{
  background-color: rgb(136 19 55 / 0.05) !important;
}
.\!bg-rose-700\/50{
  background-color: rgb(136 19 55 / 0.5) !important;
}
.\!bg-rose-700\/55{
  background-color: rgb(136 19 55 / 0.55) !important;
}
.\!bg-rose-700\/60{
  background-color: rgb(136 19 55 / 0.6) !important;
}
.\!bg-rose-700\/65{
  background-color: rgb(136 19 55 / 0.65) !important;
}
.\!bg-rose-700\/70{
  background-color: rgb(136 19 55 / 0.7) !important;
}
.\!bg-rose-700\/75{
  background-color: rgb(136 19 55 / 0.75) !important;
}
.\!bg-rose-700\/80{
  background-color: rgb(136 19 55 / 0.8) !important;
}
.\!bg-rose-700\/85{
  background-color: rgb(136 19 55 / 0.85) !important;
}
.\!bg-rose-700\/90{
  background-color: rgb(136 19 55 / 0.9) !important;
}
.\!bg-rose-700\/95{
  background-color: rgb(136 19 55 / 0.95) !important;
}
.\!bg-rose-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 10 38 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-750\/0{
  background-color: rgb(102 10 38 / 0) !important;
}
.\!bg-rose-750\/10{
  background-color: rgb(102 10 38 / 0.1) !important;
}
.\!bg-rose-750\/100{
  background-color: rgb(102 10 38 / 1) !important;
}
.\!bg-rose-750\/15{
  background-color: rgb(102 10 38 / 0.15) !important;
}
.\!bg-rose-750\/20{
  background-color: rgb(102 10 38 / 0.2) !important;
}
.\!bg-rose-750\/25{
  background-color: rgb(102 10 38 / 0.25) !important;
}
.\!bg-rose-750\/30{
  background-color: rgb(102 10 38 / 0.3) !important;
}
.\!bg-rose-750\/35{
  background-color: rgb(102 10 38 / 0.35) !important;
}
.\!bg-rose-750\/40{
  background-color: rgb(102 10 38 / 0.4) !important;
}
.\!bg-rose-750\/45{
  background-color: rgb(102 10 38 / 0.45) !important;
}
.\!bg-rose-750\/5{
  background-color: rgb(102 10 38 / 0.05) !important;
}
.\!bg-rose-750\/50{
  background-color: rgb(102 10 38 / 0.5) !important;
}
.\!bg-rose-750\/55{
  background-color: rgb(102 10 38 / 0.55) !important;
}
.\!bg-rose-750\/60{
  background-color: rgb(102 10 38 / 0.6) !important;
}
.\!bg-rose-750\/65{
  background-color: rgb(102 10 38 / 0.65) !important;
}
.\!bg-rose-750\/70{
  background-color: rgb(102 10 38 / 0.7) !important;
}
.\!bg-rose-750\/75{
  background-color: rgb(102 10 38 / 0.75) !important;
}
.\!bg-rose-750\/80{
  background-color: rgb(102 10 38 / 0.8) !important;
}
.\!bg-rose-750\/85{
  background-color: rgb(102 10 38 / 0.85) !important;
}
.\!bg-rose-750\/90{
  background-color: rgb(102 10 38 / 0.9) !important;
}
.\!bg-rose-750\/95{
  background-color: rgb(102 10 38 / 0.95) !important;
}
.\!bg-rose-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 6 36 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-800\/0{
  background-color: rgb(102 6 36 / 0) !important;
}
.\!bg-rose-800\/10{
  background-color: rgb(102 6 36 / 0.1) !important;
}
.\!bg-rose-800\/100{
  background-color: rgb(102 6 36 / 1) !important;
}
.\!bg-rose-800\/15{
  background-color: rgb(102 6 36 / 0.15) !important;
}
.\!bg-rose-800\/20{
  background-color: rgb(102 6 36 / 0.2) !important;
}
.\!bg-rose-800\/25{
  background-color: rgb(102 6 36 / 0.25) !important;
}
.\!bg-rose-800\/30{
  background-color: rgb(102 6 36 / 0.3) !important;
}
.\!bg-rose-800\/35{
  background-color: rgb(102 6 36 / 0.35) !important;
}
.\!bg-rose-800\/40{
  background-color: rgb(102 6 36 / 0.4) !important;
}
.\!bg-rose-800\/45{
  background-color: rgb(102 6 36 / 0.45) !important;
}
.\!bg-rose-800\/5{
  background-color: rgb(102 6 36 / 0.05) !important;
}
.\!bg-rose-800\/50{
  background-color: rgb(102 6 36 / 0.5) !important;
}
.\!bg-rose-800\/55{
  background-color: rgb(102 6 36 / 0.55) !important;
}
.\!bg-rose-800\/60{
  background-color: rgb(102 6 36 / 0.6) !important;
}
.\!bg-rose-800\/65{
  background-color: rgb(102 6 36 / 0.65) !important;
}
.\!bg-rose-800\/70{
  background-color: rgb(102 6 36 / 0.7) !important;
}
.\!bg-rose-800\/75{
  background-color: rgb(102 6 36 / 0.75) !important;
}
.\!bg-rose-800\/80{
  background-color: rgb(102 6 36 / 0.8) !important;
}
.\!bg-rose-800\/85{
  background-color: rgb(102 6 36 / 0.85) !important;
}
.\!bg-rose-800\/90{
  background-color: rgb(102 6 36 / 0.9) !important;
}
.\!bg-rose-800\/95{
  background-color: rgb(102 6 36 / 0.95) !important;
}
.\!bg-rose-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 1 20 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-900\/0{
  background-color: rgb(64 1 20 / 0) !important;
}
.\!bg-rose-900\/10{
  background-color: rgb(64 1 20 / 0.1) !important;
}
.\!bg-rose-900\/100{
  background-color: rgb(64 1 20 / 1) !important;
}
.\!bg-rose-900\/15{
  background-color: rgb(64 1 20 / 0.15) !important;
}
.\!bg-rose-900\/20{
  background-color: rgb(64 1 20 / 0.2) !important;
}
.\!bg-rose-900\/25{
  background-color: rgb(64 1 20 / 0.25) !important;
}
.\!bg-rose-900\/30{
  background-color: rgb(64 1 20 / 0.3) !important;
}
.\!bg-rose-900\/35{
  background-color: rgb(64 1 20 / 0.35) !important;
}
.\!bg-rose-900\/40{
  background-color: rgb(64 1 20 / 0.4) !important;
}
.\!bg-rose-900\/45{
  background-color: rgb(64 1 20 / 0.45) !important;
}
.\!bg-rose-900\/5{
  background-color: rgb(64 1 20 / 0.05) !important;
}
.\!bg-rose-900\/50{
  background-color: rgb(64 1 20 / 0.5) !important;
}
.\!bg-rose-900\/55{
  background-color: rgb(64 1 20 / 0.55) !important;
}
.\!bg-rose-900\/60{
  background-color: rgb(64 1 20 / 0.6) !important;
}
.\!bg-rose-900\/65{
  background-color: rgb(64 1 20 / 0.65) !important;
}
.\!bg-rose-900\/70{
  background-color: rgb(64 1 20 / 0.7) !important;
}
.\!bg-rose-900\/75{
  background-color: rgb(64 1 20 / 0.75) !important;
}
.\!bg-rose-900\/80{
  background-color: rgb(64 1 20 / 0.8) !important;
}
.\!bg-rose-900\/85{
  background-color: rgb(64 1 20 / 0.85) !important;
}
.\!bg-rose-900\/90{
  background-color: rgb(64 1 20 / 0.9) !important;
}
.\!bg-rose-900\/95{
  background-color: rgb(64 1 20 / 0.95) !important;
}
.\!bg-rose-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity)) !important;
}
.\!bg-rose-950\/0{
  background-color: rgb(76 5 25 / 0) !important;
}
.\!bg-rose-950\/10{
  background-color: rgb(76 5 25 / 0.1) !important;
}
.\!bg-rose-950\/100{
  background-color: rgb(76 5 25 / 1) !important;
}
.\!bg-rose-950\/15{
  background-color: rgb(76 5 25 / 0.15) !important;
}
.\!bg-rose-950\/20{
  background-color: rgb(76 5 25 / 0.2) !important;
}
.\!bg-rose-950\/25{
  background-color: rgb(76 5 25 / 0.25) !important;
}
.\!bg-rose-950\/30{
  background-color: rgb(76 5 25 / 0.3) !important;
}
.\!bg-rose-950\/35{
  background-color: rgb(76 5 25 / 0.35) !important;
}
.\!bg-rose-950\/40{
  background-color: rgb(76 5 25 / 0.4) !important;
}
.\!bg-rose-950\/45{
  background-color: rgb(76 5 25 / 0.45) !important;
}
.\!bg-rose-950\/5{
  background-color: rgb(76 5 25 / 0.05) !important;
}
.\!bg-rose-950\/50{
  background-color: rgb(76 5 25 / 0.5) !important;
}
.\!bg-rose-950\/55{
  background-color: rgb(76 5 25 / 0.55) !important;
}
.\!bg-rose-950\/60{
  background-color: rgb(76 5 25 / 0.6) !important;
}
.\!bg-rose-950\/65{
  background-color: rgb(76 5 25 / 0.65) !important;
}
.\!bg-rose-950\/70{
  background-color: rgb(76 5 25 / 0.7) !important;
}
.\!bg-rose-950\/75{
  background-color: rgb(76 5 25 / 0.75) !important;
}
.\!bg-rose-950\/80{
  background-color: rgb(76 5 25 / 0.8) !important;
}
.\!bg-rose-950\/85{
  background-color: rgb(76 5 25 / 0.85) !important;
}
.\!bg-rose-950\/90{
  background-color: rgb(76 5 25 / 0.9) !important;
}
.\!bg-rose-950\/95{
  background-color: rgb(76 5 25 / 0.95) !important;
}
.\!bg-secondary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-100\/0{
  background-color: rgb(243 244 246 / 0) !important;
}
.\!bg-secondary-100\/10{
  background-color: rgb(243 244 246 / 0.1) !important;
}
.\!bg-secondary-100\/100{
  background-color: rgb(243 244 246 / 1) !important;
}
.\!bg-secondary-100\/15{
  background-color: rgb(243 244 246 / 0.15) !important;
}
.\!bg-secondary-100\/20{
  background-color: rgb(243 244 246 / 0.2) !important;
}
.\!bg-secondary-100\/25{
  background-color: rgb(243 244 246 / 0.25) !important;
}
.\!bg-secondary-100\/30{
  background-color: rgb(243 244 246 / 0.3) !important;
}
.\!bg-secondary-100\/35{
  background-color: rgb(243 244 246 / 0.35) !important;
}
.\!bg-secondary-100\/40{
  background-color: rgb(243 244 246 / 0.4) !important;
}
.\!bg-secondary-100\/45{
  background-color: rgb(243 244 246 / 0.45) !important;
}
.\!bg-secondary-100\/5{
  background-color: rgb(243 244 246 / 0.05) !important;
}
.\!bg-secondary-100\/50{
  background-color: rgb(243 244 246 / 0.5) !important;
}
.\!bg-secondary-100\/55{
  background-color: rgb(243 244 246 / 0.55) !important;
}
.\!bg-secondary-100\/60{
  background-color: rgb(243 244 246 / 0.6) !important;
}
.\!bg-secondary-100\/65{
  background-color: rgb(243 244 246 / 0.65) !important;
}
.\!bg-secondary-100\/70{
  background-color: rgb(243 244 246 / 0.7) !important;
}
.\!bg-secondary-100\/75{
  background-color: rgb(243 244 246 / 0.75) !important;
}
.\!bg-secondary-100\/80{
  background-color: rgb(243 244 246 / 0.8) !important;
}
.\!bg-secondary-100\/85{
  background-color: rgb(243 244 246 / 0.85) !important;
}
.\!bg-secondary-100\/90{
  background-color: rgb(243 244 246 / 0.9) !important;
}
.\!bg-secondary-100\/95{
  background-color: rgb(243 244 246 / 0.95) !important;
}
.\!bg-secondary-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-200\/0{
  background-color: rgb(229 231 235 / 0) !important;
}
.\!bg-secondary-200\/10{
  background-color: rgb(229 231 235 / 0.1) !important;
}
.\!bg-secondary-200\/100{
  background-color: rgb(229 231 235 / 1) !important;
}
.\!bg-secondary-200\/15{
  background-color: rgb(229 231 235 / 0.15) !important;
}
.\!bg-secondary-200\/20{
  background-color: rgb(229 231 235 / 0.2) !important;
}
.\!bg-secondary-200\/25{
  background-color: rgb(229 231 235 / 0.25) !important;
}
.\!bg-secondary-200\/30{
  background-color: rgb(229 231 235 / 0.3) !important;
}
.\!bg-secondary-200\/35{
  background-color: rgb(229 231 235 / 0.35) !important;
}
.\!bg-secondary-200\/40{
  background-color: rgb(229 231 235 / 0.4) !important;
}
.\!bg-secondary-200\/45{
  background-color: rgb(229 231 235 / 0.45) !important;
}
.\!bg-secondary-200\/5{
  background-color: rgb(229 231 235 / 0.05) !important;
}
.\!bg-secondary-200\/50{
  background-color: rgb(229 231 235 / 0.5) !important;
}
.\!bg-secondary-200\/55{
  background-color: rgb(229 231 235 / 0.55) !important;
}
.\!bg-secondary-200\/60{
  background-color: rgb(229 231 235 / 0.6) !important;
}
.\!bg-secondary-200\/65{
  background-color: rgb(229 231 235 / 0.65) !important;
}
.\!bg-secondary-200\/70{
  background-color: rgb(229 231 235 / 0.7) !important;
}
.\!bg-secondary-200\/75{
  background-color: rgb(229 231 235 / 0.75) !important;
}
.\!bg-secondary-200\/80{
  background-color: rgb(229 231 235 / 0.8) !important;
}
.\!bg-secondary-200\/85{
  background-color: rgb(229 231 235 / 0.85) !important;
}
.\!bg-secondary-200\/90{
  background-color: rgb(229 231 235 / 0.9) !important;
}
.\!bg-secondary-200\/95{
  background-color: rgb(229 231 235 / 0.95) !important;
}
.\!bg-secondary-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-300\/0{
  background-color: rgb(209 213 219 / 0) !important;
}
.\!bg-secondary-300\/10{
  background-color: rgb(209 213 219 / 0.1) !important;
}
.\!bg-secondary-300\/100{
  background-color: rgb(209 213 219 / 1) !important;
}
.\!bg-secondary-300\/15{
  background-color: rgb(209 213 219 / 0.15) !important;
}
.\!bg-secondary-300\/20{
  background-color: rgb(209 213 219 / 0.2) !important;
}
.\!bg-secondary-300\/25{
  background-color: rgb(209 213 219 / 0.25) !important;
}
.\!bg-secondary-300\/30{
  background-color: rgb(209 213 219 / 0.3) !important;
}
.\!bg-secondary-300\/35{
  background-color: rgb(209 213 219 / 0.35) !important;
}
.\!bg-secondary-300\/40{
  background-color: rgb(209 213 219 / 0.4) !important;
}
.\!bg-secondary-300\/45{
  background-color: rgb(209 213 219 / 0.45) !important;
}
.\!bg-secondary-300\/5{
  background-color: rgb(209 213 219 / 0.05) !important;
}
.\!bg-secondary-300\/50{
  background-color: rgb(209 213 219 / 0.5) !important;
}
.\!bg-secondary-300\/55{
  background-color: rgb(209 213 219 / 0.55) !important;
}
.\!bg-secondary-300\/60{
  background-color: rgb(209 213 219 / 0.6) !important;
}
.\!bg-secondary-300\/65{
  background-color: rgb(209 213 219 / 0.65) !important;
}
.\!bg-secondary-300\/70{
  background-color: rgb(209 213 219 / 0.7) !important;
}
.\!bg-secondary-300\/75{
  background-color: rgb(209 213 219 / 0.75) !important;
}
.\!bg-secondary-300\/80{
  background-color: rgb(209 213 219 / 0.8) !important;
}
.\!bg-secondary-300\/85{
  background-color: rgb(209 213 219 / 0.85) !important;
}
.\!bg-secondary-300\/90{
  background-color: rgb(209 213 219 / 0.9) !important;
}
.\!bg-secondary-300\/95{
  background-color: rgb(209 213 219 / 0.95) !important;
}
.\!bg-secondary-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-400\/0{
  background-color: rgb(156 163 175 / 0) !important;
}
.\!bg-secondary-400\/10{
  background-color: rgb(156 163 175 / 0.1) !important;
}
.\!bg-secondary-400\/100{
  background-color: rgb(156 163 175 / 1) !important;
}
.\!bg-secondary-400\/15{
  background-color: rgb(156 163 175 / 0.15) !important;
}
.\!bg-secondary-400\/20{
  background-color: rgb(156 163 175 / 0.2) !important;
}
.\!bg-secondary-400\/25{
  background-color: rgb(156 163 175 / 0.25) !important;
}
.\!bg-secondary-400\/30{
  background-color: rgb(156 163 175 / 0.3) !important;
}
.\!bg-secondary-400\/35{
  background-color: rgb(156 163 175 / 0.35) !important;
}
.\!bg-secondary-400\/40{
  background-color: rgb(156 163 175 / 0.4) !important;
}
.\!bg-secondary-400\/45{
  background-color: rgb(156 163 175 / 0.45) !important;
}
.\!bg-secondary-400\/5{
  background-color: rgb(156 163 175 / 0.05) !important;
}
.\!bg-secondary-400\/50{
  background-color: rgb(156 163 175 / 0.5) !important;
}
.\!bg-secondary-400\/55{
  background-color: rgb(156 163 175 / 0.55) !important;
}
.\!bg-secondary-400\/60{
  background-color: rgb(156 163 175 / 0.6) !important;
}
.\!bg-secondary-400\/65{
  background-color: rgb(156 163 175 / 0.65) !important;
}
.\!bg-secondary-400\/70{
  background-color: rgb(156 163 175 / 0.7) !important;
}
.\!bg-secondary-400\/75{
  background-color: rgb(156 163 175 / 0.75) !important;
}
.\!bg-secondary-400\/80{
  background-color: rgb(156 163 175 / 0.8) !important;
}
.\!bg-secondary-400\/85{
  background-color: rgb(156 163 175 / 0.85) !important;
}
.\!bg-secondary-400\/90{
  background-color: rgb(156 163 175 / 0.9) !important;
}
.\!bg-secondary-400\/95{
  background-color: rgb(156 163 175 / 0.95) !important;
}
.\!bg-secondary-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-50\/0{
  background-color: rgb(249 250 251 / 0) !important;
}
.\!bg-secondary-50\/10{
  background-color: rgb(249 250 251 / 0.1) !important;
}
.\!bg-secondary-50\/100{
  background-color: rgb(249 250 251 / 1) !important;
}
.\!bg-secondary-50\/15{
  background-color: rgb(249 250 251 / 0.15) !important;
}
.\!bg-secondary-50\/20{
  background-color: rgb(249 250 251 / 0.2) !important;
}
.\!bg-secondary-50\/25{
  background-color: rgb(249 250 251 / 0.25) !important;
}
.\!bg-secondary-50\/30{
  background-color: rgb(249 250 251 / 0.3) !important;
}
.\!bg-secondary-50\/35{
  background-color: rgb(249 250 251 / 0.35) !important;
}
.\!bg-secondary-50\/40{
  background-color: rgb(249 250 251 / 0.4) !important;
}
.\!bg-secondary-50\/45{
  background-color: rgb(249 250 251 / 0.45) !important;
}
.\!bg-secondary-50\/5{
  background-color: rgb(249 250 251 / 0.05) !important;
}
.\!bg-secondary-50\/50{
  background-color: rgb(249 250 251 / 0.5) !important;
}
.\!bg-secondary-50\/55{
  background-color: rgb(249 250 251 / 0.55) !important;
}
.\!bg-secondary-50\/60{
  background-color: rgb(249 250 251 / 0.6) !important;
}
.\!bg-secondary-50\/65{
  background-color: rgb(249 250 251 / 0.65) !important;
}
.\!bg-secondary-50\/70{
  background-color: rgb(249 250 251 / 0.7) !important;
}
.\!bg-secondary-50\/75{
  background-color: rgb(249 250 251 / 0.75) !important;
}
.\!bg-secondary-50\/80{
  background-color: rgb(249 250 251 / 0.8) !important;
}
.\!bg-secondary-50\/85{
  background-color: rgb(249 250 251 / 0.85) !important;
}
.\!bg-secondary-50\/90{
  background-color: rgb(249 250 251 / 0.9) !important;
}
.\!bg-secondary-50\/95{
  background-color: rgb(249 250 251 / 0.95) !important;
}
.\!bg-secondary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-500\/0{
  background-color: rgb(107 114 128 / 0) !important;
}
.\!bg-secondary-500\/10{
  background-color: rgb(107 114 128 / 0.1) !important;
}
.\!bg-secondary-500\/100{
  background-color: rgb(107 114 128 / 1) !important;
}
.\!bg-secondary-500\/15{
  background-color: rgb(107 114 128 / 0.15) !important;
}
.\!bg-secondary-500\/20{
  background-color: rgb(107 114 128 / 0.2) !important;
}
.\!bg-secondary-500\/25{
  background-color: rgb(107 114 128 / 0.25) !important;
}
.\!bg-secondary-500\/30{
  background-color: rgb(107 114 128 / 0.3) !important;
}
.\!bg-secondary-500\/35{
  background-color: rgb(107 114 128 / 0.35) !important;
}
.\!bg-secondary-500\/40{
  background-color: rgb(107 114 128 / 0.4) !important;
}
.\!bg-secondary-500\/45{
  background-color: rgb(107 114 128 / 0.45) !important;
}
.\!bg-secondary-500\/5{
  background-color: rgb(107 114 128 / 0.05) !important;
}
.\!bg-secondary-500\/50{
  background-color: rgb(107 114 128 / 0.5) !important;
}
.\!bg-secondary-500\/55{
  background-color: rgb(107 114 128 / 0.55) !important;
}
.\!bg-secondary-500\/60{
  background-color: rgb(107 114 128 / 0.6) !important;
}
.\!bg-secondary-500\/65{
  background-color: rgb(107 114 128 / 0.65) !important;
}
.\!bg-secondary-500\/70{
  background-color: rgb(107 114 128 / 0.7) !important;
}
.\!bg-secondary-500\/75{
  background-color: rgb(107 114 128 / 0.75) !important;
}
.\!bg-secondary-500\/80{
  background-color: rgb(107 114 128 / 0.8) !important;
}
.\!bg-secondary-500\/85{
  background-color: rgb(107 114 128 / 0.85) !important;
}
.\!bg-secondary-500\/90{
  background-color: rgb(107 114 128 / 0.9) !important;
}
.\!bg-secondary-500\/95{
  background-color: rgb(107 114 128 / 0.95) !important;
}
.\!bg-secondary-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-600\/0{
  background-color: rgb(75 85 99 / 0) !important;
}
.\!bg-secondary-600\/10{
  background-color: rgb(75 85 99 / 0.1) !important;
}
.\!bg-secondary-600\/100{
  background-color: rgb(75 85 99 / 1) !important;
}
.\!bg-secondary-600\/15{
  background-color: rgb(75 85 99 / 0.15) !important;
}
.\!bg-secondary-600\/20{
  background-color: rgb(75 85 99 / 0.2) !important;
}
.\!bg-secondary-600\/25{
  background-color: rgb(75 85 99 / 0.25) !important;
}
.\!bg-secondary-600\/30{
  background-color: rgb(75 85 99 / 0.3) !important;
}
.\!bg-secondary-600\/35{
  background-color: rgb(75 85 99 / 0.35) !important;
}
.\!bg-secondary-600\/40{
  background-color: rgb(75 85 99 / 0.4) !important;
}
.\!bg-secondary-600\/45{
  background-color: rgb(75 85 99 / 0.45) !important;
}
.\!bg-secondary-600\/5{
  background-color: rgb(75 85 99 / 0.05) !important;
}
.\!bg-secondary-600\/50{
  background-color: rgb(75 85 99 / 0.5) !important;
}
.\!bg-secondary-600\/55{
  background-color: rgb(75 85 99 / 0.55) !important;
}
.\!bg-secondary-600\/60{
  background-color: rgb(75 85 99 / 0.6) !important;
}
.\!bg-secondary-600\/65{
  background-color: rgb(75 85 99 / 0.65) !important;
}
.\!bg-secondary-600\/70{
  background-color: rgb(75 85 99 / 0.7) !important;
}
.\!bg-secondary-600\/75{
  background-color: rgb(75 85 99 / 0.75) !important;
}
.\!bg-secondary-600\/80{
  background-color: rgb(75 85 99 / 0.8) !important;
}
.\!bg-secondary-600\/85{
  background-color: rgb(75 85 99 / 0.85) !important;
}
.\!bg-secondary-600\/90{
  background-color: rgb(75 85 99 / 0.9) !important;
}
.\!bg-secondary-600\/95{
  background-color: rgb(75 85 99 / 0.95) !important;
}
.\!bg-secondary-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-700\/0{
  background-color: rgb(55 65 81 / 0) !important;
}
.\!bg-secondary-700\/10{
  background-color: rgb(55 65 81 / 0.1) !important;
}
.\!bg-secondary-700\/100{
  background-color: rgb(55 65 81 / 1) !important;
}
.\!bg-secondary-700\/15{
  background-color: rgb(55 65 81 / 0.15) !important;
}
.\!bg-secondary-700\/20{
  background-color: rgb(55 65 81 / 0.2) !important;
}
.\!bg-secondary-700\/25{
  background-color: rgb(55 65 81 / 0.25) !important;
}
.\!bg-secondary-700\/30{
  background-color: rgb(55 65 81 / 0.3) !important;
}
.\!bg-secondary-700\/35{
  background-color: rgb(55 65 81 / 0.35) !important;
}
.\!bg-secondary-700\/40{
  background-color: rgb(55 65 81 / 0.4) !important;
}
.\!bg-secondary-700\/45{
  background-color: rgb(55 65 81 / 0.45) !important;
}
.\!bg-secondary-700\/5{
  background-color: rgb(55 65 81 / 0.05) !important;
}
.\!bg-secondary-700\/50{
  background-color: rgb(55 65 81 / 0.5) !important;
}
.\!bg-secondary-700\/55{
  background-color: rgb(55 65 81 / 0.55) !important;
}
.\!bg-secondary-700\/60{
  background-color: rgb(55 65 81 / 0.6) !important;
}
.\!bg-secondary-700\/65{
  background-color: rgb(55 65 81 / 0.65) !important;
}
.\!bg-secondary-700\/70{
  background-color: rgb(55 65 81 / 0.7) !important;
}
.\!bg-secondary-700\/75{
  background-color: rgb(55 65 81 / 0.75) !important;
}
.\!bg-secondary-700\/80{
  background-color: rgb(55 65 81 / 0.8) !important;
}
.\!bg-secondary-700\/85{
  background-color: rgb(55 65 81 / 0.85) !important;
}
.\!bg-secondary-700\/90{
  background-color: rgb(55 65 81 / 0.9) !important;
}
.\!bg-secondary-700\/95{
  background-color: rgb(55 65 81 / 0.95) !important;
}
.\!bg-secondary-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-800\/0{
  background-color: rgb(31 41 55 / 0) !important;
}
.\!bg-secondary-800\/10{
  background-color: rgb(31 41 55 / 0.1) !important;
}
.\!bg-secondary-800\/100{
  background-color: rgb(31 41 55 / 1) !important;
}
.\!bg-secondary-800\/15{
  background-color: rgb(31 41 55 / 0.15) !important;
}
.\!bg-secondary-800\/20{
  background-color: rgb(31 41 55 / 0.2) !important;
}
.\!bg-secondary-800\/25{
  background-color: rgb(31 41 55 / 0.25) !important;
}
.\!bg-secondary-800\/30{
  background-color: rgb(31 41 55 / 0.3) !important;
}
.\!bg-secondary-800\/35{
  background-color: rgb(31 41 55 / 0.35) !important;
}
.\!bg-secondary-800\/40{
  background-color: rgb(31 41 55 / 0.4) !important;
}
.\!bg-secondary-800\/45{
  background-color: rgb(31 41 55 / 0.45) !important;
}
.\!bg-secondary-800\/5{
  background-color: rgb(31 41 55 / 0.05) !important;
}
.\!bg-secondary-800\/50{
  background-color: rgb(31 41 55 / 0.5) !important;
}
.\!bg-secondary-800\/55{
  background-color: rgb(31 41 55 / 0.55) !important;
}
.\!bg-secondary-800\/60{
  background-color: rgb(31 41 55 / 0.6) !important;
}
.\!bg-secondary-800\/65{
  background-color: rgb(31 41 55 / 0.65) !important;
}
.\!bg-secondary-800\/70{
  background-color: rgb(31 41 55 / 0.7) !important;
}
.\!bg-secondary-800\/75{
  background-color: rgb(31 41 55 / 0.75) !important;
}
.\!bg-secondary-800\/80{
  background-color: rgb(31 41 55 / 0.8) !important;
}
.\!bg-secondary-800\/85{
  background-color: rgb(31 41 55 / 0.85) !important;
}
.\!bg-secondary-800\/90{
  background-color: rgb(31 41 55 / 0.9) !important;
}
.\!bg-secondary-800\/95{
  background-color: rgb(31 41 55 / 0.95) !important;
}
.\!bg-secondary-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-900\/0{
  background-color: rgb(17 24 39 / 0) !important;
}
.\!bg-secondary-900\/10{
  background-color: rgb(17 24 39 / 0.1) !important;
}
.\!bg-secondary-900\/100{
  background-color: rgb(17 24 39 / 1) !important;
}
.\!bg-secondary-900\/15{
  background-color: rgb(17 24 39 / 0.15) !important;
}
.\!bg-secondary-900\/20{
  background-color: rgb(17 24 39 / 0.2) !important;
}
.\!bg-secondary-900\/25{
  background-color: rgb(17 24 39 / 0.25) !important;
}
.\!bg-secondary-900\/30{
  background-color: rgb(17 24 39 / 0.3) !important;
}
.\!bg-secondary-900\/35{
  background-color: rgb(17 24 39 / 0.35) !important;
}
.\!bg-secondary-900\/40{
  background-color: rgb(17 24 39 / 0.4) !important;
}
.\!bg-secondary-900\/45{
  background-color: rgb(17 24 39 / 0.45) !important;
}
.\!bg-secondary-900\/5{
  background-color: rgb(17 24 39 / 0.05) !important;
}
.\!bg-secondary-900\/50{
  background-color: rgb(17 24 39 / 0.5) !important;
}
.\!bg-secondary-900\/55{
  background-color: rgb(17 24 39 / 0.55) !important;
}
.\!bg-secondary-900\/60{
  background-color: rgb(17 24 39 / 0.6) !important;
}
.\!bg-secondary-900\/65{
  background-color: rgb(17 24 39 / 0.65) !important;
}
.\!bg-secondary-900\/70{
  background-color: rgb(17 24 39 / 0.7) !important;
}
.\!bg-secondary-900\/75{
  background-color: rgb(17 24 39 / 0.75) !important;
}
.\!bg-secondary-900\/80{
  background-color: rgb(17 24 39 / 0.8) !important;
}
.\!bg-secondary-900\/85{
  background-color: rgb(17 24 39 / 0.85) !important;
}
.\!bg-secondary-900\/90{
  background-color: rgb(17 24 39 / 0.9) !important;
}
.\!bg-secondary-900\/95{
  background-color: rgb(17 24 39 / 0.95) !important;
}
.\!bg-secondary-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-950\/0{
  background-color: rgb(3 7 18 / 0) !important;
}
.\!bg-secondary-950\/10{
  background-color: rgb(3 7 18 / 0.1) !important;
}
.\!bg-secondary-950\/100{
  background-color: rgb(3 7 18 / 1) !important;
}
.\!bg-secondary-950\/15{
  background-color: rgb(3 7 18 / 0.15) !important;
}
.\!bg-secondary-950\/20{
  background-color: rgb(3 7 18 / 0.2) !important;
}
.\!bg-secondary-950\/25{
  background-color: rgb(3 7 18 / 0.25) !important;
}
.\!bg-secondary-950\/30{
  background-color: rgb(3 7 18 / 0.3) !important;
}
.\!bg-secondary-950\/35{
  background-color: rgb(3 7 18 / 0.35) !important;
}
.\!bg-secondary-950\/40{
  background-color: rgb(3 7 18 / 0.4) !important;
}
.\!bg-secondary-950\/45{
  background-color: rgb(3 7 18 / 0.45) !important;
}
.\!bg-secondary-950\/5{
  background-color: rgb(3 7 18 / 0.05) !important;
}
.\!bg-secondary-950\/50{
  background-color: rgb(3 7 18 / 0.5) !important;
}
.\!bg-secondary-950\/55{
  background-color: rgb(3 7 18 / 0.55) !important;
}
.\!bg-secondary-950\/60{
  background-color: rgb(3 7 18 / 0.6) !important;
}
.\!bg-secondary-950\/65{
  background-color: rgb(3 7 18 / 0.65) !important;
}
.\!bg-secondary-950\/70{
  background-color: rgb(3 7 18 / 0.7) !important;
}
.\!bg-secondary-950\/75{
  background-color: rgb(3 7 18 / 0.75) !important;
}
.\!bg-secondary-950\/80{
  background-color: rgb(3 7 18 / 0.8) !important;
}
.\!bg-secondary-950\/85{
  background-color: rgb(3 7 18 / 0.85) !important;
}
.\!bg-secondary-950\/90{
  background-color: rgb(3 7 18 / 0.9) !important;
}
.\!bg-secondary-950\/95{
  background-color: rgb(3 7 18 / 0.95) !important;
}
.\!bg-sky-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-100\/0{
  background-color: rgb(224 242 254 / 0) !important;
}
.\!bg-sky-100\/10{
  background-color: rgb(224 242 254 / 0.1) !important;
}
.\!bg-sky-100\/100{
  background-color: rgb(224 242 254 / 1) !important;
}
.\!bg-sky-100\/15{
  background-color: rgb(224 242 254 / 0.15) !important;
}
.\!bg-sky-100\/20{
  background-color: rgb(224 242 254 / 0.2) !important;
}
.\!bg-sky-100\/25{
  background-color: rgb(224 242 254 / 0.25) !important;
}
.\!bg-sky-100\/30{
  background-color: rgb(224 242 254 / 0.3) !important;
}
.\!bg-sky-100\/35{
  background-color: rgb(224 242 254 / 0.35) !important;
}
.\!bg-sky-100\/40{
  background-color: rgb(224 242 254 / 0.4) !important;
}
.\!bg-sky-100\/45{
  background-color: rgb(224 242 254 / 0.45) !important;
}
.\!bg-sky-100\/5{
  background-color: rgb(224 242 254 / 0.05) !important;
}
.\!bg-sky-100\/50{
  background-color: rgb(224 242 254 / 0.5) !important;
}
.\!bg-sky-100\/55{
  background-color: rgb(224 242 254 / 0.55) !important;
}
.\!bg-sky-100\/60{
  background-color: rgb(224 242 254 / 0.6) !important;
}
.\!bg-sky-100\/65{
  background-color: rgb(224 242 254 / 0.65) !important;
}
.\!bg-sky-100\/70{
  background-color: rgb(224 242 254 / 0.7) !important;
}
.\!bg-sky-100\/75{
  background-color: rgb(224 242 254 / 0.75) !important;
}
.\!bg-sky-100\/80{
  background-color: rgb(224 242 254 / 0.8) !important;
}
.\!bg-sky-100\/85{
  background-color: rgb(224 242 254 / 0.85) !important;
}
.\!bg-sky-100\/90{
  background-color: rgb(224 242 254 / 0.9) !important;
}
.\!bg-sky-100\/95{
  background-color: rgb(224 242 254 / 0.95) !important;
}
.\!bg-sky-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-200\/0{
  background-color: rgb(186 230 253 / 0) !important;
}
.\!bg-sky-200\/10{
  background-color: rgb(186 230 253 / 0.1) !important;
}
.\!bg-sky-200\/100{
  background-color: rgb(186 230 253 / 1) !important;
}
.\!bg-sky-200\/15{
  background-color: rgb(186 230 253 / 0.15) !important;
}
.\!bg-sky-200\/20{
  background-color: rgb(186 230 253 / 0.2) !important;
}
.\!bg-sky-200\/25{
  background-color: rgb(186 230 253 / 0.25) !important;
}
.\!bg-sky-200\/30{
  background-color: rgb(186 230 253 / 0.3) !important;
}
.\!bg-sky-200\/35{
  background-color: rgb(186 230 253 / 0.35) !important;
}
.\!bg-sky-200\/40{
  background-color: rgb(186 230 253 / 0.4) !important;
}
.\!bg-sky-200\/45{
  background-color: rgb(186 230 253 / 0.45) !important;
}
.\!bg-sky-200\/5{
  background-color: rgb(186 230 253 / 0.05) !important;
}
.\!bg-sky-200\/50{
  background-color: rgb(186 230 253 / 0.5) !important;
}
.\!bg-sky-200\/55{
  background-color: rgb(186 230 253 / 0.55) !important;
}
.\!bg-sky-200\/60{
  background-color: rgb(186 230 253 / 0.6) !important;
}
.\!bg-sky-200\/65{
  background-color: rgb(186 230 253 / 0.65) !important;
}
.\!bg-sky-200\/70{
  background-color: rgb(186 230 253 / 0.7) !important;
}
.\!bg-sky-200\/75{
  background-color: rgb(186 230 253 / 0.75) !important;
}
.\!bg-sky-200\/80{
  background-color: rgb(186 230 253 / 0.8) !important;
}
.\!bg-sky-200\/85{
  background-color: rgb(186 230 253 / 0.85) !important;
}
.\!bg-sky-200\/90{
  background-color: rgb(186 230 253 / 0.9) !important;
}
.\!bg-sky-200\/95{
  background-color: rgb(186 230 253 / 0.95) !important;
}
.\!bg-sky-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-300\/0{
  background-color: rgb(125 211 252 / 0) !important;
}
.\!bg-sky-300\/10{
  background-color: rgb(125 211 252 / 0.1) !important;
}
.\!bg-sky-300\/100{
  background-color: rgb(125 211 252 / 1) !important;
}
.\!bg-sky-300\/15{
  background-color: rgb(125 211 252 / 0.15) !important;
}
.\!bg-sky-300\/20{
  background-color: rgb(125 211 252 / 0.2) !important;
}
.\!bg-sky-300\/25{
  background-color: rgb(125 211 252 / 0.25) !important;
}
.\!bg-sky-300\/30{
  background-color: rgb(125 211 252 / 0.3) !important;
}
.\!bg-sky-300\/35{
  background-color: rgb(125 211 252 / 0.35) !important;
}
.\!bg-sky-300\/40{
  background-color: rgb(125 211 252 / 0.4) !important;
}
.\!bg-sky-300\/45{
  background-color: rgb(125 211 252 / 0.45) !important;
}
.\!bg-sky-300\/5{
  background-color: rgb(125 211 252 / 0.05) !important;
}
.\!bg-sky-300\/50{
  background-color: rgb(125 211 252 / 0.5) !important;
}
.\!bg-sky-300\/55{
  background-color: rgb(125 211 252 / 0.55) !important;
}
.\!bg-sky-300\/60{
  background-color: rgb(125 211 252 / 0.6) !important;
}
.\!bg-sky-300\/65{
  background-color: rgb(125 211 252 / 0.65) !important;
}
.\!bg-sky-300\/70{
  background-color: rgb(125 211 252 / 0.7) !important;
}
.\!bg-sky-300\/75{
  background-color: rgb(125 211 252 / 0.75) !important;
}
.\!bg-sky-300\/80{
  background-color: rgb(125 211 252 / 0.8) !important;
}
.\!bg-sky-300\/85{
  background-color: rgb(125 211 252 / 0.85) !important;
}
.\!bg-sky-300\/90{
  background-color: rgb(125 211 252 / 0.9) !important;
}
.\!bg-sky-300\/95{
  background-color: rgb(125 211 252 / 0.95) !important;
}
.\!bg-sky-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-400\/0{
  background-color: rgb(56 189 248 / 0) !important;
}
.\!bg-sky-400\/10{
  background-color: rgb(56 189 248 / 0.1) !important;
}
.\!bg-sky-400\/100{
  background-color: rgb(56 189 248 / 1) !important;
}
.\!bg-sky-400\/15{
  background-color: rgb(56 189 248 / 0.15) !important;
}
.\!bg-sky-400\/20{
  background-color: rgb(56 189 248 / 0.2) !important;
}
.\!bg-sky-400\/25{
  background-color: rgb(56 189 248 / 0.25) !important;
}
.\!bg-sky-400\/30{
  background-color: rgb(56 189 248 / 0.3) !important;
}
.\!bg-sky-400\/35{
  background-color: rgb(56 189 248 / 0.35) !important;
}
.\!bg-sky-400\/40{
  background-color: rgb(56 189 248 / 0.4) !important;
}
.\!bg-sky-400\/45{
  background-color: rgb(56 189 248 / 0.45) !important;
}
.\!bg-sky-400\/5{
  background-color: rgb(56 189 248 / 0.05) !important;
}
.\!bg-sky-400\/50{
  background-color: rgb(56 189 248 / 0.5) !important;
}
.\!bg-sky-400\/55{
  background-color: rgb(56 189 248 / 0.55) !important;
}
.\!bg-sky-400\/60{
  background-color: rgb(56 189 248 / 0.6) !important;
}
.\!bg-sky-400\/65{
  background-color: rgb(56 189 248 / 0.65) !important;
}
.\!bg-sky-400\/70{
  background-color: rgb(56 189 248 / 0.7) !important;
}
.\!bg-sky-400\/75{
  background-color: rgb(56 189 248 / 0.75) !important;
}
.\!bg-sky-400\/80{
  background-color: rgb(56 189 248 / 0.8) !important;
}
.\!bg-sky-400\/85{
  background-color: rgb(56 189 248 / 0.85) !important;
}
.\!bg-sky-400\/90{
  background-color: rgb(56 189 248 / 0.9) !important;
}
.\!bg-sky-400\/95{
  background-color: rgb(56 189 248 / 0.95) !important;
}
.\!bg-sky-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-50\/0{
  background-color: rgb(240 249 255 / 0) !important;
}
.\!bg-sky-50\/10{
  background-color: rgb(240 249 255 / 0.1) !important;
}
.\!bg-sky-50\/100{
  background-color: rgb(240 249 255 / 1) !important;
}
.\!bg-sky-50\/15{
  background-color: rgb(240 249 255 / 0.15) !important;
}
.\!bg-sky-50\/20{
  background-color: rgb(240 249 255 / 0.2) !important;
}
.\!bg-sky-50\/25{
  background-color: rgb(240 249 255 / 0.25) !important;
}
.\!bg-sky-50\/30{
  background-color: rgb(240 249 255 / 0.3) !important;
}
.\!bg-sky-50\/35{
  background-color: rgb(240 249 255 / 0.35) !important;
}
.\!bg-sky-50\/40{
  background-color: rgb(240 249 255 / 0.4) !important;
}
.\!bg-sky-50\/45{
  background-color: rgb(240 249 255 / 0.45) !important;
}
.\!bg-sky-50\/5{
  background-color: rgb(240 249 255 / 0.05) !important;
}
.\!bg-sky-50\/50{
  background-color: rgb(240 249 255 / 0.5) !important;
}
.\!bg-sky-50\/55{
  background-color: rgb(240 249 255 / 0.55) !important;
}
.\!bg-sky-50\/60{
  background-color: rgb(240 249 255 / 0.6) !important;
}
.\!bg-sky-50\/65{
  background-color: rgb(240 249 255 / 0.65) !important;
}
.\!bg-sky-50\/70{
  background-color: rgb(240 249 255 / 0.7) !important;
}
.\!bg-sky-50\/75{
  background-color: rgb(240 249 255 / 0.75) !important;
}
.\!bg-sky-50\/80{
  background-color: rgb(240 249 255 / 0.8) !important;
}
.\!bg-sky-50\/85{
  background-color: rgb(240 249 255 / 0.85) !important;
}
.\!bg-sky-50\/90{
  background-color: rgb(240 249 255 / 0.9) !important;
}
.\!bg-sky-50\/95{
  background-color: rgb(240 249 255 / 0.95) !important;
}
.\!bg-sky-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-500\/0{
  background-color: rgb(14 165 233 / 0) !important;
}
.\!bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1) !important;
}
.\!bg-sky-500\/100{
  background-color: rgb(14 165 233 / 1) !important;
}
.\!bg-sky-500\/15{
  background-color: rgb(14 165 233 / 0.15) !important;
}
.\!bg-sky-500\/20{
  background-color: rgb(14 165 233 / 0.2) !important;
}
.\!bg-sky-500\/25{
  background-color: rgb(14 165 233 / 0.25) !important;
}
.\!bg-sky-500\/30{
  background-color: rgb(14 165 233 / 0.3) !important;
}
.\!bg-sky-500\/35{
  background-color: rgb(14 165 233 / 0.35) !important;
}
.\!bg-sky-500\/40{
  background-color: rgb(14 165 233 / 0.4) !important;
}
.\!bg-sky-500\/45{
  background-color: rgb(14 165 233 / 0.45) !important;
}
.\!bg-sky-500\/5{
  background-color: rgb(14 165 233 / 0.05) !important;
}
.\!bg-sky-500\/50{
  background-color: rgb(14 165 233 / 0.5) !important;
}
.\!bg-sky-500\/55{
  background-color: rgb(14 165 233 / 0.55) !important;
}
.\!bg-sky-500\/60{
  background-color: rgb(14 165 233 / 0.6) !important;
}
.\!bg-sky-500\/65{
  background-color: rgb(14 165 233 / 0.65) !important;
}
.\!bg-sky-500\/70{
  background-color: rgb(14 165 233 / 0.7) !important;
}
.\!bg-sky-500\/75{
  background-color: rgb(14 165 233 / 0.75) !important;
}
.\!bg-sky-500\/80{
  background-color: rgb(14 165 233 / 0.8) !important;
}
.\!bg-sky-500\/85{
  background-color: rgb(14 165 233 / 0.85) !important;
}
.\!bg-sky-500\/90{
  background-color: rgb(14 165 233 / 0.9) !important;
}
.\!bg-sky-500\/95{
  background-color: rgb(14 165 233 / 0.95) !important;
}
.\!bg-sky-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-600\/0{
  background-color: rgb(2 132 199 / 0) !important;
}
.\!bg-sky-600\/10{
  background-color: rgb(2 132 199 / 0.1) !important;
}
.\!bg-sky-600\/100{
  background-color: rgb(2 132 199 / 1) !important;
}
.\!bg-sky-600\/15{
  background-color: rgb(2 132 199 / 0.15) !important;
}
.\!bg-sky-600\/20{
  background-color: rgb(2 132 199 / 0.2) !important;
}
.\!bg-sky-600\/25{
  background-color: rgb(2 132 199 / 0.25) !important;
}
.\!bg-sky-600\/30{
  background-color: rgb(2 132 199 / 0.3) !important;
}
.\!bg-sky-600\/35{
  background-color: rgb(2 132 199 / 0.35) !important;
}
.\!bg-sky-600\/40{
  background-color: rgb(2 132 199 / 0.4) !important;
}
.\!bg-sky-600\/45{
  background-color: rgb(2 132 199 / 0.45) !important;
}
.\!bg-sky-600\/5{
  background-color: rgb(2 132 199 / 0.05) !important;
}
.\!bg-sky-600\/50{
  background-color: rgb(2 132 199 / 0.5) !important;
}
.\!bg-sky-600\/55{
  background-color: rgb(2 132 199 / 0.55) !important;
}
.\!bg-sky-600\/60{
  background-color: rgb(2 132 199 / 0.6) !important;
}
.\!bg-sky-600\/65{
  background-color: rgb(2 132 199 / 0.65) !important;
}
.\!bg-sky-600\/70{
  background-color: rgb(2 132 199 / 0.7) !important;
}
.\!bg-sky-600\/75{
  background-color: rgb(2 132 199 / 0.75) !important;
}
.\!bg-sky-600\/80{
  background-color: rgb(2 132 199 / 0.8) !important;
}
.\!bg-sky-600\/85{
  background-color: rgb(2 132 199 / 0.85) !important;
}
.\!bg-sky-600\/90{
  background-color: rgb(2 132 199 / 0.9) !important;
}
.\!bg-sky-600\/95{
  background-color: rgb(2 132 199 / 0.95) !important;
}
.\!bg-sky-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-700\/0{
  background-color: rgb(3 105 161 / 0) !important;
}
.\!bg-sky-700\/10{
  background-color: rgb(3 105 161 / 0.1) !important;
}
.\!bg-sky-700\/100{
  background-color: rgb(3 105 161 / 1) !important;
}
.\!bg-sky-700\/15{
  background-color: rgb(3 105 161 / 0.15) !important;
}
.\!bg-sky-700\/20{
  background-color: rgb(3 105 161 / 0.2) !important;
}
.\!bg-sky-700\/25{
  background-color: rgb(3 105 161 / 0.25) !important;
}
.\!bg-sky-700\/30{
  background-color: rgb(3 105 161 / 0.3) !important;
}
.\!bg-sky-700\/35{
  background-color: rgb(3 105 161 / 0.35) !important;
}
.\!bg-sky-700\/40{
  background-color: rgb(3 105 161 / 0.4) !important;
}
.\!bg-sky-700\/45{
  background-color: rgb(3 105 161 / 0.45) !important;
}
.\!bg-sky-700\/5{
  background-color: rgb(3 105 161 / 0.05) !important;
}
.\!bg-sky-700\/50{
  background-color: rgb(3 105 161 / 0.5) !important;
}
.\!bg-sky-700\/55{
  background-color: rgb(3 105 161 / 0.55) !important;
}
.\!bg-sky-700\/60{
  background-color: rgb(3 105 161 / 0.6) !important;
}
.\!bg-sky-700\/65{
  background-color: rgb(3 105 161 / 0.65) !important;
}
.\!bg-sky-700\/70{
  background-color: rgb(3 105 161 / 0.7) !important;
}
.\!bg-sky-700\/75{
  background-color: rgb(3 105 161 / 0.75) !important;
}
.\!bg-sky-700\/80{
  background-color: rgb(3 105 161 / 0.8) !important;
}
.\!bg-sky-700\/85{
  background-color: rgb(3 105 161 / 0.85) !important;
}
.\!bg-sky-700\/90{
  background-color: rgb(3 105 161 / 0.9) !important;
}
.\!bg-sky-700\/95{
  background-color: rgb(3 105 161 / 0.95) !important;
}
.\!bg-sky-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-800\/0{
  background-color: rgb(7 89 133 / 0) !important;
}
.\!bg-sky-800\/10{
  background-color: rgb(7 89 133 / 0.1) !important;
}
.\!bg-sky-800\/100{
  background-color: rgb(7 89 133 / 1) !important;
}
.\!bg-sky-800\/15{
  background-color: rgb(7 89 133 / 0.15) !important;
}
.\!bg-sky-800\/20{
  background-color: rgb(7 89 133 / 0.2) !important;
}
.\!bg-sky-800\/25{
  background-color: rgb(7 89 133 / 0.25) !important;
}
.\!bg-sky-800\/30{
  background-color: rgb(7 89 133 / 0.3) !important;
}
.\!bg-sky-800\/35{
  background-color: rgb(7 89 133 / 0.35) !important;
}
.\!bg-sky-800\/40{
  background-color: rgb(7 89 133 / 0.4) !important;
}
.\!bg-sky-800\/45{
  background-color: rgb(7 89 133 / 0.45) !important;
}
.\!bg-sky-800\/5{
  background-color: rgb(7 89 133 / 0.05) !important;
}
.\!bg-sky-800\/50{
  background-color: rgb(7 89 133 / 0.5) !important;
}
.\!bg-sky-800\/55{
  background-color: rgb(7 89 133 / 0.55) !important;
}
.\!bg-sky-800\/60{
  background-color: rgb(7 89 133 / 0.6) !important;
}
.\!bg-sky-800\/65{
  background-color: rgb(7 89 133 / 0.65) !important;
}
.\!bg-sky-800\/70{
  background-color: rgb(7 89 133 / 0.7) !important;
}
.\!bg-sky-800\/75{
  background-color: rgb(7 89 133 / 0.75) !important;
}
.\!bg-sky-800\/80{
  background-color: rgb(7 89 133 / 0.8) !important;
}
.\!bg-sky-800\/85{
  background-color: rgb(7 89 133 / 0.85) !important;
}
.\!bg-sky-800\/90{
  background-color: rgb(7 89 133 / 0.9) !important;
}
.\!bg-sky-800\/95{
  background-color: rgb(7 89 133 / 0.95) !important;
}
.\!bg-sky-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-900\/0{
  background-color: rgb(12 74 110 / 0) !important;
}
.\!bg-sky-900\/10{
  background-color: rgb(12 74 110 / 0.1) !important;
}
.\!bg-sky-900\/100{
  background-color: rgb(12 74 110 / 1) !important;
}
.\!bg-sky-900\/15{
  background-color: rgb(12 74 110 / 0.15) !important;
}
.\!bg-sky-900\/20{
  background-color: rgb(12 74 110 / 0.2) !important;
}
.\!bg-sky-900\/25{
  background-color: rgb(12 74 110 / 0.25) !important;
}
.\!bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3) !important;
}
.\!bg-sky-900\/35{
  background-color: rgb(12 74 110 / 0.35) !important;
}
.\!bg-sky-900\/40{
  background-color: rgb(12 74 110 / 0.4) !important;
}
.\!bg-sky-900\/45{
  background-color: rgb(12 74 110 / 0.45) !important;
}
.\!bg-sky-900\/5{
  background-color: rgb(12 74 110 / 0.05) !important;
}
.\!bg-sky-900\/50{
  background-color: rgb(12 74 110 / 0.5) !important;
}
.\!bg-sky-900\/55{
  background-color: rgb(12 74 110 / 0.55) !important;
}
.\!bg-sky-900\/60{
  background-color: rgb(12 74 110 / 0.6) !important;
}
.\!bg-sky-900\/65{
  background-color: rgb(12 74 110 / 0.65) !important;
}
.\!bg-sky-900\/70{
  background-color: rgb(12 74 110 / 0.7) !important;
}
.\!bg-sky-900\/75{
  background-color: rgb(12 74 110 / 0.75) !important;
}
.\!bg-sky-900\/80{
  background-color: rgb(12 74 110 / 0.8) !important;
}
.\!bg-sky-900\/85{
  background-color: rgb(12 74 110 / 0.85) !important;
}
.\!bg-sky-900\/90{
  background-color: rgb(12 74 110 / 0.9) !important;
}
.\!bg-sky-900\/95{
  background-color: rgb(12 74 110 / 0.95) !important;
}
.\!bg-sky-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-950\/0{
  background-color: rgb(8 47 73 / 0) !important;
}
.\!bg-sky-950\/10{
  background-color: rgb(8 47 73 / 0.1) !important;
}
.\!bg-sky-950\/100{
  background-color: rgb(8 47 73 / 1) !important;
}
.\!bg-sky-950\/15{
  background-color: rgb(8 47 73 / 0.15) !important;
}
.\!bg-sky-950\/20{
  background-color: rgb(8 47 73 / 0.2) !important;
}
.\!bg-sky-950\/25{
  background-color: rgb(8 47 73 / 0.25) !important;
}
.\!bg-sky-950\/30{
  background-color: rgb(8 47 73 / 0.3) !important;
}
.\!bg-sky-950\/35{
  background-color: rgb(8 47 73 / 0.35) !important;
}
.\!bg-sky-950\/40{
  background-color: rgb(8 47 73 / 0.4) !important;
}
.\!bg-sky-950\/45{
  background-color: rgb(8 47 73 / 0.45) !important;
}
.\!bg-sky-950\/5{
  background-color: rgb(8 47 73 / 0.05) !important;
}
.\!bg-sky-950\/50{
  background-color: rgb(8 47 73 / 0.5) !important;
}
.\!bg-sky-950\/55{
  background-color: rgb(8 47 73 / 0.55) !important;
}
.\!bg-sky-950\/60{
  background-color: rgb(8 47 73 / 0.6) !important;
}
.\!bg-sky-950\/65{
  background-color: rgb(8 47 73 / 0.65) !important;
}
.\!bg-sky-950\/70{
  background-color: rgb(8 47 73 / 0.7) !important;
}
.\!bg-sky-950\/75{
  background-color: rgb(8 47 73 / 0.75) !important;
}
.\!bg-sky-950\/80{
  background-color: rgb(8 47 73 / 0.8) !important;
}
.\!bg-sky-950\/85{
  background-color: rgb(8 47 73 / 0.85) !important;
}
.\!bg-sky-950\/90{
  background-color: rgb(8 47 73 / 0.9) !important;
}
.\!bg-sky-950\/95{
  background-color: rgb(8 47 73 / 0.95) !important;
}
.\!bg-slate-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-100\/0{
  background-color: rgb(241 245 249 / 0) !important;
}
.\!bg-slate-100\/10{
  background-color: rgb(241 245 249 / 0.1) !important;
}
.\!bg-slate-100\/100{
  background-color: rgb(241 245 249 / 1) !important;
}
.\!bg-slate-100\/15{
  background-color: rgb(241 245 249 / 0.15) !important;
}
.\!bg-slate-100\/20{
  background-color: rgb(241 245 249 / 0.2) !important;
}
.\!bg-slate-100\/25{
  background-color: rgb(241 245 249 / 0.25) !important;
}
.\!bg-slate-100\/30{
  background-color: rgb(241 245 249 / 0.3) !important;
}
.\!bg-slate-100\/35{
  background-color: rgb(241 245 249 / 0.35) !important;
}
.\!bg-slate-100\/40{
  background-color: rgb(241 245 249 / 0.4) !important;
}
.\!bg-slate-100\/45{
  background-color: rgb(241 245 249 / 0.45) !important;
}
.\!bg-slate-100\/5{
  background-color: rgb(241 245 249 / 0.05) !important;
}
.\!bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5) !important;
}
.\!bg-slate-100\/55{
  background-color: rgb(241 245 249 / 0.55) !important;
}
.\!bg-slate-100\/60{
  background-color: rgb(241 245 249 / 0.6) !important;
}
.\!bg-slate-100\/65{
  background-color: rgb(241 245 249 / 0.65) !important;
}
.\!bg-slate-100\/70{
  background-color: rgb(241 245 249 / 0.7) !important;
}
.\!bg-slate-100\/75{
  background-color: rgb(241 245 249 / 0.75) !important;
}
.\!bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8) !important;
}
.\!bg-slate-100\/85{
  background-color: rgb(241 245 249 / 0.85) !important;
}
.\!bg-slate-100\/90{
  background-color: rgb(241 245 249 / 0.9) !important;
}
.\!bg-slate-100\/95{
  background-color: rgb(241 245 249 / 0.95) !important;
}
.\!bg-slate-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-200\/0{
  background-color: rgb(226 232 240 / 0) !important;
}
.\!bg-slate-200\/10{
  background-color: rgb(226 232 240 / 0.1) !important;
}
.\!bg-slate-200\/100{
  background-color: rgb(226 232 240 / 1) !important;
}
.\!bg-slate-200\/15{
  background-color: rgb(226 232 240 / 0.15) !important;
}
.\!bg-slate-200\/20{
  background-color: rgb(226 232 240 / 0.2) !important;
}
.\!bg-slate-200\/25{
  background-color: rgb(226 232 240 / 0.25) !important;
}
.\!bg-slate-200\/30{
  background-color: rgb(226 232 240 / 0.3) !important;
}
.\!bg-slate-200\/35{
  background-color: rgb(226 232 240 / 0.35) !important;
}
.\!bg-slate-200\/40{
  background-color: rgb(226 232 240 / 0.4) !important;
}
.\!bg-slate-200\/45{
  background-color: rgb(226 232 240 / 0.45) !important;
}
.\!bg-slate-200\/5{
  background-color: rgb(226 232 240 / 0.05) !important;
}
.\!bg-slate-200\/50{
  background-color: rgb(226 232 240 / 0.5) !important;
}
.\!bg-slate-200\/55{
  background-color: rgb(226 232 240 / 0.55) !important;
}
.\!bg-slate-200\/60{
  background-color: rgb(226 232 240 / 0.6) !important;
}
.\!bg-slate-200\/65{
  background-color: rgb(226 232 240 / 0.65) !important;
}
.\!bg-slate-200\/70{
  background-color: rgb(226 232 240 / 0.7) !important;
}
.\!bg-slate-200\/75{
  background-color: rgb(226 232 240 / 0.75) !important;
}
.\!bg-slate-200\/80{
  background-color: rgb(226 232 240 / 0.8) !important;
}
.\!bg-slate-200\/85{
  background-color: rgb(226 232 240 / 0.85) !important;
}
.\!bg-slate-200\/90{
  background-color: rgb(226 232 240 / 0.9) !important;
}
.\!bg-slate-200\/95{
  background-color: rgb(226 232 240 / 0.95) !important;
}
.\!bg-slate-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-300\/0{
  background-color: rgb(203 213 225 / 0) !important;
}
.\!bg-slate-300\/10{
  background-color: rgb(203 213 225 / 0.1) !important;
}
.\!bg-slate-300\/100{
  background-color: rgb(203 213 225 / 1) !important;
}
.\!bg-slate-300\/15{
  background-color: rgb(203 213 225 / 0.15) !important;
}
.\!bg-slate-300\/20{
  background-color: rgb(203 213 225 / 0.2) !important;
}
.\!bg-slate-300\/25{
  background-color: rgb(203 213 225 / 0.25) !important;
}
.\!bg-slate-300\/30{
  background-color: rgb(203 213 225 / 0.3) !important;
}
.\!bg-slate-300\/35{
  background-color: rgb(203 213 225 / 0.35) !important;
}
.\!bg-slate-300\/40{
  background-color: rgb(203 213 225 / 0.4) !important;
}
.\!bg-slate-300\/45{
  background-color: rgb(203 213 225 / 0.45) !important;
}
.\!bg-slate-300\/5{
  background-color: rgb(203 213 225 / 0.05) !important;
}
.\!bg-slate-300\/50{
  background-color: rgb(203 213 225 / 0.5) !important;
}
.\!bg-slate-300\/55{
  background-color: rgb(203 213 225 / 0.55) !important;
}
.\!bg-slate-300\/60{
  background-color: rgb(203 213 225 / 0.6) !important;
}
.\!bg-slate-300\/65{
  background-color: rgb(203 213 225 / 0.65) !important;
}
.\!bg-slate-300\/70{
  background-color: rgb(203 213 225 / 0.7) !important;
}
.\!bg-slate-300\/75{
  background-color: rgb(203 213 225 / 0.75) !important;
}
.\!bg-slate-300\/80{
  background-color: rgb(203 213 225 / 0.8) !important;
}
.\!bg-slate-300\/85{
  background-color: rgb(203 213 225 / 0.85) !important;
}
.\!bg-slate-300\/90{
  background-color: rgb(203 213 225 / 0.9) !important;
}
.\!bg-slate-300\/95{
  background-color: rgb(203 213 225 / 0.95) !important;
}
.\!bg-slate-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-400\/0{
  background-color: rgb(148 163 184 / 0) !important;
}
.\!bg-slate-400\/10{
  background-color: rgb(148 163 184 / 0.1) !important;
}
.\!bg-slate-400\/100{
  background-color: rgb(148 163 184 / 1) !important;
}
.\!bg-slate-400\/15{
  background-color: rgb(148 163 184 / 0.15) !important;
}
.\!bg-slate-400\/20{
  background-color: rgb(148 163 184 / 0.2) !important;
}
.\!bg-slate-400\/25{
  background-color: rgb(148 163 184 / 0.25) !important;
}
.\!bg-slate-400\/30{
  background-color: rgb(148 163 184 / 0.3) !important;
}
.\!bg-slate-400\/35{
  background-color: rgb(148 163 184 / 0.35) !important;
}
.\!bg-slate-400\/40{
  background-color: rgb(148 163 184 / 0.4) !important;
}
.\!bg-slate-400\/45{
  background-color: rgb(148 163 184 / 0.45) !important;
}
.\!bg-slate-400\/5{
  background-color: rgb(148 163 184 / 0.05) !important;
}
.\!bg-slate-400\/50{
  background-color: rgb(148 163 184 / 0.5) !important;
}
.\!bg-slate-400\/55{
  background-color: rgb(148 163 184 / 0.55) !important;
}
.\!bg-slate-400\/60{
  background-color: rgb(148 163 184 / 0.6) !important;
}
.\!bg-slate-400\/65{
  background-color: rgb(148 163 184 / 0.65) !important;
}
.\!bg-slate-400\/70{
  background-color: rgb(148 163 184 / 0.7) !important;
}
.\!bg-slate-400\/75{
  background-color: rgb(148 163 184 / 0.75) !important;
}
.\!bg-slate-400\/80{
  background-color: rgb(148 163 184 / 0.8) !important;
}
.\!bg-slate-400\/85{
  background-color: rgb(148 163 184 / 0.85) !important;
}
.\!bg-slate-400\/90{
  background-color: rgb(148 163 184 / 0.9) !important;
}
.\!bg-slate-400\/95{
  background-color: rgb(148 163 184 / 0.95) !important;
}
.\!bg-slate-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-50\/0{
  background-color: rgb(248 250 252 / 0) !important;
}
.\!bg-slate-50\/10{
  background-color: rgb(248 250 252 / 0.1) !important;
}
.\!bg-slate-50\/100{
  background-color: rgb(248 250 252 / 1) !important;
}
.\!bg-slate-50\/15{
  background-color: rgb(248 250 252 / 0.15) !important;
}
.\!bg-slate-50\/20{
  background-color: rgb(248 250 252 / 0.2) !important;
}
.\!bg-slate-50\/25{
  background-color: rgb(248 250 252 / 0.25) !important;
}
.\!bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3) !important;
}
.\!bg-slate-50\/35{
  background-color: rgb(248 250 252 / 0.35) !important;
}
.\!bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4) !important;
}
.\!bg-slate-50\/45{
  background-color: rgb(248 250 252 / 0.45) !important;
}
.\!bg-slate-50\/5{
  background-color: rgb(248 250 252 / 0.05) !important;
}
.\!bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5) !important;
}
.\!bg-slate-50\/55{
  background-color: rgb(248 250 252 / 0.55) !important;
}
.\!bg-slate-50\/60{
  background-color: rgb(248 250 252 / 0.6) !important;
}
.\!bg-slate-50\/65{
  background-color: rgb(248 250 252 / 0.65) !important;
}
.\!bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7) !important;
}
.\!bg-slate-50\/75{
  background-color: rgb(248 250 252 / 0.75) !important;
}
.\!bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8) !important;
}
.\!bg-slate-50\/85{
  background-color: rgb(248 250 252 / 0.85) !important;
}
.\!bg-slate-50\/90{
  background-color: rgb(248 250 252 / 0.9) !important;
}
.\!bg-slate-50\/95{
  background-color: rgb(248 250 252 / 0.95) !important;
}
.\!bg-slate-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-500\/0{
  background-color: rgb(100 116 139 / 0) !important;
}
.\!bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1) !important;
}
.\!bg-slate-500\/100{
  background-color: rgb(100 116 139 / 1) !important;
}
.\!bg-slate-500\/15{
  background-color: rgb(100 116 139 / 0.15) !important;
}
.\!bg-slate-500\/20{
  background-color: rgb(100 116 139 / 0.2) !important;
}
.\!bg-slate-500\/25{
  background-color: rgb(100 116 139 / 0.25) !important;
}
.\!bg-slate-500\/30{
  background-color: rgb(100 116 139 / 0.3) !important;
}
.\!bg-slate-500\/35{
  background-color: rgb(100 116 139 / 0.35) !important;
}
.\!bg-slate-500\/40{
  background-color: rgb(100 116 139 / 0.4) !important;
}
.\!bg-slate-500\/45{
  background-color: rgb(100 116 139 / 0.45) !important;
}
.\!bg-slate-500\/5{
  background-color: rgb(100 116 139 / 0.05) !important;
}
.\!bg-slate-500\/50{
  background-color: rgb(100 116 139 / 0.5) !important;
}
.\!bg-slate-500\/55{
  background-color: rgb(100 116 139 / 0.55) !important;
}
.\!bg-slate-500\/60{
  background-color: rgb(100 116 139 / 0.6) !important;
}
.\!bg-slate-500\/65{
  background-color: rgb(100 116 139 / 0.65) !important;
}
.\!bg-slate-500\/70{
  background-color: rgb(100 116 139 / 0.7) !important;
}
.\!bg-slate-500\/75{
  background-color: rgb(100 116 139 / 0.75) !important;
}
.\!bg-slate-500\/80{
  background-color: rgb(100 116 139 / 0.8) !important;
}
.\!bg-slate-500\/85{
  background-color: rgb(100 116 139 / 0.85) !important;
}
.\!bg-slate-500\/90{
  background-color: rgb(100 116 139 / 0.9) !important;
}
.\!bg-slate-500\/95{
  background-color: rgb(100 116 139 / 0.95) !important;
}
.\!bg-slate-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-600\/0{
  background-color: rgb(71 85 105 / 0) !important;
}
.\!bg-slate-600\/10{
  background-color: rgb(71 85 105 / 0.1) !important;
}
.\!bg-slate-600\/100{
  background-color: rgb(71 85 105 / 1) !important;
}
.\!bg-slate-600\/15{
  background-color: rgb(71 85 105 / 0.15) !important;
}
.\!bg-slate-600\/20{
  background-color: rgb(71 85 105 / 0.2) !important;
}
.\!bg-slate-600\/25{
  background-color: rgb(71 85 105 / 0.25) !important;
}
.\!bg-slate-600\/30{
  background-color: rgb(71 85 105 / 0.3) !important;
}
.\!bg-slate-600\/35{
  background-color: rgb(71 85 105 / 0.35) !important;
}
.\!bg-slate-600\/40{
  background-color: rgb(71 85 105 / 0.4) !important;
}
.\!bg-slate-600\/45{
  background-color: rgb(71 85 105 / 0.45) !important;
}
.\!bg-slate-600\/5{
  background-color: rgb(71 85 105 / 0.05) !important;
}
.\!bg-slate-600\/50{
  background-color: rgb(71 85 105 / 0.5) !important;
}
.\!bg-slate-600\/55{
  background-color: rgb(71 85 105 / 0.55) !important;
}
.\!bg-slate-600\/60{
  background-color: rgb(71 85 105 / 0.6) !important;
}
.\!bg-slate-600\/65{
  background-color: rgb(71 85 105 / 0.65) !important;
}
.\!bg-slate-600\/70{
  background-color: rgb(71 85 105 / 0.7) !important;
}
.\!bg-slate-600\/75{
  background-color: rgb(71 85 105 / 0.75) !important;
}
.\!bg-slate-600\/80{
  background-color: rgb(71 85 105 / 0.8) !important;
}
.\!bg-slate-600\/85{
  background-color: rgb(71 85 105 / 0.85) !important;
}
.\!bg-slate-600\/90{
  background-color: rgb(71 85 105 / 0.9) !important;
}
.\!bg-slate-600\/95{
  background-color: rgb(71 85 105 / 0.95) !important;
}
.\!bg-slate-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-700\/0{
  background-color: rgb(51 65 85 / 0) !important;
}
.\!bg-slate-700\/10{
  background-color: rgb(51 65 85 / 0.1) !important;
}
.\!bg-slate-700\/100{
  background-color: rgb(51 65 85 / 1) !important;
}
.\!bg-slate-700\/15{
  background-color: rgb(51 65 85 / 0.15) !important;
}
.\!bg-slate-700\/20{
  background-color: rgb(51 65 85 / 0.2) !important;
}
.\!bg-slate-700\/25{
  background-color: rgb(51 65 85 / 0.25) !important;
}
.\!bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3) !important;
}
.\!bg-slate-700\/35{
  background-color: rgb(51 65 85 / 0.35) !important;
}
.\!bg-slate-700\/40{
  background-color: rgb(51 65 85 / 0.4) !important;
}
.\!bg-slate-700\/45{
  background-color: rgb(51 65 85 / 0.45) !important;
}
.\!bg-slate-700\/5{
  background-color: rgb(51 65 85 / 0.05) !important;
}
.\!bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5) !important;
}
.\!bg-slate-700\/55{
  background-color: rgb(51 65 85 / 0.55) !important;
}
.\!bg-slate-700\/60{
  background-color: rgb(51 65 85 / 0.6) !important;
}
.\!bg-slate-700\/65{
  background-color: rgb(51 65 85 / 0.65) !important;
}
.\!bg-slate-700\/70{
  background-color: rgb(51 65 85 / 0.7) !important;
}
.\!bg-slate-700\/75{
  background-color: rgb(51 65 85 / 0.75) !important;
}
.\!bg-slate-700\/80{
  background-color: rgb(51 65 85 / 0.8) !important;
}
.\!bg-slate-700\/85{
  background-color: rgb(51 65 85 / 0.85) !important;
}
.\!bg-slate-700\/90{
  background-color: rgb(51 65 85 / 0.9) !important;
}
.\!bg-slate-700\/95{
  background-color: rgb(51 65 85 / 0.95) !important;
}
.\!bg-slate-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-800\/0{
  background-color: rgb(30 41 59 / 0) !important;
}
.\!bg-slate-800\/10{
  background-color: rgb(30 41 59 / 0.1) !important;
}
.\!bg-slate-800\/100{
  background-color: rgb(30 41 59 / 1) !important;
}
.\!bg-slate-800\/15{
  background-color: rgb(30 41 59 / 0.15) !important;
}
.\!bg-slate-800\/20{
  background-color: rgb(30 41 59 / 0.2) !important;
}
.\!bg-slate-800\/25{
  background-color: rgb(30 41 59 / 0.25) !important;
}
.\!bg-slate-800\/30{
  background-color: rgb(30 41 59 / 0.3) !important;
}
.\!bg-slate-800\/35{
  background-color: rgb(30 41 59 / 0.35) !important;
}
.\!bg-slate-800\/40{
  background-color: rgb(30 41 59 / 0.4) !important;
}
.\!bg-slate-800\/45{
  background-color: rgb(30 41 59 / 0.45) !important;
}
.\!bg-slate-800\/5{
  background-color: rgb(30 41 59 / 0.05) !important;
}
.\!bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5) !important;
}
.\!bg-slate-800\/55{
  background-color: rgb(30 41 59 / 0.55) !important;
}
.\!bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6) !important;
}
.\!bg-slate-800\/65{
  background-color: rgb(30 41 59 / 0.65) !important;
}
.\!bg-slate-800\/70{
  background-color: rgb(30 41 59 / 0.7) !important;
}
.\!bg-slate-800\/75{
  background-color: rgb(30 41 59 / 0.75) !important;
}
.\!bg-slate-800\/80{
  background-color: rgb(30 41 59 / 0.8) !important;
}
.\!bg-slate-800\/85{
  background-color: rgb(30 41 59 / 0.85) !important;
}
.\!bg-slate-800\/90{
  background-color: rgb(30 41 59 / 0.9) !important;
}
.\!bg-slate-800\/95{
  background-color: rgb(30 41 59 / 0.95) !important;
}
.\!bg-slate-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-900\/0{
  background-color: rgb(15 23 42 / 0) !important;
}
.\!bg-slate-900\/10{
  background-color: rgb(15 23 42 / 0.1) !important;
}
.\!bg-slate-900\/100{
  background-color: rgb(15 23 42 / 1) !important;
}
.\!bg-slate-900\/15{
  background-color: rgb(15 23 42 / 0.15) !important;
}
.\!bg-slate-900\/20{
  background-color: rgb(15 23 42 / 0.2) !important;
}
.\!bg-slate-900\/25{
  background-color: rgb(15 23 42 / 0.25) !important;
}
.\!bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3) !important;
}
.\!bg-slate-900\/35{
  background-color: rgb(15 23 42 / 0.35) !important;
}
.\!bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4) !important;
}
.\!bg-slate-900\/45{
  background-color: rgb(15 23 42 / 0.45) !important;
}
.\!bg-slate-900\/5{
  background-color: rgb(15 23 42 / 0.05) !important;
}
.\!bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5) !important;
}
.\!bg-slate-900\/55{
  background-color: rgb(15 23 42 / 0.55) !important;
}
.\!bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6) !important;
}
.\!bg-slate-900\/65{
  background-color: rgb(15 23 42 / 0.65) !important;
}
.\!bg-slate-900\/70{
  background-color: rgb(15 23 42 / 0.7) !important;
}
.\!bg-slate-900\/75{
  background-color: rgb(15 23 42 / 0.75) !important;
}
.\!bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8) !important;
}
.\!bg-slate-900\/85{
  background-color: rgb(15 23 42 / 0.85) !important;
}
.\!bg-slate-900\/90{
  background-color: rgb(15 23 42 / 0.9) !important;
}
.\!bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95) !important;
}
.\!bg-slate-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity)) !important;
}
.\!bg-slate-950\/0{
  background-color: rgb(2 6 23 / 0) !important;
}
.\!bg-slate-950\/10{
  background-color: rgb(2 6 23 / 0.1) !important;
}
.\!bg-slate-950\/100{
  background-color: rgb(2 6 23 / 1) !important;
}
.\!bg-slate-950\/15{
  background-color: rgb(2 6 23 / 0.15) !important;
}
.\!bg-slate-950\/20{
  background-color: rgb(2 6 23 / 0.2) !important;
}
.\!bg-slate-950\/25{
  background-color: rgb(2 6 23 / 0.25) !important;
}
.\!bg-slate-950\/30{
  background-color: rgb(2 6 23 / 0.3) !important;
}
.\!bg-slate-950\/35{
  background-color: rgb(2 6 23 / 0.35) !important;
}
.\!bg-slate-950\/40{
  background-color: rgb(2 6 23 / 0.4) !important;
}
.\!bg-slate-950\/45{
  background-color: rgb(2 6 23 / 0.45) !important;
}
.\!bg-slate-950\/5{
  background-color: rgb(2 6 23 / 0.05) !important;
}
.\!bg-slate-950\/50{
  background-color: rgb(2 6 23 / 0.5) !important;
}
.\!bg-slate-950\/55{
  background-color: rgb(2 6 23 / 0.55) !important;
}
.\!bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6) !important;
}
.\!bg-slate-950\/65{
  background-color: rgb(2 6 23 / 0.65) !important;
}
.\!bg-slate-950\/70{
  background-color: rgb(2 6 23 / 0.7) !important;
}
.\!bg-slate-950\/75{
  background-color: rgb(2 6 23 / 0.75) !important;
}
.\!bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8) !important;
}
.\!bg-slate-950\/85{
  background-color: rgb(2 6 23 / 0.85) !important;
}
.\!bg-slate-950\/90{
  background-color: rgb(2 6 23 / 0.9) !important;
}
.\!bg-slate-950\/95{
  background-color: rgb(2 6 23 / 0.95) !important;
}
.\!bg-stone-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-100\/0{
  background-color: rgb(245 245 244 / 0) !important;
}
.\!bg-stone-100\/10{
  background-color: rgb(245 245 244 / 0.1) !important;
}
.\!bg-stone-100\/100{
  background-color: rgb(245 245 244 / 1) !important;
}
.\!bg-stone-100\/15{
  background-color: rgb(245 245 244 / 0.15) !important;
}
.\!bg-stone-100\/20{
  background-color: rgb(245 245 244 / 0.2) !important;
}
.\!bg-stone-100\/25{
  background-color: rgb(245 245 244 / 0.25) !important;
}
.\!bg-stone-100\/30{
  background-color: rgb(245 245 244 / 0.3) !important;
}
.\!bg-stone-100\/35{
  background-color: rgb(245 245 244 / 0.35) !important;
}
.\!bg-stone-100\/40{
  background-color: rgb(245 245 244 / 0.4) !important;
}
.\!bg-stone-100\/45{
  background-color: rgb(245 245 244 / 0.45) !important;
}
.\!bg-stone-100\/5{
  background-color: rgb(245 245 244 / 0.05) !important;
}
.\!bg-stone-100\/50{
  background-color: rgb(245 245 244 / 0.5) !important;
}
.\!bg-stone-100\/55{
  background-color: rgb(245 245 244 / 0.55) !important;
}
.\!bg-stone-100\/60{
  background-color: rgb(245 245 244 / 0.6) !important;
}
.\!bg-stone-100\/65{
  background-color: rgb(245 245 244 / 0.65) !important;
}
.\!bg-stone-100\/70{
  background-color: rgb(245 245 244 / 0.7) !important;
}
.\!bg-stone-100\/75{
  background-color: rgb(245 245 244 / 0.75) !important;
}
.\!bg-stone-100\/80{
  background-color: rgb(245 245 244 / 0.8) !important;
}
.\!bg-stone-100\/85{
  background-color: rgb(245 245 244 / 0.85) !important;
}
.\!bg-stone-100\/90{
  background-color: rgb(245 245 244 / 0.9) !important;
}
.\!bg-stone-100\/95{
  background-color: rgb(245 245 244 / 0.95) !important;
}
.\!bg-stone-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-200\/0{
  background-color: rgb(231 229 228 / 0) !important;
}
.\!bg-stone-200\/10{
  background-color: rgb(231 229 228 / 0.1) !important;
}
.\!bg-stone-200\/100{
  background-color: rgb(231 229 228 / 1) !important;
}
.\!bg-stone-200\/15{
  background-color: rgb(231 229 228 / 0.15) !important;
}
.\!bg-stone-200\/20{
  background-color: rgb(231 229 228 / 0.2) !important;
}
.\!bg-stone-200\/25{
  background-color: rgb(231 229 228 / 0.25) !important;
}
.\!bg-stone-200\/30{
  background-color: rgb(231 229 228 / 0.3) !important;
}
.\!bg-stone-200\/35{
  background-color: rgb(231 229 228 / 0.35) !important;
}
.\!bg-stone-200\/40{
  background-color: rgb(231 229 228 / 0.4) !important;
}
.\!bg-stone-200\/45{
  background-color: rgb(231 229 228 / 0.45) !important;
}
.\!bg-stone-200\/5{
  background-color: rgb(231 229 228 / 0.05) !important;
}
.\!bg-stone-200\/50{
  background-color: rgb(231 229 228 / 0.5) !important;
}
.\!bg-stone-200\/55{
  background-color: rgb(231 229 228 / 0.55) !important;
}
.\!bg-stone-200\/60{
  background-color: rgb(231 229 228 / 0.6) !important;
}
.\!bg-stone-200\/65{
  background-color: rgb(231 229 228 / 0.65) !important;
}
.\!bg-stone-200\/70{
  background-color: rgb(231 229 228 / 0.7) !important;
}
.\!bg-stone-200\/75{
  background-color: rgb(231 229 228 / 0.75) !important;
}
.\!bg-stone-200\/80{
  background-color: rgb(231 229 228 / 0.8) !important;
}
.\!bg-stone-200\/85{
  background-color: rgb(231 229 228 / 0.85) !important;
}
.\!bg-stone-200\/90{
  background-color: rgb(231 229 228 / 0.9) !important;
}
.\!bg-stone-200\/95{
  background-color: rgb(231 229 228 / 0.95) !important;
}
.\!bg-stone-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-300\/0{
  background-color: rgb(214 211 209 / 0) !important;
}
.\!bg-stone-300\/10{
  background-color: rgb(214 211 209 / 0.1) !important;
}
.\!bg-stone-300\/100{
  background-color: rgb(214 211 209 / 1) !important;
}
.\!bg-stone-300\/15{
  background-color: rgb(214 211 209 / 0.15) !important;
}
.\!bg-stone-300\/20{
  background-color: rgb(214 211 209 / 0.2) !important;
}
.\!bg-stone-300\/25{
  background-color: rgb(214 211 209 / 0.25) !important;
}
.\!bg-stone-300\/30{
  background-color: rgb(214 211 209 / 0.3) !important;
}
.\!bg-stone-300\/35{
  background-color: rgb(214 211 209 / 0.35) !important;
}
.\!bg-stone-300\/40{
  background-color: rgb(214 211 209 / 0.4) !important;
}
.\!bg-stone-300\/45{
  background-color: rgb(214 211 209 / 0.45) !important;
}
.\!bg-stone-300\/5{
  background-color: rgb(214 211 209 / 0.05) !important;
}
.\!bg-stone-300\/50{
  background-color: rgb(214 211 209 / 0.5) !important;
}
.\!bg-stone-300\/55{
  background-color: rgb(214 211 209 / 0.55) !important;
}
.\!bg-stone-300\/60{
  background-color: rgb(214 211 209 / 0.6) !important;
}
.\!bg-stone-300\/65{
  background-color: rgb(214 211 209 / 0.65) !important;
}
.\!bg-stone-300\/70{
  background-color: rgb(214 211 209 / 0.7) !important;
}
.\!bg-stone-300\/75{
  background-color: rgb(214 211 209 / 0.75) !important;
}
.\!bg-stone-300\/80{
  background-color: rgb(214 211 209 / 0.8) !important;
}
.\!bg-stone-300\/85{
  background-color: rgb(214 211 209 / 0.85) !important;
}
.\!bg-stone-300\/90{
  background-color: rgb(214 211 209 / 0.9) !important;
}
.\!bg-stone-300\/95{
  background-color: rgb(214 211 209 / 0.95) !important;
}
.\!bg-stone-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-400\/0{
  background-color: rgb(168 162 158 / 0) !important;
}
.\!bg-stone-400\/10{
  background-color: rgb(168 162 158 / 0.1) !important;
}
.\!bg-stone-400\/100{
  background-color: rgb(168 162 158 / 1) !important;
}
.\!bg-stone-400\/15{
  background-color: rgb(168 162 158 / 0.15) !important;
}
.\!bg-stone-400\/20{
  background-color: rgb(168 162 158 / 0.2) !important;
}
.\!bg-stone-400\/25{
  background-color: rgb(168 162 158 / 0.25) !important;
}
.\!bg-stone-400\/30{
  background-color: rgb(168 162 158 / 0.3) !important;
}
.\!bg-stone-400\/35{
  background-color: rgb(168 162 158 / 0.35) !important;
}
.\!bg-stone-400\/40{
  background-color: rgb(168 162 158 / 0.4) !important;
}
.\!bg-stone-400\/45{
  background-color: rgb(168 162 158 / 0.45) !important;
}
.\!bg-stone-400\/5{
  background-color: rgb(168 162 158 / 0.05) !important;
}
.\!bg-stone-400\/50{
  background-color: rgb(168 162 158 / 0.5) !important;
}
.\!bg-stone-400\/55{
  background-color: rgb(168 162 158 / 0.55) !important;
}
.\!bg-stone-400\/60{
  background-color: rgb(168 162 158 / 0.6) !important;
}
.\!bg-stone-400\/65{
  background-color: rgb(168 162 158 / 0.65) !important;
}
.\!bg-stone-400\/70{
  background-color: rgb(168 162 158 / 0.7) !important;
}
.\!bg-stone-400\/75{
  background-color: rgb(168 162 158 / 0.75) !important;
}
.\!bg-stone-400\/80{
  background-color: rgb(168 162 158 / 0.8) !important;
}
.\!bg-stone-400\/85{
  background-color: rgb(168 162 158 / 0.85) !important;
}
.\!bg-stone-400\/90{
  background-color: rgb(168 162 158 / 0.9) !important;
}
.\!bg-stone-400\/95{
  background-color: rgb(168 162 158 / 0.95) !important;
}
.\!bg-stone-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-50\/0{
  background-color: rgb(250 250 249 / 0) !important;
}
.\!bg-stone-50\/10{
  background-color: rgb(250 250 249 / 0.1) !important;
}
.\!bg-stone-50\/100{
  background-color: rgb(250 250 249 / 1) !important;
}
.\!bg-stone-50\/15{
  background-color: rgb(250 250 249 / 0.15) !important;
}
.\!bg-stone-50\/20{
  background-color: rgb(250 250 249 / 0.2) !important;
}
.\!bg-stone-50\/25{
  background-color: rgb(250 250 249 / 0.25) !important;
}
.\!bg-stone-50\/30{
  background-color: rgb(250 250 249 / 0.3) !important;
}
.\!bg-stone-50\/35{
  background-color: rgb(250 250 249 / 0.35) !important;
}
.\!bg-stone-50\/40{
  background-color: rgb(250 250 249 / 0.4) !important;
}
.\!bg-stone-50\/45{
  background-color: rgb(250 250 249 / 0.45) !important;
}
.\!bg-stone-50\/5{
  background-color: rgb(250 250 249 / 0.05) !important;
}
.\!bg-stone-50\/50{
  background-color: rgb(250 250 249 / 0.5) !important;
}
.\!bg-stone-50\/55{
  background-color: rgb(250 250 249 / 0.55) !important;
}
.\!bg-stone-50\/60{
  background-color: rgb(250 250 249 / 0.6) !important;
}
.\!bg-stone-50\/65{
  background-color: rgb(250 250 249 / 0.65) !important;
}
.\!bg-stone-50\/70{
  background-color: rgb(250 250 249 / 0.7) !important;
}
.\!bg-stone-50\/75{
  background-color: rgb(250 250 249 / 0.75) !important;
}
.\!bg-stone-50\/80{
  background-color: rgb(250 250 249 / 0.8) !important;
}
.\!bg-stone-50\/85{
  background-color: rgb(250 250 249 / 0.85) !important;
}
.\!bg-stone-50\/90{
  background-color: rgb(250 250 249 / 0.9) !important;
}
.\!bg-stone-50\/95{
  background-color: rgb(250 250 249 / 0.95) !important;
}
.\!bg-stone-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-500\/0{
  background-color: rgb(120 113 108 / 0) !important;
}
.\!bg-stone-500\/10{
  background-color: rgb(120 113 108 / 0.1) !important;
}
.\!bg-stone-500\/100{
  background-color: rgb(120 113 108 / 1) !important;
}
.\!bg-stone-500\/15{
  background-color: rgb(120 113 108 / 0.15) !important;
}
.\!bg-stone-500\/20{
  background-color: rgb(120 113 108 / 0.2) !important;
}
.\!bg-stone-500\/25{
  background-color: rgb(120 113 108 / 0.25) !important;
}
.\!bg-stone-500\/30{
  background-color: rgb(120 113 108 / 0.3) !important;
}
.\!bg-stone-500\/35{
  background-color: rgb(120 113 108 / 0.35) !important;
}
.\!bg-stone-500\/40{
  background-color: rgb(120 113 108 / 0.4) !important;
}
.\!bg-stone-500\/45{
  background-color: rgb(120 113 108 / 0.45) !important;
}
.\!bg-stone-500\/5{
  background-color: rgb(120 113 108 / 0.05) !important;
}
.\!bg-stone-500\/50{
  background-color: rgb(120 113 108 / 0.5) !important;
}
.\!bg-stone-500\/55{
  background-color: rgb(120 113 108 / 0.55) !important;
}
.\!bg-stone-500\/60{
  background-color: rgb(120 113 108 / 0.6) !important;
}
.\!bg-stone-500\/65{
  background-color: rgb(120 113 108 / 0.65) !important;
}
.\!bg-stone-500\/70{
  background-color: rgb(120 113 108 / 0.7) !important;
}
.\!bg-stone-500\/75{
  background-color: rgb(120 113 108 / 0.75) !important;
}
.\!bg-stone-500\/80{
  background-color: rgb(120 113 108 / 0.8) !important;
}
.\!bg-stone-500\/85{
  background-color: rgb(120 113 108 / 0.85) !important;
}
.\!bg-stone-500\/90{
  background-color: rgb(120 113 108 / 0.9) !important;
}
.\!bg-stone-500\/95{
  background-color: rgb(120 113 108 / 0.95) !important;
}
.\!bg-stone-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-600\/0{
  background-color: rgb(87 83 78 / 0) !important;
}
.\!bg-stone-600\/10{
  background-color: rgb(87 83 78 / 0.1) !important;
}
.\!bg-stone-600\/100{
  background-color: rgb(87 83 78 / 1) !important;
}
.\!bg-stone-600\/15{
  background-color: rgb(87 83 78 / 0.15) !important;
}
.\!bg-stone-600\/20{
  background-color: rgb(87 83 78 / 0.2) !important;
}
.\!bg-stone-600\/25{
  background-color: rgb(87 83 78 / 0.25) !important;
}
.\!bg-stone-600\/30{
  background-color: rgb(87 83 78 / 0.3) !important;
}
.\!bg-stone-600\/35{
  background-color: rgb(87 83 78 / 0.35) !important;
}
.\!bg-stone-600\/40{
  background-color: rgb(87 83 78 / 0.4) !important;
}
.\!bg-stone-600\/45{
  background-color: rgb(87 83 78 / 0.45) !important;
}
.\!bg-stone-600\/5{
  background-color: rgb(87 83 78 / 0.05) !important;
}
.\!bg-stone-600\/50{
  background-color: rgb(87 83 78 / 0.5) !important;
}
.\!bg-stone-600\/55{
  background-color: rgb(87 83 78 / 0.55) !important;
}
.\!bg-stone-600\/60{
  background-color: rgb(87 83 78 / 0.6) !important;
}
.\!bg-stone-600\/65{
  background-color: rgb(87 83 78 / 0.65) !important;
}
.\!bg-stone-600\/70{
  background-color: rgb(87 83 78 / 0.7) !important;
}
.\!bg-stone-600\/75{
  background-color: rgb(87 83 78 / 0.75) !important;
}
.\!bg-stone-600\/80{
  background-color: rgb(87 83 78 / 0.8) !important;
}
.\!bg-stone-600\/85{
  background-color: rgb(87 83 78 / 0.85) !important;
}
.\!bg-stone-600\/90{
  background-color: rgb(87 83 78 / 0.9) !important;
}
.\!bg-stone-600\/95{
  background-color: rgb(87 83 78 / 0.95) !important;
}
.\!bg-stone-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-700\/0{
  background-color: rgb(68 64 60 / 0) !important;
}
.\!bg-stone-700\/10{
  background-color: rgb(68 64 60 / 0.1) !important;
}
.\!bg-stone-700\/100{
  background-color: rgb(68 64 60 / 1) !important;
}
.\!bg-stone-700\/15{
  background-color: rgb(68 64 60 / 0.15) !important;
}
.\!bg-stone-700\/20{
  background-color: rgb(68 64 60 / 0.2) !important;
}
.\!bg-stone-700\/25{
  background-color: rgb(68 64 60 / 0.25) !important;
}
.\!bg-stone-700\/30{
  background-color: rgb(68 64 60 / 0.3) !important;
}
.\!bg-stone-700\/35{
  background-color: rgb(68 64 60 / 0.35) !important;
}
.\!bg-stone-700\/40{
  background-color: rgb(68 64 60 / 0.4) !important;
}
.\!bg-stone-700\/45{
  background-color: rgb(68 64 60 / 0.45) !important;
}
.\!bg-stone-700\/5{
  background-color: rgb(68 64 60 / 0.05) !important;
}
.\!bg-stone-700\/50{
  background-color: rgb(68 64 60 / 0.5) !important;
}
.\!bg-stone-700\/55{
  background-color: rgb(68 64 60 / 0.55) !important;
}
.\!bg-stone-700\/60{
  background-color: rgb(68 64 60 / 0.6) !important;
}
.\!bg-stone-700\/65{
  background-color: rgb(68 64 60 / 0.65) !important;
}
.\!bg-stone-700\/70{
  background-color: rgb(68 64 60 / 0.7) !important;
}
.\!bg-stone-700\/75{
  background-color: rgb(68 64 60 / 0.75) !important;
}
.\!bg-stone-700\/80{
  background-color: rgb(68 64 60 / 0.8) !important;
}
.\!bg-stone-700\/85{
  background-color: rgb(68 64 60 / 0.85) !important;
}
.\!bg-stone-700\/90{
  background-color: rgb(68 64 60 / 0.9) !important;
}
.\!bg-stone-700\/95{
  background-color: rgb(68 64 60 / 0.95) !important;
}
.\!bg-stone-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-800\/0{
  background-color: rgb(41 37 36 / 0) !important;
}
.\!bg-stone-800\/10{
  background-color: rgb(41 37 36 / 0.1) !important;
}
.\!bg-stone-800\/100{
  background-color: rgb(41 37 36 / 1) !important;
}
.\!bg-stone-800\/15{
  background-color: rgb(41 37 36 / 0.15) !important;
}
.\!bg-stone-800\/20{
  background-color: rgb(41 37 36 / 0.2) !important;
}
.\!bg-stone-800\/25{
  background-color: rgb(41 37 36 / 0.25) !important;
}
.\!bg-stone-800\/30{
  background-color: rgb(41 37 36 / 0.3) !important;
}
.\!bg-stone-800\/35{
  background-color: rgb(41 37 36 / 0.35) !important;
}
.\!bg-stone-800\/40{
  background-color: rgb(41 37 36 / 0.4) !important;
}
.\!bg-stone-800\/45{
  background-color: rgb(41 37 36 / 0.45) !important;
}
.\!bg-stone-800\/5{
  background-color: rgb(41 37 36 / 0.05) !important;
}
.\!bg-stone-800\/50{
  background-color: rgb(41 37 36 / 0.5) !important;
}
.\!bg-stone-800\/55{
  background-color: rgb(41 37 36 / 0.55) !important;
}
.\!bg-stone-800\/60{
  background-color: rgb(41 37 36 / 0.6) !important;
}
.\!bg-stone-800\/65{
  background-color: rgb(41 37 36 / 0.65) !important;
}
.\!bg-stone-800\/70{
  background-color: rgb(41 37 36 / 0.7) !important;
}
.\!bg-stone-800\/75{
  background-color: rgb(41 37 36 / 0.75) !important;
}
.\!bg-stone-800\/80{
  background-color: rgb(41 37 36 / 0.8) !important;
}
.\!bg-stone-800\/85{
  background-color: rgb(41 37 36 / 0.85) !important;
}
.\!bg-stone-800\/90{
  background-color: rgb(41 37 36 / 0.9) !important;
}
.\!bg-stone-800\/95{
  background-color: rgb(41 37 36 / 0.95) !important;
}
.\!bg-stone-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-900\/0{
  background-color: rgb(28 25 23 / 0) !important;
}
.\!bg-stone-900\/10{
  background-color: rgb(28 25 23 / 0.1) !important;
}
.\!bg-stone-900\/100{
  background-color: rgb(28 25 23 / 1) !important;
}
.\!bg-stone-900\/15{
  background-color: rgb(28 25 23 / 0.15) !important;
}
.\!bg-stone-900\/20{
  background-color: rgb(28 25 23 / 0.2) !important;
}
.\!bg-stone-900\/25{
  background-color: rgb(28 25 23 / 0.25) !important;
}
.\!bg-stone-900\/30{
  background-color: rgb(28 25 23 / 0.3) !important;
}
.\!bg-stone-900\/35{
  background-color: rgb(28 25 23 / 0.35) !important;
}
.\!bg-stone-900\/40{
  background-color: rgb(28 25 23 / 0.4) !important;
}
.\!bg-stone-900\/45{
  background-color: rgb(28 25 23 / 0.45) !important;
}
.\!bg-stone-900\/5{
  background-color: rgb(28 25 23 / 0.05) !important;
}
.\!bg-stone-900\/50{
  background-color: rgb(28 25 23 / 0.5) !important;
}
.\!bg-stone-900\/55{
  background-color: rgb(28 25 23 / 0.55) !important;
}
.\!bg-stone-900\/60{
  background-color: rgb(28 25 23 / 0.6) !important;
}
.\!bg-stone-900\/65{
  background-color: rgb(28 25 23 / 0.65) !important;
}
.\!bg-stone-900\/70{
  background-color: rgb(28 25 23 / 0.7) !important;
}
.\!bg-stone-900\/75{
  background-color: rgb(28 25 23 / 0.75) !important;
}
.\!bg-stone-900\/80{
  background-color: rgb(28 25 23 / 0.8) !important;
}
.\!bg-stone-900\/85{
  background-color: rgb(28 25 23 / 0.85) !important;
}
.\!bg-stone-900\/90{
  background-color: rgb(28 25 23 / 0.9) !important;
}
.\!bg-stone-900\/95{
  background-color: rgb(28 25 23 / 0.95) !important;
}
.\!bg-stone-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity)) !important;
}
.\!bg-stone-950\/0{
  background-color: rgb(12 10 9 / 0) !important;
}
.\!bg-stone-950\/10{
  background-color: rgb(12 10 9 / 0.1) !important;
}
.\!bg-stone-950\/100{
  background-color: rgb(12 10 9 / 1) !important;
}
.\!bg-stone-950\/15{
  background-color: rgb(12 10 9 / 0.15) !important;
}
.\!bg-stone-950\/20{
  background-color: rgb(12 10 9 / 0.2) !important;
}
.\!bg-stone-950\/25{
  background-color: rgb(12 10 9 / 0.25) !important;
}
.\!bg-stone-950\/30{
  background-color: rgb(12 10 9 / 0.3) !important;
}
.\!bg-stone-950\/35{
  background-color: rgb(12 10 9 / 0.35) !important;
}
.\!bg-stone-950\/40{
  background-color: rgb(12 10 9 / 0.4) !important;
}
.\!bg-stone-950\/45{
  background-color: rgb(12 10 9 / 0.45) !important;
}
.\!bg-stone-950\/5{
  background-color: rgb(12 10 9 / 0.05) !important;
}
.\!bg-stone-950\/50{
  background-color: rgb(12 10 9 / 0.5) !important;
}
.\!bg-stone-950\/55{
  background-color: rgb(12 10 9 / 0.55) !important;
}
.\!bg-stone-950\/60{
  background-color: rgb(12 10 9 / 0.6) !important;
}
.\!bg-stone-950\/65{
  background-color: rgb(12 10 9 / 0.65) !important;
}
.\!bg-stone-950\/70{
  background-color: rgb(12 10 9 / 0.7) !important;
}
.\!bg-stone-950\/75{
  background-color: rgb(12 10 9 / 0.75) !important;
}
.\!bg-stone-950\/80{
  background-color: rgb(12 10 9 / 0.8) !important;
}
.\!bg-stone-950\/85{
  background-color: rgb(12 10 9 / 0.85) !important;
}
.\!bg-stone-950\/90{
  background-color: rgb(12 10 9 / 0.9) !important;
}
.\!bg-stone-950\/95{
  background-color: rgb(12 10 9 / 0.95) !important;
}
.\!bg-success-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 254 230 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-100\/0{
  background-color: rgb(239 254 230 / 0) !important;
}
.\!bg-success-100\/10{
  background-color: rgb(239 254 230 / 0.1) !important;
}
.\!bg-success-100\/100{
  background-color: rgb(239 254 230 / 1) !important;
}
.\!bg-success-100\/15{
  background-color: rgb(239 254 230 / 0.15) !important;
}
.\!bg-success-100\/20{
  background-color: rgb(239 254 230 / 0.2) !important;
}
.\!bg-success-100\/25{
  background-color: rgb(239 254 230 / 0.25) !important;
}
.\!bg-success-100\/30{
  background-color: rgb(239 254 230 / 0.3) !important;
}
.\!bg-success-100\/35{
  background-color: rgb(239 254 230 / 0.35) !important;
}
.\!bg-success-100\/40{
  background-color: rgb(239 254 230 / 0.4) !important;
}
.\!bg-success-100\/45{
  background-color: rgb(239 254 230 / 0.45) !important;
}
.\!bg-success-100\/5{
  background-color: rgb(239 254 230 / 0.05) !important;
}
.\!bg-success-100\/50{
  background-color: rgb(239 254 230 / 0.5) !important;
}
.\!bg-success-100\/55{
  background-color: rgb(239 254 230 / 0.55) !important;
}
.\!bg-success-100\/60{
  background-color: rgb(239 254 230 / 0.6) !important;
}
.\!bg-success-100\/65{
  background-color: rgb(239 254 230 / 0.65) !important;
}
.\!bg-success-100\/70{
  background-color: rgb(239 254 230 / 0.7) !important;
}
.\!bg-success-100\/75{
  background-color: rgb(239 254 230 / 0.75) !important;
}
.\!bg-success-100\/80{
  background-color: rgb(239 254 230 / 0.8) !important;
}
.\!bg-success-100\/85{
  background-color: rgb(239 254 230 / 0.85) !important;
}
.\!bg-success-100\/90{
  background-color: rgb(239 254 230 / 0.9) !important;
}
.\!bg-success-100\/95{
  background-color: rgb(239 254 230 / 0.95) !important;
}
.\!bg-success-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 253 199 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-200\/0{
  background-color: rgb(211 253 199 / 0) !important;
}
.\!bg-success-200\/10{
  background-color: rgb(211 253 199 / 0.1) !important;
}
.\!bg-success-200\/100{
  background-color: rgb(211 253 199 / 1) !important;
}
.\!bg-success-200\/15{
  background-color: rgb(211 253 199 / 0.15) !important;
}
.\!bg-success-200\/20{
  background-color: rgb(211 253 199 / 0.2) !important;
}
.\!bg-success-200\/25{
  background-color: rgb(211 253 199 / 0.25) !important;
}
.\!bg-success-200\/30{
  background-color: rgb(211 253 199 / 0.3) !important;
}
.\!bg-success-200\/35{
  background-color: rgb(211 253 199 / 0.35) !important;
}
.\!bg-success-200\/40{
  background-color: rgb(211 253 199 / 0.4) !important;
}
.\!bg-success-200\/45{
  background-color: rgb(211 253 199 / 0.45) !important;
}
.\!bg-success-200\/5{
  background-color: rgb(211 253 199 / 0.05) !important;
}
.\!bg-success-200\/50{
  background-color: rgb(211 253 199 / 0.5) !important;
}
.\!bg-success-200\/55{
  background-color: rgb(211 253 199 / 0.55) !important;
}
.\!bg-success-200\/60{
  background-color: rgb(211 253 199 / 0.6) !important;
}
.\!bg-success-200\/65{
  background-color: rgb(211 253 199 / 0.65) !important;
}
.\!bg-success-200\/70{
  background-color: rgb(211 253 199 / 0.7) !important;
}
.\!bg-success-200\/75{
  background-color: rgb(211 253 199 / 0.75) !important;
}
.\!bg-success-200\/80{
  background-color: rgb(211 253 199 / 0.8) !important;
}
.\!bg-success-200\/85{
  background-color: rgb(211 253 199 / 0.85) !important;
}
.\!bg-success-200\/90{
  background-color: rgb(211 253 199 / 0.9) !important;
}
.\!bg-success-200\/95{
  background-color: rgb(211 253 199 / 0.95) !important;
}
.\!bg-success-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 252 139 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-300\/0{
  background-color: rgb(151 252 139 / 0) !important;
}
.\!bg-success-300\/10{
  background-color: rgb(151 252 139 / 0.1) !important;
}
.\!bg-success-300\/100{
  background-color: rgb(151 252 139 / 1) !important;
}
.\!bg-success-300\/15{
  background-color: rgb(151 252 139 / 0.15) !important;
}
.\!bg-success-300\/20{
  background-color: rgb(151 252 139 / 0.2) !important;
}
.\!bg-success-300\/25{
  background-color: rgb(151 252 139 / 0.25) !important;
}
.\!bg-success-300\/30{
  background-color: rgb(151 252 139 / 0.3) !important;
}
.\!bg-success-300\/35{
  background-color: rgb(151 252 139 / 0.35) !important;
}
.\!bg-success-300\/40{
  background-color: rgb(151 252 139 / 0.4) !important;
}
.\!bg-success-300\/45{
  background-color: rgb(151 252 139 / 0.45) !important;
}
.\!bg-success-300\/5{
  background-color: rgb(151 252 139 / 0.05) !important;
}
.\!bg-success-300\/50{
  background-color: rgb(151 252 139 / 0.5) !important;
}
.\!bg-success-300\/55{
  background-color: rgb(151 252 139 / 0.55) !important;
}
.\!bg-success-300\/60{
  background-color: rgb(151 252 139 / 0.6) !important;
}
.\!bg-success-300\/65{
  background-color: rgb(151 252 139 / 0.65) !important;
}
.\!bg-success-300\/70{
  background-color: rgb(151 252 139 / 0.7) !important;
}
.\!bg-success-300\/75{
  background-color: rgb(151 252 139 / 0.75) !important;
}
.\!bg-success-300\/80{
  background-color: rgb(151 252 139 / 0.8) !important;
}
.\!bg-success-300\/85{
  background-color: rgb(151 252 139 / 0.85) !important;
}
.\!bg-success-300\/90{
  background-color: rgb(151 252 139 / 0.9) !important;
}
.\!bg-success-300\/95{
  background-color: rgb(151 252 139 / 0.95) !important;
}
.\!bg-success-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 223 111 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-350\/0{
  background-color: rgb(120 223 111 / 0) !important;
}
.\!bg-success-350\/10{
  background-color: rgb(120 223 111 / 0.1) !important;
}
.\!bg-success-350\/100{
  background-color: rgb(120 223 111 / 1) !important;
}
.\!bg-success-350\/15{
  background-color: rgb(120 223 111 / 0.15) !important;
}
.\!bg-success-350\/20{
  background-color: rgb(120 223 111 / 0.2) !important;
}
.\!bg-success-350\/25{
  background-color: rgb(120 223 111 / 0.25) !important;
}
.\!bg-success-350\/30{
  background-color: rgb(120 223 111 / 0.3) !important;
}
.\!bg-success-350\/35{
  background-color: rgb(120 223 111 / 0.35) !important;
}
.\!bg-success-350\/40{
  background-color: rgb(120 223 111 / 0.4) !important;
}
.\!bg-success-350\/45{
  background-color: rgb(120 223 111 / 0.45) !important;
}
.\!bg-success-350\/5{
  background-color: rgb(120 223 111 / 0.05) !important;
}
.\!bg-success-350\/50{
  background-color: rgb(120 223 111 / 0.5) !important;
}
.\!bg-success-350\/55{
  background-color: rgb(120 223 111 / 0.55) !important;
}
.\!bg-success-350\/60{
  background-color: rgb(120 223 111 / 0.6) !important;
}
.\!bg-success-350\/65{
  background-color: rgb(120 223 111 / 0.65) !important;
}
.\!bg-success-350\/70{
  background-color: rgb(120 223 111 / 0.7) !important;
}
.\!bg-success-350\/75{
  background-color: rgb(120 223 111 / 0.75) !important;
}
.\!bg-success-350\/80{
  background-color: rgb(120 223 111 / 0.8) !important;
}
.\!bg-success-350\/85{
  background-color: rgb(120 223 111 / 0.85) !important;
}
.\!bg-success-350\/90{
  background-color: rgb(120 223 111 / 0.9) !important;
}
.\!bg-success-350\/95{
  background-color: rgb(120 223 111 / 0.95) !important;
}
.\!bg-success-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(92 194 86 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-400\/0{
  background-color: rgb(92 194 86 / 0) !important;
}
.\!bg-success-400\/10{
  background-color: rgb(92 194 86 / 0.1) !important;
}
.\!bg-success-400\/100{
  background-color: rgb(92 194 86 / 1) !important;
}
.\!bg-success-400\/15{
  background-color: rgb(92 194 86 / 0.15) !important;
}
.\!bg-success-400\/20{
  background-color: rgb(92 194 86 / 0.2) !important;
}
.\!bg-success-400\/25{
  background-color: rgb(92 194 86 / 0.25) !important;
}
.\!bg-success-400\/30{
  background-color: rgb(92 194 86 / 0.3) !important;
}
.\!bg-success-400\/35{
  background-color: rgb(92 194 86 / 0.35) !important;
}
.\!bg-success-400\/40{
  background-color: rgb(92 194 86 / 0.4) !important;
}
.\!bg-success-400\/45{
  background-color: rgb(92 194 86 / 0.45) !important;
}
.\!bg-success-400\/5{
  background-color: rgb(92 194 86 / 0.05) !important;
}
.\!bg-success-400\/50{
  background-color: rgb(92 194 86 / 0.5) !important;
}
.\!bg-success-400\/55{
  background-color: rgb(92 194 86 / 0.55) !important;
}
.\!bg-success-400\/60{
  background-color: rgb(92 194 86 / 0.6) !important;
}
.\!bg-success-400\/65{
  background-color: rgb(92 194 86 / 0.65) !important;
}
.\!bg-success-400\/70{
  background-color: rgb(92 194 86 / 0.7) !important;
}
.\!bg-success-400\/75{
  background-color: rgb(92 194 86 / 0.75) !important;
}
.\!bg-success-400\/80{
  background-color: rgb(92 194 86 / 0.8) !important;
}
.\!bg-success-400\/85{
  background-color: rgb(92 194 86 / 0.85) !important;
}
.\!bg-success-400\/90{
  background-color: rgb(92 194 86 / 0.9) !important;
}
.\!bg-success-400\/95{
  background-color: rgb(92 194 86 / 0.95) !important;
}
.\!bg-success-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 255 241 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-50\/0{
  background-color: rgb(249 255 241 / 0) !important;
}
.\!bg-success-50\/10{
  background-color: rgb(249 255 241 / 0.1) !important;
}
.\!bg-success-50\/100{
  background-color: rgb(249 255 241 / 1) !important;
}
.\!bg-success-50\/15{
  background-color: rgb(249 255 241 / 0.15) !important;
}
.\!bg-success-50\/20{
  background-color: rgb(249 255 241 / 0.2) !important;
}
.\!bg-success-50\/25{
  background-color: rgb(249 255 241 / 0.25) !important;
}
.\!bg-success-50\/30{
  background-color: rgb(249 255 241 / 0.3) !important;
}
.\!bg-success-50\/35{
  background-color: rgb(249 255 241 / 0.35) !important;
}
.\!bg-success-50\/40{
  background-color: rgb(249 255 241 / 0.4) !important;
}
.\!bg-success-50\/45{
  background-color: rgb(249 255 241 / 0.45) !important;
}
.\!bg-success-50\/5{
  background-color: rgb(249 255 241 / 0.05) !important;
}
.\!bg-success-50\/50{
  background-color: rgb(249 255 241 / 0.5) !important;
}
.\!bg-success-50\/55{
  background-color: rgb(249 255 241 / 0.55) !important;
}
.\!bg-success-50\/60{
  background-color: rgb(249 255 241 / 0.6) !important;
}
.\!bg-success-50\/65{
  background-color: rgb(249 255 241 / 0.65) !important;
}
.\!bg-success-50\/70{
  background-color: rgb(249 255 241 / 0.7) !important;
}
.\!bg-success-50\/75{
  background-color: rgb(249 255 241 / 0.75) !important;
}
.\!bg-success-50\/80{
  background-color: rgb(249 255 241 / 0.8) !important;
}
.\!bg-success-50\/85{
  background-color: rgb(249 255 241 / 0.85) !important;
}
.\!bg-success-50\/90{
  background-color: rgb(249 255 241 / 0.9) !important;
}
.\!bg-success-50\/95{
  background-color: rgb(249 255 241 / 0.95) !important;
}
.\!bg-success-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 136 57 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-500\/0{
  background-color: rgb(60 136 57 / 0) !important;
}
.\!bg-success-500\/10{
  background-color: rgb(60 136 57 / 0.1) !important;
}
.\!bg-success-500\/100{
  background-color: rgb(60 136 57 / 1) !important;
}
.\!bg-success-500\/15{
  background-color: rgb(60 136 57 / 0.15) !important;
}
.\!bg-success-500\/20{
  background-color: rgb(60 136 57 / 0.2) !important;
}
.\!bg-success-500\/25{
  background-color: rgb(60 136 57 / 0.25) !important;
}
.\!bg-success-500\/30{
  background-color: rgb(60 136 57 / 0.3) !important;
}
.\!bg-success-500\/35{
  background-color: rgb(60 136 57 / 0.35) !important;
}
.\!bg-success-500\/40{
  background-color: rgb(60 136 57 / 0.4) !important;
}
.\!bg-success-500\/45{
  background-color: rgb(60 136 57 / 0.45) !important;
}
.\!bg-success-500\/5{
  background-color: rgb(60 136 57 / 0.05) !important;
}
.\!bg-success-500\/50{
  background-color: rgb(60 136 57 / 0.5) !important;
}
.\!bg-success-500\/55{
  background-color: rgb(60 136 57 / 0.55) !important;
}
.\!bg-success-500\/60{
  background-color: rgb(60 136 57 / 0.6) !important;
}
.\!bg-success-500\/65{
  background-color: rgb(60 136 57 / 0.65) !important;
}
.\!bg-success-500\/70{
  background-color: rgb(60 136 57 / 0.7) !important;
}
.\!bg-success-500\/75{
  background-color: rgb(60 136 57 / 0.75) !important;
}
.\!bg-success-500\/80{
  background-color: rgb(60 136 57 / 0.8) !important;
}
.\!bg-success-500\/85{
  background-color: rgb(60 136 57 / 0.85) !important;
}
.\!bg-success-500\/90{
  background-color: rgb(60 136 57 / 0.9) !important;
}
.\!bg-success-500\/95{
  background-color: rgb(60 136 57 / 0.95) !important;
}
.\!bg-success-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 109 44 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-600\/0{
  background-color: rgb(46 109 44 / 0) !important;
}
.\!bg-success-600\/10{
  background-color: rgb(46 109 44 / 0.1) !important;
}
.\!bg-success-600\/100{
  background-color: rgb(46 109 44 / 1) !important;
}
.\!bg-success-600\/15{
  background-color: rgb(46 109 44 / 0.15) !important;
}
.\!bg-success-600\/20{
  background-color: rgb(46 109 44 / 0.2) !important;
}
.\!bg-success-600\/25{
  background-color: rgb(46 109 44 / 0.25) !important;
}
.\!bg-success-600\/30{
  background-color: rgb(46 109 44 / 0.3) !important;
}
.\!bg-success-600\/35{
  background-color: rgb(46 109 44 / 0.35) !important;
}
.\!bg-success-600\/40{
  background-color: rgb(46 109 44 / 0.4) !important;
}
.\!bg-success-600\/45{
  background-color: rgb(46 109 44 / 0.45) !important;
}
.\!bg-success-600\/5{
  background-color: rgb(46 109 44 / 0.05) !important;
}
.\!bg-success-600\/50{
  background-color: rgb(46 109 44 / 0.5) !important;
}
.\!bg-success-600\/55{
  background-color: rgb(46 109 44 / 0.55) !important;
}
.\!bg-success-600\/60{
  background-color: rgb(46 109 44 / 0.6) !important;
}
.\!bg-success-600\/65{
  background-color: rgb(46 109 44 / 0.65) !important;
}
.\!bg-success-600\/70{
  background-color: rgb(46 109 44 / 0.7) !important;
}
.\!bg-success-600\/75{
  background-color: rgb(46 109 44 / 0.75) !important;
}
.\!bg-success-600\/80{
  background-color: rgb(46 109 44 / 0.8) !important;
}
.\!bg-success-600\/85{
  background-color: rgb(46 109 44 / 0.85) !important;
}
.\!bg-success-600\/90{
  background-color: rgb(46 109 44 / 0.9) !important;
}
.\!bg-success-600\/95{
  background-color: rgb(46 109 44 / 0.95) !important;
}
.\!bg-success-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 94 39 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-650\/0{
  background-color: rgb(40 94 39 / 0) !important;
}
.\!bg-success-650\/10{
  background-color: rgb(40 94 39 / 0.1) !important;
}
.\!bg-success-650\/100{
  background-color: rgb(40 94 39 / 1) !important;
}
.\!bg-success-650\/15{
  background-color: rgb(40 94 39 / 0.15) !important;
}
.\!bg-success-650\/20{
  background-color: rgb(40 94 39 / 0.2) !important;
}
.\!bg-success-650\/25{
  background-color: rgb(40 94 39 / 0.25) !important;
}
.\!bg-success-650\/30{
  background-color: rgb(40 94 39 / 0.3) !important;
}
.\!bg-success-650\/35{
  background-color: rgb(40 94 39 / 0.35) !important;
}
.\!bg-success-650\/40{
  background-color: rgb(40 94 39 / 0.4) !important;
}
.\!bg-success-650\/45{
  background-color: rgb(40 94 39 / 0.45) !important;
}
.\!bg-success-650\/5{
  background-color: rgb(40 94 39 / 0.05) !important;
}
.\!bg-success-650\/50{
  background-color: rgb(40 94 39 / 0.5) !important;
}
.\!bg-success-650\/55{
  background-color: rgb(40 94 39 / 0.55) !important;
}
.\!bg-success-650\/60{
  background-color: rgb(40 94 39 / 0.6) !important;
}
.\!bg-success-650\/65{
  background-color: rgb(40 94 39 / 0.65) !important;
}
.\!bg-success-650\/70{
  background-color: rgb(40 94 39 / 0.7) !important;
}
.\!bg-success-650\/75{
  background-color: rgb(40 94 39 / 0.75) !important;
}
.\!bg-success-650\/80{
  background-color: rgb(40 94 39 / 0.8) !important;
}
.\!bg-success-650\/85{
  background-color: rgb(40 94 39 / 0.85) !important;
}
.\!bg-success-650\/90{
  background-color: rgb(40 94 39 / 0.9) !important;
}
.\!bg-success-650\/95{
  background-color: rgb(40 94 39 / 0.95) !important;
}
.\!bg-success-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 82 31 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-700\/0{
  background-color: rgb(32 82 31 / 0) !important;
}
.\!bg-success-700\/10{
  background-color: rgb(32 82 31 / 0.1) !important;
}
.\!bg-success-700\/100{
  background-color: rgb(32 82 31 / 1) !important;
}
.\!bg-success-700\/15{
  background-color: rgb(32 82 31 / 0.15) !important;
}
.\!bg-success-700\/20{
  background-color: rgb(32 82 31 / 0.2) !important;
}
.\!bg-success-700\/25{
  background-color: rgb(32 82 31 / 0.25) !important;
}
.\!bg-success-700\/30{
  background-color: rgb(32 82 31 / 0.3) !important;
}
.\!bg-success-700\/35{
  background-color: rgb(32 82 31 / 0.35) !important;
}
.\!bg-success-700\/40{
  background-color: rgb(32 82 31 / 0.4) !important;
}
.\!bg-success-700\/45{
  background-color: rgb(32 82 31 / 0.45) !important;
}
.\!bg-success-700\/5{
  background-color: rgb(32 82 31 / 0.05) !important;
}
.\!bg-success-700\/50{
  background-color: rgb(32 82 31 / 0.5) !important;
}
.\!bg-success-700\/55{
  background-color: rgb(32 82 31 / 0.55) !important;
}
.\!bg-success-700\/60{
  background-color: rgb(32 82 31 / 0.6) !important;
}
.\!bg-success-700\/65{
  background-color: rgb(32 82 31 / 0.65) !important;
}
.\!bg-success-700\/70{
  background-color: rgb(32 82 31 / 0.7) !important;
}
.\!bg-success-700\/75{
  background-color: rgb(32 82 31 / 0.75) !important;
}
.\!bg-success-700\/80{
  background-color: rgb(32 82 31 / 0.8) !important;
}
.\!bg-success-700\/85{
  background-color: rgb(32 82 31 / 0.85) !important;
}
.\!bg-success-700\/90{
  background-color: rgb(32 82 31 / 0.9) !important;
}
.\!bg-success-700\/95{
  background-color: rgb(32 82 31 / 0.95) !important;
}
.\!bg-success-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 69 25 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-750\/0{
  background-color: rgb(27 69 25 / 0) !important;
}
.\!bg-success-750\/10{
  background-color: rgb(27 69 25 / 0.1) !important;
}
.\!bg-success-750\/100{
  background-color: rgb(27 69 25 / 1) !important;
}
.\!bg-success-750\/15{
  background-color: rgb(27 69 25 / 0.15) !important;
}
.\!bg-success-750\/20{
  background-color: rgb(27 69 25 / 0.2) !important;
}
.\!bg-success-750\/25{
  background-color: rgb(27 69 25 / 0.25) !important;
}
.\!bg-success-750\/30{
  background-color: rgb(27 69 25 / 0.3) !important;
}
.\!bg-success-750\/35{
  background-color: rgb(27 69 25 / 0.35) !important;
}
.\!bg-success-750\/40{
  background-color: rgb(27 69 25 / 0.4) !important;
}
.\!bg-success-750\/45{
  background-color: rgb(27 69 25 / 0.45) !important;
}
.\!bg-success-750\/5{
  background-color: rgb(27 69 25 / 0.05) !important;
}
.\!bg-success-750\/50{
  background-color: rgb(27 69 25 / 0.5) !important;
}
.\!bg-success-750\/55{
  background-color: rgb(27 69 25 / 0.55) !important;
}
.\!bg-success-750\/60{
  background-color: rgb(27 69 25 / 0.6) !important;
}
.\!bg-success-750\/65{
  background-color: rgb(27 69 25 / 0.65) !important;
}
.\!bg-success-750\/70{
  background-color: rgb(27 69 25 / 0.7) !important;
}
.\!bg-success-750\/75{
  background-color: rgb(27 69 25 / 0.75) !important;
}
.\!bg-success-750\/80{
  background-color: rgb(27 69 25 / 0.8) !important;
}
.\!bg-success-750\/85{
  background-color: rgb(27 69 25 / 0.85) !important;
}
.\!bg-success-750\/90{
  background-color: rgb(27 69 25 / 0.9) !important;
}
.\!bg-success-750\/95{
  background-color: rgb(27 69 25 / 0.95) !important;
}
.\!bg-success-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 56 20 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-800\/0{
  background-color: rgb(20 56 20 / 0) !important;
}
.\!bg-success-800\/10{
  background-color: rgb(20 56 20 / 0.1) !important;
}
.\!bg-success-800\/100{
  background-color: rgb(20 56 20 / 1) !important;
}
.\!bg-success-800\/15{
  background-color: rgb(20 56 20 / 0.15) !important;
}
.\!bg-success-800\/20{
  background-color: rgb(20 56 20 / 0.2) !important;
}
.\!bg-success-800\/25{
  background-color: rgb(20 56 20 / 0.25) !important;
}
.\!bg-success-800\/30{
  background-color: rgb(20 56 20 / 0.3) !important;
}
.\!bg-success-800\/35{
  background-color: rgb(20 56 20 / 0.35) !important;
}
.\!bg-success-800\/40{
  background-color: rgb(20 56 20 / 0.4) !important;
}
.\!bg-success-800\/45{
  background-color: rgb(20 56 20 / 0.45) !important;
}
.\!bg-success-800\/5{
  background-color: rgb(20 56 20 / 0.05) !important;
}
.\!bg-success-800\/50{
  background-color: rgb(20 56 20 / 0.5) !important;
}
.\!bg-success-800\/55{
  background-color: rgb(20 56 20 / 0.55) !important;
}
.\!bg-success-800\/60{
  background-color: rgb(20 56 20 / 0.6) !important;
}
.\!bg-success-800\/65{
  background-color: rgb(20 56 20 / 0.65) !important;
}
.\!bg-success-800\/70{
  background-color: rgb(20 56 20 / 0.7) !important;
}
.\!bg-success-800\/75{
  background-color: rgb(20 56 20 / 0.75) !important;
}
.\!bg-success-800\/80{
  background-color: rgb(20 56 20 / 0.8) !important;
}
.\!bg-success-800\/85{
  background-color: rgb(20 56 20 / 0.85) !important;
}
.\!bg-success-800\/90{
  background-color: rgb(20 56 20 / 0.9) !important;
}
.\!bg-success-800\/95{
  background-color: rgb(20 56 20 / 0.95) !important;
}
.\!bg-success-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 32 8 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-900\/0{
  background-color: rgb(9 32 8 / 0) !important;
}
.\!bg-success-900\/10{
  background-color: rgb(9 32 8 / 0.1) !important;
}
.\!bg-success-900\/100{
  background-color: rgb(9 32 8 / 1) !important;
}
.\!bg-success-900\/15{
  background-color: rgb(9 32 8 / 0.15) !important;
}
.\!bg-success-900\/20{
  background-color: rgb(9 32 8 / 0.2) !important;
}
.\!bg-success-900\/25{
  background-color: rgb(9 32 8 / 0.25) !important;
}
.\!bg-success-900\/30{
  background-color: rgb(9 32 8 / 0.3) !important;
}
.\!bg-success-900\/35{
  background-color: rgb(9 32 8 / 0.35) !important;
}
.\!bg-success-900\/40{
  background-color: rgb(9 32 8 / 0.4) !important;
}
.\!bg-success-900\/45{
  background-color: rgb(9 32 8 / 0.45) !important;
}
.\!bg-success-900\/5{
  background-color: rgb(9 32 8 / 0.05) !important;
}
.\!bg-success-900\/50{
  background-color: rgb(9 32 8 / 0.5) !important;
}
.\!bg-success-900\/55{
  background-color: rgb(9 32 8 / 0.55) !important;
}
.\!bg-success-900\/60{
  background-color: rgb(9 32 8 / 0.6) !important;
}
.\!bg-success-900\/65{
  background-color: rgb(9 32 8 / 0.65) !important;
}
.\!bg-success-900\/70{
  background-color: rgb(9 32 8 / 0.7) !important;
}
.\!bg-success-900\/75{
  background-color: rgb(9 32 8 / 0.75) !important;
}
.\!bg-success-900\/80{
  background-color: rgb(9 32 8 / 0.8) !important;
}
.\!bg-success-900\/85{
  background-color: rgb(9 32 8 / 0.85) !important;
}
.\!bg-success-900\/90{
  background-color: rgb(9 32 8 / 0.9) !important;
}
.\!bg-success-900\/95{
  background-color: rgb(9 32 8 / 0.95) !important;
}
.\!bg-surface-0{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 253 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-0\/0{
  background-color: rgb(255 253 255 / 0) !important;
}
.\!bg-surface-0\/10{
  background-color: rgb(255 253 255 / 0.1) !important;
}
.\!bg-surface-0\/100{
  background-color: rgb(255 253 255 / 1) !important;
}
.\!bg-surface-0\/15{
  background-color: rgb(255 253 255 / 0.15) !important;
}
.\!bg-surface-0\/20{
  background-color: rgb(255 253 255 / 0.2) !important;
}
.\!bg-surface-0\/25{
  background-color: rgb(255 253 255 / 0.25) !important;
}
.\!bg-surface-0\/30{
  background-color: rgb(255 253 255 / 0.3) !important;
}
.\!bg-surface-0\/35{
  background-color: rgb(255 253 255 / 0.35) !important;
}
.\!bg-surface-0\/40{
  background-color: rgb(255 253 255 / 0.4) !important;
}
.\!bg-surface-0\/45{
  background-color: rgb(255 253 255 / 0.45) !important;
}
.\!bg-surface-0\/5{
  background-color: rgb(255 253 255 / 0.05) !important;
}
.\!bg-surface-0\/50{
  background-color: rgb(255 253 255 / 0.5) !important;
}
.\!bg-surface-0\/55{
  background-color: rgb(255 253 255 / 0.55) !important;
}
.\!bg-surface-0\/60{
  background-color: rgb(255 253 255 / 0.6) !important;
}
.\!bg-surface-0\/65{
  background-color: rgb(255 253 255 / 0.65) !important;
}
.\!bg-surface-0\/70{
  background-color: rgb(255 253 255 / 0.7) !important;
}
.\!bg-surface-0\/75{
  background-color: rgb(255 253 255 / 0.75) !important;
}
.\!bg-surface-0\/80{
  background-color: rgb(255 253 255 / 0.8) !important;
}
.\!bg-surface-0\/85{
  background-color: rgb(255 253 255 / 0.85) !important;
}
.\!bg-surface-0\/90{
  background-color: rgb(255 253 255 / 0.9) !important;
}
.\!bg-surface-0\/95{
  background-color: rgb(255 253 255 / 0.95) !important;
}
.\!bg-surface-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-100\/0{
  background-color: rgb(255 237 235 / 0) !important;
}
.\!bg-surface-100\/10{
  background-color: rgb(255 237 235 / 0.1) !important;
}
.\!bg-surface-100\/100{
  background-color: rgb(255 237 235 / 1) !important;
}
.\!bg-surface-100\/15{
  background-color: rgb(255 237 235 / 0.15) !important;
}
.\!bg-surface-100\/20{
  background-color: rgb(255 237 235 / 0.2) !important;
}
.\!bg-surface-100\/25{
  background-color: rgb(255 237 235 / 0.25) !important;
}
.\!bg-surface-100\/30{
  background-color: rgb(255 237 235 / 0.3) !important;
}
.\!bg-surface-100\/35{
  background-color: rgb(255 237 235 / 0.35) !important;
}
.\!bg-surface-100\/40{
  background-color: rgb(255 237 235 / 0.4) !important;
}
.\!bg-surface-100\/45{
  background-color: rgb(255 237 235 / 0.45) !important;
}
.\!bg-surface-100\/5{
  background-color: rgb(255 237 235 / 0.05) !important;
}
.\!bg-surface-100\/50{
  background-color: rgb(255 237 235 / 0.5) !important;
}
.\!bg-surface-100\/55{
  background-color: rgb(255 237 235 / 0.55) !important;
}
.\!bg-surface-100\/60{
  background-color: rgb(255 237 235 / 0.6) !important;
}
.\!bg-surface-100\/65{
  background-color: rgb(255 237 235 / 0.65) !important;
}
.\!bg-surface-100\/70{
  background-color: rgb(255 237 235 / 0.7) !important;
}
.\!bg-surface-100\/75{
  background-color: rgb(255 237 235 / 0.75) !important;
}
.\!bg-surface-100\/80{
  background-color: rgb(255 237 235 / 0.8) !important;
}
.\!bg-surface-100\/85{
  background-color: rgb(255 237 235 / 0.85) !important;
}
.\!bg-surface-100\/90{
  background-color: rgb(255 237 235 / 0.9) !important;
}
.\!bg-surface-100\/95{
  background-color: rgb(255 237 235 / 0.95) !important;
}
.\!bg-surface-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 221 219 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-200\/0{
  background-color: rgb(244 221 219 / 0) !important;
}
.\!bg-surface-200\/10{
  background-color: rgb(244 221 219 / 0.1) !important;
}
.\!bg-surface-200\/100{
  background-color: rgb(244 221 219 / 1) !important;
}
.\!bg-surface-200\/15{
  background-color: rgb(244 221 219 / 0.15) !important;
}
.\!bg-surface-200\/20{
  background-color: rgb(244 221 219 / 0.2) !important;
}
.\!bg-surface-200\/25{
  background-color: rgb(244 221 219 / 0.25) !important;
}
.\!bg-surface-200\/30{
  background-color: rgb(244 221 219 / 0.3) !important;
}
.\!bg-surface-200\/35{
  background-color: rgb(244 221 219 / 0.35) !important;
}
.\!bg-surface-200\/40{
  background-color: rgb(244 221 219 / 0.4) !important;
}
.\!bg-surface-200\/45{
  background-color: rgb(244 221 219 / 0.45) !important;
}
.\!bg-surface-200\/5{
  background-color: rgb(244 221 219 / 0.05) !important;
}
.\!bg-surface-200\/50{
  background-color: rgb(244 221 219 / 0.5) !important;
}
.\!bg-surface-200\/55{
  background-color: rgb(244 221 219 / 0.55) !important;
}
.\!bg-surface-200\/60{
  background-color: rgb(244 221 219 / 0.6) !important;
}
.\!bg-surface-200\/65{
  background-color: rgb(244 221 219 / 0.65) !important;
}
.\!bg-surface-200\/70{
  background-color: rgb(244 221 219 / 0.7) !important;
}
.\!bg-surface-200\/75{
  background-color: rgb(244 221 219 / 0.75) !important;
}
.\!bg-surface-200\/80{
  background-color: rgb(244 221 219 / 0.8) !important;
}
.\!bg-surface-200\/85{
  background-color: rgb(244 221 219 / 0.85) !important;
}
.\!bg-surface-200\/90{
  background-color: rgb(244 221 219 / 0.9) !important;
}
.\!bg-surface-200\/95{
  background-color: rgb(244 221 219 / 0.95) !important;
}
.\!bg-surface-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 193 192 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-300\/0{
  background-color: rgb(216 193 192 / 0) !important;
}
.\!bg-surface-300\/10{
  background-color: rgb(216 193 192 / 0.1) !important;
}
.\!bg-surface-300\/100{
  background-color: rgb(216 193 192 / 1) !important;
}
.\!bg-surface-300\/15{
  background-color: rgb(216 193 192 / 0.15) !important;
}
.\!bg-surface-300\/20{
  background-color: rgb(216 193 192 / 0.2) !important;
}
.\!bg-surface-300\/25{
  background-color: rgb(216 193 192 / 0.25) !important;
}
.\!bg-surface-300\/30{
  background-color: rgb(216 193 192 / 0.3) !important;
}
.\!bg-surface-300\/35{
  background-color: rgb(216 193 192 / 0.35) !important;
}
.\!bg-surface-300\/40{
  background-color: rgb(216 193 192 / 0.4) !important;
}
.\!bg-surface-300\/45{
  background-color: rgb(216 193 192 / 0.45) !important;
}
.\!bg-surface-300\/5{
  background-color: rgb(216 193 192 / 0.05) !important;
}
.\!bg-surface-300\/50{
  background-color: rgb(216 193 192 / 0.5) !important;
}
.\!bg-surface-300\/55{
  background-color: rgb(216 193 192 / 0.55) !important;
}
.\!bg-surface-300\/60{
  background-color: rgb(216 193 192 / 0.6) !important;
}
.\!bg-surface-300\/65{
  background-color: rgb(216 193 192 / 0.65) !important;
}
.\!bg-surface-300\/70{
  background-color: rgb(216 193 192 / 0.7) !important;
}
.\!bg-surface-300\/75{
  background-color: rgb(216 193 192 / 0.75) !important;
}
.\!bg-surface-300\/80{
  background-color: rgb(216 193 192 / 0.8) !important;
}
.\!bg-surface-300\/85{
  background-color: rgb(216 193 192 / 0.85) !important;
}
.\!bg-surface-300\/90{
  background-color: rgb(216 193 192 / 0.9) !important;
}
.\!bg-surface-300\/95{
  background-color: rgb(216 193 192 / 0.95) !important;
}
.\!bg-surface-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 166 165 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-350\/0{
  background-color: rgb(187 166 165 / 0) !important;
}
.\!bg-surface-350\/10{
  background-color: rgb(187 166 165 / 0.1) !important;
}
.\!bg-surface-350\/100{
  background-color: rgb(187 166 165 / 1) !important;
}
.\!bg-surface-350\/15{
  background-color: rgb(187 166 165 / 0.15) !important;
}
.\!bg-surface-350\/20{
  background-color: rgb(187 166 165 / 0.2) !important;
}
.\!bg-surface-350\/25{
  background-color: rgb(187 166 165 / 0.25) !important;
}
.\!bg-surface-350\/30{
  background-color: rgb(187 166 165 / 0.3) !important;
}
.\!bg-surface-350\/35{
  background-color: rgb(187 166 165 / 0.35) !important;
}
.\!bg-surface-350\/40{
  background-color: rgb(187 166 165 / 0.4) !important;
}
.\!bg-surface-350\/45{
  background-color: rgb(187 166 165 / 0.45) !important;
}
.\!bg-surface-350\/5{
  background-color: rgb(187 166 165 / 0.05) !important;
}
.\!bg-surface-350\/50{
  background-color: rgb(187 166 165 / 0.5) !important;
}
.\!bg-surface-350\/55{
  background-color: rgb(187 166 165 / 0.55) !important;
}
.\!bg-surface-350\/60{
  background-color: rgb(187 166 165 / 0.6) !important;
}
.\!bg-surface-350\/65{
  background-color: rgb(187 166 165 / 0.65) !important;
}
.\!bg-surface-350\/70{
  background-color: rgb(187 166 165 / 0.7) !important;
}
.\!bg-surface-350\/75{
  background-color: rgb(187 166 165 / 0.75) !important;
}
.\!bg-surface-350\/80{
  background-color: rgb(187 166 165 / 0.8) !important;
}
.\!bg-surface-350\/85{
  background-color: rgb(187 166 165 / 0.85) !important;
}
.\!bg-surface-350\/90{
  background-color: rgb(187 166 165 / 0.9) !important;
}
.\!bg-surface-350\/95{
  background-color: rgb(187 166 165 / 0.95) !important;
}
.\!bg-surface-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-50\/0{
  background-color: rgb(255 248 247 / 0) !important;
}
.\!bg-surface-50\/10{
  background-color: rgb(255 248 247 / 0.1) !important;
}
.\!bg-surface-50\/100{
  background-color: rgb(255 248 247 / 1) !important;
}
.\!bg-surface-50\/15{
  background-color: rgb(255 248 247 / 0.15) !important;
}
.\!bg-surface-50\/20{
  background-color: rgb(255 248 247 / 0.2) !important;
}
.\!bg-surface-50\/25{
  background-color: rgb(255 248 247 / 0.25) !important;
}
.\!bg-surface-50\/30{
  background-color: rgb(255 248 247 / 0.3) !important;
}
.\!bg-surface-50\/35{
  background-color: rgb(255 248 247 / 0.35) !important;
}
.\!bg-surface-50\/40{
  background-color: rgb(255 248 247 / 0.4) !important;
}
.\!bg-surface-50\/45{
  background-color: rgb(255 248 247 / 0.45) !important;
}
.\!bg-surface-50\/5{
  background-color: rgb(255 248 247 / 0.05) !important;
}
.\!bg-surface-50\/50{
  background-color: rgb(255 248 247 / 0.5) !important;
}
.\!bg-surface-50\/55{
  background-color: rgb(255 248 247 / 0.55) !important;
}
.\!bg-surface-50\/60{
  background-color: rgb(255 248 247 / 0.6) !important;
}
.\!bg-surface-50\/65{
  background-color: rgb(255 248 247 / 0.65) !important;
}
.\!bg-surface-50\/70{
  background-color: rgb(255 248 247 / 0.7) !important;
}
.\!bg-surface-50\/75{
  background-color: rgb(255 248 247 / 0.75) !important;
}
.\!bg-surface-50\/80{
  background-color: rgb(255 248 247 / 0.8) !important;
}
.\!bg-surface-50\/85{
  background-color: rgb(255 248 247 / 0.85) !important;
}
.\!bg-surface-50\/90{
  background-color: rgb(255 248 247 / 0.9) !important;
}
.\!bg-surface-50\/95{
  background-color: rgb(255 248 247 / 0.95) !important;
}
.\!bg-teal-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-100\/0{
  background-color: rgb(240 253 250 / 0) !important;
}
.\!bg-teal-100\/10{
  background-color: rgb(240 253 250 / 0.1) !important;
}
.\!bg-teal-100\/100{
  background-color: rgb(240 253 250 / 1) !important;
}
.\!bg-teal-100\/15{
  background-color: rgb(240 253 250 / 0.15) !important;
}
.\!bg-teal-100\/20{
  background-color: rgb(240 253 250 / 0.2) !important;
}
.\!bg-teal-100\/25{
  background-color: rgb(240 253 250 / 0.25) !important;
}
.\!bg-teal-100\/30{
  background-color: rgb(240 253 250 / 0.3) !important;
}
.\!bg-teal-100\/35{
  background-color: rgb(240 253 250 / 0.35) !important;
}
.\!bg-teal-100\/40{
  background-color: rgb(240 253 250 / 0.4) !important;
}
.\!bg-teal-100\/45{
  background-color: rgb(240 253 250 / 0.45) !important;
}
.\!bg-teal-100\/5{
  background-color: rgb(240 253 250 / 0.05) !important;
}
.\!bg-teal-100\/50{
  background-color: rgb(240 253 250 / 0.5) !important;
}
.\!bg-teal-100\/55{
  background-color: rgb(240 253 250 / 0.55) !important;
}
.\!bg-teal-100\/60{
  background-color: rgb(240 253 250 / 0.6) !important;
}
.\!bg-teal-100\/65{
  background-color: rgb(240 253 250 / 0.65) !important;
}
.\!bg-teal-100\/70{
  background-color: rgb(240 253 250 / 0.7) !important;
}
.\!bg-teal-100\/75{
  background-color: rgb(240 253 250 / 0.75) !important;
}
.\!bg-teal-100\/80{
  background-color: rgb(240 253 250 / 0.8) !important;
}
.\!bg-teal-100\/85{
  background-color: rgb(240 253 250 / 0.85) !important;
}
.\!bg-teal-100\/90{
  background-color: rgb(240 253 250 / 0.9) !important;
}
.\!bg-teal-100\/95{
  background-color: rgb(240 253 250 / 0.95) !important;
}
.\!bg-teal-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-200\/0{
  background-color: rgb(204 251 241 / 0) !important;
}
.\!bg-teal-200\/10{
  background-color: rgb(204 251 241 / 0.1) !important;
}
.\!bg-teal-200\/100{
  background-color: rgb(204 251 241 / 1) !important;
}
.\!bg-teal-200\/15{
  background-color: rgb(204 251 241 / 0.15) !important;
}
.\!bg-teal-200\/20{
  background-color: rgb(204 251 241 / 0.2) !important;
}
.\!bg-teal-200\/25{
  background-color: rgb(204 251 241 / 0.25) !important;
}
.\!bg-teal-200\/30{
  background-color: rgb(204 251 241 / 0.3) !important;
}
.\!bg-teal-200\/35{
  background-color: rgb(204 251 241 / 0.35) !important;
}
.\!bg-teal-200\/40{
  background-color: rgb(204 251 241 / 0.4) !important;
}
.\!bg-teal-200\/45{
  background-color: rgb(204 251 241 / 0.45) !important;
}
.\!bg-teal-200\/5{
  background-color: rgb(204 251 241 / 0.05) !important;
}
.\!bg-teal-200\/50{
  background-color: rgb(204 251 241 / 0.5) !important;
}
.\!bg-teal-200\/55{
  background-color: rgb(204 251 241 / 0.55) !important;
}
.\!bg-teal-200\/60{
  background-color: rgb(204 251 241 / 0.6) !important;
}
.\!bg-teal-200\/65{
  background-color: rgb(204 251 241 / 0.65) !important;
}
.\!bg-teal-200\/70{
  background-color: rgb(204 251 241 / 0.7) !important;
}
.\!bg-teal-200\/75{
  background-color: rgb(204 251 241 / 0.75) !important;
}
.\!bg-teal-200\/80{
  background-color: rgb(204 251 241 / 0.8) !important;
}
.\!bg-teal-200\/85{
  background-color: rgb(204 251 241 / 0.85) !important;
}
.\!bg-teal-200\/90{
  background-color: rgb(204 251 241 / 0.9) !important;
}
.\!bg-teal-200\/95{
  background-color: rgb(204 251 241 / 0.95) !important;
}
.\!bg-teal-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-300\/0{
  background-color: rgb(153 246 228 / 0) !important;
}
.\!bg-teal-300\/10{
  background-color: rgb(153 246 228 / 0.1) !important;
}
.\!bg-teal-300\/100{
  background-color: rgb(153 246 228 / 1) !important;
}
.\!bg-teal-300\/15{
  background-color: rgb(153 246 228 / 0.15) !important;
}
.\!bg-teal-300\/20{
  background-color: rgb(153 246 228 / 0.2) !important;
}
.\!bg-teal-300\/25{
  background-color: rgb(153 246 228 / 0.25) !important;
}
.\!bg-teal-300\/30{
  background-color: rgb(153 246 228 / 0.3) !important;
}
.\!bg-teal-300\/35{
  background-color: rgb(153 246 228 / 0.35) !important;
}
.\!bg-teal-300\/40{
  background-color: rgb(153 246 228 / 0.4) !important;
}
.\!bg-teal-300\/45{
  background-color: rgb(153 246 228 / 0.45) !important;
}
.\!bg-teal-300\/5{
  background-color: rgb(153 246 228 / 0.05) !important;
}
.\!bg-teal-300\/50{
  background-color: rgb(153 246 228 / 0.5) !important;
}
.\!bg-teal-300\/55{
  background-color: rgb(153 246 228 / 0.55) !important;
}
.\!bg-teal-300\/60{
  background-color: rgb(153 246 228 / 0.6) !important;
}
.\!bg-teal-300\/65{
  background-color: rgb(153 246 228 / 0.65) !important;
}
.\!bg-teal-300\/70{
  background-color: rgb(153 246 228 / 0.7) !important;
}
.\!bg-teal-300\/75{
  background-color: rgb(153 246 228 / 0.75) !important;
}
.\!bg-teal-300\/80{
  background-color: rgb(153 246 228 / 0.8) !important;
}
.\!bg-teal-300\/85{
  background-color: rgb(153 246 228 / 0.85) !important;
}
.\!bg-teal-300\/90{
  background-color: rgb(153 246 228 / 0.9) !important;
}
.\!bg-teal-300\/95{
  background-color: rgb(153 246 228 / 0.95) !important;
}
.\!bg-teal-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-350\/0{
  background-color: rgb(94 234 212 / 0) !important;
}
.\!bg-teal-350\/10{
  background-color: rgb(94 234 212 / 0.1) !important;
}
.\!bg-teal-350\/100{
  background-color: rgb(94 234 212 / 1) !important;
}
.\!bg-teal-350\/15{
  background-color: rgb(94 234 212 / 0.15) !important;
}
.\!bg-teal-350\/20{
  background-color: rgb(94 234 212 / 0.2) !important;
}
.\!bg-teal-350\/25{
  background-color: rgb(94 234 212 / 0.25) !important;
}
.\!bg-teal-350\/30{
  background-color: rgb(94 234 212 / 0.3) !important;
}
.\!bg-teal-350\/35{
  background-color: rgb(94 234 212 / 0.35) !important;
}
.\!bg-teal-350\/40{
  background-color: rgb(94 234 212 / 0.4) !important;
}
.\!bg-teal-350\/45{
  background-color: rgb(94 234 212 / 0.45) !important;
}
.\!bg-teal-350\/5{
  background-color: rgb(94 234 212 / 0.05) !important;
}
.\!bg-teal-350\/50{
  background-color: rgb(94 234 212 / 0.5) !important;
}
.\!bg-teal-350\/55{
  background-color: rgb(94 234 212 / 0.55) !important;
}
.\!bg-teal-350\/60{
  background-color: rgb(94 234 212 / 0.6) !important;
}
.\!bg-teal-350\/65{
  background-color: rgb(94 234 212 / 0.65) !important;
}
.\!bg-teal-350\/70{
  background-color: rgb(94 234 212 / 0.7) !important;
}
.\!bg-teal-350\/75{
  background-color: rgb(94 234 212 / 0.75) !important;
}
.\!bg-teal-350\/80{
  background-color: rgb(94 234 212 / 0.8) !important;
}
.\!bg-teal-350\/85{
  background-color: rgb(94 234 212 / 0.85) !important;
}
.\!bg-teal-350\/90{
  background-color: rgb(94 234 212 / 0.9) !important;
}
.\!bg-teal-350\/95{
  background-color: rgb(94 234 212 / 0.95) !important;
}
.\!bg-teal-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-400\/0{
  background-color: rgb(45 212 191 / 0) !important;
}
.\!bg-teal-400\/10{
  background-color: rgb(45 212 191 / 0.1) !important;
}
.\!bg-teal-400\/100{
  background-color: rgb(45 212 191 / 1) !important;
}
.\!bg-teal-400\/15{
  background-color: rgb(45 212 191 / 0.15) !important;
}
.\!bg-teal-400\/20{
  background-color: rgb(45 212 191 / 0.2) !important;
}
.\!bg-teal-400\/25{
  background-color: rgb(45 212 191 / 0.25) !important;
}
.\!bg-teal-400\/30{
  background-color: rgb(45 212 191 / 0.3) !important;
}
.\!bg-teal-400\/35{
  background-color: rgb(45 212 191 / 0.35) !important;
}
.\!bg-teal-400\/40{
  background-color: rgb(45 212 191 / 0.4) !important;
}
.\!bg-teal-400\/45{
  background-color: rgb(45 212 191 / 0.45) !important;
}
.\!bg-teal-400\/5{
  background-color: rgb(45 212 191 / 0.05) !important;
}
.\!bg-teal-400\/50{
  background-color: rgb(45 212 191 / 0.5) !important;
}
.\!bg-teal-400\/55{
  background-color: rgb(45 212 191 / 0.55) !important;
}
.\!bg-teal-400\/60{
  background-color: rgb(45 212 191 / 0.6) !important;
}
.\!bg-teal-400\/65{
  background-color: rgb(45 212 191 / 0.65) !important;
}
.\!bg-teal-400\/70{
  background-color: rgb(45 212 191 / 0.7) !important;
}
.\!bg-teal-400\/75{
  background-color: rgb(45 212 191 / 0.75) !important;
}
.\!bg-teal-400\/80{
  background-color: rgb(45 212 191 / 0.8) !important;
}
.\!bg-teal-400\/85{
  background-color: rgb(45 212 191 / 0.85) !important;
}
.\!bg-teal-400\/90{
  background-color: rgb(45 212 191 / 0.9) !important;
}
.\!bg-teal-400\/95{
  background-color: rgb(45 212 191 / 0.95) !important;
}
.\!bg-teal-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-450\/0{
  background-color: rgb(20 184 166 / 0) !important;
}
.\!bg-teal-450\/10{
  background-color: rgb(20 184 166 / 0.1) !important;
}
.\!bg-teal-450\/100{
  background-color: rgb(20 184 166 / 1) !important;
}
.\!bg-teal-450\/15{
  background-color: rgb(20 184 166 / 0.15) !important;
}
.\!bg-teal-450\/20{
  background-color: rgb(20 184 166 / 0.2) !important;
}
.\!bg-teal-450\/25{
  background-color: rgb(20 184 166 / 0.25) !important;
}
.\!bg-teal-450\/30{
  background-color: rgb(20 184 166 / 0.3) !important;
}
.\!bg-teal-450\/35{
  background-color: rgb(20 184 166 / 0.35) !important;
}
.\!bg-teal-450\/40{
  background-color: rgb(20 184 166 / 0.4) !important;
}
.\!bg-teal-450\/45{
  background-color: rgb(20 184 166 / 0.45) !important;
}
.\!bg-teal-450\/5{
  background-color: rgb(20 184 166 / 0.05) !important;
}
.\!bg-teal-450\/50{
  background-color: rgb(20 184 166 / 0.5) !important;
}
.\!bg-teal-450\/55{
  background-color: rgb(20 184 166 / 0.55) !important;
}
.\!bg-teal-450\/60{
  background-color: rgb(20 184 166 / 0.6) !important;
}
.\!bg-teal-450\/65{
  background-color: rgb(20 184 166 / 0.65) !important;
}
.\!bg-teal-450\/70{
  background-color: rgb(20 184 166 / 0.7) !important;
}
.\!bg-teal-450\/75{
  background-color: rgb(20 184 166 / 0.75) !important;
}
.\!bg-teal-450\/80{
  background-color: rgb(20 184 166 / 0.8) !important;
}
.\!bg-teal-450\/85{
  background-color: rgb(20 184 166 / 0.85) !important;
}
.\!bg-teal-450\/90{
  background-color: rgb(20 184 166 / 0.9) !important;
}
.\!bg-teal-450\/95{
  background-color: rgb(20 184 166 / 0.95) !important;
}
.\!bg-teal-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 255 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-50\/0{
  background-color: rgb(250 255 254 / 0) !important;
}
.\!bg-teal-50\/10{
  background-color: rgb(250 255 254 / 0.1) !important;
}
.\!bg-teal-50\/100{
  background-color: rgb(250 255 254 / 1) !important;
}
.\!bg-teal-50\/15{
  background-color: rgb(250 255 254 / 0.15) !important;
}
.\!bg-teal-50\/20{
  background-color: rgb(250 255 254 / 0.2) !important;
}
.\!bg-teal-50\/25{
  background-color: rgb(250 255 254 / 0.25) !important;
}
.\!bg-teal-50\/30{
  background-color: rgb(250 255 254 / 0.3) !important;
}
.\!bg-teal-50\/35{
  background-color: rgb(250 255 254 / 0.35) !important;
}
.\!bg-teal-50\/40{
  background-color: rgb(250 255 254 / 0.4) !important;
}
.\!bg-teal-50\/45{
  background-color: rgb(250 255 254 / 0.45) !important;
}
.\!bg-teal-50\/5{
  background-color: rgb(250 255 254 / 0.05) !important;
}
.\!bg-teal-50\/50{
  background-color: rgb(250 255 254 / 0.5) !important;
}
.\!bg-teal-50\/55{
  background-color: rgb(250 255 254 / 0.55) !important;
}
.\!bg-teal-50\/60{
  background-color: rgb(250 255 254 / 0.6) !important;
}
.\!bg-teal-50\/65{
  background-color: rgb(250 255 254 / 0.65) !important;
}
.\!bg-teal-50\/70{
  background-color: rgb(250 255 254 / 0.7) !important;
}
.\!bg-teal-50\/75{
  background-color: rgb(250 255 254 / 0.75) !important;
}
.\!bg-teal-50\/80{
  background-color: rgb(250 255 254 / 0.8) !important;
}
.\!bg-teal-50\/85{
  background-color: rgb(250 255 254 / 0.85) !important;
}
.\!bg-teal-50\/90{
  background-color: rgb(250 255 254 / 0.9) !important;
}
.\!bg-teal-50\/95{
  background-color: rgb(250 255 254 / 0.95) !important;
}
.\!bg-teal-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-500\/0{
  background-color: rgb(13 148 136 / 0) !important;
}
.\!bg-teal-500\/10{
  background-color: rgb(13 148 136 / 0.1) !important;
}
.\!bg-teal-500\/100{
  background-color: rgb(13 148 136 / 1) !important;
}
.\!bg-teal-500\/15{
  background-color: rgb(13 148 136 / 0.15) !important;
}
.\!bg-teal-500\/20{
  background-color: rgb(13 148 136 / 0.2) !important;
}
.\!bg-teal-500\/25{
  background-color: rgb(13 148 136 / 0.25) !important;
}
.\!bg-teal-500\/30{
  background-color: rgb(13 148 136 / 0.3) !important;
}
.\!bg-teal-500\/35{
  background-color: rgb(13 148 136 / 0.35) !important;
}
.\!bg-teal-500\/40{
  background-color: rgb(13 148 136 / 0.4) !important;
}
.\!bg-teal-500\/45{
  background-color: rgb(13 148 136 / 0.45) !important;
}
.\!bg-teal-500\/5{
  background-color: rgb(13 148 136 / 0.05) !important;
}
.\!bg-teal-500\/50{
  background-color: rgb(13 148 136 / 0.5) !important;
}
.\!bg-teal-500\/55{
  background-color: rgb(13 148 136 / 0.55) !important;
}
.\!bg-teal-500\/60{
  background-color: rgb(13 148 136 / 0.6) !important;
}
.\!bg-teal-500\/65{
  background-color: rgb(13 148 136 / 0.65) !important;
}
.\!bg-teal-500\/70{
  background-color: rgb(13 148 136 / 0.7) !important;
}
.\!bg-teal-500\/75{
  background-color: rgb(13 148 136 / 0.75) !important;
}
.\!bg-teal-500\/80{
  background-color: rgb(13 148 136 / 0.8) !important;
}
.\!bg-teal-500\/85{
  background-color: rgb(13 148 136 / 0.85) !important;
}
.\!bg-teal-500\/90{
  background-color: rgb(13 148 136 / 0.9) !important;
}
.\!bg-teal-500\/95{
  background-color: rgb(13 148 136 / 0.95) !important;
}
.\!bg-teal-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-600\/0{
  background-color: rgb(15 118 110 / 0) !important;
}
.\!bg-teal-600\/10{
  background-color: rgb(15 118 110 / 0.1) !important;
}
.\!bg-teal-600\/100{
  background-color: rgb(15 118 110 / 1) !important;
}
.\!bg-teal-600\/15{
  background-color: rgb(15 118 110 / 0.15) !important;
}
.\!bg-teal-600\/20{
  background-color: rgb(15 118 110 / 0.2) !important;
}
.\!bg-teal-600\/25{
  background-color: rgb(15 118 110 / 0.25) !important;
}
.\!bg-teal-600\/30{
  background-color: rgb(15 118 110 / 0.3) !important;
}
.\!bg-teal-600\/35{
  background-color: rgb(15 118 110 / 0.35) !important;
}
.\!bg-teal-600\/40{
  background-color: rgb(15 118 110 / 0.4) !important;
}
.\!bg-teal-600\/45{
  background-color: rgb(15 118 110 / 0.45) !important;
}
.\!bg-teal-600\/5{
  background-color: rgb(15 118 110 / 0.05) !important;
}
.\!bg-teal-600\/50{
  background-color: rgb(15 118 110 / 0.5) !important;
}
.\!bg-teal-600\/55{
  background-color: rgb(15 118 110 / 0.55) !important;
}
.\!bg-teal-600\/60{
  background-color: rgb(15 118 110 / 0.6) !important;
}
.\!bg-teal-600\/65{
  background-color: rgb(15 118 110 / 0.65) !important;
}
.\!bg-teal-600\/70{
  background-color: rgb(15 118 110 / 0.7) !important;
}
.\!bg-teal-600\/75{
  background-color: rgb(15 118 110 / 0.75) !important;
}
.\!bg-teal-600\/80{
  background-color: rgb(15 118 110 / 0.8) !important;
}
.\!bg-teal-600\/85{
  background-color: rgb(15 118 110 / 0.85) !important;
}
.\!bg-teal-600\/90{
  background-color: rgb(15 118 110 / 0.9) !important;
}
.\!bg-teal-600\/95{
  background-color: rgb(15 118 110 / 0.95) !important;
}
.\!bg-teal-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-650\/0{
  background-color: rgb(17 94 89 / 0) !important;
}
.\!bg-teal-650\/10{
  background-color: rgb(17 94 89 / 0.1) !important;
}
.\!bg-teal-650\/100{
  background-color: rgb(17 94 89 / 1) !important;
}
.\!bg-teal-650\/15{
  background-color: rgb(17 94 89 / 0.15) !important;
}
.\!bg-teal-650\/20{
  background-color: rgb(17 94 89 / 0.2) !important;
}
.\!bg-teal-650\/25{
  background-color: rgb(17 94 89 / 0.25) !important;
}
.\!bg-teal-650\/30{
  background-color: rgb(17 94 89 / 0.3) !important;
}
.\!bg-teal-650\/35{
  background-color: rgb(17 94 89 / 0.35) !important;
}
.\!bg-teal-650\/40{
  background-color: rgb(17 94 89 / 0.4) !important;
}
.\!bg-teal-650\/45{
  background-color: rgb(17 94 89 / 0.45) !important;
}
.\!bg-teal-650\/5{
  background-color: rgb(17 94 89 / 0.05) !important;
}
.\!bg-teal-650\/50{
  background-color: rgb(17 94 89 / 0.5) !important;
}
.\!bg-teal-650\/55{
  background-color: rgb(17 94 89 / 0.55) !important;
}
.\!bg-teal-650\/60{
  background-color: rgb(17 94 89 / 0.6) !important;
}
.\!bg-teal-650\/65{
  background-color: rgb(17 94 89 / 0.65) !important;
}
.\!bg-teal-650\/70{
  background-color: rgb(17 94 89 / 0.7) !important;
}
.\!bg-teal-650\/75{
  background-color: rgb(17 94 89 / 0.75) !important;
}
.\!bg-teal-650\/80{
  background-color: rgb(17 94 89 / 0.8) !important;
}
.\!bg-teal-650\/85{
  background-color: rgb(17 94 89 / 0.85) !important;
}
.\!bg-teal-650\/90{
  background-color: rgb(17 94 89 / 0.9) !important;
}
.\!bg-teal-650\/95{
  background-color: rgb(17 94 89 / 0.95) !important;
}
.\!bg-teal-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-700\/0{
  background-color: rgb(19 78 74 / 0) !important;
}
.\!bg-teal-700\/10{
  background-color: rgb(19 78 74 / 0.1) !important;
}
.\!bg-teal-700\/100{
  background-color: rgb(19 78 74 / 1) !important;
}
.\!bg-teal-700\/15{
  background-color: rgb(19 78 74 / 0.15) !important;
}
.\!bg-teal-700\/20{
  background-color: rgb(19 78 74 / 0.2) !important;
}
.\!bg-teal-700\/25{
  background-color: rgb(19 78 74 / 0.25) !important;
}
.\!bg-teal-700\/30{
  background-color: rgb(19 78 74 / 0.3) !important;
}
.\!bg-teal-700\/35{
  background-color: rgb(19 78 74 / 0.35) !important;
}
.\!bg-teal-700\/40{
  background-color: rgb(19 78 74 / 0.4) !important;
}
.\!bg-teal-700\/45{
  background-color: rgb(19 78 74 / 0.45) !important;
}
.\!bg-teal-700\/5{
  background-color: rgb(19 78 74 / 0.05) !important;
}
.\!bg-teal-700\/50{
  background-color: rgb(19 78 74 / 0.5) !important;
}
.\!bg-teal-700\/55{
  background-color: rgb(19 78 74 / 0.55) !important;
}
.\!bg-teal-700\/60{
  background-color: rgb(19 78 74 / 0.6) !important;
}
.\!bg-teal-700\/65{
  background-color: rgb(19 78 74 / 0.65) !important;
}
.\!bg-teal-700\/70{
  background-color: rgb(19 78 74 / 0.7) !important;
}
.\!bg-teal-700\/75{
  background-color: rgb(19 78 74 / 0.75) !important;
}
.\!bg-teal-700\/80{
  background-color: rgb(19 78 74 / 0.8) !important;
}
.\!bg-teal-700\/85{
  background-color: rgb(19 78 74 / 0.85) !important;
}
.\!bg-teal-700\/90{
  background-color: rgb(19 78 74 / 0.9) !important;
}
.\!bg-teal-700\/95{
  background-color: rgb(19 78 74 / 0.95) !important;
}
.\!bg-teal-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 64 60 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-750\/0{
  background-color: rgb(10 64 60 / 0) !important;
}
.\!bg-teal-750\/10{
  background-color: rgb(10 64 60 / 0.1) !important;
}
.\!bg-teal-750\/100{
  background-color: rgb(10 64 60 / 1) !important;
}
.\!bg-teal-750\/15{
  background-color: rgb(10 64 60 / 0.15) !important;
}
.\!bg-teal-750\/20{
  background-color: rgb(10 64 60 / 0.2) !important;
}
.\!bg-teal-750\/25{
  background-color: rgb(10 64 60 / 0.25) !important;
}
.\!bg-teal-750\/30{
  background-color: rgb(10 64 60 / 0.3) !important;
}
.\!bg-teal-750\/35{
  background-color: rgb(10 64 60 / 0.35) !important;
}
.\!bg-teal-750\/40{
  background-color: rgb(10 64 60 / 0.4) !important;
}
.\!bg-teal-750\/45{
  background-color: rgb(10 64 60 / 0.45) !important;
}
.\!bg-teal-750\/5{
  background-color: rgb(10 64 60 / 0.05) !important;
}
.\!bg-teal-750\/50{
  background-color: rgb(10 64 60 / 0.5) !important;
}
.\!bg-teal-750\/55{
  background-color: rgb(10 64 60 / 0.55) !important;
}
.\!bg-teal-750\/60{
  background-color: rgb(10 64 60 / 0.6) !important;
}
.\!bg-teal-750\/65{
  background-color: rgb(10 64 60 / 0.65) !important;
}
.\!bg-teal-750\/70{
  background-color: rgb(10 64 60 / 0.7) !important;
}
.\!bg-teal-750\/75{
  background-color: rgb(10 64 60 / 0.75) !important;
}
.\!bg-teal-750\/80{
  background-color: rgb(10 64 60 / 0.8) !important;
}
.\!bg-teal-750\/85{
  background-color: rgb(10 64 60 / 0.85) !important;
}
.\!bg-teal-750\/90{
  background-color: rgb(10 64 60 / 0.9) !important;
}
.\!bg-teal-750\/95{
  background-color: rgb(10 64 60 / 0.95) !important;
}
.\!bg-teal-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 51 48 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-800\/0{
  background-color: rgb(5 51 48 / 0) !important;
}
.\!bg-teal-800\/10{
  background-color: rgb(5 51 48 / 0.1) !important;
}
.\!bg-teal-800\/100{
  background-color: rgb(5 51 48 / 1) !important;
}
.\!bg-teal-800\/15{
  background-color: rgb(5 51 48 / 0.15) !important;
}
.\!bg-teal-800\/20{
  background-color: rgb(5 51 48 / 0.2) !important;
}
.\!bg-teal-800\/25{
  background-color: rgb(5 51 48 / 0.25) !important;
}
.\!bg-teal-800\/30{
  background-color: rgb(5 51 48 / 0.3) !important;
}
.\!bg-teal-800\/35{
  background-color: rgb(5 51 48 / 0.35) !important;
}
.\!bg-teal-800\/40{
  background-color: rgb(5 51 48 / 0.4) !important;
}
.\!bg-teal-800\/45{
  background-color: rgb(5 51 48 / 0.45) !important;
}
.\!bg-teal-800\/5{
  background-color: rgb(5 51 48 / 0.05) !important;
}
.\!bg-teal-800\/50{
  background-color: rgb(5 51 48 / 0.5) !important;
}
.\!bg-teal-800\/55{
  background-color: rgb(5 51 48 / 0.55) !important;
}
.\!bg-teal-800\/60{
  background-color: rgb(5 51 48 / 0.6) !important;
}
.\!bg-teal-800\/65{
  background-color: rgb(5 51 48 / 0.65) !important;
}
.\!bg-teal-800\/70{
  background-color: rgb(5 51 48 / 0.7) !important;
}
.\!bg-teal-800\/75{
  background-color: rgb(5 51 48 / 0.75) !important;
}
.\!bg-teal-800\/80{
  background-color: rgb(5 51 48 / 0.8) !important;
}
.\!bg-teal-800\/85{
  background-color: rgb(5 51 48 / 0.85) !important;
}
.\!bg-teal-800\/90{
  background-color: rgb(5 51 48 / 0.9) !important;
}
.\!bg-teal-800\/95{
  background-color: rgb(5 51 48 / 0.95) !important;
}
.\!bg-teal-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 38 36 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-900\/0{
  background-color: rgb(2 38 36 / 0) !important;
}
.\!bg-teal-900\/10{
  background-color: rgb(2 38 36 / 0.1) !important;
}
.\!bg-teal-900\/100{
  background-color: rgb(2 38 36 / 1) !important;
}
.\!bg-teal-900\/15{
  background-color: rgb(2 38 36 / 0.15) !important;
}
.\!bg-teal-900\/20{
  background-color: rgb(2 38 36 / 0.2) !important;
}
.\!bg-teal-900\/25{
  background-color: rgb(2 38 36 / 0.25) !important;
}
.\!bg-teal-900\/30{
  background-color: rgb(2 38 36 / 0.3) !important;
}
.\!bg-teal-900\/35{
  background-color: rgb(2 38 36 / 0.35) !important;
}
.\!bg-teal-900\/40{
  background-color: rgb(2 38 36 / 0.4) !important;
}
.\!bg-teal-900\/45{
  background-color: rgb(2 38 36 / 0.45) !important;
}
.\!bg-teal-900\/5{
  background-color: rgb(2 38 36 / 0.05) !important;
}
.\!bg-teal-900\/50{
  background-color: rgb(2 38 36 / 0.5) !important;
}
.\!bg-teal-900\/55{
  background-color: rgb(2 38 36 / 0.55) !important;
}
.\!bg-teal-900\/60{
  background-color: rgb(2 38 36 / 0.6) !important;
}
.\!bg-teal-900\/65{
  background-color: rgb(2 38 36 / 0.65) !important;
}
.\!bg-teal-900\/70{
  background-color: rgb(2 38 36 / 0.7) !important;
}
.\!bg-teal-900\/75{
  background-color: rgb(2 38 36 / 0.75) !important;
}
.\!bg-teal-900\/80{
  background-color: rgb(2 38 36 / 0.8) !important;
}
.\!bg-teal-900\/85{
  background-color: rgb(2 38 36 / 0.85) !important;
}
.\!bg-teal-900\/90{
  background-color: rgb(2 38 36 / 0.9) !important;
}
.\!bg-teal-900\/95{
  background-color: rgb(2 38 36 / 0.95) !important;
}
.\!bg-teal-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity)) !important;
}
.\!bg-teal-950\/0{
  background-color: rgb(4 47 46 / 0) !important;
}
.\!bg-teal-950\/10{
  background-color: rgb(4 47 46 / 0.1) !important;
}
.\!bg-teal-950\/100{
  background-color: rgb(4 47 46 / 1) !important;
}
.\!bg-teal-950\/15{
  background-color: rgb(4 47 46 / 0.15) !important;
}
.\!bg-teal-950\/20{
  background-color: rgb(4 47 46 / 0.2) !important;
}
.\!bg-teal-950\/25{
  background-color: rgb(4 47 46 / 0.25) !important;
}
.\!bg-teal-950\/30{
  background-color: rgb(4 47 46 / 0.3) !important;
}
.\!bg-teal-950\/35{
  background-color: rgb(4 47 46 / 0.35) !important;
}
.\!bg-teal-950\/40{
  background-color: rgb(4 47 46 / 0.4) !important;
}
.\!bg-teal-950\/45{
  background-color: rgb(4 47 46 / 0.45) !important;
}
.\!bg-teal-950\/5{
  background-color: rgb(4 47 46 / 0.05) !important;
}
.\!bg-teal-950\/50{
  background-color: rgb(4 47 46 / 0.5) !important;
}
.\!bg-teal-950\/55{
  background-color: rgb(4 47 46 / 0.55) !important;
}
.\!bg-teal-950\/60{
  background-color: rgb(4 47 46 / 0.6) !important;
}
.\!bg-teal-950\/65{
  background-color: rgb(4 47 46 / 0.65) !important;
}
.\!bg-teal-950\/70{
  background-color: rgb(4 47 46 / 0.7) !important;
}
.\!bg-teal-950\/75{
  background-color: rgb(4 47 46 / 0.75) !important;
}
.\!bg-teal-950\/80{
  background-color: rgb(4 47 46 / 0.8) !important;
}
.\!bg-teal-950\/85{
  background-color: rgb(4 47 46 / 0.85) !important;
}
.\!bg-teal-950\/90{
  background-color: rgb(4 47 46 / 0.9) !important;
}
.\!bg-teal-950\/95{
  background-color: rgb(4 47 46 / 0.95) !important;
}
.\!bg-tertiary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 248 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-100\/0{
  background-color: rgb(250 248 255 / 0) !important;
}
.\!bg-tertiary-100\/10{
  background-color: rgb(250 248 255 / 0.1) !important;
}
.\!bg-tertiary-100\/100{
  background-color: rgb(250 248 255 / 1) !important;
}
.\!bg-tertiary-100\/15{
  background-color: rgb(250 248 255 / 0.15) !important;
}
.\!bg-tertiary-100\/20{
  background-color: rgb(250 248 255 / 0.2) !important;
}
.\!bg-tertiary-100\/25{
  background-color: rgb(250 248 255 / 0.25) !important;
}
.\!bg-tertiary-100\/30{
  background-color: rgb(250 248 255 / 0.3) !important;
}
.\!bg-tertiary-100\/35{
  background-color: rgb(250 248 255 / 0.35) !important;
}
.\!bg-tertiary-100\/40{
  background-color: rgb(250 248 255 / 0.4) !important;
}
.\!bg-tertiary-100\/45{
  background-color: rgb(250 248 255 / 0.45) !important;
}
.\!bg-tertiary-100\/5{
  background-color: rgb(250 248 255 / 0.05) !important;
}
.\!bg-tertiary-100\/50{
  background-color: rgb(250 248 255 / 0.5) !important;
}
.\!bg-tertiary-100\/55{
  background-color: rgb(250 248 255 / 0.55) !important;
}
.\!bg-tertiary-100\/60{
  background-color: rgb(250 248 255 / 0.6) !important;
}
.\!bg-tertiary-100\/65{
  background-color: rgb(250 248 255 / 0.65) !important;
}
.\!bg-tertiary-100\/70{
  background-color: rgb(250 248 255 / 0.7) !important;
}
.\!bg-tertiary-100\/75{
  background-color: rgb(250 248 255 / 0.75) !important;
}
.\!bg-tertiary-100\/80{
  background-color: rgb(250 248 255 / 0.8) !important;
}
.\!bg-tertiary-100\/85{
  background-color: rgb(250 248 255 / 0.85) !important;
}
.\!bg-tertiary-100\/90{
  background-color: rgb(250 248 255 / 0.9) !important;
}
.\!bg-tertiary-100\/95{
  background-color: rgb(250 248 255 / 0.95) !important;
}
.\!bg-tertiary-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 240 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-200\/0{
  background-color: rgb(238 240 255 / 0) !important;
}
.\!bg-tertiary-200\/10{
  background-color: rgb(238 240 255 / 0.1) !important;
}
.\!bg-tertiary-200\/100{
  background-color: rgb(238 240 255 / 1) !important;
}
.\!bg-tertiary-200\/15{
  background-color: rgb(238 240 255 / 0.15) !important;
}
.\!bg-tertiary-200\/20{
  background-color: rgb(238 240 255 / 0.2) !important;
}
.\!bg-tertiary-200\/25{
  background-color: rgb(238 240 255 / 0.25) !important;
}
.\!bg-tertiary-200\/30{
  background-color: rgb(238 240 255 / 0.3) !important;
}
.\!bg-tertiary-200\/35{
  background-color: rgb(238 240 255 / 0.35) !important;
}
.\!bg-tertiary-200\/40{
  background-color: rgb(238 240 255 / 0.4) !important;
}
.\!bg-tertiary-200\/45{
  background-color: rgb(238 240 255 / 0.45) !important;
}
.\!bg-tertiary-200\/5{
  background-color: rgb(238 240 255 / 0.05) !important;
}
.\!bg-tertiary-200\/50{
  background-color: rgb(238 240 255 / 0.5) !important;
}
.\!bg-tertiary-200\/55{
  background-color: rgb(238 240 255 / 0.55) !important;
}
.\!bg-tertiary-200\/60{
  background-color: rgb(238 240 255 / 0.6) !important;
}
.\!bg-tertiary-200\/65{
  background-color: rgb(238 240 255 / 0.65) !important;
}
.\!bg-tertiary-200\/70{
  background-color: rgb(238 240 255 / 0.7) !important;
}
.\!bg-tertiary-200\/75{
  background-color: rgb(238 240 255 / 0.75) !important;
}
.\!bg-tertiary-200\/80{
  background-color: rgb(238 240 255 / 0.8) !important;
}
.\!bg-tertiary-200\/85{
  background-color: rgb(238 240 255 / 0.85) !important;
}
.\!bg-tertiary-200\/90{
  background-color: rgb(238 240 255 / 0.9) !important;
}
.\!bg-tertiary-200\/95{
  background-color: rgb(238 240 255 / 0.95) !important;
}
.\!bg-tertiary-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 225 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-300\/0{
  background-color: rgb(219 225 255 / 0) !important;
}
.\!bg-tertiary-300\/10{
  background-color: rgb(219 225 255 / 0.1) !important;
}
.\!bg-tertiary-300\/100{
  background-color: rgb(219 225 255 / 1) !important;
}
.\!bg-tertiary-300\/15{
  background-color: rgb(219 225 255 / 0.15) !important;
}
.\!bg-tertiary-300\/20{
  background-color: rgb(219 225 255 / 0.2) !important;
}
.\!bg-tertiary-300\/25{
  background-color: rgb(219 225 255 / 0.25) !important;
}
.\!bg-tertiary-300\/30{
  background-color: rgb(219 225 255 / 0.3) !important;
}
.\!bg-tertiary-300\/35{
  background-color: rgb(219 225 255 / 0.35) !important;
}
.\!bg-tertiary-300\/40{
  background-color: rgb(219 225 255 / 0.4) !important;
}
.\!bg-tertiary-300\/45{
  background-color: rgb(219 225 255 / 0.45) !important;
}
.\!bg-tertiary-300\/5{
  background-color: rgb(219 225 255 / 0.05) !important;
}
.\!bg-tertiary-300\/50{
  background-color: rgb(219 225 255 / 0.5) !important;
}
.\!bg-tertiary-300\/55{
  background-color: rgb(219 225 255 / 0.55) !important;
}
.\!bg-tertiary-300\/60{
  background-color: rgb(219 225 255 / 0.6) !important;
}
.\!bg-tertiary-300\/65{
  background-color: rgb(219 225 255 / 0.65) !important;
}
.\!bg-tertiary-300\/70{
  background-color: rgb(219 225 255 / 0.7) !important;
}
.\!bg-tertiary-300\/75{
  background-color: rgb(219 225 255 / 0.75) !important;
}
.\!bg-tertiary-300\/80{
  background-color: rgb(219 225 255 / 0.8) !important;
}
.\!bg-tertiary-300\/85{
  background-color: rgb(219 225 255 / 0.85) !important;
}
.\!bg-tertiary-300\/90{
  background-color: rgb(219 225 255 / 0.9) !important;
}
.\!bg-tertiary-300\/95{
  background-color: rgb(219 225 255 / 0.95) !important;
}
.\!bg-tertiary-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 197 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-350\/0{
  background-color: rgb(179 197 255 / 0) !important;
}
.\!bg-tertiary-350\/10{
  background-color: rgb(179 197 255 / 0.1) !important;
}
.\!bg-tertiary-350\/100{
  background-color: rgb(179 197 255 / 1) !important;
}
.\!bg-tertiary-350\/15{
  background-color: rgb(179 197 255 / 0.15) !important;
}
.\!bg-tertiary-350\/20{
  background-color: rgb(179 197 255 / 0.2) !important;
}
.\!bg-tertiary-350\/25{
  background-color: rgb(179 197 255 / 0.25) !important;
}
.\!bg-tertiary-350\/30{
  background-color: rgb(179 197 255 / 0.3) !important;
}
.\!bg-tertiary-350\/35{
  background-color: rgb(179 197 255 / 0.35) !important;
}
.\!bg-tertiary-350\/40{
  background-color: rgb(179 197 255 / 0.4) !important;
}
.\!bg-tertiary-350\/45{
  background-color: rgb(179 197 255 / 0.45) !important;
}
.\!bg-tertiary-350\/5{
  background-color: rgb(179 197 255 / 0.05) !important;
}
.\!bg-tertiary-350\/50{
  background-color: rgb(179 197 255 / 0.5) !important;
}
.\!bg-tertiary-350\/55{
  background-color: rgb(179 197 255 / 0.55) !important;
}
.\!bg-tertiary-350\/60{
  background-color: rgb(179 197 255 / 0.6) !important;
}
.\!bg-tertiary-350\/65{
  background-color: rgb(179 197 255 / 0.65) !important;
}
.\!bg-tertiary-350\/70{
  background-color: rgb(179 197 255 / 0.7) !important;
}
.\!bg-tertiary-350\/75{
  background-color: rgb(179 197 255 / 0.75) !important;
}
.\!bg-tertiary-350\/80{
  background-color: rgb(179 197 255 / 0.8) !important;
}
.\!bg-tertiary-350\/85{
  background-color: rgb(179 197 255 / 0.85) !important;
}
.\!bg-tertiary-350\/90{
  background-color: rgb(179 197 255 / 0.9) !important;
}
.\!bg-tertiary-350\/95{
  background-color: rgb(179 197 255 / 0.95) !important;
}
.\!bg-tertiary-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 168 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-400\/0{
  background-color: rgb(139 168 255 / 0) !important;
}
.\!bg-tertiary-400\/10{
  background-color: rgb(139 168 255 / 0.1) !important;
}
.\!bg-tertiary-400\/100{
  background-color: rgb(139 168 255 / 1) !important;
}
.\!bg-tertiary-400\/15{
  background-color: rgb(139 168 255 / 0.15) !important;
}
.\!bg-tertiary-400\/20{
  background-color: rgb(139 168 255 / 0.2) !important;
}
.\!bg-tertiary-400\/25{
  background-color: rgb(139 168 255 / 0.25) !important;
}
.\!bg-tertiary-400\/30{
  background-color: rgb(139 168 255 / 0.3) !important;
}
.\!bg-tertiary-400\/35{
  background-color: rgb(139 168 255 / 0.35) !important;
}
.\!bg-tertiary-400\/40{
  background-color: rgb(139 168 255 / 0.4) !important;
}
.\!bg-tertiary-400\/45{
  background-color: rgb(139 168 255 / 0.45) !important;
}
.\!bg-tertiary-400\/5{
  background-color: rgb(139 168 255 / 0.05) !important;
}
.\!bg-tertiary-400\/50{
  background-color: rgb(139 168 255 / 0.5) !important;
}
.\!bg-tertiary-400\/55{
  background-color: rgb(139 168 255 / 0.55) !important;
}
.\!bg-tertiary-400\/60{
  background-color: rgb(139 168 255 / 0.6) !important;
}
.\!bg-tertiary-400\/65{
  background-color: rgb(139 168 255 / 0.65) !important;
}
.\!bg-tertiary-400\/70{
  background-color: rgb(139 168 255 / 0.7) !important;
}
.\!bg-tertiary-400\/75{
  background-color: rgb(139 168 255 / 0.75) !important;
}
.\!bg-tertiary-400\/80{
  background-color: rgb(139 168 255 / 0.8) !important;
}
.\!bg-tertiary-400\/85{
  background-color: rgb(139 168 255 / 0.85) !important;
}
.\!bg-tertiary-400\/90{
  background-color: rgb(139 168 255 / 0.9) !important;
}
.\!bg-tertiary-400\/95{
  background-color: rgb(139 168 255 / 0.95) !important;
}
.\!bg-tertiary-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 139 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-450\/0{
  background-color: rgb(96 139 255 / 0) !important;
}
.\!bg-tertiary-450\/10{
  background-color: rgb(96 139 255 / 0.1) !important;
}
.\!bg-tertiary-450\/100{
  background-color: rgb(96 139 255 / 1) !important;
}
.\!bg-tertiary-450\/15{
  background-color: rgb(96 139 255 / 0.15) !important;
}
.\!bg-tertiary-450\/20{
  background-color: rgb(96 139 255 / 0.2) !important;
}
.\!bg-tertiary-450\/25{
  background-color: rgb(96 139 255 / 0.25) !important;
}
.\!bg-tertiary-450\/30{
  background-color: rgb(96 139 255 / 0.3) !important;
}
.\!bg-tertiary-450\/35{
  background-color: rgb(96 139 255 / 0.35) !important;
}
.\!bg-tertiary-450\/40{
  background-color: rgb(96 139 255 / 0.4) !important;
}
.\!bg-tertiary-450\/45{
  background-color: rgb(96 139 255 / 0.45) !important;
}
.\!bg-tertiary-450\/5{
  background-color: rgb(96 139 255 / 0.05) !important;
}
.\!bg-tertiary-450\/50{
  background-color: rgb(96 139 255 / 0.5) !important;
}
.\!bg-tertiary-450\/55{
  background-color: rgb(96 139 255 / 0.55) !important;
}
.\!bg-tertiary-450\/60{
  background-color: rgb(96 139 255 / 0.6) !important;
}
.\!bg-tertiary-450\/65{
  background-color: rgb(96 139 255 / 0.65) !important;
}
.\!bg-tertiary-450\/70{
  background-color: rgb(96 139 255 / 0.7) !important;
}
.\!bg-tertiary-450\/75{
  background-color: rgb(96 139 255 / 0.75) !important;
}
.\!bg-tertiary-450\/80{
  background-color: rgb(96 139 255 / 0.8) !important;
}
.\!bg-tertiary-450\/85{
  background-color: rgb(96 139 255 / 0.85) !important;
}
.\!bg-tertiary-450\/90{
  background-color: rgb(96 139 255 / 0.9) !important;
}
.\!bg-tertiary-450\/95{
  background-color: rgb(96 139 255 / 0.95) !important;
}
.\!bg-tertiary-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 251 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-50\/0{
  background-color: rgb(254 251 255 / 0) !important;
}
.\!bg-tertiary-50\/10{
  background-color: rgb(254 251 255 / 0.1) !important;
}
.\!bg-tertiary-50\/100{
  background-color: rgb(254 251 255 / 1) !important;
}
.\!bg-tertiary-50\/15{
  background-color: rgb(254 251 255 / 0.15) !important;
}
.\!bg-tertiary-50\/20{
  background-color: rgb(254 251 255 / 0.2) !important;
}
.\!bg-tertiary-50\/25{
  background-color: rgb(254 251 255 / 0.25) !important;
}
.\!bg-tertiary-50\/30{
  background-color: rgb(254 251 255 / 0.3) !important;
}
.\!bg-tertiary-50\/35{
  background-color: rgb(254 251 255 / 0.35) !important;
}
.\!bg-tertiary-50\/40{
  background-color: rgb(254 251 255 / 0.4) !important;
}
.\!bg-tertiary-50\/45{
  background-color: rgb(254 251 255 / 0.45) !important;
}
.\!bg-tertiary-50\/5{
  background-color: rgb(254 251 255 / 0.05) !important;
}
.\!bg-tertiary-50\/50{
  background-color: rgb(254 251 255 / 0.5) !important;
}
.\!bg-tertiary-50\/55{
  background-color: rgb(254 251 255 / 0.55) !important;
}
.\!bg-tertiary-50\/60{
  background-color: rgb(254 251 255 / 0.6) !important;
}
.\!bg-tertiary-50\/65{
  background-color: rgb(254 251 255 / 0.65) !important;
}
.\!bg-tertiary-50\/70{
  background-color: rgb(254 251 255 / 0.7) !important;
}
.\!bg-tertiary-50\/75{
  background-color: rgb(254 251 255 / 0.75) !important;
}
.\!bg-tertiary-50\/80{
  background-color: rgb(254 251 255 / 0.8) !important;
}
.\!bg-tertiary-50\/85{
  background-color: rgb(254 251 255 / 0.85) !important;
}
.\!bg-tertiary-50\/90{
  background-color: rgb(254 251 255 / 0.9) !important;
}
.\!bg-tertiary-50\/95{
  background-color: rgb(254 251 255 / 0.95) !important;
}
.\!bg-tertiary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 108 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-500\/0{
  background-color: rgb(38 108 255 / 0) !important;
}
.\!bg-tertiary-500\/10{
  background-color: rgb(38 108 255 / 0.1) !important;
}
.\!bg-tertiary-500\/100{
  background-color: rgb(38 108 255 / 1) !important;
}
.\!bg-tertiary-500\/15{
  background-color: rgb(38 108 255 / 0.15) !important;
}
.\!bg-tertiary-500\/20{
  background-color: rgb(38 108 255 / 0.2) !important;
}
.\!bg-tertiary-500\/25{
  background-color: rgb(38 108 255 / 0.25) !important;
}
.\!bg-tertiary-500\/30{
  background-color: rgb(38 108 255 / 0.3) !important;
}
.\!bg-tertiary-500\/35{
  background-color: rgb(38 108 255 / 0.35) !important;
}
.\!bg-tertiary-500\/40{
  background-color: rgb(38 108 255 / 0.4) !important;
}
.\!bg-tertiary-500\/45{
  background-color: rgb(38 108 255 / 0.45) !important;
}
.\!bg-tertiary-500\/5{
  background-color: rgb(38 108 255 / 0.05) !important;
}
.\!bg-tertiary-500\/50{
  background-color: rgb(38 108 255 / 0.5) !important;
}
.\!bg-tertiary-500\/55{
  background-color: rgb(38 108 255 / 0.55) !important;
}
.\!bg-tertiary-500\/60{
  background-color: rgb(38 108 255 / 0.6) !important;
}
.\!bg-tertiary-500\/65{
  background-color: rgb(38 108 255 / 0.65) !important;
}
.\!bg-tertiary-500\/70{
  background-color: rgb(38 108 255 / 0.7) !important;
}
.\!bg-tertiary-500\/75{
  background-color: rgb(38 108 255 / 0.75) !important;
}
.\!bg-tertiary-500\/80{
  background-color: rgb(38 108 255 / 0.8) !important;
}
.\!bg-tertiary-500\/85{
  background-color: rgb(38 108 255 / 0.85) !important;
}
.\!bg-tertiary-500\/90{
  background-color: rgb(38 108 255 / 0.9) !important;
}
.\!bg-tertiary-500\/95{
  background-color: rgb(38 108 255 / 0.95) !important;
}
.\!bg-tertiary-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 84 217 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-600\/0{
  background-color: rgb(0 84 217 / 0) !important;
}
.\!bg-tertiary-600\/10{
  background-color: rgb(0 84 217 / 0.1) !important;
}
.\!bg-tertiary-600\/100{
  background-color: rgb(0 84 217 / 1) !important;
}
.\!bg-tertiary-600\/15{
  background-color: rgb(0 84 217 / 0.15) !important;
}
.\!bg-tertiary-600\/20{
  background-color: rgb(0 84 217 / 0.2) !important;
}
.\!bg-tertiary-600\/25{
  background-color: rgb(0 84 217 / 0.25) !important;
}
.\!bg-tertiary-600\/30{
  background-color: rgb(0 84 217 / 0.3) !important;
}
.\!bg-tertiary-600\/35{
  background-color: rgb(0 84 217 / 0.35) !important;
}
.\!bg-tertiary-600\/40{
  background-color: rgb(0 84 217 / 0.4) !important;
}
.\!bg-tertiary-600\/45{
  background-color: rgb(0 84 217 / 0.45) !important;
}
.\!bg-tertiary-600\/5{
  background-color: rgb(0 84 217 / 0.05) !important;
}
.\!bg-tertiary-600\/50{
  background-color: rgb(0 84 217 / 0.5) !important;
}
.\!bg-tertiary-600\/55{
  background-color: rgb(0 84 217 / 0.55) !important;
}
.\!bg-tertiary-600\/60{
  background-color: rgb(0 84 217 / 0.6) !important;
}
.\!bg-tertiary-600\/65{
  background-color: rgb(0 84 217 / 0.65) !important;
}
.\!bg-tertiary-600\/70{
  background-color: rgb(0 84 217 / 0.7) !important;
}
.\!bg-tertiary-600\/75{
  background-color: rgb(0 84 217 / 0.75) !important;
}
.\!bg-tertiary-600\/80{
  background-color: rgb(0 84 217 / 0.8) !important;
}
.\!bg-tertiary-600\/85{
  background-color: rgb(0 84 217 / 0.85) !important;
}
.\!bg-tertiary-600\/90{
  background-color: rgb(0 84 217 / 0.9) !important;
}
.\!bg-tertiary-600\/95{
  background-color: rgb(0 84 217 / 0.95) !important;
}
.\!bg-tertiary-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 73 191 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-650\/0{
  background-color: rgb(0 73 191 / 0) !important;
}
.\!bg-tertiary-650\/10{
  background-color: rgb(0 73 191 / 0.1) !important;
}
.\!bg-tertiary-650\/100{
  background-color: rgb(0 73 191 / 1) !important;
}
.\!bg-tertiary-650\/15{
  background-color: rgb(0 73 191 / 0.15) !important;
}
.\!bg-tertiary-650\/20{
  background-color: rgb(0 73 191 / 0.2) !important;
}
.\!bg-tertiary-650\/25{
  background-color: rgb(0 73 191 / 0.25) !important;
}
.\!bg-tertiary-650\/30{
  background-color: rgb(0 73 191 / 0.3) !important;
}
.\!bg-tertiary-650\/35{
  background-color: rgb(0 73 191 / 0.35) !important;
}
.\!bg-tertiary-650\/40{
  background-color: rgb(0 73 191 / 0.4) !important;
}
.\!bg-tertiary-650\/45{
  background-color: rgb(0 73 191 / 0.45) !important;
}
.\!bg-tertiary-650\/5{
  background-color: rgb(0 73 191 / 0.05) !important;
}
.\!bg-tertiary-650\/50{
  background-color: rgb(0 73 191 / 0.5) !important;
}
.\!bg-tertiary-650\/55{
  background-color: rgb(0 73 191 / 0.55) !important;
}
.\!bg-tertiary-650\/60{
  background-color: rgb(0 73 191 / 0.6) !important;
}
.\!bg-tertiary-650\/65{
  background-color: rgb(0 73 191 / 0.65) !important;
}
.\!bg-tertiary-650\/70{
  background-color: rgb(0 73 191 / 0.7) !important;
}
.\!bg-tertiary-650\/75{
  background-color: rgb(0 73 191 / 0.75) !important;
}
.\!bg-tertiary-650\/80{
  background-color: rgb(0 73 191 / 0.8) !important;
}
.\!bg-tertiary-650\/85{
  background-color: rgb(0 73 191 / 0.85) !important;
}
.\!bg-tertiary-650\/90{
  background-color: rgb(0 73 191 / 0.9) !important;
}
.\!bg-tertiary-650\/95{
  background-color: rgb(0 73 191 / 0.95) !important;
}
.\!bg-tertiary-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 62 166 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-700\/0{
  background-color: rgb(0 62 166 / 0) !important;
}
.\!bg-tertiary-700\/10{
  background-color: rgb(0 62 166 / 0.1) !important;
}
.\!bg-tertiary-700\/100{
  background-color: rgb(0 62 166 / 1) !important;
}
.\!bg-tertiary-700\/15{
  background-color: rgb(0 62 166 / 0.15) !important;
}
.\!bg-tertiary-700\/20{
  background-color: rgb(0 62 166 / 0.2) !important;
}
.\!bg-tertiary-700\/25{
  background-color: rgb(0 62 166 / 0.25) !important;
}
.\!bg-tertiary-700\/30{
  background-color: rgb(0 62 166 / 0.3) !important;
}
.\!bg-tertiary-700\/35{
  background-color: rgb(0 62 166 / 0.35) !important;
}
.\!bg-tertiary-700\/40{
  background-color: rgb(0 62 166 / 0.4) !important;
}
.\!bg-tertiary-700\/45{
  background-color: rgb(0 62 166 / 0.45) !important;
}
.\!bg-tertiary-700\/5{
  background-color: rgb(0 62 166 / 0.05) !important;
}
.\!bg-tertiary-700\/50{
  background-color: rgb(0 62 166 / 0.5) !important;
}
.\!bg-tertiary-700\/55{
  background-color: rgb(0 62 166 / 0.55) !important;
}
.\!bg-tertiary-700\/60{
  background-color: rgb(0 62 166 / 0.6) !important;
}
.\!bg-tertiary-700\/65{
  background-color: rgb(0 62 166 / 0.65) !important;
}
.\!bg-tertiary-700\/70{
  background-color: rgb(0 62 166 / 0.7) !important;
}
.\!bg-tertiary-700\/75{
  background-color: rgb(0 62 166 / 0.75) !important;
}
.\!bg-tertiary-700\/80{
  background-color: rgb(0 62 166 / 0.8) !important;
}
.\!bg-tertiary-700\/85{
  background-color: rgb(0 62 166 / 0.85) !important;
}
.\!bg-tertiary-700\/90{
  background-color: rgb(0 62 166 / 0.9) !important;
}
.\!bg-tertiary-700\/95{
  background-color: rgb(0 62 166 / 0.95) !important;
}
.\!bg-tertiary-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 52 142 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-750\/0{
  background-color: rgb(0 52 142 / 0) !important;
}
.\!bg-tertiary-750\/10{
  background-color: rgb(0 52 142 / 0.1) !important;
}
.\!bg-tertiary-750\/100{
  background-color: rgb(0 52 142 / 1) !important;
}
.\!bg-tertiary-750\/15{
  background-color: rgb(0 52 142 / 0.15) !important;
}
.\!bg-tertiary-750\/20{
  background-color: rgb(0 52 142 / 0.2) !important;
}
.\!bg-tertiary-750\/25{
  background-color: rgb(0 52 142 / 0.25) !important;
}
.\!bg-tertiary-750\/30{
  background-color: rgb(0 52 142 / 0.3) !important;
}
.\!bg-tertiary-750\/35{
  background-color: rgb(0 52 142 / 0.35) !important;
}
.\!bg-tertiary-750\/40{
  background-color: rgb(0 52 142 / 0.4) !important;
}
.\!bg-tertiary-750\/45{
  background-color: rgb(0 52 142 / 0.45) !important;
}
.\!bg-tertiary-750\/5{
  background-color: rgb(0 52 142 / 0.05) !important;
}
.\!bg-tertiary-750\/50{
  background-color: rgb(0 52 142 / 0.5) !important;
}
.\!bg-tertiary-750\/55{
  background-color: rgb(0 52 142 / 0.55) !important;
}
.\!bg-tertiary-750\/60{
  background-color: rgb(0 52 142 / 0.6) !important;
}
.\!bg-tertiary-750\/65{
  background-color: rgb(0 52 142 / 0.65) !important;
}
.\!bg-tertiary-750\/70{
  background-color: rgb(0 52 142 / 0.7) !important;
}
.\!bg-tertiary-750\/75{
  background-color: rgb(0 52 142 / 0.75) !important;
}
.\!bg-tertiary-750\/80{
  background-color: rgb(0 52 142 / 0.8) !important;
}
.\!bg-tertiary-750\/85{
  background-color: rgb(0 52 142 / 0.85) !important;
}
.\!bg-tertiary-750\/90{
  background-color: rgb(0 52 142 / 0.9) !important;
}
.\!bg-tertiary-750\/95{
  background-color: rgb(0 52 142 / 0.95) !important;
}
.\!bg-tertiary-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 42 118 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-800\/0{
  background-color: rgb(0 42 118 / 0) !important;
}
.\!bg-tertiary-800\/10{
  background-color: rgb(0 42 118 / 0.1) !important;
}
.\!bg-tertiary-800\/100{
  background-color: rgb(0 42 118 / 1) !important;
}
.\!bg-tertiary-800\/15{
  background-color: rgb(0 42 118 / 0.15) !important;
}
.\!bg-tertiary-800\/20{
  background-color: rgb(0 42 118 / 0.2) !important;
}
.\!bg-tertiary-800\/25{
  background-color: rgb(0 42 118 / 0.25) !important;
}
.\!bg-tertiary-800\/30{
  background-color: rgb(0 42 118 / 0.3) !important;
}
.\!bg-tertiary-800\/35{
  background-color: rgb(0 42 118 / 0.35) !important;
}
.\!bg-tertiary-800\/40{
  background-color: rgb(0 42 118 / 0.4) !important;
}
.\!bg-tertiary-800\/45{
  background-color: rgb(0 42 118 / 0.45) !important;
}
.\!bg-tertiary-800\/5{
  background-color: rgb(0 42 118 / 0.05) !important;
}
.\!bg-tertiary-800\/50{
  background-color: rgb(0 42 118 / 0.5) !important;
}
.\!bg-tertiary-800\/55{
  background-color: rgb(0 42 118 / 0.55) !important;
}
.\!bg-tertiary-800\/60{
  background-color: rgb(0 42 118 / 0.6) !important;
}
.\!bg-tertiary-800\/65{
  background-color: rgb(0 42 118 / 0.65) !important;
}
.\!bg-tertiary-800\/70{
  background-color: rgb(0 42 118 / 0.7) !important;
}
.\!bg-tertiary-800\/75{
  background-color: rgb(0 42 118 / 0.75) !important;
}
.\!bg-tertiary-800\/80{
  background-color: rgb(0 42 118 / 0.8) !important;
}
.\!bg-tertiary-800\/85{
  background-color: rgb(0 42 118 / 0.85) !important;
}
.\!bg-tertiary-800\/90{
  background-color: rgb(0 42 118 / 0.9) !important;
}
.\!bg-tertiary-800\/95{
  background-color: rgb(0 42 118 / 0.95) !important;
}
.\!bg-tertiary-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 23 74 / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-900\/0{
  background-color: rgb(0 23 74 / 0) !important;
}
.\!bg-tertiary-900\/10{
  background-color: rgb(0 23 74 / 0.1) !important;
}
.\!bg-tertiary-900\/100{
  background-color: rgb(0 23 74 / 1) !important;
}
.\!bg-tertiary-900\/15{
  background-color: rgb(0 23 74 / 0.15) !important;
}
.\!bg-tertiary-900\/20{
  background-color: rgb(0 23 74 / 0.2) !important;
}
.\!bg-tertiary-900\/25{
  background-color: rgb(0 23 74 / 0.25) !important;
}
.\!bg-tertiary-900\/30{
  background-color: rgb(0 23 74 / 0.3) !important;
}
.\!bg-tertiary-900\/35{
  background-color: rgb(0 23 74 / 0.35) !important;
}
.\!bg-tertiary-900\/40{
  background-color: rgb(0 23 74 / 0.4) !important;
}
.\!bg-tertiary-900\/45{
  background-color: rgb(0 23 74 / 0.45) !important;
}
.\!bg-tertiary-900\/5{
  background-color: rgb(0 23 74 / 0.05) !important;
}
.\!bg-tertiary-900\/50{
  background-color: rgb(0 23 74 / 0.5) !important;
}
.\!bg-tertiary-900\/55{
  background-color: rgb(0 23 74 / 0.55) !important;
}
.\!bg-tertiary-900\/60{
  background-color: rgb(0 23 74 / 0.6) !important;
}
.\!bg-tertiary-900\/65{
  background-color: rgb(0 23 74 / 0.65) !important;
}
.\!bg-tertiary-900\/70{
  background-color: rgb(0 23 74 / 0.7) !important;
}
.\!bg-tertiary-900\/75{
  background-color: rgb(0 23 74 / 0.75) !important;
}
.\!bg-tertiary-900\/80{
  background-color: rgb(0 23 74 / 0.8) !important;
}
.\!bg-tertiary-900\/85{
  background-color: rgb(0 23 74 / 0.85) !important;
}
.\!bg-tertiary-900\/90{
  background-color: rgb(0 23 74 / 0.9) !important;
}
.\!bg-tertiary-900\/95{
  background-color: rgb(0 23 74 / 0.95) !important;
}
.\!bg-text-0{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 253 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-text-0\/0{
  background-color: rgb(255 253 255 / 0) !important;
}
.\!bg-text-0\/10{
  background-color: rgb(255 253 255 / 0.1) !important;
}
.\!bg-text-0\/100{
  background-color: rgb(255 253 255 / 1) !important;
}
.\!bg-text-0\/15{
  background-color: rgb(255 253 255 / 0.15) !important;
}
.\!bg-text-0\/20{
  background-color: rgb(255 253 255 / 0.2) !important;
}
.\!bg-text-0\/25{
  background-color: rgb(255 253 255 / 0.25) !important;
}
.\!bg-text-0\/30{
  background-color: rgb(255 253 255 / 0.3) !important;
}
.\!bg-text-0\/35{
  background-color: rgb(255 253 255 / 0.35) !important;
}
.\!bg-text-0\/40{
  background-color: rgb(255 253 255 / 0.4) !important;
}
.\!bg-text-0\/45{
  background-color: rgb(255 253 255 / 0.45) !important;
}
.\!bg-text-0\/5{
  background-color: rgb(255 253 255 / 0.05) !important;
}
.\!bg-text-0\/50{
  background-color: rgb(255 253 255 / 0.5) !important;
}
.\!bg-text-0\/55{
  background-color: rgb(255 253 255 / 0.55) !important;
}
.\!bg-text-0\/60{
  background-color: rgb(255 253 255 / 0.6) !important;
}
.\!bg-text-0\/65{
  background-color: rgb(255 253 255 / 0.65) !important;
}
.\!bg-text-0\/70{
  background-color: rgb(255 253 255 / 0.7) !important;
}
.\!bg-text-0\/75{
  background-color: rgb(255 253 255 / 0.75) !important;
}
.\!bg-text-0\/80{
  background-color: rgb(255 253 255 / 0.8) !important;
}
.\!bg-text-0\/85{
  background-color: rgb(255 253 255 / 0.85) !important;
}
.\!bg-text-0\/90{
  background-color: rgb(255 253 255 / 0.9) !important;
}
.\!bg-text-0\/95{
  background-color: rgb(255 253 255 / 0.95) !important;
}
.\!bg-text-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity)) !important;
}
.\!bg-text-400\/0{
  background-color: rgb(160 140 139 / 0) !important;
}
.\!bg-text-400\/10{
  background-color: rgb(160 140 139 / 0.1) !important;
}
.\!bg-text-400\/100{
  background-color: rgb(160 140 139 / 1) !important;
}
.\!bg-text-400\/15{
  background-color: rgb(160 140 139 / 0.15) !important;
}
.\!bg-text-400\/20{
  background-color: rgb(160 140 139 / 0.2) !important;
}
.\!bg-text-400\/25{
  background-color: rgb(160 140 139 / 0.25) !important;
}
.\!bg-text-400\/30{
  background-color: rgb(160 140 139 / 0.3) !important;
}
.\!bg-text-400\/35{
  background-color: rgb(160 140 139 / 0.35) !important;
}
.\!bg-text-400\/40{
  background-color: rgb(160 140 139 / 0.4) !important;
}
.\!bg-text-400\/45{
  background-color: rgb(160 140 139 / 0.45) !important;
}
.\!bg-text-400\/5{
  background-color: rgb(160 140 139 / 0.05) !important;
}
.\!bg-text-400\/50{
  background-color: rgb(160 140 139 / 0.5) !important;
}
.\!bg-text-400\/55{
  background-color: rgb(160 140 139 / 0.55) !important;
}
.\!bg-text-400\/60{
  background-color: rgb(160 140 139 / 0.6) !important;
}
.\!bg-text-400\/65{
  background-color: rgb(160 140 139 / 0.65) !important;
}
.\!bg-text-400\/70{
  background-color: rgb(160 140 139 / 0.7) !important;
}
.\!bg-text-400\/75{
  background-color: rgb(160 140 139 / 0.75) !important;
}
.\!bg-text-400\/80{
  background-color: rgb(160 140 139 / 0.8) !important;
}
.\!bg-text-400\/85{
  background-color: rgb(160 140 139 / 0.85) !important;
}
.\!bg-text-400\/90{
  background-color: rgb(160 140 139 / 0.9) !important;
}
.\!bg-text-400\/95{
  background-color: rgb(160 140 139 / 0.95) !important;
}
.\!bg-text-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 115 114 / var(--tw-bg-opacity)) !important;
}
.\!bg-text-450\/0{
  background-color: rgb(133 115 114 / 0) !important;
}
.\!bg-text-450\/10{
  background-color: rgb(133 115 114 / 0.1) !important;
}
.\!bg-text-450\/100{
  background-color: rgb(133 115 114 / 1) !important;
}
.\!bg-text-450\/15{
  background-color: rgb(133 115 114 / 0.15) !important;
}
.\!bg-text-450\/20{
  background-color: rgb(133 115 114 / 0.2) !important;
}
.\!bg-text-450\/25{
  background-color: rgb(133 115 114 / 0.25) !important;
}
.\!bg-text-450\/30{
  background-color: rgb(133 115 114 / 0.3) !important;
}
.\!bg-text-450\/35{
  background-color: rgb(133 115 114 / 0.35) !important;
}
.\!bg-text-450\/40{
  background-color: rgb(133 115 114 / 0.4) !important;
}
.\!bg-text-450\/45{
  background-color: rgb(133 115 114 / 0.45) !important;
}
.\!bg-text-450\/5{
  background-color: rgb(133 115 114 / 0.05) !important;
}
.\!bg-text-450\/50{
  background-color: rgb(133 115 114 / 0.5) !important;
}
.\!bg-text-450\/55{
  background-color: rgb(133 115 114 / 0.55) !important;
}
.\!bg-text-450\/60{
  background-color: rgb(133 115 114 / 0.6) !important;
}
.\!bg-text-450\/65{
  background-color: rgb(133 115 114 / 0.65) !important;
}
.\!bg-text-450\/70{
  background-color: rgb(133 115 114 / 0.7) !important;
}
.\!bg-text-450\/75{
  background-color: rgb(133 115 114 / 0.75) !important;
}
.\!bg-text-450\/80{
  background-color: rgb(133 115 114 / 0.8) !important;
}
.\!bg-text-450\/85{
  background-color: rgb(133 115 114 / 0.85) !important;
}
.\!bg-text-450\/90{
  background-color: rgb(133 115 114 / 0.9) !important;
}
.\!bg-text-450\/95{
  background-color: rgb(133 115 114 / 0.95) !important;
}
.\!bg-text-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 67 66 / var(--tw-bg-opacity)) !important;
}
.\!bg-text-650\/0{
  background-color: rgb(83 67 66 / 0) !important;
}
.\!bg-text-650\/10{
  background-color: rgb(83 67 66 / 0.1) !important;
}
.\!bg-text-650\/100{
  background-color: rgb(83 67 66 / 1) !important;
}
.\!bg-text-650\/15{
  background-color: rgb(83 67 66 / 0.15) !important;
}
.\!bg-text-650\/20{
  background-color: rgb(83 67 66 / 0.2) !important;
}
.\!bg-text-650\/25{
  background-color: rgb(83 67 66 / 0.25) !important;
}
.\!bg-text-650\/30{
  background-color: rgb(83 67 66 / 0.3) !important;
}
.\!bg-text-650\/35{
  background-color: rgb(83 67 66 / 0.35) !important;
}
.\!bg-text-650\/40{
  background-color: rgb(83 67 66 / 0.4) !important;
}
.\!bg-text-650\/45{
  background-color: rgb(83 67 66 / 0.45) !important;
}
.\!bg-text-650\/5{
  background-color: rgb(83 67 66 / 0.05) !important;
}
.\!bg-text-650\/50{
  background-color: rgb(83 67 66 / 0.5) !important;
}
.\!bg-text-650\/55{
  background-color: rgb(83 67 66 / 0.55) !important;
}
.\!bg-text-650\/60{
  background-color: rgb(83 67 66 / 0.6) !important;
}
.\!bg-text-650\/65{
  background-color: rgb(83 67 66 / 0.65) !important;
}
.\!bg-text-650\/70{
  background-color: rgb(83 67 66 / 0.7) !important;
}
.\!bg-text-650\/75{
  background-color: rgb(83 67 66 / 0.75) !important;
}
.\!bg-text-650\/80{
  background-color: rgb(83 67 66 / 0.8) !important;
}
.\!bg-text-650\/85{
  background-color: rgb(83 67 66 / 0.85) !important;
}
.\!bg-text-650\/90{
  background-color: rgb(83 67 66 / 0.9) !important;
}
.\!bg-text-650\/95{
  background-color: rgb(83 67 66 / 0.95) !important;
}
.\!bg-text-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 25 24 / var(--tw-bg-opacity)) !important;
}
.\!bg-text-800\/0{
  background-color: rgb(37 25 24 / 0) !important;
}
.\!bg-text-800\/10{
  background-color: rgb(37 25 24 / 0.1) !important;
}
.\!bg-text-800\/100{
  background-color: rgb(37 25 24 / 1) !important;
}
.\!bg-text-800\/15{
  background-color: rgb(37 25 24 / 0.15) !important;
}
.\!bg-text-800\/20{
  background-color: rgb(37 25 24 / 0.2) !important;
}
.\!bg-text-800\/25{
  background-color: rgb(37 25 24 / 0.25) !important;
}
.\!bg-text-800\/30{
  background-color: rgb(37 25 24 / 0.3) !important;
}
.\!bg-text-800\/35{
  background-color: rgb(37 25 24 / 0.35) !important;
}
.\!bg-text-800\/40{
  background-color: rgb(37 25 24 / 0.4) !important;
}
.\!bg-text-800\/45{
  background-color: rgb(37 25 24 / 0.45) !important;
}
.\!bg-text-800\/5{
  background-color: rgb(37 25 24 / 0.05) !important;
}
.\!bg-text-800\/50{
  background-color: rgb(37 25 24 / 0.5) !important;
}
.\!bg-text-800\/55{
  background-color: rgb(37 25 24 / 0.55) !important;
}
.\!bg-text-800\/60{
  background-color: rgb(37 25 24 / 0.6) !important;
}
.\!bg-text-800\/65{
  background-color: rgb(37 25 24 / 0.65) !important;
}
.\!bg-text-800\/70{
  background-color: rgb(37 25 24 / 0.7) !important;
}
.\!bg-text-800\/75{
  background-color: rgb(37 25 24 / 0.75) !important;
}
.\!bg-text-800\/80{
  background-color: rgb(37 25 24 / 0.8) !important;
}
.\!bg-text-800\/85{
  background-color: rgb(37 25 24 / 0.85) !important;
}
.\!bg-text-800\/90{
  background-color: rgb(37 25 24 / 0.9) !important;
}
.\!bg-text-800\/95{
  background-color: rgb(37 25 24 / 0.95) !important;
}
.\!bg-text-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!bg-text-900\/0{
  background-color: rgb(0 0 0 / 0) !important;
}
.\!bg-text-900\/10{
  background-color: rgb(0 0 0 / 0.1) !important;
}
.\!bg-text-900\/100{
  background-color: rgb(0 0 0 / 1) !important;
}
.\!bg-text-900\/15{
  background-color: rgb(0 0 0 / 0.15) !important;
}
.\!bg-text-900\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}
.\!bg-text-900\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}
.\!bg-text-900\/30{
  background-color: rgb(0 0 0 / 0.3) !important;
}
.\!bg-text-900\/35{
  background-color: rgb(0 0 0 / 0.35) !important;
}
.\!bg-text-900\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}
.\!bg-text-900\/45{
  background-color: rgb(0 0 0 / 0.45) !important;
}
.\!bg-text-900\/5{
  background-color: rgb(0 0 0 / 0.05) !important;
}
.\!bg-text-900\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.\!bg-text-900\/55{
  background-color: rgb(0 0 0 / 0.55) !important;
}
.\!bg-text-900\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}
.\!bg-text-900\/65{
  background-color: rgb(0 0 0 / 0.65) !important;
}
.\!bg-text-900\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.\!bg-text-900\/75{
  background-color: rgb(0 0 0 / 0.75) !important;
}
.\!bg-text-900\/80{
  background-color: rgb(0 0 0 / 0.8) !important;
}
.\!bg-text-900\/85{
  background-color: rgb(0 0 0 / 0.85) !important;
}
.\!bg-text-900\/90{
  background-color: rgb(0 0 0 / 0.9) !important;
}
.\!bg-text-900\/95{
  background-color: rgb(0 0 0 / 0.95) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.\!bg-transparent\/0{
  background-color: rgb(0 0 0 / 0) !important;
}
.\!bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1) !important;
}
.\!bg-transparent\/100{
  background-color: rgb(0 0 0 / 1) !important;
}
.\!bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15) !important;
}
.\!bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}
.\!bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}
.\!bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3) !important;
}
.\!bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35) !important;
}
.\!bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}
.\!bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45) !important;
}
.\!bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05) !important;
}
.\!bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.\!bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55) !important;
}
.\!bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}
.\!bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65) !important;
}
.\!bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.\!bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75) !important;
}
.\!bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8) !important;
}
.\!bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85) !important;
}
.\!bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9) !important;
}
.\!bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95) !important;
}
.\!bg-violet-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-100\/0{
  background-color: rgb(237 233 254 / 0) !important;
}
.\!bg-violet-100\/10{
  background-color: rgb(237 233 254 / 0.1) !important;
}
.\!bg-violet-100\/100{
  background-color: rgb(237 233 254 / 1) !important;
}
.\!bg-violet-100\/15{
  background-color: rgb(237 233 254 / 0.15) !important;
}
.\!bg-violet-100\/20{
  background-color: rgb(237 233 254 / 0.2) !important;
}
.\!bg-violet-100\/25{
  background-color: rgb(237 233 254 / 0.25) !important;
}
.\!bg-violet-100\/30{
  background-color: rgb(237 233 254 / 0.3) !important;
}
.\!bg-violet-100\/35{
  background-color: rgb(237 233 254 / 0.35) !important;
}
.\!bg-violet-100\/40{
  background-color: rgb(237 233 254 / 0.4) !important;
}
.\!bg-violet-100\/45{
  background-color: rgb(237 233 254 / 0.45) !important;
}
.\!bg-violet-100\/5{
  background-color: rgb(237 233 254 / 0.05) !important;
}
.\!bg-violet-100\/50{
  background-color: rgb(237 233 254 / 0.5) !important;
}
.\!bg-violet-100\/55{
  background-color: rgb(237 233 254 / 0.55) !important;
}
.\!bg-violet-100\/60{
  background-color: rgb(237 233 254 / 0.6) !important;
}
.\!bg-violet-100\/65{
  background-color: rgb(237 233 254 / 0.65) !important;
}
.\!bg-violet-100\/70{
  background-color: rgb(237 233 254 / 0.7) !important;
}
.\!bg-violet-100\/75{
  background-color: rgb(237 233 254 / 0.75) !important;
}
.\!bg-violet-100\/80{
  background-color: rgb(237 233 254 / 0.8) !important;
}
.\!bg-violet-100\/85{
  background-color: rgb(237 233 254 / 0.85) !important;
}
.\!bg-violet-100\/90{
  background-color: rgb(237 233 254 / 0.9) !important;
}
.\!bg-violet-100\/95{
  background-color: rgb(237 233 254 / 0.95) !important;
}
.\!bg-violet-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-200\/0{
  background-color: rgb(221 214 254 / 0) !important;
}
.\!bg-violet-200\/10{
  background-color: rgb(221 214 254 / 0.1) !important;
}
.\!bg-violet-200\/100{
  background-color: rgb(221 214 254 / 1) !important;
}
.\!bg-violet-200\/15{
  background-color: rgb(221 214 254 / 0.15) !important;
}
.\!bg-violet-200\/20{
  background-color: rgb(221 214 254 / 0.2) !important;
}
.\!bg-violet-200\/25{
  background-color: rgb(221 214 254 / 0.25) !important;
}
.\!bg-violet-200\/30{
  background-color: rgb(221 214 254 / 0.3) !important;
}
.\!bg-violet-200\/35{
  background-color: rgb(221 214 254 / 0.35) !important;
}
.\!bg-violet-200\/40{
  background-color: rgb(221 214 254 / 0.4) !important;
}
.\!bg-violet-200\/45{
  background-color: rgb(221 214 254 / 0.45) !important;
}
.\!bg-violet-200\/5{
  background-color: rgb(221 214 254 / 0.05) !important;
}
.\!bg-violet-200\/50{
  background-color: rgb(221 214 254 / 0.5) !important;
}
.\!bg-violet-200\/55{
  background-color: rgb(221 214 254 / 0.55) !important;
}
.\!bg-violet-200\/60{
  background-color: rgb(221 214 254 / 0.6) !important;
}
.\!bg-violet-200\/65{
  background-color: rgb(221 214 254 / 0.65) !important;
}
.\!bg-violet-200\/70{
  background-color: rgb(221 214 254 / 0.7) !important;
}
.\!bg-violet-200\/75{
  background-color: rgb(221 214 254 / 0.75) !important;
}
.\!bg-violet-200\/80{
  background-color: rgb(221 214 254 / 0.8) !important;
}
.\!bg-violet-200\/85{
  background-color: rgb(221 214 254 / 0.85) !important;
}
.\!bg-violet-200\/90{
  background-color: rgb(221 214 254 / 0.9) !important;
}
.\!bg-violet-200\/95{
  background-color: rgb(221 214 254 / 0.95) !important;
}
.\!bg-violet-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-300\/0{
  background-color: rgb(196 181 253 / 0) !important;
}
.\!bg-violet-300\/10{
  background-color: rgb(196 181 253 / 0.1) !important;
}
.\!bg-violet-300\/100{
  background-color: rgb(196 181 253 / 1) !important;
}
.\!bg-violet-300\/15{
  background-color: rgb(196 181 253 / 0.15) !important;
}
.\!bg-violet-300\/20{
  background-color: rgb(196 181 253 / 0.2) !important;
}
.\!bg-violet-300\/25{
  background-color: rgb(196 181 253 / 0.25) !important;
}
.\!bg-violet-300\/30{
  background-color: rgb(196 181 253 / 0.3) !important;
}
.\!bg-violet-300\/35{
  background-color: rgb(196 181 253 / 0.35) !important;
}
.\!bg-violet-300\/40{
  background-color: rgb(196 181 253 / 0.4) !important;
}
.\!bg-violet-300\/45{
  background-color: rgb(196 181 253 / 0.45) !important;
}
.\!bg-violet-300\/5{
  background-color: rgb(196 181 253 / 0.05) !important;
}
.\!bg-violet-300\/50{
  background-color: rgb(196 181 253 / 0.5) !important;
}
.\!bg-violet-300\/55{
  background-color: rgb(196 181 253 / 0.55) !important;
}
.\!bg-violet-300\/60{
  background-color: rgb(196 181 253 / 0.6) !important;
}
.\!bg-violet-300\/65{
  background-color: rgb(196 181 253 / 0.65) !important;
}
.\!bg-violet-300\/70{
  background-color: rgb(196 181 253 / 0.7) !important;
}
.\!bg-violet-300\/75{
  background-color: rgb(196 181 253 / 0.75) !important;
}
.\!bg-violet-300\/80{
  background-color: rgb(196 181 253 / 0.8) !important;
}
.\!bg-violet-300\/85{
  background-color: rgb(196 181 253 / 0.85) !important;
}
.\!bg-violet-300\/90{
  background-color: rgb(196 181 253 / 0.9) !important;
}
.\!bg-violet-300\/95{
  background-color: rgb(196 181 253 / 0.95) !important;
}
.\!bg-violet-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-400\/0{
  background-color: rgb(167 139 250 / 0) !important;
}
.\!bg-violet-400\/10{
  background-color: rgb(167 139 250 / 0.1) !important;
}
.\!bg-violet-400\/100{
  background-color: rgb(167 139 250 / 1) !important;
}
.\!bg-violet-400\/15{
  background-color: rgb(167 139 250 / 0.15) !important;
}
.\!bg-violet-400\/20{
  background-color: rgb(167 139 250 / 0.2) !important;
}
.\!bg-violet-400\/25{
  background-color: rgb(167 139 250 / 0.25) !important;
}
.\!bg-violet-400\/30{
  background-color: rgb(167 139 250 / 0.3) !important;
}
.\!bg-violet-400\/35{
  background-color: rgb(167 139 250 / 0.35) !important;
}
.\!bg-violet-400\/40{
  background-color: rgb(167 139 250 / 0.4) !important;
}
.\!bg-violet-400\/45{
  background-color: rgb(167 139 250 / 0.45) !important;
}
.\!bg-violet-400\/5{
  background-color: rgb(167 139 250 / 0.05) !important;
}
.\!bg-violet-400\/50{
  background-color: rgb(167 139 250 / 0.5) !important;
}
.\!bg-violet-400\/55{
  background-color: rgb(167 139 250 / 0.55) !important;
}
.\!bg-violet-400\/60{
  background-color: rgb(167 139 250 / 0.6) !important;
}
.\!bg-violet-400\/65{
  background-color: rgb(167 139 250 / 0.65) !important;
}
.\!bg-violet-400\/70{
  background-color: rgb(167 139 250 / 0.7) !important;
}
.\!bg-violet-400\/75{
  background-color: rgb(167 139 250 / 0.75) !important;
}
.\!bg-violet-400\/80{
  background-color: rgb(167 139 250 / 0.8) !important;
}
.\!bg-violet-400\/85{
  background-color: rgb(167 139 250 / 0.85) !important;
}
.\!bg-violet-400\/90{
  background-color: rgb(167 139 250 / 0.9) !important;
}
.\!bg-violet-400\/95{
  background-color: rgb(167 139 250 / 0.95) !important;
}
.\!bg-violet-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-50\/0{
  background-color: rgb(245 243 255 / 0) !important;
}
.\!bg-violet-50\/10{
  background-color: rgb(245 243 255 / 0.1) !important;
}
.\!bg-violet-50\/100{
  background-color: rgb(245 243 255 / 1) !important;
}
.\!bg-violet-50\/15{
  background-color: rgb(245 243 255 / 0.15) !important;
}
.\!bg-violet-50\/20{
  background-color: rgb(245 243 255 / 0.2) !important;
}
.\!bg-violet-50\/25{
  background-color: rgb(245 243 255 / 0.25) !important;
}
.\!bg-violet-50\/30{
  background-color: rgb(245 243 255 / 0.3) !important;
}
.\!bg-violet-50\/35{
  background-color: rgb(245 243 255 / 0.35) !important;
}
.\!bg-violet-50\/40{
  background-color: rgb(245 243 255 / 0.4) !important;
}
.\!bg-violet-50\/45{
  background-color: rgb(245 243 255 / 0.45) !important;
}
.\!bg-violet-50\/5{
  background-color: rgb(245 243 255 / 0.05) !important;
}
.\!bg-violet-50\/50{
  background-color: rgb(245 243 255 / 0.5) !important;
}
.\!bg-violet-50\/55{
  background-color: rgb(245 243 255 / 0.55) !important;
}
.\!bg-violet-50\/60{
  background-color: rgb(245 243 255 / 0.6) !important;
}
.\!bg-violet-50\/65{
  background-color: rgb(245 243 255 / 0.65) !important;
}
.\!bg-violet-50\/70{
  background-color: rgb(245 243 255 / 0.7) !important;
}
.\!bg-violet-50\/75{
  background-color: rgb(245 243 255 / 0.75) !important;
}
.\!bg-violet-50\/80{
  background-color: rgb(245 243 255 / 0.8) !important;
}
.\!bg-violet-50\/85{
  background-color: rgb(245 243 255 / 0.85) !important;
}
.\!bg-violet-50\/90{
  background-color: rgb(245 243 255 / 0.9) !important;
}
.\!bg-violet-50\/95{
  background-color: rgb(245 243 255 / 0.95) !important;
}
.\!bg-violet-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-500\/0{
  background-color: rgb(139 92 246 / 0) !important;
}
.\!bg-violet-500\/10{
  background-color: rgb(139 92 246 / 0.1) !important;
}
.\!bg-violet-500\/100{
  background-color: rgb(139 92 246 / 1) !important;
}
.\!bg-violet-500\/15{
  background-color: rgb(139 92 246 / 0.15) !important;
}
.\!bg-violet-500\/20{
  background-color: rgb(139 92 246 / 0.2) !important;
}
.\!bg-violet-500\/25{
  background-color: rgb(139 92 246 / 0.25) !important;
}
.\!bg-violet-500\/30{
  background-color: rgb(139 92 246 / 0.3) !important;
}
.\!bg-violet-500\/35{
  background-color: rgb(139 92 246 / 0.35) !important;
}
.\!bg-violet-500\/40{
  background-color: rgb(139 92 246 / 0.4) !important;
}
.\!bg-violet-500\/45{
  background-color: rgb(139 92 246 / 0.45) !important;
}
.\!bg-violet-500\/5{
  background-color: rgb(139 92 246 / 0.05) !important;
}
.\!bg-violet-500\/50{
  background-color: rgb(139 92 246 / 0.5) !important;
}
.\!bg-violet-500\/55{
  background-color: rgb(139 92 246 / 0.55) !important;
}
.\!bg-violet-500\/60{
  background-color: rgb(139 92 246 / 0.6) !important;
}
.\!bg-violet-500\/65{
  background-color: rgb(139 92 246 / 0.65) !important;
}
.\!bg-violet-500\/70{
  background-color: rgb(139 92 246 / 0.7) !important;
}
.\!bg-violet-500\/75{
  background-color: rgb(139 92 246 / 0.75) !important;
}
.\!bg-violet-500\/80{
  background-color: rgb(139 92 246 / 0.8) !important;
}
.\!bg-violet-500\/85{
  background-color: rgb(139 92 246 / 0.85) !important;
}
.\!bg-violet-500\/90{
  background-color: rgb(139 92 246 / 0.9) !important;
}
.\!bg-violet-500\/95{
  background-color: rgb(139 92 246 / 0.95) !important;
}
.\!bg-violet-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-600\/0{
  background-color: rgb(124 58 237 / 0) !important;
}
.\!bg-violet-600\/10{
  background-color: rgb(124 58 237 / 0.1) !important;
}
.\!bg-violet-600\/100{
  background-color: rgb(124 58 237 / 1) !important;
}
.\!bg-violet-600\/15{
  background-color: rgb(124 58 237 / 0.15) !important;
}
.\!bg-violet-600\/20{
  background-color: rgb(124 58 237 / 0.2) !important;
}
.\!bg-violet-600\/25{
  background-color: rgb(124 58 237 / 0.25) !important;
}
.\!bg-violet-600\/30{
  background-color: rgb(124 58 237 / 0.3) !important;
}
.\!bg-violet-600\/35{
  background-color: rgb(124 58 237 / 0.35) !important;
}
.\!bg-violet-600\/40{
  background-color: rgb(124 58 237 / 0.4) !important;
}
.\!bg-violet-600\/45{
  background-color: rgb(124 58 237 / 0.45) !important;
}
.\!bg-violet-600\/5{
  background-color: rgb(124 58 237 / 0.05) !important;
}
.\!bg-violet-600\/50{
  background-color: rgb(124 58 237 / 0.5) !important;
}
.\!bg-violet-600\/55{
  background-color: rgb(124 58 237 / 0.55) !important;
}
.\!bg-violet-600\/60{
  background-color: rgb(124 58 237 / 0.6) !important;
}
.\!bg-violet-600\/65{
  background-color: rgb(124 58 237 / 0.65) !important;
}
.\!bg-violet-600\/70{
  background-color: rgb(124 58 237 / 0.7) !important;
}
.\!bg-violet-600\/75{
  background-color: rgb(124 58 237 / 0.75) !important;
}
.\!bg-violet-600\/80{
  background-color: rgb(124 58 237 / 0.8) !important;
}
.\!bg-violet-600\/85{
  background-color: rgb(124 58 237 / 0.85) !important;
}
.\!bg-violet-600\/90{
  background-color: rgb(124 58 237 / 0.9) !important;
}
.\!bg-violet-600\/95{
  background-color: rgb(124 58 237 / 0.95) !important;
}
.\!bg-violet-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-700\/0{
  background-color: rgb(109 40 217 / 0) !important;
}
.\!bg-violet-700\/10{
  background-color: rgb(109 40 217 / 0.1) !important;
}
.\!bg-violet-700\/100{
  background-color: rgb(109 40 217 / 1) !important;
}
.\!bg-violet-700\/15{
  background-color: rgb(109 40 217 / 0.15) !important;
}
.\!bg-violet-700\/20{
  background-color: rgb(109 40 217 / 0.2) !important;
}
.\!bg-violet-700\/25{
  background-color: rgb(109 40 217 / 0.25) !important;
}
.\!bg-violet-700\/30{
  background-color: rgb(109 40 217 / 0.3) !important;
}
.\!bg-violet-700\/35{
  background-color: rgb(109 40 217 / 0.35) !important;
}
.\!bg-violet-700\/40{
  background-color: rgb(109 40 217 / 0.4) !important;
}
.\!bg-violet-700\/45{
  background-color: rgb(109 40 217 / 0.45) !important;
}
.\!bg-violet-700\/5{
  background-color: rgb(109 40 217 / 0.05) !important;
}
.\!bg-violet-700\/50{
  background-color: rgb(109 40 217 / 0.5) !important;
}
.\!bg-violet-700\/55{
  background-color: rgb(109 40 217 / 0.55) !important;
}
.\!bg-violet-700\/60{
  background-color: rgb(109 40 217 / 0.6) !important;
}
.\!bg-violet-700\/65{
  background-color: rgb(109 40 217 / 0.65) !important;
}
.\!bg-violet-700\/70{
  background-color: rgb(109 40 217 / 0.7) !important;
}
.\!bg-violet-700\/75{
  background-color: rgb(109 40 217 / 0.75) !important;
}
.\!bg-violet-700\/80{
  background-color: rgb(109 40 217 / 0.8) !important;
}
.\!bg-violet-700\/85{
  background-color: rgb(109 40 217 / 0.85) !important;
}
.\!bg-violet-700\/90{
  background-color: rgb(109 40 217 / 0.9) !important;
}
.\!bg-violet-700\/95{
  background-color: rgb(109 40 217 / 0.95) !important;
}
.\!bg-violet-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-800\/0{
  background-color: rgb(91 33 182 / 0) !important;
}
.\!bg-violet-800\/10{
  background-color: rgb(91 33 182 / 0.1) !important;
}
.\!bg-violet-800\/100{
  background-color: rgb(91 33 182 / 1) !important;
}
.\!bg-violet-800\/15{
  background-color: rgb(91 33 182 / 0.15) !important;
}
.\!bg-violet-800\/20{
  background-color: rgb(91 33 182 / 0.2) !important;
}
.\!bg-violet-800\/25{
  background-color: rgb(91 33 182 / 0.25) !important;
}
.\!bg-violet-800\/30{
  background-color: rgb(91 33 182 / 0.3) !important;
}
.\!bg-violet-800\/35{
  background-color: rgb(91 33 182 / 0.35) !important;
}
.\!bg-violet-800\/40{
  background-color: rgb(91 33 182 / 0.4) !important;
}
.\!bg-violet-800\/45{
  background-color: rgb(91 33 182 / 0.45) !important;
}
.\!bg-violet-800\/5{
  background-color: rgb(91 33 182 / 0.05) !important;
}
.\!bg-violet-800\/50{
  background-color: rgb(91 33 182 / 0.5) !important;
}
.\!bg-violet-800\/55{
  background-color: rgb(91 33 182 / 0.55) !important;
}
.\!bg-violet-800\/60{
  background-color: rgb(91 33 182 / 0.6) !important;
}
.\!bg-violet-800\/65{
  background-color: rgb(91 33 182 / 0.65) !important;
}
.\!bg-violet-800\/70{
  background-color: rgb(91 33 182 / 0.7) !important;
}
.\!bg-violet-800\/75{
  background-color: rgb(91 33 182 / 0.75) !important;
}
.\!bg-violet-800\/80{
  background-color: rgb(91 33 182 / 0.8) !important;
}
.\!bg-violet-800\/85{
  background-color: rgb(91 33 182 / 0.85) !important;
}
.\!bg-violet-800\/90{
  background-color: rgb(91 33 182 / 0.9) !important;
}
.\!bg-violet-800\/95{
  background-color: rgb(91 33 182 / 0.95) !important;
}
.\!bg-violet-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-900\/0{
  background-color: rgb(76 29 149 / 0) !important;
}
.\!bg-violet-900\/10{
  background-color: rgb(76 29 149 / 0.1) !important;
}
.\!bg-violet-900\/100{
  background-color: rgb(76 29 149 / 1) !important;
}
.\!bg-violet-900\/15{
  background-color: rgb(76 29 149 / 0.15) !important;
}
.\!bg-violet-900\/20{
  background-color: rgb(76 29 149 / 0.2) !important;
}
.\!bg-violet-900\/25{
  background-color: rgb(76 29 149 / 0.25) !important;
}
.\!bg-violet-900\/30{
  background-color: rgb(76 29 149 / 0.3) !important;
}
.\!bg-violet-900\/35{
  background-color: rgb(76 29 149 / 0.35) !important;
}
.\!bg-violet-900\/40{
  background-color: rgb(76 29 149 / 0.4) !important;
}
.\!bg-violet-900\/45{
  background-color: rgb(76 29 149 / 0.45) !important;
}
.\!bg-violet-900\/5{
  background-color: rgb(76 29 149 / 0.05) !important;
}
.\!bg-violet-900\/50{
  background-color: rgb(76 29 149 / 0.5) !important;
}
.\!bg-violet-900\/55{
  background-color: rgb(76 29 149 / 0.55) !important;
}
.\!bg-violet-900\/60{
  background-color: rgb(76 29 149 / 0.6) !important;
}
.\!bg-violet-900\/65{
  background-color: rgb(76 29 149 / 0.65) !important;
}
.\!bg-violet-900\/70{
  background-color: rgb(76 29 149 / 0.7) !important;
}
.\!bg-violet-900\/75{
  background-color: rgb(76 29 149 / 0.75) !important;
}
.\!bg-violet-900\/80{
  background-color: rgb(76 29 149 / 0.8) !important;
}
.\!bg-violet-900\/85{
  background-color: rgb(76 29 149 / 0.85) !important;
}
.\!bg-violet-900\/90{
  background-color: rgb(76 29 149 / 0.9) !important;
}
.\!bg-violet-900\/95{
  background-color: rgb(76 29 149 / 0.95) !important;
}
.\!bg-violet-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity)) !important;
}
.\!bg-violet-950\/0{
  background-color: rgb(46 16 101 / 0) !important;
}
.\!bg-violet-950\/10{
  background-color: rgb(46 16 101 / 0.1) !important;
}
.\!bg-violet-950\/100{
  background-color: rgb(46 16 101 / 1) !important;
}
.\!bg-violet-950\/15{
  background-color: rgb(46 16 101 / 0.15) !important;
}
.\!bg-violet-950\/20{
  background-color: rgb(46 16 101 / 0.2) !important;
}
.\!bg-violet-950\/25{
  background-color: rgb(46 16 101 / 0.25) !important;
}
.\!bg-violet-950\/30{
  background-color: rgb(46 16 101 / 0.3) !important;
}
.\!bg-violet-950\/35{
  background-color: rgb(46 16 101 / 0.35) !important;
}
.\!bg-violet-950\/40{
  background-color: rgb(46 16 101 / 0.4) !important;
}
.\!bg-violet-950\/45{
  background-color: rgb(46 16 101 / 0.45) !important;
}
.\!bg-violet-950\/5{
  background-color: rgb(46 16 101 / 0.05) !important;
}
.\!bg-violet-950\/50{
  background-color: rgb(46 16 101 / 0.5) !important;
}
.\!bg-violet-950\/55{
  background-color: rgb(46 16 101 / 0.55) !important;
}
.\!bg-violet-950\/60{
  background-color: rgb(46 16 101 / 0.6) !important;
}
.\!bg-violet-950\/65{
  background-color: rgb(46 16 101 / 0.65) !important;
}
.\!bg-violet-950\/70{
  background-color: rgb(46 16 101 / 0.7) !important;
}
.\!bg-violet-950\/75{
  background-color: rgb(46 16 101 / 0.75) !important;
}
.\!bg-violet-950\/80{
  background-color: rgb(46 16 101 / 0.8) !important;
}
.\!bg-violet-950\/85{
  background-color: rgb(46 16 101 / 0.85) !important;
}
.\!bg-violet-950\/90{
  background-color: rgb(46 16 101 / 0.9) !important;
}
.\!bg-violet-950\/95{
  background-color: rgb(46 16 101 / 0.95) !important;
}
.\!bg-violetish-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-100\/0{
  background-color: rgb(245 243 255 / 0) !important;
}
.\!bg-violetish-100\/10{
  background-color: rgb(245 243 255 / 0.1) !important;
}
.\!bg-violetish-100\/100{
  background-color: rgb(245 243 255 / 1) !important;
}
.\!bg-violetish-100\/15{
  background-color: rgb(245 243 255 / 0.15) !important;
}
.\!bg-violetish-100\/20{
  background-color: rgb(245 243 255 / 0.2) !important;
}
.\!bg-violetish-100\/25{
  background-color: rgb(245 243 255 / 0.25) !important;
}
.\!bg-violetish-100\/30{
  background-color: rgb(245 243 255 / 0.3) !important;
}
.\!bg-violetish-100\/35{
  background-color: rgb(245 243 255 / 0.35) !important;
}
.\!bg-violetish-100\/40{
  background-color: rgb(245 243 255 / 0.4) !important;
}
.\!bg-violetish-100\/45{
  background-color: rgb(245 243 255 / 0.45) !important;
}
.\!bg-violetish-100\/5{
  background-color: rgb(245 243 255 / 0.05) !important;
}
.\!bg-violetish-100\/50{
  background-color: rgb(245 243 255 / 0.5) !important;
}
.\!bg-violetish-100\/55{
  background-color: rgb(245 243 255 / 0.55) !important;
}
.\!bg-violetish-100\/60{
  background-color: rgb(245 243 255 / 0.6) !important;
}
.\!bg-violetish-100\/65{
  background-color: rgb(245 243 255 / 0.65) !important;
}
.\!bg-violetish-100\/70{
  background-color: rgb(245 243 255 / 0.7) !important;
}
.\!bg-violetish-100\/75{
  background-color: rgb(245 243 255 / 0.75) !important;
}
.\!bg-violetish-100\/80{
  background-color: rgb(245 243 255 / 0.8) !important;
}
.\!bg-violetish-100\/85{
  background-color: rgb(245 243 255 / 0.85) !important;
}
.\!bg-violetish-100\/90{
  background-color: rgb(245 243 255 / 0.9) !important;
}
.\!bg-violetish-100\/95{
  background-color: rgb(245 243 255 / 0.95) !important;
}
.\!bg-violetish-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-200\/0{
  background-color: rgb(237 233 254 / 0) !important;
}
.\!bg-violetish-200\/10{
  background-color: rgb(237 233 254 / 0.1) !important;
}
.\!bg-violetish-200\/100{
  background-color: rgb(237 233 254 / 1) !important;
}
.\!bg-violetish-200\/15{
  background-color: rgb(237 233 254 / 0.15) !important;
}
.\!bg-violetish-200\/20{
  background-color: rgb(237 233 254 / 0.2) !important;
}
.\!bg-violetish-200\/25{
  background-color: rgb(237 233 254 / 0.25) !important;
}
.\!bg-violetish-200\/30{
  background-color: rgb(237 233 254 / 0.3) !important;
}
.\!bg-violetish-200\/35{
  background-color: rgb(237 233 254 / 0.35) !important;
}
.\!bg-violetish-200\/40{
  background-color: rgb(237 233 254 / 0.4) !important;
}
.\!bg-violetish-200\/45{
  background-color: rgb(237 233 254 / 0.45) !important;
}
.\!bg-violetish-200\/5{
  background-color: rgb(237 233 254 / 0.05) !important;
}
.\!bg-violetish-200\/50{
  background-color: rgb(237 233 254 / 0.5) !important;
}
.\!bg-violetish-200\/55{
  background-color: rgb(237 233 254 / 0.55) !important;
}
.\!bg-violetish-200\/60{
  background-color: rgb(237 233 254 / 0.6) !important;
}
.\!bg-violetish-200\/65{
  background-color: rgb(237 233 254 / 0.65) !important;
}
.\!bg-violetish-200\/70{
  background-color: rgb(237 233 254 / 0.7) !important;
}
.\!bg-violetish-200\/75{
  background-color: rgb(237 233 254 / 0.75) !important;
}
.\!bg-violetish-200\/80{
  background-color: rgb(237 233 254 / 0.8) !important;
}
.\!bg-violetish-200\/85{
  background-color: rgb(237 233 254 / 0.85) !important;
}
.\!bg-violetish-200\/90{
  background-color: rgb(237 233 254 / 0.9) !important;
}
.\!bg-violetish-200\/95{
  background-color: rgb(237 233 254 / 0.95) !important;
}
.\!bg-violetish-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-300\/0{
  background-color: rgb(221 214 254 / 0) !important;
}
.\!bg-violetish-300\/10{
  background-color: rgb(221 214 254 / 0.1) !important;
}
.\!bg-violetish-300\/100{
  background-color: rgb(221 214 254 / 1) !important;
}
.\!bg-violetish-300\/15{
  background-color: rgb(221 214 254 / 0.15) !important;
}
.\!bg-violetish-300\/20{
  background-color: rgb(221 214 254 / 0.2) !important;
}
.\!bg-violetish-300\/25{
  background-color: rgb(221 214 254 / 0.25) !important;
}
.\!bg-violetish-300\/30{
  background-color: rgb(221 214 254 / 0.3) !important;
}
.\!bg-violetish-300\/35{
  background-color: rgb(221 214 254 / 0.35) !important;
}
.\!bg-violetish-300\/40{
  background-color: rgb(221 214 254 / 0.4) !important;
}
.\!bg-violetish-300\/45{
  background-color: rgb(221 214 254 / 0.45) !important;
}
.\!bg-violetish-300\/5{
  background-color: rgb(221 214 254 / 0.05) !important;
}
.\!bg-violetish-300\/50{
  background-color: rgb(221 214 254 / 0.5) !important;
}
.\!bg-violetish-300\/55{
  background-color: rgb(221 214 254 / 0.55) !important;
}
.\!bg-violetish-300\/60{
  background-color: rgb(221 214 254 / 0.6) !important;
}
.\!bg-violetish-300\/65{
  background-color: rgb(221 214 254 / 0.65) !important;
}
.\!bg-violetish-300\/70{
  background-color: rgb(221 214 254 / 0.7) !important;
}
.\!bg-violetish-300\/75{
  background-color: rgb(221 214 254 / 0.75) !important;
}
.\!bg-violetish-300\/80{
  background-color: rgb(221 214 254 / 0.8) !important;
}
.\!bg-violetish-300\/85{
  background-color: rgb(221 214 254 / 0.85) !important;
}
.\!bg-violetish-300\/90{
  background-color: rgb(221 214 254 / 0.9) !important;
}
.\!bg-violetish-300\/95{
  background-color: rgb(221 214 254 / 0.95) !important;
}
.\!bg-violetish-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-350\/0{
  background-color: rgb(196 181 253 / 0) !important;
}
.\!bg-violetish-350\/10{
  background-color: rgb(196 181 253 / 0.1) !important;
}
.\!bg-violetish-350\/100{
  background-color: rgb(196 181 253 / 1) !important;
}
.\!bg-violetish-350\/15{
  background-color: rgb(196 181 253 / 0.15) !important;
}
.\!bg-violetish-350\/20{
  background-color: rgb(196 181 253 / 0.2) !important;
}
.\!bg-violetish-350\/25{
  background-color: rgb(196 181 253 / 0.25) !important;
}
.\!bg-violetish-350\/30{
  background-color: rgb(196 181 253 / 0.3) !important;
}
.\!bg-violetish-350\/35{
  background-color: rgb(196 181 253 / 0.35) !important;
}
.\!bg-violetish-350\/40{
  background-color: rgb(196 181 253 / 0.4) !important;
}
.\!bg-violetish-350\/45{
  background-color: rgb(196 181 253 / 0.45) !important;
}
.\!bg-violetish-350\/5{
  background-color: rgb(196 181 253 / 0.05) !important;
}
.\!bg-violetish-350\/50{
  background-color: rgb(196 181 253 / 0.5) !important;
}
.\!bg-violetish-350\/55{
  background-color: rgb(196 181 253 / 0.55) !important;
}
.\!bg-violetish-350\/60{
  background-color: rgb(196 181 253 / 0.6) !important;
}
.\!bg-violetish-350\/65{
  background-color: rgb(196 181 253 / 0.65) !important;
}
.\!bg-violetish-350\/70{
  background-color: rgb(196 181 253 / 0.7) !important;
}
.\!bg-violetish-350\/75{
  background-color: rgb(196 181 253 / 0.75) !important;
}
.\!bg-violetish-350\/80{
  background-color: rgb(196 181 253 / 0.8) !important;
}
.\!bg-violetish-350\/85{
  background-color: rgb(196 181 253 / 0.85) !important;
}
.\!bg-violetish-350\/90{
  background-color: rgb(196 181 253 / 0.9) !important;
}
.\!bg-violetish-350\/95{
  background-color: rgb(196 181 253 / 0.95) !important;
}
.\!bg-violetish-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-400\/0{
  background-color: rgb(167 139 250 / 0) !important;
}
.\!bg-violetish-400\/10{
  background-color: rgb(167 139 250 / 0.1) !important;
}
.\!bg-violetish-400\/100{
  background-color: rgb(167 139 250 / 1) !important;
}
.\!bg-violetish-400\/15{
  background-color: rgb(167 139 250 / 0.15) !important;
}
.\!bg-violetish-400\/20{
  background-color: rgb(167 139 250 / 0.2) !important;
}
.\!bg-violetish-400\/25{
  background-color: rgb(167 139 250 / 0.25) !important;
}
.\!bg-violetish-400\/30{
  background-color: rgb(167 139 250 / 0.3) !important;
}
.\!bg-violetish-400\/35{
  background-color: rgb(167 139 250 / 0.35) !important;
}
.\!bg-violetish-400\/40{
  background-color: rgb(167 139 250 / 0.4) !important;
}
.\!bg-violetish-400\/45{
  background-color: rgb(167 139 250 / 0.45) !important;
}
.\!bg-violetish-400\/5{
  background-color: rgb(167 139 250 / 0.05) !important;
}
.\!bg-violetish-400\/50{
  background-color: rgb(167 139 250 / 0.5) !important;
}
.\!bg-violetish-400\/55{
  background-color: rgb(167 139 250 / 0.55) !important;
}
.\!bg-violetish-400\/60{
  background-color: rgb(167 139 250 / 0.6) !important;
}
.\!bg-violetish-400\/65{
  background-color: rgb(167 139 250 / 0.65) !important;
}
.\!bg-violetish-400\/70{
  background-color: rgb(167 139 250 / 0.7) !important;
}
.\!bg-violetish-400\/75{
  background-color: rgb(167 139 250 / 0.75) !important;
}
.\!bg-violetish-400\/80{
  background-color: rgb(167 139 250 / 0.8) !important;
}
.\!bg-violetish-400\/85{
  background-color: rgb(167 139 250 / 0.85) !important;
}
.\!bg-violetish-400\/90{
  background-color: rgb(167 139 250 / 0.9) !important;
}
.\!bg-violetish-400\/95{
  background-color: rgb(167 139 250 / 0.95) !important;
}
.\!bg-violetish-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-450\/0{
  background-color: rgb(139 92 246 / 0) !important;
}
.\!bg-violetish-450\/10{
  background-color: rgb(139 92 246 / 0.1) !important;
}
.\!bg-violetish-450\/100{
  background-color: rgb(139 92 246 / 1) !important;
}
.\!bg-violetish-450\/15{
  background-color: rgb(139 92 246 / 0.15) !important;
}
.\!bg-violetish-450\/20{
  background-color: rgb(139 92 246 / 0.2) !important;
}
.\!bg-violetish-450\/25{
  background-color: rgb(139 92 246 / 0.25) !important;
}
.\!bg-violetish-450\/30{
  background-color: rgb(139 92 246 / 0.3) !important;
}
.\!bg-violetish-450\/35{
  background-color: rgb(139 92 246 / 0.35) !important;
}
.\!bg-violetish-450\/40{
  background-color: rgb(139 92 246 / 0.4) !important;
}
.\!bg-violetish-450\/45{
  background-color: rgb(139 92 246 / 0.45) !important;
}
.\!bg-violetish-450\/5{
  background-color: rgb(139 92 246 / 0.05) !important;
}
.\!bg-violetish-450\/50{
  background-color: rgb(139 92 246 / 0.5) !important;
}
.\!bg-violetish-450\/55{
  background-color: rgb(139 92 246 / 0.55) !important;
}
.\!bg-violetish-450\/60{
  background-color: rgb(139 92 246 / 0.6) !important;
}
.\!bg-violetish-450\/65{
  background-color: rgb(139 92 246 / 0.65) !important;
}
.\!bg-violetish-450\/70{
  background-color: rgb(139 92 246 / 0.7) !important;
}
.\!bg-violetish-450\/75{
  background-color: rgb(139 92 246 / 0.75) !important;
}
.\!bg-violetish-450\/80{
  background-color: rgb(139 92 246 / 0.8) !important;
}
.\!bg-violetish-450\/85{
  background-color: rgb(139 92 246 / 0.85) !important;
}
.\!bg-violetish-450\/90{
  background-color: rgb(139 92 246 / 0.9) !important;
}
.\!bg-violetish-450\/95{
  background-color: rgb(139 92 246 / 0.95) !important;
}
.\!bg-violetish-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-50\/0{
  background-color: rgb(251 250 255 / 0) !important;
}
.\!bg-violetish-50\/10{
  background-color: rgb(251 250 255 / 0.1) !important;
}
.\!bg-violetish-50\/100{
  background-color: rgb(251 250 255 / 1) !important;
}
.\!bg-violetish-50\/15{
  background-color: rgb(251 250 255 / 0.15) !important;
}
.\!bg-violetish-50\/20{
  background-color: rgb(251 250 255 / 0.2) !important;
}
.\!bg-violetish-50\/25{
  background-color: rgb(251 250 255 / 0.25) !important;
}
.\!bg-violetish-50\/30{
  background-color: rgb(251 250 255 / 0.3) !important;
}
.\!bg-violetish-50\/35{
  background-color: rgb(251 250 255 / 0.35) !important;
}
.\!bg-violetish-50\/40{
  background-color: rgb(251 250 255 / 0.4) !important;
}
.\!bg-violetish-50\/45{
  background-color: rgb(251 250 255 / 0.45) !important;
}
.\!bg-violetish-50\/5{
  background-color: rgb(251 250 255 / 0.05) !important;
}
.\!bg-violetish-50\/50{
  background-color: rgb(251 250 255 / 0.5) !important;
}
.\!bg-violetish-50\/55{
  background-color: rgb(251 250 255 / 0.55) !important;
}
.\!bg-violetish-50\/60{
  background-color: rgb(251 250 255 / 0.6) !important;
}
.\!bg-violetish-50\/65{
  background-color: rgb(251 250 255 / 0.65) !important;
}
.\!bg-violetish-50\/70{
  background-color: rgb(251 250 255 / 0.7) !important;
}
.\!bg-violetish-50\/75{
  background-color: rgb(251 250 255 / 0.75) !important;
}
.\!bg-violetish-50\/80{
  background-color: rgb(251 250 255 / 0.8) !important;
}
.\!bg-violetish-50\/85{
  background-color: rgb(251 250 255 / 0.85) !important;
}
.\!bg-violetish-50\/90{
  background-color: rgb(251 250 255 / 0.9) !important;
}
.\!bg-violetish-50\/95{
  background-color: rgb(251 250 255 / 0.95) !important;
}
.\!bg-violetish-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-500\/0{
  background-color: rgb(124 58 237 / 0) !important;
}
.\!bg-violetish-500\/10{
  background-color: rgb(124 58 237 / 0.1) !important;
}
.\!bg-violetish-500\/100{
  background-color: rgb(124 58 237 / 1) !important;
}
.\!bg-violetish-500\/15{
  background-color: rgb(124 58 237 / 0.15) !important;
}
.\!bg-violetish-500\/20{
  background-color: rgb(124 58 237 / 0.2) !important;
}
.\!bg-violetish-500\/25{
  background-color: rgb(124 58 237 / 0.25) !important;
}
.\!bg-violetish-500\/30{
  background-color: rgb(124 58 237 / 0.3) !important;
}
.\!bg-violetish-500\/35{
  background-color: rgb(124 58 237 / 0.35) !important;
}
.\!bg-violetish-500\/40{
  background-color: rgb(124 58 237 / 0.4) !important;
}
.\!bg-violetish-500\/45{
  background-color: rgb(124 58 237 / 0.45) !important;
}
.\!bg-violetish-500\/5{
  background-color: rgb(124 58 237 / 0.05) !important;
}
.\!bg-violetish-500\/50{
  background-color: rgb(124 58 237 / 0.5) !important;
}
.\!bg-violetish-500\/55{
  background-color: rgb(124 58 237 / 0.55) !important;
}
.\!bg-violetish-500\/60{
  background-color: rgb(124 58 237 / 0.6) !important;
}
.\!bg-violetish-500\/65{
  background-color: rgb(124 58 237 / 0.65) !important;
}
.\!bg-violetish-500\/70{
  background-color: rgb(124 58 237 / 0.7) !important;
}
.\!bg-violetish-500\/75{
  background-color: rgb(124 58 237 / 0.75) !important;
}
.\!bg-violetish-500\/80{
  background-color: rgb(124 58 237 / 0.8) !important;
}
.\!bg-violetish-500\/85{
  background-color: rgb(124 58 237 / 0.85) !important;
}
.\!bg-violetish-500\/90{
  background-color: rgb(124 58 237 / 0.9) !important;
}
.\!bg-violetish-500\/95{
  background-color: rgb(124 58 237 / 0.95) !important;
}
.\!bg-violetish-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-600\/0{
  background-color: rgb(109 40 217 / 0) !important;
}
.\!bg-violetish-600\/10{
  background-color: rgb(109 40 217 / 0.1) !important;
}
.\!bg-violetish-600\/100{
  background-color: rgb(109 40 217 / 1) !important;
}
.\!bg-violetish-600\/15{
  background-color: rgb(109 40 217 / 0.15) !important;
}
.\!bg-violetish-600\/20{
  background-color: rgb(109 40 217 / 0.2) !important;
}
.\!bg-violetish-600\/25{
  background-color: rgb(109 40 217 / 0.25) !important;
}
.\!bg-violetish-600\/30{
  background-color: rgb(109 40 217 / 0.3) !important;
}
.\!bg-violetish-600\/35{
  background-color: rgb(109 40 217 / 0.35) !important;
}
.\!bg-violetish-600\/40{
  background-color: rgb(109 40 217 / 0.4) !important;
}
.\!bg-violetish-600\/45{
  background-color: rgb(109 40 217 / 0.45) !important;
}
.\!bg-violetish-600\/5{
  background-color: rgb(109 40 217 / 0.05) !important;
}
.\!bg-violetish-600\/50{
  background-color: rgb(109 40 217 / 0.5) !important;
}
.\!bg-violetish-600\/55{
  background-color: rgb(109 40 217 / 0.55) !important;
}
.\!bg-violetish-600\/60{
  background-color: rgb(109 40 217 / 0.6) !important;
}
.\!bg-violetish-600\/65{
  background-color: rgb(109 40 217 / 0.65) !important;
}
.\!bg-violetish-600\/70{
  background-color: rgb(109 40 217 / 0.7) !important;
}
.\!bg-violetish-600\/75{
  background-color: rgb(109 40 217 / 0.75) !important;
}
.\!bg-violetish-600\/80{
  background-color: rgb(109 40 217 / 0.8) !important;
}
.\!bg-violetish-600\/85{
  background-color: rgb(109 40 217 / 0.85) !important;
}
.\!bg-violetish-600\/90{
  background-color: rgb(109 40 217 / 0.9) !important;
}
.\!bg-violetish-600\/95{
  background-color: rgb(109 40 217 / 0.95) !important;
}
.\!bg-violetish-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-650\/0{
  background-color: rgb(91 33 182 / 0) !important;
}
.\!bg-violetish-650\/10{
  background-color: rgb(91 33 182 / 0.1) !important;
}
.\!bg-violetish-650\/100{
  background-color: rgb(91 33 182 / 1) !important;
}
.\!bg-violetish-650\/15{
  background-color: rgb(91 33 182 / 0.15) !important;
}
.\!bg-violetish-650\/20{
  background-color: rgb(91 33 182 / 0.2) !important;
}
.\!bg-violetish-650\/25{
  background-color: rgb(91 33 182 / 0.25) !important;
}
.\!bg-violetish-650\/30{
  background-color: rgb(91 33 182 / 0.3) !important;
}
.\!bg-violetish-650\/35{
  background-color: rgb(91 33 182 / 0.35) !important;
}
.\!bg-violetish-650\/40{
  background-color: rgb(91 33 182 / 0.4) !important;
}
.\!bg-violetish-650\/45{
  background-color: rgb(91 33 182 / 0.45) !important;
}
.\!bg-violetish-650\/5{
  background-color: rgb(91 33 182 / 0.05) !important;
}
.\!bg-violetish-650\/50{
  background-color: rgb(91 33 182 / 0.5) !important;
}
.\!bg-violetish-650\/55{
  background-color: rgb(91 33 182 / 0.55) !important;
}
.\!bg-violetish-650\/60{
  background-color: rgb(91 33 182 / 0.6) !important;
}
.\!bg-violetish-650\/65{
  background-color: rgb(91 33 182 / 0.65) !important;
}
.\!bg-violetish-650\/70{
  background-color: rgb(91 33 182 / 0.7) !important;
}
.\!bg-violetish-650\/75{
  background-color: rgb(91 33 182 / 0.75) !important;
}
.\!bg-violetish-650\/80{
  background-color: rgb(91 33 182 / 0.8) !important;
}
.\!bg-violetish-650\/85{
  background-color: rgb(91 33 182 / 0.85) !important;
}
.\!bg-violetish-650\/90{
  background-color: rgb(91 33 182 / 0.9) !important;
}
.\!bg-violetish-650\/95{
  background-color: rgb(91 33 182 / 0.95) !important;
}
.\!bg-violetish-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-700\/0{
  background-color: rgb(76 29 149 / 0) !important;
}
.\!bg-violetish-700\/10{
  background-color: rgb(76 29 149 / 0.1) !important;
}
.\!bg-violetish-700\/100{
  background-color: rgb(76 29 149 / 1) !important;
}
.\!bg-violetish-700\/15{
  background-color: rgb(76 29 149 / 0.15) !important;
}
.\!bg-violetish-700\/20{
  background-color: rgb(76 29 149 / 0.2) !important;
}
.\!bg-violetish-700\/25{
  background-color: rgb(76 29 149 / 0.25) !important;
}
.\!bg-violetish-700\/30{
  background-color: rgb(76 29 149 / 0.3) !important;
}
.\!bg-violetish-700\/35{
  background-color: rgb(76 29 149 / 0.35) !important;
}
.\!bg-violetish-700\/40{
  background-color: rgb(76 29 149 / 0.4) !important;
}
.\!bg-violetish-700\/45{
  background-color: rgb(76 29 149 / 0.45) !important;
}
.\!bg-violetish-700\/5{
  background-color: rgb(76 29 149 / 0.05) !important;
}
.\!bg-violetish-700\/50{
  background-color: rgb(76 29 149 / 0.5) !important;
}
.\!bg-violetish-700\/55{
  background-color: rgb(76 29 149 / 0.55) !important;
}
.\!bg-violetish-700\/60{
  background-color: rgb(76 29 149 / 0.6) !important;
}
.\!bg-violetish-700\/65{
  background-color: rgb(76 29 149 / 0.65) !important;
}
.\!bg-violetish-700\/70{
  background-color: rgb(76 29 149 / 0.7) !important;
}
.\!bg-violetish-700\/75{
  background-color: rgb(76 29 149 / 0.75) !important;
}
.\!bg-violetish-700\/80{
  background-color: rgb(76 29 149 / 0.8) !important;
}
.\!bg-violetish-700\/85{
  background-color: rgb(76 29 149 / 0.85) !important;
}
.\!bg-violetish-700\/90{
  background-color: rgb(76 29 149 / 0.9) !important;
}
.\!bg-violetish-700\/95{
  background-color: rgb(76 29 149 / 0.95) !important;
}
.\!bg-violetish-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 20 133 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-750\/0{
  background-color: rgb(64 20 133 / 0) !important;
}
.\!bg-violetish-750\/10{
  background-color: rgb(64 20 133 / 0.1) !important;
}
.\!bg-violetish-750\/100{
  background-color: rgb(64 20 133 / 1) !important;
}
.\!bg-violetish-750\/15{
  background-color: rgb(64 20 133 / 0.15) !important;
}
.\!bg-violetish-750\/20{
  background-color: rgb(64 20 133 / 0.2) !important;
}
.\!bg-violetish-750\/25{
  background-color: rgb(64 20 133 / 0.25) !important;
}
.\!bg-violetish-750\/30{
  background-color: rgb(64 20 133 / 0.3) !important;
}
.\!bg-violetish-750\/35{
  background-color: rgb(64 20 133 / 0.35) !important;
}
.\!bg-violetish-750\/40{
  background-color: rgb(64 20 133 / 0.4) !important;
}
.\!bg-violetish-750\/45{
  background-color: rgb(64 20 133 / 0.45) !important;
}
.\!bg-violetish-750\/5{
  background-color: rgb(64 20 133 / 0.05) !important;
}
.\!bg-violetish-750\/50{
  background-color: rgb(64 20 133 / 0.5) !important;
}
.\!bg-violetish-750\/55{
  background-color: rgb(64 20 133 / 0.55) !important;
}
.\!bg-violetish-750\/60{
  background-color: rgb(64 20 133 / 0.6) !important;
}
.\!bg-violetish-750\/65{
  background-color: rgb(64 20 133 / 0.65) !important;
}
.\!bg-violetish-750\/70{
  background-color: rgb(64 20 133 / 0.7) !important;
}
.\!bg-violetish-750\/75{
  background-color: rgb(64 20 133 / 0.75) !important;
}
.\!bg-violetish-750\/80{
  background-color: rgb(64 20 133 / 0.8) !important;
}
.\!bg-violetish-750\/85{
  background-color: rgb(64 20 133 / 0.85) !important;
}
.\!bg-violetish-750\/90{
  background-color: rgb(64 20 133 / 0.9) !important;
}
.\!bg-violetish-750\/95{
  background-color: rgb(64 20 133 / 0.95) !important;
}
.\!bg-violetish-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 11 115 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-800\/0{
  background-color: rgb(52 11 115 / 0) !important;
}
.\!bg-violetish-800\/10{
  background-color: rgb(52 11 115 / 0.1) !important;
}
.\!bg-violetish-800\/100{
  background-color: rgb(52 11 115 / 1) !important;
}
.\!bg-violetish-800\/15{
  background-color: rgb(52 11 115 / 0.15) !important;
}
.\!bg-violetish-800\/20{
  background-color: rgb(52 11 115 / 0.2) !important;
}
.\!bg-violetish-800\/25{
  background-color: rgb(52 11 115 / 0.25) !important;
}
.\!bg-violetish-800\/30{
  background-color: rgb(52 11 115 / 0.3) !important;
}
.\!bg-violetish-800\/35{
  background-color: rgb(52 11 115 / 0.35) !important;
}
.\!bg-violetish-800\/40{
  background-color: rgb(52 11 115 / 0.4) !important;
}
.\!bg-violetish-800\/45{
  background-color: rgb(52 11 115 / 0.45) !important;
}
.\!bg-violetish-800\/5{
  background-color: rgb(52 11 115 / 0.05) !important;
}
.\!bg-violetish-800\/50{
  background-color: rgb(52 11 115 / 0.5) !important;
}
.\!bg-violetish-800\/55{
  background-color: rgb(52 11 115 / 0.55) !important;
}
.\!bg-violetish-800\/60{
  background-color: rgb(52 11 115 / 0.6) !important;
}
.\!bg-violetish-800\/65{
  background-color: rgb(52 11 115 / 0.65) !important;
}
.\!bg-violetish-800\/70{
  background-color: rgb(52 11 115 / 0.7) !important;
}
.\!bg-violetish-800\/75{
  background-color: rgb(52 11 115 / 0.75) !important;
}
.\!bg-violetish-800\/80{
  background-color: rgb(52 11 115 / 0.8) !important;
}
.\!bg-violetish-800\/85{
  background-color: rgb(52 11 115 / 0.85) !important;
}
.\!bg-violetish-800\/90{
  background-color: rgb(52 11 115 / 0.9) !important;
}
.\!bg-violetish-800\/95{
  background-color: rgb(52 11 115 / 0.95) !important;
}
.\!bg-violetish-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 4 89 / var(--tw-bg-opacity)) !important;
}
.\!bg-violetish-900\/0{
  background-color: rgb(38 4 89 / 0) !important;
}
.\!bg-violetish-900\/10{
  background-color: rgb(38 4 89 / 0.1) !important;
}
.\!bg-violetish-900\/100{
  background-color: rgb(38 4 89 / 1) !important;
}
.\!bg-violetish-900\/15{
  background-color: rgb(38 4 89 / 0.15) !important;
}
.\!bg-violetish-900\/20{
  background-color: rgb(38 4 89 / 0.2) !important;
}
.\!bg-violetish-900\/25{
  background-color: rgb(38 4 89 / 0.25) !important;
}
.\!bg-violetish-900\/30{
  background-color: rgb(38 4 89 / 0.3) !important;
}
.\!bg-violetish-900\/35{
  background-color: rgb(38 4 89 / 0.35) !important;
}
.\!bg-violetish-900\/40{
  background-color: rgb(38 4 89 / 0.4) !important;
}
.\!bg-violetish-900\/45{
  background-color: rgb(38 4 89 / 0.45) !important;
}
.\!bg-violetish-900\/5{
  background-color: rgb(38 4 89 / 0.05) !important;
}
.\!bg-violetish-900\/50{
  background-color: rgb(38 4 89 / 0.5) !important;
}
.\!bg-violetish-900\/55{
  background-color: rgb(38 4 89 / 0.55) !important;
}
.\!bg-violetish-900\/60{
  background-color: rgb(38 4 89 / 0.6) !important;
}
.\!bg-violetish-900\/65{
  background-color: rgb(38 4 89 / 0.65) !important;
}
.\!bg-violetish-900\/70{
  background-color: rgb(38 4 89 / 0.7) !important;
}
.\!bg-violetish-900\/75{
  background-color: rgb(38 4 89 / 0.75) !important;
}
.\!bg-violetish-900\/80{
  background-color: rgb(38 4 89 / 0.8) !important;
}
.\!bg-violetish-900\/85{
  background-color: rgb(38 4 89 / 0.85) !important;
}
.\!bg-violetish-900\/90{
  background-color: rgb(38 4 89 / 0.9) !important;
}
.\!bg-violetish-900\/95{
  background-color: rgb(38 4 89 / 0.95) !important;
}
.\!bg-warning-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 248 244 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-100\/0{
  background-color: rgb(254 248 244 / 0) !important;
}
.\!bg-warning-100\/10{
  background-color: rgb(254 248 244 / 0.1) !important;
}
.\!bg-warning-100\/100{
  background-color: rgb(254 248 244 / 1) !important;
}
.\!bg-warning-100\/15{
  background-color: rgb(254 248 244 / 0.15) !important;
}
.\!bg-warning-100\/20{
  background-color: rgb(254 248 244 / 0.2) !important;
}
.\!bg-warning-100\/25{
  background-color: rgb(254 248 244 / 0.25) !important;
}
.\!bg-warning-100\/30{
  background-color: rgb(254 248 244 / 0.3) !important;
}
.\!bg-warning-100\/35{
  background-color: rgb(254 248 244 / 0.35) !important;
}
.\!bg-warning-100\/40{
  background-color: rgb(254 248 244 / 0.4) !important;
}
.\!bg-warning-100\/45{
  background-color: rgb(254 248 244 / 0.45) !important;
}
.\!bg-warning-100\/5{
  background-color: rgb(254 248 244 / 0.05) !important;
}
.\!bg-warning-100\/50{
  background-color: rgb(254 248 244 / 0.5) !important;
}
.\!bg-warning-100\/55{
  background-color: rgb(254 248 244 / 0.55) !important;
}
.\!bg-warning-100\/60{
  background-color: rgb(254 248 244 / 0.6) !important;
}
.\!bg-warning-100\/65{
  background-color: rgb(254 248 244 / 0.65) !important;
}
.\!bg-warning-100\/70{
  background-color: rgb(254 248 244 / 0.7) !important;
}
.\!bg-warning-100\/75{
  background-color: rgb(254 248 244 / 0.75) !important;
}
.\!bg-warning-100\/80{
  background-color: rgb(254 248 244 / 0.8) !important;
}
.\!bg-warning-100\/85{
  background-color: rgb(254 248 244 / 0.85) !important;
}
.\!bg-warning-100\/90{
  background-color: rgb(254 248 244 / 0.9) !important;
}
.\!bg-warning-100\/95{
  background-color: rgb(254 248 244 / 0.95) !important;
}
.\!bg-warning-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 239 223 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-200\/0{
  background-color: rgb(252 239 223 / 0) !important;
}
.\!bg-warning-200\/10{
  background-color: rgb(252 239 223 / 0.1) !important;
}
.\!bg-warning-200\/100{
  background-color: rgb(252 239 223 / 1) !important;
}
.\!bg-warning-200\/15{
  background-color: rgb(252 239 223 / 0.15) !important;
}
.\!bg-warning-200\/20{
  background-color: rgb(252 239 223 / 0.2) !important;
}
.\!bg-warning-200\/25{
  background-color: rgb(252 239 223 / 0.25) !important;
}
.\!bg-warning-200\/30{
  background-color: rgb(252 239 223 / 0.3) !important;
}
.\!bg-warning-200\/35{
  background-color: rgb(252 239 223 / 0.35) !important;
}
.\!bg-warning-200\/40{
  background-color: rgb(252 239 223 / 0.4) !important;
}
.\!bg-warning-200\/45{
  background-color: rgb(252 239 223 / 0.45) !important;
}
.\!bg-warning-200\/5{
  background-color: rgb(252 239 223 / 0.05) !important;
}
.\!bg-warning-200\/50{
  background-color: rgb(252 239 223 / 0.5) !important;
}
.\!bg-warning-200\/55{
  background-color: rgb(252 239 223 / 0.55) !important;
}
.\!bg-warning-200\/60{
  background-color: rgb(252 239 223 / 0.6) !important;
}
.\!bg-warning-200\/65{
  background-color: rgb(252 239 223 / 0.65) !important;
}
.\!bg-warning-200\/70{
  background-color: rgb(252 239 223 / 0.7) !important;
}
.\!bg-warning-200\/75{
  background-color: rgb(252 239 223 / 0.75) !important;
}
.\!bg-warning-200\/80{
  background-color: rgb(252 239 223 / 0.8) !important;
}
.\!bg-warning-200\/85{
  background-color: rgb(252 239 223 / 0.85) !important;
}
.\!bg-warning-200\/90{
  background-color: rgb(252 239 223 / 0.9) !important;
}
.\!bg-warning-200\/95{
  background-color: rgb(252 239 223 / 0.95) !important;
}
.\!bg-warning-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 222 185 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-300\/0{
  background-color: rgb(249 222 185 / 0) !important;
}
.\!bg-warning-300\/10{
  background-color: rgb(249 222 185 / 0.1) !important;
}
.\!bg-warning-300\/100{
  background-color: rgb(249 222 185 / 1) !important;
}
.\!bg-warning-300\/15{
  background-color: rgb(249 222 185 / 0.15) !important;
}
.\!bg-warning-300\/20{
  background-color: rgb(249 222 185 / 0.2) !important;
}
.\!bg-warning-300\/25{
  background-color: rgb(249 222 185 / 0.25) !important;
}
.\!bg-warning-300\/30{
  background-color: rgb(249 222 185 / 0.3) !important;
}
.\!bg-warning-300\/35{
  background-color: rgb(249 222 185 / 0.35) !important;
}
.\!bg-warning-300\/40{
  background-color: rgb(249 222 185 / 0.4) !important;
}
.\!bg-warning-300\/45{
  background-color: rgb(249 222 185 / 0.45) !important;
}
.\!bg-warning-300\/5{
  background-color: rgb(249 222 185 / 0.05) !important;
}
.\!bg-warning-300\/50{
  background-color: rgb(249 222 185 / 0.5) !important;
}
.\!bg-warning-300\/55{
  background-color: rgb(249 222 185 / 0.55) !important;
}
.\!bg-warning-300\/60{
  background-color: rgb(249 222 185 / 0.6) !important;
}
.\!bg-warning-300\/65{
  background-color: rgb(249 222 185 / 0.65) !important;
}
.\!bg-warning-300\/70{
  background-color: rgb(249 222 185 / 0.7) !important;
}
.\!bg-warning-300\/75{
  background-color: rgb(249 222 185 / 0.75) !important;
}
.\!bg-warning-300\/80{
  background-color: rgb(249 222 185 / 0.8) !important;
}
.\!bg-warning-300\/85{
  background-color: rgb(249 222 185 / 0.85) !important;
}
.\!bg-warning-300\/90{
  background-color: rgb(249 222 185 / 0.9) !important;
}
.\!bg-warning-300\/95{
  background-color: rgb(249 222 185 / 0.95) !important;
}
.\!bg-warning-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 188 101 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-350\/0{
  background-color: rgb(244 188 101 / 0) !important;
}
.\!bg-warning-350\/10{
  background-color: rgb(244 188 101 / 0.1) !important;
}
.\!bg-warning-350\/100{
  background-color: rgb(244 188 101 / 1) !important;
}
.\!bg-warning-350\/15{
  background-color: rgb(244 188 101 / 0.15) !important;
}
.\!bg-warning-350\/20{
  background-color: rgb(244 188 101 / 0.2) !important;
}
.\!bg-warning-350\/25{
  background-color: rgb(244 188 101 / 0.25) !important;
}
.\!bg-warning-350\/30{
  background-color: rgb(244 188 101 / 0.3) !important;
}
.\!bg-warning-350\/35{
  background-color: rgb(244 188 101 / 0.35) !important;
}
.\!bg-warning-350\/40{
  background-color: rgb(244 188 101 / 0.4) !important;
}
.\!bg-warning-350\/45{
  background-color: rgb(244 188 101 / 0.45) !important;
}
.\!bg-warning-350\/5{
  background-color: rgb(244 188 101 / 0.05) !important;
}
.\!bg-warning-350\/50{
  background-color: rgb(244 188 101 / 0.5) !important;
}
.\!bg-warning-350\/55{
  background-color: rgb(244 188 101 / 0.55) !important;
}
.\!bg-warning-350\/60{
  background-color: rgb(244 188 101 / 0.6) !important;
}
.\!bg-warning-350\/65{
  background-color: rgb(244 188 101 / 0.65) !important;
}
.\!bg-warning-350\/70{
  background-color: rgb(244 188 101 / 0.7) !important;
}
.\!bg-warning-350\/75{
  background-color: rgb(244 188 101 / 0.75) !important;
}
.\!bg-warning-350\/80{
  background-color: rgb(244 188 101 / 0.8) !important;
}
.\!bg-warning-350\/85{
  background-color: rgb(244 188 101 / 0.85) !important;
}
.\!bg-warning-350\/90{
  background-color: rgb(244 188 101 / 0.9) !important;
}
.\!bg-warning-350\/95{
  background-color: rgb(244 188 101 / 0.95) !important;
}
.\!bg-warning-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 158 55 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-400\/0{
  background-color: rgb(222 158 55 / 0) !important;
}
.\!bg-warning-400\/10{
  background-color: rgb(222 158 55 / 0.1) !important;
}
.\!bg-warning-400\/100{
  background-color: rgb(222 158 55 / 1) !important;
}
.\!bg-warning-400\/15{
  background-color: rgb(222 158 55 / 0.15) !important;
}
.\!bg-warning-400\/20{
  background-color: rgb(222 158 55 / 0.2) !important;
}
.\!bg-warning-400\/25{
  background-color: rgb(222 158 55 / 0.25) !important;
}
.\!bg-warning-400\/30{
  background-color: rgb(222 158 55 / 0.3) !important;
}
.\!bg-warning-400\/35{
  background-color: rgb(222 158 55 / 0.35) !important;
}
.\!bg-warning-400\/40{
  background-color: rgb(222 158 55 / 0.4) !important;
}
.\!bg-warning-400\/45{
  background-color: rgb(222 158 55 / 0.45) !important;
}
.\!bg-warning-400\/5{
  background-color: rgb(222 158 55 / 0.05) !important;
}
.\!bg-warning-400\/50{
  background-color: rgb(222 158 55 / 0.5) !important;
}
.\!bg-warning-400\/55{
  background-color: rgb(222 158 55 / 0.55) !important;
}
.\!bg-warning-400\/60{
  background-color: rgb(222 158 55 / 0.6) !important;
}
.\!bg-warning-400\/65{
  background-color: rgb(222 158 55 / 0.65) !important;
}
.\!bg-warning-400\/70{
  background-color: rgb(222 158 55 / 0.7) !important;
}
.\!bg-warning-400\/75{
  background-color: rgb(222 158 55 / 0.75) !important;
}
.\!bg-warning-400\/80{
  background-color: rgb(222 158 55 / 0.8) !important;
}
.\!bg-warning-400\/85{
  background-color: rgb(222 158 55 / 0.85) !important;
}
.\!bg-warning-400\/90{
  background-color: rgb(222 158 55 / 0.9) !important;
}
.\!bg-warning-400\/95{
  background-color: rgb(222 158 55 / 0.95) !important;
}
.\!bg-warning-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 134 45 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-450\/0{
  background-color: rgb(188 134 45 / 0) !important;
}
.\!bg-warning-450\/10{
  background-color: rgb(188 134 45 / 0.1) !important;
}
.\!bg-warning-450\/100{
  background-color: rgb(188 134 45 / 1) !important;
}
.\!bg-warning-450\/15{
  background-color: rgb(188 134 45 / 0.15) !important;
}
.\!bg-warning-450\/20{
  background-color: rgb(188 134 45 / 0.2) !important;
}
.\!bg-warning-450\/25{
  background-color: rgb(188 134 45 / 0.25) !important;
}
.\!bg-warning-450\/30{
  background-color: rgb(188 134 45 / 0.3) !important;
}
.\!bg-warning-450\/35{
  background-color: rgb(188 134 45 / 0.35) !important;
}
.\!bg-warning-450\/40{
  background-color: rgb(188 134 45 / 0.4) !important;
}
.\!bg-warning-450\/45{
  background-color: rgb(188 134 45 / 0.45) !important;
}
.\!bg-warning-450\/5{
  background-color: rgb(188 134 45 / 0.05) !important;
}
.\!bg-warning-450\/50{
  background-color: rgb(188 134 45 / 0.5) !important;
}
.\!bg-warning-450\/55{
  background-color: rgb(188 134 45 / 0.55) !important;
}
.\!bg-warning-450\/60{
  background-color: rgb(188 134 45 / 0.6) !important;
}
.\!bg-warning-450\/65{
  background-color: rgb(188 134 45 / 0.65) !important;
}
.\!bg-warning-450\/70{
  background-color: rgb(188 134 45 / 0.7) !important;
}
.\!bg-warning-450\/75{
  background-color: rgb(188 134 45 / 0.75) !important;
}
.\!bg-warning-450\/80{
  background-color: rgb(188 134 45 / 0.8) !important;
}
.\!bg-warning-450\/85{
  background-color: rgb(188 134 45 / 0.85) !important;
}
.\!bg-warning-450\/90{
  background-color: rgb(188 134 45 / 0.9) !important;
}
.\!bg-warning-450\/95{
  background-color: rgb(188 134 45 / 0.95) !important;
}
.\!bg-warning-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 251 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-50\/0{
  background-color: rgb(254 251 255 / 0) !important;
}
.\!bg-warning-50\/10{
  background-color: rgb(254 251 255 / 0.1) !important;
}
.\!bg-warning-50\/100{
  background-color: rgb(254 251 255 / 1) !important;
}
.\!bg-warning-50\/15{
  background-color: rgb(254 251 255 / 0.15) !important;
}
.\!bg-warning-50\/20{
  background-color: rgb(254 251 255 / 0.2) !important;
}
.\!bg-warning-50\/25{
  background-color: rgb(254 251 255 / 0.25) !important;
}
.\!bg-warning-50\/30{
  background-color: rgb(254 251 255 / 0.3) !important;
}
.\!bg-warning-50\/35{
  background-color: rgb(254 251 255 / 0.35) !important;
}
.\!bg-warning-50\/40{
  background-color: rgb(254 251 255 / 0.4) !important;
}
.\!bg-warning-50\/45{
  background-color: rgb(254 251 255 / 0.45) !important;
}
.\!bg-warning-50\/5{
  background-color: rgb(254 251 255 / 0.05) !important;
}
.\!bg-warning-50\/50{
  background-color: rgb(254 251 255 / 0.5) !important;
}
.\!bg-warning-50\/55{
  background-color: rgb(254 251 255 / 0.55) !important;
}
.\!bg-warning-50\/60{
  background-color: rgb(254 251 255 / 0.6) !important;
}
.\!bg-warning-50\/65{
  background-color: rgb(254 251 255 / 0.65) !important;
}
.\!bg-warning-50\/70{
  background-color: rgb(254 251 255 / 0.7) !important;
}
.\!bg-warning-50\/75{
  background-color: rgb(254 251 255 / 0.75) !important;
}
.\!bg-warning-50\/80{
  background-color: rgb(254 251 255 / 0.8) !important;
}
.\!bg-warning-50\/85{
  background-color: rgb(254 251 255 / 0.85) !important;
}
.\!bg-warning-50\/90{
  background-color: rgb(254 251 255 / 0.9) !important;
}
.\!bg-warning-50\/95{
  background-color: rgb(254 251 255 / 0.95) !important;
}
.\!bg-warning-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 110 34 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-500\/0{
  background-color: rgb(156 110 34 / 0) !important;
}
.\!bg-warning-500\/10{
  background-color: rgb(156 110 34 / 0.1) !important;
}
.\!bg-warning-500\/100{
  background-color: rgb(156 110 34 / 1) !important;
}
.\!bg-warning-500\/15{
  background-color: rgb(156 110 34 / 0.15) !important;
}
.\!bg-warning-500\/20{
  background-color: rgb(156 110 34 / 0.2) !important;
}
.\!bg-warning-500\/25{
  background-color: rgb(156 110 34 / 0.25) !important;
}
.\!bg-warning-500\/30{
  background-color: rgb(156 110 34 / 0.3) !important;
}
.\!bg-warning-500\/35{
  background-color: rgb(156 110 34 / 0.35) !important;
}
.\!bg-warning-500\/40{
  background-color: rgb(156 110 34 / 0.4) !important;
}
.\!bg-warning-500\/45{
  background-color: rgb(156 110 34 / 0.45) !important;
}
.\!bg-warning-500\/5{
  background-color: rgb(156 110 34 / 0.05) !important;
}
.\!bg-warning-500\/50{
  background-color: rgb(156 110 34 / 0.5) !important;
}
.\!bg-warning-500\/55{
  background-color: rgb(156 110 34 / 0.55) !important;
}
.\!bg-warning-500\/60{
  background-color: rgb(156 110 34 / 0.6) !important;
}
.\!bg-warning-500\/65{
  background-color: rgb(156 110 34 / 0.65) !important;
}
.\!bg-warning-500\/70{
  background-color: rgb(156 110 34 / 0.7) !important;
}
.\!bg-warning-500\/75{
  background-color: rgb(156 110 34 / 0.75) !important;
}
.\!bg-warning-500\/80{
  background-color: rgb(156 110 34 / 0.8) !important;
}
.\!bg-warning-500\/85{
  background-color: rgb(156 110 34 / 0.85) !important;
}
.\!bg-warning-500\/90{
  background-color: rgb(156 110 34 / 0.9) !important;
}
.\!bg-warning-500\/95{
  background-color: rgb(156 110 34 / 0.95) !important;
}
.\!bg-warning-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 87 27 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-600\/0{
  background-color: rgb(124 87 27 / 0) !important;
}
.\!bg-warning-600\/10{
  background-color: rgb(124 87 27 / 0.1) !important;
}
.\!bg-warning-600\/100{
  background-color: rgb(124 87 27 / 1) !important;
}
.\!bg-warning-600\/15{
  background-color: rgb(124 87 27 / 0.15) !important;
}
.\!bg-warning-600\/20{
  background-color: rgb(124 87 27 / 0.2) !important;
}
.\!bg-warning-600\/25{
  background-color: rgb(124 87 27 / 0.25) !important;
}
.\!bg-warning-600\/30{
  background-color: rgb(124 87 27 / 0.3) !important;
}
.\!bg-warning-600\/35{
  background-color: rgb(124 87 27 / 0.35) !important;
}
.\!bg-warning-600\/40{
  background-color: rgb(124 87 27 / 0.4) !important;
}
.\!bg-warning-600\/45{
  background-color: rgb(124 87 27 / 0.45) !important;
}
.\!bg-warning-600\/5{
  background-color: rgb(124 87 27 / 0.05) !important;
}
.\!bg-warning-600\/50{
  background-color: rgb(124 87 27 / 0.5) !important;
}
.\!bg-warning-600\/55{
  background-color: rgb(124 87 27 / 0.55) !important;
}
.\!bg-warning-600\/60{
  background-color: rgb(124 87 27 / 0.6) !important;
}
.\!bg-warning-600\/65{
  background-color: rgb(124 87 27 / 0.65) !important;
}
.\!bg-warning-600\/70{
  background-color: rgb(124 87 27 / 0.7) !important;
}
.\!bg-warning-600\/75{
  background-color: rgb(124 87 27 / 0.75) !important;
}
.\!bg-warning-600\/80{
  background-color: rgb(124 87 27 / 0.8) !important;
}
.\!bg-warning-600\/85{
  background-color: rgb(124 87 27 / 0.85) !important;
}
.\!bg-warning-600\/90{
  background-color: rgb(124 87 27 / 0.9) !important;
}
.\!bg-warning-600\/95{
  background-color: rgb(124 87 27 / 0.95) !important;
}
.\!bg-warning-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 76 22 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-650\/0{
  background-color: rgb(109 76 22 / 0) !important;
}
.\!bg-warning-650\/10{
  background-color: rgb(109 76 22 / 0.1) !important;
}
.\!bg-warning-650\/100{
  background-color: rgb(109 76 22 / 1) !important;
}
.\!bg-warning-650\/15{
  background-color: rgb(109 76 22 / 0.15) !important;
}
.\!bg-warning-650\/20{
  background-color: rgb(109 76 22 / 0.2) !important;
}
.\!bg-warning-650\/25{
  background-color: rgb(109 76 22 / 0.25) !important;
}
.\!bg-warning-650\/30{
  background-color: rgb(109 76 22 / 0.3) !important;
}
.\!bg-warning-650\/35{
  background-color: rgb(109 76 22 / 0.35) !important;
}
.\!bg-warning-650\/40{
  background-color: rgb(109 76 22 / 0.4) !important;
}
.\!bg-warning-650\/45{
  background-color: rgb(109 76 22 / 0.45) !important;
}
.\!bg-warning-650\/5{
  background-color: rgb(109 76 22 / 0.05) !important;
}
.\!bg-warning-650\/50{
  background-color: rgb(109 76 22 / 0.5) !important;
}
.\!bg-warning-650\/55{
  background-color: rgb(109 76 22 / 0.55) !important;
}
.\!bg-warning-650\/60{
  background-color: rgb(109 76 22 / 0.6) !important;
}
.\!bg-warning-650\/65{
  background-color: rgb(109 76 22 / 0.65) !important;
}
.\!bg-warning-650\/70{
  background-color: rgb(109 76 22 / 0.7) !important;
}
.\!bg-warning-650\/75{
  background-color: rgb(109 76 22 / 0.75) !important;
}
.\!bg-warning-650\/80{
  background-color: rgb(109 76 22 / 0.8) !important;
}
.\!bg-warning-650\/85{
  background-color: rgb(109 76 22 / 0.85) !important;
}
.\!bg-warning-650\/90{
  background-color: rgb(109 76 22 / 0.9) !important;
}
.\!bg-warning-650\/95{
  background-color: rgb(109 76 22 / 0.95) !important;
}
.\!bg-warning-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 65 17 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-700\/0{
  background-color: rgb(94 65 17 / 0) !important;
}
.\!bg-warning-700\/10{
  background-color: rgb(94 65 17 / 0.1) !important;
}
.\!bg-warning-700\/100{
  background-color: rgb(94 65 17 / 1) !important;
}
.\!bg-warning-700\/15{
  background-color: rgb(94 65 17 / 0.15) !important;
}
.\!bg-warning-700\/20{
  background-color: rgb(94 65 17 / 0.2) !important;
}
.\!bg-warning-700\/25{
  background-color: rgb(94 65 17 / 0.25) !important;
}
.\!bg-warning-700\/30{
  background-color: rgb(94 65 17 / 0.3) !important;
}
.\!bg-warning-700\/35{
  background-color: rgb(94 65 17 / 0.35) !important;
}
.\!bg-warning-700\/40{
  background-color: rgb(94 65 17 / 0.4) !important;
}
.\!bg-warning-700\/45{
  background-color: rgb(94 65 17 / 0.45) !important;
}
.\!bg-warning-700\/5{
  background-color: rgb(94 65 17 / 0.05) !important;
}
.\!bg-warning-700\/50{
  background-color: rgb(94 65 17 / 0.5) !important;
}
.\!bg-warning-700\/55{
  background-color: rgb(94 65 17 / 0.55) !important;
}
.\!bg-warning-700\/60{
  background-color: rgb(94 65 17 / 0.6) !important;
}
.\!bg-warning-700\/65{
  background-color: rgb(94 65 17 / 0.65) !important;
}
.\!bg-warning-700\/70{
  background-color: rgb(94 65 17 / 0.7) !important;
}
.\!bg-warning-700\/75{
  background-color: rgb(94 65 17 / 0.75) !important;
}
.\!bg-warning-700\/80{
  background-color: rgb(94 65 17 / 0.8) !important;
}
.\!bg-warning-700\/85{
  background-color: rgb(94 65 17 / 0.85) !important;
}
.\!bg-warning-700\/90{
  background-color: rgb(94 65 17 / 0.9) !important;
}
.\!bg-warning-700\/95{
  background-color: rgb(94 65 17 / 0.95) !important;
}
.\!bg-warning-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 54 12 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-750\/0{
  background-color: rgb(80 54 12 / 0) !important;
}
.\!bg-warning-750\/10{
  background-color: rgb(80 54 12 / 0.1) !important;
}
.\!bg-warning-750\/100{
  background-color: rgb(80 54 12 / 1) !important;
}
.\!bg-warning-750\/15{
  background-color: rgb(80 54 12 / 0.15) !important;
}
.\!bg-warning-750\/20{
  background-color: rgb(80 54 12 / 0.2) !important;
}
.\!bg-warning-750\/25{
  background-color: rgb(80 54 12 / 0.25) !important;
}
.\!bg-warning-750\/30{
  background-color: rgb(80 54 12 / 0.3) !important;
}
.\!bg-warning-750\/35{
  background-color: rgb(80 54 12 / 0.35) !important;
}
.\!bg-warning-750\/40{
  background-color: rgb(80 54 12 / 0.4) !important;
}
.\!bg-warning-750\/45{
  background-color: rgb(80 54 12 / 0.45) !important;
}
.\!bg-warning-750\/5{
  background-color: rgb(80 54 12 / 0.05) !important;
}
.\!bg-warning-750\/50{
  background-color: rgb(80 54 12 / 0.5) !important;
}
.\!bg-warning-750\/55{
  background-color: rgb(80 54 12 / 0.55) !important;
}
.\!bg-warning-750\/60{
  background-color: rgb(80 54 12 / 0.6) !important;
}
.\!bg-warning-750\/65{
  background-color: rgb(80 54 12 / 0.65) !important;
}
.\!bg-warning-750\/70{
  background-color: rgb(80 54 12 / 0.7) !important;
}
.\!bg-warning-750\/75{
  background-color: rgb(80 54 12 / 0.75) !important;
}
.\!bg-warning-750\/80{
  background-color: rgb(80 54 12 / 0.8) !important;
}
.\!bg-warning-750\/85{
  background-color: rgb(80 54 12 / 0.85) !important;
}
.\!bg-warning-750\/90{
  background-color: rgb(80 54 12 / 0.9) !important;
}
.\!bg-warning-750\/95{
  background-color: rgb(80 54 12 / 0.95) !important;
}
.\!bg-warning-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 44 9 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-800\/0{
  background-color: rgb(65 44 9 / 0) !important;
}
.\!bg-warning-800\/10{
  background-color: rgb(65 44 9 / 0.1) !important;
}
.\!bg-warning-800\/100{
  background-color: rgb(65 44 9 / 1) !important;
}
.\!bg-warning-800\/15{
  background-color: rgb(65 44 9 / 0.15) !important;
}
.\!bg-warning-800\/20{
  background-color: rgb(65 44 9 / 0.2) !important;
}
.\!bg-warning-800\/25{
  background-color: rgb(65 44 9 / 0.25) !important;
}
.\!bg-warning-800\/30{
  background-color: rgb(65 44 9 / 0.3) !important;
}
.\!bg-warning-800\/35{
  background-color: rgb(65 44 9 / 0.35) !important;
}
.\!bg-warning-800\/40{
  background-color: rgb(65 44 9 / 0.4) !important;
}
.\!bg-warning-800\/45{
  background-color: rgb(65 44 9 / 0.45) !important;
}
.\!bg-warning-800\/5{
  background-color: rgb(65 44 9 / 0.05) !important;
}
.\!bg-warning-800\/50{
  background-color: rgb(65 44 9 / 0.5) !important;
}
.\!bg-warning-800\/55{
  background-color: rgb(65 44 9 / 0.55) !important;
}
.\!bg-warning-800\/60{
  background-color: rgb(65 44 9 / 0.6) !important;
}
.\!bg-warning-800\/65{
  background-color: rgb(65 44 9 / 0.65) !important;
}
.\!bg-warning-800\/70{
  background-color: rgb(65 44 9 / 0.7) !important;
}
.\!bg-warning-800\/75{
  background-color: rgb(65 44 9 / 0.75) !important;
}
.\!bg-warning-800\/80{
  background-color: rgb(65 44 9 / 0.8) !important;
}
.\!bg-warning-800\/85{
  background-color: rgb(65 44 9 / 0.85) !important;
}
.\!bg-warning-800\/90{
  background-color: rgb(65 44 9 / 0.9) !important;
}
.\!bg-warning-800\/95{
  background-color: rgb(65 44 9 / 0.95) !important;
}
.\!bg-warning-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 25 3 / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-900\/0{
  background-color: rgb(39 25 3 / 0) !important;
}
.\!bg-warning-900\/10{
  background-color: rgb(39 25 3 / 0.1) !important;
}
.\!bg-warning-900\/100{
  background-color: rgb(39 25 3 / 1) !important;
}
.\!bg-warning-900\/15{
  background-color: rgb(39 25 3 / 0.15) !important;
}
.\!bg-warning-900\/20{
  background-color: rgb(39 25 3 / 0.2) !important;
}
.\!bg-warning-900\/25{
  background-color: rgb(39 25 3 / 0.25) !important;
}
.\!bg-warning-900\/30{
  background-color: rgb(39 25 3 / 0.3) !important;
}
.\!bg-warning-900\/35{
  background-color: rgb(39 25 3 / 0.35) !important;
}
.\!bg-warning-900\/40{
  background-color: rgb(39 25 3 / 0.4) !important;
}
.\!bg-warning-900\/45{
  background-color: rgb(39 25 3 / 0.45) !important;
}
.\!bg-warning-900\/5{
  background-color: rgb(39 25 3 / 0.05) !important;
}
.\!bg-warning-900\/50{
  background-color: rgb(39 25 3 / 0.5) !important;
}
.\!bg-warning-900\/55{
  background-color: rgb(39 25 3 / 0.55) !important;
}
.\!bg-warning-900\/60{
  background-color: rgb(39 25 3 / 0.6) !important;
}
.\!bg-warning-900\/65{
  background-color: rgb(39 25 3 / 0.65) !important;
}
.\!bg-warning-900\/70{
  background-color: rgb(39 25 3 / 0.7) !important;
}
.\!bg-warning-900\/75{
  background-color: rgb(39 25 3 / 0.75) !important;
}
.\!bg-warning-900\/80{
  background-color: rgb(39 25 3 / 0.8) !important;
}
.\!bg-warning-900\/85{
  background-color: rgb(39 25 3 / 0.85) !important;
}
.\!bg-warning-900\/90{
  background-color: rgb(39 25 3 / 0.9) !important;
}
.\!bg-warning-900\/95{
  background-color: rgb(39 25 3 / 0.95) !important;
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-white\/0{
  background-color: rgb(255 255 255 / 0) !important;
}
.\!bg-white\/10{
  background-color: rgb(255 255 255 / 0.1) !important;
}
.\!bg-white\/100{
  background-color: rgb(255 255 255 / 1) !important;
}
.\!bg-white\/15{
  background-color: rgb(255 255 255 / 0.15) !important;
}
.\!bg-white\/20{
  background-color: rgb(255 255 255 / 0.2) !important;
}
.\!bg-white\/25{
  background-color: rgb(255 255 255 / 0.25) !important;
}
.\!bg-white\/30{
  background-color: rgb(255 255 255 / 0.3) !important;
}
.\!bg-white\/35{
  background-color: rgb(255 255 255 / 0.35) !important;
}
.\!bg-white\/40{
  background-color: rgb(255 255 255 / 0.4) !important;
}
.\!bg-white\/45{
  background-color: rgb(255 255 255 / 0.45) !important;
}
.\!bg-white\/5{
  background-color: rgb(255 255 255 / 0.05) !important;
}
.\!bg-white\/50{
  background-color: rgb(255 255 255 / 0.5) !important;
}
.\!bg-white\/55{
  background-color: rgb(255 255 255 / 0.55) !important;
}
.\!bg-white\/60{
  background-color: rgb(255 255 255 / 0.6) !important;
}
.\!bg-white\/65{
  background-color: rgb(255 255 255 / 0.65) !important;
}
.\!bg-white\/70{
  background-color: rgb(255 255 255 / 0.7) !important;
}
.\!bg-white\/75{
  background-color: rgb(255 255 255 / 0.75) !important;
}
.\!bg-white\/80{
  background-color: rgb(255 255 255 / 0.8) !important;
}
.\!bg-white\/85{
  background-color: rgb(255 255 255 / 0.85) !important;
}
.\!bg-white\/90{
  background-color: rgb(255 255 255 / 0.9) !important;
}
.\!bg-white\/95{
  background-color: rgb(255 255 255 / 0.95) !important;
}
.\!bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0) !important;
}
.\!bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1) !important;
}
.\!bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1) !important;
}
.\!bg-yellow-100\/15{
  background-color: rgb(254 249 195 / 0.15) !important;
}
.\!bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2) !important;
}
.\!bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25) !important;
}
.\!bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3) !important;
}
.\!bg-yellow-100\/35{
  background-color: rgb(254 249 195 / 0.35) !important;
}
.\!bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4) !important;
}
.\!bg-yellow-100\/45{
  background-color: rgb(254 249 195 / 0.45) !important;
}
.\!bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05) !important;
}
.\!bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5) !important;
}
.\!bg-yellow-100\/55{
  background-color: rgb(254 249 195 / 0.55) !important;
}
.\!bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6) !important;
}
.\!bg-yellow-100\/65{
  background-color: rgb(254 249 195 / 0.65) !important;
}
.\!bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7) !important;
}
.\!bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75) !important;
}
.\!bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8) !important;
}
.\!bg-yellow-100\/85{
  background-color: rgb(254 249 195 / 0.85) !important;
}
.\!bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9) !important;
}
.\!bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95) !important;
}
.\!bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0) !important;
}
.\!bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1) !important;
}
.\!bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1) !important;
}
.\!bg-yellow-200\/15{
  background-color: rgb(254 240 138 / 0.15) !important;
}
.\!bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2) !important;
}
.\!bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25) !important;
}
.\!bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3) !important;
}
.\!bg-yellow-200\/35{
  background-color: rgb(254 240 138 / 0.35) !important;
}
.\!bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4) !important;
}
.\!bg-yellow-200\/45{
  background-color: rgb(254 240 138 / 0.45) !important;
}
.\!bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05) !important;
}
.\!bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5) !important;
}
.\!bg-yellow-200\/55{
  background-color: rgb(254 240 138 / 0.55) !important;
}
.\!bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6) !important;
}
.\!bg-yellow-200\/65{
  background-color: rgb(254 240 138 / 0.65) !important;
}
.\!bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7) !important;
}
.\!bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75) !important;
}
.\!bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8) !important;
}
.\!bg-yellow-200\/85{
  background-color: rgb(254 240 138 / 0.85) !important;
}
.\!bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9) !important;
}
.\!bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95) !important;
}
.\!bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0) !important;
}
.\!bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1) !important;
}
.\!bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1) !important;
}
.\!bg-yellow-300\/15{
  background-color: rgb(253 224 71 / 0.15) !important;
}
.\!bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2) !important;
}
.\!bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25) !important;
}
.\!bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3) !important;
}
.\!bg-yellow-300\/35{
  background-color: rgb(253 224 71 / 0.35) !important;
}
.\!bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4) !important;
}
.\!bg-yellow-300\/45{
  background-color: rgb(253 224 71 / 0.45) !important;
}
.\!bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05) !important;
}
.\!bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5) !important;
}
.\!bg-yellow-300\/55{
  background-color: rgb(253 224 71 / 0.55) !important;
}
.\!bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6) !important;
}
.\!bg-yellow-300\/65{
  background-color: rgb(253 224 71 / 0.65) !important;
}
.\!bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7) !important;
}
.\!bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75) !important;
}
.\!bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8) !important;
}
.\!bg-yellow-300\/85{
  background-color: rgb(253 224 71 / 0.85) !important;
}
.\!bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9) !important;
}
.\!bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95) !important;
}
.\!bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0) !important;
}
.\!bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1) !important;
}
.\!bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1) !important;
}
.\!bg-yellow-400\/15{
  background-color: rgb(250 204 21 / 0.15) !important;
}
.\!bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2) !important;
}
.\!bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25) !important;
}
.\!bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3) !important;
}
.\!bg-yellow-400\/35{
  background-color: rgb(250 204 21 / 0.35) !important;
}
.\!bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4) !important;
}
.\!bg-yellow-400\/45{
  background-color: rgb(250 204 21 / 0.45) !important;
}
.\!bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05) !important;
}
.\!bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5) !important;
}
.\!bg-yellow-400\/55{
  background-color: rgb(250 204 21 / 0.55) !important;
}
.\!bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6) !important;
}
.\!bg-yellow-400\/65{
  background-color: rgb(250 204 21 / 0.65) !important;
}
.\!bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7) !important;
}
.\!bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75) !important;
}
.\!bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8) !important;
}
.\!bg-yellow-400\/85{
  background-color: rgb(250 204 21 / 0.85) !important;
}
.\!bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9) !important;
}
.\!bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95) !important;
}
.\!bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0) !important;
}
.\!bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1) !important;
}
.\!bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1) !important;
}
.\!bg-yellow-50\/15{
  background-color: rgb(254 252 232 / 0.15) !important;
}
.\!bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2) !important;
}
.\!bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25) !important;
}
.\!bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3) !important;
}
.\!bg-yellow-50\/35{
  background-color: rgb(254 252 232 / 0.35) !important;
}
.\!bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4) !important;
}
.\!bg-yellow-50\/45{
  background-color: rgb(254 252 232 / 0.45) !important;
}
.\!bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05) !important;
}
.\!bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5) !important;
}
.\!bg-yellow-50\/55{
  background-color: rgb(254 252 232 / 0.55) !important;
}
.\!bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6) !important;
}
.\!bg-yellow-50\/65{
  background-color: rgb(254 252 232 / 0.65) !important;
}
.\!bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7) !important;
}
.\!bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75) !important;
}
.\!bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8) !important;
}
.\!bg-yellow-50\/85{
  background-color: rgb(254 252 232 / 0.85) !important;
}
.\!bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9) !important;
}
.\!bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95) !important;
}
.\!bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0) !important;
}
.\!bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1) !important;
}
.\!bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1) !important;
}
.\!bg-yellow-500\/15{
  background-color: rgb(234 179 8 / 0.15) !important;
}
.\!bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2) !important;
}
.\!bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25) !important;
}
.\!bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3) !important;
}
.\!bg-yellow-500\/35{
  background-color: rgb(234 179 8 / 0.35) !important;
}
.\!bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4) !important;
}
.\!bg-yellow-500\/45{
  background-color: rgb(234 179 8 / 0.45) !important;
}
.\!bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05) !important;
}
.\!bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5) !important;
}
.\!bg-yellow-500\/55{
  background-color: rgb(234 179 8 / 0.55) !important;
}
.\!bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6) !important;
}
.\!bg-yellow-500\/65{
  background-color: rgb(234 179 8 / 0.65) !important;
}
.\!bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7) !important;
}
.\!bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75) !important;
}
.\!bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8) !important;
}
.\!bg-yellow-500\/85{
  background-color: rgb(234 179 8 / 0.85) !important;
}
.\!bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9) !important;
}
.\!bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95) !important;
}
.\!bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0) !important;
}
.\!bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1) !important;
}
.\!bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1) !important;
}
.\!bg-yellow-600\/15{
  background-color: rgb(202 138 4 / 0.15) !important;
}
.\!bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2) !important;
}
.\!bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25) !important;
}
.\!bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3) !important;
}
.\!bg-yellow-600\/35{
  background-color: rgb(202 138 4 / 0.35) !important;
}
.\!bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4) !important;
}
.\!bg-yellow-600\/45{
  background-color: rgb(202 138 4 / 0.45) !important;
}
.\!bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05) !important;
}
.\!bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5) !important;
}
.\!bg-yellow-600\/55{
  background-color: rgb(202 138 4 / 0.55) !important;
}
.\!bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6) !important;
}
.\!bg-yellow-600\/65{
  background-color: rgb(202 138 4 / 0.65) !important;
}
.\!bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7) !important;
}
.\!bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75) !important;
}
.\!bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8) !important;
}
.\!bg-yellow-600\/85{
  background-color: rgb(202 138 4 / 0.85) !important;
}
.\!bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9) !important;
}
.\!bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95) !important;
}
.\!bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0) !important;
}
.\!bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1) !important;
}
.\!bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1) !important;
}
.\!bg-yellow-700\/15{
  background-color: rgb(161 98 7 / 0.15) !important;
}
.\!bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2) !important;
}
.\!bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25) !important;
}
.\!bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3) !important;
}
.\!bg-yellow-700\/35{
  background-color: rgb(161 98 7 / 0.35) !important;
}
.\!bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4) !important;
}
.\!bg-yellow-700\/45{
  background-color: rgb(161 98 7 / 0.45) !important;
}
.\!bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05) !important;
}
.\!bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5) !important;
}
.\!bg-yellow-700\/55{
  background-color: rgb(161 98 7 / 0.55) !important;
}
.\!bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6) !important;
}
.\!bg-yellow-700\/65{
  background-color: rgb(161 98 7 / 0.65) !important;
}
.\!bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7) !important;
}
.\!bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75) !important;
}
.\!bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8) !important;
}
.\!bg-yellow-700\/85{
  background-color: rgb(161 98 7 / 0.85) !important;
}
.\!bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9) !important;
}
.\!bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95) !important;
}
.\!bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0) !important;
}
.\!bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1) !important;
}
.\!bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1) !important;
}
.\!bg-yellow-800\/15{
  background-color: rgb(133 77 14 / 0.15) !important;
}
.\!bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2) !important;
}
.\!bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25) !important;
}
.\!bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3) !important;
}
.\!bg-yellow-800\/35{
  background-color: rgb(133 77 14 / 0.35) !important;
}
.\!bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4) !important;
}
.\!bg-yellow-800\/45{
  background-color: rgb(133 77 14 / 0.45) !important;
}
.\!bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05) !important;
}
.\!bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5) !important;
}
.\!bg-yellow-800\/55{
  background-color: rgb(133 77 14 / 0.55) !important;
}
.\!bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6) !important;
}
.\!bg-yellow-800\/65{
  background-color: rgb(133 77 14 / 0.65) !important;
}
.\!bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7) !important;
}
.\!bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75) !important;
}
.\!bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8) !important;
}
.\!bg-yellow-800\/85{
  background-color: rgb(133 77 14 / 0.85) !important;
}
.\!bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9) !important;
}
.\!bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95) !important;
}
.\!bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0) !important;
}
.\!bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1) !important;
}
.\!bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1) !important;
}
.\!bg-yellow-900\/15{
  background-color: rgb(113 63 18 / 0.15) !important;
}
.\!bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2) !important;
}
.\!bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25) !important;
}
.\!bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3) !important;
}
.\!bg-yellow-900\/35{
  background-color: rgb(113 63 18 / 0.35) !important;
}
.\!bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4) !important;
}
.\!bg-yellow-900\/45{
  background-color: rgb(113 63 18 / 0.45) !important;
}
.\!bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05) !important;
}
.\!bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5) !important;
}
.\!bg-yellow-900\/55{
  background-color: rgb(113 63 18 / 0.55) !important;
}
.\!bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6) !important;
}
.\!bg-yellow-900\/65{
  background-color: rgb(113 63 18 / 0.65) !important;
}
.\!bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7) !important;
}
.\!bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75) !important;
}
.\!bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8) !important;
}
.\!bg-yellow-900\/85{
  background-color: rgb(113 63 18 / 0.85) !important;
}
.\!bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9) !important;
}
.\!bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95) !important;
}
.\!bg-yellow-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellow-950\/0{
  background-color: rgb(66 32 6 / 0) !important;
}
.\!bg-yellow-950\/10{
  background-color: rgb(66 32 6 / 0.1) !important;
}
.\!bg-yellow-950\/100{
  background-color: rgb(66 32 6 / 1) !important;
}
.\!bg-yellow-950\/15{
  background-color: rgb(66 32 6 / 0.15) !important;
}
.\!bg-yellow-950\/20{
  background-color: rgb(66 32 6 / 0.2) !important;
}
.\!bg-yellow-950\/25{
  background-color: rgb(66 32 6 / 0.25) !important;
}
.\!bg-yellow-950\/30{
  background-color: rgb(66 32 6 / 0.3) !important;
}
.\!bg-yellow-950\/35{
  background-color: rgb(66 32 6 / 0.35) !important;
}
.\!bg-yellow-950\/40{
  background-color: rgb(66 32 6 / 0.4) !important;
}
.\!bg-yellow-950\/45{
  background-color: rgb(66 32 6 / 0.45) !important;
}
.\!bg-yellow-950\/5{
  background-color: rgb(66 32 6 / 0.05) !important;
}
.\!bg-yellow-950\/50{
  background-color: rgb(66 32 6 / 0.5) !important;
}
.\!bg-yellow-950\/55{
  background-color: rgb(66 32 6 / 0.55) !important;
}
.\!bg-yellow-950\/60{
  background-color: rgb(66 32 6 / 0.6) !important;
}
.\!bg-yellow-950\/65{
  background-color: rgb(66 32 6 / 0.65) !important;
}
.\!bg-yellow-950\/70{
  background-color: rgb(66 32 6 / 0.7) !important;
}
.\!bg-yellow-950\/75{
  background-color: rgb(66 32 6 / 0.75) !important;
}
.\!bg-yellow-950\/80{
  background-color: rgb(66 32 6 / 0.8) !important;
}
.\!bg-yellow-950\/85{
  background-color: rgb(66 32 6 / 0.85) !important;
}
.\!bg-yellow-950\/90{
  background-color: rgb(66 32 6 / 0.9) !important;
}
.\!bg-yellow-950\/95{
  background-color: rgb(66 32 6 / 0.95) !important;
}
.\!bg-yellowish-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-100\/0{
  background-color: rgb(254 252 232 / 0) !important;
}
.\!bg-yellowish-100\/10{
  background-color: rgb(254 252 232 / 0.1) !important;
}
.\!bg-yellowish-100\/100{
  background-color: rgb(254 252 232 / 1) !important;
}
.\!bg-yellowish-100\/15{
  background-color: rgb(254 252 232 / 0.15) !important;
}
.\!bg-yellowish-100\/20{
  background-color: rgb(254 252 232 / 0.2) !important;
}
.\!bg-yellowish-100\/25{
  background-color: rgb(254 252 232 / 0.25) !important;
}
.\!bg-yellowish-100\/30{
  background-color: rgb(254 252 232 / 0.3) !important;
}
.\!bg-yellowish-100\/35{
  background-color: rgb(254 252 232 / 0.35) !important;
}
.\!bg-yellowish-100\/40{
  background-color: rgb(254 252 232 / 0.4) !important;
}
.\!bg-yellowish-100\/45{
  background-color: rgb(254 252 232 / 0.45) !important;
}
.\!bg-yellowish-100\/5{
  background-color: rgb(254 252 232 / 0.05) !important;
}
.\!bg-yellowish-100\/50{
  background-color: rgb(254 252 232 / 0.5) !important;
}
.\!bg-yellowish-100\/55{
  background-color: rgb(254 252 232 / 0.55) !important;
}
.\!bg-yellowish-100\/60{
  background-color: rgb(254 252 232 / 0.6) !important;
}
.\!bg-yellowish-100\/65{
  background-color: rgb(254 252 232 / 0.65) !important;
}
.\!bg-yellowish-100\/70{
  background-color: rgb(254 252 232 / 0.7) !important;
}
.\!bg-yellowish-100\/75{
  background-color: rgb(254 252 232 / 0.75) !important;
}
.\!bg-yellowish-100\/80{
  background-color: rgb(254 252 232 / 0.8) !important;
}
.\!bg-yellowish-100\/85{
  background-color: rgb(254 252 232 / 0.85) !important;
}
.\!bg-yellowish-100\/90{
  background-color: rgb(254 252 232 / 0.9) !important;
}
.\!bg-yellowish-100\/95{
  background-color: rgb(254 252 232 / 0.95) !important;
}
.\!bg-yellowish-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 249 195 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-200\/0{
  background-color: rgb(253 249 195 / 0) !important;
}
.\!bg-yellowish-200\/10{
  background-color: rgb(253 249 195 / 0.1) !important;
}
.\!bg-yellowish-200\/100{
  background-color: rgb(253 249 195 / 1) !important;
}
.\!bg-yellowish-200\/15{
  background-color: rgb(253 249 195 / 0.15) !important;
}
.\!bg-yellowish-200\/20{
  background-color: rgb(253 249 195 / 0.2) !important;
}
.\!bg-yellowish-200\/25{
  background-color: rgb(253 249 195 / 0.25) !important;
}
.\!bg-yellowish-200\/30{
  background-color: rgb(253 249 195 / 0.3) !important;
}
.\!bg-yellowish-200\/35{
  background-color: rgb(253 249 195 / 0.35) !important;
}
.\!bg-yellowish-200\/40{
  background-color: rgb(253 249 195 / 0.4) !important;
}
.\!bg-yellowish-200\/45{
  background-color: rgb(253 249 195 / 0.45) !important;
}
.\!bg-yellowish-200\/5{
  background-color: rgb(253 249 195 / 0.05) !important;
}
.\!bg-yellowish-200\/50{
  background-color: rgb(253 249 195 / 0.5) !important;
}
.\!bg-yellowish-200\/55{
  background-color: rgb(253 249 195 / 0.55) !important;
}
.\!bg-yellowish-200\/60{
  background-color: rgb(253 249 195 / 0.6) !important;
}
.\!bg-yellowish-200\/65{
  background-color: rgb(253 249 195 / 0.65) !important;
}
.\!bg-yellowish-200\/70{
  background-color: rgb(253 249 195 / 0.7) !important;
}
.\!bg-yellowish-200\/75{
  background-color: rgb(253 249 195 / 0.75) !important;
}
.\!bg-yellowish-200\/80{
  background-color: rgb(253 249 195 / 0.8) !important;
}
.\!bg-yellowish-200\/85{
  background-color: rgb(253 249 195 / 0.85) !important;
}
.\!bg-yellowish-200\/90{
  background-color: rgb(253 249 195 / 0.9) !important;
}
.\!bg-yellowish-200\/95{
  background-color: rgb(253 249 195 / 0.95) !important;
}
.\!bg-yellowish-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-300\/0{
  background-color: rgb(254 240 138 / 0) !important;
}
.\!bg-yellowish-300\/10{
  background-color: rgb(254 240 138 / 0.1) !important;
}
.\!bg-yellowish-300\/100{
  background-color: rgb(254 240 138 / 1) !important;
}
.\!bg-yellowish-300\/15{
  background-color: rgb(254 240 138 / 0.15) !important;
}
.\!bg-yellowish-300\/20{
  background-color: rgb(254 240 138 / 0.2) !important;
}
.\!bg-yellowish-300\/25{
  background-color: rgb(254 240 138 / 0.25) !important;
}
.\!bg-yellowish-300\/30{
  background-color: rgb(254 240 138 / 0.3) !important;
}
.\!bg-yellowish-300\/35{
  background-color: rgb(254 240 138 / 0.35) !important;
}
.\!bg-yellowish-300\/40{
  background-color: rgb(254 240 138 / 0.4) !important;
}
.\!bg-yellowish-300\/45{
  background-color: rgb(254 240 138 / 0.45) !important;
}
.\!bg-yellowish-300\/5{
  background-color: rgb(254 240 138 / 0.05) !important;
}
.\!bg-yellowish-300\/50{
  background-color: rgb(254 240 138 / 0.5) !important;
}
.\!bg-yellowish-300\/55{
  background-color: rgb(254 240 138 / 0.55) !important;
}
.\!bg-yellowish-300\/60{
  background-color: rgb(254 240 138 / 0.6) !important;
}
.\!bg-yellowish-300\/65{
  background-color: rgb(254 240 138 / 0.65) !important;
}
.\!bg-yellowish-300\/70{
  background-color: rgb(254 240 138 / 0.7) !important;
}
.\!bg-yellowish-300\/75{
  background-color: rgb(254 240 138 / 0.75) !important;
}
.\!bg-yellowish-300\/80{
  background-color: rgb(254 240 138 / 0.8) !important;
}
.\!bg-yellowish-300\/85{
  background-color: rgb(254 240 138 / 0.85) !important;
}
.\!bg-yellowish-300\/90{
  background-color: rgb(254 240 138 / 0.9) !important;
}
.\!bg-yellowish-300\/95{
  background-color: rgb(254 240 138 / 0.95) !important;
}
.\!bg-yellowish-350{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-350\/0{
  background-color: rgb(253 224 71 / 0) !important;
}
.\!bg-yellowish-350\/10{
  background-color: rgb(253 224 71 / 0.1) !important;
}
.\!bg-yellowish-350\/100{
  background-color: rgb(253 224 71 / 1) !important;
}
.\!bg-yellowish-350\/15{
  background-color: rgb(253 224 71 / 0.15) !important;
}
.\!bg-yellowish-350\/20{
  background-color: rgb(253 224 71 / 0.2) !important;
}
.\!bg-yellowish-350\/25{
  background-color: rgb(253 224 71 / 0.25) !important;
}
.\!bg-yellowish-350\/30{
  background-color: rgb(253 224 71 / 0.3) !important;
}
.\!bg-yellowish-350\/35{
  background-color: rgb(253 224 71 / 0.35) !important;
}
.\!bg-yellowish-350\/40{
  background-color: rgb(253 224 71 / 0.4) !important;
}
.\!bg-yellowish-350\/45{
  background-color: rgb(253 224 71 / 0.45) !important;
}
.\!bg-yellowish-350\/5{
  background-color: rgb(253 224 71 / 0.05) !important;
}
.\!bg-yellowish-350\/50{
  background-color: rgb(253 224 71 / 0.5) !important;
}
.\!bg-yellowish-350\/55{
  background-color: rgb(253 224 71 / 0.55) !important;
}
.\!bg-yellowish-350\/60{
  background-color: rgb(253 224 71 / 0.6) !important;
}
.\!bg-yellowish-350\/65{
  background-color: rgb(253 224 71 / 0.65) !important;
}
.\!bg-yellowish-350\/70{
  background-color: rgb(253 224 71 / 0.7) !important;
}
.\!bg-yellowish-350\/75{
  background-color: rgb(253 224 71 / 0.75) !important;
}
.\!bg-yellowish-350\/80{
  background-color: rgb(253 224 71 / 0.8) !important;
}
.\!bg-yellowish-350\/85{
  background-color: rgb(253 224 71 / 0.85) !important;
}
.\!bg-yellowish-350\/90{
  background-color: rgb(253 224 71 / 0.9) !important;
}
.\!bg-yellowish-350\/95{
  background-color: rgb(253 224 71 / 0.95) !important;
}
.\!bg-yellowish-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-400\/0{
  background-color: rgb(250 204 21 / 0) !important;
}
.\!bg-yellowish-400\/10{
  background-color: rgb(250 204 21 / 0.1) !important;
}
.\!bg-yellowish-400\/100{
  background-color: rgb(250 204 21 / 1) !important;
}
.\!bg-yellowish-400\/15{
  background-color: rgb(250 204 21 / 0.15) !important;
}
.\!bg-yellowish-400\/20{
  background-color: rgb(250 204 21 / 0.2) !important;
}
.\!bg-yellowish-400\/25{
  background-color: rgb(250 204 21 / 0.25) !important;
}
.\!bg-yellowish-400\/30{
  background-color: rgb(250 204 21 / 0.3) !important;
}
.\!bg-yellowish-400\/35{
  background-color: rgb(250 204 21 / 0.35) !important;
}
.\!bg-yellowish-400\/40{
  background-color: rgb(250 204 21 / 0.4) !important;
}
.\!bg-yellowish-400\/45{
  background-color: rgb(250 204 21 / 0.45) !important;
}
.\!bg-yellowish-400\/5{
  background-color: rgb(250 204 21 / 0.05) !important;
}
.\!bg-yellowish-400\/50{
  background-color: rgb(250 204 21 / 0.5) !important;
}
.\!bg-yellowish-400\/55{
  background-color: rgb(250 204 21 / 0.55) !important;
}
.\!bg-yellowish-400\/60{
  background-color: rgb(250 204 21 / 0.6) !important;
}
.\!bg-yellowish-400\/65{
  background-color: rgb(250 204 21 / 0.65) !important;
}
.\!bg-yellowish-400\/70{
  background-color: rgb(250 204 21 / 0.7) !important;
}
.\!bg-yellowish-400\/75{
  background-color: rgb(250 204 21 / 0.75) !important;
}
.\!bg-yellowish-400\/80{
  background-color: rgb(250 204 21 / 0.8) !important;
}
.\!bg-yellowish-400\/85{
  background-color: rgb(250 204 21 / 0.85) !important;
}
.\!bg-yellowish-400\/90{
  background-color: rgb(250 204 21 / 0.9) !important;
}
.\!bg-yellowish-400\/95{
  background-color: rgb(250 204 21 / 0.95) !important;
}
.\!bg-yellowish-450{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-450\/0{
  background-color: rgb(234 179 8 / 0) !important;
}
.\!bg-yellowish-450\/10{
  background-color: rgb(234 179 8 / 0.1) !important;
}
.\!bg-yellowish-450\/100{
  background-color: rgb(234 179 8 / 1) !important;
}
.\!bg-yellowish-450\/15{
  background-color: rgb(234 179 8 / 0.15) !important;
}
.\!bg-yellowish-450\/20{
  background-color: rgb(234 179 8 / 0.2) !important;
}
.\!bg-yellowish-450\/25{
  background-color: rgb(234 179 8 / 0.25) !important;
}
.\!bg-yellowish-450\/30{
  background-color: rgb(234 179 8 / 0.3) !important;
}
.\!bg-yellowish-450\/35{
  background-color: rgb(234 179 8 / 0.35) !important;
}
.\!bg-yellowish-450\/40{
  background-color: rgb(234 179 8 / 0.4) !important;
}
.\!bg-yellowish-450\/45{
  background-color: rgb(234 179 8 / 0.45) !important;
}
.\!bg-yellowish-450\/5{
  background-color: rgb(234 179 8 / 0.05) !important;
}
.\!bg-yellowish-450\/50{
  background-color: rgb(234 179 8 / 0.5) !important;
}
.\!bg-yellowish-450\/55{
  background-color: rgb(234 179 8 / 0.55) !important;
}
.\!bg-yellowish-450\/60{
  background-color: rgb(234 179 8 / 0.6) !important;
}
.\!bg-yellowish-450\/65{
  background-color: rgb(234 179 8 / 0.65) !important;
}
.\!bg-yellowish-450\/70{
  background-color: rgb(234 179 8 / 0.7) !important;
}
.\!bg-yellowish-450\/75{
  background-color: rgb(234 179 8 / 0.75) !important;
}
.\!bg-yellowish-450\/80{
  background-color: rgb(234 179 8 / 0.8) !important;
}
.\!bg-yellowish-450\/85{
  background-color: rgb(234 179 8 / 0.85) !important;
}
.\!bg-yellowish-450\/90{
  background-color: rgb(234 179 8 / 0.9) !important;
}
.\!bg-yellowish-450\/95{
  background-color: rgb(234 179 8 / 0.95) !important;
}
.\!bg-yellowish-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 254 249 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-50\/0{
  background-color: rgb(254 254 249 / 0) !important;
}
.\!bg-yellowish-50\/10{
  background-color: rgb(254 254 249 / 0.1) !important;
}
.\!bg-yellowish-50\/100{
  background-color: rgb(254 254 249 / 1) !important;
}
.\!bg-yellowish-50\/15{
  background-color: rgb(254 254 249 / 0.15) !important;
}
.\!bg-yellowish-50\/20{
  background-color: rgb(254 254 249 / 0.2) !important;
}
.\!bg-yellowish-50\/25{
  background-color: rgb(254 254 249 / 0.25) !important;
}
.\!bg-yellowish-50\/30{
  background-color: rgb(254 254 249 / 0.3) !important;
}
.\!bg-yellowish-50\/35{
  background-color: rgb(254 254 249 / 0.35) !important;
}
.\!bg-yellowish-50\/40{
  background-color: rgb(254 254 249 / 0.4) !important;
}
.\!bg-yellowish-50\/45{
  background-color: rgb(254 254 249 / 0.45) !important;
}
.\!bg-yellowish-50\/5{
  background-color: rgb(254 254 249 / 0.05) !important;
}
.\!bg-yellowish-50\/50{
  background-color: rgb(254 254 249 / 0.5) !important;
}
.\!bg-yellowish-50\/55{
  background-color: rgb(254 254 249 / 0.55) !important;
}
.\!bg-yellowish-50\/60{
  background-color: rgb(254 254 249 / 0.6) !important;
}
.\!bg-yellowish-50\/65{
  background-color: rgb(254 254 249 / 0.65) !important;
}
.\!bg-yellowish-50\/70{
  background-color: rgb(254 254 249 / 0.7) !important;
}
.\!bg-yellowish-50\/75{
  background-color: rgb(254 254 249 / 0.75) !important;
}
.\!bg-yellowish-50\/80{
  background-color: rgb(254 254 249 / 0.8) !important;
}
.\!bg-yellowish-50\/85{
  background-color: rgb(254 254 249 / 0.85) !important;
}
.\!bg-yellowish-50\/90{
  background-color: rgb(254 254 249 / 0.9) !important;
}
.\!bg-yellowish-50\/95{
  background-color: rgb(254 254 249 / 0.95) !important;
}
.\!bg-yellowish-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-500\/0{
  background-color: rgb(202 138 4 / 0) !important;
}
.\!bg-yellowish-500\/10{
  background-color: rgb(202 138 4 / 0.1) !important;
}
.\!bg-yellowish-500\/100{
  background-color: rgb(202 138 4 / 1) !important;
}
.\!bg-yellowish-500\/15{
  background-color: rgb(202 138 4 / 0.15) !important;
}
.\!bg-yellowish-500\/20{
  background-color: rgb(202 138 4 / 0.2) !important;
}
.\!bg-yellowish-500\/25{
  background-color: rgb(202 138 4 / 0.25) !important;
}
.\!bg-yellowish-500\/30{
  background-color: rgb(202 138 4 / 0.3) !important;
}
.\!bg-yellowish-500\/35{
  background-color: rgb(202 138 4 / 0.35) !important;
}
.\!bg-yellowish-500\/40{
  background-color: rgb(202 138 4 / 0.4) !important;
}
.\!bg-yellowish-500\/45{
  background-color: rgb(202 138 4 / 0.45) !important;
}
.\!bg-yellowish-500\/5{
  background-color: rgb(202 138 4 / 0.05) !important;
}
.\!bg-yellowish-500\/50{
  background-color: rgb(202 138 4 / 0.5) !important;
}
.\!bg-yellowish-500\/55{
  background-color: rgb(202 138 4 / 0.55) !important;
}
.\!bg-yellowish-500\/60{
  background-color: rgb(202 138 4 / 0.6) !important;
}
.\!bg-yellowish-500\/65{
  background-color: rgb(202 138 4 / 0.65) !important;
}
.\!bg-yellowish-500\/70{
  background-color: rgb(202 138 4 / 0.7) !important;
}
.\!bg-yellowish-500\/75{
  background-color: rgb(202 138 4 / 0.75) !important;
}
.\!bg-yellowish-500\/80{
  background-color: rgb(202 138 4 / 0.8) !important;
}
.\!bg-yellowish-500\/85{
  background-color: rgb(202 138 4 / 0.85) !important;
}
.\!bg-yellowish-500\/90{
  background-color: rgb(202 138 4 / 0.9) !important;
}
.\!bg-yellowish-500\/95{
  background-color: rgb(202 138 4 / 0.95) !important;
}
.\!bg-yellowish-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-600\/0{
  background-color: rgb(161 98 7 / 0) !important;
}
.\!bg-yellowish-600\/10{
  background-color: rgb(161 98 7 / 0.1) !important;
}
.\!bg-yellowish-600\/100{
  background-color: rgb(161 98 7 / 1) !important;
}
.\!bg-yellowish-600\/15{
  background-color: rgb(161 98 7 / 0.15) !important;
}
.\!bg-yellowish-600\/20{
  background-color: rgb(161 98 7 / 0.2) !important;
}
.\!bg-yellowish-600\/25{
  background-color: rgb(161 98 7 / 0.25) !important;
}
.\!bg-yellowish-600\/30{
  background-color: rgb(161 98 7 / 0.3) !important;
}
.\!bg-yellowish-600\/35{
  background-color: rgb(161 98 7 / 0.35) !important;
}
.\!bg-yellowish-600\/40{
  background-color: rgb(161 98 7 / 0.4) !important;
}
.\!bg-yellowish-600\/45{
  background-color: rgb(161 98 7 / 0.45) !important;
}
.\!bg-yellowish-600\/5{
  background-color: rgb(161 98 7 / 0.05) !important;
}
.\!bg-yellowish-600\/50{
  background-color: rgb(161 98 7 / 0.5) !important;
}
.\!bg-yellowish-600\/55{
  background-color: rgb(161 98 7 / 0.55) !important;
}
.\!bg-yellowish-600\/60{
  background-color: rgb(161 98 7 / 0.6) !important;
}
.\!bg-yellowish-600\/65{
  background-color: rgb(161 98 7 / 0.65) !important;
}
.\!bg-yellowish-600\/70{
  background-color: rgb(161 98 7 / 0.7) !important;
}
.\!bg-yellowish-600\/75{
  background-color: rgb(161 98 7 / 0.75) !important;
}
.\!bg-yellowish-600\/80{
  background-color: rgb(161 98 7 / 0.8) !important;
}
.\!bg-yellowish-600\/85{
  background-color: rgb(161 98 7 / 0.85) !important;
}
.\!bg-yellowish-600\/90{
  background-color: rgb(161 98 7 / 0.9) !important;
}
.\!bg-yellowish-600\/95{
  background-color: rgb(161 98 7 / 0.95) !important;
}
.\!bg-yellowish-650{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-650\/0{
  background-color: rgb(133 77 14 / 0) !important;
}
.\!bg-yellowish-650\/10{
  background-color: rgb(133 77 14 / 0.1) !important;
}
.\!bg-yellowish-650\/100{
  background-color: rgb(133 77 14 / 1) !important;
}
.\!bg-yellowish-650\/15{
  background-color: rgb(133 77 14 / 0.15) !important;
}
.\!bg-yellowish-650\/20{
  background-color: rgb(133 77 14 / 0.2) !important;
}
.\!bg-yellowish-650\/25{
  background-color: rgb(133 77 14 / 0.25) !important;
}
.\!bg-yellowish-650\/30{
  background-color: rgb(133 77 14 / 0.3) !important;
}
.\!bg-yellowish-650\/35{
  background-color: rgb(133 77 14 / 0.35) !important;
}
.\!bg-yellowish-650\/40{
  background-color: rgb(133 77 14 / 0.4) !important;
}
.\!bg-yellowish-650\/45{
  background-color: rgb(133 77 14 / 0.45) !important;
}
.\!bg-yellowish-650\/5{
  background-color: rgb(133 77 14 / 0.05) !important;
}
.\!bg-yellowish-650\/50{
  background-color: rgb(133 77 14 / 0.5) !important;
}
.\!bg-yellowish-650\/55{
  background-color: rgb(133 77 14 / 0.55) !important;
}
.\!bg-yellowish-650\/60{
  background-color: rgb(133 77 14 / 0.6) !important;
}
.\!bg-yellowish-650\/65{
  background-color: rgb(133 77 14 / 0.65) !important;
}
.\!bg-yellowish-650\/70{
  background-color: rgb(133 77 14 / 0.7) !important;
}
.\!bg-yellowish-650\/75{
  background-color: rgb(133 77 14 / 0.75) !important;
}
.\!bg-yellowish-650\/80{
  background-color: rgb(133 77 14 / 0.8) !important;
}
.\!bg-yellowish-650\/85{
  background-color: rgb(133 77 14 / 0.85) !important;
}
.\!bg-yellowish-650\/90{
  background-color: rgb(133 77 14 / 0.9) !important;
}
.\!bg-yellowish-650\/95{
  background-color: rgb(133 77 14 / 0.95) !important;
}
.\!bg-yellowish-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-700\/0{
  background-color: rgb(113 63 18 / 0) !important;
}
.\!bg-yellowish-700\/10{
  background-color: rgb(113 63 18 / 0.1) !important;
}
.\!bg-yellowish-700\/100{
  background-color: rgb(113 63 18 / 1) !important;
}
.\!bg-yellowish-700\/15{
  background-color: rgb(113 63 18 / 0.15) !important;
}
.\!bg-yellowish-700\/20{
  background-color: rgb(113 63 18 / 0.2) !important;
}
.\!bg-yellowish-700\/25{
  background-color: rgb(113 63 18 / 0.25) !important;
}
.\!bg-yellowish-700\/30{
  background-color: rgb(113 63 18 / 0.3) !important;
}
.\!bg-yellowish-700\/35{
  background-color: rgb(113 63 18 / 0.35) !important;
}
.\!bg-yellowish-700\/40{
  background-color: rgb(113 63 18 / 0.4) !important;
}
.\!bg-yellowish-700\/45{
  background-color: rgb(113 63 18 / 0.45) !important;
}
.\!bg-yellowish-700\/5{
  background-color: rgb(113 63 18 / 0.05) !important;
}
.\!bg-yellowish-700\/50{
  background-color: rgb(113 63 18 / 0.5) !important;
}
.\!bg-yellowish-700\/55{
  background-color: rgb(113 63 18 / 0.55) !important;
}
.\!bg-yellowish-700\/60{
  background-color: rgb(113 63 18 / 0.6) !important;
}
.\!bg-yellowish-700\/65{
  background-color: rgb(113 63 18 / 0.65) !important;
}
.\!bg-yellowish-700\/70{
  background-color: rgb(113 63 18 / 0.7) !important;
}
.\!bg-yellowish-700\/75{
  background-color: rgb(113 63 18 / 0.75) !important;
}
.\!bg-yellowish-700\/80{
  background-color: rgb(113 63 18 / 0.8) !important;
}
.\!bg-yellowish-700\/85{
  background-color: rgb(113 63 18 / 0.85) !important;
}
.\!bg-yellowish-700\/90{
  background-color: rgb(113 63 18 / 0.9) !important;
}
.\!bg-yellowish-700\/95{
  background-color: rgb(113 63 18 / 0.95) !important;
}
.\!bg-yellowish-750{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 48 11 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-750\/0{
  background-color: rgb(89 48 11 / 0) !important;
}
.\!bg-yellowish-750\/10{
  background-color: rgb(89 48 11 / 0.1) !important;
}
.\!bg-yellowish-750\/100{
  background-color: rgb(89 48 11 / 1) !important;
}
.\!bg-yellowish-750\/15{
  background-color: rgb(89 48 11 / 0.15) !important;
}
.\!bg-yellowish-750\/20{
  background-color: rgb(89 48 11 / 0.2) !important;
}
.\!bg-yellowish-750\/25{
  background-color: rgb(89 48 11 / 0.25) !important;
}
.\!bg-yellowish-750\/30{
  background-color: rgb(89 48 11 / 0.3) !important;
}
.\!bg-yellowish-750\/35{
  background-color: rgb(89 48 11 / 0.35) !important;
}
.\!bg-yellowish-750\/40{
  background-color: rgb(89 48 11 / 0.4) !important;
}
.\!bg-yellowish-750\/45{
  background-color: rgb(89 48 11 / 0.45) !important;
}
.\!bg-yellowish-750\/5{
  background-color: rgb(89 48 11 / 0.05) !important;
}
.\!bg-yellowish-750\/50{
  background-color: rgb(89 48 11 / 0.5) !important;
}
.\!bg-yellowish-750\/55{
  background-color: rgb(89 48 11 / 0.55) !important;
}
.\!bg-yellowish-750\/60{
  background-color: rgb(89 48 11 / 0.6) !important;
}
.\!bg-yellowish-750\/65{
  background-color: rgb(89 48 11 / 0.65) !important;
}
.\!bg-yellowish-750\/70{
  background-color: rgb(89 48 11 / 0.7) !important;
}
.\!bg-yellowish-750\/75{
  background-color: rgb(89 48 11 / 0.75) !important;
}
.\!bg-yellowish-750\/80{
  background-color: rgb(89 48 11 / 0.8) !important;
}
.\!bg-yellowish-750\/85{
  background-color: rgb(89 48 11 / 0.85) !important;
}
.\!bg-yellowish-750\/90{
  background-color: rgb(89 48 11 / 0.9) !important;
}
.\!bg-yellowish-750\/95{
  background-color: rgb(89 48 11 / 0.95) !important;
}
.\!bg-yellowish-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 39 5 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-800\/0{
  background-color: rgb(77 39 5 / 0) !important;
}
.\!bg-yellowish-800\/10{
  background-color: rgb(77 39 5 / 0.1) !important;
}
.\!bg-yellowish-800\/100{
  background-color: rgb(77 39 5 / 1) !important;
}
.\!bg-yellowish-800\/15{
  background-color: rgb(77 39 5 / 0.15) !important;
}
.\!bg-yellowish-800\/20{
  background-color: rgb(77 39 5 / 0.2) !important;
}
.\!bg-yellowish-800\/25{
  background-color: rgb(77 39 5 / 0.25) !important;
}
.\!bg-yellowish-800\/30{
  background-color: rgb(77 39 5 / 0.3) !important;
}
.\!bg-yellowish-800\/35{
  background-color: rgb(77 39 5 / 0.35) !important;
}
.\!bg-yellowish-800\/40{
  background-color: rgb(77 39 5 / 0.4) !important;
}
.\!bg-yellowish-800\/45{
  background-color: rgb(77 39 5 / 0.45) !important;
}
.\!bg-yellowish-800\/5{
  background-color: rgb(77 39 5 / 0.05) !important;
}
.\!bg-yellowish-800\/50{
  background-color: rgb(77 39 5 / 0.5) !important;
}
.\!bg-yellowish-800\/55{
  background-color: rgb(77 39 5 / 0.55) !important;
}
.\!bg-yellowish-800\/60{
  background-color: rgb(77 39 5 / 0.6) !important;
}
.\!bg-yellowish-800\/65{
  background-color: rgb(77 39 5 / 0.65) !important;
}
.\!bg-yellowish-800\/70{
  background-color: rgb(77 39 5 / 0.7) !important;
}
.\!bg-yellowish-800\/75{
  background-color: rgb(77 39 5 / 0.75) !important;
}
.\!bg-yellowish-800\/80{
  background-color: rgb(77 39 5 / 0.8) !important;
}
.\!bg-yellowish-800\/85{
  background-color: rgb(77 39 5 / 0.85) !important;
}
.\!bg-yellowish-800\/90{
  background-color: rgb(77 39 5 / 0.9) !important;
}
.\!bg-yellowish-800\/95{
  background-color: rgb(77 39 5 / 0.95) !important;
}
.\!bg-yellowish-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 24 1 / var(--tw-bg-opacity)) !important;
}
.\!bg-yellowish-900\/0{
  background-color: rgb(51 24 1 / 0) !important;
}
.\!bg-yellowish-900\/10{
  background-color: rgb(51 24 1 / 0.1) !important;
}
.\!bg-yellowish-900\/100{
  background-color: rgb(51 24 1 / 1) !important;
}
.\!bg-yellowish-900\/15{
  background-color: rgb(51 24 1 / 0.15) !important;
}
.\!bg-yellowish-900\/20{
  background-color: rgb(51 24 1 / 0.2) !important;
}
.\!bg-yellowish-900\/25{
  background-color: rgb(51 24 1 / 0.25) !important;
}
.\!bg-yellowish-900\/30{
  background-color: rgb(51 24 1 / 0.3) !important;
}
.\!bg-yellowish-900\/35{
  background-color: rgb(51 24 1 / 0.35) !important;
}
.\!bg-yellowish-900\/40{
  background-color: rgb(51 24 1 / 0.4) !important;
}
.\!bg-yellowish-900\/45{
  background-color: rgb(51 24 1 / 0.45) !important;
}
.\!bg-yellowish-900\/5{
  background-color: rgb(51 24 1 / 0.05) !important;
}
.\!bg-yellowish-900\/50{
  background-color: rgb(51 24 1 / 0.5) !important;
}
.\!bg-yellowish-900\/55{
  background-color: rgb(51 24 1 / 0.55) !important;
}
.\!bg-yellowish-900\/60{
  background-color: rgb(51 24 1 / 0.6) !important;
}
.\!bg-yellowish-900\/65{
  background-color: rgb(51 24 1 / 0.65) !important;
}
.\!bg-yellowish-900\/70{
  background-color: rgb(51 24 1 / 0.7) !important;
}
.\!bg-yellowish-900\/75{
  background-color: rgb(51 24 1 / 0.75) !important;
}
.\!bg-yellowish-900\/80{
  background-color: rgb(51 24 1 / 0.8) !important;
}
.\!bg-yellowish-900\/85{
  background-color: rgb(51 24 1 / 0.85) !important;
}
.\!bg-yellowish-900\/90{
  background-color: rgb(51 24 1 / 0.9) !important;
}
.\!bg-yellowish-900\/95{
  background-color: rgb(51 24 1 / 0.95) !important;
}
.\!bg-zinc-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-100\/0{
  background-color: rgb(244 244 245 / 0) !important;
}
.\!bg-zinc-100\/10{
  background-color: rgb(244 244 245 / 0.1) !important;
}
.\!bg-zinc-100\/100{
  background-color: rgb(244 244 245 / 1) !important;
}
.\!bg-zinc-100\/15{
  background-color: rgb(244 244 245 / 0.15) !important;
}
.\!bg-zinc-100\/20{
  background-color: rgb(244 244 245 / 0.2) !important;
}
.\!bg-zinc-100\/25{
  background-color: rgb(244 244 245 / 0.25) !important;
}
.\!bg-zinc-100\/30{
  background-color: rgb(244 244 245 / 0.3) !important;
}
.\!bg-zinc-100\/35{
  background-color: rgb(244 244 245 / 0.35) !important;
}
.\!bg-zinc-100\/40{
  background-color: rgb(244 244 245 / 0.4) !important;
}
.\!bg-zinc-100\/45{
  background-color: rgb(244 244 245 / 0.45) !important;
}
.\!bg-zinc-100\/5{
  background-color: rgb(244 244 245 / 0.05) !important;
}
.\!bg-zinc-100\/50{
  background-color: rgb(244 244 245 / 0.5) !important;
}
.\!bg-zinc-100\/55{
  background-color: rgb(244 244 245 / 0.55) !important;
}
.\!bg-zinc-100\/60{
  background-color: rgb(244 244 245 / 0.6) !important;
}
.\!bg-zinc-100\/65{
  background-color: rgb(244 244 245 / 0.65) !important;
}
.\!bg-zinc-100\/70{
  background-color: rgb(244 244 245 / 0.7) !important;
}
.\!bg-zinc-100\/75{
  background-color: rgb(244 244 245 / 0.75) !important;
}
.\!bg-zinc-100\/80{
  background-color: rgb(244 244 245 / 0.8) !important;
}
.\!bg-zinc-100\/85{
  background-color: rgb(244 244 245 / 0.85) !important;
}
.\!bg-zinc-100\/90{
  background-color: rgb(244 244 245 / 0.9) !important;
}
.\!bg-zinc-100\/95{
  background-color: rgb(244 244 245 / 0.95) !important;
}
.\!bg-zinc-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-200\/0{
  background-color: rgb(228 228 231 / 0) !important;
}
.\!bg-zinc-200\/10{
  background-color: rgb(228 228 231 / 0.1) !important;
}
.\!bg-zinc-200\/100{
  background-color: rgb(228 228 231 / 1) !important;
}
.\!bg-zinc-200\/15{
  background-color: rgb(228 228 231 / 0.15) !important;
}
.\!bg-zinc-200\/20{
  background-color: rgb(228 228 231 / 0.2) !important;
}
.\!bg-zinc-200\/25{
  background-color: rgb(228 228 231 / 0.25) !important;
}
.\!bg-zinc-200\/30{
  background-color: rgb(228 228 231 / 0.3) !important;
}
.\!bg-zinc-200\/35{
  background-color: rgb(228 228 231 / 0.35) !important;
}
.\!bg-zinc-200\/40{
  background-color: rgb(228 228 231 / 0.4) !important;
}
.\!bg-zinc-200\/45{
  background-color: rgb(228 228 231 / 0.45) !important;
}
.\!bg-zinc-200\/5{
  background-color: rgb(228 228 231 / 0.05) !important;
}
.\!bg-zinc-200\/50{
  background-color: rgb(228 228 231 / 0.5) !important;
}
.\!bg-zinc-200\/55{
  background-color: rgb(228 228 231 / 0.55) !important;
}
.\!bg-zinc-200\/60{
  background-color: rgb(228 228 231 / 0.6) !important;
}
.\!bg-zinc-200\/65{
  background-color: rgb(228 228 231 / 0.65) !important;
}
.\!bg-zinc-200\/70{
  background-color: rgb(228 228 231 / 0.7) !important;
}
.\!bg-zinc-200\/75{
  background-color: rgb(228 228 231 / 0.75) !important;
}
.\!bg-zinc-200\/80{
  background-color: rgb(228 228 231 / 0.8) !important;
}
.\!bg-zinc-200\/85{
  background-color: rgb(228 228 231 / 0.85) !important;
}
.\!bg-zinc-200\/90{
  background-color: rgb(228 228 231 / 0.9) !important;
}
.\!bg-zinc-200\/95{
  background-color: rgb(228 228 231 / 0.95) !important;
}
.\!bg-zinc-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-300\/0{
  background-color: rgb(212 212 216 / 0) !important;
}
.\!bg-zinc-300\/10{
  background-color: rgb(212 212 216 / 0.1) !important;
}
.\!bg-zinc-300\/100{
  background-color: rgb(212 212 216 / 1) !important;
}
.\!bg-zinc-300\/15{
  background-color: rgb(212 212 216 / 0.15) !important;
}
.\!bg-zinc-300\/20{
  background-color: rgb(212 212 216 / 0.2) !important;
}
.\!bg-zinc-300\/25{
  background-color: rgb(212 212 216 / 0.25) !important;
}
.\!bg-zinc-300\/30{
  background-color: rgb(212 212 216 / 0.3) !important;
}
.\!bg-zinc-300\/35{
  background-color: rgb(212 212 216 / 0.35) !important;
}
.\!bg-zinc-300\/40{
  background-color: rgb(212 212 216 / 0.4) !important;
}
.\!bg-zinc-300\/45{
  background-color: rgb(212 212 216 / 0.45) !important;
}
.\!bg-zinc-300\/5{
  background-color: rgb(212 212 216 / 0.05) !important;
}
.\!bg-zinc-300\/50{
  background-color: rgb(212 212 216 / 0.5) !important;
}
.\!bg-zinc-300\/55{
  background-color: rgb(212 212 216 / 0.55) !important;
}
.\!bg-zinc-300\/60{
  background-color: rgb(212 212 216 / 0.6) !important;
}
.\!bg-zinc-300\/65{
  background-color: rgb(212 212 216 / 0.65) !important;
}
.\!bg-zinc-300\/70{
  background-color: rgb(212 212 216 / 0.7) !important;
}
.\!bg-zinc-300\/75{
  background-color: rgb(212 212 216 / 0.75) !important;
}
.\!bg-zinc-300\/80{
  background-color: rgb(212 212 216 / 0.8) !important;
}
.\!bg-zinc-300\/85{
  background-color: rgb(212 212 216 / 0.85) !important;
}
.\!bg-zinc-300\/90{
  background-color: rgb(212 212 216 / 0.9) !important;
}
.\!bg-zinc-300\/95{
  background-color: rgb(212 212 216 / 0.95) !important;
}
.\!bg-zinc-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-400\/0{
  background-color: rgb(161 161 170 / 0) !important;
}
.\!bg-zinc-400\/10{
  background-color: rgb(161 161 170 / 0.1) !important;
}
.\!bg-zinc-400\/100{
  background-color: rgb(161 161 170 / 1) !important;
}
.\!bg-zinc-400\/15{
  background-color: rgb(161 161 170 / 0.15) !important;
}
.\!bg-zinc-400\/20{
  background-color: rgb(161 161 170 / 0.2) !important;
}
.\!bg-zinc-400\/25{
  background-color: rgb(161 161 170 / 0.25) !important;
}
.\!bg-zinc-400\/30{
  background-color: rgb(161 161 170 / 0.3) !important;
}
.\!bg-zinc-400\/35{
  background-color: rgb(161 161 170 / 0.35) !important;
}
.\!bg-zinc-400\/40{
  background-color: rgb(161 161 170 / 0.4) !important;
}
.\!bg-zinc-400\/45{
  background-color: rgb(161 161 170 / 0.45) !important;
}
.\!bg-zinc-400\/5{
  background-color: rgb(161 161 170 / 0.05) !important;
}
.\!bg-zinc-400\/50{
  background-color: rgb(161 161 170 / 0.5) !important;
}
.\!bg-zinc-400\/55{
  background-color: rgb(161 161 170 / 0.55) !important;
}
.\!bg-zinc-400\/60{
  background-color: rgb(161 161 170 / 0.6) !important;
}
.\!bg-zinc-400\/65{
  background-color: rgb(161 161 170 / 0.65) !important;
}
.\!bg-zinc-400\/70{
  background-color: rgb(161 161 170 / 0.7) !important;
}
.\!bg-zinc-400\/75{
  background-color: rgb(161 161 170 / 0.75) !important;
}
.\!bg-zinc-400\/80{
  background-color: rgb(161 161 170 / 0.8) !important;
}
.\!bg-zinc-400\/85{
  background-color: rgb(161 161 170 / 0.85) !important;
}
.\!bg-zinc-400\/90{
  background-color: rgb(161 161 170 / 0.9) !important;
}
.\!bg-zinc-400\/95{
  background-color: rgb(161 161 170 / 0.95) !important;
}
.\!bg-zinc-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-50\/0{
  background-color: rgb(250 250 250 / 0) !important;
}
.\!bg-zinc-50\/10{
  background-color: rgb(250 250 250 / 0.1) !important;
}
.\!bg-zinc-50\/100{
  background-color: rgb(250 250 250 / 1) !important;
}
.\!bg-zinc-50\/15{
  background-color: rgb(250 250 250 / 0.15) !important;
}
.\!bg-zinc-50\/20{
  background-color: rgb(250 250 250 / 0.2) !important;
}
.\!bg-zinc-50\/25{
  background-color: rgb(250 250 250 / 0.25) !important;
}
.\!bg-zinc-50\/30{
  background-color: rgb(250 250 250 / 0.3) !important;
}
.\!bg-zinc-50\/35{
  background-color: rgb(250 250 250 / 0.35) !important;
}
.\!bg-zinc-50\/40{
  background-color: rgb(250 250 250 / 0.4) !important;
}
.\!bg-zinc-50\/45{
  background-color: rgb(250 250 250 / 0.45) !important;
}
.\!bg-zinc-50\/5{
  background-color: rgb(250 250 250 / 0.05) !important;
}
.\!bg-zinc-50\/50{
  background-color: rgb(250 250 250 / 0.5) !important;
}
.\!bg-zinc-50\/55{
  background-color: rgb(250 250 250 / 0.55) !important;
}
.\!bg-zinc-50\/60{
  background-color: rgb(250 250 250 / 0.6) !important;
}
.\!bg-zinc-50\/65{
  background-color: rgb(250 250 250 / 0.65) !important;
}
.\!bg-zinc-50\/70{
  background-color: rgb(250 250 250 / 0.7) !important;
}
.\!bg-zinc-50\/75{
  background-color: rgb(250 250 250 / 0.75) !important;
}
.\!bg-zinc-50\/80{
  background-color: rgb(250 250 250 / 0.8) !important;
}
.\!bg-zinc-50\/85{
  background-color: rgb(250 250 250 / 0.85) !important;
}
.\!bg-zinc-50\/90{
  background-color: rgb(250 250 250 / 0.9) !important;
}
.\!bg-zinc-50\/95{
  background-color: rgb(250 250 250 / 0.95) !important;
}
.\!bg-zinc-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-500\/0{
  background-color: rgb(113 113 122 / 0) !important;
}
.\!bg-zinc-500\/10{
  background-color: rgb(113 113 122 / 0.1) !important;
}
.\!bg-zinc-500\/100{
  background-color: rgb(113 113 122 / 1) !important;
}
.\!bg-zinc-500\/15{
  background-color: rgb(113 113 122 / 0.15) !important;
}
.\!bg-zinc-500\/20{
  background-color: rgb(113 113 122 / 0.2) !important;
}
.\!bg-zinc-500\/25{
  background-color: rgb(113 113 122 / 0.25) !important;
}
.\!bg-zinc-500\/30{
  background-color: rgb(113 113 122 / 0.3) !important;
}
.\!bg-zinc-500\/35{
  background-color: rgb(113 113 122 / 0.35) !important;
}
.\!bg-zinc-500\/40{
  background-color: rgb(113 113 122 / 0.4) !important;
}
.\!bg-zinc-500\/45{
  background-color: rgb(113 113 122 / 0.45) !important;
}
.\!bg-zinc-500\/5{
  background-color: rgb(113 113 122 / 0.05) !important;
}
.\!bg-zinc-500\/50{
  background-color: rgb(113 113 122 / 0.5) !important;
}
.\!bg-zinc-500\/55{
  background-color: rgb(113 113 122 / 0.55) !important;
}
.\!bg-zinc-500\/60{
  background-color: rgb(113 113 122 / 0.6) !important;
}
.\!bg-zinc-500\/65{
  background-color: rgb(113 113 122 / 0.65) !important;
}
.\!bg-zinc-500\/70{
  background-color: rgb(113 113 122 / 0.7) !important;
}
.\!bg-zinc-500\/75{
  background-color: rgb(113 113 122 / 0.75) !important;
}
.\!bg-zinc-500\/80{
  background-color: rgb(113 113 122 / 0.8) !important;
}
.\!bg-zinc-500\/85{
  background-color: rgb(113 113 122 / 0.85) !important;
}
.\!bg-zinc-500\/90{
  background-color: rgb(113 113 122 / 0.9) !important;
}
.\!bg-zinc-500\/95{
  background-color: rgb(113 113 122 / 0.95) !important;
}
.\!bg-zinc-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-600\/0{
  background-color: rgb(82 82 91 / 0) !important;
}
.\!bg-zinc-600\/10{
  background-color: rgb(82 82 91 / 0.1) !important;
}
.\!bg-zinc-600\/100{
  background-color: rgb(82 82 91 / 1) !important;
}
.\!bg-zinc-600\/15{
  background-color: rgb(82 82 91 / 0.15) !important;
}
.\!bg-zinc-600\/20{
  background-color: rgb(82 82 91 / 0.2) !important;
}
.\!bg-zinc-600\/25{
  background-color: rgb(82 82 91 / 0.25) !important;
}
.\!bg-zinc-600\/30{
  background-color: rgb(82 82 91 / 0.3) !important;
}
.\!bg-zinc-600\/35{
  background-color: rgb(82 82 91 / 0.35) !important;
}
.\!bg-zinc-600\/40{
  background-color: rgb(82 82 91 / 0.4) !important;
}
.\!bg-zinc-600\/45{
  background-color: rgb(82 82 91 / 0.45) !important;
}
.\!bg-zinc-600\/5{
  background-color: rgb(82 82 91 / 0.05) !important;
}
.\!bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5) !important;
}
.\!bg-zinc-600\/55{
  background-color: rgb(82 82 91 / 0.55) !important;
}
.\!bg-zinc-600\/60{
  background-color: rgb(82 82 91 / 0.6) !important;
}
.\!bg-zinc-600\/65{
  background-color: rgb(82 82 91 / 0.65) !important;
}
.\!bg-zinc-600\/70{
  background-color: rgb(82 82 91 / 0.7) !important;
}
.\!bg-zinc-600\/75{
  background-color: rgb(82 82 91 / 0.75) !important;
}
.\!bg-zinc-600\/80{
  background-color: rgb(82 82 91 / 0.8) !important;
}
.\!bg-zinc-600\/85{
  background-color: rgb(82 82 91 / 0.85) !important;
}
.\!bg-zinc-600\/90{
  background-color: rgb(82 82 91 / 0.9) !important;
}
.\!bg-zinc-600\/95{
  background-color: rgb(82 82 91 / 0.95) !important;
}
.\!bg-zinc-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-700\/0{
  background-color: rgb(63 63 70 / 0) !important;
}
.\!bg-zinc-700\/10{
  background-color: rgb(63 63 70 / 0.1) !important;
}
.\!bg-zinc-700\/100{
  background-color: rgb(63 63 70 / 1) !important;
}
.\!bg-zinc-700\/15{
  background-color: rgb(63 63 70 / 0.15) !important;
}
.\!bg-zinc-700\/20{
  background-color: rgb(63 63 70 / 0.2) !important;
}
.\!bg-zinc-700\/25{
  background-color: rgb(63 63 70 / 0.25) !important;
}
.\!bg-zinc-700\/30{
  background-color: rgb(63 63 70 / 0.3) !important;
}
.\!bg-zinc-700\/35{
  background-color: rgb(63 63 70 / 0.35) !important;
}
.\!bg-zinc-700\/40{
  background-color: rgb(63 63 70 / 0.4) !important;
}
.\!bg-zinc-700\/45{
  background-color: rgb(63 63 70 / 0.45) !important;
}
.\!bg-zinc-700\/5{
  background-color: rgb(63 63 70 / 0.05) !important;
}
.\!bg-zinc-700\/50{
  background-color: rgb(63 63 70 / 0.5) !important;
}
.\!bg-zinc-700\/55{
  background-color: rgb(63 63 70 / 0.55) !important;
}
.\!bg-zinc-700\/60{
  background-color: rgb(63 63 70 / 0.6) !important;
}
.\!bg-zinc-700\/65{
  background-color: rgb(63 63 70 / 0.65) !important;
}
.\!bg-zinc-700\/70{
  background-color: rgb(63 63 70 / 0.7) !important;
}
.\!bg-zinc-700\/75{
  background-color: rgb(63 63 70 / 0.75) !important;
}
.\!bg-zinc-700\/80{
  background-color: rgb(63 63 70 / 0.8) !important;
}
.\!bg-zinc-700\/85{
  background-color: rgb(63 63 70 / 0.85) !important;
}
.\!bg-zinc-700\/90{
  background-color: rgb(63 63 70 / 0.9) !important;
}
.\!bg-zinc-700\/95{
  background-color: rgb(63 63 70 / 0.95) !important;
}
.\!bg-zinc-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-800\/0{
  background-color: rgb(39 39 42 / 0) !important;
}
.\!bg-zinc-800\/10{
  background-color: rgb(39 39 42 / 0.1) !important;
}
.\!bg-zinc-800\/100{
  background-color: rgb(39 39 42 / 1) !important;
}
.\!bg-zinc-800\/15{
  background-color: rgb(39 39 42 / 0.15) !important;
}
.\!bg-zinc-800\/20{
  background-color: rgb(39 39 42 / 0.2) !important;
}
.\!bg-zinc-800\/25{
  background-color: rgb(39 39 42 / 0.25) !important;
}
.\!bg-zinc-800\/30{
  background-color: rgb(39 39 42 / 0.3) !important;
}
.\!bg-zinc-800\/35{
  background-color: rgb(39 39 42 / 0.35) !important;
}
.\!bg-zinc-800\/40{
  background-color: rgb(39 39 42 / 0.4) !important;
}
.\!bg-zinc-800\/45{
  background-color: rgb(39 39 42 / 0.45) !important;
}
.\!bg-zinc-800\/5{
  background-color: rgb(39 39 42 / 0.05) !important;
}
.\!bg-zinc-800\/50{
  background-color: rgb(39 39 42 / 0.5) !important;
}
.\!bg-zinc-800\/55{
  background-color: rgb(39 39 42 / 0.55) !important;
}
.\!bg-zinc-800\/60{
  background-color: rgb(39 39 42 / 0.6) !important;
}
.\!bg-zinc-800\/65{
  background-color: rgb(39 39 42 / 0.65) !important;
}
.\!bg-zinc-800\/70{
  background-color: rgb(39 39 42 / 0.7) !important;
}
.\!bg-zinc-800\/75{
  background-color: rgb(39 39 42 / 0.75) !important;
}
.\!bg-zinc-800\/80{
  background-color: rgb(39 39 42 / 0.8) !important;
}
.\!bg-zinc-800\/85{
  background-color: rgb(39 39 42 / 0.85) !important;
}
.\!bg-zinc-800\/90{
  background-color: rgb(39 39 42 / 0.9) !important;
}
.\!bg-zinc-800\/95{
  background-color: rgb(39 39 42 / 0.95) !important;
}
.\!bg-zinc-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-900\/0{
  background-color: rgb(24 24 27 / 0) !important;
}
.\!bg-zinc-900\/10{
  background-color: rgb(24 24 27 / 0.1) !important;
}
.\!bg-zinc-900\/100{
  background-color: rgb(24 24 27 / 1) !important;
}
.\!bg-zinc-900\/15{
  background-color: rgb(24 24 27 / 0.15) !important;
}
.\!bg-zinc-900\/20{
  background-color: rgb(24 24 27 / 0.2) !important;
}
.\!bg-zinc-900\/25{
  background-color: rgb(24 24 27 / 0.25) !important;
}
.\!bg-zinc-900\/30{
  background-color: rgb(24 24 27 / 0.3) !important;
}
.\!bg-zinc-900\/35{
  background-color: rgb(24 24 27 / 0.35) !important;
}
.\!bg-zinc-900\/40{
  background-color: rgb(24 24 27 / 0.4) !important;
}
.\!bg-zinc-900\/45{
  background-color: rgb(24 24 27 / 0.45) !important;
}
.\!bg-zinc-900\/5{
  background-color: rgb(24 24 27 / 0.05) !important;
}
.\!bg-zinc-900\/50{
  background-color: rgb(24 24 27 / 0.5) !important;
}
.\!bg-zinc-900\/55{
  background-color: rgb(24 24 27 / 0.55) !important;
}
.\!bg-zinc-900\/60{
  background-color: rgb(24 24 27 / 0.6) !important;
}
.\!bg-zinc-900\/65{
  background-color: rgb(24 24 27 / 0.65) !important;
}
.\!bg-zinc-900\/70{
  background-color: rgb(24 24 27 / 0.7) !important;
}
.\!bg-zinc-900\/75{
  background-color: rgb(24 24 27 / 0.75) !important;
}
.\!bg-zinc-900\/80{
  background-color: rgb(24 24 27 / 0.8) !important;
}
.\!bg-zinc-900\/85{
  background-color: rgb(24 24 27 / 0.85) !important;
}
.\!bg-zinc-900\/90{
  background-color: rgb(24 24 27 / 0.9) !important;
}
.\!bg-zinc-900\/95{
  background-color: rgb(24 24 27 / 0.95) !important;
}
.\!bg-zinc-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity)) !important;
}
.\!bg-zinc-950\/0{
  background-color: rgb(9 9 11 / 0) !important;
}
.\!bg-zinc-950\/10{
  background-color: rgb(9 9 11 / 0.1) !important;
}
.\!bg-zinc-950\/100{
  background-color: rgb(9 9 11 / 1) !important;
}
.\!bg-zinc-950\/15{
  background-color: rgb(9 9 11 / 0.15) !important;
}
.\!bg-zinc-950\/20{
  background-color: rgb(9 9 11 / 0.2) !important;
}
.\!bg-zinc-950\/25{
  background-color: rgb(9 9 11 / 0.25) !important;
}
.\!bg-zinc-950\/30{
  background-color: rgb(9 9 11 / 0.3) !important;
}
.\!bg-zinc-950\/35{
  background-color: rgb(9 9 11 / 0.35) !important;
}
.\!bg-zinc-950\/40{
  background-color: rgb(9 9 11 / 0.4) !important;
}
.\!bg-zinc-950\/45{
  background-color: rgb(9 9 11 / 0.45) !important;
}
.\!bg-zinc-950\/5{
  background-color: rgb(9 9 11 / 0.05) !important;
}
.\!bg-zinc-950\/50{
  background-color: rgb(9 9 11 / 0.5) !important;
}
.\!bg-zinc-950\/55{
  background-color: rgb(9 9 11 / 0.55) !important;
}
.\!bg-zinc-950\/60{
  background-color: rgb(9 9 11 / 0.6) !important;
}
.\!bg-zinc-950\/65{
  background-color: rgb(9 9 11 / 0.65) !important;
}
.\!bg-zinc-950\/70{
  background-color: rgb(9 9 11 / 0.7) !important;
}
.\!bg-zinc-950\/75{
  background-color: rgb(9 9 11 / 0.75) !important;
}
.\!bg-zinc-950\/80{
  background-color: rgb(9 9 11 / 0.8) !important;
}
.\!bg-zinc-950\/85{
  background-color: rgb(9 9 11 / 0.85) !important;
}
.\!bg-zinc-950\/90{
  background-color: rgb(9 9 11 / 0.9) !important;
}
.\!bg-zinc-950\/95{
  background-color: rgb(9 9 11 / 0.95) !important;
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-amber-100\/0{
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10{
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100{
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/15{
  background-color: rgb(254 243 199 / 0.15);
}
.bg-amber-100\/20{
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25{
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30{
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/35{
  background-color: rgb(254 243 199 / 0.35);
}
.bg-amber-100\/40{
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/45{
  background-color: rgb(254 243 199 / 0.45);
}
.bg-amber-100\/5{
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50{
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/55{
  background-color: rgb(254 243 199 / 0.55);
}
.bg-amber-100\/60{
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/65{
  background-color: rgb(254 243 199 / 0.65);
}
.bg-amber-100\/70{
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75{
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80{
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/85{
  background-color: rgb(254 243 199 / 0.85);
}
.bg-amber-100\/90{
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95{
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-amber-200\/0{
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10{
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100{
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/15{
  background-color: rgb(253 230 138 / 0.15);
}
.bg-amber-200\/20{
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25{
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30{
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/35{
  background-color: rgb(253 230 138 / 0.35);
}
.bg-amber-200\/40{
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/45{
  background-color: rgb(253 230 138 / 0.45);
}
.bg-amber-200\/5{
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50{
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/55{
  background-color: rgb(253 230 138 / 0.55);
}
.bg-amber-200\/60{
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/65{
  background-color: rgb(253 230 138 / 0.65);
}
.bg-amber-200\/70{
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75{
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80{
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/85{
  background-color: rgb(253 230 138 / 0.85);
}
.bg-amber-200\/90{
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95{
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-amber-300\/0{
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10{
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100{
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/15{
  background-color: rgb(252 211 77 / 0.15);
}
.bg-amber-300\/20{
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25{
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30{
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/35{
  background-color: rgb(252 211 77 / 0.35);
}
.bg-amber-300\/40{
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/45{
  background-color: rgb(252 211 77 / 0.45);
}
.bg-amber-300\/5{
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50{
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/55{
  background-color: rgb(252 211 77 / 0.55);
}
.bg-amber-300\/60{
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/65{
  background-color: rgb(252 211 77 / 0.65);
}
.bg-amber-300\/70{
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75{
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80{
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/85{
  background-color: rgb(252 211 77 / 0.85);
}
.bg-amber-300\/90{
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95{
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-amber-400\/0{
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10{
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100{
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/15{
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-400\/20{
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25{
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30{
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/35{
  background-color: rgb(251 191 36 / 0.35);
}
.bg-amber-400\/40{
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/45{
  background-color: rgb(251 191 36 / 0.45);
}
.bg-amber-400\/5{
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50{
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/55{
  background-color: rgb(251 191 36 / 0.55);
}
.bg-amber-400\/60{
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/65{
  background-color: rgb(251 191 36 / 0.65);
}
.bg-amber-400\/70{
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75{
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80{
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/85{
  background-color: rgb(251 191 36 / 0.85);
}
.bg-amber-400\/90{
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95{
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-amber-50\/0{
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10{
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100{
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/15{
  background-color: rgb(255 251 235 / 0.15);
}
.bg-amber-50\/20{
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25{
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/35{
  background-color: rgb(255 251 235 / 0.35);
}
.bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/45{
  background-color: rgb(255 251 235 / 0.45);
}
.bg-amber-50\/5{
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50{
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/55{
  background-color: rgb(255 251 235 / 0.55);
}
.bg-amber-50\/60{
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/65{
  background-color: rgb(255 251 235 / 0.65);
}
.bg-amber-50\/70{
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75{
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80{
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/85{
  background-color: rgb(255 251 235 / 0.85);
}
.bg-amber-50\/90{
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95{
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-amber-500\/0{
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100{
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/15{
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-500\/20{
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25{
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30{
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/35{
  background-color: rgb(245 158 11 / 0.35);
}
.bg-amber-500\/40{
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/45{
  background-color: rgb(245 158 11 / 0.45);
}
.bg-amber-500\/5{
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50{
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/55{
  background-color: rgb(245 158 11 / 0.55);
}
.bg-amber-500\/60{
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/65{
  background-color: rgb(245 158 11 / 0.65);
}
.bg-amber-500\/70{
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75{
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80{
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/85{
  background-color: rgb(245 158 11 / 0.85);
}
.bg-amber-500\/90{
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95{
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-amber-600\/0{
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10{
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100{
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/15{
  background-color: rgb(217 119 6 / 0.15);
}
.bg-amber-600\/20{
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25{
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30{
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/35{
  background-color: rgb(217 119 6 / 0.35);
}
.bg-amber-600\/40{
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/45{
  background-color: rgb(217 119 6 / 0.45);
}
.bg-amber-600\/5{
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50{
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/55{
  background-color: rgb(217 119 6 / 0.55);
}
.bg-amber-600\/60{
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/65{
  background-color: rgb(217 119 6 / 0.65);
}
.bg-amber-600\/70{
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75{
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80{
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/85{
  background-color: rgb(217 119 6 / 0.85);
}
.bg-amber-600\/90{
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95{
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-amber-700\/0{
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10{
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100{
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/15{
  background-color: rgb(180 83 9 / 0.15);
}
.bg-amber-700\/20{
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25{
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30{
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/35{
  background-color: rgb(180 83 9 / 0.35);
}
.bg-amber-700\/40{
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/45{
  background-color: rgb(180 83 9 / 0.45);
}
.bg-amber-700\/5{
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50{
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/55{
  background-color: rgb(180 83 9 / 0.55);
}
.bg-amber-700\/60{
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/65{
  background-color: rgb(180 83 9 / 0.65);
}
.bg-amber-700\/70{
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75{
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80{
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/85{
  background-color: rgb(180 83 9 / 0.85);
}
.bg-amber-700\/90{
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95{
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-800{
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-amber-800\/0{
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10{
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100{
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/15{
  background-color: rgb(146 64 14 / 0.15);
}
.bg-amber-800\/20{
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25{
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30{
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/35{
  background-color: rgb(146 64 14 / 0.35);
}
.bg-amber-800\/40{
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/45{
  background-color: rgb(146 64 14 / 0.45);
}
.bg-amber-800\/5{
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50{
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/55{
  background-color: rgb(146 64 14 / 0.55);
}
.bg-amber-800\/60{
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/65{
  background-color: rgb(146 64 14 / 0.65);
}
.bg-amber-800\/70{
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75{
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80{
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/85{
  background-color: rgb(146 64 14 / 0.85);
}
.bg-amber-800\/90{
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95{
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-900{
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-amber-900\/0{
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10{
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100{
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/15{
  background-color: rgb(120 53 15 / 0.15);
}
.bg-amber-900\/20{
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25{
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30{
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/35{
  background-color: rgb(120 53 15 / 0.35);
}
.bg-amber-900\/40{
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/45{
  background-color: rgb(120 53 15 / 0.45);
}
.bg-amber-900\/5{
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/55{
  background-color: rgb(120 53 15 / 0.55);
}
.bg-amber-900\/60{
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/65{
  background-color: rgb(120 53 15 / 0.65);
}
.bg-amber-900\/70{
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75{
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80{
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/85{
  background-color: rgb(120 53 15 / 0.85);
}
.bg-amber-900\/90{
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95{
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.bg-amber-950\/0{
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10{
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100{
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/15{
  background-color: rgb(69 26 3 / 0.15);
}
.bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25{
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30{
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/35{
  background-color: rgb(69 26 3 / 0.35);
}
.bg-amber-950\/40{
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/45{
  background-color: rgb(69 26 3 / 0.45);
}
.bg-amber-950\/5{
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50{
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/55{
  background-color: rgb(69 26 3 / 0.55);
}
.bg-amber-950\/60{
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/65{
  background-color: rgb(69 26 3 / 0.65);
}
.bg-amber-950\/70{
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75{
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80{
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/85{
  background-color: rgb(69 26 3 / 0.85);
}
.bg-amber-950\/90{
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95{
  background-color: rgb(69 26 3 / 0.95);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0{
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10{
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100{
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/15{
  background-color: rgb(219 234 254 / 0.15);
}
.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/35{
  background-color: rgb(219 234 254 / 0.35);
}
.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/45{
  background-color: rgb(219 234 254 / 0.45);
}
.bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/55{
  background-color: rgb(219 234 254 / 0.55);
}
.bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/65{
  background-color: rgb(219 234 254 / 0.65);
}
.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/85{
  background-color: rgb(219 234 254 / 0.85);
}
.bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/15{
  background-color: rgb(191 219 254 / 0.15);
}
.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/35{
  background-color: rgb(191 219 254 / 0.35);
}
.bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/45{
  background-color: rgb(191 219 254 / 0.45);
}
.bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/55{
  background-color: rgb(191 219 254 / 0.55);
}
.bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/65{
  background-color: rgb(191 219 254 / 0.65);
}
.bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/85{
  background-color: rgb(191 219 254 / 0.85);
}
.bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15{
  background-color: rgb(147 197 253 / 0.15);
}
.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35{
  background-color: rgb(147 197 253 / 0.35);
}
.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45{
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55{
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65{
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85{
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/15{
  background-color: rgb(96 165 250 / 0.15);
}
.bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/35{
  background-color: rgb(96 165 250 / 0.35);
}
.bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/45{
  background-color: rgb(96 165 250 / 0.45);
}
.bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/55{
  background-color: rgb(96 165 250 / 0.55);
}
.bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/65{
  background-color: rgb(96 165 250 / 0.65);
}
.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/85{
  background-color: rgb(96 165 250 / 0.85);
}
.bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/15{
  background-color: rgb(239 246 255 / 0.15);
}
.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/35{
  background-color: rgb(239 246 255 / 0.35);
}
.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/45{
  background-color: rgb(239 246 255 / 0.45);
}
.bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/55{
  background-color: rgb(239 246 255 / 0.55);
}
.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/65{
  background-color: rgb(239 246 255 / 0.65);
}
.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/85{
  background-color: rgb(239 246 255 / 0.85);
}
.bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/15{
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/35{
  background-color: rgb(59 130 246 / 0.35);
}
.bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/45{
  background-color: rgb(59 130 246 / 0.45);
}
.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/55{
  background-color: rgb(59 130 246 / 0.55);
}
.bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/65{
  background-color: rgb(59 130 246 / 0.65);
}
.bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/85{
  background-color: rgb(59 130 246 / 0.85);
}
.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/15{
  background-color: rgb(37 99 235 / 0.15);
}
.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/35{
  background-color: rgb(37 99 235 / 0.35);
}
.bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/45{
  background-color: rgb(37 99 235 / 0.45);
}
.bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/55{
  background-color: rgb(37 99 235 / 0.55);
}
.bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/65{
  background-color: rgb(37 99 235 / 0.65);
}
.bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/85{
  background-color: rgb(37 99 235 / 0.85);
}
.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/15{
  background-color: rgb(29 78 216 / 0.15);
}
.bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/35{
  background-color: rgb(29 78 216 / 0.35);
}
.bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/45{
  background-color: rgb(29 78 216 / 0.45);
}
.bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/55{
  background-color: rgb(29 78 216 / 0.55);
}
.bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/65{
  background-color: rgb(29 78 216 / 0.65);
}
.bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/85{
  background-color: rgb(29 78 216 / 0.85);
}
.bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/15{
  background-color: rgb(30 64 175 / 0.15);
}
.bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/35{
  background-color: rgb(30 64 175 / 0.35);
}
.bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/45{
  background-color: rgb(30 64 175 / 0.45);
}
.bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/55{
  background-color: rgb(30 64 175 / 0.55);
}
.bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/65{
  background-color: rgb(30 64 175 / 0.65);
}
.bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/85{
  background-color: rgb(30 64 175 / 0.85);
}
.bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/15{
  background-color: rgb(30 58 138 / 0.15);
}
.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/35{
  background-color: rgb(30 58 138 / 0.35);
}
.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/45{
  background-color: rgb(30 58 138 / 0.45);
}
.bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/55{
  background-color: rgb(30 58 138 / 0.55);
}
.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/65{
  background-color: rgb(30 58 138 / 0.65);
}
.bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/85{
  background-color: rgb(30 58 138 / 0.85);
}
.bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-blue-950\/0{
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10{
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100{
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/15{
  background-color: rgb(23 37 84 / 0.15);
}
.bg-blue-950\/20{
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25{
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30{
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/35{
  background-color: rgb(23 37 84 / 0.35);
}
.bg-blue-950\/40{
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/45{
  background-color: rgb(23 37 84 / 0.45);
}
.bg-blue-950\/5{
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50{
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/55{
  background-color: rgb(23 37 84 / 0.55);
}
.bg-blue-950\/60{
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/65{
  background-color: rgb(23 37 84 / 0.65);
}
.bg-blue-950\/70{
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75{
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80{
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/85{
  background-color: rgb(23 37 84 / 0.85);
}
.bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95{
  background-color: rgb(23 37 84 / 0.95);
}
.bg-brand-border{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 251 / var(--tw-bg-opacity));
}
.bg-brand-border\/0{
  background-color: rgb(255 251 251 / 0);
}
.bg-brand-border\/10{
  background-color: rgb(255 251 251 / 0.1);
}
.bg-brand-border\/100{
  background-color: rgb(255 251 251 / 1);
}
.bg-brand-border\/15{
  background-color: rgb(255 251 251 / 0.15);
}
.bg-brand-border\/20{
  background-color: rgb(255 251 251 / 0.2);
}
.bg-brand-border\/25{
  background-color: rgb(255 251 251 / 0.25);
}
.bg-brand-border\/30{
  background-color: rgb(255 251 251 / 0.3);
}
.bg-brand-border\/35{
  background-color: rgb(255 251 251 / 0.35);
}
.bg-brand-border\/40{
  background-color: rgb(255 251 251 / 0.4);
}
.bg-brand-border\/45{
  background-color: rgb(255 251 251 / 0.45);
}
.bg-brand-border\/5{
  background-color: rgb(255 251 251 / 0.05);
}
.bg-brand-border\/50{
  background-color: rgb(255 251 251 / 0.5);
}
.bg-brand-border\/55{
  background-color: rgb(255 251 251 / 0.55);
}
.bg-brand-border\/60{
  background-color: rgb(255 251 251 / 0.6);
}
.bg-brand-border\/65{
  background-color: rgb(255 251 251 / 0.65);
}
.bg-brand-border\/70{
  background-color: rgb(255 251 251 / 0.7);
}
.bg-brand-border\/75{
  background-color: rgb(255 251 251 / 0.75);
}
.bg-brand-border\/80{
  background-color: rgb(255 251 251 / 0.8);
}
.bg-brand-border\/85{
  background-color: rgb(255 251 251 / 0.85);
}
.bg-brand-border\/90{
  background-color: rgb(255 251 251 / 0.9);
}
.bg-brand-border\/95{
  background-color: rgb(255 251 251 / 0.95);
}
.bg-brand-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(221 54 60 / var(--tw-bg-opacity));
}
.bg-brand-primary\/0{
  background-color: rgb(221 54 60 / 0);
}
.bg-brand-primary\/10{
  background-color: rgb(221 54 60 / 0.1);
}
.bg-brand-primary\/100{
  background-color: rgb(221 54 60 / 1);
}
.bg-brand-primary\/15{
  background-color: rgb(221 54 60 / 0.15);
}
.bg-brand-primary\/20{
  background-color: rgb(221 54 60 / 0.2);
}
.bg-brand-primary\/25{
  background-color: rgb(221 54 60 / 0.25);
}
.bg-brand-primary\/30{
  background-color: rgb(221 54 60 / 0.3);
}
.bg-brand-primary\/35{
  background-color: rgb(221 54 60 / 0.35);
}
.bg-brand-primary\/40{
  background-color: rgb(221 54 60 / 0.4);
}
.bg-brand-primary\/45{
  background-color: rgb(221 54 60 / 0.45);
}
.bg-brand-primary\/5{
  background-color: rgb(221 54 60 / 0.05);
}
.bg-brand-primary\/50{
  background-color: rgb(221 54 60 / 0.5);
}
.bg-brand-primary\/55{
  background-color: rgb(221 54 60 / 0.55);
}
.bg-brand-primary\/60{
  background-color: rgb(221 54 60 / 0.6);
}
.bg-brand-primary\/65{
  background-color: rgb(221 54 60 / 0.65);
}
.bg-brand-primary\/70{
  background-color: rgb(221 54 60 / 0.7);
}
.bg-brand-primary\/75{
  background-color: rgb(221 54 60 / 0.75);
}
.bg-brand-primary\/80{
  background-color: rgb(221 54 60 / 0.8);
}
.bg-brand-primary\/85{
  background-color: rgb(221 54 60 / 0.85);
}
.bg-brand-primary\/90{
  background-color: rgb(221 54 60 / 0.9);
}
.bg-brand-primary\/95{
  background-color: rgb(221 54 60 / 0.95);
}
.bg-brand-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(125 0 4 / var(--tw-bg-opacity));
}
.bg-brand-secondary\/0{
  background-color: rgb(125 0 4 / 0);
}
.bg-brand-secondary\/10{
  background-color: rgb(125 0 4 / 0.1);
}
.bg-brand-secondary\/100{
  background-color: rgb(125 0 4 / 1);
}
.bg-brand-secondary\/15{
  background-color: rgb(125 0 4 / 0.15);
}
.bg-brand-secondary\/20{
  background-color: rgb(125 0 4 / 0.2);
}
.bg-brand-secondary\/25{
  background-color: rgb(125 0 4 / 0.25);
}
.bg-brand-secondary\/30{
  background-color: rgb(125 0 4 / 0.3);
}
.bg-brand-secondary\/35{
  background-color: rgb(125 0 4 / 0.35);
}
.bg-brand-secondary\/40{
  background-color: rgb(125 0 4 / 0.4);
}
.bg-brand-secondary\/45{
  background-color: rgb(125 0 4 / 0.45);
}
.bg-brand-secondary\/5{
  background-color: rgb(125 0 4 / 0.05);
}
.bg-brand-secondary\/50{
  background-color: rgb(125 0 4 / 0.5);
}
.bg-brand-secondary\/55{
  background-color: rgb(125 0 4 / 0.55);
}
.bg-brand-secondary\/60{
  background-color: rgb(125 0 4 / 0.6);
}
.bg-brand-secondary\/65{
  background-color: rgb(125 0 4 / 0.65);
}
.bg-brand-secondary\/70{
  background-color: rgb(125 0 4 / 0.7);
}
.bg-brand-secondary\/75{
  background-color: rgb(125 0 4 / 0.75);
}
.bg-brand-secondary\/80{
  background-color: rgb(125 0 4 / 0.8);
}
.bg-brand-secondary\/85{
  background-color: rgb(125 0 4 / 0.85);
}
.bg-brand-secondary\/90{
  background-color: rgb(125 0 4 / 0.9);
}
.bg-brand-secondary\/95{
  background-color: rgb(125 0 4 / 0.95);
}
.bg-brand-text-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 247 / var(--tw-bg-opacity));
}
.bg-brand-text-primary\/0{
  background-color: rgb(255 247 247 / 0);
}
.bg-brand-text-primary\/10{
  background-color: rgb(255 247 247 / 0.1);
}
.bg-brand-text-primary\/100{
  background-color: rgb(255 247 247 / 1);
}
.bg-brand-text-primary\/15{
  background-color: rgb(255 247 247 / 0.15);
}
.bg-brand-text-primary\/20{
  background-color: rgb(255 247 247 / 0.2);
}
.bg-brand-text-primary\/25{
  background-color: rgb(255 247 247 / 0.25);
}
.bg-brand-text-primary\/30{
  background-color: rgb(255 247 247 / 0.3);
}
.bg-brand-text-primary\/35{
  background-color: rgb(255 247 247 / 0.35);
}
.bg-brand-text-primary\/40{
  background-color: rgb(255 247 247 / 0.4);
}
.bg-brand-text-primary\/45{
  background-color: rgb(255 247 247 / 0.45);
}
.bg-brand-text-primary\/5{
  background-color: rgb(255 247 247 / 0.05);
}
.bg-brand-text-primary\/50{
  background-color: rgb(255 247 247 / 0.5);
}
.bg-brand-text-primary\/55{
  background-color: rgb(255 247 247 / 0.55);
}
.bg-brand-text-primary\/60{
  background-color: rgb(255 247 247 / 0.6);
}
.bg-brand-text-primary\/65{
  background-color: rgb(255 247 247 / 0.65);
}
.bg-brand-text-primary\/70{
  background-color: rgb(255 247 247 / 0.7);
}
.bg-brand-text-primary\/75{
  background-color: rgb(255 247 247 / 0.75);
}
.bg-brand-text-primary\/80{
  background-color: rgb(255 247 247 / 0.8);
}
.bg-brand-text-primary\/85{
  background-color: rgb(255 247 247 / 0.85);
}
.bg-brand-text-primary\/90{
  background-color: rgb(255 247 247 / 0.9);
}
.bg-brand-text-primary\/95{
  background-color: rgb(255 247 247 / 0.95);
}
.bg-brand-text-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 236 / var(--tw-bg-opacity));
}
.bg-brand-text-secondary\/0{
  background-color: rgb(255 235 236 / 0);
}
.bg-brand-text-secondary\/10{
  background-color: rgb(255 235 236 / 0.1);
}
.bg-brand-text-secondary\/100{
  background-color: rgb(255 235 236 / 1);
}
.bg-brand-text-secondary\/15{
  background-color: rgb(255 235 236 / 0.15);
}
.bg-brand-text-secondary\/20{
  background-color: rgb(255 235 236 / 0.2);
}
.bg-brand-text-secondary\/25{
  background-color: rgb(255 235 236 / 0.25);
}
.bg-brand-text-secondary\/30{
  background-color: rgb(255 235 236 / 0.3);
}
.bg-brand-text-secondary\/35{
  background-color: rgb(255 235 236 / 0.35);
}
.bg-brand-text-secondary\/40{
  background-color: rgb(255 235 236 / 0.4);
}
.bg-brand-text-secondary\/45{
  background-color: rgb(255 235 236 / 0.45);
}
.bg-brand-text-secondary\/5{
  background-color: rgb(255 235 236 / 0.05);
}
.bg-brand-text-secondary\/50{
  background-color: rgb(255 235 236 / 0.5);
}
.bg-brand-text-secondary\/55{
  background-color: rgb(255 235 236 / 0.55);
}
.bg-brand-text-secondary\/60{
  background-color: rgb(255 235 236 / 0.6);
}
.bg-brand-text-secondary\/65{
  background-color: rgb(255 235 236 / 0.65);
}
.bg-brand-text-secondary\/70{
  background-color: rgb(255 235 236 / 0.7);
}
.bg-brand-text-secondary\/75{
  background-color: rgb(255 235 236 / 0.75);
}
.bg-brand-text-secondary\/80{
  background-color: rgb(255 235 236 / 0.8);
}
.bg-brand-text-secondary\/85{
  background-color: rgb(255 235 236 / 0.85);
}
.bg-brand-text-secondary\/90{
  background-color: rgb(255 235 236 / 0.9);
}
.bg-brand-text-secondary\/95{
  background-color: rgb(255 235 236 / 0.95);
}
.bg-current{
  background-color: currentColor;
}
.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.bg-cyan-100\/0{
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-100\/10{
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-100\/100{
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-100\/15{
  background-color: rgb(236 254 255 / 0.15);
}
.bg-cyan-100\/20{
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-100\/25{
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-100\/30{
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-100\/35{
  background-color: rgb(236 254 255 / 0.35);
}
.bg-cyan-100\/40{
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-100\/45{
  background-color: rgb(236 254 255 / 0.45);
}
.bg-cyan-100\/5{
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-100\/50{
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-100\/55{
  background-color: rgb(236 254 255 / 0.55);
}
.bg-cyan-100\/60{
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-100\/65{
  background-color: rgb(236 254 255 / 0.65);
}
.bg-cyan-100\/70{
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-100\/75{
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-100\/80{
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-100\/85{
  background-color: rgb(236 254 255 / 0.85);
}
.bg-cyan-100\/90{
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-100\/95{
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-cyan-200\/0{
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-200\/10{
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-200\/100{
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-200\/15{
  background-color: rgb(207 250 254 / 0.15);
}
.bg-cyan-200\/20{
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-200\/25{
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-200\/30{
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-200\/35{
  background-color: rgb(207 250 254 / 0.35);
}
.bg-cyan-200\/40{
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-200\/45{
  background-color: rgb(207 250 254 / 0.45);
}
.bg-cyan-200\/5{
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-200\/50{
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-200\/55{
  background-color: rgb(207 250 254 / 0.55);
}
.bg-cyan-200\/60{
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-200\/65{
  background-color: rgb(207 250 254 / 0.65);
}
.bg-cyan-200\/70{
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-200\/75{
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-200\/80{
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-200\/85{
  background-color: rgb(207 250 254 / 0.85);
}
.bg-cyan-200\/90{
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-200\/95{
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-cyan-300\/0{
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-300\/10{
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-300\/100{
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-300\/15{
  background-color: rgb(165 243 252 / 0.15);
}
.bg-cyan-300\/20{
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-300\/25{
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-300\/30{
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-300\/35{
  background-color: rgb(165 243 252 / 0.35);
}
.bg-cyan-300\/40{
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-300\/45{
  background-color: rgb(165 243 252 / 0.45);
}
.bg-cyan-300\/5{
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-300\/50{
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-300\/55{
  background-color: rgb(165 243 252 / 0.55);
}
.bg-cyan-300\/60{
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-300\/65{
  background-color: rgb(165 243 252 / 0.65);
}
.bg-cyan-300\/70{
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-300\/75{
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-300\/80{
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-300\/85{
  background-color: rgb(165 243 252 / 0.85);
}
.bg-cyan-300\/90{
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-300\/95{
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-350{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-cyan-350\/0{
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-350\/10{
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-350\/100{
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-350\/15{
  background-color: rgb(103 232 249 / 0.15);
}
.bg-cyan-350\/20{
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-350\/25{
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-350\/30{
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-350\/35{
  background-color: rgb(103 232 249 / 0.35);
}
.bg-cyan-350\/40{
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-350\/45{
  background-color: rgb(103 232 249 / 0.45);
}
.bg-cyan-350\/5{
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-350\/50{
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-350\/55{
  background-color: rgb(103 232 249 / 0.55);
}
.bg-cyan-350\/60{
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-350\/65{
  background-color: rgb(103 232 249 / 0.65);
}
.bg-cyan-350\/70{
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-350\/75{
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-350\/80{
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-350\/85{
  background-color: rgb(103 232 249 / 0.85);
}
.bg-cyan-350\/90{
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-350\/95{
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-400\/0{
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10{
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100{
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/15{
  background-color: rgb(34 211 238 / 0.15);
}
.bg-cyan-400\/20{
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25{
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30{
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/35{
  background-color: rgb(34 211 238 / 0.35);
}
.bg-cyan-400\/40{
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/45{
  background-color: rgb(34 211 238 / 0.45);
}
.bg-cyan-400\/5{
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50{
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/55{
  background-color: rgb(34 211 238 / 0.55);
}
.bg-cyan-400\/60{
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/65{
  background-color: rgb(34 211 238 / 0.65);
}
.bg-cyan-400\/70{
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75{
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80{
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/85{
  background-color: rgb(34 211 238 / 0.85);
}
.bg-cyan-400\/90{
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95{
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-450{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-cyan-450\/0{
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-450\/10{
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-450\/100{
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-450\/15{
  background-color: rgb(6 182 212 / 0.15);
}
.bg-cyan-450\/20{
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-450\/25{
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-450\/30{
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-450\/35{
  background-color: rgb(6 182 212 / 0.35);
}
.bg-cyan-450\/40{
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-450\/45{
  background-color: rgb(6 182 212 / 0.45);
}
.bg-cyan-450\/5{
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-450\/50{
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-450\/55{
  background-color: rgb(6 182 212 / 0.55);
}
.bg-cyan-450\/60{
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-450\/65{
  background-color: rgb(6 182 212 / 0.65);
}
.bg-cyan-450\/70{
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-450\/75{
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-450\/80{
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-450\/85{
  background-color: rgb(6 182 212 / 0.85);
}
.bg-cyan-450\/90{
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-450\/95{
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 255 255 / var(--tw-bg-opacity));
}
.bg-cyan-50\/0{
  background-color: rgb(250 255 255 / 0);
}
.bg-cyan-50\/10{
  background-color: rgb(250 255 255 / 0.1);
}
.bg-cyan-50\/100{
  background-color: rgb(250 255 255 / 1);
}
.bg-cyan-50\/15{
  background-color: rgb(250 255 255 / 0.15);
}
.bg-cyan-50\/20{
  background-color: rgb(250 255 255 / 0.2);
}
.bg-cyan-50\/25{
  background-color: rgb(250 255 255 / 0.25);
}
.bg-cyan-50\/30{
  background-color: rgb(250 255 255 / 0.3);
}
.bg-cyan-50\/35{
  background-color: rgb(250 255 255 / 0.35);
}
.bg-cyan-50\/40{
  background-color: rgb(250 255 255 / 0.4);
}
.bg-cyan-50\/45{
  background-color: rgb(250 255 255 / 0.45);
}
.bg-cyan-50\/5{
  background-color: rgb(250 255 255 / 0.05);
}
.bg-cyan-50\/50{
  background-color: rgb(250 255 255 / 0.5);
}
.bg-cyan-50\/55{
  background-color: rgb(250 255 255 / 0.55);
}
.bg-cyan-50\/60{
  background-color: rgb(250 255 255 / 0.6);
}
.bg-cyan-50\/65{
  background-color: rgb(250 255 255 / 0.65);
}
.bg-cyan-50\/70{
  background-color: rgb(250 255 255 / 0.7);
}
.bg-cyan-50\/75{
  background-color: rgb(250 255 255 / 0.75);
}
.bg-cyan-50\/80{
  background-color: rgb(250 255 255 / 0.8);
}
.bg-cyan-50\/85{
  background-color: rgb(250 255 255 / 0.85);
}
.bg-cyan-50\/90{
  background-color: rgb(250 255 255 / 0.9);
}
.bg-cyan-50\/95{
  background-color: rgb(250 255 255 / 0.95);
}
.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-cyan-500\/0{
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-500\/10{
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-500\/100{
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-500\/15{
  background-color: rgb(8 145 178 / 0.15);
}
.bg-cyan-500\/20{
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-500\/25{
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-500\/30{
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-500\/35{
  background-color: rgb(8 145 178 / 0.35);
}
.bg-cyan-500\/40{
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-500\/45{
  background-color: rgb(8 145 178 / 0.45);
}
.bg-cyan-500\/5{
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-500\/50{
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-500\/55{
  background-color: rgb(8 145 178 / 0.55);
}
.bg-cyan-500\/60{
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-500\/65{
  background-color: rgb(8 145 178 / 0.65);
}
.bg-cyan-500\/70{
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-500\/75{
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-500\/80{
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-500\/85{
  background-color: rgb(8 145 178 / 0.85);
}
.bg-cyan-500\/90{
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-500\/95{
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.bg-cyan-600\/0{
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-600\/10{
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-600\/100{
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-600\/15{
  background-color: rgb(14 116 144 / 0.15);
}
.bg-cyan-600\/20{
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-600\/25{
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-600\/30{
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-600\/35{
  background-color: rgb(14 116 144 / 0.35);
}
.bg-cyan-600\/40{
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-600\/45{
  background-color: rgb(14 116 144 / 0.45);
}
.bg-cyan-600\/5{
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-600\/50{
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-600\/55{
  background-color: rgb(14 116 144 / 0.55);
}
.bg-cyan-600\/60{
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-600\/65{
  background-color: rgb(14 116 144 / 0.65);
}
.bg-cyan-600\/70{
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-600\/75{
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-600\/80{
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-600\/85{
  background-color: rgb(14 116 144 / 0.85);
}
.bg-cyan-600\/90{
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-600\/95{
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-650{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-cyan-650\/0{
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-650\/10{
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-650\/100{
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-650\/15{
  background-color: rgb(21 94 117 / 0.15);
}
.bg-cyan-650\/20{
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-650\/25{
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-650\/30{
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-650\/35{
  background-color: rgb(21 94 117 / 0.35);
}
.bg-cyan-650\/40{
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-650\/45{
  background-color: rgb(21 94 117 / 0.45);
}
.bg-cyan-650\/5{
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-650\/50{
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-650\/55{
  background-color: rgb(21 94 117 / 0.55);
}
.bg-cyan-650\/60{
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-650\/65{
  background-color: rgb(21 94 117 / 0.65);
}
.bg-cyan-650\/70{
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-650\/75{
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-650\/80{
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-650\/85{
  background-color: rgb(21 94 117 / 0.85);
}
.bg-cyan-650\/90{
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-650\/95{
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-700{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-cyan-700\/0{
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-700\/10{
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-700\/100{
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-700\/15{
  background-color: rgb(22 78 99 / 0.15);
}
.bg-cyan-700\/20{
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-700\/25{
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-700\/30{
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-700\/35{
  background-color: rgb(22 78 99 / 0.35);
}
.bg-cyan-700\/40{
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-700\/45{
  background-color: rgb(22 78 99 / 0.45);
}
.bg-cyan-700\/5{
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-700\/50{
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-700\/55{
  background-color: rgb(22 78 99 / 0.55);
}
.bg-cyan-700\/60{
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-700\/65{
  background-color: rgb(22 78 99 / 0.65);
}
.bg-cyan-700\/70{
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-700\/75{
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-700\/80{
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-700\/85{
  background-color: rgb(22 78 99 / 0.85);
}
.bg-cyan-700\/90{
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-700\/95{
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-750{
  --tw-bg-opacity: 1;
  background-color: rgb(11 59 77 / var(--tw-bg-opacity));
}
.bg-cyan-750\/0{
  background-color: rgb(11 59 77 / 0);
}
.bg-cyan-750\/10{
  background-color: rgb(11 59 77 / 0.1);
}
.bg-cyan-750\/100{
  background-color: rgb(11 59 77 / 1);
}
.bg-cyan-750\/15{
  background-color: rgb(11 59 77 / 0.15);
}
.bg-cyan-750\/20{
  background-color: rgb(11 59 77 / 0.2);
}
.bg-cyan-750\/25{
  background-color: rgb(11 59 77 / 0.25);
}
.bg-cyan-750\/30{
  background-color: rgb(11 59 77 / 0.3);
}
.bg-cyan-750\/35{
  background-color: rgb(11 59 77 / 0.35);
}
.bg-cyan-750\/40{
  background-color: rgb(11 59 77 / 0.4);
}
.bg-cyan-750\/45{
  background-color: rgb(11 59 77 / 0.45);
}
.bg-cyan-750\/5{
  background-color: rgb(11 59 77 / 0.05);
}
.bg-cyan-750\/50{
  background-color: rgb(11 59 77 / 0.5);
}
.bg-cyan-750\/55{
  background-color: rgb(11 59 77 / 0.55);
}
.bg-cyan-750\/60{
  background-color: rgb(11 59 77 / 0.6);
}
.bg-cyan-750\/65{
  background-color: rgb(11 59 77 / 0.65);
}
.bg-cyan-750\/70{
  background-color: rgb(11 59 77 / 0.7);
}
.bg-cyan-750\/75{
  background-color: rgb(11 59 77 / 0.75);
}
.bg-cyan-750\/80{
  background-color: rgb(11 59 77 / 0.8);
}
.bg-cyan-750\/85{
  background-color: rgb(11 59 77 / 0.85);
}
.bg-cyan-750\/90{
  background-color: rgb(11 59 77 / 0.9);
}
.bg-cyan-750\/95{
  background-color: rgb(11 59 77 / 0.95);
}
.bg-cyan-800{
  --tw-bg-opacity: 1;
  background-color: rgb(6 48 64 / var(--tw-bg-opacity));
}
.bg-cyan-800\/0{
  background-color: rgb(6 48 64 / 0);
}
.bg-cyan-800\/10{
  background-color: rgb(6 48 64 / 0.1);
}
.bg-cyan-800\/100{
  background-color: rgb(6 48 64 / 1);
}
.bg-cyan-800\/15{
  background-color: rgb(6 48 64 / 0.15);
}
.bg-cyan-800\/20{
  background-color: rgb(6 48 64 / 0.2);
}
.bg-cyan-800\/25{
  background-color: rgb(6 48 64 / 0.25);
}
.bg-cyan-800\/30{
  background-color: rgb(6 48 64 / 0.3);
}
.bg-cyan-800\/35{
  background-color: rgb(6 48 64 / 0.35);
}
.bg-cyan-800\/40{
  background-color: rgb(6 48 64 / 0.4);
}
.bg-cyan-800\/45{
  background-color: rgb(6 48 64 / 0.45);
}
.bg-cyan-800\/5{
  background-color: rgb(6 48 64 / 0.05);
}
.bg-cyan-800\/50{
  background-color: rgb(6 48 64 / 0.5);
}
.bg-cyan-800\/55{
  background-color: rgb(6 48 64 / 0.55);
}
.bg-cyan-800\/60{
  background-color: rgb(6 48 64 / 0.6);
}
.bg-cyan-800\/65{
  background-color: rgb(6 48 64 / 0.65);
}
.bg-cyan-800\/70{
  background-color: rgb(6 48 64 / 0.7);
}
.bg-cyan-800\/75{
  background-color: rgb(6 48 64 / 0.75);
}
.bg-cyan-800\/80{
  background-color: rgb(6 48 64 / 0.8);
}
.bg-cyan-800\/85{
  background-color: rgb(6 48 64 / 0.85);
}
.bg-cyan-800\/90{
  background-color: rgb(6 48 64 / 0.9);
}
.bg-cyan-800\/95{
  background-color: rgb(6 48 64 / 0.95);
}
.bg-cyan-900{
  --tw-bg-opacity: 1;
  background-color: rgb(3 38 51 / var(--tw-bg-opacity));
}
.bg-cyan-900\/0{
  background-color: rgb(3 38 51 / 0);
}
.bg-cyan-900\/10{
  background-color: rgb(3 38 51 / 0.1);
}
.bg-cyan-900\/100{
  background-color: rgb(3 38 51 / 1);
}
.bg-cyan-900\/15{
  background-color: rgb(3 38 51 / 0.15);
}
.bg-cyan-900\/20{
  background-color: rgb(3 38 51 / 0.2);
}
.bg-cyan-900\/25{
  background-color: rgb(3 38 51 / 0.25);
}
.bg-cyan-900\/30{
  background-color: rgb(3 38 51 / 0.3);
}
.bg-cyan-900\/35{
  background-color: rgb(3 38 51 / 0.35);
}
.bg-cyan-900\/40{
  background-color: rgb(3 38 51 / 0.4);
}
.bg-cyan-900\/45{
  background-color: rgb(3 38 51 / 0.45);
}
.bg-cyan-900\/5{
  background-color: rgb(3 38 51 / 0.05);
}
.bg-cyan-900\/50{
  background-color: rgb(3 38 51 / 0.5);
}
.bg-cyan-900\/55{
  background-color: rgb(3 38 51 / 0.55);
}
.bg-cyan-900\/60{
  background-color: rgb(3 38 51 / 0.6);
}
.bg-cyan-900\/65{
  background-color: rgb(3 38 51 / 0.65);
}
.bg-cyan-900\/70{
  background-color: rgb(3 38 51 / 0.7);
}
.bg-cyan-900\/75{
  background-color: rgb(3 38 51 / 0.75);
}
.bg-cyan-900\/80{
  background-color: rgb(3 38 51 / 0.8);
}
.bg-cyan-900\/85{
  background-color: rgb(3 38 51 / 0.85);
}
.bg-cyan-900\/90{
  background-color: rgb(3 38 51 / 0.9);
}
.bg-cyan-900\/95{
  background-color: rgb(3 38 51 / 0.95);
}
.bg-cyan-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.bg-cyan-950\/0{
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10{
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100{
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/15{
  background-color: rgb(8 51 68 / 0.15);
}
.bg-cyan-950\/20{
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25{
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30{
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/35{
  background-color: rgb(8 51 68 / 0.35);
}
.bg-cyan-950\/40{
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/45{
  background-color: rgb(8 51 68 / 0.45);
}
.bg-cyan-950\/5{
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50{
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/55{
  background-color: rgb(8 51 68 / 0.55);
}
.bg-cyan-950\/60{
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/65{
  background-color: rgb(8 51 68 / 0.65);
}
.bg-cyan-950\/70{
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75{
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80{
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/85{
  background-color: rgb(8 51 68 / 0.85);
}
.bg-cyan-950\/90{
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95{
  background-color: rgb(8 51 68 / 0.95);
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-emerald-100\/0{
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-100\/10{
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-100\/100{
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-100\/15{
  background-color: rgb(236 253 245 / 0.15);
}
.bg-emerald-100\/20{
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-100\/25{
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-100\/30{
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-100\/35{
  background-color: rgb(236 253 245 / 0.35);
}
.bg-emerald-100\/40{
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-100\/45{
  background-color: rgb(236 253 245 / 0.45);
}
.bg-emerald-100\/5{
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-100\/50{
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-100\/55{
  background-color: rgb(236 253 245 / 0.55);
}
.bg-emerald-100\/60{
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-100\/65{
  background-color: rgb(236 253 245 / 0.65);
}
.bg-emerald-100\/70{
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-100\/75{
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-100\/80{
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-100\/85{
  background-color: rgb(236 253 245 / 0.85);
}
.bg-emerald-100\/90{
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-100\/95{
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-emerald-200\/0{
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-200\/10{
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-200\/100{
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-200\/15{
  background-color: rgb(209 250 229 / 0.15);
}
.bg-emerald-200\/20{
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-200\/25{
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-200\/30{
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-200\/35{
  background-color: rgb(209 250 229 / 0.35);
}
.bg-emerald-200\/40{
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-200\/45{
  background-color: rgb(209 250 229 / 0.45);
}
.bg-emerald-200\/5{
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-200\/50{
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-200\/55{
  background-color: rgb(209 250 229 / 0.55);
}
.bg-emerald-200\/60{
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-200\/65{
  background-color: rgb(209 250 229 / 0.65);
}
.bg-emerald-200\/70{
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-200\/75{
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-200\/80{
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-200\/85{
  background-color: rgb(209 250 229 / 0.85);
}
.bg-emerald-200\/90{
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-200\/95{
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-emerald-300\/0{
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-300\/10{
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-300\/100{
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-300\/15{
  background-color: rgb(167 243 208 / 0.15);
}
.bg-emerald-300\/20{
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-300\/25{
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-300\/30{
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-300\/35{
  background-color: rgb(167 243 208 / 0.35);
}
.bg-emerald-300\/40{
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-300\/45{
  background-color: rgb(167 243 208 / 0.45);
}
.bg-emerald-300\/5{
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-300\/50{
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-300\/55{
  background-color: rgb(167 243 208 / 0.55);
}
.bg-emerald-300\/60{
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-300\/65{
  background-color: rgb(167 243 208 / 0.65);
}
.bg-emerald-300\/70{
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-300\/75{
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-300\/80{
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-300\/85{
  background-color: rgb(167 243 208 / 0.85);
}
.bg-emerald-300\/90{
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-300\/95{
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-350{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-emerald-350\/0{
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-350\/10{
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-350\/100{
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-350\/15{
  background-color: rgb(110 231 183 / 0.15);
}
.bg-emerald-350\/20{
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-350\/25{
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-350\/30{
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-350\/35{
  background-color: rgb(110 231 183 / 0.35);
}
.bg-emerald-350\/40{
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-350\/45{
  background-color: rgb(110 231 183 / 0.45);
}
.bg-emerald-350\/5{
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-350\/50{
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-350\/55{
  background-color: rgb(110 231 183 / 0.55);
}
.bg-emerald-350\/60{
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-350\/65{
  background-color: rgb(110 231 183 / 0.65);
}
.bg-emerald-350\/70{
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-350\/75{
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-350\/80{
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-350\/85{
  background-color: rgb(110 231 183 / 0.85);
}
.bg-emerald-350\/90{
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-350\/95{
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-emerald-400\/0{
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10{
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100{
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/15{
  background-color: rgb(52 211 153 / 0.15);
}
.bg-emerald-400\/20{
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25{
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30{
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/35{
  background-color: rgb(52 211 153 / 0.35);
}
.bg-emerald-400\/40{
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/45{
  background-color: rgb(52 211 153 / 0.45);
}
.bg-emerald-400\/5{
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50{
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/55{
  background-color: rgb(52 211 153 / 0.55);
}
.bg-emerald-400\/60{
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/65{
  background-color: rgb(52 211 153 / 0.65);
}
.bg-emerald-400\/70{
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75{
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80{
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/85{
  background-color: rgb(52 211 153 / 0.85);
}
.bg-emerald-400\/90{
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95{
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-450{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-emerald-450\/0{
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-450\/10{
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-450\/100{
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-450\/15{
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-450\/20{
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-450\/25{
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-450\/30{
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-450\/35{
  background-color: rgb(16 185 129 / 0.35);
}
.bg-emerald-450\/40{
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-450\/45{
  background-color: rgb(16 185 129 / 0.45);
}
.bg-emerald-450\/5{
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-450\/50{
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-450\/55{
  background-color: rgb(16 185 129 / 0.55);
}
.bg-emerald-450\/60{
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-450\/65{
  background-color: rgb(16 185 129 / 0.65);
}
.bg-emerald-450\/70{
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-450\/75{
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-450\/80{
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-450\/85{
  background-color: rgb(16 185 129 / 0.85);
}
.bg-emerald-450\/90{
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-450\/95{
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 255 253 / var(--tw-bg-opacity));
}
.bg-emerald-50\/0{
  background-color: rgb(250 255 253 / 0);
}
.bg-emerald-50\/10{
  background-color: rgb(250 255 253 / 0.1);
}
.bg-emerald-50\/100{
  background-color: rgb(250 255 253 / 1);
}
.bg-emerald-50\/15{
  background-color: rgb(250 255 253 / 0.15);
}
.bg-emerald-50\/20{
  background-color: rgb(250 255 253 / 0.2);
}
.bg-emerald-50\/25{
  background-color: rgb(250 255 253 / 0.25);
}
.bg-emerald-50\/30{
  background-color: rgb(250 255 253 / 0.3);
}
.bg-emerald-50\/35{
  background-color: rgb(250 255 253 / 0.35);
}
.bg-emerald-50\/40{
  background-color: rgb(250 255 253 / 0.4);
}
.bg-emerald-50\/45{
  background-color: rgb(250 255 253 / 0.45);
}
.bg-emerald-50\/5{
  background-color: rgb(250 255 253 / 0.05);
}
.bg-emerald-50\/50{
  background-color: rgb(250 255 253 / 0.5);
}
.bg-emerald-50\/55{
  background-color: rgb(250 255 253 / 0.55);
}
.bg-emerald-50\/60{
  background-color: rgb(250 255 253 / 0.6);
}
.bg-emerald-50\/65{
  background-color: rgb(250 255 253 / 0.65);
}
.bg-emerald-50\/70{
  background-color: rgb(250 255 253 / 0.7);
}
.bg-emerald-50\/75{
  background-color: rgb(250 255 253 / 0.75);
}
.bg-emerald-50\/80{
  background-color: rgb(250 255 253 / 0.8);
}
.bg-emerald-50\/85{
  background-color: rgb(250 255 253 / 0.85);
}
.bg-emerald-50\/90{
  background-color: rgb(250 255 253 / 0.9);
}
.bg-emerald-50\/95{
  background-color: rgb(250 255 253 / 0.95);
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-emerald-500\/0{
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-500\/10{
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-500\/100{
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-500\/15{
  background-color: rgb(5 150 105 / 0.15);
}
.bg-emerald-500\/20{
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-500\/25{
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-500\/30{
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-500\/35{
  background-color: rgb(5 150 105 / 0.35);
}
.bg-emerald-500\/40{
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-500\/45{
  background-color: rgb(5 150 105 / 0.45);
}
.bg-emerald-500\/5{
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-500\/50{
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-500\/55{
  background-color: rgb(5 150 105 / 0.55);
}
.bg-emerald-500\/60{
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-500\/65{
  background-color: rgb(5 150 105 / 0.65);
}
.bg-emerald-500\/70{
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-500\/75{
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-500\/80{
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-500\/85{
  background-color: rgb(5 150 105 / 0.85);
}
.bg-emerald-500\/90{
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-500\/95{
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-emerald-600\/0{
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-600\/10{
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-600\/100{
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-600\/15{
  background-color: rgb(4 120 87 / 0.15);
}
.bg-emerald-600\/20{
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-600\/25{
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-600\/30{
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-600\/35{
  background-color: rgb(4 120 87 / 0.35);
}
.bg-emerald-600\/40{
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-600\/45{
  background-color: rgb(4 120 87 / 0.45);
}
.bg-emerald-600\/5{
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-600\/50{
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-600\/55{
  background-color: rgb(4 120 87 / 0.55);
}
.bg-emerald-600\/60{
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-600\/65{
  background-color: rgb(4 120 87 / 0.65);
}
.bg-emerald-600\/70{
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-600\/75{
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-600\/80{
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-600\/85{
  background-color: rgb(4 120 87 / 0.85);
}
.bg-emerald-600\/90{
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-600\/95{
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-650{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-emerald-650\/0{
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-650\/10{
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-650\/100{
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-650\/15{
  background-color: rgb(6 95 70 / 0.15);
}
.bg-emerald-650\/20{
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-650\/25{
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-650\/30{
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-650\/35{
  background-color: rgb(6 95 70 / 0.35);
}
.bg-emerald-650\/40{
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-650\/45{
  background-color: rgb(6 95 70 / 0.45);
}
.bg-emerald-650\/5{
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-650\/50{
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-650\/55{
  background-color: rgb(6 95 70 / 0.55);
}
.bg-emerald-650\/60{
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-650\/65{
  background-color: rgb(6 95 70 / 0.65);
}
.bg-emerald-650\/70{
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-650\/75{
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-650\/80{
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-650\/85{
  background-color: rgb(6 95 70 / 0.85);
}
.bg-emerald-650\/90{
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-650\/95{
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-emerald-700\/0{
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-700\/10{
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-700\/100{
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-700\/15{
  background-color: rgb(6 78 59 / 0.15);
}
.bg-emerald-700\/20{
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-700\/25{
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-700\/30{
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-700\/35{
  background-color: rgb(6 78 59 / 0.35);
}
.bg-emerald-700\/40{
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-700\/45{
  background-color: rgb(6 78 59 / 0.45);
}
.bg-emerald-700\/5{
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-700\/50{
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-700\/55{
  background-color: rgb(6 78 59 / 0.55);
}
.bg-emerald-700\/60{
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-700\/65{
  background-color: rgb(6 78 59 / 0.65);
}
.bg-emerald-700\/70{
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-700\/75{
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-700\/80{
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-700\/85{
  background-color: rgb(6 78 59 / 0.85);
}
.bg-emerald-700\/90{
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-700\/95{
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-750{
  --tw-bg-opacity: 1;
  background-color: rgb(4 64 48 / var(--tw-bg-opacity));
}
.bg-emerald-750\/0{
  background-color: rgb(4 64 48 / 0);
}
.bg-emerald-750\/10{
  background-color: rgb(4 64 48 / 0.1);
}
.bg-emerald-750\/100{
  background-color: rgb(4 64 48 / 1);
}
.bg-emerald-750\/15{
  background-color: rgb(4 64 48 / 0.15);
}
.bg-emerald-750\/20{
  background-color: rgb(4 64 48 / 0.2);
}
.bg-emerald-750\/25{
  background-color: rgb(4 64 48 / 0.25);
}
.bg-emerald-750\/30{
  background-color: rgb(4 64 48 / 0.3);
}
.bg-emerald-750\/35{
  background-color: rgb(4 64 48 / 0.35);
}
.bg-emerald-750\/40{
  background-color: rgb(4 64 48 / 0.4);
}
.bg-emerald-750\/45{
  background-color: rgb(4 64 48 / 0.45);
}
.bg-emerald-750\/5{
  background-color: rgb(4 64 48 / 0.05);
}
.bg-emerald-750\/50{
  background-color: rgb(4 64 48 / 0.5);
}
.bg-emerald-750\/55{
  background-color: rgb(4 64 48 / 0.55);
}
.bg-emerald-750\/60{
  background-color: rgb(4 64 48 / 0.6);
}
.bg-emerald-750\/65{
  background-color: rgb(4 64 48 / 0.65);
}
.bg-emerald-750\/70{
  background-color: rgb(4 64 48 / 0.7);
}
.bg-emerald-750\/75{
  background-color: rgb(4 64 48 / 0.75);
}
.bg-emerald-750\/80{
  background-color: rgb(4 64 48 / 0.8);
}
.bg-emerald-750\/85{
  background-color: rgb(4 64 48 / 0.85);
}
.bg-emerald-750\/90{
  background-color: rgb(4 64 48 / 0.9);
}
.bg-emerald-750\/95{
  background-color: rgb(4 64 48 / 0.95);
}
.bg-emerald-800{
  --tw-bg-opacity: 1;
  background-color: rgb(2 51 38 / var(--tw-bg-opacity));
}
.bg-emerald-800\/0{
  background-color: rgb(2 51 38 / 0);
}
.bg-emerald-800\/10{
  background-color: rgb(2 51 38 / 0.1);
}
.bg-emerald-800\/100{
  background-color: rgb(2 51 38 / 1);
}
.bg-emerald-800\/15{
  background-color: rgb(2 51 38 / 0.15);
}
.bg-emerald-800\/20{
  background-color: rgb(2 51 38 / 0.2);
}
.bg-emerald-800\/25{
  background-color: rgb(2 51 38 / 0.25);
}
.bg-emerald-800\/30{
  background-color: rgb(2 51 38 / 0.3);
}
.bg-emerald-800\/35{
  background-color: rgb(2 51 38 / 0.35);
}
.bg-emerald-800\/40{
  background-color: rgb(2 51 38 / 0.4);
}
.bg-emerald-800\/45{
  background-color: rgb(2 51 38 / 0.45);
}
.bg-emerald-800\/5{
  background-color: rgb(2 51 38 / 0.05);
}
.bg-emerald-800\/50{
  background-color: rgb(2 51 38 / 0.5);
}
.bg-emerald-800\/55{
  background-color: rgb(2 51 38 / 0.55);
}
.bg-emerald-800\/60{
  background-color: rgb(2 51 38 / 0.6);
}
.bg-emerald-800\/65{
  background-color: rgb(2 51 38 / 0.65);
}
.bg-emerald-800\/70{
  background-color: rgb(2 51 38 / 0.7);
}
.bg-emerald-800\/75{
  background-color: rgb(2 51 38 / 0.75);
}
.bg-emerald-800\/80{
  background-color: rgb(2 51 38 / 0.8);
}
.bg-emerald-800\/85{
  background-color: rgb(2 51 38 / 0.85);
}
.bg-emerald-800\/90{
  background-color: rgb(2 51 38 / 0.9);
}
.bg-emerald-800\/95{
  background-color: rgb(2 51 38 / 0.95);
}
.bg-emerald-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 28 / var(--tw-bg-opacity));
}
.bg-emerald-900\/0{
  background-color: rgb(0 38 28 / 0);
}
.bg-emerald-900\/10{
  background-color: rgb(0 38 28 / 0.1);
}
.bg-emerald-900\/100{
  background-color: rgb(0 38 28 / 1);
}
.bg-emerald-900\/15{
  background-color: rgb(0 38 28 / 0.15);
}
.bg-emerald-900\/20{
  background-color: rgb(0 38 28 / 0.2);
}
.bg-emerald-900\/25{
  background-color: rgb(0 38 28 / 0.25);
}
.bg-emerald-900\/30{
  background-color: rgb(0 38 28 / 0.3);
}
.bg-emerald-900\/35{
  background-color: rgb(0 38 28 / 0.35);
}
.bg-emerald-900\/40{
  background-color: rgb(0 38 28 / 0.4);
}
.bg-emerald-900\/45{
  background-color: rgb(0 38 28 / 0.45);
}
.bg-emerald-900\/5{
  background-color: rgb(0 38 28 / 0.05);
}
.bg-emerald-900\/50{
  background-color: rgb(0 38 28 / 0.5);
}
.bg-emerald-900\/55{
  background-color: rgb(0 38 28 / 0.55);
}
.bg-emerald-900\/60{
  background-color: rgb(0 38 28 / 0.6);
}
.bg-emerald-900\/65{
  background-color: rgb(0 38 28 / 0.65);
}
.bg-emerald-900\/70{
  background-color: rgb(0 38 28 / 0.7);
}
.bg-emerald-900\/75{
  background-color: rgb(0 38 28 / 0.75);
}
.bg-emerald-900\/80{
  background-color: rgb(0 38 28 / 0.8);
}
.bg-emerald-900\/85{
  background-color: rgb(0 38 28 / 0.85);
}
.bg-emerald-900\/90{
  background-color: rgb(0 38 28 / 0.9);
}
.bg-emerald-900\/95{
  background-color: rgb(0 38 28 / 0.95);
}
.bg-emerald-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-emerald-950\/0{
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10{
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100{
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/15{
  background-color: rgb(2 44 34 / 0.15);
}
.bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30{
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/35{
  background-color: rgb(2 44 34 / 0.35);
}
.bg-emerald-950\/40{
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/45{
  background-color: rgb(2 44 34 / 0.45);
}
.bg-emerald-950\/5{
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50{
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/55{
  background-color: rgb(2 44 34 / 0.55);
}
.bg-emerald-950\/60{
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/65{
  background-color: rgb(2 44 34 / 0.65);
}
.bg-emerald-950\/70{
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75{
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80{
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/85{
  background-color: rgb(2 44 34 / 0.85);
}
.bg-emerald-950\/90{
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95{
  background-color: rgb(2 44 34 / 0.95);
}
.bg-error-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 247 / var(--tw-bg-opacity));
}
.bg-error-100\/0{
  background-color: rgb(254 248 247 / 0);
}
.bg-error-100\/10{
  background-color: rgb(254 248 247 / 0.1);
}
.bg-error-100\/100{
  background-color: rgb(254 248 247 / 1);
}
.bg-error-100\/15{
  background-color: rgb(254 248 247 / 0.15);
}
.bg-error-100\/20{
  background-color: rgb(254 248 247 / 0.2);
}
.bg-error-100\/25{
  background-color: rgb(254 248 247 / 0.25);
}
.bg-error-100\/30{
  background-color: rgb(254 248 247 / 0.3);
}
.bg-error-100\/35{
  background-color: rgb(254 248 247 / 0.35);
}
.bg-error-100\/40{
  background-color: rgb(254 248 247 / 0.4);
}
.bg-error-100\/45{
  background-color: rgb(254 248 247 / 0.45);
}
.bg-error-100\/5{
  background-color: rgb(254 248 247 / 0.05);
}
.bg-error-100\/50{
  background-color: rgb(254 248 247 / 0.5);
}
.bg-error-100\/55{
  background-color: rgb(254 248 247 / 0.55);
}
.bg-error-100\/60{
  background-color: rgb(254 248 247 / 0.6);
}
.bg-error-100\/65{
  background-color: rgb(254 248 247 / 0.65);
}
.bg-error-100\/70{
  background-color: rgb(254 248 247 / 0.7);
}
.bg-error-100\/75{
  background-color: rgb(254 248 247 / 0.75);
}
.bg-error-100\/80{
  background-color: rgb(254 248 247 / 0.8);
}
.bg-error-100\/85{
  background-color: rgb(254 248 247 / 0.85);
}
.bg-error-100\/90{
  background-color: rgb(254 248 247 / 0.9);
}
.bg-error-100\/95{
  background-color: rgb(254 248 247 / 0.95);
}
.bg-error-200{
  --tw-bg-opacity: 1;
  background-color: rgb(252 239 235 / var(--tw-bg-opacity));
}
.bg-error-200\/0{
  background-color: rgb(252 239 235 / 0);
}
.bg-error-200\/10{
  background-color: rgb(252 239 235 / 0.1);
}
.bg-error-200\/100{
  background-color: rgb(252 239 235 / 1);
}
.bg-error-200\/15{
  background-color: rgb(252 239 235 / 0.15);
}
.bg-error-200\/20{
  background-color: rgb(252 239 235 / 0.2);
}
.bg-error-200\/25{
  background-color: rgb(252 239 235 / 0.25);
}
.bg-error-200\/30{
  background-color: rgb(252 239 235 / 0.3);
}
.bg-error-200\/35{
  background-color: rgb(252 239 235 / 0.35);
}
.bg-error-200\/40{
  background-color: rgb(252 239 235 / 0.4);
}
.bg-error-200\/45{
  background-color: rgb(252 239 235 / 0.45);
}
.bg-error-200\/5{
  background-color: rgb(252 239 235 / 0.05);
}
.bg-error-200\/50{
  background-color: rgb(252 239 235 / 0.5);
}
.bg-error-200\/55{
  background-color: rgb(252 239 235 / 0.55);
}
.bg-error-200\/60{
  background-color: rgb(252 239 235 / 0.6);
}
.bg-error-200\/65{
  background-color: rgb(252 239 235 / 0.65);
}
.bg-error-200\/70{
  background-color: rgb(252 239 235 / 0.7);
}
.bg-error-200\/75{
  background-color: rgb(252 239 235 / 0.75);
}
.bg-error-200\/80{
  background-color: rgb(252 239 235 / 0.8);
}
.bg-error-200\/85{
  background-color: rgb(252 239 235 / 0.85);
}
.bg-error-200\/90{
  background-color: rgb(252 239 235 / 0.9);
}
.bg-error-200\/95{
  background-color: rgb(252 239 235 / 0.95);
}
.bg-error-300{
  --tw-bg-opacity: 1;
  background-color: rgb(250 219 215 / var(--tw-bg-opacity));
}
.bg-error-300\/0{
  background-color: rgb(250 219 215 / 0);
}
.bg-error-300\/10{
  background-color: rgb(250 219 215 / 0.1);
}
.bg-error-300\/100{
  background-color: rgb(250 219 215 / 1);
}
.bg-error-300\/15{
  background-color: rgb(250 219 215 / 0.15);
}
.bg-error-300\/20{
  background-color: rgb(250 219 215 / 0.2);
}
.bg-error-300\/25{
  background-color: rgb(250 219 215 / 0.25);
}
.bg-error-300\/30{
  background-color: rgb(250 219 215 / 0.3);
}
.bg-error-300\/35{
  background-color: rgb(250 219 215 / 0.35);
}
.bg-error-300\/40{
  background-color: rgb(250 219 215 / 0.4);
}
.bg-error-300\/45{
  background-color: rgb(250 219 215 / 0.45);
}
.bg-error-300\/5{
  background-color: rgb(250 219 215 / 0.05);
}
.bg-error-300\/50{
  background-color: rgb(250 219 215 / 0.5);
}
.bg-error-300\/55{
  background-color: rgb(250 219 215 / 0.55);
}
.bg-error-300\/60{
  background-color: rgb(250 219 215 / 0.6);
}
.bg-error-300\/65{
  background-color: rgb(250 219 215 / 0.65);
}
.bg-error-300\/70{
  background-color: rgb(250 219 215 / 0.7);
}
.bg-error-300\/75{
  background-color: rgb(250 219 215 / 0.75);
}
.bg-error-300\/80{
  background-color: rgb(250 219 215 / 0.8);
}
.bg-error-300\/85{
  background-color: rgb(250 219 215 / 0.85);
}
.bg-error-300\/90{
  background-color: rgb(250 219 215 / 0.9);
}
.bg-error-300\/95{
  background-color: rgb(250 219 215 / 0.95);
}
.bg-error-350{
  --tw-bg-opacity: 1;
  background-color: rgb(245 184 173 / var(--tw-bg-opacity));
}
.bg-error-350\/0{
  background-color: rgb(245 184 173 / 0);
}
.bg-error-350\/10{
  background-color: rgb(245 184 173 / 0.1);
}
.bg-error-350\/100{
  background-color: rgb(245 184 173 / 1);
}
.bg-error-350\/15{
  background-color: rgb(245 184 173 / 0.15);
}
.bg-error-350\/20{
  background-color: rgb(245 184 173 / 0.2);
}
.bg-error-350\/25{
  background-color: rgb(245 184 173 / 0.25);
}
.bg-error-350\/30{
  background-color: rgb(245 184 173 / 0.3);
}
.bg-error-350\/35{
  background-color: rgb(245 184 173 / 0.35);
}
.bg-error-350\/40{
  background-color: rgb(245 184 173 / 0.4);
}
.bg-error-350\/45{
  background-color: rgb(245 184 173 / 0.45);
}
.bg-error-350\/5{
  background-color: rgb(245 184 173 / 0.05);
}
.bg-error-350\/50{
  background-color: rgb(245 184 173 / 0.5);
}
.bg-error-350\/55{
  background-color: rgb(245 184 173 / 0.55);
}
.bg-error-350\/60{
  background-color: rgb(245 184 173 / 0.6);
}
.bg-error-350\/65{
  background-color: rgb(245 184 173 / 0.65);
}
.bg-error-350\/70{
  background-color: rgb(245 184 173 / 0.7);
}
.bg-error-350\/75{
  background-color: rgb(245 184 173 / 0.75);
}
.bg-error-350\/80{
  background-color: rgb(245 184 173 / 0.8);
}
.bg-error-350\/85{
  background-color: rgb(245 184 173 / 0.85);
}
.bg-error-350\/90{
  background-color: rgb(245 184 173 / 0.9);
}
.bg-error-350\/95{
  background-color: rgb(245 184 173 / 0.95);
}
.bg-error-400{
  --tw-bg-opacity: 1;
  background-color: rgb(239 143 130 / var(--tw-bg-opacity));
}
.bg-error-400\/0{
  background-color: rgb(239 143 130 / 0);
}
.bg-error-400\/10{
  background-color: rgb(239 143 130 / 0.1);
}
.bg-error-400\/100{
  background-color: rgb(239 143 130 / 1);
}
.bg-error-400\/15{
  background-color: rgb(239 143 130 / 0.15);
}
.bg-error-400\/20{
  background-color: rgb(239 143 130 / 0.2);
}
.bg-error-400\/25{
  background-color: rgb(239 143 130 / 0.25);
}
.bg-error-400\/30{
  background-color: rgb(239 143 130 / 0.3);
}
.bg-error-400\/35{
  background-color: rgb(239 143 130 / 0.35);
}
.bg-error-400\/40{
  background-color: rgb(239 143 130 / 0.4);
}
.bg-error-400\/45{
  background-color: rgb(239 143 130 / 0.45);
}
.bg-error-400\/5{
  background-color: rgb(239 143 130 / 0.05);
}
.bg-error-400\/50{
  background-color: rgb(239 143 130 / 0.5);
}
.bg-error-400\/55{
  background-color: rgb(239 143 130 / 0.55);
}
.bg-error-400\/60{
  background-color: rgb(239 143 130 / 0.6);
}
.bg-error-400\/65{
  background-color: rgb(239 143 130 / 0.65);
}
.bg-error-400\/70{
  background-color: rgb(239 143 130 / 0.7);
}
.bg-error-400\/75{
  background-color: rgb(239 143 130 / 0.75);
}
.bg-error-400\/80{
  background-color: rgb(239 143 130 / 0.8);
}
.bg-error-400\/85{
  background-color: rgb(239 143 130 / 0.85);
}
.bg-error-400\/90{
  background-color: rgb(239 143 130 / 0.9);
}
.bg-error-400\/95{
  background-color: rgb(239 143 130 / 0.95);
}
.bg-error-450{
  --tw-bg-opacity: 1;
  background-color: rgb(235 97 82 / var(--tw-bg-opacity));
}
.bg-error-450\/0{
  background-color: rgb(235 97 82 / 0);
}
.bg-error-450\/10{
  background-color: rgb(235 97 82 / 0.1);
}
.bg-error-450\/100{
  background-color: rgb(235 97 82 / 1);
}
.bg-error-450\/15{
  background-color: rgb(235 97 82 / 0.15);
}
.bg-error-450\/20{
  background-color: rgb(235 97 82 / 0.2);
}
.bg-error-450\/25{
  background-color: rgb(235 97 82 / 0.25);
}
.bg-error-450\/30{
  background-color: rgb(235 97 82 / 0.3);
}
.bg-error-450\/35{
  background-color: rgb(235 97 82 / 0.35);
}
.bg-error-450\/40{
  background-color: rgb(235 97 82 / 0.4);
}
.bg-error-450\/45{
  background-color: rgb(235 97 82 / 0.45);
}
.bg-error-450\/5{
  background-color: rgb(235 97 82 / 0.05);
}
.bg-error-450\/50{
  background-color: rgb(235 97 82 / 0.5);
}
.bg-error-450\/55{
  background-color: rgb(235 97 82 / 0.55);
}
.bg-error-450\/60{
  background-color: rgb(235 97 82 / 0.6);
}
.bg-error-450\/65{
  background-color: rgb(235 97 82 / 0.65);
}
.bg-error-450\/70{
  background-color: rgb(235 97 82 / 0.7);
}
.bg-error-450\/75{
  background-color: rgb(235 97 82 / 0.75);
}
.bg-error-450\/80{
  background-color: rgb(235 97 82 / 0.8);
}
.bg-error-450\/85{
  background-color: rgb(235 97 82 / 0.85);
}
.bg-error-450\/90{
  background-color: rgb(235 97 82 / 0.9);
}
.bg-error-450\/95{
  background-color: rgb(235 97 82 / 0.95);
}
.bg-error-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 255 / var(--tw-bg-opacity));
}
.bg-error-50\/0{
  background-color: rgb(255 251 255 / 0);
}
.bg-error-50\/10{
  background-color: rgb(255 251 255 / 0.1);
}
.bg-error-50\/100{
  background-color: rgb(255 251 255 / 1);
}
.bg-error-50\/15{
  background-color: rgb(255 251 255 / 0.15);
}
.bg-error-50\/20{
  background-color: rgb(255 251 255 / 0.2);
}
.bg-error-50\/25{
  background-color: rgb(255 251 255 / 0.25);
}
.bg-error-50\/30{
  background-color: rgb(255 251 255 / 0.3);
}
.bg-error-50\/35{
  background-color: rgb(255 251 255 / 0.35);
}
.bg-error-50\/40{
  background-color: rgb(255 251 255 / 0.4);
}
.bg-error-50\/45{
  background-color: rgb(255 251 255 / 0.45);
}
.bg-error-50\/5{
  background-color: rgb(255 251 255 / 0.05);
}
.bg-error-50\/50{
  background-color: rgb(255 251 255 / 0.5);
}
.bg-error-50\/55{
  background-color: rgb(255 251 255 / 0.55);
}
.bg-error-50\/60{
  background-color: rgb(255 251 255 / 0.6);
}
.bg-error-50\/65{
  background-color: rgb(255 251 255 / 0.65);
}
.bg-error-50\/70{
  background-color: rgb(255 251 255 / 0.7);
}
.bg-error-50\/75{
  background-color: rgb(255 251 255 / 0.75);
}
.bg-error-50\/80{
  background-color: rgb(255 251 255 / 0.8);
}
.bg-error-50\/85{
  background-color: rgb(255 251 255 / 0.85);
}
.bg-error-50\/90{
  background-color: rgb(255 251 255 / 0.9);
}
.bg-error-50\/95{
  background-color: rgb(255 251 255 / 0.95);
}
.bg-error-500{
  --tw-bg-opacity: 1;
  background-color: rgb(205 70 58 / var(--tw-bg-opacity));
}
.bg-error-500\/0{
  background-color: rgb(205 70 58 / 0);
}
.bg-error-500\/10{
  background-color: rgb(205 70 58 / 0.1);
}
.bg-error-500\/100{
  background-color: rgb(205 70 58 / 1);
}
.bg-error-500\/15{
  background-color: rgb(205 70 58 / 0.15);
}
.bg-error-500\/20{
  background-color: rgb(205 70 58 / 0.2);
}
.bg-error-500\/25{
  background-color: rgb(205 70 58 / 0.25);
}
.bg-error-500\/30{
  background-color: rgb(205 70 58 / 0.3);
}
.bg-error-500\/35{
  background-color: rgb(205 70 58 / 0.35);
}
.bg-error-500\/40{
  background-color: rgb(205 70 58 / 0.4);
}
.bg-error-500\/45{
  background-color: rgb(205 70 58 / 0.45);
}
.bg-error-500\/5{
  background-color: rgb(205 70 58 / 0.05);
}
.bg-error-500\/50{
  background-color: rgb(205 70 58 / 0.5);
}
.bg-error-500\/55{
  background-color: rgb(205 70 58 / 0.55);
}
.bg-error-500\/60{
  background-color: rgb(205 70 58 / 0.6);
}
.bg-error-500\/65{
  background-color: rgb(205 70 58 / 0.65);
}
.bg-error-500\/70{
  background-color: rgb(205 70 58 / 0.7);
}
.bg-error-500\/75{
  background-color: rgb(205 70 58 / 0.75);
}
.bg-error-500\/80{
  background-color: rgb(205 70 58 / 0.8);
}
.bg-error-500\/85{
  background-color: rgb(205 70 58 / 0.85);
}
.bg-error-500\/90{
  background-color: rgb(205 70 58 / 0.9);
}
.bg-error-500\/95{
  background-color: rgb(205 70 58 / 0.95);
}
.bg-error-600{
  --tw-bg-opacity: 1;
  background-color: rgb(171 45 37 / var(--tw-bg-opacity));
}
.bg-error-600\/0{
  background-color: rgb(171 45 37 / 0);
}
.bg-error-600\/10{
  background-color: rgb(171 45 37 / 0.1);
}
.bg-error-600\/100{
  background-color: rgb(171 45 37 / 1);
}
.bg-error-600\/15{
  background-color: rgb(171 45 37 / 0.15);
}
.bg-error-600\/20{
  background-color: rgb(171 45 37 / 0.2);
}
.bg-error-600\/25{
  background-color: rgb(171 45 37 / 0.25);
}
.bg-error-600\/30{
  background-color: rgb(171 45 37 / 0.3);
}
.bg-error-600\/35{
  background-color: rgb(171 45 37 / 0.35);
}
.bg-error-600\/40{
  background-color: rgb(171 45 37 / 0.4);
}
.bg-error-600\/45{
  background-color: rgb(171 45 37 / 0.45);
}
.bg-error-600\/5{
  background-color: rgb(171 45 37 / 0.05);
}
.bg-error-600\/50{
  background-color: rgb(171 45 37 / 0.5);
}
.bg-error-600\/55{
  background-color: rgb(171 45 37 / 0.55);
}
.bg-error-600\/60{
  background-color: rgb(171 45 37 / 0.6);
}
.bg-error-600\/65{
  background-color: rgb(171 45 37 / 0.65);
}
.bg-error-600\/70{
  background-color: rgb(171 45 37 / 0.7);
}
.bg-error-600\/75{
  background-color: rgb(171 45 37 / 0.75);
}
.bg-error-600\/80{
  background-color: rgb(171 45 37 / 0.8);
}
.bg-error-600\/85{
  background-color: rgb(171 45 37 / 0.85);
}
.bg-error-600\/90{
  background-color: rgb(171 45 37 / 0.9);
}
.bg-error-600\/95{
  background-color: rgb(171 45 37 / 0.95);
}
.bg-error-650{
  --tw-bg-opacity: 1;
  background-color: rgb(155 33 28 / var(--tw-bg-opacity));
}
.bg-error-650\/0{
  background-color: rgb(155 33 28 / 0);
}
.bg-error-650\/10{
  background-color: rgb(155 33 28 / 0.1);
}
.bg-error-650\/100{
  background-color: rgb(155 33 28 / 1);
}
.bg-error-650\/15{
  background-color: rgb(155 33 28 / 0.15);
}
.bg-error-650\/20{
  background-color: rgb(155 33 28 / 0.2);
}
.bg-error-650\/25{
  background-color: rgb(155 33 28 / 0.25);
}
.bg-error-650\/30{
  background-color: rgb(155 33 28 / 0.3);
}
.bg-error-650\/35{
  background-color: rgb(155 33 28 / 0.35);
}
.bg-error-650\/40{
  background-color: rgb(155 33 28 / 0.4);
}
.bg-error-650\/45{
  background-color: rgb(155 33 28 / 0.45);
}
.bg-error-650\/5{
  background-color: rgb(155 33 28 / 0.05);
}
.bg-error-650\/50{
  background-color: rgb(155 33 28 / 0.5);
}
.bg-error-650\/55{
  background-color: rgb(155 33 28 / 0.55);
}
.bg-error-650\/60{
  background-color: rgb(155 33 28 / 0.6);
}
.bg-error-650\/65{
  background-color: rgb(155 33 28 / 0.65);
}
.bg-error-650\/70{
  background-color: rgb(155 33 28 / 0.7);
}
.bg-error-650\/75{
  background-color: rgb(155 33 28 / 0.75);
}
.bg-error-650\/80{
  background-color: rgb(155 33 28 / 0.8);
}
.bg-error-650\/85{
  background-color: rgb(155 33 28 / 0.85);
}
.bg-error-650\/90{
  background-color: rgb(155 33 28 / 0.9);
}
.bg-error-650\/95{
  background-color: rgb(155 33 28 / 0.95);
}
.bg-error-700{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 20 / var(--tw-bg-opacity));
}
.bg-error-700\/0{
  background-color: rgb(134 25 20 / 0);
}
.bg-error-700\/10{
  background-color: rgb(134 25 20 / 0.1);
}
.bg-error-700\/100{
  background-color: rgb(134 25 20 / 1);
}
.bg-error-700\/15{
  background-color: rgb(134 25 20 / 0.15);
}
.bg-error-700\/20{
  background-color: rgb(134 25 20 / 0.2);
}
.bg-error-700\/25{
  background-color: rgb(134 25 20 / 0.25);
}
.bg-error-700\/30{
  background-color: rgb(134 25 20 / 0.3);
}
.bg-error-700\/35{
  background-color: rgb(134 25 20 / 0.35);
}
.bg-error-700\/40{
  background-color: rgb(134 25 20 / 0.4);
}
.bg-error-700\/45{
  background-color: rgb(134 25 20 / 0.45);
}
.bg-error-700\/5{
  background-color: rgb(134 25 20 / 0.05);
}
.bg-error-700\/50{
  background-color: rgb(134 25 20 / 0.5);
}
.bg-error-700\/55{
  background-color: rgb(134 25 20 / 0.55);
}
.bg-error-700\/60{
  background-color: rgb(134 25 20 / 0.6);
}
.bg-error-700\/65{
  background-color: rgb(134 25 20 / 0.65);
}
.bg-error-700\/70{
  background-color: rgb(134 25 20 / 0.7);
}
.bg-error-700\/75{
  background-color: rgb(134 25 20 / 0.75);
}
.bg-error-700\/80{
  background-color: rgb(134 25 20 / 0.8);
}
.bg-error-700\/85{
  background-color: rgb(134 25 20 / 0.85);
}
.bg-error-700\/90{
  background-color: rgb(134 25 20 / 0.9);
}
.bg-error-700\/95{
  background-color: rgb(134 25 20 / 0.95);
}
.bg-error-750{
  --tw-bg-opacity: 1;
  background-color: rgb(115 20 17 / var(--tw-bg-opacity));
}
.bg-error-750\/0{
  background-color: rgb(115 20 17 / 0);
}
.bg-error-750\/10{
  background-color: rgb(115 20 17 / 0.1);
}
.bg-error-750\/100{
  background-color: rgb(115 20 17 / 1);
}
.bg-error-750\/15{
  background-color: rgb(115 20 17 / 0.15);
}
.bg-error-750\/20{
  background-color: rgb(115 20 17 / 0.2);
}
.bg-error-750\/25{
  background-color: rgb(115 20 17 / 0.25);
}
.bg-error-750\/30{
  background-color: rgb(115 20 17 / 0.3);
}
.bg-error-750\/35{
  background-color: rgb(115 20 17 / 0.35);
}
.bg-error-750\/40{
  background-color: rgb(115 20 17 / 0.4);
}
.bg-error-750\/45{
  background-color: rgb(115 20 17 / 0.45);
}
.bg-error-750\/5{
  background-color: rgb(115 20 17 / 0.05);
}
.bg-error-750\/50{
  background-color: rgb(115 20 17 / 0.5);
}
.bg-error-750\/55{
  background-color: rgb(115 20 17 / 0.55);
}
.bg-error-750\/60{
  background-color: rgb(115 20 17 / 0.6);
}
.bg-error-750\/65{
  background-color: rgb(115 20 17 / 0.65);
}
.bg-error-750\/70{
  background-color: rgb(115 20 17 / 0.7);
}
.bg-error-750\/75{
  background-color: rgb(115 20 17 / 0.75);
}
.bg-error-750\/80{
  background-color: rgb(115 20 17 / 0.8);
}
.bg-error-750\/85{
  background-color: rgb(115 20 17 / 0.85);
}
.bg-error-750\/90{
  background-color: rgb(115 20 17 / 0.9);
}
.bg-error-750\/95{
  background-color: rgb(115 20 17 / 0.95);
}
.bg-error-800{
  --tw-bg-opacity: 1;
  background-color: rgb(96 16 12 / var(--tw-bg-opacity));
}
.bg-error-800\/0{
  background-color: rgb(96 16 12 / 0);
}
.bg-error-800\/10{
  background-color: rgb(96 16 12 / 0.1);
}
.bg-error-800\/100{
  background-color: rgb(96 16 12 / 1);
}
.bg-error-800\/15{
  background-color: rgb(96 16 12 / 0.15);
}
.bg-error-800\/20{
  background-color: rgb(96 16 12 / 0.2);
}
.bg-error-800\/25{
  background-color: rgb(96 16 12 / 0.25);
}
.bg-error-800\/30{
  background-color: rgb(96 16 12 / 0.3);
}
.bg-error-800\/35{
  background-color: rgb(96 16 12 / 0.35);
}
.bg-error-800\/40{
  background-color: rgb(96 16 12 / 0.4);
}
.bg-error-800\/45{
  background-color: rgb(96 16 12 / 0.45);
}
.bg-error-800\/5{
  background-color: rgb(96 16 12 / 0.05);
}
.bg-error-800\/50{
  background-color: rgb(96 16 12 / 0.5);
}
.bg-error-800\/55{
  background-color: rgb(96 16 12 / 0.55);
}
.bg-error-800\/60{
  background-color: rgb(96 16 12 / 0.6);
}
.bg-error-800\/65{
  background-color: rgb(96 16 12 / 0.65);
}
.bg-error-800\/70{
  background-color: rgb(96 16 12 / 0.7);
}
.bg-error-800\/75{
  background-color: rgb(96 16 12 / 0.75);
}
.bg-error-800\/80{
  background-color: rgb(96 16 12 / 0.8);
}
.bg-error-800\/85{
  background-color: rgb(96 16 12 / 0.85);
}
.bg-error-800\/90{
  background-color: rgb(96 16 12 / 0.9);
}
.bg-error-800\/95{
  background-color: rgb(96 16 12 / 0.95);
}
.bg-error-900{
  --tw-bg-opacity: 1;
  background-color: rgb(59 6 5 / var(--tw-bg-opacity));
}
.bg-error-900\/0{
  background-color: rgb(59 6 5 / 0);
}
.bg-error-900\/10{
  background-color: rgb(59 6 5 / 0.1);
}
.bg-error-900\/100{
  background-color: rgb(59 6 5 / 1);
}
.bg-error-900\/15{
  background-color: rgb(59 6 5 / 0.15);
}
.bg-error-900\/20{
  background-color: rgb(59 6 5 / 0.2);
}
.bg-error-900\/25{
  background-color: rgb(59 6 5 / 0.25);
}
.bg-error-900\/30{
  background-color: rgb(59 6 5 / 0.3);
}
.bg-error-900\/35{
  background-color: rgb(59 6 5 / 0.35);
}
.bg-error-900\/40{
  background-color: rgb(59 6 5 / 0.4);
}
.bg-error-900\/45{
  background-color: rgb(59 6 5 / 0.45);
}
.bg-error-900\/5{
  background-color: rgb(59 6 5 / 0.05);
}
.bg-error-900\/50{
  background-color: rgb(59 6 5 / 0.5);
}
.bg-error-900\/55{
  background-color: rgb(59 6 5 / 0.55);
}
.bg-error-900\/60{
  background-color: rgb(59 6 5 / 0.6);
}
.bg-error-900\/65{
  background-color: rgb(59 6 5 / 0.65);
}
.bg-error-900\/70{
  background-color: rgb(59 6 5 / 0.7);
}
.bg-error-900\/75{
  background-color: rgb(59 6 5 / 0.75);
}
.bg-error-900\/80{
  background-color: rgb(59 6 5 / 0.8);
}
.bg-error-900\/85{
  background-color: rgb(59 6 5 / 0.85);
}
.bg-error-900\/90{
  background-color: rgb(59 6 5 / 0.9);
}
.bg-error-900\/95{
  background-color: rgb(59 6 5 / 0.95);
}
.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-100\/0{
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10{
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100{
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/15{
  background-color: rgb(250 232 255 / 0.15);
}
.bg-fuchsia-100\/20{
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25{
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30{
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/35{
  background-color: rgb(250 232 255 / 0.35);
}
.bg-fuchsia-100\/40{
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/45{
  background-color: rgb(250 232 255 / 0.45);
}
.bg-fuchsia-100\/5{
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50{
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/55{
  background-color: rgb(250 232 255 / 0.55);
}
.bg-fuchsia-100\/60{
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/65{
  background-color: rgb(250 232 255 / 0.65);
}
.bg-fuchsia-100\/70{
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75{
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80{
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/85{
  background-color: rgb(250 232 255 / 0.85);
}
.bg-fuchsia-100\/90{
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95{
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.bg-fuchsia-200\/0{
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10{
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100{
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/15{
  background-color: rgb(245 208 254 / 0.15);
}
.bg-fuchsia-200\/20{
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25{
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30{
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/35{
  background-color: rgb(245 208 254 / 0.35);
}
.bg-fuchsia-200\/40{
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/45{
  background-color: rgb(245 208 254 / 0.45);
}
.bg-fuchsia-200\/5{
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50{
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/55{
  background-color: rgb(245 208 254 / 0.55);
}
.bg-fuchsia-200\/60{
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/65{
  background-color: rgb(245 208 254 / 0.65);
}
.bg-fuchsia-200\/70{
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75{
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80{
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/85{
  background-color: rgb(245 208 254 / 0.85);
}
.bg-fuchsia-200\/90{
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95{
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-300{
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.bg-fuchsia-300\/0{
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10{
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100{
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/15{
  background-color: rgb(240 171 252 / 0.15);
}
.bg-fuchsia-300\/20{
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25{
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30{
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/35{
  background-color: rgb(240 171 252 / 0.35);
}
.bg-fuchsia-300\/40{
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/45{
  background-color: rgb(240 171 252 / 0.45);
}
.bg-fuchsia-300\/5{
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50{
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/55{
  background-color: rgb(240 171 252 / 0.55);
}
.bg-fuchsia-300\/60{
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/65{
  background-color: rgb(240 171 252 / 0.65);
}
.bg-fuchsia-300\/70{
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75{
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80{
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/85{
  background-color: rgb(240 171 252 / 0.85);
}
.bg-fuchsia-300\/90{
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95{
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-400{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.bg-fuchsia-400\/0{
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10{
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100{
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/15{
  background-color: rgb(232 121 249 / 0.15);
}
.bg-fuchsia-400\/20{
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25{
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30{
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/35{
  background-color: rgb(232 121 249 / 0.35);
}
.bg-fuchsia-400\/40{
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/45{
  background-color: rgb(232 121 249 / 0.45);
}
.bg-fuchsia-400\/5{
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50{
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/55{
  background-color: rgb(232 121 249 / 0.55);
}
.bg-fuchsia-400\/60{
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/65{
  background-color: rgb(232 121 249 / 0.65);
}
.bg-fuchsia-400\/70{
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75{
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80{
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/85{
  background-color: rgb(232 121 249 / 0.85);
}
.bg-fuchsia-400\/90{
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95{
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-50\/0{
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10{
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100{
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/15{
  background-color: rgb(253 244 255 / 0.15);
}
.bg-fuchsia-50\/20{
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25{
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30{
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/35{
  background-color: rgb(253 244 255 / 0.35);
}
.bg-fuchsia-50\/40{
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/45{
  background-color: rgb(253 244 255 / 0.45);
}
.bg-fuchsia-50\/5{
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50{
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/55{
  background-color: rgb(253 244 255 / 0.55);
}
.bg-fuchsia-50\/60{
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/65{
  background-color: rgb(253 244 255 / 0.65);
}
.bg-fuchsia-50\/70{
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75{
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80{
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/85{
  background-color: rgb(253 244 255 / 0.85);
}
.bg-fuchsia-50\/90{
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95{
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.bg-fuchsia-500\/0{
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10{
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100{
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/15{
  background-color: rgb(217 70 239 / 0.15);
}
.bg-fuchsia-500\/20{
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25{
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30{
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/35{
  background-color: rgb(217 70 239 / 0.35);
}
.bg-fuchsia-500\/40{
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/45{
  background-color: rgb(217 70 239 / 0.45);
}
.bg-fuchsia-500\/5{
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50{
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/55{
  background-color: rgb(217 70 239 / 0.55);
}
.bg-fuchsia-500\/60{
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/65{
  background-color: rgb(217 70 239 / 0.65);
}
.bg-fuchsia-500\/70{
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75{
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80{
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/85{
  background-color: rgb(217 70 239 / 0.85);
}
.bg-fuchsia-500\/90{
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95{
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-600{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.bg-fuchsia-600\/0{
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10{
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100{
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/15{
  background-color: rgb(192 38 211 / 0.15);
}
.bg-fuchsia-600\/20{
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25{
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30{
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/35{
  background-color: rgb(192 38 211 / 0.35);
}
.bg-fuchsia-600\/40{
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/45{
  background-color: rgb(192 38 211 / 0.45);
}
.bg-fuchsia-600\/5{
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50{
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/55{
  background-color: rgb(192 38 211 / 0.55);
}
.bg-fuchsia-600\/60{
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/65{
  background-color: rgb(192 38 211 / 0.65);
}
.bg-fuchsia-600\/70{
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75{
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80{
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/85{
  background-color: rgb(192 38 211 / 0.85);
}
.bg-fuchsia-600\/90{
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95{
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-700{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.bg-fuchsia-700\/0{
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10{
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100{
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/15{
  background-color: rgb(162 28 175 / 0.15);
}
.bg-fuchsia-700\/20{
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25{
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30{
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/35{
  background-color: rgb(162 28 175 / 0.35);
}
.bg-fuchsia-700\/40{
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/45{
  background-color: rgb(162 28 175 / 0.45);
}
.bg-fuchsia-700\/5{
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50{
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/55{
  background-color: rgb(162 28 175 / 0.55);
}
.bg-fuchsia-700\/60{
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/65{
  background-color: rgb(162 28 175 / 0.65);
}
.bg-fuchsia-700\/70{
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75{
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80{
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/85{
  background-color: rgb(162 28 175 / 0.85);
}
.bg-fuchsia-700\/90{
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95{
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-800{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.bg-fuchsia-800\/0{
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10{
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100{
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/15{
  background-color: rgb(134 25 143 / 0.15);
}
.bg-fuchsia-800\/20{
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25{
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30{
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/35{
  background-color: rgb(134 25 143 / 0.35);
}
.bg-fuchsia-800\/40{
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/45{
  background-color: rgb(134 25 143 / 0.45);
}
.bg-fuchsia-800\/5{
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50{
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/55{
  background-color: rgb(134 25 143 / 0.55);
}
.bg-fuchsia-800\/60{
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/65{
  background-color: rgb(134 25 143 / 0.65);
}
.bg-fuchsia-800\/70{
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75{
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80{
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/85{
  background-color: rgb(134 25 143 / 0.85);
}
.bg-fuchsia-800\/90{
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95{
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-900{
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.bg-fuchsia-900\/0{
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10{
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100{
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/15{
  background-color: rgb(112 26 117 / 0.15);
}
.bg-fuchsia-900\/20{
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25{
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30{
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/35{
  background-color: rgb(112 26 117 / 0.35);
}
.bg-fuchsia-900\/40{
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/45{
  background-color: rgb(112 26 117 / 0.45);
}
.bg-fuchsia-900\/5{
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50{
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/55{
  background-color: rgb(112 26 117 / 0.55);
}
.bg-fuchsia-900\/60{
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/65{
  background-color: rgb(112 26 117 / 0.65);
}
.bg-fuchsia-900\/70{
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75{
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80{
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/85{
  background-color: rgb(112 26 117 / 0.85);
}
.bg-fuchsia-900\/90{
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95{
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-950{
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.bg-fuchsia-950\/0{
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10{
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100{
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/15{
  background-color: rgb(74 4 78 / 0.15);
}
.bg-fuchsia-950\/20{
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25{
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30{
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/35{
  background-color: rgb(74 4 78 / 0.35);
}
.bg-fuchsia-950\/40{
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/45{
  background-color: rgb(74 4 78 / 0.45);
}
.bg-fuchsia-950\/5{
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50{
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/55{
  background-color: rgb(74 4 78 / 0.55);
}
.bg-fuchsia-950\/60{
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/65{
  background-color: rgb(74 4 78 / 0.65);
}
.bg-fuchsia-950\/70{
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75{
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80{
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/85{
  background-color: rgb(74 4 78 / 0.85);
}
.bg-fuchsia-950\/90{
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95{
  background-color: rgb(74 4 78 / 0.95);
}
.bg-fuschia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.bg-fuschia-100\/0{
  background-color: rgb(253 244 255 / 0);
}
.bg-fuschia-100\/10{
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuschia-100\/100{
  background-color: rgb(253 244 255 / 1);
}
.bg-fuschia-100\/15{
  background-color: rgb(253 244 255 / 0.15);
}
.bg-fuschia-100\/20{
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuschia-100\/25{
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuschia-100\/30{
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuschia-100\/35{
  background-color: rgb(253 244 255 / 0.35);
}
.bg-fuschia-100\/40{
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuschia-100\/45{
  background-color: rgb(253 244 255 / 0.45);
}
.bg-fuschia-100\/5{
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuschia-100\/50{
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuschia-100\/55{
  background-color: rgb(253 244 255 / 0.55);
}
.bg-fuschia-100\/60{
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuschia-100\/65{
  background-color: rgb(253 244 255 / 0.65);
}
.bg-fuschia-100\/70{
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuschia-100\/75{
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuschia-100\/80{
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuschia-100\/85{
  background-color: rgb(253 244 255 / 0.85);
}
.bg-fuschia-100\/90{
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuschia-100\/95{
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuschia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-fuschia-200\/0{
  background-color: rgb(250 232 255 / 0);
}
.bg-fuschia-200\/10{
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuschia-200\/100{
  background-color: rgb(250 232 255 / 1);
}
.bg-fuschia-200\/15{
  background-color: rgb(250 232 255 / 0.15);
}
.bg-fuschia-200\/20{
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuschia-200\/25{
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuschia-200\/30{
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuschia-200\/35{
  background-color: rgb(250 232 255 / 0.35);
}
.bg-fuschia-200\/40{
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuschia-200\/45{
  background-color: rgb(250 232 255 / 0.45);
}
.bg-fuschia-200\/5{
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuschia-200\/50{
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuschia-200\/55{
  background-color: rgb(250 232 255 / 0.55);
}
.bg-fuschia-200\/60{
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuschia-200\/65{
  background-color: rgb(250 232 255 / 0.65);
}
.bg-fuschia-200\/70{
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuschia-200\/75{
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuschia-200\/80{
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuschia-200\/85{
  background-color: rgb(250 232 255 / 0.85);
}
.bg-fuschia-200\/90{
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuschia-200\/95{
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuschia-300{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.bg-fuschia-300\/0{
  background-color: rgb(245 208 254 / 0);
}
.bg-fuschia-300\/10{
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuschia-300\/100{
  background-color: rgb(245 208 254 / 1);
}
.bg-fuschia-300\/15{
  background-color: rgb(245 208 254 / 0.15);
}
.bg-fuschia-300\/20{
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuschia-300\/25{
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuschia-300\/30{
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuschia-300\/35{
  background-color: rgb(245 208 254 / 0.35);
}
.bg-fuschia-300\/40{
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuschia-300\/45{
  background-color: rgb(245 208 254 / 0.45);
}
.bg-fuschia-300\/5{
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuschia-300\/50{
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuschia-300\/55{
  background-color: rgb(245 208 254 / 0.55);
}
.bg-fuschia-300\/60{
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuschia-300\/65{
  background-color: rgb(245 208 254 / 0.65);
}
.bg-fuschia-300\/70{
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuschia-300\/75{
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuschia-300\/80{
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuschia-300\/85{
  background-color: rgb(245 208 254 / 0.85);
}
.bg-fuschia-300\/90{
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuschia-300\/95{
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuschia-350{
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.bg-fuschia-350\/0{
  background-color: rgb(240 171 252 / 0);
}
.bg-fuschia-350\/10{
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuschia-350\/100{
  background-color: rgb(240 171 252 / 1);
}
.bg-fuschia-350\/15{
  background-color: rgb(240 171 252 / 0.15);
}
.bg-fuschia-350\/20{
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuschia-350\/25{
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuschia-350\/30{
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuschia-350\/35{
  background-color: rgb(240 171 252 / 0.35);
}
.bg-fuschia-350\/40{
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuschia-350\/45{
  background-color: rgb(240 171 252 / 0.45);
}
.bg-fuschia-350\/5{
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuschia-350\/50{
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuschia-350\/55{
  background-color: rgb(240 171 252 / 0.55);
}
.bg-fuschia-350\/60{
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuschia-350\/65{
  background-color: rgb(240 171 252 / 0.65);
}
.bg-fuschia-350\/70{
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuschia-350\/75{
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuschia-350\/80{
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuschia-350\/85{
  background-color: rgb(240 171 252 / 0.85);
}
.bg-fuschia-350\/90{
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuschia-350\/95{
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuschia-400{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.bg-fuschia-400\/0{
  background-color: rgb(232 121 249 / 0);
}
.bg-fuschia-400\/10{
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuschia-400\/100{
  background-color: rgb(232 121 249 / 1);
}
.bg-fuschia-400\/15{
  background-color: rgb(232 121 249 / 0.15);
}
.bg-fuschia-400\/20{
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuschia-400\/25{
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuschia-400\/30{
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuschia-400\/35{
  background-color: rgb(232 121 249 / 0.35);
}
.bg-fuschia-400\/40{
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuschia-400\/45{
  background-color: rgb(232 121 249 / 0.45);
}
.bg-fuschia-400\/5{
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuschia-400\/50{
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuschia-400\/55{
  background-color: rgb(232 121 249 / 0.55);
}
.bg-fuschia-400\/60{
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuschia-400\/65{
  background-color: rgb(232 121 249 / 0.65);
}
.bg-fuschia-400\/70{
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuschia-400\/75{
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuschia-400\/80{
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuschia-400\/85{
  background-color: rgb(232 121 249 / 0.85);
}
.bg-fuschia-400\/90{
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuschia-400\/95{
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuschia-450{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.bg-fuschia-450\/0{
  background-color: rgb(217 70 239 / 0);
}
.bg-fuschia-450\/10{
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuschia-450\/100{
  background-color: rgb(217 70 239 / 1);
}
.bg-fuschia-450\/15{
  background-color: rgb(217 70 239 / 0.15);
}
.bg-fuschia-450\/20{
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuschia-450\/25{
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuschia-450\/30{
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuschia-450\/35{
  background-color: rgb(217 70 239 / 0.35);
}
.bg-fuschia-450\/40{
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuschia-450\/45{
  background-color: rgb(217 70 239 / 0.45);
}
.bg-fuschia-450\/5{
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuschia-450\/50{
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuschia-450\/55{
  background-color: rgb(217 70 239 / 0.55);
}
.bg-fuschia-450\/60{
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuschia-450\/65{
  background-color: rgb(217 70 239 / 0.65);
}
.bg-fuschia-450\/70{
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuschia-450\/75{
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuschia-450\/80{
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuschia-450\/85{
  background-color: rgb(217 70 239 / 0.85);
}
.bg-fuschia-450\/90{
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuschia-450\/95{
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuschia-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 255 / var(--tw-bg-opacity));
}
.bg-fuschia-50\/0{
  background-color: rgb(254 250 255 / 0);
}
.bg-fuschia-50\/10{
  background-color: rgb(254 250 255 / 0.1);
}
.bg-fuschia-50\/100{
  background-color: rgb(254 250 255 / 1);
}
.bg-fuschia-50\/15{
  background-color: rgb(254 250 255 / 0.15);
}
.bg-fuschia-50\/20{
  background-color: rgb(254 250 255 / 0.2);
}
.bg-fuschia-50\/25{
  background-color: rgb(254 250 255 / 0.25);
}
.bg-fuschia-50\/30{
  background-color: rgb(254 250 255 / 0.3);
}
.bg-fuschia-50\/35{
  background-color: rgb(254 250 255 / 0.35);
}
.bg-fuschia-50\/40{
  background-color: rgb(254 250 255 / 0.4);
}
.bg-fuschia-50\/45{
  background-color: rgb(254 250 255 / 0.45);
}
.bg-fuschia-50\/5{
  background-color: rgb(254 250 255 / 0.05);
}
.bg-fuschia-50\/50{
  background-color: rgb(254 250 255 / 0.5);
}
.bg-fuschia-50\/55{
  background-color: rgb(254 250 255 / 0.55);
}
.bg-fuschia-50\/60{
  background-color: rgb(254 250 255 / 0.6);
}
.bg-fuschia-50\/65{
  background-color: rgb(254 250 255 / 0.65);
}
.bg-fuschia-50\/70{
  background-color: rgb(254 250 255 / 0.7);
}
.bg-fuschia-50\/75{
  background-color: rgb(254 250 255 / 0.75);
}
.bg-fuschia-50\/80{
  background-color: rgb(254 250 255 / 0.8);
}
.bg-fuschia-50\/85{
  background-color: rgb(254 250 255 / 0.85);
}
.bg-fuschia-50\/90{
  background-color: rgb(254 250 255 / 0.9);
}
.bg-fuschia-50\/95{
  background-color: rgb(254 250 255 / 0.95);
}
.bg-fuschia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.bg-fuschia-500\/0{
  background-color: rgb(192 38 211 / 0);
}
.bg-fuschia-500\/10{
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuschia-500\/100{
  background-color: rgb(192 38 211 / 1);
}
.bg-fuschia-500\/15{
  background-color: rgb(192 38 211 / 0.15);
}
.bg-fuschia-500\/20{
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuschia-500\/25{
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuschia-500\/30{
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuschia-500\/35{
  background-color: rgb(192 38 211 / 0.35);
}
.bg-fuschia-500\/40{
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuschia-500\/45{
  background-color: rgb(192 38 211 / 0.45);
}
.bg-fuschia-500\/5{
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuschia-500\/50{
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuschia-500\/55{
  background-color: rgb(192 38 211 / 0.55);
}
.bg-fuschia-500\/60{
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuschia-500\/65{
  background-color: rgb(192 38 211 / 0.65);
}
.bg-fuschia-500\/70{
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuschia-500\/75{
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuschia-500\/80{
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuschia-500\/85{
  background-color: rgb(192 38 211 / 0.85);
}
.bg-fuschia-500\/90{
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuschia-500\/95{
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuschia-600{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.bg-fuschia-600\/0{
  background-color: rgb(162 28 175 / 0);
}
.bg-fuschia-600\/10{
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuschia-600\/100{
  background-color: rgb(162 28 175 / 1);
}
.bg-fuschia-600\/15{
  background-color: rgb(162 28 175 / 0.15);
}
.bg-fuschia-600\/20{
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuschia-600\/25{
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuschia-600\/30{
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuschia-600\/35{
  background-color: rgb(162 28 175 / 0.35);
}
.bg-fuschia-600\/40{
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuschia-600\/45{
  background-color: rgb(162 28 175 / 0.45);
}
.bg-fuschia-600\/5{
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuschia-600\/50{
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuschia-600\/55{
  background-color: rgb(162 28 175 / 0.55);
}
.bg-fuschia-600\/60{
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuschia-600\/65{
  background-color: rgb(162 28 175 / 0.65);
}
.bg-fuschia-600\/70{
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuschia-600\/75{
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuschia-600\/80{
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuschia-600\/85{
  background-color: rgb(162 28 175 / 0.85);
}
.bg-fuschia-600\/90{
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuschia-600\/95{
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuschia-650{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.bg-fuschia-650\/0{
  background-color: rgb(134 25 143 / 0);
}
.bg-fuschia-650\/10{
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuschia-650\/100{
  background-color: rgb(134 25 143 / 1);
}
.bg-fuschia-650\/15{
  background-color: rgb(134 25 143 / 0.15);
}
.bg-fuschia-650\/20{
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuschia-650\/25{
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuschia-650\/30{
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuschia-650\/35{
  background-color: rgb(134 25 143 / 0.35);
}
.bg-fuschia-650\/40{
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuschia-650\/45{
  background-color: rgb(134 25 143 / 0.45);
}
.bg-fuschia-650\/5{
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuschia-650\/50{
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuschia-650\/55{
  background-color: rgb(134 25 143 / 0.55);
}
.bg-fuschia-650\/60{
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuschia-650\/65{
  background-color: rgb(134 25 143 / 0.65);
}
.bg-fuschia-650\/70{
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuschia-650\/75{
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuschia-650\/80{
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuschia-650\/85{
  background-color: rgb(134 25 143 / 0.85);
}
.bg-fuschia-650\/90{
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuschia-650\/95{
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuschia-700{
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.bg-fuschia-700\/0{
  background-color: rgb(112 26 117 / 0);
}
.bg-fuschia-700\/10{
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuschia-700\/100{
  background-color: rgb(112 26 117 / 1);
}
.bg-fuschia-700\/15{
  background-color: rgb(112 26 117 / 0.15);
}
.bg-fuschia-700\/20{
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuschia-700\/25{
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuschia-700\/30{
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuschia-700\/35{
  background-color: rgb(112 26 117 / 0.35);
}
.bg-fuschia-700\/40{
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuschia-700\/45{
  background-color: rgb(112 26 117 / 0.45);
}
.bg-fuschia-700\/5{
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuschia-700\/50{
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuschia-700\/55{
  background-color: rgb(112 26 117 / 0.55);
}
.bg-fuschia-700\/60{
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuschia-700\/65{
  background-color: rgb(112 26 117 / 0.65);
}
.bg-fuschia-700\/70{
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuschia-700\/75{
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuschia-700\/80{
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuschia-700\/85{
  background-color: rgb(112 26 117 / 0.85);
}
.bg-fuschia-700\/90{
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuschia-700\/95{
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuschia-750{
  --tw-bg-opacity: 1;
  background-color: rgb(97 16 102 / var(--tw-bg-opacity));
}
.bg-fuschia-750\/0{
  background-color: rgb(97 16 102 / 0);
}
.bg-fuschia-750\/10{
  background-color: rgb(97 16 102 / 0.1);
}
.bg-fuschia-750\/100{
  background-color: rgb(97 16 102 / 1);
}
.bg-fuschia-750\/15{
  background-color: rgb(97 16 102 / 0.15);
}
.bg-fuschia-750\/20{
  background-color: rgb(97 16 102 / 0.2);
}
.bg-fuschia-750\/25{
  background-color: rgb(97 16 102 / 0.25);
}
.bg-fuschia-750\/30{
  background-color: rgb(97 16 102 / 0.3);
}
.bg-fuschia-750\/35{
  background-color: rgb(97 16 102 / 0.35);
}
.bg-fuschia-750\/40{
  background-color: rgb(97 16 102 / 0.4);
}
.bg-fuschia-750\/45{
  background-color: rgb(97 16 102 / 0.45);
}
.bg-fuschia-750\/5{
  background-color: rgb(97 16 102 / 0.05);
}
.bg-fuschia-750\/50{
  background-color: rgb(97 16 102 / 0.5);
}
.bg-fuschia-750\/55{
  background-color: rgb(97 16 102 / 0.55);
}
.bg-fuschia-750\/60{
  background-color: rgb(97 16 102 / 0.6);
}
.bg-fuschia-750\/65{
  background-color: rgb(97 16 102 / 0.65);
}
.bg-fuschia-750\/70{
  background-color: rgb(97 16 102 / 0.7);
}
.bg-fuschia-750\/75{
  background-color: rgb(97 16 102 / 0.75);
}
.bg-fuschia-750\/80{
  background-color: rgb(97 16 102 / 0.8);
}
.bg-fuschia-750\/85{
  background-color: rgb(97 16 102 / 0.85);
}
.bg-fuschia-750\/90{
  background-color: rgb(97 16 102 / 0.9);
}
.bg-fuschia-750\/95{
  background-color: rgb(97 16 102 / 0.95);
}
.bg-fuschia-800{
  --tw-bg-opacity: 1;
  background-color: rgb(83 11 87 / var(--tw-bg-opacity));
}
.bg-fuschia-800\/0{
  background-color: rgb(83 11 87 / 0);
}
.bg-fuschia-800\/10{
  background-color: rgb(83 11 87 / 0.1);
}
.bg-fuschia-800\/100{
  background-color: rgb(83 11 87 / 1);
}
.bg-fuschia-800\/15{
  background-color: rgb(83 11 87 / 0.15);
}
.bg-fuschia-800\/20{
  background-color: rgb(83 11 87 / 0.2);
}
.bg-fuschia-800\/25{
  background-color: rgb(83 11 87 / 0.25);
}
.bg-fuschia-800\/30{
  background-color: rgb(83 11 87 / 0.3);
}
.bg-fuschia-800\/35{
  background-color: rgb(83 11 87 / 0.35);
}
.bg-fuschia-800\/40{
  background-color: rgb(83 11 87 / 0.4);
}
.bg-fuschia-800\/45{
  background-color: rgb(83 11 87 / 0.45);
}
.bg-fuschia-800\/5{
  background-color: rgb(83 11 87 / 0.05);
}
.bg-fuschia-800\/50{
  background-color: rgb(83 11 87 / 0.5);
}
.bg-fuschia-800\/55{
  background-color: rgb(83 11 87 / 0.55);
}
.bg-fuschia-800\/60{
  background-color: rgb(83 11 87 / 0.6);
}
.bg-fuschia-800\/65{
  background-color: rgb(83 11 87 / 0.65);
}
.bg-fuschia-800\/70{
  background-color: rgb(83 11 87 / 0.7);
}
.bg-fuschia-800\/75{
  background-color: rgb(83 11 87 / 0.75);
}
.bg-fuschia-800\/80{
  background-color: rgb(83 11 87 / 0.8);
}
.bg-fuschia-800\/85{
  background-color: rgb(83 11 87 / 0.85);
}
.bg-fuschia-800\/90{
  background-color: rgb(83 11 87 / 0.9);
}
.bg-fuschia-800\/95{
  background-color: rgb(83 11 87 / 0.95);
}
.bg-fuschia-900{
  --tw-bg-opacity: 1;
  background-color: rgb(48 3 51 / var(--tw-bg-opacity));
}
.bg-fuschia-900\/0{
  background-color: rgb(48 3 51 / 0);
}
.bg-fuschia-900\/10{
  background-color: rgb(48 3 51 / 0.1);
}
.bg-fuschia-900\/100{
  background-color: rgb(48 3 51 / 1);
}
.bg-fuschia-900\/15{
  background-color: rgb(48 3 51 / 0.15);
}
.bg-fuschia-900\/20{
  background-color: rgb(48 3 51 / 0.2);
}
.bg-fuschia-900\/25{
  background-color: rgb(48 3 51 / 0.25);
}
.bg-fuschia-900\/30{
  background-color: rgb(48 3 51 / 0.3);
}
.bg-fuschia-900\/35{
  background-color: rgb(48 3 51 / 0.35);
}
.bg-fuschia-900\/40{
  background-color: rgb(48 3 51 / 0.4);
}
.bg-fuschia-900\/45{
  background-color: rgb(48 3 51 / 0.45);
}
.bg-fuschia-900\/5{
  background-color: rgb(48 3 51 / 0.05);
}
.bg-fuschia-900\/50{
  background-color: rgb(48 3 51 / 0.5);
}
.bg-fuschia-900\/55{
  background-color: rgb(48 3 51 / 0.55);
}
.bg-fuschia-900\/60{
  background-color: rgb(48 3 51 / 0.6);
}
.bg-fuschia-900\/65{
  background-color: rgb(48 3 51 / 0.65);
}
.bg-fuschia-900\/70{
  background-color: rgb(48 3 51 / 0.7);
}
.bg-fuschia-900\/75{
  background-color: rgb(48 3 51 / 0.75);
}
.bg-fuschia-900\/80{
  background-color: rgb(48 3 51 / 0.8);
}
.bg-fuschia-900\/85{
  background-color: rgb(48 3 51 / 0.85);
}
.bg-fuschia-900\/90{
  background-color: rgb(48 3 51 / 0.9);
}
.bg-fuschia-900\/95{
  background-color: rgb(48 3 51 / 0.95);
}
.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-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/15{
  background-color: rgb(3 7 18 / 0.15);
}
.bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/35{
  background-color: rgb(3 7 18 / 0.35);
}
.bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/45{
  background-color: rgb(3 7 18 / 0.45);
}
.bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/55{
  background-color: rgb(3 7 18 / 0.55);
}
.bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/65{
  background-color: rgb(3 7 18 / 0.65);
}
.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/85{
  background-color: rgb(3 7 18 / 0.85);
}
.bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95);
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-100\/0{
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100{
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15{
  background-color: rgb(220 252 231 / 0.15);
}
.bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35{
  background-color: rgb(220 252 231 / 0.35);
}
.bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45{
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55{
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65{
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85{
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0{
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100{
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15{
  background-color: rgb(187 247 208 / 0.15);
}
.bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35{
  background-color: rgb(187 247 208 / 0.35);
}
.bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45{
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55{
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65{
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85{
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15{
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35{
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45{
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55{
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65{
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85{
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-400\/0{
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100{
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/15{
  background-color: rgb(74 222 128 / 0.15);
}
.bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/35{
  background-color: rgb(74 222 128 / 0.35);
}
.bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/45{
  background-color: rgb(74 222 128 / 0.45);
}
.bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/55{
  background-color: rgb(74 222 128 / 0.55);
}
.bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/65{
  background-color: rgb(74 222 128 / 0.65);
}
.bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/85{
  background-color: rgb(74 222 128 / 0.85);
}
.bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-50\/0{
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100{
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/15{
  background-color: rgb(240 253 244 / 0.15);
}
.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}
.bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25);
}
.bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-50\/35{
  background-color: rgb(240 253 244 / 0.35);
}
.bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4);
}
.bg-green-50\/45{
  background-color: rgb(240 253 244 / 0.45);
}
.bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05);
}
.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-50\/55{
  background-color: rgb(240 253 244 / 0.55);
}
.bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6);
}
.bg-green-50\/65{
  background-color: rgb(240 253 244 / 0.65);
}
.bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7);
}
.bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75);
}
.bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8);
}
.bg-green-50\/85{
  background-color: rgb(240 253 244 / 0.85);
}
.bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(75 165 71 / var(--tw-bg-opacity));
}
.bg-green-500\/0{
  background-color: rgb(75 165 71 / 0);
}
.bg-green-500\/10{
  background-color: rgb(75 165 71 / 0.1);
}
.bg-green-500\/100{
  background-color: rgb(75 165 71 / 1);
}
.bg-green-500\/15{
  background-color: rgb(75 165 71 / 0.15);
}
.bg-green-500\/20{
  background-color: rgb(75 165 71 / 0.2);
}
.bg-green-500\/25{
  background-color: rgb(75 165 71 / 0.25);
}
.bg-green-500\/30{
  background-color: rgb(75 165 71 / 0.3);
}
.bg-green-500\/35{
  background-color: rgb(75 165 71 / 0.35);
}
.bg-green-500\/40{
  background-color: rgb(75 165 71 / 0.4);
}
.bg-green-500\/45{
  background-color: rgb(75 165 71 / 0.45);
}
.bg-green-500\/5{
  background-color: rgb(75 165 71 / 0.05);
}
.bg-green-500\/50{
  background-color: rgb(75 165 71 / 0.5);
}
.bg-green-500\/55{
  background-color: rgb(75 165 71 / 0.55);
}
.bg-green-500\/60{
  background-color: rgb(75 165 71 / 0.6);
}
.bg-green-500\/65{
  background-color: rgb(75 165 71 / 0.65);
}
.bg-green-500\/70{
  background-color: rgb(75 165 71 / 0.7);
}
.bg-green-500\/75{
  background-color: rgb(75 165 71 / 0.75);
}
.bg-green-500\/80{
  background-color: rgb(75 165 71 / 0.8);
}
.bg-green-500\/85{
  background-color: rgb(75 165 71 / 0.85);
}
.bg-green-500\/90{
  background-color: rgb(75 165 71 / 0.9);
}
.bg-green-500\/95{
  background-color: rgb(75 165 71 / 0.95);
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-600\/0{
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100{
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/15{
  background-color: rgb(22 163 74 / 0.15);
}
.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/35{
  background-color: rgb(22 163 74 / 0.35);
}
.bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/45{
  background-color: rgb(22 163 74 / 0.45);
}
.bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/55{
  background-color: rgb(22 163 74 / 0.55);
}
.bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/65{
  background-color: rgb(22 163 74 / 0.65);
}
.bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/85{
  background-color: rgb(22 163 74 / 0.85);
}
.bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-green-700\/0{
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100{
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/15{
  background-color: rgb(21 128 61 / 0.15);
}
.bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/35{
  background-color: rgb(21 128 61 / 0.35);
}
.bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/45{
  background-color: rgb(21 128 61 / 0.45);
}
.bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/55{
  background-color: rgb(21 128 61 / 0.55);
}
.bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/65{
  background-color: rgb(21 128 61 / 0.65);
}
.bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/85{
  background-color: rgb(21 128 61 / 0.85);
}
.bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-green-800\/0{
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100{
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/15{
  background-color: rgb(22 101 52 / 0.15);
}
.bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2);
}
.bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25);
}
.bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3);
}
.bg-green-800\/35{
  background-color: rgb(22 101 52 / 0.35);
}
.bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4);
}
.bg-green-800\/45{
  background-color: rgb(22 101 52 / 0.45);
}
.bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05);
}
.bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5);
}
.bg-green-800\/55{
  background-color: rgb(22 101 52 / 0.55);
}
.bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6);
}
.bg-green-800\/65{
  background-color: rgb(22 101 52 / 0.65);
}
.bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7);
}
.bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75);
}
.bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8);
}
.bg-green-800\/85{
  background-color: rgb(22 101 52 / 0.85);
}
.bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.bg-green-900\/0{
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100{
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/15{
  background-color: rgb(20 83 45 / 0.15);
}
.bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25);
}
.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/35{
  background-color: rgb(20 83 45 / 0.35);
}
.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/45{
  background-color: rgb(20 83 45 / 0.45);
}
.bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05);
}
.bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5);
}
.bg-green-900\/55{
  background-color: rgb(20 83 45 / 0.55);
}
.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}
.bg-green-900\/65{
  background-color: rgb(20 83 45 / 0.65);
}
.bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7);
}
.bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75);
}
.bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8);
}
.bg-green-900\/85{
  background-color: rgb(20 83 45 / 0.85);
}
.bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.bg-green-950\/0{
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100{
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/15{
  background-color: rgb(5 46 22 / 0.15);
}
.bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2);
}
.bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25);
}
.bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3);
}
.bg-green-950\/35{
  background-color: rgb(5 46 22 / 0.35);
}
.bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4);
}
.bg-green-950\/45{
  background-color: rgb(5 46 22 / 0.45);
}
.bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05);
}
.bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5);
}
.bg-green-950\/55{
  background-color: rgb(5 46 22 / 0.55);
}
.bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6);
}
.bg-green-950\/65{
  background-color: rgb(5 46 22 / 0.65);
}
.bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7);
}
.bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75);
}
.bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8);
}
.bg-green-950\/85{
  background-color: rgb(5 46 22 / 0.85);
}
.bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95);
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0{
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10{
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100{
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/15{
  background-color: rgb(224 231 255 / 0.15);
}
.bg-indigo-100\/20{
  background-color: rgb(224 231 255 / 0.2);
}
.bg-indigo-100\/25{
  background-color: rgb(224 231 255 / 0.25);
}
.bg-indigo-100\/30{
  background-color: rgb(224 231 255 / 0.3);
}
.bg-indigo-100\/35{
  background-color: rgb(224 231 255 / 0.35);
}
.bg-indigo-100\/40{
  background-color: rgb(224 231 255 / 0.4);
}
.bg-indigo-100\/45{
  background-color: rgb(224 231 255 / 0.45);
}
.bg-indigo-100\/5{
  background-color: rgb(224 231 255 / 0.05);
}
.bg-indigo-100\/50{
  background-color: rgb(224 231 255 / 0.5);
}
.bg-indigo-100\/55{
  background-color: rgb(224 231 255 / 0.55);
}
.bg-indigo-100\/60{
  background-color: rgb(224 231 255 / 0.6);
}
.bg-indigo-100\/65{
  background-color: rgb(224 231 255 / 0.65);
}
.bg-indigo-100\/70{
  background-color: rgb(224 231 255 / 0.7);
}
.bg-indigo-100\/75{
  background-color: rgb(224 231 255 / 0.75);
}
.bg-indigo-100\/80{
  background-color: rgb(224 231 255 / 0.8);
}
.bg-indigo-100\/85{
  background-color: rgb(224 231 255 / 0.85);
}
.bg-indigo-100\/90{
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95{
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.bg-indigo-200\/0{
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10{
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100{
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/15{
  background-color: rgb(199 210 254 / 0.15);
}
.bg-indigo-200\/20{
  background-color: rgb(199 210 254 / 0.2);
}
.bg-indigo-200\/25{
  background-color: rgb(199 210 254 / 0.25);
}
.bg-indigo-200\/30{
  background-color: rgb(199 210 254 / 0.3);
}
.bg-indigo-200\/35{
  background-color: rgb(199 210 254 / 0.35);
}
.bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-200\/45{
  background-color: rgb(199 210 254 / 0.45);
}
.bg-indigo-200\/5{
  background-color: rgb(199 210 254 / 0.05);
}
.bg-indigo-200\/50{
  background-color: rgb(199 210 254 / 0.5);
}
.bg-indigo-200\/55{
  background-color: rgb(199 210 254 / 0.55);
}
.bg-indigo-200\/60{
  background-color: rgb(199 210 254 / 0.6);
}
.bg-indigo-200\/65{
  background-color: rgb(199 210 254 / 0.65);
}
.bg-indigo-200\/70{
  background-color: rgb(199 210 254 / 0.7);
}
.bg-indigo-200\/75{
  background-color: rgb(199 210 254 / 0.75);
}
.bg-indigo-200\/80{
  background-color: rgb(199 210 254 / 0.8);
}
.bg-indigo-200\/85{
  background-color: rgb(199 210 254 / 0.85);
}
.bg-indigo-200\/90{
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95{
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.bg-indigo-300\/0{
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10{
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100{
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/15{
  background-color: rgb(165 180 252 / 0.15);
}
.bg-indigo-300\/20{
  background-color: rgb(165 180 252 / 0.2);
}
.bg-indigo-300\/25{
  background-color: rgb(165 180 252 / 0.25);
}
.bg-indigo-300\/30{
  background-color: rgb(165 180 252 / 0.3);
}
.bg-indigo-300\/35{
  background-color: rgb(165 180 252 / 0.35);
}
.bg-indigo-300\/40{
  background-color: rgb(165 180 252 / 0.4);
}
.bg-indigo-300\/45{
  background-color: rgb(165 180 252 / 0.45);
}
.bg-indigo-300\/5{
  background-color: rgb(165 180 252 / 0.05);
}
.bg-indigo-300\/50{
  background-color: rgb(165 180 252 / 0.5);
}
.bg-indigo-300\/55{
  background-color: rgb(165 180 252 / 0.55);
}
.bg-indigo-300\/60{
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-300\/65{
  background-color: rgb(165 180 252 / 0.65);
}
.bg-indigo-300\/70{
  background-color: rgb(165 180 252 / 0.7);
}
.bg-indigo-300\/75{
  background-color: rgb(165 180 252 / 0.75);
}
.bg-indigo-300\/80{
  background-color: rgb(165 180 252 / 0.8);
}
.bg-indigo-300\/85{
  background-color: rgb(165 180 252 / 0.85);
}
.bg-indigo-300\/90{
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95{
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-indigo-400\/0{
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10{
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100{
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/15{
  background-color: rgb(129 140 248 / 0.15);
}
.bg-indigo-400\/20{
  background-color: rgb(129 140 248 / 0.2);
}
.bg-indigo-400\/25{
  background-color: rgb(129 140 248 / 0.25);
}
.bg-indigo-400\/30{
  background-color: rgb(129 140 248 / 0.3);
}
.bg-indigo-400\/35{
  background-color: rgb(129 140 248 / 0.35);
}
.bg-indigo-400\/40{
  background-color: rgb(129 140 248 / 0.4);
}
.bg-indigo-400\/45{
  background-color: rgb(129 140 248 / 0.45);
}
.bg-indigo-400\/5{
  background-color: rgb(129 140 248 / 0.05);
}
.bg-indigo-400\/50{
  background-color: rgb(129 140 248 / 0.5);
}
.bg-indigo-400\/55{
  background-color: rgb(129 140 248 / 0.55);
}
.bg-indigo-400\/60{
  background-color: rgb(129 140 248 / 0.6);
}
.bg-indigo-400\/65{
  background-color: rgb(129 140 248 / 0.65);
}
.bg-indigo-400\/70{
  background-color: rgb(129 140 248 / 0.7);
}
.bg-indigo-400\/75{
  background-color: rgb(129 140 248 / 0.75);
}
.bg-indigo-400\/80{
  background-color: rgb(129 140 248 / 0.8);
}
.bg-indigo-400\/85{
  background-color: rgb(129 140 248 / 0.85);
}
.bg-indigo-400\/90{
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95{
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-50\/0{
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10{
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100{
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/15{
  background-color: rgb(238 242 255 / 0.15);
}
.bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2);
}
.bg-indigo-50\/25{
  background-color: rgb(238 242 255 / 0.25);
}
.bg-indigo-50\/30{
  background-color: rgb(238 242 255 / 0.3);
}
.bg-indigo-50\/35{
  background-color: rgb(238 242 255 / 0.35);
}
.bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4);
}
.bg-indigo-50\/45{
  background-color: rgb(238 242 255 / 0.45);
}
.bg-indigo-50\/5{
  background-color: rgb(238 242 255 / 0.05);
}
.bg-indigo-50\/50{
  background-color: rgb(238 242 255 / 0.5);
}
.bg-indigo-50\/55{
  background-color: rgb(238 242 255 / 0.55);
}
.bg-indigo-50\/60{
  background-color: rgb(238 242 255 / 0.6);
}
.bg-indigo-50\/65{
  background-color: rgb(238 242 255 / 0.65);
}
.bg-indigo-50\/70{
  background-color: rgb(238 242 255 / 0.7);
}
.bg-indigo-50\/75{
  background-color: rgb(238 242 255 / 0.75);
}
.bg-indigo-50\/80{
  background-color: rgb(238 242 255 / 0.8);
}
.bg-indigo-50\/85{
  background-color: rgb(238 242 255 / 0.85);
}
.bg-indigo-50\/90{
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95{
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-500\/0{
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100{
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/15{
  background-color: rgb(99 102 241 / 0.15);
}
.bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2);
}
.bg-indigo-500\/25{
  background-color: rgb(99 102 241 / 0.25);
}
.bg-indigo-500\/30{
  background-color: rgb(99 102 241 / 0.3);
}
.bg-indigo-500\/35{
  background-color: rgb(99 102 241 / 0.35);
}
.bg-indigo-500\/40{
  background-color: rgb(99 102 241 / 0.4);
}
.bg-indigo-500\/45{
  background-color: rgb(99 102 241 / 0.45);
}
.bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05);
}
.bg-indigo-500\/50{
  background-color: rgb(99 102 241 / 0.5);
}
.bg-indigo-500\/55{
  background-color: rgb(99 102 241 / 0.55);
}
.bg-indigo-500\/60{
  background-color: rgb(99 102 241 / 0.6);
}
.bg-indigo-500\/65{
  background-color: rgb(99 102 241 / 0.65);
}
.bg-indigo-500\/70{
  background-color: rgb(99 102 241 / 0.7);
}
.bg-indigo-500\/75{
  background-color: rgb(99 102 241 / 0.75);
}
.bg-indigo-500\/80{
  background-color: rgb(99 102 241 / 0.8);
}
.bg-indigo-500\/85{
  background-color: rgb(99 102 241 / 0.85);
}
.bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95{
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-600\/0{
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100{
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/15{
  background-color: rgb(79 70 229 / 0.15);
}
.bg-indigo-600\/20{
  background-color: rgb(79 70 229 / 0.2);
}
.bg-indigo-600\/25{
  background-color: rgb(79 70 229 / 0.25);
}
.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}
.bg-indigo-600\/35{
  background-color: rgb(79 70 229 / 0.35);
}
.bg-indigo-600\/40{
  background-color: rgb(79 70 229 / 0.4);
}
.bg-indigo-600\/45{
  background-color: rgb(79 70 229 / 0.45);
}
.bg-indigo-600\/5{
  background-color: rgb(79 70 229 / 0.05);
}
.bg-indigo-600\/50{
  background-color: rgb(79 70 229 / 0.5);
}
.bg-indigo-600\/55{
  background-color: rgb(79 70 229 / 0.55);
}
.bg-indigo-600\/60{
  background-color: rgb(79 70 229 / 0.6);
}
.bg-indigo-600\/65{
  background-color: rgb(79 70 229 / 0.65);
}
.bg-indigo-600\/70{
  background-color: rgb(79 70 229 / 0.7);
}
.bg-indigo-600\/75{
  background-color: rgb(79 70 229 / 0.75);
}
.bg-indigo-600\/80{
  background-color: rgb(79 70 229 / 0.8);
}
.bg-indigo-600\/85{
  background-color: rgb(79 70 229 / 0.85);
}
.bg-indigo-600\/90{
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95{
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-700\/0{
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10{
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100{
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/15{
  background-color: rgb(67 56 202 / 0.15);
}
.bg-indigo-700\/20{
  background-color: rgb(67 56 202 / 0.2);
}
.bg-indigo-700\/25{
  background-color: rgb(67 56 202 / 0.25);
}
.bg-indigo-700\/30{
  background-color: rgb(67 56 202 / 0.3);
}
.bg-indigo-700\/35{
  background-color: rgb(67 56 202 / 0.35);
}
.bg-indigo-700\/40{
  background-color: rgb(67 56 202 / 0.4);
}
.bg-indigo-700\/45{
  background-color: rgb(67 56 202 / 0.45);
}
.bg-indigo-700\/5{
  background-color: rgb(67 56 202 / 0.05);
}
.bg-indigo-700\/50{
  background-color: rgb(67 56 202 / 0.5);
}
.bg-indigo-700\/55{
  background-color: rgb(67 56 202 / 0.55);
}
.bg-indigo-700\/60{
  background-color: rgb(67 56 202 / 0.6);
}
.bg-indigo-700\/65{
  background-color: rgb(67 56 202 / 0.65);
}
.bg-indigo-700\/70{
  background-color: rgb(67 56 202 / 0.7);
}
.bg-indigo-700\/75{
  background-color: rgb(67 56 202 / 0.75);
}
.bg-indigo-700\/80{
  background-color: rgb(67 56 202 / 0.8);
}
.bg-indigo-700\/85{
  background-color: rgb(67 56 202 / 0.85);
}
.bg-indigo-700\/90{
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95{
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.bg-indigo-800\/0{
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10{
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100{
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/15{
  background-color: rgb(55 48 163 / 0.15);
}
.bg-indigo-800\/20{
  background-color: rgb(55 48 163 / 0.2);
}
.bg-indigo-800\/25{
  background-color: rgb(55 48 163 / 0.25);
}
.bg-indigo-800\/30{
  background-color: rgb(55 48 163 / 0.3);
}
.bg-indigo-800\/35{
  background-color: rgb(55 48 163 / 0.35);
}
.bg-indigo-800\/40{
  background-color: rgb(55 48 163 / 0.4);
}
.bg-indigo-800\/45{
  background-color: rgb(55 48 163 / 0.45);
}
.bg-indigo-800\/5{
  background-color: rgb(55 48 163 / 0.05);
}
.bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5);
}
.bg-indigo-800\/55{
  background-color: rgb(55 48 163 / 0.55);
}
.bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6);
}
.bg-indigo-800\/65{
  background-color: rgb(55 48 163 / 0.65);
}
.bg-indigo-800\/70{
  background-color: rgb(55 48 163 / 0.7);
}
.bg-indigo-800\/75{
  background-color: rgb(55 48 163 / 0.75);
}
.bg-indigo-800\/80{
  background-color: rgb(55 48 163 / 0.8);
}
.bg-indigo-800\/85{
  background-color: rgb(55 48 163 / 0.85);
}
.bg-indigo-800\/90{
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95{
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0{
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10{
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100{
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/15{
  background-color: rgb(49 46 129 / 0.15);
}
.bg-indigo-900\/20{
  background-color: rgb(49 46 129 / 0.2);
}
.bg-indigo-900\/25{
  background-color: rgb(49 46 129 / 0.25);
}
.bg-indigo-900\/30{
  background-color: rgb(49 46 129 / 0.3);
}
.bg-indigo-900\/35{
  background-color: rgb(49 46 129 / 0.35);
}
.bg-indigo-900\/40{
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/45{
  background-color: rgb(49 46 129 / 0.45);
}
.bg-indigo-900\/5{
  background-color: rgb(49 46 129 / 0.05);
}
.bg-indigo-900\/50{
  background-color: rgb(49 46 129 / 0.5);
}
.bg-indigo-900\/55{
  background-color: rgb(49 46 129 / 0.55);
}
.bg-indigo-900\/60{
  background-color: rgb(49 46 129 / 0.6);
}
.bg-indigo-900\/65{
  background-color: rgb(49 46 129 / 0.65);
}
.bg-indigo-900\/70{
  background-color: rgb(49 46 129 / 0.7);
}
.bg-indigo-900\/75{
  background-color: rgb(49 46 129 / 0.75);
}
.bg-indigo-900\/80{
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/85{
  background-color: rgb(49 46 129 / 0.85);
}
.bg-indigo-900\/90{
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95{
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.bg-indigo-950\/0{
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10{
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100{
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/15{
  background-color: rgb(30 27 75 / 0.15);
}
.bg-indigo-950\/20{
  background-color: rgb(30 27 75 / 0.2);
}
.bg-indigo-950\/25{
  background-color: rgb(30 27 75 / 0.25);
}
.bg-indigo-950\/30{
  background-color: rgb(30 27 75 / 0.3);
}
.bg-indigo-950\/35{
  background-color: rgb(30 27 75 / 0.35);
}
.bg-indigo-950\/40{
  background-color: rgb(30 27 75 / 0.4);
}
.bg-indigo-950\/45{
  background-color: rgb(30 27 75 / 0.45);
}
.bg-indigo-950\/5{
  background-color: rgb(30 27 75 / 0.05);
}
.bg-indigo-950\/50{
  background-color: rgb(30 27 75 / 0.5);
}
.bg-indigo-950\/55{
  background-color: rgb(30 27 75 / 0.55);
}
.bg-indigo-950\/60{
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/65{
  background-color: rgb(30 27 75 / 0.65);
}
.bg-indigo-950\/70{
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75{
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80{
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/85{
  background-color: rgb(30 27 75 / 0.85);
}
.bg-indigo-950\/90{
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95{
  background-color: rgb(30 27 75 / 0.95);
}
.bg-info-100{
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 254 / var(--tw-bg-opacity));
}
.bg-info-100\/0{
  background-color: rgb(253 247 254 / 0);
}
.bg-info-100\/10{
  background-color: rgb(253 247 254 / 0.1);
}
.bg-info-100\/100{
  background-color: rgb(253 247 254 / 1);
}
.bg-info-100\/15{
  background-color: rgb(253 247 254 / 0.15);
}
.bg-info-100\/20{
  background-color: rgb(253 247 254 / 0.2);
}
.bg-info-100\/25{
  background-color: rgb(253 247 254 / 0.25);
}
.bg-info-100\/30{
  background-color: rgb(253 247 254 / 0.3);
}
.bg-info-100\/35{
  background-color: rgb(253 247 254 / 0.35);
}
.bg-info-100\/40{
  background-color: rgb(253 247 254 / 0.4);
}
.bg-info-100\/45{
  background-color: rgb(253 247 254 / 0.45);
}
.bg-info-100\/5{
  background-color: rgb(253 247 254 / 0.05);
}
.bg-info-100\/50{
  background-color: rgb(253 247 254 / 0.5);
}
.bg-info-100\/55{
  background-color: rgb(253 247 254 / 0.55);
}
.bg-info-100\/60{
  background-color: rgb(253 247 254 / 0.6);
}
.bg-info-100\/65{
  background-color: rgb(253 247 254 / 0.65);
}
.bg-info-100\/70{
  background-color: rgb(253 247 254 / 0.7);
}
.bg-info-100\/75{
  background-color: rgb(253 247 254 / 0.75);
}
.bg-info-100\/80{
  background-color: rgb(253 247 254 / 0.8);
}
.bg-info-100\/85{
  background-color: rgb(253 247 254 / 0.85);
}
.bg-info-100\/90{
  background-color: rgb(253 247 254 / 0.9);
}
.bg-info-100\/95{
  background-color: rgb(253 247 254 / 0.95);
}
.bg-info-200{
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 254 / var(--tw-bg-opacity));
}
.bg-info-200\/0{
  background-color: rgb(247 237 254 / 0);
}
.bg-info-200\/10{
  background-color: rgb(247 237 254 / 0.1);
}
.bg-info-200\/100{
  background-color: rgb(247 237 254 / 1);
}
.bg-info-200\/15{
  background-color: rgb(247 237 254 / 0.15);
}
.bg-info-200\/20{
  background-color: rgb(247 237 254 / 0.2);
}
.bg-info-200\/25{
  background-color: rgb(247 237 254 / 0.25);
}
.bg-info-200\/30{
  background-color: rgb(247 237 254 / 0.3);
}
.bg-info-200\/35{
  background-color: rgb(247 237 254 / 0.35);
}
.bg-info-200\/40{
  background-color: rgb(247 237 254 / 0.4);
}
.bg-info-200\/45{
  background-color: rgb(247 237 254 / 0.45);
}
.bg-info-200\/5{
  background-color: rgb(247 237 254 / 0.05);
}
.bg-info-200\/50{
  background-color: rgb(247 237 254 / 0.5);
}
.bg-info-200\/55{
  background-color: rgb(247 237 254 / 0.55);
}
.bg-info-200\/60{
  background-color: rgb(247 237 254 / 0.6);
}
.bg-info-200\/65{
  background-color: rgb(247 237 254 / 0.65);
}
.bg-info-200\/70{
  background-color: rgb(247 237 254 / 0.7);
}
.bg-info-200\/75{
  background-color: rgb(247 237 254 / 0.75);
}
.bg-info-200\/80{
  background-color: rgb(247 237 254 / 0.8);
}
.bg-info-200\/85{
  background-color: rgb(247 237 254 / 0.85);
}
.bg-info-200\/90{
  background-color: rgb(247 237 254 / 0.9);
}
.bg-info-200\/95{
  background-color: rgb(247 237 254 / 0.95);
}
.bg-info-300{
  --tw-bg-opacity: 1;
  background-color: rgb(233 221 252 / var(--tw-bg-opacity));
}
.bg-info-300\/0{
  background-color: rgb(233 221 252 / 0);
}
.bg-info-300\/10{
  background-color: rgb(233 221 252 / 0.1);
}
.bg-info-300\/100{
  background-color: rgb(233 221 252 / 1);
}
.bg-info-300\/15{
  background-color: rgb(233 221 252 / 0.15);
}
.bg-info-300\/20{
  background-color: rgb(233 221 252 / 0.2);
}
.bg-info-300\/25{
  background-color: rgb(233 221 252 / 0.25);
}
.bg-info-300\/30{
  background-color: rgb(233 221 252 / 0.3);
}
.bg-info-300\/35{
  background-color: rgb(233 221 252 / 0.35);
}
.bg-info-300\/40{
  background-color: rgb(233 221 252 / 0.4);
}
.bg-info-300\/45{
  background-color: rgb(233 221 252 / 0.45);
}
.bg-info-300\/5{
  background-color: rgb(233 221 252 / 0.05);
}
.bg-info-300\/50{
  background-color: rgb(233 221 252 / 0.5);
}
.bg-info-300\/55{
  background-color: rgb(233 221 252 / 0.55);
}
.bg-info-300\/60{
  background-color: rgb(233 221 252 / 0.6);
}
.bg-info-300\/65{
  background-color: rgb(233 221 252 / 0.65);
}
.bg-info-300\/70{
  background-color: rgb(233 221 252 / 0.7);
}
.bg-info-300\/75{
  background-color: rgb(233 221 252 / 0.75);
}
.bg-info-300\/80{
  background-color: rgb(233 221 252 / 0.8);
}
.bg-info-300\/85{
  background-color: rgb(233 221 252 / 0.85);
}
.bg-info-300\/90{
  background-color: rgb(233 221 252 / 0.9);
}
.bg-info-300\/95{
  background-color: rgb(233 221 252 / 0.95);
}
.bg-info-350{
  --tw-bg-opacity: 1;
  background-color: rgb(209 187 250 / var(--tw-bg-opacity));
}
.bg-info-350\/0{
  background-color: rgb(209 187 250 / 0);
}
.bg-info-350\/10{
  background-color: rgb(209 187 250 / 0.1);
}
.bg-info-350\/100{
  background-color: rgb(209 187 250 / 1);
}
.bg-info-350\/15{
  background-color: rgb(209 187 250 / 0.15);
}
.bg-info-350\/20{
  background-color: rgb(209 187 250 / 0.2);
}
.bg-info-350\/25{
  background-color: rgb(209 187 250 / 0.25);
}
.bg-info-350\/30{
  background-color: rgb(209 187 250 / 0.3);
}
.bg-info-350\/35{
  background-color: rgb(209 187 250 / 0.35);
}
.bg-info-350\/40{
  background-color: rgb(209 187 250 / 0.4);
}
.bg-info-350\/45{
  background-color: rgb(209 187 250 / 0.45);
}
.bg-info-350\/5{
  background-color: rgb(209 187 250 / 0.05);
}
.bg-info-350\/50{
  background-color: rgb(209 187 250 / 0.5);
}
.bg-info-350\/55{
  background-color: rgb(209 187 250 / 0.55);
}
.bg-info-350\/60{
  background-color: rgb(209 187 250 / 0.6);
}
.bg-info-350\/65{
  background-color: rgb(209 187 250 / 0.65);
}
.bg-info-350\/70{
  background-color: rgb(209 187 250 / 0.7);
}
.bg-info-350\/75{
  background-color: rgb(209 187 250 / 0.75);
}
.bg-info-350\/80{
  background-color: rgb(209 187 250 / 0.8);
}
.bg-info-350\/85{
  background-color: rgb(209 187 250 / 0.85);
}
.bg-info-350\/90{
  background-color: rgb(209 187 250 / 0.9);
}
.bg-info-350\/95{
  background-color: rgb(209 187 250 / 0.95);
}
.bg-info-400{
  --tw-bg-opacity: 1;
  background-color: rgb(186 154 248 / var(--tw-bg-opacity));
}
.bg-info-400\/0{
  background-color: rgb(186 154 248 / 0);
}
.bg-info-400\/10{
  background-color: rgb(186 154 248 / 0.1);
}
.bg-info-400\/100{
  background-color: rgb(186 154 248 / 1);
}
.bg-info-400\/15{
  background-color: rgb(186 154 248 / 0.15);
}
.bg-info-400\/20{
  background-color: rgb(186 154 248 / 0.2);
}
.bg-info-400\/25{
  background-color: rgb(186 154 248 / 0.25);
}
.bg-info-400\/30{
  background-color: rgb(186 154 248 / 0.3);
}
.bg-info-400\/35{
  background-color: rgb(186 154 248 / 0.35);
}
.bg-info-400\/40{
  background-color: rgb(186 154 248 / 0.4);
}
.bg-info-400\/45{
  background-color: rgb(186 154 248 / 0.45);
}
.bg-info-400\/5{
  background-color: rgb(186 154 248 / 0.05);
}
.bg-info-400\/50{
  background-color: rgb(186 154 248 / 0.5);
}
.bg-info-400\/55{
  background-color: rgb(186 154 248 / 0.55);
}
.bg-info-400\/60{
  background-color: rgb(186 154 248 / 0.6);
}
.bg-info-400\/65{
  background-color: rgb(186 154 248 / 0.65);
}
.bg-info-400\/70{
  background-color: rgb(186 154 248 / 0.7);
}
.bg-info-400\/75{
  background-color: rgb(186 154 248 / 0.75);
}
.bg-info-400\/80{
  background-color: rgb(186 154 248 / 0.8);
}
.bg-info-400\/85{
  background-color: rgb(186 154 248 / 0.85);
}
.bg-info-400\/90{
  background-color: rgb(186 154 248 / 0.9);
}
.bg-info-400\/95{
  background-color: rgb(186 154 248 / 0.95);
}
.bg-info-450{
  --tw-bg-opacity: 1;
  background-color: rgb(162 117 247 / var(--tw-bg-opacity));
}
.bg-info-450\/0{
  background-color: rgb(162 117 247 / 0);
}
.bg-info-450\/10{
  background-color: rgb(162 117 247 / 0.1);
}
.bg-info-450\/100{
  background-color: rgb(162 117 247 / 1);
}
.bg-info-450\/15{
  background-color: rgb(162 117 247 / 0.15);
}
.bg-info-450\/20{
  background-color: rgb(162 117 247 / 0.2);
}
.bg-info-450\/25{
  background-color: rgb(162 117 247 / 0.25);
}
.bg-info-450\/30{
  background-color: rgb(162 117 247 / 0.3);
}
.bg-info-450\/35{
  background-color: rgb(162 117 247 / 0.35);
}
.bg-info-450\/40{
  background-color: rgb(162 117 247 / 0.4);
}
.bg-info-450\/45{
  background-color: rgb(162 117 247 / 0.45);
}
.bg-info-450\/5{
  background-color: rgb(162 117 247 / 0.05);
}
.bg-info-450\/50{
  background-color: rgb(162 117 247 / 0.5);
}
.bg-info-450\/55{
  background-color: rgb(162 117 247 / 0.55);
}
.bg-info-450\/60{
  background-color: rgb(162 117 247 / 0.6);
}
.bg-info-450\/65{
  background-color: rgb(162 117 247 / 0.65);
}
.bg-info-450\/70{
  background-color: rgb(162 117 247 / 0.7);
}
.bg-info-450\/75{
  background-color: rgb(162 117 247 / 0.75);
}
.bg-info-450\/80{
  background-color: rgb(162 117 247 / 0.8);
}
.bg-info-450\/85{
  background-color: rgb(162 117 247 / 0.85);
}
.bg-info-450\/90{
  background-color: rgb(162 117 247 / 0.9);
}
.bg-info-450\/95{
  background-color: rgb(162 117 247 / 0.95);
}
.bg-info-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 255 / var(--tw-bg-opacity));
}
.bg-info-50\/0{
  background-color: rgb(254 251 255 / 0);
}
.bg-info-50\/10{
  background-color: rgb(254 251 255 / 0.1);
}
.bg-info-50\/100{
  background-color: rgb(254 251 255 / 1);
}
.bg-info-50\/15{
  background-color: rgb(254 251 255 / 0.15);
}
.bg-info-50\/20{
  background-color: rgb(254 251 255 / 0.2);
}
.bg-info-50\/25{
  background-color: rgb(254 251 255 / 0.25);
}
.bg-info-50\/30{
  background-color: rgb(254 251 255 / 0.3);
}
.bg-info-50\/35{
  background-color: rgb(254 251 255 / 0.35);
}
.bg-info-50\/40{
  background-color: rgb(254 251 255 / 0.4);
}
.bg-info-50\/45{
  background-color: rgb(254 251 255 / 0.45);
}
.bg-info-50\/5{
  background-color: rgb(254 251 255 / 0.05);
}
.bg-info-50\/50{
  background-color: rgb(254 251 255 / 0.5);
}
.bg-info-50\/55{
  background-color: rgb(254 251 255 / 0.55);
}
.bg-info-50\/60{
  background-color: rgb(254 251 255 / 0.6);
}
.bg-info-50\/65{
  background-color: rgb(254 251 255 / 0.65);
}
.bg-info-50\/70{
  background-color: rgb(254 251 255 / 0.7);
}
.bg-info-50\/75{
  background-color: rgb(254 251 255 / 0.75);
}
.bg-info-50\/80{
  background-color: rgb(254 251 255 / 0.8);
}
.bg-info-50\/85{
  background-color: rgb(254 251 255 / 0.85);
}
.bg-info-50\/90{
  background-color: rgb(254 251 255 / 0.9);
}
.bg-info-50\/95{
  background-color: rgb(254 251 255 / 0.95);
}
.bg-info-500{
  --tw-bg-opacity: 1;
  background-color: rgb(135 90 219 / var(--tw-bg-opacity));
}
.bg-info-500\/0{
  background-color: rgb(135 90 219 / 0);
}
.bg-info-500\/10{
  background-color: rgb(135 90 219 / 0.1);
}
.bg-info-500\/100{
  background-color: rgb(135 90 219 / 1);
}
.bg-info-500\/15{
  background-color: rgb(135 90 219 / 0.15);
}
.bg-info-500\/20{
  background-color: rgb(135 90 219 / 0.2);
}
.bg-info-500\/25{
  background-color: rgb(135 90 219 / 0.25);
}
.bg-info-500\/30{
  background-color: rgb(135 90 219 / 0.3);
}
.bg-info-500\/35{
  background-color: rgb(135 90 219 / 0.35);
}
.bg-info-500\/40{
  background-color: rgb(135 90 219 / 0.4);
}
.bg-info-500\/45{
  background-color: rgb(135 90 219 / 0.45);
}
.bg-info-500\/5{
  background-color: rgb(135 90 219 / 0.05);
}
.bg-info-500\/50{
  background-color: rgb(135 90 219 / 0.5);
}
.bg-info-500\/55{
  background-color: rgb(135 90 219 / 0.55);
}
.bg-info-500\/60{
  background-color: rgb(135 90 219 / 0.6);
}
.bg-info-500\/65{
  background-color: rgb(135 90 219 / 0.65);
}
.bg-info-500\/70{
  background-color: rgb(135 90 219 / 0.7);
}
.bg-info-500\/75{
  background-color: rgb(135 90 219 / 0.75);
}
.bg-info-500\/80{
  background-color: rgb(135 90 219 / 0.8);
}
.bg-info-500\/85{
  background-color: rgb(135 90 219 / 0.85);
}
.bg-info-500\/90{
  background-color: rgb(135 90 219 / 0.9);
}
.bg-info-500\/95{
  background-color: rgb(135 90 219 / 0.95);
}
.bg-info-600{
  --tw-bg-opacity: 1;
  background-color: rgb(109 63 193 / var(--tw-bg-opacity));
}
.bg-info-600\/0{
  background-color: rgb(109 63 193 / 0);
}
.bg-info-600\/10{
  background-color: rgb(109 63 193 / 0.1);
}
.bg-info-600\/100{
  background-color: rgb(109 63 193 / 1);
}
.bg-info-600\/15{
  background-color: rgb(109 63 193 / 0.15);
}
.bg-info-600\/20{
  background-color: rgb(109 63 193 / 0.2);
}
.bg-info-600\/25{
  background-color: rgb(109 63 193 / 0.25);
}
.bg-info-600\/30{
  background-color: rgb(109 63 193 / 0.3);
}
.bg-info-600\/35{
  background-color: rgb(109 63 193 / 0.35);
}
.bg-info-600\/40{
  background-color: rgb(109 63 193 / 0.4);
}
.bg-info-600\/45{
  background-color: rgb(109 63 193 / 0.45);
}
.bg-info-600\/5{
  background-color: rgb(109 63 193 / 0.05);
}
.bg-info-600\/50{
  background-color: rgb(109 63 193 / 0.5);
}
.bg-info-600\/55{
  background-color: rgb(109 63 193 / 0.55);
}
.bg-info-600\/60{
  background-color: rgb(109 63 193 / 0.6);
}
.bg-info-600\/65{
  background-color: rgb(109 63 193 / 0.65);
}
.bg-info-600\/70{
  background-color: rgb(109 63 193 / 0.7);
}
.bg-info-600\/75{
  background-color: rgb(109 63 193 / 0.75);
}
.bg-info-600\/80{
  background-color: rgb(109 63 193 / 0.8);
}
.bg-info-600\/85{
  background-color: rgb(109 63 193 / 0.85);
}
.bg-info-600\/90{
  background-color: rgb(109 63 193 / 0.9);
}
.bg-info-600\/95{
  background-color: rgb(109 63 193 / 0.95);
}
.bg-info-650{
  --tw-bg-opacity: 1;
  background-color: rgb(97 48 180 / var(--tw-bg-opacity));
}
.bg-info-650\/0{
  background-color: rgb(97 48 180 / 0);
}
.bg-info-650\/10{
  background-color: rgb(97 48 180 / 0.1);
}
.bg-info-650\/100{
  background-color: rgb(97 48 180 / 1);
}
.bg-info-650\/15{
  background-color: rgb(97 48 180 / 0.15);
}
.bg-info-650\/20{
  background-color: rgb(97 48 180 / 0.2);
}
.bg-info-650\/25{
  background-color: rgb(97 48 180 / 0.25);
}
.bg-info-650\/30{
  background-color: rgb(97 48 180 / 0.3);
}
.bg-info-650\/35{
  background-color: rgb(97 48 180 / 0.35);
}
.bg-info-650\/40{
  background-color: rgb(97 48 180 / 0.4);
}
.bg-info-650\/45{
  background-color: rgb(97 48 180 / 0.45);
}
.bg-info-650\/5{
  background-color: rgb(97 48 180 / 0.05);
}
.bg-info-650\/50{
  background-color: rgb(97 48 180 / 0.5);
}
.bg-info-650\/55{
  background-color: rgb(97 48 180 / 0.55);
}
.bg-info-650\/60{
  background-color: rgb(97 48 180 / 0.6);
}
.bg-info-650\/65{
  background-color: rgb(97 48 180 / 0.65);
}
.bg-info-650\/70{
  background-color: rgb(97 48 180 / 0.7);
}
.bg-info-650\/75{
  background-color: rgb(97 48 180 / 0.75);
}
.bg-info-650\/80{
  background-color: rgb(97 48 180 / 0.8);
}
.bg-info-650\/85{
  background-color: rgb(97 48 180 / 0.85);
}
.bg-info-650\/90{
  background-color: rgb(97 48 180 / 0.9);
}
.bg-info-650\/95{
  background-color: rgb(97 48 180 / 0.95);
}
.bg-info-700{
  --tw-bg-opacity: 1;
  background-color: rgb(86 33 167 / var(--tw-bg-opacity));
}
.bg-info-700\/0{
  background-color: rgb(86 33 167 / 0);
}
.bg-info-700\/10{
  background-color: rgb(86 33 167 / 0.1);
}
.bg-info-700\/100{
  background-color: rgb(86 33 167 / 1);
}
.bg-info-700\/15{
  background-color: rgb(86 33 167 / 0.15);
}
.bg-info-700\/20{
  background-color: rgb(86 33 167 / 0.2);
}
.bg-info-700\/25{
  background-color: rgb(86 33 167 / 0.25);
}
.bg-info-700\/30{
  background-color: rgb(86 33 167 / 0.3);
}
.bg-info-700\/35{
  background-color: rgb(86 33 167 / 0.35);
}
.bg-info-700\/40{
  background-color: rgb(86 33 167 / 0.4);
}
.bg-info-700\/45{
  background-color: rgb(86 33 167 / 0.45);
}
.bg-info-700\/5{
  background-color: rgb(86 33 167 / 0.05);
}
.bg-info-700\/50{
  background-color: rgb(86 33 167 / 0.5);
}
.bg-info-700\/55{
  background-color: rgb(86 33 167 / 0.55);
}
.bg-info-700\/60{
  background-color: rgb(86 33 167 / 0.6);
}
.bg-info-700\/65{
  background-color: rgb(86 33 167 / 0.65);
}
.bg-info-700\/70{
  background-color: rgb(86 33 167 / 0.7);
}
.bg-info-700\/75{
  background-color: rgb(86 33 167 / 0.75);
}
.bg-info-700\/80{
  background-color: rgb(86 33 167 / 0.8);
}
.bg-info-700\/85{
  background-color: rgb(86 33 167 / 0.85);
}
.bg-info-700\/90{
  background-color: rgb(86 33 167 / 0.9);
}
.bg-info-700\/95{
  background-color: rgb(86 33 167 / 0.95);
}
.bg-info-750{
  --tw-bg-opacity: 1;
  background-color: rgb(74 11 157 / var(--tw-bg-opacity));
}
.bg-info-750\/0{
  background-color: rgb(74 11 157 / 0);
}
.bg-info-750\/10{
  background-color: rgb(74 11 157 / 0.1);
}
.bg-info-750\/100{
  background-color: rgb(74 11 157 / 1);
}
.bg-info-750\/15{
  background-color: rgb(74 11 157 / 0.15);
}
.bg-info-750\/20{
  background-color: rgb(74 11 157 / 0.2);
}
.bg-info-750\/25{
  background-color: rgb(74 11 157 / 0.25);
}
.bg-info-750\/30{
  background-color: rgb(74 11 157 / 0.3);
}
.bg-info-750\/35{
  background-color: rgb(74 11 157 / 0.35);
}
.bg-info-750\/40{
  background-color: rgb(74 11 157 / 0.4);
}
.bg-info-750\/45{
  background-color: rgb(74 11 157 / 0.45);
}
.bg-info-750\/5{
  background-color: rgb(74 11 157 / 0.05);
}
.bg-info-750\/50{
  background-color: rgb(74 11 157 / 0.5);
}
.bg-info-750\/55{
  background-color: rgb(74 11 157 / 0.55);
}
.bg-info-750\/60{
  background-color: rgb(74 11 157 / 0.6);
}
.bg-info-750\/65{
  background-color: rgb(74 11 157 / 0.65);
}
.bg-info-750\/70{
  background-color: rgb(74 11 157 / 0.7);
}
.bg-info-750\/75{
  background-color: rgb(74 11 157 / 0.75);
}
.bg-info-750\/80{
  background-color: rgb(74 11 157 / 0.8);
}
.bg-info-750\/85{
  background-color: rgb(74 11 157 / 0.85);
}
.bg-info-750\/90{
  background-color: rgb(74 11 157 / 0.9);
}
.bg-info-750\/95{
  background-color: rgb(74 11 157 / 0.95);
}
.bg-info-800{
  --tw-bg-opacity: 1;
  background-color: rgb(61 6 131 / var(--tw-bg-opacity));
}
.bg-info-800\/0{
  background-color: rgb(61 6 131 / 0);
}
.bg-info-800\/10{
  background-color: rgb(61 6 131 / 0.1);
}
.bg-info-800\/100{
  background-color: rgb(61 6 131 / 1);
}
.bg-info-800\/15{
  background-color: rgb(61 6 131 / 0.15);
}
.bg-info-800\/20{
  background-color: rgb(61 6 131 / 0.2);
}
.bg-info-800\/25{
  background-color: rgb(61 6 131 / 0.25);
}
.bg-info-800\/30{
  background-color: rgb(61 6 131 / 0.3);
}
.bg-info-800\/35{
  background-color: rgb(61 6 131 / 0.35);
}
.bg-info-800\/40{
  background-color: rgb(61 6 131 / 0.4);
}
.bg-info-800\/45{
  background-color: rgb(61 6 131 / 0.45);
}
.bg-info-800\/5{
  background-color: rgb(61 6 131 / 0.05);
}
.bg-info-800\/50{
  background-color: rgb(61 6 131 / 0.5);
}
.bg-info-800\/55{
  background-color: rgb(61 6 131 / 0.55);
}
.bg-info-800\/60{
  background-color: rgb(61 6 131 / 0.6);
}
.bg-info-800\/65{
  background-color: rgb(61 6 131 / 0.65);
}
.bg-info-800\/70{
  background-color: rgb(61 6 131 / 0.7);
}
.bg-info-800\/75{
  background-color: rgb(61 6 131 / 0.75);
}
.bg-info-800\/80{
  background-color: rgb(61 6 131 / 0.8);
}
.bg-info-800\/85{
  background-color: rgb(61 6 131 / 0.85);
}
.bg-info-800\/90{
  background-color: rgb(61 6 131 / 0.9);
}
.bg-info-800\/95{
  background-color: rgb(61 6 131 / 0.95);
}
.bg-info-900{
  --tw-bg-opacity: 1;
  background-color: rgb(36 2 83 / var(--tw-bg-opacity));
}
.bg-info-900\/0{
  background-color: rgb(36 2 83 / 0);
}
.bg-info-900\/10{
  background-color: rgb(36 2 83 / 0.1);
}
.bg-info-900\/100{
  background-color: rgb(36 2 83 / 1);
}
.bg-info-900\/15{
  background-color: rgb(36 2 83 / 0.15);
}
.bg-info-900\/20{
  background-color: rgb(36 2 83 / 0.2);
}
.bg-info-900\/25{
  background-color: rgb(36 2 83 / 0.25);
}
.bg-info-900\/30{
  background-color: rgb(36 2 83 / 0.3);
}
.bg-info-900\/35{
  background-color: rgb(36 2 83 / 0.35);
}
.bg-info-900\/40{
  background-color: rgb(36 2 83 / 0.4);
}
.bg-info-900\/45{
  background-color: rgb(36 2 83 / 0.45);
}
.bg-info-900\/5{
  background-color: rgb(36 2 83 / 0.05);
}
.bg-info-900\/50{
  background-color: rgb(36 2 83 / 0.5);
}
.bg-info-900\/55{
  background-color: rgb(36 2 83 / 0.55);
}
.bg-info-900\/60{
  background-color: rgb(36 2 83 / 0.6);
}
.bg-info-900\/65{
  background-color: rgb(36 2 83 / 0.65);
}
.bg-info-900\/70{
  background-color: rgb(36 2 83 / 0.7);
}
.bg-info-900\/75{
  background-color: rgb(36 2 83 / 0.75);
}
.bg-info-900\/80{
  background-color: rgb(36 2 83 / 0.8);
}
.bg-info-900\/85{
  background-color: rgb(36 2 83 / 0.85);
}
.bg-info-900\/90{
  background-color: rgb(36 2 83 / 0.9);
}
.bg-info-900\/95{
  background-color: rgb(36 2 83 / 0.95);
}
.bg-inherit{
  background-color: inherit;
}
.bg-light-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-light-blue-100\/0{
  background-color: rgb(240 249 255 / 0);
}
.bg-light-blue-100\/10{
  background-color: rgb(240 249 255 / 0.1);
}
.bg-light-blue-100\/100{
  background-color: rgb(240 249 255 / 1);
}
.bg-light-blue-100\/15{
  background-color: rgb(240 249 255 / 0.15);
}
.bg-light-blue-100\/20{
  background-color: rgb(240 249 255 / 0.2);
}
.bg-light-blue-100\/25{
  background-color: rgb(240 249 255 / 0.25);
}
.bg-light-blue-100\/30{
  background-color: rgb(240 249 255 / 0.3);
}
.bg-light-blue-100\/35{
  background-color: rgb(240 249 255 / 0.35);
}
.bg-light-blue-100\/40{
  background-color: rgb(240 249 255 / 0.4);
}
.bg-light-blue-100\/45{
  background-color: rgb(240 249 255 / 0.45);
}
.bg-light-blue-100\/5{
  background-color: rgb(240 249 255 / 0.05);
}
.bg-light-blue-100\/50{
  background-color: rgb(240 249 255 / 0.5);
}
.bg-light-blue-100\/55{
  background-color: rgb(240 249 255 / 0.55);
}
.bg-light-blue-100\/60{
  background-color: rgb(240 249 255 / 0.6);
}
.bg-light-blue-100\/65{
  background-color: rgb(240 249 255 / 0.65);
}
.bg-light-blue-100\/70{
  background-color: rgb(240 249 255 / 0.7);
}
.bg-light-blue-100\/75{
  background-color: rgb(240 249 255 / 0.75);
}
.bg-light-blue-100\/80{
  background-color: rgb(240 249 255 / 0.8);
}
.bg-light-blue-100\/85{
  background-color: rgb(240 249 255 / 0.85);
}
.bg-light-blue-100\/90{
  background-color: rgb(240 249 255 / 0.9);
}
.bg-light-blue-100\/95{
  background-color: rgb(240 249 255 / 0.95);
}
.bg-light-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-light-blue-200\/0{
  background-color: rgb(224 242 254 / 0);
}
.bg-light-blue-200\/10{
  background-color: rgb(224 242 254 / 0.1);
}
.bg-light-blue-200\/100{
  background-color: rgb(224 242 254 / 1);
}
.bg-light-blue-200\/15{
  background-color: rgb(224 242 254 / 0.15);
}
.bg-light-blue-200\/20{
  background-color: rgb(224 242 254 / 0.2);
}
.bg-light-blue-200\/25{
  background-color: rgb(224 242 254 / 0.25);
}
.bg-light-blue-200\/30{
  background-color: rgb(224 242 254 / 0.3);
}
.bg-light-blue-200\/35{
  background-color: rgb(224 242 254 / 0.35);
}
.bg-light-blue-200\/40{
  background-color: rgb(224 242 254 / 0.4);
}
.bg-light-blue-200\/45{
  background-color: rgb(224 242 254 / 0.45);
}
.bg-light-blue-200\/5{
  background-color: rgb(224 242 254 / 0.05);
}
.bg-light-blue-200\/50{
  background-color: rgb(224 242 254 / 0.5);
}
.bg-light-blue-200\/55{
  background-color: rgb(224 242 254 / 0.55);
}
.bg-light-blue-200\/60{
  background-color: rgb(224 242 254 / 0.6);
}
.bg-light-blue-200\/65{
  background-color: rgb(224 242 254 / 0.65);
}
.bg-light-blue-200\/70{
  background-color: rgb(224 242 254 / 0.7);
}
.bg-light-blue-200\/75{
  background-color: rgb(224 242 254 / 0.75);
}
.bg-light-blue-200\/80{
  background-color: rgb(224 242 254 / 0.8);
}
.bg-light-blue-200\/85{
  background-color: rgb(224 242 254 / 0.85);
}
.bg-light-blue-200\/90{
  background-color: rgb(224 242 254 / 0.9);
}
.bg-light-blue-200\/95{
  background-color: rgb(224 242 254 / 0.95);
}
.bg-light-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-light-blue-300\/0{
  background-color: rgb(186 230 253 / 0);
}
.bg-light-blue-300\/10{
  background-color: rgb(186 230 253 / 0.1);
}
.bg-light-blue-300\/100{
  background-color: rgb(186 230 253 / 1);
}
.bg-light-blue-300\/15{
  background-color: rgb(186 230 253 / 0.15);
}
.bg-light-blue-300\/20{
  background-color: rgb(186 230 253 / 0.2);
}
.bg-light-blue-300\/25{
  background-color: rgb(186 230 253 / 0.25);
}
.bg-light-blue-300\/30{
  background-color: rgb(186 230 253 / 0.3);
}
.bg-light-blue-300\/35{
  background-color: rgb(186 230 253 / 0.35);
}
.bg-light-blue-300\/40{
  background-color: rgb(186 230 253 / 0.4);
}
.bg-light-blue-300\/45{
  background-color: rgb(186 230 253 / 0.45);
}
.bg-light-blue-300\/5{
  background-color: rgb(186 230 253 / 0.05);
}
.bg-light-blue-300\/50{
  background-color: rgb(186 230 253 / 0.5);
}
.bg-light-blue-300\/55{
  background-color: rgb(186 230 253 / 0.55);
}
.bg-light-blue-300\/60{
  background-color: rgb(186 230 253 / 0.6);
}
.bg-light-blue-300\/65{
  background-color: rgb(186 230 253 / 0.65);
}
.bg-light-blue-300\/70{
  background-color: rgb(186 230 253 / 0.7);
}
.bg-light-blue-300\/75{
  background-color: rgb(186 230 253 / 0.75);
}
.bg-light-blue-300\/80{
  background-color: rgb(186 230 253 / 0.8);
}
.bg-light-blue-300\/85{
  background-color: rgb(186 230 253 / 0.85);
}
.bg-light-blue-300\/90{
  background-color: rgb(186 230 253 / 0.9);
}
.bg-light-blue-300\/95{
  background-color: rgb(186 230 253 / 0.95);
}
.bg-light-blue-350{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-light-blue-350\/0{
  background-color: rgb(125 211 252 / 0);
}
.bg-light-blue-350\/10{
  background-color: rgb(125 211 252 / 0.1);
}
.bg-light-blue-350\/100{
  background-color: rgb(125 211 252 / 1);
}
.bg-light-blue-350\/15{
  background-color: rgb(125 211 252 / 0.15);
}
.bg-light-blue-350\/20{
  background-color: rgb(125 211 252 / 0.2);
}
.bg-light-blue-350\/25{
  background-color: rgb(125 211 252 / 0.25);
}
.bg-light-blue-350\/30{
  background-color: rgb(125 211 252 / 0.3);
}
.bg-light-blue-350\/35{
  background-color: rgb(125 211 252 / 0.35);
}
.bg-light-blue-350\/40{
  background-color: rgb(125 211 252 / 0.4);
}
.bg-light-blue-350\/45{
  background-color: rgb(125 211 252 / 0.45);
}
.bg-light-blue-350\/5{
  background-color: rgb(125 211 252 / 0.05);
}
.bg-light-blue-350\/50{
  background-color: rgb(125 211 252 / 0.5);
}
.bg-light-blue-350\/55{
  background-color: rgb(125 211 252 / 0.55);
}
.bg-light-blue-350\/60{
  background-color: rgb(125 211 252 / 0.6);
}
.bg-light-blue-350\/65{
  background-color: rgb(125 211 252 / 0.65);
}
.bg-light-blue-350\/70{
  background-color: rgb(125 211 252 / 0.7);
}
.bg-light-blue-350\/75{
  background-color: rgb(125 211 252 / 0.75);
}
.bg-light-blue-350\/80{
  background-color: rgb(125 211 252 / 0.8);
}
.bg-light-blue-350\/85{
  background-color: rgb(125 211 252 / 0.85);
}
.bg-light-blue-350\/90{
  background-color: rgb(125 211 252 / 0.9);
}
.bg-light-blue-350\/95{
  background-color: rgb(125 211 252 / 0.95);
}
.bg-light-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-light-blue-400\/0{
  background-color: rgb(56 189 248 / 0);
}
.bg-light-blue-400\/10{
  background-color: rgb(56 189 248 / 0.1);
}
.bg-light-blue-400\/100{
  background-color: rgb(56 189 248 / 1);
}
.bg-light-blue-400\/15{
  background-color: rgb(56 189 248 / 0.15);
}
.bg-light-blue-400\/20{
  background-color: rgb(56 189 248 / 0.2);
}
.bg-light-blue-400\/25{
  background-color: rgb(56 189 248 / 0.25);
}
.bg-light-blue-400\/30{
  background-color: rgb(56 189 248 / 0.3);
}
.bg-light-blue-400\/35{
  background-color: rgb(56 189 248 / 0.35);
}
.bg-light-blue-400\/40{
  background-color: rgb(56 189 248 / 0.4);
}
.bg-light-blue-400\/45{
  background-color: rgb(56 189 248 / 0.45);
}
.bg-light-blue-400\/5{
  background-color: rgb(56 189 248 / 0.05);
}
.bg-light-blue-400\/50{
  background-color: rgb(56 189 248 / 0.5);
}
.bg-light-blue-400\/55{
  background-color: rgb(56 189 248 / 0.55);
}
.bg-light-blue-400\/60{
  background-color: rgb(56 189 248 / 0.6);
}
.bg-light-blue-400\/65{
  background-color: rgb(56 189 248 / 0.65);
}
.bg-light-blue-400\/70{
  background-color: rgb(56 189 248 / 0.7);
}
.bg-light-blue-400\/75{
  background-color: rgb(56 189 248 / 0.75);
}
.bg-light-blue-400\/80{
  background-color: rgb(56 189 248 / 0.8);
}
.bg-light-blue-400\/85{
  background-color: rgb(56 189 248 / 0.85);
}
.bg-light-blue-400\/90{
  background-color: rgb(56 189 248 / 0.9);
}
.bg-light-blue-400\/95{
  background-color: rgb(56 189 248 / 0.95);
}
.bg-light-blue-450{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-light-blue-450\/0{
  background-color: rgb(14 165 233 / 0);
}
.bg-light-blue-450\/10{
  background-color: rgb(14 165 233 / 0.1);
}
.bg-light-blue-450\/100{
  background-color: rgb(14 165 233 / 1);
}
.bg-light-blue-450\/15{
  background-color: rgb(14 165 233 / 0.15);
}
.bg-light-blue-450\/20{
  background-color: rgb(14 165 233 / 0.2);
}
.bg-light-blue-450\/25{
  background-color: rgb(14 165 233 / 0.25);
}
.bg-light-blue-450\/30{
  background-color: rgb(14 165 233 / 0.3);
}
.bg-light-blue-450\/35{
  background-color: rgb(14 165 233 / 0.35);
}
.bg-light-blue-450\/40{
  background-color: rgb(14 165 233 / 0.4);
}
.bg-light-blue-450\/45{
  background-color: rgb(14 165 233 / 0.45);
}
.bg-light-blue-450\/5{
  background-color: rgb(14 165 233 / 0.05);
}
.bg-light-blue-450\/50{
  background-color: rgb(14 165 233 / 0.5);
}
.bg-light-blue-450\/55{
  background-color: rgb(14 165 233 / 0.55);
}
.bg-light-blue-450\/60{
  background-color: rgb(14 165 233 / 0.6);
}
.bg-light-blue-450\/65{
  background-color: rgb(14 165 233 / 0.65);
}
.bg-light-blue-450\/70{
  background-color: rgb(14 165 233 / 0.7);
}
.bg-light-blue-450\/75{
  background-color: rgb(14 165 233 / 0.75);
}
.bg-light-blue-450\/80{
  background-color: rgb(14 165 233 / 0.8);
}
.bg-light-blue-450\/85{
  background-color: rgb(14 165 233 / 0.85);
}
.bg-light-blue-450\/90{
  background-color: rgb(14 165 233 / 0.9);
}
.bg-light-blue-450\/95{
  background-color: rgb(14 165 233 / 0.95);
}
.bg-light-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 253 255 / var(--tw-bg-opacity));
}
.bg-light-blue-50\/0{
  background-color: rgb(250 253 255 / 0);
}
.bg-light-blue-50\/10{
  background-color: rgb(250 253 255 / 0.1);
}
.bg-light-blue-50\/100{
  background-color: rgb(250 253 255 / 1);
}
.bg-light-blue-50\/15{
  background-color: rgb(250 253 255 / 0.15);
}
.bg-light-blue-50\/20{
  background-color: rgb(250 253 255 / 0.2);
}
.bg-light-blue-50\/25{
  background-color: rgb(250 253 255 / 0.25);
}
.bg-light-blue-50\/30{
  background-color: rgb(250 253 255 / 0.3);
}
.bg-light-blue-50\/35{
  background-color: rgb(250 253 255 / 0.35);
}
.bg-light-blue-50\/40{
  background-color: rgb(250 253 255 / 0.4);
}
.bg-light-blue-50\/45{
  background-color: rgb(250 253 255 / 0.45);
}
.bg-light-blue-50\/5{
  background-color: rgb(250 253 255 / 0.05);
}
.bg-light-blue-50\/50{
  background-color: rgb(250 253 255 / 0.5);
}
.bg-light-blue-50\/55{
  background-color: rgb(250 253 255 / 0.55);
}
.bg-light-blue-50\/60{
  background-color: rgb(250 253 255 / 0.6);
}
.bg-light-blue-50\/65{
  background-color: rgb(250 253 255 / 0.65);
}
.bg-light-blue-50\/70{
  background-color: rgb(250 253 255 / 0.7);
}
.bg-light-blue-50\/75{
  background-color: rgb(250 253 255 / 0.75);
}
.bg-light-blue-50\/80{
  background-color: rgb(250 253 255 / 0.8);
}
.bg-light-blue-50\/85{
  background-color: rgb(250 253 255 / 0.85);
}
.bg-light-blue-50\/90{
  background-color: rgb(250 253 255 / 0.9);
}
.bg-light-blue-50\/95{
  background-color: rgb(250 253 255 / 0.95);
}
.bg-light-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-light-blue-500\/0{
  background-color: rgb(2 132 199 / 0);
}
.bg-light-blue-500\/10{
  background-color: rgb(2 132 199 / 0.1);
}
.bg-light-blue-500\/100{
  background-color: rgb(2 132 199 / 1);
}
.bg-light-blue-500\/15{
  background-color: rgb(2 132 199 / 0.15);
}
.bg-light-blue-500\/20{
  background-color: rgb(2 132 199 / 0.2);
}
.bg-light-blue-500\/25{
  background-color: rgb(2 132 199 / 0.25);
}
.bg-light-blue-500\/30{
  background-color: rgb(2 132 199 / 0.3);
}
.bg-light-blue-500\/35{
  background-color: rgb(2 132 199 / 0.35);
}
.bg-light-blue-500\/40{
  background-color: rgb(2 132 199 / 0.4);
}
.bg-light-blue-500\/45{
  background-color: rgb(2 132 199 / 0.45);
}
.bg-light-blue-500\/5{
  background-color: rgb(2 132 199 / 0.05);
}
.bg-light-blue-500\/50{
  background-color: rgb(2 132 199 / 0.5);
}
.bg-light-blue-500\/55{
  background-color: rgb(2 132 199 / 0.55);
}
.bg-light-blue-500\/60{
  background-color: rgb(2 132 199 / 0.6);
}
.bg-light-blue-500\/65{
  background-color: rgb(2 132 199 / 0.65);
}
.bg-light-blue-500\/70{
  background-color: rgb(2 132 199 / 0.7);
}
.bg-light-blue-500\/75{
  background-color: rgb(2 132 199 / 0.75);
}
.bg-light-blue-500\/80{
  background-color: rgb(2 132 199 / 0.8);
}
.bg-light-blue-500\/85{
  background-color: rgb(2 132 199 / 0.85);
}
.bg-light-blue-500\/90{
  background-color: rgb(2 132 199 / 0.9);
}
.bg-light-blue-500\/95{
  background-color: rgb(2 132 199 / 0.95);
}
.bg-light-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-light-blue-600\/0{
  background-color: rgb(3 105 161 / 0);
}
.bg-light-blue-600\/10{
  background-color: rgb(3 105 161 / 0.1);
}
.bg-light-blue-600\/100{
  background-color: rgb(3 105 161 / 1);
}
.bg-light-blue-600\/15{
  background-color: rgb(3 105 161 / 0.15);
}
.bg-light-blue-600\/20{
  background-color: rgb(3 105 161 / 0.2);
}
.bg-light-blue-600\/25{
  background-color: rgb(3 105 161 / 0.25);
}
.bg-light-blue-600\/30{
  background-color: rgb(3 105 161 / 0.3);
}
.bg-light-blue-600\/35{
  background-color: rgb(3 105 161 / 0.35);
}
.bg-light-blue-600\/40{
  background-color: rgb(3 105 161 / 0.4);
}
.bg-light-blue-600\/45{
  background-color: rgb(3 105 161 / 0.45);
}
.bg-light-blue-600\/5{
  background-color: rgb(3 105 161 / 0.05);
}
.bg-light-blue-600\/50{
  background-color: rgb(3 105 161 / 0.5);
}
.bg-light-blue-600\/55{
  background-color: rgb(3 105 161 / 0.55);
}
.bg-light-blue-600\/60{
  background-color: rgb(3 105 161 / 0.6);
}
.bg-light-blue-600\/65{
  background-color: rgb(3 105 161 / 0.65);
}
.bg-light-blue-600\/70{
  background-color: rgb(3 105 161 / 0.7);
}
.bg-light-blue-600\/75{
  background-color: rgb(3 105 161 / 0.75);
}
.bg-light-blue-600\/80{
  background-color: rgb(3 105 161 / 0.8);
}
.bg-light-blue-600\/85{
  background-color: rgb(3 105 161 / 0.85);
}
.bg-light-blue-600\/90{
  background-color: rgb(3 105 161 / 0.9);
}
.bg-light-blue-600\/95{
  background-color: rgb(3 105 161 / 0.95);
}
.bg-light-blue-650{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-light-blue-650\/0{
  background-color: rgb(7 89 133 / 0);
}
.bg-light-blue-650\/10{
  background-color: rgb(7 89 133 / 0.1);
}
.bg-light-blue-650\/100{
  background-color: rgb(7 89 133 / 1);
}
.bg-light-blue-650\/15{
  background-color: rgb(7 89 133 / 0.15);
}
.bg-light-blue-650\/20{
  background-color: rgb(7 89 133 / 0.2);
}
.bg-light-blue-650\/25{
  background-color: rgb(7 89 133 / 0.25);
}
.bg-light-blue-650\/30{
  background-color: rgb(7 89 133 / 0.3);
}
.bg-light-blue-650\/35{
  background-color: rgb(7 89 133 / 0.35);
}
.bg-light-blue-650\/40{
  background-color: rgb(7 89 133 / 0.4);
}
.bg-light-blue-650\/45{
  background-color: rgb(7 89 133 / 0.45);
}
.bg-light-blue-650\/5{
  background-color: rgb(7 89 133 / 0.05);
}
.bg-light-blue-650\/50{
  background-color: rgb(7 89 133 / 0.5);
}
.bg-light-blue-650\/55{
  background-color: rgb(7 89 133 / 0.55);
}
.bg-light-blue-650\/60{
  background-color: rgb(7 89 133 / 0.6);
}
.bg-light-blue-650\/65{
  background-color: rgb(7 89 133 / 0.65);
}
.bg-light-blue-650\/70{
  background-color: rgb(7 89 133 / 0.7);
}
.bg-light-blue-650\/75{
  background-color: rgb(7 89 133 / 0.75);
}
.bg-light-blue-650\/80{
  background-color: rgb(7 89 133 / 0.8);
}
.bg-light-blue-650\/85{
  background-color: rgb(7 89 133 / 0.85);
}
.bg-light-blue-650\/90{
  background-color: rgb(7 89 133 / 0.9);
}
.bg-light-blue-650\/95{
  background-color: rgb(7 89 133 / 0.95);
}
.bg-light-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-light-blue-700\/0{
  background-color: rgb(12 74 110 / 0);
}
.bg-light-blue-700\/10{
  background-color: rgb(12 74 110 / 0.1);
}
.bg-light-blue-700\/100{
  background-color: rgb(12 74 110 / 1);
}
.bg-light-blue-700\/15{
  background-color: rgb(12 74 110 / 0.15);
}
.bg-light-blue-700\/20{
  background-color: rgb(12 74 110 / 0.2);
}
.bg-light-blue-700\/25{
  background-color: rgb(12 74 110 / 0.25);
}
.bg-light-blue-700\/30{
  background-color: rgb(12 74 110 / 0.3);
}
.bg-light-blue-700\/35{
  background-color: rgb(12 74 110 / 0.35);
}
.bg-light-blue-700\/40{
  background-color: rgb(12 74 110 / 0.4);
}
.bg-light-blue-700\/45{
  background-color: rgb(12 74 110 / 0.45);
}
.bg-light-blue-700\/5{
  background-color: rgb(12 74 110 / 0.05);
}
.bg-light-blue-700\/50{
  background-color: rgb(12 74 110 / 0.5);
}
.bg-light-blue-700\/55{
  background-color: rgb(12 74 110 / 0.55);
}
.bg-light-blue-700\/60{
  background-color: rgb(12 74 110 / 0.6);
}
.bg-light-blue-700\/65{
  background-color: rgb(12 74 110 / 0.65);
}
.bg-light-blue-700\/70{
  background-color: rgb(12 74 110 / 0.7);
}
.bg-light-blue-700\/75{
  background-color: rgb(12 74 110 / 0.75);
}
.bg-light-blue-700\/80{
  background-color: rgb(12 74 110 / 0.8);
}
.bg-light-blue-700\/85{
  background-color: rgb(12 74 110 / 0.85);
}
.bg-light-blue-700\/90{
  background-color: rgb(12 74 110 / 0.9);
}
.bg-light-blue-700\/95{
  background-color: rgb(12 74 110 / 0.95);
}
.bg-light-blue-750{
  --tw-bg-opacity: 1;
  background-color: rgb(6 59 89 / var(--tw-bg-opacity));
}
.bg-light-blue-750\/0{
  background-color: rgb(6 59 89 / 0);
}
.bg-light-blue-750\/10{
  background-color: rgb(6 59 89 / 0.1);
}
.bg-light-blue-750\/100{
  background-color: rgb(6 59 89 / 1);
}
.bg-light-blue-750\/15{
  background-color: rgb(6 59 89 / 0.15);
}
.bg-light-blue-750\/20{
  background-color: rgb(6 59 89 / 0.2);
}
.bg-light-blue-750\/25{
  background-color: rgb(6 59 89 / 0.25);
}
.bg-light-blue-750\/30{
  background-color: rgb(6 59 89 / 0.3);
}
.bg-light-blue-750\/35{
  background-color: rgb(6 59 89 / 0.35);
}
.bg-light-blue-750\/40{
  background-color: rgb(6 59 89 / 0.4);
}
.bg-light-blue-750\/45{
  background-color: rgb(6 59 89 / 0.45);
}
.bg-light-blue-750\/5{
  background-color: rgb(6 59 89 / 0.05);
}
.bg-light-blue-750\/50{
  background-color: rgb(6 59 89 / 0.5);
}
.bg-light-blue-750\/55{
  background-color: rgb(6 59 89 / 0.55);
}
.bg-light-blue-750\/60{
  background-color: rgb(6 59 89 / 0.6);
}
.bg-light-blue-750\/65{
  background-color: rgb(6 59 89 / 0.65);
}
.bg-light-blue-750\/70{
  background-color: rgb(6 59 89 / 0.7);
}
.bg-light-blue-750\/75{
  background-color: rgb(6 59 89 / 0.75);
}
.bg-light-blue-750\/80{
  background-color: rgb(6 59 89 / 0.8);
}
.bg-light-blue-750\/85{
  background-color: rgb(6 59 89 / 0.85);
}
.bg-light-blue-750\/90{
  background-color: rgb(6 59 89 / 0.9);
}
.bg-light-blue-750\/95{
  background-color: rgb(6 59 89 / 0.95);
}
.bg-light-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(3 50 77 / var(--tw-bg-opacity));
}
.bg-light-blue-800\/0{
  background-color: rgb(3 50 77 / 0);
}
.bg-light-blue-800\/10{
  background-color: rgb(3 50 77 / 0.1);
}
.bg-light-blue-800\/100{
  background-color: rgb(3 50 77 / 1);
}
.bg-light-blue-800\/15{
  background-color: rgb(3 50 77 / 0.15);
}
.bg-light-blue-800\/20{
  background-color: rgb(3 50 77 / 0.2);
}
.bg-light-blue-800\/25{
  background-color: rgb(3 50 77 / 0.25);
}
.bg-light-blue-800\/30{
  background-color: rgb(3 50 77 / 0.3);
}
.bg-light-blue-800\/35{
  background-color: rgb(3 50 77 / 0.35);
}
.bg-light-blue-800\/40{
  background-color: rgb(3 50 77 / 0.4);
}
.bg-light-blue-800\/45{
  background-color: rgb(3 50 77 / 0.45);
}
.bg-light-blue-800\/5{
  background-color: rgb(3 50 77 / 0.05);
}
.bg-light-blue-800\/50{
  background-color: rgb(3 50 77 / 0.5);
}
.bg-light-blue-800\/55{
  background-color: rgb(3 50 77 / 0.55);
}
.bg-light-blue-800\/60{
  background-color: rgb(3 50 77 / 0.6);
}
.bg-light-blue-800\/65{
  background-color: rgb(3 50 77 / 0.65);
}
.bg-light-blue-800\/70{
  background-color: rgb(3 50 77 / 0.7);
}
.bg-light-blue-800\/75{
  background-color: rgb(3 50 77 / 0.75);
}
.bg-light-blue-800\/80{
  background-color: rgb(3 50 77 / 0.8);
}
.bg-light-blue-800\/85{
  background-color: rgb(3 50 77 / 0.85);
}
.bg-light-blue-800\/90{
  background-color: rgb(3 50 77 / 0.9);
}
.bg-light-blue-800\/95{
  background-color: rgb(3 50 77 / 0.95);
}
.bg-light-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(1 41 64 / var(--tw-bg-opacity));
}
.bg-light-blue-900\/0{
  background-color: rgb(1 41 64 / 0);
}
.bg-light-blue-900\/10{
  background-color: rgb(1 41 64 / 0.1);
}
.bg-light-blue-900\/100{
  background-color: rgb(1 41 64 / 1);
}
.bg-light-blue-900\/15{
  background-color: rgb(1 41 64 / 0.15);
}
.bg-light-blue-900\/20{
  background-color: rgb(1 41 64 / 0.2);
}
.bg-light-blue-900\/25{
  background-color: rgb(1 41 64 / 0.25);
}
.bg-light-blue-900\/30{
  background-color: rgb(1 41 64 / 0.3);
}
.bg-light-blue-900\/35{
  background-color: rgb(1 41 64 / 0.35);
}
.bg-light-blue-900\/40{
  background-color: rgb(1 41 64 / 0.4);
}
.bg-light-blue-900\/45{
  background-color: rgb(1 41 64 / 0.45);
}
.bg-light-blue-900\/5{
  background-color: rgb(1 41 64 / 0.05);
}
.bg-light-blue-900\/50{
  background-color: rgb(1 41 64 / 0.5);
}
.bg-light-blue-900\/55{
  background-color: rgb(1 41 64 / 0.55);
}
.bg-light-blue-900\/60{
  background-color: rgb(1 41 64 / 0.6);
}
.bg-light-blue-900\/65{
  background-color: rgb(1 41 64 / 0.65);
}
.bg-light-blue-900\/70{
  background-color: rgb(1 41 64 / 0.7);
}
.bg-light-blue-900\/75{
  background-color: rgb(1 41 64 / 0.75);
}
.bg-light-blue-900\/80{
  background-color: rgb(1 41 64 / 0.8);
}
.bg-light-blue-900\/85{
  background-color: rgb(1 41 64 / 0.85);
}
.bg-light-blue-900\/90{
  background-color: rgb(1 41 64 / 0.9);
}
.bg-light-blue-900\/95{
  background-color: rgb(1 41 64 / 0.95);
}
.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.bg-lime-100\/0{
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-100\/10{
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-100\/100{
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-100\/15{
  background-color: rgb(247 254 231 / 0.15);
}
.bg-lime-100\/20{
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-100\/25{
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-100\/30{
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-100\/35{
  background-color: rgb(247 254 231 / 0.35);
}
.bg-lime-100\/40{
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-100\/45{
  background-color: rgb(247 254 231 / 0.45);
}
.bg-lime-100\/5{
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-100\/50{
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-100\/55{
  background-color: rgb(247 254 231 / 0.55);
}
.bg-lime-100\/60{
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-100\/65{
  background-color: rgb(247 254 231 / 0.65);
}
.bg-lime-100\/70{
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-100\/75{
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-100\/80{
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-100\/85{
  background-color: rgb(247 254 231 / 0.85);
}
.bg-lime-100\/90{
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-100\/95{
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-lime-200\/0{
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-200\/10{
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-200\/100{
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-200\/15{
  background-color: rgb(236 252 203 / 0.15);
}
.bg-lime-200\/20{
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-200\/25{
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-200\/30{
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-200\/35{
  background-color: rgb(236 252 203 / 0.35);
}
.bg-lime-200\/40{
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-200\/45{
  background-color: rgb(236 252 203 / 0.45);
}
.bg-lime-200\/5{
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-200\/50{
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-200\/55{
  background-color: rgb(236 252 203 / 0.55);
}
.bg-lime-200\/60{
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-200\/65{
  background-color: rgb(236 252 203 / 0.65);
}
.bg-lime-200\/70{
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-200\/75{
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-200\/80{
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-200\/85{
  background-color: rgb(236 252 203 / 0.85);
}
.bg-lime-200\/90{
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-200\/95{
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-300{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.bg-lime-300\/0{
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-300\/10{
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-300\/100{
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-300\/15{
  background-color: rgb(217 249 157 / 0.15);
}
.bg-lime-300\/20{
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-300\/25{
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-300\/30{
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-300\/35{
  background-color: rgb(217 249 157 / 0.35);
}
.bg-lime-300\/40{
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-300\/45{
  background-color: rgb(217 249 157 / 0.45);
}
.bg-lime-300\/5{
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-300\/50{
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-300\/55{
  background-color: rgb(217 249 157 / 0.55);
}
.bg-lime-300\/60{
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-300\/65{
  background-color: rgb(217 249 157 / 0.65);
}
.bg-lime-300\/70{
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-300\/75{
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-300\/80{
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-300\/85{
  background-color: rgb(217 249 157 / 0.85);
}
.bg-lime-300\/90{
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-300\/95{
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-350{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.bg-lime-350\/0{
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-350\/10{
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-350\/100{
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-350\/15{
  background-color: rgb(190 242 100 / 0.15);
}
.bg-lime-350\/20{
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-350\/25{
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-350\/30{
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-350\/35{
  background-color: rgb(190 242 100 / 0.35);
}
.bg-lime-350\/40{
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-350\/45{
  background-color: rgb(190 242 100 / 0.45);
}
.bg-lime-350\/5{
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-350\/50{
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-350\/55{
  background-color: rgb(190 242 100 / 0.55);
}
.bg-lime-350\/60{
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-350\/65{
  background-color: rgb(190 242 100 / 0.65);
}
.bg-lime-350\/70{
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-350\/75{
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-350\/80{
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-350\/85{
  background-color: rgb(190 242 100 / 0.85);
}
.bg-lime-350\/90{
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-350\/95{
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.bg-lime-400\/0{
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10{
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100{
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/15{
  background-color: rgb(163 230 53 / 0.15);
}
.bg-lime-400\/20{
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25{
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30{
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/35{
  background-color: rgb(163 230 53 / 0.35);
}
.bg-lime-400\/40{
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/45{
  background-color: rgb(163 230 53 / 0.45);
}
.bg-lime-400\/5{
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50{
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/55{
  background-color: rgb(163 230 53 / 0.55);
}
.bg-lime-400\/60{
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/65{
  background-color: rgb(163 230 53 / 0.65);
}
.bg-lime-400\/70{
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75{
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80{
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/85{
  background-color: rgb(163 230 53 / 0.85);
}
.bg-lime-400\/90{
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95{
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-450{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.bg-lime-450\/0{
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-450\/10{
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-450\/100{
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-450\/15{
  background-color: rgb(132 204 22 / 0.15);
}
.bg-lime-450\/20{
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-450\/25{
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-450\/30{
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-450\/35{
  background-color: rgb(132 204 22 / 0.35);
}
.bg-lime-450\/40{
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-450\/45{
  background-color: rgb(132 204 22 / 0.45);
}
.bg-lime-450\/5{
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-450\/50{
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-450\/55{
  background-color: rgb(132 204 22 / 0.55);
}
.bg-lime-450\/60{
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-450\/65{
  background-color: rgb(132 204 22 / 0.65);
}
.bg-lime-450\/70{
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-450\/75{
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-450\/80{
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-450\/85{
  background-color: rgb(132 204 22 / 0.85);
}
.bg-lime-450\/90{
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-450\/95{
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(252 254 249 / var(--tw-bg-opacity));
}
.bg-lime-50\/0{
  background-color: rgb(252 254 249 / 0);
}
.bg-lime-50\/10{
  background-color: rgb(252 254 249 / 0.1);
}
.bg-lime-50\/100{
  background-color: rgb(252 254 249 / 1);
}
.bg-lime-50\/15{
  background-color: rgb(252 254 249 / 0.15);
}
.bg-lime-50\/20{
  background-color: rgb(252 254 249 / 0.2);
}
.bg-lime-50\/25{
  background-color: rgb(252 254 249 / 0.25);
}
.bg-lime-50\/30{
  background-color: rgb(252 254 249 / 0.3);
}
.bg-lime-50\/35{
  background-color: rgb(252 254 249 / 0.35);
}
.bg-lime-50\/40{
  background-color: rgb(252 254 249 / 0.4);
}
.bg-lime-50\/45{
  background-color: rgb(252 254 249 / 0.45);
}
.bg-lime-50\/5{
  background-color: rgb(252 254 249 / 0.05);
}
.bg-lime-50\/50{
  background-color: rgb(252 254 249 / 0.5);
}
.bg-lime-50\/55{
  background-color: rgb(252 254 249 / 0.55);
}
.bg-lime-50\/60{
  background-color: rgb(252 254 249 / 0.6);
}
.bg-lime-50\/65{
  background-color: rgb(252 254 249 / 0.65);
}
.bg-lime-50\/70{
  background-color: rgb(252 254 249 / 0.7);
}
.bg-lime-50\/75{
  background-color: rgb(252 254 249 / 0.75);
}
.bg-lime-50\/80{
  background-color: rgb(252 254 249 / 0.8);
}
.bg-lime-50\/85{
  background-color: rgb(252 254 249 / 0.85);
}
.bg-lime-50\/90{
  background-color: rgb(252 254 249 / 0.9);
}
.bg-lime-50\/95{
  background-color: rgb(252 254 249 / 0.95);
}
.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.bg-lime-500\/0{
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-500\/10{
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-500\/100{
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-500\/15{
  background-color: rgb(101 163 13 / 0.15);
}
.bg-lime-500\/20{
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-500\/25{
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-500\/30{
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-500\/35{
  background-color: rgb(101 163 13 / 0.35);
}
.bg-lime-500\/40{
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-500\/45{
  background-color: rgb(101 163 13 / 0.45);
}
.bg-lime-500\/5{
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-500\/50{
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-500\/55{
  background-color: rgb(101 163 13 / 0.55);
}
.bg-lime-500\/60{
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-500\/65{
  background-color: rgb(101 163 13 / 0.65);
}
.bg-lime-500\/70{
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-500\/75{
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-500\/80{
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-500\/85{
  background-color: rgb(101 163 13 / 0.85);
}
.bg-lime-500\/90{
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-500\/95{
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.bg-lime-600\/0{
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-600\/10{
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-600\/100{
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-600\/15{
  background-color: rgb(77 124 15 / 0.15);
}
.bg-lime-600\/20{
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-600\/25{
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-600\/30{
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-600\/35{
  background-color: rgb(77 124 15 / 0.35);
}
.bg-lime-600\/40{
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-600\/45{
  background-color: rgb(77 124 15 / 0.45);
}
.bg-lime-600\/5{
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-600\/50{
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-600\/55{
  background-color: rgb(77 124 15 / 0.55);
}
.bg-lime-600\/60{
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-600\/65{
  background-color: rgb(77 124 15 / 0.65);
}
.bg-lime-600\/70{
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-600\/75{
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-600\/80{
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-600\/85{
  background-color: rgb(77 124 15 / 0.85);
}
.bg-lime-600\/90{
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-600\/95{
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-650{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.bg-lime-650\/0{
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-650\/10{
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-650\/100{
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-650\/15{
  background-color: rgb(63 98 18 / 0.15);
}
.bg-lime-650\/20{
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-650\/25{
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-650\/30{
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-650\/35{
  background-color: rgb(63 98 18 / 0.35);
}
.bg-lime-650\/40{
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-650\/45{
  background-color: rgb(63 98 18 / 0.45);
}
.bg-lime-650\/5{
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-650\/50{
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-650\/55{
  background-color: rgb(63 98 18 / 0.55);
}
.bg-lime-650\/60{
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-650\/65{
  background-color: rgb(63 98 18 / 0.65);
}
.bg-lime-650\/70{
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-650\/75{
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-650\/80{
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-650\/85{
  background-color: rgb(63 98 18 / 0.85);
}
.bg-lime-650\/90{
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-650\/95{
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-700{
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.bg-lime-700\/0{
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-700\/10{
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-700\/100{
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-700\/15{
  background-color: rgb(54 83 20 / 0.15);
}
.bg-lime-700\/20{
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-700\/25{
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-700\/30{
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-700\/35{
  background-color: rgb(54 83 20 / 0.35);
}
.bg-lime-700\/40{
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-700\/45{
  background-color: rgb(54 83 20 / 0.45);
}
.bg-lime-700\/5{
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-700\/50{
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-700\/55{
  background-color: rgb(54 83 20 / 0.55);
}
.bg-lime-700\/60{
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-700\/65{
  background-color: rgb(54 83 20 / 0.65);
}
.bg-lime-700\/70{
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-700\/75{
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-700\/80{
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-700\/85{
  background-color: rgb(54 83 20 / 0.85);
}
.bg-lime-700\/90{
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-700\/95{
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-750{
  --tw-bg-opacity: 1;
  background-color: rgb(47 77 11 / var(--tw-bg-opacity));
}
.bg-lime-750\/0{
  background-color: rgb(47 77 11 / 0);
}
.bg-lime-750\/10{
  background-color: rgb(47 77 11 / 0.1);
}
.bg-lime-750\/100{
  background-color: rgb(47 77 11 / 1);
}
.bg-lime-750\/15{
  background-color: rgb(47 77 11 / 0.15);
}
.bg-lime-750\/20{
  background-color: rgb(47 77 11 / 0.2);
}
.bg-lime-750\/25{
  background-color: rgb(47 77 11 / 0.25);
}
.bg-lime-750\/30{
  background-color: rgb(47 77 11 / 0.3);
}
.bg-lime-750\/35{
  background-color: rgb(47 77 11 / 0.35);
}
.bg-lime-750\/40{
  background-color: rgb(47 77 11 / 0.4);
}
.bg-lime-750\/45{
  background-color: rgb(47 77 11 / 0.45);
}
.bg-lime-750\/5{
  background-color: rgb(47 77 11 / 0.05);
}
.bg-lime-750\/50{
  background-color: rgb(47 77 11 / 0.5);
}
.bg-lime-750\/55{
  background-color: rgb(47 77 11 / 0.55);
}
.bg-lime-750\/60{
  background-color: rgb(47 77 11 / 0.6);
}
.bg-lime-750\/65{
  background-color: rgb(47 77 11 / 0.65);
}
.bg-lime-750\/70{
  background-color: rgb(47 77 11 / 0.7);
}
.bg-lime-750\/75{
  background-color: rgb(47 77 11 / 0.75);
}
.bg-lime-750\/80{
  background-color: rgb(47 77 11 / 0.8);
}
.bg-lime-750\/85{
  background-color: rgb(47 77 11 / 0.85);
}
.bg-lime-750\/90{
  background-color: rgb(47 77 11 / 0.9);
}
.bg-lime-750\/95{
  background-color: rgb(47 77 11 / 0.95);
}
.bg-lime-800{
  --tw-bg-opacity: 1;
  background-color: rgb(37 64 6 / var(--tw-bg-opacity));
}
.bg-lime-800\/0{
  background-color: rgb(37 64 6 / 0);
}
.bg-lime-800\/10{
  background-color: rgb(37 64 6 / 0.1);
}
.bg-lime-800\/100{
  background-color: rgb(37 64 6 / 1);
}
.bg-lime-800\/15{
  background-color: rgb(37 64 6 / 0.15);
}
.bg-lime-800\/20{
  background-color: rgb(37 64 6 / 0.2);
}
.bg-lime-800\/25{
  background-color: rgb(37 64 6 / 0.25);
}
.bg-lime-800\/30{
  background-color: rgb(37 64 6 / 0.3);
}
.bg-lime-800\/35{
  background-color: rgb(37 64 6 / 0.35);
}
.bg-lime-800\/40{
  background-color: rgb(37 64 6 / 0.4);
}
.bg-lime-800\/45{
  background-color: rgb(37 64 6 / 0.45);
}
.bg-lime-800\/5{
  background-color: rgb(37 64 6 / 0.05);
}
.bg-lime-800\/50{
  background-color: rgb(37 64 6 / 0.5);
}
.bg-lime-800\/55{
  background-color: rgb(37 64 6 / 0.55);
}
.bg-lime-800\/60{
  background-color: rgb(37 64 6 / 0.6);
}
.bg-lime-800\/65{
  background-color: rgb(37 64 6 / 0.65);
}
.bg-lime-800\/70{
  background-color: rgb(37 64 6 / 0.7);
}
.bg-lime-800\/75{
  background-color: rgb(37 64 6 / 0.75);
}
.bg-lime-800\/80{
  background-color: rgb(37 64 6 / 0.8);
}
.bg-lime-800\/85{
  background-color: rgb(37 64 6 / 0.85);
}
.bg-lime-800\/90{
  background-color: rgb(37 64 6 / 0.9);
}
.bg-lime-800\/95{
  background-color: rgb(37 64 6 / 0.95);
}
.bg-lime-900{
  --tw-bg-opacity: 1;
  background-color: rgb(22 38 2 / var(--tw-bg-opacity));
}
.bg-lime-900\/0{
  background-color: rgb(22 38 2 / 0);
}
.bg-lime-900\/10{
  background-color: rgb(22 38 2 / 0.1);
}
.bg-lime-900\/100{
  background-color: rgb(22 38 2 / 1);
}
.bg-lime-900\/15{
  background-color: rgb(22 38 2 / 0.15);
}
.bg-lime-900\/20{
  background-color: rgb(22 38 2 / 0.2);
}
.bg-lime-900\/25{
  background-color: rgb(22 38 2 / 0.25);
}
.bg-lime-900\/30{
  background-color: rgb(22 38 2 / 0.3);
}
.bg-lime-900\/35{
  background-color: rgb(22 38 2 / 0.35);
}
.bg-lime-900\/40{
  background-color: rgb(22 38 2 / 0.4);
}
.bg-lime-900\/45{
  background-color: rgb(22 38 2 / 0.45);
}
.bg-lime-900\/5{
  background-color: rgb(22 38 2 / 0.05);
}
.bg-lime-900\/50{
  background-color: rgb(22 38 2 / 0.5);
}
.bg-lime-900\/55{
  background-color: rgb(22 38 2 / 0.55);
}
.bg-lime-900\/60{
  background-color: rgb(22 38 2 / 0.6);
}
.bg-lime-900\/65{
  background-color: rgb(22 38 2 / 0.65);
}
.bg-lime-900\/70{
  background-color: rgb(22 38 2 / 0.7);
}
.bg-lime-900\/75{
  background-color: rgb(22 38 2 / 0.75);
}
.bg-lime-900\/80{
  background-color: rgb(22 38 2 / 0.8);
}
.bg-lime-900\/85{
  background-color: rgb(22 38 2 / 0.85);
}
.bg-lime-900\/90{
  background-color: rgb(22 38 2 / 0.9);
}
.bg-lime-900\/95{
  background-color: rgb(22 38 2 / 0.95);
}
.bg-lime-950{
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.bg-lime-950\/0{
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10{
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100{
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/15{
  background-color: rgb(26 46 5 / 0.15);
}
.bg-lime-950\/20{
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25{
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30{
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/35{
  background-color: rgb(26 46 5 / 0.35);
}
.bg-lime-950\/40{
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/45{
  background-color: rgb(26 46 5 / 0.45);
}
.bg-lime-950\/5{
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50{
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/55{
  background-color: rgb(26 46 5 / 0.55);
}
.bg-lime-950\/60{
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/65{
  background-color: rgb(26 46 5 / 0.65);
}
.bg-lime-950\/70{
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75{
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80{
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/85{
  background-color: rgb(26 46 5 / 0.85);
}
.bg-lime-950\/90{
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95{
  background-color: rgb(26 46 5 / 0.95);
}
.bg-negative-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-negative-100\/0{
  background-color: rgb(254 226 226 / 0);
}
.bg-negative-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}
.bg-negative-100\/100{
  background-color: rgb(254 226 226 / 1);
}
.bg-negative-100\/15{
  background-color: rgb(254 226 226 / 0.15);
}
.bg-negative-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}
.bg-negative-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}
.bg-negative-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}
.bg-negative-100\/35{
  background-color: rgb(254 226 226 / 0.35);
}
.bg-negative-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}
.bg-negative-100\/45{
  background-color: rgb(254 226 226 / 0.45);
}
.bg-negative-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}
.bg-negative-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}
.bg-negative-100\/55{
  background-color: rgb(254 226 226 / 0.55);
}
.bg-negative-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}
.bg-negative-100\/65{
  background-color: rgb(254 226 226 / 0.65);
}
.bg-negative-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}
.bg-negative-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}
.bg-negative-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}
.bg-negative-100\/85{
  background-color: rgb(254 226 226 / 0.85);
}
.bg-negative-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}
.bg-negative-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}
.bg-negative-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-negative-200\/0{
  background-color: rgb(254 202 202 / 0);
}
.bg-negative-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}
.bg-negative-200\/100{
  background-color: rgb(254 202 202 / 1);
}
.bg-negative-200\/15{
  background-color: rgb(254 202 202 / 0.15);
}
.bg-negative-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}
.bg-negative-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}
.bg-negative-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}
.bg-negative-200\/35{
  background-color: rgb(254 202 202 / 0.35);
}
.bg-negative-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}
.bg-negative-200\/45{
  background-color: rgb(254 202 202 / 0.45);
}
.bg-negative-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}
.bg-negative-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}
.bg-negative-200\/55{
  background-color: rgb(254 202 202 / 0.55);
}
.bg-negative-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}
.bg-negative-200\/65{
  background-color: rgb(254 202 202 / 0.65);
}
.bg-negative-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}
.bg-negative-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}
.bg-negative-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}
.bg-negative-200\/85{
  background-color: rgb(254 202 202 / 0.85);
}
.bg-negative-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}
.bg-negative-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}
.bg-negative-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-negative-300\/0{
  background-color: rgb(252 165 165 / 0);
}
.bg-negative-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}
.bg-negative-300\/100{
  background-color: rgb(252 165 165 / 1);
}
.bg-negative-300\/15{
  background-color: rgb(252 165 165 / 0.15);
}
.bg-negative-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}
.bg-negative-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}
.bg-negative-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}
.bg-negative-300\/35{
  background-color: rgb(252 165 165 / 0.35);
}
.bg-negative-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}
.bg-negative-300\/45{
  background-color: rgb(252 165 165 / 0.45);
}
.bg-negative-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}
.bg-negative-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}
.bg-negative-300\/55{
  background-color: rgb(252 165 165 / 0.55);
}
.bg-negative-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}
.bg-negative-300\/65{
  background-color: rgb(252 165 165 / 0.65);
}
.bg-negative-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}
.bg-negative-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}
.bg-negative-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}
.bg-negative-300\/85{
  background-color: rgb(252 165 165 / 0.85);
}
.bg-negative-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}
.bg-negative-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}
.bg-negative-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-negative-400\/0{
  background-color: rgb(248 113 113 / 0);
}
.bg-negative-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}
.bg-negative-400\/100{
  background-color: rgb(248 113 113 / 1);
}
.bg-negative-400\/15{
  background-color: rgb(248 113 113 / 0.15);
}
.bg-negative-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}
.bg-negative-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}
.bg-negative-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}
.bg-negative-400\/35{
  background-color: rgb(248 113 113 / 0.35);
}
.bg-negative-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}
.bg-negative-400\/45{
  background-color: rgb(248 113 113 / 0.45);
}
.bg-negative-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}
.bg-negative-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}
.bg-negative-400\/55{
  background-color: rgb(248 113 113 / 0.55);
}
.bg-negative-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}
.bg-negative-400\/65{
  background-color: rgb(248 113 113 / 0.65);
}
.bg-negative-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}
.bg-negative-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}
.bg-negative-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}
.bg-negative-400\/85{
  background-color: rgb(248 113 113 / 0.85);
}
.bg-negative-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}
.bg-negative-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}
.bg-negative-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-negative-50\/0{
  background-color: rgb(254 242 242 / 0);
}
.bg-negative-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}
.bg-negative-50\/100{
  background-color: rgb(254 242 242 / 1);
}
.bg-negative-50\/15{
  background-color: rgb(254 242 242 / 0.15);
}
.bg-negative-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}
.bg-negative-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}
.bg-negative-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}
.bg-negative-50\/35{
  background-color: rgb(254 242 242 / 0.35);
}
.bg-negative-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}
.bg-negative-50\/45{
  background-color: rgb(254 242 242 / 0.45);
}
.bg-negative-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}
.bg-negative-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}
.bg-negative-50\/55{
  background-color: rgb(254 242 242 / 0.55);
}
.bg-negative-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}
.bg-negative-50\/65{
  background-color: rgb(254 242 242 / 0.65);
}
.bg-negative-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}
.bg-negative-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}
.bg-negative-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}
.bg-negative-50\/85{
  background-color: rgb(254 242 242 / 0.85);
}
.bg-negative-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}
.bg-negative-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}
.bg-negative-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-negative-500\/0{
  background-color: rgb(239 68 68 / 0);
}
.bg-negative-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}
.bg-negative-500\/100{
  background-color: rgb(239 68 68 / 1);
}
.bg-negative-500\/15{
  background-color: rgb(239 68 68 / 0.15);
}
.bg-negative-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-negative-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}
.bg-negative-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}
.bg-negative-500\/35{
  background-color: rgb(239 68 68 / 0.35);
}
.bg-negative-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}
.bg-negative-500\/45{
  background-color: rgb(239 68 68 / 0.45);
}
.bg-negative-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}
.bg-negative-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}
.bg-negative-500\/55{
  background-color: rgb(239 68 68 / 0.55);
}
.bg-negative-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}
.bg-negative-500\/65{
  background-color: rgb(239 68 68 / 0.65);
}
.bg-negative-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}
.bg-negative-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}
.bg-negative-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}
.bg-negative-500\/85{
  background-color: rgb(239 68 68 / 0.85);
}
.bg-negative-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}
.bg-negative-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}
.bg-negative-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-negative-600\/0{
  background-color: rgb(220 38 38 / 0);
}
.bg-negative-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}
.bg-negative-600\/100{
  background-color: rgb(220 38 38 / 1);
}
.bg-negative-600\/15{
  background-color: rgb(220 38 38 / 0.15);
}
.bg-negative-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}
.bg-negative-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}
.bg-negative-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}
.bg-negative-600\/35{
  background-color: rgb(220 38 38 / 0.35);
}
.bg-negative-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}
.bg-negative-600\/45{
  background-color: rgb(220 38 38 / 0.45);
}
.bg-negative-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}
.bg-negative-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}
.bg-negative-600\/55{
  background-color: rgb(220 38 38 / 0.55);
}
.bg-negative-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}
.bg-negative-600\/65{
  background-color: rgb(220 38 38 / 0.65);
}
.bg-negative-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}
.bg-negative-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}
.bg-negative-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}
.bg-negative-600\/85{
  background-color: rgb(220 38 38 / 0.85);
}
.bg-negative-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}
.bg-negative-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}
.bg-negative-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-negative-700\/0{
  background-color: rgb(185 28 28 / 0);
}
.bg-negative-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}
.bg-negative-700\/100{
  background-color: rgb(185 28 28 / 1);
}
.bg-negative-700\/15{
  background-color: rgb(185 28 28 / 0.15);
}
.bg-negative-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}
.bg-negative-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}
.bg-negative-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}
.bg-negative-700\/35{
  background-color: rgb(185 28 28 / 0.35);
}
.bg-negative-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}
.bg-negative-700\/45{
  background-color: rgb(185 28 28 / 0.45);
}
.bg-negative-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}
.bg-negative-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}
.bg-negative-700\/55{
  background-color: rgb(185 28 28 / 0.55);
}
.bg-negative-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}
.bg-negative-700\/65{
  background-color: rgb(185 28 28 / 0.65);
}
.bg-negative-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}
.bg-negative-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}
.bg-negative-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}
.bg-negative-700\/85{
  background-color: rgb(185 28 28 / 0.85);
}
.bg-negative-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}
.bg-negative-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}
.bg-negative-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-negative-800\/0{
  background-color: rgb(153 27 27 / 0);
}
.bg-negative-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}
.bg-negative-800\/100{
  background-color: rgb(153 27 27 / 1);
}
.bg-negative-800\/15{
  background-color: rgb(153 27 27 / 0.15);
}
.bg-negative-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}
.bg-negative-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}
.bg-negative-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}
.bg-negative-800\/35{
  background-color: rgb(153 27 27 / 0.35);
}
.bg-negative-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}
.bg-negative-800\/45{
  background-color: rgb(153 27 27 / 0.45);
}
.bg-negative-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}
.bg-negative-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}
.bg-negative-800\/55{
  background-color: rgb(153 27 27 / 0.55);
}
.bg-negative-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}
.bg-negative-800\/65{
  background-color: rgb(153 27 27 / 0.65);
}
.bg-negative-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}
.bg-negative-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}
.bg-negative-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}
.bg-negative-800\/85{
  background-color: rgb(153 27 27 / 0.85);
}
.bg-negative-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}
.bg-negative-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}
.bg-negative-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-negative-900\/0{
  background-color: rgb(127 29 29 / 0);
}
.bg-negative-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}
.bg-negative-900\/100{
  background-color: rgb(127 29 29 / 1);
}
.bg-negative-900\/15{
  background-color: rgb(127 29 29 / 0.15);
}
.bg-negative-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}
.bg-negative-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}
.bg-negative-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}
.bg-negative-900\/35{
  background-color: rgb(127 29 29 / 0.35);
}
.bg-negative-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}
.bg-negative-900\/45{
  background-color: rgb(127 29 29 / 0.45);
}
.bg-negative-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}
.bg-negative-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}
.bg-negative-900\/55{
  background-color: rgb(127 29 29 / 0.55);
}
.bg-negative-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}
.bg-negative-900\/65{
  background-color: rgb(127 29 29 / 0.65);
}
.bg-negative-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}
.bg-negative-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}
.bg-negative-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}
.bg-negative-900\/85{
  background-color: rgb(127 29 29 / 0.85);
}
.bg-negative-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}
.bg-negative-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}
.bg-negative-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-negative-950\/0{
  background-color: rgb(69 10 10 / 0);
}
.bg-negative-950\/10{
  background-color: rgb(69 10 10 / 0.1);
}
.bg-negative-950\/100{
  background-color: rgb(69 10 10 / 1);
}
.bg-negative-950\/15{
  background-color: rgb(69 10 10 / 0.15);
}
.bg-negative-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}
.bg-negative-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}
.bg-negative-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}
.bg-negative-950\/35{
  background-color: rgb(69 10 10 / 0.35);
}
.bg-negative-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}
.bg-negative-950\/45{
  background-color: rgb(69 10 10 / 0.45);
}
.bg-negative-950\/5{
  background-color: rgb(69 10 10 / 0.05);
}
.bg-negative-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}
.bg-negative-950\/55{
  background-color: rgb(69 10 10 / 0.55);
}
.bg-negative-950\/60{
  background-color: rgb(69 10 10 / 0.6);
}
.bg-negative-950\/65{
  background-color: rgb(69 10 10 / 0.65);
}
.bg-negative-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}
.bg-negative-950\/75{
  background-color: rgb(69 10 10 / 0.75);
}
.bg-negative-950\/80{
  background-color: rgb(69 10 10 / 0.8);
}
.bg-negative-950\/85{
  background-color: rgb(69 10 10 / 0.85);
}
.bg-negative-950\/90{
  background-color: rgb(69 10 10 / 0.9);
}
.bg-negative-950\/95{
  background-color: rgb(69 10 10 / 0.95);
}
.bg-neutral-0{
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 255 / var(--tw-bg-opacity));
}
.bg-neutral-0\/0{
  background-color: rgb(255 253 255 / 0);
}
.bg-neutral-0\/10{
  background-color: rgb(255 253 255 / 0.1);
}
.bg-neutral-0\/100{
  background-color: rgb(255 253 255 / 1);
}
.bg-neutral-0\/15{
  background-color: rgb(255 253 255 / 0.15);
}
.bg-neutral-0\/20{
  background-color: rgb(255 253 255 / 0.2);
}
.bg-neutral-0\/25{
  background-color: rgb(255 253 255 / 0.25);
}
.bg-neutral-0\/30{
  background-color: rgb(255 253 255 / 0.3);
}
.bg-neutral-0\/35{
  background-color: rgb(255 253 255 / 0.35);
}
.bg-neutral-0\/40{
  background-color: rgb(255 253 255 / 0.4);
}
.bg-neutral-0\/45{
  background-color: rgb(255 253 255 / 0.45);
}
.bg-neutral-0\/5{
  background-color: rgb(255 253 255 / 0.05);
}
.bg-neutral-0\/50{
  background-color: rgb(255 253 255 / 0.5);
}
.bg-neutral-0\/55{
  background-color: rgb(255 253 255 / 0.55);
}
.bg-neutral-0\/60{
  background-color: rgb(255 253 255 / 0.6);
}
.bg-neutral-0\/65{
  background-color: rgb(255 253 255 / 0.65);
}
.bg-neutral-0\/70{
  background-color: rgb(255 253 255 / 0.7);
}
.bg-neutral-0\/75{
  background-color: rgb(255 253 255 / 0.75);
}
.bg-neutral-0\/80{
  background-color: rgb(255 253 255 / 0.8);
}
.bg-neutral-0\/85{
  background-color: rgb(255 253 255 / 0.85);
}
.bg-neutral-0\/90{
  background-color: rgb(255 253 255 / 0.9);
}
.bg-neutral-0\/95{
  background-color: rgb(255 253 255 / 0.95);
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 235 / var(--tw-bg-opacity));
}
.bg-neutral-100\/0{
  background-color: rgb(255 237 235 / 0);
}
.bg-neutral-100\/10{
  background-color: rgb(255 237 235 / 0.1);
}
.bg-neutral-100\/100{
  background-color: rgb(255 237 235 / 1);
}
.bg-neutral-100\/15{
  background-color: rgb(255 237 235 / 0.15);
}
.bg-neutral-100\/20{
  background-color: rgb(255 237 235 / 0.2);
}
.bg-neutral-100\/25{
  background-color: rgb(255 237 235 / 0.25);
}
.bg-neutral-100\/30{
  background-color: rgb(255 237 235 / 0.3);
}
.bg-neutral-100\/35{
  background-color: rgb(255 237 235 / 0.35);
}
.bg-neutral-100\/40{
  background-color: rgb(255 237 235 / 0.4);
}
.bg-neutral-100\/45{
  background-color: rgb(255 237 235 / 0.45);
}
.bg-neutral-100\/5{
  background-color: rgb(255 237 235 / 0.05);
}
.bg-neutral-100\/50{
  background-color: rgb(255 237 235 / 0.5);
}
.bg-neutral-100\/55{
  background-color: rgb(255 237 235 / 0.55);
}
.bg-neutral-100\/60{
  background-color: rgb(255 237 235 / 0.6);
}
.bg-neutral-100\/65{
  background-color: rgb(255 237 235 / 0.65);
}
.bg-neutral-100\/70{
  background-color: rgb(255 237 235 / 0.7);
}
.bg-neutral-100\/75{
  background-color: rgb(255 237 235 / 0.75);
}
.bg-neutral-100\/80{
  background-color: rgb(255 237 235 / 0.8);
}
.bg-neutral-100\/85{
  background-color: rgb(255 237 235 / 0.85);
}
.bg-neutral-100\/90{
  background-color: rgb(255 237 235 / 0.9);
}
.bg-neutral-100\/95{
  background-color: rgb(255 237 235 / 0.95);
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(244 221 219 / var(--tw-bg-opacity));
}
.bg-neutral-200\/0{
  background-color: rgb(244 221 219 / 0);
}
.bg-neutral-200\/10{
  background-color: rgb(244 221 219 / 0.1);
}
.bg-neutral-200\/100{
  background-color: rgb(244 221 219 / 1);
}
.bg-neutral-200\/15{
  background-color: rgb(244 221 219 / 0.15);
}
.bg-neutral-200\/20{
  background-color: rgb(244 221 219 / 0.2);
}
.bg-neutral-200\/25{
  background-color: rgb(244 221 219 / 0.25);
}
.bg-neutral-200\/30{
  background-color: rgb(244 221 219 / 0.3);
}
.bg-neutral-200\/35{
  background-color: rgb(244 221 219 / 0.35);
}
.bg-neutral-200\/40{
  background-color: rgb(244 221 219 / 0.4);
}
.bg-neutral-200\/45{
  background-color: rgb(244 221 219 / 0.45);
}
.bg-neutral-200\/5{
  background-color: rgb(244 221 219 / 0.05);
}
.bg-neutral-200\/50{
  background-color: rgb(244 221 219 / 0.5);
}
.bg-neutral-200\/55{
  background-color: rgb(244 221 219 / 0.55);
}
.bg-neutral-200\/60{
  background-color: rgb(244 221 219 / 0.6);
}
.bg-neutral-200\/65{
  background-color: rgb(244 221 219 / 0.65);
}
.bg-neutral-200\/70{
  background-color: rgb(244 221 219 / 0.7);
}
.bg-neutral-200\/75{
  background-color: rgb(244 221 219 / 0.75);
}
.bg-neutral-200\/80{
  background-color: rgb(244 221 219 / 0.8);
}
.bg-neutral-200\/85{
  background-color: rgb(244 221 219 / 0.85);
}
.bg-neutral-200\/90{
  background-color: rgb(244 221 219 / 0.9);
}
.bg-neutral-200\/95{
  background-color: rgb(244 221 219 / 0.95);
}
.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 193 192 / var(--tw-bg-opacity));
}
.bg-neutral-300\/0{
  background-color: rgb(216 193 192 / 0);
}
.bg-neutral-300\/10{
  background-color: rgb(216 193 192 / 0.1);
}
.bg-neutral-300\/100{
  background-color: rgb(216 193 192 / 1);
}
.bg-neutral-300\/15{
  background-color: rgb(216 193 192 / 0.15);
}
.bg-neutral-300\/20{
  background-color: rgb(216 193 192 / 0.2);
}
.bg-neutral-300\/25{
  background-color: rgb(216 193 192 / 0.25);
}
.bg-neutral-300\/30{
  background-color: rgb(216 193 192 / 0.3);
}
.bg-neutral-300\/35{
  background-color: rgb(216 193 192 / 0.35);
}
.bg-neutral-300\/40{
  background-color: rgb(216 193 192 / 0.4);
}
.bg-neutral-300\/45{
  background-color: rgb(216 193 192 / 0.45);
}
.bg-neutral-300\/5{
  background-color: rgb(216 193 192 / 0.05);
}
.bg-neutral-300\/50{
  background-color: rgb(216 193 192 / 0.5);
}
.bg-neutral-300\/55{
  background-color: rgb(216 193 192 / 0.55);
}
.bg-neutral-300\/60{
  background-color: rgb(216 193 192 / 0.6);
}
.bg-neutral-300\/65{
  background-color: rgb(216 193 192 / 0.65);
}
.bg-neutral-300\/70{
  background-color: rgb(216 193 192 / 0.7);
}
.bg-neutral-300\/75{
  background-color: rgb(216 193 192 / 0.75);
}
.bg-neutral-300\/80{
  background-color: rgb(216 193 192 / 0.8);
}
.bg-neutral-300\/85{
  background-color: rgb(216 193 192 / 0.85);
}
.bg-neutral-300\/90{
  background-color: rgb(216 193 192 / 0.9);
}
.bg-neutral-300\/95{
  background-color: rgb(216 193 192 / 0.95);
}
.bg-neutral-350{
  --tw-bg-opacity: 1;
  background-color: rgb(187 166 165 / var(--tw-bg-opacity));
}
.bg-neutral-350\/0{
  background-color: rgb(187 166 165 / 0);
}
.bg-neutral-350\/10{
  background-color: rgb(187 166 165 / 0.1);
}
.bg-neutral-350\/100{
  background-color: rgb(187 166 165 / 1);
}
.bg-neutral-350\/15{
  background-color: rgb(187 166 165 / 0.15);
}
.bg-neutral-350\/20{
  background-color: rgb(187 166 165 / 0.2);
}
.bg-neutral-350\/25{
  background-color: rgb(187 166 165 / 0.25);
}
.bg-neutral-350\/30{
  background-color: rgb(187 166 165 / 0.3);
}
.bg-neutral-350\/35{
  background-color: rgb(187 166 165 / 0.35);
}
.bg-neutral-350\/40{
  background-color: rgb(187 166 165 / 0.4);
}
.bg-neutral-350\/45{
  background-color: rgb(187 166 165 / 0.45);
}
.bg-neutral-350\/5{
  background-color: rgb(187 166 165 / 0.05);
}
.bg-neutral-350\/50{
  background-color: rgb(187 166 165 / 0.5);
}
.bg-neutral-350\/55{
  background-color: rgb(187 166 165 / 0.55);
}
.bg-neutral-350\/60{
  background-color: rgb(187 166 165 / 0.6);
}
.bg-neutral-350\/65{
  background-color: rgb(187 166 165 / 0.65);
}
.bg-neutral-350\/70{
  background-color: rgb(187 166 165 / 0.7);
}
.bg-neutral-350\/75{
  background-color: rgb(187 166 165 / 0.75);
}
.bg-neutral-350\/80{
  background-color: rgb(187 166 165 / 0.8);
}
.bg-neutral-350\/85{
  background-color: rgb(187 166 165 / 0.85);
}
.bg-neutral-350\/90{
  background-color: rgb(187 166 165 / 0.9);
}
.bg-neutral-350\/95{
  background-color: rgb(187 166 165 / 0.95);
}
.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity));
}
.bg-neutral-400\/0{
  background-color: rgb(160 140 139 / 0);
}
.bg-neutral-400\/10{
  background-color: rgb(160 140 139 / 0.1);
}
.bg-neutral-400\/100{
  background-color: rgb(160 140 139 / 1);
}
.bg-neutral-400\/15{
  background-color: rgb(160 140 139 / 0.15);
}
.bg-neutral-400\/20{
  background-color: rgb(160 140 139 / 0.2);
}
.bg-neutral-400\/25{
  background-color: rgb(160 140 139 / 0.25);
}
.bg-neutral-400\/30{
  background-color: rgb(160 140 139 / 0.3);
}
.bg-neutral-400\/35{
  background-color: rgb(160 140 139 / 0.35);
}
.bg-neutral-400\/40{
  background-color: rgb(160 140 139 / 0.4);
}
.bg-neutral-400\/45{
  background-color: rgb(160 140 139 / 0.45);
}
.bg-neutral-400\/5{
  background-color: rgb(160 140 139 / 0.05);
}
.bg-neutral-400\/50{
  background-color: rgb(160 140 139 / 0.5);
}
.bg-neutral-400\/55{
  background-color: rgb(160 140 139 / 0.55);
}
.bg-neutral-400\/60{
  background-color: rgb(160 140 139 / 0.6);
}
.bg-neutral-400\/65{
  background-color: rgb(160 140 139 / 0.65);
}
.bg-neutral-400\/70{
  background-color: rgb(160 140 139 / 0.7);
}
.bg-neutral-400\/75{
  background-color: rgb(160 140 139 / 0.75);
}
.bg-neutral-400\/80{
  background-color: rgb(160 140 139 / 0.8);
}
.bg-neutral-400\/85{
  background-color: rgb(160 140 139 / 0.85);
}
.bg-neutral-400\/90{
  background-color: rgb(160 140 139 / 0.9);
}
.bg-neutral-400\/95{
  background-color: rgb(160 140 139 / 0.95);
}
.bg-neutral-450{
  --tw-bg-opacity: 1;
  background-color: rgb(133 115 114 / var(--tw-bg-opacity));
}
.bg-neutral-450\/0{
  background-color: rgb(133 115 114 / 0);
}
.bg-neutral-450\/10{
  background-color: rgb(133 115 114 / 0.1);
}
.bg-neutral-450\/100{
  background-color: rgb(133 115 114 / 1);
}
.bg-neutral-450\/15{
  background-color: rgb(133 115 114 / 0.15);
}
.bg-neutral-450\/20{
  background-color: rgb(133 115 114 / 0.2);
}
.bg-neutral-450\/25{
  background-color: rgb(133 115 114 / 0.25);
}
.bg-neutral-450\/30{
  background-color: rgb(133 115 114 / 0.3);
}
.bg-neutral-450\/35{
  background-color: rgb(133 115 114 / 0.35);
}
.bg-neutral-450\/40{
  background-color: rgb(133 115 114 / 0.4);
}
.bg-neutral-450\/45{
  background-color: rgb(133 115 114 / 0.45);
}
.bg-neutral-450\/5{
  background-color: rgb(133 115 114 / 0.05);
}
.bg-neutral-450\/50{
  background-color: rgb(133 115 114 / 0.5);
}
.bg-neutral-450\/55{
  background-color: rgb(133 115 114 / 0.55);
}
.bg-neutral-450\/60{
  background-color: rgb(133 115 114 / 0.6);
}
.bg-neutral-450\/65{
  background-color: rgb(133 115 114 / 0.65);
}
.bg-neutral-450\/70{
  background-color: rgb(133 115 114 / 0.7);
}
.bg-neutral-450\/75{
  background-color: rgb(133 115 114 / 0.75);
}
.bg-neutral-450\/80{
  background-color: rgb(133 115 114 / 0.8);
}
.bg-neutral-450\/85{
  background-color: rgb(133 115 114 / 0.85);
}
.bg-neutral-450\/90{
  background-color: rgb(133 115 114 / 0.9);
}
.bg-neutral-450\/95{
  background-color: rgb(133 115 114 / 0.95);
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity));
}
.bg-neutral-50\/0{
  background-color: rgb(255 248 247 / 0);
}
.bg-neutral-50\/10{
  background-color: rgb(255 248 247 / 0.1);
}
.bg-neutral-50\/100{
  background-color: rgb(255 248 247 / 1);
}
.bg-neutral-50\/15{
  background-color: rgb(255 248 247 / 0.15);
}
.bg-neutral-50\/20{
  background-color: rgb(255 248 247 / 0.2);
}
.bg-neutral-50\/25{
  background-color: rgb(255 248 247 / 0.25);
}
.bg-neutral-50\/30{
  background-color: rgb(255 248 247 / 0.3);
}
.bg-neutral-50\/35{
  background-color: rgb(255 248 247 / 0.35);
}
.bg-neutral-50\/40{
  background-color: rgb(255 248 247 / 0.4);
}
.bg-neutral-50\/45{
  background-color: rgb(255 248 247 / 0.45);
}
.bg-neutral-50\/5{
  background-color: rgb(255 248 247 / 0.05);
}
.bg-neutral-50\/50{
  background-color: rgb(255 248 247 / 0.5);
}
.bg-neutral-50\/55{
  background-color: rgb(255 248 247 / 0.55);
}
.bg-neutral-50\/60{
  background-color: rgb(255 248 247 / 0.6);
}
.bg-neutral-50\/65{
  background-color: rgb(255 248 247 / 0.65);
}
.bg-neutral-50\/70{
  background-color: rgb(255 248 247 / 0.7);
}
.bg-neutral-50\/75{
  background-color: rgb(255 248 247 / 0.75);
}
.bg-neutral-50\/80{
  background-color: rgb(255 248 247 / 0.8);
}
.bg-neutral-50\/85{
  background-color: rgb(255 248 247 / 0.85);
}
.bg-neutral-50\/90{
  background-color: rgb(255 248 247 / 0.9);
}
.bg-neutral-50\/95{
  background-color: rgb(255 248 247 / 0.95);
}
.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 90 89 / var(--tw-bg-opacity));
}
.bg-neutral-500\/0{
  background-color: rgb(107 90 89 / 0);
}
.bg-neutral-500\/10{
  background-color: rgb(107 90 89 / 0.1);
}
.bg-neutral-500\/100{
  background-color: rgb(107 90 89 / 1);
}
.bg-neutral-500\/15{
  background-color: rgb(107 90 89 / 0.15);
}
.bg-neutral-500\/20{
  background-color: rgb(107 90 89 / 0.2);
}
.bg-neutral-500\/25{
  background-color: rgb(107 90 89 / 0.25);
}
.bg-neutral-500\/30{
  background-color: rgb(107 90 89 / 0.3);
}
.bg-neutral-500\/35{
  background-color: rgb(107 90 89 / 0.35);
}
.bg-neutral-500\/40{
  background-color: rgb(107 90 89 / 0.4);
}
.bg-neutral-500\/45{
  background-color: rgb(107 90 89 / 0.45);
}
.bg-neutral-500\/5{
  background-color: rgb(107 90 89 / 0.05);
}
.bg-neutral-500\/50{
  background-color: rgb(107 90 89 / 0.5);
}
.bg-neutral-500\/55{
  background-color: rgb(107 90 89 / 0.55);
}
.bg-neutral-500\/60{
  background-color: rgb(107 90 89 / 0.6);
}
.bg-neutral-500\/65{
  background-color: rgb(107 90 89 / 0.65);
}
.bg-neutral-500\/70{
  background-color: rgb(107 90 89 / 0.7);
}
.bg-neutral-500\/75{
  background-color: rgb(107 90 89 / 0.75);
}
.bg-neutral-500\/80{
  background-color: rgb(107 90 89 / 0.8);
}
.bg-neutral-500\/85{
  background-color: rgb(107 90 89 / 0.85);
}
.bg-neutral-500\/90{
  background-color: rgb(107 90 89 / 0.9);
}
.bg-neutral-500\/95{
  background-color: rgb(107 90 89 / 0.95);
}
.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity));
}
.bg-neutral-600\/0{
  background-color: rgb(95 79 77 / 0);
}
.bg-neutral-600\/10{
  background-color: rgb(95 79 77 / 0.1);
}
.bg-neutral-600\/100{
  background-color: rgb(95 79 77 / 1);
}
.bg-neutral-600\/15{
  background-color: rgb(95 79 77 / 0.15);
}
.bg-neutral-600\/20{
  background-color: rgb(95 79 77 / 0.2);
}
.bg-neutral-600\/25{
  background-color: rgb(95 79 77 / 0.25);
}
.bg-neutral-600\/30{
  background-color: rgb(95 79 77 / 0.3);
}
.bg-neutral-600\/35{
  background-color: rgb(95 79 77 / 0.35);
}
.bg-neutral-600\/40{
  background-color: rgb(95 79 77 / 0.4);
}
.bg-neutral-600\/45{
  background-color: rgb(95 79 77 / 0.45);
}
.bg-neutral-600\/5{
  background-color: rgb(95 79 77 / 0.05);
}
.bg-neutral-600\/50{
  background-color: rgb(95 79 77 / 0.5);
}
.bg-neutral-600\/55{
  background-color: rgb(95 79 77 / 0.55);
}
.bg-neutral-600\/60{
  background-color: rgb(95 79 77 / 0.6);
}
.bg-neutral-600\/65{
  background-color: rgb(95 79 77 / 0.65);
}
.bg-neutral-600\/70{
  background-color: rgb(95 79 77 / 0.7);
}
.bg-neutral-600\/75{
  background-color: rgb(95 79 77 / 0.75);
}
.bg-neutral-600\/80{
  background-color: rgb(95 79 77 / 0.8);
}
.bg-neutral-600\/85{
  background-color: rgb(95 79 77 / 0.85);
}
.bg-neutral-600\/90{
  background-color: rgb(95 79 77 / 0.9);
}
.bg-neutral-600\/95{
  background-color: rgb(95 79 77 / 0.95);
}
.bg-neutral-650{
  --tw-bg-opacity: 1;
  background-color: rgb(83 67 66 / var(--tw-bg-opacity));
}
.bg-neutral-650\/0{
  background-color: rgb(83 67 66 / 0);
}
.bg-neutral-650\/10{
  background-color: rgb(83 67 66 / 0.1);
}
.bg-neutral-650\/100{
  background-color: rgb(83 67 66 / 1);
}
.bg-neutral-650\/15{
  background-color: rgb(83 67 66 / 0.15);
}
.bg-neutral-650\/20{
  background-color: rgb(83 67 66 / 0.2);
}
.bg-neutral-650\/25{
  background-color: rgb(83 67 66 / 0.25);
}
.bg-neutral-650\/30{
  background-color: rgb(83 67 66 / 0.3);
}
.bg-neutral-650\/35{
  background-color: rgb(83 67 66 / 0.35);
}
.bg-neutral-650\/40{
  background-color: rgb(83 67 66 / 0.4);
}
.bg-neutral-650\/45{
  background-color: rgb(83 67 66 / 0.45);
}
.bg-neutral-650\/5{
  background-color: rgb(83 67 66 / 0.05);
}
.bg-neutral-650\/50{
  background-color: rgb(83 67 66 / 0.5);
}
.bg-neutral-650\/55{
  background-color: rgb(83 67 66 / 0.55);
}
.bg-neutral-650\/60{
  background-color: rgb(83 67 66 / 0.6);
}
.bg-neutral-650\/65{
  background-color: rgb(83 67 66 / 0.65);
}
.bg-neutral-650\/70{
  background-color: rgb(83 67 66 / 0.7);
}
.bg-neutral-650\/75{
  background-color: rgb(83 67 66 / 0.75);
}
.bg-neutral-650\/80{
  background-color: rgb(83 67 66 / 0.8);
}
.bg-neutral-650\/85{
  background-color: rgb(83 67 66 / 0.85);
}
.bg-neutral-650\/90{
  background-color: rgb(83 67 66 / 0.9);
}
.bg-neutral-650\/95{
  background-color: rgb(83 67 66 / 0.95);
}
.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(71 56 55 / var(--tw-bg-opacity));
}
.bg-neutral-700\/0{
  background-color: rgb(71 56 55 / 0);
}
.bg-neutral-700\/10{
  background-color: rgb(71 56 55 / 0.1);
}
.bg-neutral-700\/100{
  background-color: rgb(71 56 55 / 1);
}
.bg-neutral-700\/15{
  background-color: rgb(71 56 55 / 0.15);
}
.bg-neutral-700\/20{
  background-color: rgb(71 56 55 / 0.2);
}
.bg-neutral-700\/25{
  background-color: rgb(71 56 55 / 0.25);
}
.bg-neutral-700\/30{
  background-color: rgb(71 56 55 / 0.3);
}
.bg-neutral-700\/35{
  background-color: rgb(71 56 55 / 0.35);
}
.bg-neutral-700\/40{
  background-color: rgb(71 56 55 / 0.4);
}
.bg-neutral-700\/45{
  background-color: rgb(71 56 55 / 0.45);
}
.bg-neutral-700\/5{
  background-color: rgb(71 56 55 / 0.05);
}
.bg-neutral-700\/50{
  background-color: rgb(71 56 55 / 0.5);
}
.bg-neutral-700\/55{
  background-color: rgb(71 56 55 / 0.55);
}
.bg-neutral-700\/60{
  background-color: rgb(71 56 55 / 0.6);
}
.bg-neutral-700\/65{
  background-color: rgb(71 56 55 / 0.65);
}
.bg-neutral-700\/70{
  background-color: rgb(71 56 55 / 0.7);
}
.bg-neutral-700\/75{
  background-color: rgb(71 56 55 / 0.75);
}
.bg-neutral-700\/80{
  background-color: rgb(71 56 55 / 0.8);
}
.bg-neutral-700\/85{
  background-color: rgb(71 56 55 / 0.85);
}
.bg-neutral-700\/90{
  background-color: rgb(71 56 55 / 0.9);
}
.bg-neutral-700\/95{
  background-color: rgb(71 56 55 / 0.95);
}
.bg-neutral-750{
  --tw-bg-opacity: 1;
  background-color: rgb(59 45 44 / var(--tw-bg-opacity));
}
.bg-neutral-750\/0{
  background-color: rgb(59 45 44 / 0);
}
.bg-neutral-750\/10{
  background-color: rgb(59 45 44 / 0.1);
}
.bg-neutral-750\/100{
  background-color: rgb(59 45 44 / 1);
}
.bg-neutral-750\/15{
  background-color: rgb(59 45 44 / 0.15);
}
.bg-neutral-750\/20{
  background-color: rgb(59 45 44 / 0.2);
}
.bg-neutral-750\/25{
  background-color: rgb(59 45 44 / 0.25);
}
.bg-neutral-750\/30{
  background-color: rgb(59 45 44 / 0.3);
}
.bg-neutral-750\/35{
  background-color: rgb(59 45 44 / 0.35);
}
.bg-neutral-750\/40{
  background-color: rgb(59 45 44 / 0.4);
}
.bg-neutral-750\/45{
  background-color: rgb(59 45 44 / 0.45);
}
.bg-neutral-750\/5{
  background-color: rgb(59 45 44 / 0.05);
}
.bg-neutral-750\/50{
  background-color: rgb(59 45 44 / 0.5);
}
.bg-neutral-750\/55{
  background-color: rgb(59 45 44 / 0.55);
}
.bg-neutral-750\/60{
  background-color: rgb(59 45 44 / 0.6);
}
.bg-neutral-750\/65{
  background-color: rgb(59 45 44 / 0.65);
}
.bg-neutral-750\/70{
  background-color: rgb(59 45 44 / 0.7);
}
.bg-neutral-750\/75{
  background-color: rgb(59 45 44 / 0.75);
}
.bg-neutral-750\/80{
  background-color: rgb(59 45 44 / 0.8);
}
.bg-neutral-750\/85{
  background-color: rgb(59 45 44 / 0.85);
}
.bg-neutral-750\/90{
  background-color: rgb(59 45 44 / 0.9);
}
.bg-neutral-750\/95{
  background-color: rgb(59 45 44 / 0.95);
}
.bg-neutral-800{
  --tw-bg-opacity: 1;
  background-color: rgb(37 25 24 / var(--tw-bg-opacity));
}
.bg-neutral-800\/0{
  background-color: rgb(37 25 24 / 0);
}
.bg-neutral-800\/10{
  background-color: rgb(37 25 24 / 0.1);
}
.bg-neutral-800\/100{
  background-color: rgb(37 25 24 / 1);
}
.bg-neutral-800\/15{
  background-color: rgb(37 25 24 / 0.15);
}
.bg-neutral-800\/20{
  background-color: rgb(37 25 24 / 0.2);
}
.bg-neutral-800\/25{
  background-color: rgb(37 25 24 / 0.25);
}
.bg-neutral-800\/30{
  background-color: rgb(37 25 24 / 0.3);
}
.bg-neutral-800\/35{
  background-color: rgb(37 25 24 / 0.35);
}
.bg-neutral-800\/40{
  background-color: rgb(37 25 24 / 0.4);
}
.bg-neutral-800\/45{
  background-color: rgb(37 25 24 / 0.45);
}
.bg-neutral-800\/5{
  background-color: rgb(37 25 24 / 0.05);
}
.bg-neutral-800\/50{
  background-color: rgb(37 25 24 / 0.5);
}
.bg-neutral-800\/55{
  background-color: rgb(37 25 24 / 0.55);
}
.bg-neutral-800\/60{
  background-color: rgb(37 25 24 / 0.6);
}
.bg-neutral-800\/65{
  background-color: rgb(37 25 24 / 0.65);
}
.bg-neutral-800\/70{
  background-color: rgb(37 25 24 / 0.7);
}
.bg-neutral-800\/75{
  background-color: rgb(37 25 24 / 0.75);
}
.bg-neutral-800\/80{
  background-color: rgb(37 25 24 / 0.8);
}
.bg-neutral-800\/85{
  background-color: rgb(37 25 24 / 0.85);
}
.bg-neutral-800\/90{
  background-color: rgb(37 25 24 / 0.9);
}
.bg-neutral-800\/95{
  background-color: rgb(37 25 24 / 0.95);
}
.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-neutral-900\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-neutral-900\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-neutral-900\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-neutral-900\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-neutral-900\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-neutral-900\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-neutral-900\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-neutral-900\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-neutral-900\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-neutral-900\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-neutral-900\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-neutral-900\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-neutral-900\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-neutral-900\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-neutral-900\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-neutral-900\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-neutral-900\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-neutral-900\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-neutral-900\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-neutral-900\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-neutral-900\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-neutral-950\/0{
  background-color: rgb(10 10 10 / 0);
}
.bg-neutral-950\/10{
  background-color: rgb(10 10 10 / 0.1);
}
.bg-neutral-950\/100{
  background-color: rgb(10 10 10 / 1);
}
.bg-neutral-950\/15{
  background-color: rgb(10 10 10 / 0.15);
}
.bg-neutral-950\/20{
  background-color: rgb(10 10 10 / 0.2);
}
.bg-neutral-950\/25{
  background-color: rgb(10 10 10 / 0.25);
}
.bg-neutral-950\/30{
  background-color: rgb(10 10 10 / 0.3);
}
.bg-neutral-950\/35{
  background-color: rgb(10 10 10 / 0.35);
}
.bg-neutral-950\/40{
  background-color: rgb(10 10 10 / 0.4);
}
.bg-neutral-950\/45{
  background-color: rgb(10 10 10 / 0.45);
}
.bg-neutral-950\/5{
  background-color: rgb(10 10 10 / 0.05);
}
.bg-neutral-950\/50{
  background-color: rgb(10 10 10 / 0.5);
}
.bg-neutral-950\/55{
  background-color: rgb(10 10 10 / 0.55);
}
.bg-neutral-950\/60{
  background-color: rgb(10 10 10 / 0.6);
}
.bg-neutral-950\/65{
  background-color: rgb(10 10 10 / 0.65);
}
.bg-neutral-950\/70{
  background-color: rgb(10 10 10 / 0.7);
}
.bg-neutral-950\/75{
  background-color: rgb(10 10 10 / 0.75);
}
.bg-neutral-950\/80{
  background-color: rgb(10 10 10 / 0.8);
}
.bg-neutral-950\/85{
  background-color: rgb(10 10 10 / 0.85);
}
.bg-neutral-950\/90{
  background-color: rgb(10 10 10 / 0.9);
}
.bg-neutral-950\/95{
  background-color: rgb(10 10 10 / 0.95);
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/15{
  background-color: rgb(255 237 213 / 0.15);
}
.bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/35{
  background-color: rgb(255 237 213 / 0.35);
}
.bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/45{
  background-color: rgb(255 237 213 / 0.45);
}
.bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/55{
  background-color: rgb(255 237 213 / 0.55);
}
.bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/65{
  background-color: rgb(255 237 213 / 0.65);
}
.bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/85{
  background-color: rgb(255 237 213 / 0.85);
}
.bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/15{
  background-color: rgb(254 215 170 / 0.15);
}
.bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/35{
  background-color: rgb(254 215 170 / 0.35);
}
.bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/45{
  background-color: rgb(254 215 170 / 0.45);
}
.bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/55{
  background-color: rgb(254 215 170 / 0.55);
}
.bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/65{
  background-color: rgb(254 215 170 / 0.65);
}
.bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/85{
  background-color: rgb(254 215 170 / 0.85);
}
.bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/15{
  background-color: rgb(253 186 116 / 0.15);
}
.bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/35{
  background-color: rgb(253 186 116 / 0.35);
}
.bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/45{
  background-color: rgb(253 186 116 / 0.45);
}
.bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/55{
  background-color: rgb(253 186 116 / 0.55);
}
.bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/65{
  background-color: rgb(253 186 116 / 0.65);
}
.bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/85{
  background-color: rgb(253 186 116 / 0.85);
}
.bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/15{
  background-color: rgb(251 146 60 / 0.15);
}
.bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/35{
  background-color: rgb(251 146 60 / 0.35);
}
.bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/45{
  background-color: rgb(251 146 60 / 0.45);
}
.bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/55{
  background-color: rgb(251 146 60 / 0.55);
}
.bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/65{
  background-color: rgb(251 146 60 / 0.65);
}
.bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/85{
  background-color: rgb(251 146 60 / 0.85);
}
.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/15{
  background-color: rgb(255 247 237 / 0.15);
}
.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/35{
  background-color: rgb(255 247 237 / 0.35);
}
.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/45{
  background-color: rgb(255 247 237 / 0.45);
}
.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/55{
  background-color: rgb(255 247 237 / 0.55);
}
.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/65{
  background-color: rgb(255 247 237 / 0.65);
}
.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/85{
  background-color: rgb(255 247 237 / 0.85);
}
.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/15{
  background-color: rgb(249 115 22 / 0.15);
}
.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/35{
  background-color: rgb(249 115 22 / 0.35);
}
.bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/45{
  background-color: rgb(249 115 22 / 0.45);
}
.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/55{
  background-color: rgb(249 115 22 / 0.55);
}
.bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/65{
  background-color: rgb(249 115 22 / 0.65);
}
.bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/85{
  background-color: rgb(249 115 22 / 0.85);
}
.bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/15{
  background-color: rgb(234 88 12 / 0.15);
}
.bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/35{
  background-color: rgb(234 88 12 / 0.35);
}
.bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/45{
  background-color: rgb(234 88 12 / 0.45);
}
.bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/55{
  background-color: rgb(234 88 12 / 0.55);
}
.bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/65{
  background-color: rgb(234 88 12 / 0.65);
}
.bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/85{
  background-color: rgb(234 88 12 / 0.85);
}
.bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/15{
  background-color: rgb(194 65 12 / 0.15);
}
.bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/35{
  background-color: rgb(194 65 12 / 0.35);
}
.bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/45{
  background-color: rgb(194 65 12 / 0.45);
}
.bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/55{
  background-color: rgb(194 65 12 / 0.55);
}
.bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/65{
  background-color: rgb(194 65 12 / 0.65);
}
.bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/85{
  background-color: rgb(194 65 12 / 0.85);
}
.bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/15{
  background-color: rgb(154 52 18 / 0.15);
}
.bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/35{
  background-color: rgb(154 52 18 / 0.35);
}
.bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/45{
  background-color: rgb(154 52 18 / 0.45);
}
.bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/55{
  background-color: rgb(154 52 18 / 0.55);
}
.bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/65{
  background-color: rgb(154 52 18 / 0.65);
}
.bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/85{
  background-color: rgb(154 52 18 / 0.85);
}
.bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/15{
  background-color: rgb(124 45 18 / 0.15);
}
.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/35{
  background-color: rgb(124 45 18 / 0.35);
}
.bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/45{
  background-color: rgb(124 45 18 / 0.45);
}
.bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/55{
  background-color: rgb(124 45 18 / 0.55);
}
.bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/65{
  background-color: rgb(124 45 18 / 0.65);
}
.bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/85{
  background-color: rgb(124 45 18 / 0.85);
}
.bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950{
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.bg-orange-950\/0{
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10{
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100{
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/15{
  background-color: rgb(67 20 7 / 0.15);
}
.bg-orange-950\/20{
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25{
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30{
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/35{
  background-color: rgb(67 20 7 / 0.35);
}
.bg-orange-950\/40{
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/45{
  background-color: rgb(67 20 7 / 0.45);
}
.bg-orange-950\/5{
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50{
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/55{
  background-color: rgb(67 20 7 / 0.55);
}
.bg-orange-950\/60{
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/65{
  background-color: rgb(67 20 7 / 0.65);
}
.bg-orange-950\/70{
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75{
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80{
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/85{
  background-color: rgb(67 20 7 / 0.85);
}
.bg-orange-950\/90{
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95{
  background-color: rgb(67 20 7 / 0.95);
}
.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-100\/0{
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-100\/10{
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-100\/100{
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-100\/15{
  background-color: rgb(253 242 248 / 0.15);
}
.bg-pink-100\/20{
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-100\/25{
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-100\/30{
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-100\/35{
  background-color: rgb(253 242 248 / 0.35);
}
.bg-pink-100\/40{
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-100\/45{
  background-color: rgb(253 242 248 / 0.45);
}
.bg-pink-100\/5{
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-100\/50{
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-100\/55{
  background-color: rgb(253 242 248 / 0.55);
}
.bg-pink-100\/60{
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-100\/65{
  background-color: rgb(253 242 248 / 0.65);
}
.bg-pink-100\/70{
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-100\/75{
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-100\/80{
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-100\/85{
  background-color: rgb(253 242 248 / 0.85);
}
.bg-pink-100\/90{
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-100\/95{
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.bg-pink-200\/0{
  background-color: rgb(252 231 243 / 0);
}
.bg-pink-200\/10{
  background-color: rgb(252 231 243 / 0.1);
}
.bg-pink-200\/100{
  background-color: rgb(252 231 243 / 1);
}
.bg-pink-200\/15{
  background-color: rgb(252 231 243 / 0.15);
}
.bg-pink-200\/20{
  background-color: rgb(252 231 243 / 0.2);
}
.bg-pink-200\/25{
  background-color: rgb(252 231 243 / 0.25);
}
.bg-pink-200\/30{
  background-color: rgb(252 231 243 / 0.3);
}
.bg-pink-200\/35{
  background-color: rgb(252 231 243 / 0.35);
}
.bg-pink-200\/40{
  background-color: rgb(252 231 243 / 0.4);
}
.bg-pink-200\/45{
  background-color: rgb(252 231 243 / 0.45);
}
.bg-pink-200\/5{
  background-color: rgb(252 231 243 / 0.05);
}
.bg-pink-200\/50{
  background-color: rgb(252 231 243 / 0.5);
}
.bg-pink-200\/55{
  background-color: rgb(252 231 243 / 0.55);
}
.bg-pink-200\/60{
  background-color: rgb(252 231 243 / 0.6);
}
.bg-pink-200\/65{
  background-color: rgb(252 231 243 / 0.65);
}
.bg-pink-200\/70{
  background-color: rgb(252 231 243 / 0.7);
}
.bg-pink-200\/75{
  background-color: rgb(252 231 243 / 0.75);
}
.bg-pink-200\/80{
  background-color: rgb(252 231 243 / 0.8);
}
.bg-pink-200\/85{
  background-color: rgb(252 231 243 / 0.85);
}
.bg-pink-200\/90{
  background-color: rgb(252 231 243 / 0.9);
}
.bg-pink-200\/95{
  background-color: rgb(252 231 243 / 0.95);
}
.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.bg-pink-300\/0{
  background-color: rgb(251 207 232 / 0);
}
.bg-pink-300\/10{
  background-color: rgb(251 207 232 / 0.1);
}
.bg-pink-300\/100{
  background-color: rgb(251 207 232 / 1);
}
.bg-pink-300\/15{
  background-color: rgb(251 207 232 / 0.15);
}
.bg-pink-300\/20{
  background-color: rgb(251 207 232 / 0.2);
}
.bg-pink-300\/25{
  background-color: rgb(251 207 232 / 0.25);
}
.bg-pink-300\/30{
  background-color: rgb(251 207 232 / 0.3);
}
.bg-pink-300\/35{
  background-color: rgb(251 207 232 / 0.35);
}
.bg-pink-300\/40{
  background-color: rgb(251 207 232 / 0.4);
}
.bg-pink-300\/45{
  background-color: rgb(251 207 232 / 0.45);
}
.bg-pink-300\/5{
  background-color: rgb(251 207 232 / 0.05);
}
.bg-pink-300\/50{
  background-color: rgb(251 207 232 / 0.5);
}
.bg-pink-300\/55{
  background-color: rgb(251 207 232 / 0.55);
}
.bg-pink-300\/60{
  background-color: rgb(251 207 232 / 0.6);
}
.bg-pink-300\/65{
  background-color: rgb(251 207 232 / 0.65);
}
.bg-pink-300\/70{
  background-color: rgb(251 207 232 / 0.7);
}
.bg-pink-300\/75{
  background-color: rgb(251 207 232 / 0.75);
}
.bg-pink-300\/80{
  background-color: rgb(251 207 232 / 0.8);
}
.bg-pink-300\/85{
  background-color: rgb(251 207 232 / 0.85);
}
.bg-pink-300\/90{
  background-color: rgb(251 207 232 / 0.9);
}
.bg-pink-300\/95{
  background-color: rgb(251 207 232 / 0.95);
}
.bg-pink-350{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.bg-pink-350\/0{
  background-color: rgb(249 168 212 / 0);
}
.bg-pink-350\/10{
  background-color: rgb(249 168 212 / 0.1);
}
.bg-pink-350\/100{
  background-color: rgb(249 168 212 / 1);
}
.bg-pink-350\/15{
  background-color: rgb(249 168 212 / 0.15);
}
.bg-pink-350\/20{
  background-color: rgb(249 168 212 / 0.2);
}
.bg-pink-350\/25{
  background-color: rgb(249 168 212 / 0.25);
}
.bg-pink-350\/30{
  background-color: rgb(249 168 212 / 0.3);
}
.bg-pink-350\/35{
  background-color: rgb(249 168 212 / 0.35);
}
.bg-pink-350\/40{
  background-color: rgb(249 168 212 / 0.4);
}
.bg-pink-350\/45{
  background-color: rgb(249 168 212 / 0.45);
}
.bg-pink-350\/5{
  background-color: rgb(249 168 212 / 0.05);
}
.bg-pink-350\/50{
  background-color: rgb(249 168 212 / 0.5);
}
.bg-pink-350\/55{
  background-color: rgb(249 168 212 / 0.55);
}
.bg-pink-350\/60{
  background-color: rgb(249 168 212 / 0.6);
}
.bg-pink-350\/65{
  background-color: rgb(249 168 212 / 0.65);
}
.bg-pink-350\/70{
  background-color: rgb(249 168 212 / 0.7);
}
.bg-pink-350\/75{
  background-color: rgb(249 168 212 / 0.75);
}
.bg-pink-350\/80{
  background-color: rgb(249 168 212 / 0.8);
}
.bg-pink-350\/85{
  background-color: rgb(249 168 212 / 0.85);
}
.bg-pink-350\/90{
  background-color: rgb(249 168 212 / 0.9);
}
.bg-pink-350\/95{
  background-color: rgb(249 168 212 / 0.95);
}
.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.bg-pink-400\/0{
  background-color: rgb(244 114 182 / 0);
}
.bg-pink-400\/10{
  background-color: rgb(244 114 182 / 0.1);
}
.bg-pink-400\/100{
  background-color: rgb(244 114 182 / 1);
}
.bg-pink-400\/15{
  background-color: rgb(244 114 182 / 0.15);
}
.bg-pink-400\/20{
  background-color: rgb(244 114 182 / 0.2);
}
.bg-pink-400\/25{
  background-color: rgb(244 114 182 / 0.25);
}
.bg-pink-400\/30{
  background-color: rgb(244 114 182 / 0.3);
}
.bg-pink-400\/35{
  background-color: rgb(244 114 182 / 0.35);
}
.bg-pink-400\/40{
  background-color: rgb(244 114 182 / 0.4);
}
.bg-pink-400\/45{
  background-color: rgb(244 114 182 / 0.45);
}
.bg-pink-400\/5{
  background-color: rgb(244 114 182 / 0.05);
}
.bg-pink-400\/50{
  background-color: rgb(244 114 182 / 0.5);
}
.bg-pink-400\/55{
  background-color: rgb(244 114 182 / 0.55);
}
.bg-pink-400\/60{
  background-color: rgb(244 114 182 / 0.6);
}
.bg-pink-400\/65{
  background-color: rgb(244 114 182 / 0.65);
}
.bg-pink-400\/70{
  background-color: rgb(244 114 182 / 0.7);
}
.bg-pink-400\/75{
  background-color: rgb(244 114 182 / 0.75);
}
.bg-pink-400\/80{
  background-color: rgb(244 114 182 / 0.8);
}
.bg-pink-400\/85{
  background-color: rgb(244 114 182 / 0.85);
}
.bg-pink-400\/90{
  background-color: rgb(244 114 182 / 0.9);
}
.bg-pink-400\/95{
  background-color: rgb(244 114 182 / 0.95);
}
.bg-pink-450{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-pink-450\/0{
  background-color: rgb(236 72 153 / 0);
}
.bg-pink-450\/10{
  background-color: rgb(236 72 153 / 0.1);
}
.bg-pink-450\/100{
  background-color: rgb(236 72 153 / 1);
}
.bg-pink-450\/15{
  background-color: rgb(236 72 153 / 0.15);
}
.bg-pink-450\/20{
  background-color: rgb(236 72 153 / 0.2);
}
.bg-pink-450\/25{
  background-color: rgb(236 72 153 / 0.25);
}
.bg-pink-450\/30{
  background-color: rgb(236 72 153 / 0.3);
}
.bg-pink-450\/35{
  background-color: rgb(236 72 153 / 0.35);
}
.bg-pink-450\/40{
  background-color: rgb(236 72 153 / 0.4);
}
.bg-pink-450\/45{
  background-color: rgb(236 72 153 / 0.45);
}
.bg-pink-450\/5{
  background-color: rgb(236 72 153 / 0.05);
}
.bg-pink-450\/50{
  background-color: rgb(236 72 153 / 0.5);
}
.bg-pink-450\/55{
  background-color: rgb(236 72 153 / 0.55);
}
.bg-pink-450\/60{
  background-color: rgb(236 72 153 / 0.6);
}
.bg-pink-450\/65{
  background-color: rgb(236 72 153 / 0.65);
}
.bg-pink-450\/70{
  background-color: rgb(236 72 153 / 0.7);
}
.bg-pink-450\/75{
  background-color: rgb(236 72 153 / 0.75);
}
.bg-pink-450\/80{
  background-color: rgb(236 72 153 / 0.8);
}
.bg-pink-450\/85{
  background-color: rgb(236 72 153 / 0.85);
}
.bg-pink-450\/90{
  background-color: rgb(236 72 153 / 0.9);
}
.bg-pink-450\/95{
  background-color: rgb(236 72 153 / 0.95);
}
.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 253 / var(--tw-bg-opacity));
}
.bg-pink-50\/0{
  background-color: rgb(255 250 253 / 0);
}
.bg-pink-50\/10{
  background-color: rgb(255 250 253 / 0.1);
}
.bg-pink-50\/100{
  background-color: rgb(255 250 253 / 1);
}
.bg-pink-50\/15{
  background-color: rgb(255 250 253 / 0.15);
}
.bg-pink-50\/20{
  background-color: rgb(255 250 253 / 0.2);
}
.bg-pink-50\/25{
  background-color: rgb(255 250 253 / 0.25);
}
.bg-pink-50\/30{
  background-color: rgb(255 250 253 / 0.3);
}
.bg-pink-50\/35{
  background-color: rgb(255 250 253 / 0.35);
}
.bg-pink-50\/40{
  background-color: rgb(255 250 253 / 0.4);
}
.bg-pink-50\/45{
  background-color: rgb(255 250 253 / 0.45);
}
.bg-pink-50\/5{
  background-color: rgb(255 250 253 / 0.05);
}
.bg-pink-50\/50{
  background-color: rgb(255 250 253 / 0.5);
}
.bg-pink-50\/55{
  background-color: rgb(255 250 253 / 0.55);
}
.bg-pink-50\/60{
  background-color: rgb(255 250 253 / 0.6);
}
.bg-pink-50\/65{
  background-color: rgb(255 250 253 / 0.65);
}
.bg-pink-50\/70{
  background-color: rgb(255 250 253 / 0.7);
}
.bg-pink-50\/75{
  background-color: rgb(255 250 253 / 0.75);
}
.bg-pink-50\/80{
  background-color: rgb(255 250 253 / 0.8);
}
.bg-pink-50\/85{
  background-color: rgb(255 250 253 / 0.85);
}
.bg-pink-50\/90{
  background-color: rgb(255 250 253 / 0.9);
}
.bg-pink-50\/95{
  background-color: rgb(255 250 253 / 0.95);
}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-pink-500\/0{
  background-color: rgb(219 39 119 / 0);
}
.bg-pink-500\/10{
  background-color: rgb(219 39 119 / 0.1);
}
.bg-pink-500\/100{
  background-color: rgb(219 39 119 / 1);
}
.bg-pink-500\/15{
  background-color: rgb(219 39 119 / 0.15);
}
.bg-pink-500\/20{
  background-color: rgb(219 39 119 / 0.2);
}
.bg-pink-500\/25{
  background-color: rgb(219 39 119 / 0.25);
}
.bg-pink-500\/30{
  background-color: rgb(219 39 119 / 0.3);
}
.bg-pink-500\/35{
  background-color: rgb(219 39 119 / 0.35);
}
.bg-pink-500\/40{
  background-color: rgb(219 39 119 / 0.4);
}
.bg-pink-500\/45{
  background-color: rgb(219 39 119 / 0.45);
}
.bg-pink-500\/5{
  background-color: rgb(219 39 119 / 0.05);
}
.bg-pink-500\/50{
  background-color: rgb(219 39 119 / 0.5);
}
.bg-pink-500\/55{
  background-color: rgb(219 39 119 / 0.55);
}
.bg-pink-500\/60{
  background-color: rgb(219 39 119 / 0.6);
}
.bg-pink-500\/65{
  background-color: rgb(219 39 119 / 0.65);
}
.bg-pink-500\/70{
  background-color: rgb(219 39 119 / 0.7);
}
.bg-pink-500\/75{
  background-color: rgb(219 39 119 / 0.75);
}
.bg-pink-500\/80{
  background-color: rgb(219 39 119 / 0.8);
}
.bg-pink-500\/85{
  background-color: rgb(219 39 119 / 0.85);
}
.bg-pink-500\/90{
  background-color: rgb(219 39 119 / 0.9);
}
.bg-pink-500\/95{
  background-color: rgb(219 39 119 / 0.95);
}
.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.bg-pink-600\/0{
  background-color: rgb(190 24 93 / 0);
}
.bg-pink-600\/10{
  background-color: rgb(190 24 93 / 0.1);
}
.bg-pink-600\/100{
  background-color: rgb(190 24 93 / 1);
}
.bg-pink-600\/15{
  background-color: rgb(190 24 93 / 0.15);
}
.bg-pink-600\/20{
  background-color: rgb(190 24 93 / 0.2);
}
.bg-pink-600\/25{
  background-color: rgb(190 24 93 / 0.25);
}
.bg-pink-600\/30{
  background-color: rgb(190 24 93 / 0.3);
}
.bg-pink-600\/35{
  background-color: rgb(190 24 93 / 0.35);
}
.bg-pink-600\/40{
  background-color: rgb(190 24 93 / 0.4);
}
.bg-pink-600\/45{
  background-color: rgb(190 24 93 / 0.45);
}
.bg-pink-600\/5{
  background-color: rgb(190 24 93 / 0.05);
}
.bg-pink-600\/50{
  background-color: rgb(190 24 93 / 0.5);
}
.bg-pink-600\/55{
  background-color: rgb(190 24 93 / 0.55);
}
.bg-pink-600\/60{
  background-color: rgb(190 24 93 / 0.6);
}
.bg-pink-600\/65{
  background-color: rgb(190 24 93 / 0.65);
}
.bg-pink-600\/70{
  background-color: rgb(190 24 93 / 0.7);
}
.bg-pink-600\/75{
  background-color: rgb(190 24 93 / 0.75);
}
.bg-pink-600\/80{
  background-color: rgb(190 24 93 / 0.8);
}
.bg-pink-600\/85{
  background-color: rgb(190 24 93 / 0.85);
}
.bg-pink-600\/90{
  background-color: rgb(190 24 93 / 0.9);
}
.bg-pink-600\/95{
  background-color: rgb(190 24 93 / 0.95);
}
.bg-pink-650{
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.bg-pink-650\/0{
  background-color: rgb(157 23 77 / 0);
}
.bg-pink-650\/10{
  background-color: rgb(157 23 77 / 0.1);
}
.bg-pink-650\/100{
  background-color: rgb(157 23 77 / 1);
}
.bg-pink-650\/15{
  background-color: rgb(157 23 77 / 0.15);
}
.bg-pink-650\/20{
  background-color: rgb(157 23 77 / 0.2);
}
.bg-pink-650\/25{
  background-color: rgb(157 23 77 / 0.25);
}
.bg-pink-650\/30{
  background-color: rgb(157 23 77 / 0.3);
}
.bg-pink-650\/35{
  background-color: rgb(157 23 77 / 0.35);
}
.bg-pink-650\/40{
  background-color: rgb(157 23 77 / 0.4);
}
.bg-pink-650\/45{
  background-color: rgb(157 23 77 / 0.45);
}
.bg-pink-650\/5{
  background-color: rgb(157 23 77 / 0.05);
}
.bg-pink-650\/50{
  background-color: rgb(157 23 77 / 0.5);
}
.bg-pink-650\/55{
  background-color: rgb(157 23 77 / 0.55);
}
.bg-pink-650\/60{
  background-color: rgb(157 23 77 / 0.6);
}
.bg-pink-650\/65{
  background-color: rgb(157 23 77 / 0.65);
}
.bg-pink-650\/70{
  background-color: rgb(157 23 77 / 0.7);
}
.bg-pink-650\/75{
  background-color: rgb(157 23 77 / 0.75);
}
.bg-pink-650\/80{
  background-color: rgb(157 23 77 / 0.8);
}
.bg-pink-650\/85{
  background-color: rgb(157 23 77 / 0.85);
}
.bg-pink-650\/90{
  background-color: rgb(157 23 77 / 0.9);
}
.bg-pink-650\/95{
  background-color: rgb(157 23 77 / 0.95);
}
.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.bg-pink-700\/0{
  background-color: rgb(131 24 67 / 0);
}
.bg-pink-700\/10{
  background-color: rgb(131 24 67 / 0.1);
}
.bg-pink-700\/100{
  background-color: rgb(131 24 67 / 1);
}
.bg-pink-700\/15{
  background-color: rgb(131 24 67 / 0.15);
}
.bg-pink-700\/20{
  background-color: rgb(131 24 67 / 0.2);
}
.bg-pink-700\/25{
  background-color: rgb(131 24 67 / 0.25);
}
.bg-pink-700\/30{
  background-color: rgb(131 24 67 / 0.3);
}
.bg-pink-700\/35{
  background-color: rgb(131 24 67 / 0.35);
}
.bg-pink-700\/40{
  background-color: rgb(131 24 67 / 0.4);
}
.bg-pink-700\/45{
  background-color: rgb(131 24 67 / 0.45);
}
.bg-pink-700\/5{
  background-color: rgb(131 24 67 / 0.05);
}
.bg-pink-700\/50{
  background-color: rgb(131 24 67 / 0.5);
}
.bg-pink-700\/55{
  background-color: rgb(131 24 67 / 0.55);
}
.bg-pink-700\/60{
  background-color: rgb(131 24 67 / 0.6);
}
.bg-pink-700\/65{
  background-color: rgb(131 24 67 / 0.65);
}
.bg-pink-700\/70{
  background-color: rgb(131 24 67 / 0.7);
}
.bg-pink-700\/75{
  background-color: rgb(131 24 67 / 0.75);
}
.bg-pink-700\/80{
  background-color: rgb(131 24 67 / 0.8);
}
.bg-pink-700\/85{
  background-color: rgb(131 24 67 / 0.85);
}
.bg-pink-700\/90{
  background-color: rgb(131 24 67 / 0.9);
}
.bg-pink-700\/95{
  background-color: rgb(131 24 67 / 0.95);
}
.bg-pink-750{
  --tw-bg-opacity: 1;
  background-color: rgb(115 15 55 / var(--tw-bg-opacity));
}
.bg-pink-750\/0{
  background-color: rgb(115 15 55 / 0);
}
.bg-pink-750\/10{
  background-color: rgb(115 15 55 / 0.1);
}
.bg-pink-750\/100{
  background-color: rgb(115 15 55 / 1);
}
.bg-pink-750\/15{
  background-color: rgb(115 15 55 / 0.15);
}
.bg-pink-750\/20{
  background-color: rgb(115 15 55 / 0.2);
}
.bg-pink-750\/25{
  background-color: rgb(115 15 55 / 0.25);
}
.bg-pink-750\/30{
  background-color: rgb(115 15 55 / 0.3);
}
.bg-pink-750\/35{
  background-color: rgb(115 15 55 / 0.35);
}
.bg-pink-750\/40{
  background-color: rgb(115 15 55 / 0.4);
}
.bg-pink-750\/45{
  background-color: rgb(115 15 55 / 0.45);
}
.bg-pink-750\/5{
  background-color: rgb(115 15 55 / 0.05);
}
.bg-pink-750\/50{
  background-color: rgb(115 15 55 / 0.5);
}
.bg-pink-750\/55{
  background-color: rgb(115 15 55 / 0.55);
}
.bg-pink-750\/60{
  background-color: rgb(115 15 55 / 0.6);
}
.bg-pink-750\/65{
  background-color: rgb(115 15 55 / 0.65);
}
.bg-pink-750\/70{
  background-color: rgb(115 15 55 / 0.7);
}
.bg-pink-750\/75{
  background-color: rgb(115 15 55 / 0.75);
}
.bg-pink-750\/80{
  background-color: rgb(115 15 55 / 0.8);
}
.bg-pink-750\/85{
  background-color: rgb(115 15 55 / 0.85);
}
.bg-pink-750\/90{
  background-color: rgb(115 15 55 / 0.9);
}
.bg-pink-750\/95{
  background-color: rgb(115 15 55 / 0.95);
}
.bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 9 48 / var(--tw-bg-opacity));
}
.bg-pink-800\/0{
  background-color: rgb(107 9 48 / 0);
}
.bg-pink-800\/10{
  background-color: rgb(107 9 48 / 0.1);
}
.bg-pink-800\/100{
  background-color: rgb(107 9 48 / 1);
}
.bg-pink-800\/15{
  background-color: rgb(107 9 48 / 0.15);
}
.bg-pink-800\/20{
  background-color: rgb(107 9 48 / 0.2);
}
.bg-pink-800\/25{
  background-color: rgb(107 9 48 / 0.25);
}
.bg-pink-800\/30{
  background-color: rgb(107 9 48 / 0.3);
}
.bg-pink-800\/35{
  background-color: rgb(107 9 48 / 0.35);
}
.bg-pink-800\/40{
  background-color: rgb(107 9 48 / 0.4);
}
.bg-pink-800\/45{
  background-color: rgb(107 9 48 / 0.45);
}
.bg-pink-800\/5{
  background-color: rgb(107 9 48 / 0.05);
}
.bg-pink-800\/50{
  background-color: rgb(107 9 48 / 0.5);
}
.bg-pink-800\/55{
  background-color: rgb(107 9 48 / 0.55);
}
.bg-pink-800\/60{
  background-color: rgb(107 9 48 / 0.6);
}
.bg-pink-800\/65{
  background-color: rgb(107 9 48 / 0.65);
}
.bg-pink-800\/70{
  background-color: rgb(107 9 48 / 0.7);
}
.bg-pink-800\/75{
  background-color: rgb(107 9 48 / 0.75);
}
.bg-pink-800\/80{
  background-color: rgb(107 9 48 / 0.8);
}
.bg-pink-800\/85{
  background-color: rgb(107 9 48 / 0.85);
}
.bg-pink-800\/90{
  background-color: rgb(107 9 48 / 0.9);
}
.bg-pink-800\/95{
  background-color: rgb(107 9 48 / 0.95);
}
.bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgb(77 2 32 / var(--tw-bg-opacity));
}
.bg-pink-900\/0{
  background-color: rgb(77 2 32 / 0);
}
.bg-pink-900\/10{
  background-color: rgb(77 2 32 / 0.1);
}
.bg-pink-900\/100{
  background-color: rgb(77 2 32 / 1);
}
.bg-pink-900\/15{
  background-color: rgb(77 2 32 / 0.15);
}
.bg-pink-900\/20{
  background-color: rgb(77 2 32 / 0.2);
}
.bg-pink-900\/25{
  background-color: rgb(77 2 32 / 0.25);
}
.bg-pink-900\/30{
  background-color: rgb(77 2 32 / 0.3);
}
.bg-pink-900\/35{
  background-color: rgb(77 2 32 / 0.35);
}
.bg-pink-900\/40{
  background-color: rgb(77 2 32 / 0.4);
}
.bg-pink-900\/45{
  background-color: rgb(77 2 32 / 0.45);
}
.bg-pink-900\/5{
  background-color: rgb(77 2 32 / 0.05);
}
.bg-pink-900\/50{
  background-color: rgb(77 2 32 / 0.5);
}
.bg-pink-900\/55{
  background-color: rgb(77 2 32 / 0.55);
}
.bg-pink-900\/60{
  background-color: rgb(77 2 32 / 0.6);
}
.bg-pink-900\/65{
  background-color: rgb(77 2 32 / 0.65);
}
.bg-pink-900\/70{
  background-color: rgb(77 2 32 / 0.7);
}
.bg-pink-900\/75{
  background-color: rgb(77 2 32 / 0.75);
}
.bg-pink-900\/80{
  background-color: rgb(77 2 32 / 0.8);
}
.bg-pink-900\/85{
  background-color: rgb(77 2 32 / 0.85);
}
.bg-pink-900\/90{
  background-color: rgb(77 2 32 / 0.9);
}
.bg-pink-900\/95{
  background-color: rgb(77 2 32 / 0.95);
}
.bg-pink-950{
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
.bg-pink-950\/0{
  background-color: rgb(80 7 36 / 0);
}
.bg-pink-950\/10{
  background-color: rgb(80 7 36 / 0.1);
}
.bg-pink-950\/100{
  background-color: rgb(80 7 36 / 1);
}
.bg-pink-950\/15{
  background-color: rgb(80 7 36 / 0.15);
}
.bg-pink-950\/20{
  background-color: rgb(80 7 36 / 0.2);
}
.bg-pink-950\/25{
  background-color: rgb(80 7 36 / 0.25);
}
.bg-pink-950\/30{
  background-color: rgb(80 7 36 / 0.3);
}
.bg-pink-950\/35{
  background-color: rgb(80 7 36 / 0.35);
}
.bg-pink-950\/40{
  background-color: rgb(80 7 36 / 0.4);
}
.bg-pink-950\/45{
  background-color: rgb(80 7 36 / 0.45);
}
.bg-pink-950\/5{
  background-color: rgb(80 7 36 / 0.05);
}
.bg-pink-950\/50{
  background-color: rgb(80 7 36 / 0.5);
}
.bg-pink-950\/55{
  background-color: rgb(80 7 36 / 0.55);
}
.bg-pink-950\/60{
  background-color: rgb(80 7 36 / 0.6);
}
.bg-pink-950\/65{
  background-color: rgb(80 7 36 / 0.65);
}
.bg-pink-950\/70{
  background-color: rgb(80 7 36 / 0.7);
}
.bg-pink-950\/75{
  background-color: rgb(80 7 36 / 0.75);
}
.bg-pink-950\/80{
  background-color: rgb(80 7 36 / 0.8);
}
.bg-pink-950\/85{
  background-color: rgb(80 7 36 / 0.85);
}
.bg-pink-950\/90{
  background-color: rgb(80 7 36 / 0.9);
}
.bg-pink-950\/95{
  background-color: rgb(80 7 36 / 0.95);
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity));
}
.bg-primary-100\/0{
  background-color: rgb(255 248 247 / 0);
}
.bg-primary-100\/10{
  background-color: rgb(255 248 247 / 0.1);
}
.bg-primary-100\/100{
  background-color: rgb(255 248 247 / 1);
}
.bg-primary-100\/15{
  background-color: rgb(255 248 247 / 0.15);
}
.bg-primary-100\/20{
  background-color: rgb(255 248 247 / 0.2);
}
.bg-primary-100\/25{
  background-color: rgb(255 248 247 / 0.25);
}
.bg-primary-100\/30{
  background-color: rgb(255 248 247 / 0.3);
}
.bg-primary-100\/35{
  background-color: rgb(255 248 247 / 0.35);
}
.bg-primary-100\/40{
  background-color: rgb(255 248 247 / 0.4);
}
.bg-primary-100\/45{
  background-color: rgb(255 248 247 / 0.45);
}
.bg-primary-100\/5{
  background-color: rgb(255 248 247 / 0.05);
}
.bg-primary-100\/50{
  background-color: rgb(255 248 247 / 0.5);
}
.bg-primary-100\/55{
  background-color: rgb(255 248 247 / 0.55);
}
.bg-primary-100\/60{
  background-color: rgb(255 248 247 / 0.6);
}
.bg-primary-100\/65{
  background-color: rgb(255 248 247 / 0.65);
}
.bg-primary-100\/70{
  background-color: rgb(255 248 247 / 0.7);
}
.bg-primary-100\/75{
  background-color: rgb(255 248 247 / 0.75);
}
.bg-primary-100\/80{
  background-color: rgb(255 248 247 / 0.8);
}
.bg-primary-100\/85{
  background-color: rgb(255 248 247 / 0.85);
}
.bg-primary-100\/90{
  background-color: rgb(255 248 247 / 0.9);
}
.bg-primary-100\/95{
  background-color: rgb(255 248 247 / 0.95);
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 235 / var(--tw-bg-opacity));
}
.bg-primary-200\/0{
  background-color: rgb(255 237 235 / 0);
}
.bg-primary-200\/10{
  background-color: rgb(255 237 235 / 0.1);
}
.bg-primary-200\/100{
  background-color: rgb(255 237 235 / 1);
}
.bg-primary-200\/15{
  background-color: rgb(255 237 235 / 0.15);
}
.bg-primary-200\/20{
  background-color: rgb(255 237 235 / 0.2);
}
.bg-primary-200\/25{
  background-color: rgb(255 237 235 / 0.25);
}
.bg-primary-200\/30{
  background-color: rgb(255 237 235 / 0.3);
}
.bg-primary-200\/35{
  background-color: rgb(255 237 235 / 0.35);
}
.bg-primary-200\/40{
  background-color: rgb(255 237 235 / 0.4);
}
.bg-primary-200\/45{
  background-color: rgb(255 237 235 / 0.45);
}
.bg-primary-200\/5{
  background-color: rgb(255 237 235 / 0.05);
}
.bg-primary-200\/50{
  background-color: rgb(255 237 235 / 0.5);
}
.bg-primary-200\/55{
  background-color: rgb(255 237 235 / 0.55);
}
.bg-primary-200\/60{
  background-color: rgb(255 237 235 / 0.6);
}
.bg-primary-200\/65{
  background-color: rgb(255 237 235 / 0.65);
}
.bg-primary-200\/70{
  background-color: rgb(255 237 235 / 0.7);
}
.bg-primary-200\/75{
  background-color: rgb(255 237 235 / 0.75);
}
.bg-primary-200\/80{
  background-color: rgb(255 237 235 / 0.8);
}
.bg-primary-200\/85{
  background-color: rgb(255 237 235 / 0.85);
}
.bg-primary-200\/90{
  background-color: rgb(255 237 235 / 0.9);
}
.bg-primary-200\/95{
  background-color: rgb(255 237 235 / 0.95);
}
.bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 215 / var(--tw-bg-opacity));
}
.bg-primary-300\/0{
  background-color: rgb(255 218 215 / 0);
}
.bg-primary-300\/10{
  background-color: rgb(255 218 215 / 0.1);
}
.bg-primary-300\/100{
  background-color: rgb(255 218 215 / 1);
}
.bg-primary-300\/15{
  background-color: rgb(255 218 215 / 0.15);
}
.bg-primary-300\/20{
  background-color: rgb(255 218 215 / 0.2);
}
.bg-primary-300\/25{
  background-color: rgb(255 218 215 / 0.25);
}
.bg-primary-300\/30{
  background-color: rgb(255 218 215 / 0.3);
}
.bg-primary-300\/35{
  background-color: rgb(255 218 215 / 0.35);
}
.bg-primary-300\/40{
  background-color: rgb(255 218 215 / 0.4);
}
.bg-primary-300\/45{
  background-color: rgb(255 218 215 / 0.45);
}
.bg-primary-300\/5{
  background-color: rgb(255 218 215 / 0.05);
}
.bg-primary-300\/50{
  background-color: rgb(255 218 215 / 0.5);
}
.bg-primary-300\/55{
  background-color: rgb(255 218 215 / 0.55);
}
.bg-primary-300\/60{
  background-color: rgb(255 218 215 / 0.6);
}
.bg-primary-300\/65{
  background-color: rgb(255 218 215 / 0.65);
}
.bg-primary-300\/70{
  background-color: rgb(255 218 215 / 0.7);
}
.bg-primary-300\/75{
  background-color: rgb(255 218 215 / 0.75);
}
.bg-primary-300\/80{
  background-color: rgb(255 218 215 / 0.8);
}
.bg-primary-300\/85{
  background-color: rgb(255 218 215 / 0.85);
}
.bg-primary-300\/90{
  background-color: rgb(255 218 215 / 0.9);
}
.bg-primary-300\/95{
  background-color: rgb(255 218 215 / 0.95);
}
.bg-primary-350{
  --tw-bg-opacity: 1;
  background-color: rgb(255 179 175 / var(--tw-bg-opacity));
}
.bg-primary-350\/0{
  background-color: rgb(255 179 175 / 0);
}
.bg-primary-350\/10{
  background-color: rgb(255 179 175 / 0.1);
}
.bg-primary-350\/100{
  background-color: rgb(255 179 175 / 1);
}
.bg-primary-350\/15{
  background-color: rgb(255 179 175 / 0.15);
}
.bg-primary-350\/20{
  background-color: rgb(255 179 175 / 0.2);
}
.bg-primary-350\/25{
  background-color: rgb(255 179 175 / 0.25);
}
.bg-primary-350\/30{
  background-color: rgb(255 179 175 / 0.3);
}
.bg-primary-350\/35{
  background-color: rgb(255 179 175 / 0.35);
}
.bg-primary-350\/40{
  background-color: rgb(255 179 175 / 0.4);
}
.bg-primary-350\/45{
  background-color: rgb(255 179 175 / 0.45);
}
.bg-primary-350\/5{
  background-color: rgb(255 179 175 / 0.05);
}
.bg-primary-350\/50{
  background-color: rgb(255 179 175 / 0.5);
}
.bg-primary-350\/55{
  background-color: rgb(255 179 175 / 0.55);
}
.bg-primary-350\/60{
  background-color: rgb(255 179 175 / 0.6);
}
.bg-primary-350\/65{
  background-color: rgb(255 179 175 / 0.65);
}
.bg-primary-350\/70{
  background-color: rgb(255 179 175 / 0.7);
}
.bg-primary-350\/75{
  background-color: rgb(255 179 175 / 0.75);
}
.bg-primary-350\/80{
  background-color: rgb(255 179 175 / 0.8);
}
.bg-primary-350\/85{
  background-color: rgb(255 179 175 / 0.85);
}
.bg-primary-350\/90{
  background-color: rgb(255 179 175 / 0.9);
}
.bg-primary-350\/95{
  background-color: rgb(255 179 175 / 0.95);
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 137 132 / var(--tw-bg-opacity));
}
.bg-primary-400\/0{
  background-color: rgb(255 137 132 / 0);
}
.bg-primary-400\/10{
  background-color: rgb(255 137 132 / 0.1);
}
.bg-primary-400\/100{
  background-color: rgb(255 137 132 / 1);
}
.bg-primary-400\/15{
  background-color: rgb(255 137 132 / 0.15);
}
.bg-primary-400\/20{
  background-color: rgb(255 137 132 / 0.2);
}
.bg-primary-400\/25{
  background-color: rgb(255 137 132 / 0.25);
}
.bg-primary-400\/30{
  background-color: rgb(255 137 132 / 0.3);
}
.bg-primary-400\/35{
  background-color: rgb(255 137 132 / 0.35);
}
.bg-primary-400\/40{
  background-color: rgb(255 137 132 / 0.4);
}
.bg-primary-400\/45{
  background-color: rgb(255 137 132 / 0.45);
}
.bg-primary-400\/5{
  background-color: rgb(255 137 132 / 0.05);
}
.bg-primary-400\/50{
  background-color: rgb(255 137 132 / 0.5);
}
.bg-primary-400\/55{
  background-color: rgb(255 137 132 / 0.55);
}
.bg-primary-400\/60{
  background-color: rgb(255 137 132 / 0.6);
}
.bg-primary-400\/65{
  background-color: rgb(255 137 132 / 0.65);
}
.bg-primary-400\/70{
  background-color: rgb(255 137 132 / 0.7);
}
.bg-primary-400\/75{
  background-color: rgb(255 137 132 / 0.75);
}
.bg-primary-400\/80{
  background-color: rgb(255 137 132 / 0.8);
}
.bg-primary-400\/85{
  background-color: rgb(255 137 132 / 0.85);
}
.bg-primary-400\/90{
  background-color: rgb(255 137 132 / 0.9);
}
.bg-primary-400\/95{
  background-color: rgb(255 137 132 / 0.95);
}
.bg-primary-450{
  --tw-bg-opacity: 1;
  background-color: rgb(255 83 85 / var(--tw-bg-opacity));
}
.bg-primary-450\/0{
  background-color: rgb(255 83 85 / 0);
}
.bg-primary-450\/10{
  background-color: rgb(255 83 85 / 0.1);
}
.bg-primary-450\/100{
  background-color: rgb(255 83 85 / 1);
}
.bg-primary-450\/15{
  background-color: rgb(255 83 85 / 0.15);
}
.bg-primary-450\/20{
  background-color: rgb(255 83 85 / 0.2);
}
.bg-primary-450\/25{
  background-color: rgb(255 83 85 / 0.25);
}
.bg-primary-450\/30{
  background-color: rgb(255 83 85 / 0.3);
}
.bg-primary-450\/35{
  background-color: rgb(255 83 85 / 0.35);
}
.bg-primary-450\/40{
  background-color: rgb(255 83 85 / 0.4);
}
.bg-primary-450\/45{
  background-color: rgb(255 83 85 / 0.45);
}
.bg-primary-450\/5{
  background-color: rgb(255 83 85 / 0.05);
}
.bg-primary-450\/50{
  background-color: rgb(255 83 85 / 0.5);
}
.bg-primary-450\/55{
  background-color: rgb(255 83 85 / 0.55);
}
.bg-primary-450\/60{
  background-color: rgb(255 83 85 / 0.6);
}
.bg-primary-450\/65{
  background-color: rgb(255 83 85 / 0.65);
}
.bg-primary-450\/70{
  background-color: rgb(255 83 85 / 0.7);
}
.bg-primary-450\/75{
  background-color: rgb(255 83 85 / 0.75);
}
.bg-primary-450\/80{
  background-color: rgb(255 83 85 / 0.8);
}
.bg-primary-450\/85{
  background-color: rgb(255 83 85 / 0.85);
}
.bg-primary-450\/90{
  background-color: rgb(255 83 85 / 0.9);
}
.bg-primary-450\/95{
  background-color: rgb(255 83 85 / 0.95);
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 255 / var(--tw-bg-opacity));
}
.bg-primary-50\/0{
  background-color: rgb(255 251 255 / 0);
}
.bg-primary-50\/10{
  background-color: rgb(255 251 255 / 0.1);
}
.bg-primary-50\/100{
  background-color: rgb(255 251 255 / 1);
}
.bg-primary-50\/15{
  background-color: rgb(255 251 255 / 0.15);
}
.bg-primary-50\/20{
  background-color: rgb(255 251 255 / 0.2);
}
.bg-primary-50\/25{
  background-color: rgb(255 251 255 / 0.25);
}
.bg-primary-50\/30{
  background-color: rgb(255 251 255 / 0.3);
}
.bg-primary-50\/35{
  background-color: rgb(255 251 255 / 0.35);
}
.bg-primary-50\/40{
  background-color: rgb(255 251 255 / 0.4);
}
.bg-primary-50\/45{
  background-color: rgb(255 251 255 / 0.45);
}
.bg-primary-50\/5{
  background-color: rgb(255 251 255 / 0.05);
}
.bg-primary-50\/50{
  background-color: rgb(255 251 255 / 0.5);
}
.bg-primary-50\/55{
  background-color: rgb(255 251 255 / 0.55);
}
.bg-primary-50\/60{
  background-color: rgb(255 251 255 / 0.6);
}
.bg-primary-50\/65{
  background-color: rgb(255 251 255 / 0.65);
}
.bg-primary-50\/70{
  background-color: rgb(255 251 255 / 0.7);
}
.bg-primary-50\/75{
  background-color: rgb(255 251 255 / 0.75);
}
.bg-primary-50\/80{
  background-color: rgb(255 251 255 / 0.8);
}
.bg-primary-50\/85{
  background-color: rgb(255 251 255 / 0.85);
}
.bg-primary-50\/90{
  background-color: rgb(255 251 255 / 0.9);
}
.bg-primary-50\/95{
  background-color: rgb(255 251 255 / 0.95);
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(221 54 61 / var(--tw-bg-opacity));
}
.bg-primary-500\/0{
  background-color: rgb(221 54 61 / 0);
}
.bg-primary-500\/10{
  background-color: rgb(221 54 61 / 0.1);
}
.bg-primary-500\/100{
  background-color: rgb(221 54 61 / 1);
}
.bg-primary-500\/15{
  background-color: rgb(221 54 61 / 0.15);
}
.bg-primary-500\/20{
  background-color: rgb(221 54 61 / 0.2);
}
.bg-primary-500\/25{
  background-color: rgb(221 54 61 / 0.25);
}
.bg-primary-500\/30{
  background-color: rgb(221 54 61 / 0.3);
}
.bg-primary-500\/35{
  background-color: rgb(221 54 61 / 0.35);
}
.bg-primary-500\/40{
  background-color: rgb(221 54 61 / 0.4);
}
.bg-primary-500\/45{
  background-color: rgb(221 54 61 / 0.45);
}
.bg-primary-500\/5{
  background-color: rgb(221 54 61 / 0.05);
}
.bg-primary-500\/50{
  background-color: rgb(221 54 61 / 0.5);
}
.bg-primary-500\/55{
  background-color: rgb(221 54 61 / 0.55);
}
.bg-primary-500\/60{
  background-color: rgb(221 54 61 / 0.6);
}
.bg-primary-500\/65{
  background-color: rgb(221 54 61 / 0.65);
}
.bg-primary-500\/70{
  background-color: rgb(221 54 61 / 0.7);
}
.bg-primary-500\/75{
  background-color: rgb(221 54 61 / 0.75);
}
.bg-primary-500\/80{
  background-color: rgb(221 54 61 / 0.8);
}
.bg-primary-500\/85{
  background-color: rgb(221 54 61 / 0.85);
}
.bg-primary-500\/90{
  background-color: rgb(221 54 61 / 0.9);
}
.bg-primary-500\/95{
  background-color: rgb(221 54 61 / 0.95);
}
.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(186 25 40 / var(--tw-bg-opacity));
}
.bg-primary-600\/0{
  background-color: rgb(186 25 40 / 0);
}
.bg-primary-600\/10{
  background-color: rgb(186 25 40 / 0.1);
}
.bg-primary-600\/100{
  background-color: rgb(186 25 40 / 1);
}
.bg-primary-600\/15{
  background-color: rgb(186 25 40 / 0.15);
}
.bg-primary-600\/20{
  background-color: rgb(186 25 40 / 0.2);
}
.bg-primary-600\/25{
  background-color: rgb(186 25 40 / 0.25);
}
.bg-primary-600\/30{
  background-color: rgb(186 25 40 / 0.3);
}
.bg-primary-600\/35{
  background-color: rgb(186 25 40 / 0.35);
}
.bg-primary-600\/40{
  background-color: rgb(186 25 40 / 0.4);
}
.bg-primary-600\/45{
  background-color: rgb(186 25 40 / 0.45);
}
.bg-primary-600\/5{
  background-color: rgb(186 25 40 / 0.05);
}
.bg-primary-600\/50{
  background-color: rgb(186 25 40 / 0.5);
}
.bg-primary-600\/55{
  background-color: rgb(186 25 40 / 0.55);
}
.bg-primary-600\/60{
  background-color: rgb(186 25 40 / 0.6);
}
.bg-primary-600\/65{
  background-color: rgb(186 25 40 / 0.65);
}
.bg-primary-600\/70{
  background-color: rgb(186 25 40 / 0.7);
}
.bg-primary-600\/75{
  background-color: rgb(186 25 40 / 0.75);
}
.bg-primary-600\/80{
  background-color: rgb(186 25 40 / 0.8);
}
.bg-primary-600\/85{
  background-color: rgb(186 25 40 / 0.85);
}
.bg-primary-600\/90{
  background-color: rgb(186 25 40 / 0.9);
}
.bg-primary-600\/95{
  background-color: rgb(186 25 40 / 0.95);
}
.bg-primary-650{
  --tw-bg-opacity: 1;
  background-color: rgb(168 5 30 / var(--tw-bg-opacity));
}
.bg-primary-650\/0{
  background-color: rgb(168 5 30 / 0);
}
.bg-primary-650\/10{
  background-color: rgb(168 5 30 / 0.1);
}
.bg-primary-650\/100{
  background-color: rgb(168 5 30 / 1);
}
.bg-primary-650\/15{
  background-color: rgb(168 5 30 / 0.15);
}
.bg-primary-650\/20{
  background-color: rgb(168 5 30 / 0.2);
}
.bg-primary-650\/25{
  background-color: rgb(168 5 30 / 0.25);
}
.bg-primary-650\/30{
  background-color: rgb(168 5 30 / 0.3);
}
.bg-primary-650\/35{
  background-color: rgb(168 5 30 / 0.35);
}
.bg-primary-650\/40{
  background-color: rgb(168 5 30 / 0.4);
}
.bg-primary-650\/45{
  background-color: rgb(168 5 30 / 0.45);
}
.bg-primary-650\/5{
  background-color: rgb(168 5 30 / 0.05);
}
.bg-primary-650\/50{
  background-color: rgb(168 5 30 / 0.5);
}
.bg-primary-650\/55{
  background-color: rgb(168 5 30 / 0.55);
}
.bg-primary-650\/60{
  background-color: rgb(168 5 30 / 0.6);
}
.bg-primary-650\/65{
  background-color: rgb(168 5 30 / 0.65);
}
.bg-primary-650\/70{
  background-color: rgb(168 5 30 / 0.7);
}
.bg-primary-650\/75{
  background-color: rgb(168 5 30 / 0.75);
}
.bg-primary-650\/80{
  background-color: rgb(168 5 30 / 0.8);
}
.bg-primary-650\/85{
  background-color: rgb(168 5 30 / 0.85);
}
.bg-primary-650\/90{
  background-color: rgb(168 5 30 / 0.9);
}
.bg-primary-650\/95{
  background-color: rgb(168 5 30 / 0.95);
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(147 0 23 / var(--tw-bg-opacity));
}
.bg-primary-700\/0{
  background-color: rgb(147 0 23 / 0);
}
.bg-primary-700\/10{
  background-color: rgb(147 0 23 / 0.1);
}
.bg-primary-700\/100{
  background-color: rgb(147 0 23 / 1);
}
.bg-primary-700\/15{
  background-color: rgb(147 0 23 / 0.15);
}
.bg-primary-700\/20{
  background-color: rgb(147 0 23 / 0.2);
}
.bg-primary-700\/25{
  background-color: rgb(147 0 23 / 0.25);
}
.bg-primary-700\/30{
  background-color: rgb(147 0 23 / 0.3);
}
.bg-primary-700\/35{
  background-color: rgb(147 0 23 / 0.35);
}
.bg-primary-700\/40{
  background-color: rgb(147 0 23 / 0.4);
}
.bg-primary-700\/45{
  background-color: rgb(147 0 23 / 0.45);
}
.bg-primary-700\/5{
  background-color: rgb(147 0 23 / 0.05);
}
.bg-primary-700\/50{
  background-color: rgb(147 0 23 / 0.5);
}
.bg-primary-700\/55{
  background-color: rgb(147 0 23 / 0.55);
}
.bg-primary-700\/60{
  background-color: rgb(147 0 23 / 0.6);
}
.bg-primary-700\/65{
  background-color: rgb(147 0 23 / 0.65);
}
.bg-primary-700\/70{
  background-color: rgb(147 0 23 / 0.7);
}
.bg-primary-700\/75{
  background-color: rgb(147 0 23 / 0.75);
}
.bg-primary-700\/80{
  background-color: rgb(147 0 23 / 0.8);
}
.bg-primary-700\/85{
  background-color: rgb(147 0 23 / 0.85);
}
.bg-primary-700\/90{
  background-color: rgb(147 0 23 / 0.9);
}
.bg-primary-700\/95{
  background-color: rgb(147 0 23 / 0.95);
}
.bg-primary-750{
  --tw-bg-opacity: 1;
  background-color: rgb(125 0 18 / var(--tw-bg-opacity));
}
.bg-primary-750\/0{
  background-color: rgb(125 0 18 / 0);
}
.bg-primary-750\/10{
  background-color: rgb(125 0 18 / 0.1);
}
.bg-primary-750\/100{
  background-color: rgb(125 0 18 / 1);
}
.bg-primary-750\/15{
  background-color: rgb(125 0 18 / 0.15);
}
.bg-primary-750\/20{
  background-color: rgb(125 0 18 / 0.2);
}
.bg-primary-750\/25{
  background-color: rgb(125 0 18 / 0.25);
}
.bg-primary-750\/30{
  background-color: rgb(125 0 18 / 0.3);
}
.bg-primary-750\/35{
  background-color: rgb(125 0 18 / 0.35);
}
.bg-primary-750\/40{
  background-color: rgb(125 0 18 / 0.4);
}
.bg-primary-750\/45{
  background-color: rgb(125 0 18 / 0.45);
}
.bg-primary-750\/5{
  background-color: rgb(125 0 18 / 0.05);
}
.bg-primary-750\/50{
  background-color: rgb(125 0 18 / 0.5);
}
.bg-primary-750\/55{
  background-color: rgb(125 0 18 / 0.55);
}
.bg-primary-750\/60{
  background-color: rgb(125 0 18 / 0.6);
}
.bg-primary-750\/65{
  background-color: rgb(125 0 18 / 0.65);
}
.bg-primary-750\/70{
  background-color: rgb(125 0 18 / 0.7);
}
.bg-primary-750\/75{
  background-color: rgb(125 0 18 / 0.75);
}
.bg-primary-750\/80{
  background-color: rgb(125 0 18 / 0.8);
}
.bg-primary-750\/85{
  background-color: rgb(125 0 18 / 0.85);
}
.bg-primary-750\/90{
  background-color: rgb(125 0 18 / 0.9);
}
.bg-primary-750\/95{
  background-color: rgb(125 0 18 / 0.95);
}
.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(104 0 14 / var(--tw-bg-opacity));
}
.bg-primary-800\/0{
  background-color: rgb(104 0 14 / 0);
}
.bg-primary-800\/10{
  background-color: rgb(104 0 14 / 0.1);
}
.bg-primary-800\/100{
  background-color: rgb(104 0 14 / 1);
}
.bg-primary-800\/15{
  background-color: rgb(104 0 14 / 0.15);
}
.bg-primary-800\/20{
  background-color: rgb(104 0 14 / 0.2);
}
.bg-primary-800\/25{
  background-color: rgb(104 0 14 / 0.25);
}
.bg-primary-800\/30{
  background-color: rgb(104 0 14 / 0.3);
}
.bg-primary-800\/35{
  background-color: rgb(104 0 14 / 0.35);
}
.bg-primary-800\/40{
  background-color: rgb(104 0 14 / 0.4);
}
.bg-primary-800\/45{
  background-color: rgb(104 0 14 / 0.45);
}
.bg-primary-800\/5{
  background-color: rgb(104 0 14 / 0.05);
}
.bg-primary-800\/50{
  background-color: rgb(104 0 14 / 0.5);
}
.bg-primary-800\/55{
  background-color: rgb(104 0 14 / 0.55);
}
.bg-primary-800\/60{
  background-color: rgb(104 0 14 / 0.6);
}
.bg-primary-800\/65{
  background-color: rgb(104 0 14 / 0.65);
}
.bg-primary-800\/70{
  background-color: rgb(104 0 14 / 0.7);
}
.bg-primary-800\/75{
  background-color: rgb(104 0 14 / 0.75);
}
.bg-primary-800\/80{
  background-color: rgb(104 0 14 / 0.8);
}
.bg-primary-800\/85{
  background-color: rgb(104 0 14 / 0.85);
}
.bg-primary-800\/90{
  background-color: rgb(104 0 14 / 0.9);
}
.bg-primary-800\/95{
  background-color: rgb(104 0 14 / 0.95);
}
.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(65 0 5 / var(--tw-bg-opacity));
}
.bg-primary-900\/0{
  background-color: rgb(65 0 5 / 0);
}
.bg-primary-900\/10{
  background-color: rgb(65 0 5 / 0.1);
}
.bg-primary-900\/100{
  background-color: rgb(65 0 5 / 1);
}
.bg-primary-900\/15{
  background-color: rgb(65 0 5 / 0.15);
}
.bg-primary-900\/20{
  background-color: rgb(65 0 5 / 0.2);
}
.bg-primary-900\/25{
  background-color: rgb(65 0 5 / 0.25);
}
.bg-primary-900\/30{
  background-color: rgb(65 0 5 / 0.3);
}
.bg-primary-900\/35{
  background-color: rgb(65 0 5 / 0.35);
}
.bg-primary-900\/40{
  background-color: rgb(65 0 5 / 0.4);
}
.bg-primary-900\/45{
  background-color: rgb(65 0 5 / 0.45);
}
.bg-primary-900\/5{
  background-color: rgb(65 0 5 / 0.05);
}
.bg-primary-900\/50{
  background-color: rgb(65 0 5 / 0.5);
}
.bg-primary-900\/55{
  background-color: rgb(65 0 5 / 0.55);
}
.bg-primary-900\/60{
  background-color: rgb(65 0 5 / 0.6);
}
.bg-primary-900\/65{
  background-color: rgb(65 0 5 / 0.65);
}
.bg-primary-900\/70{
  background-color: rgb(65 0 5 / 0.7);
}
.bg-primary-900\/75{
  background-color: rgb(65 0 5 / 0.75);
}
.bg-primary-900\/80{
  background-color: rgb(65 0 5 / 0.8);
}
.bg-primary-900\/85{
  background-color: rgb(65 0 5 / 0.85);
}
.bg-primary-900\/90{
  background-color: rgb(65 0 5 / 0.9);
}
.bg-primary-900\/95{
  background-color: rgb(65 0 5 / 0.95);
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.bg-purple-100\/0{
  background-color: rgb(250 245 255 / 0);
}
.bg-purple-100\/10{
  background-color: rgb(250 245 255 / 0.1);
}
.bg-purple-100\/100{
  background-color: rgb(250 245 255 / 1);
}
.bg-purple-100\/15{
  background-color: rgb(250 245 255 / 0.15);
}
.bg-purple-100\/20{
  background-color: rgb(250 245 255 / 0.2);
}
.bg-purple-100\/25{
  background-color: rgb(250 245 255 / 0.25);
}
.bg-purple-100\/30{
  background-color: rgb(250 245 255 / 0.3);
}
.bg-purple-100\/35{
  background-color: rgb(250 245 255 / 0.35);
}
.bg-purple-100\/40{
  background-color: rgb(250 245 255 / 0.4);
}
.bg-purple-100\/45{
  background-color: rgb(250 245 255 / 0.45);
}
.bg-purple-100\/5{
  background-color: rgb(250 245 255 / 0.05);
}
.bg-purple-100\/50{
  background-color: rgb(250 245 255 / 0.5);
}
.bg-purple-100\/55{
  background-color: rgb(250 245 255 / 0.55);
}
.bg-purple-100\/60{
  background-color: rgb(250 245 255 / 0.6);
}
.bg-purple-100\/65{
  background-color: rgb(250 245 255 / 0.65);
}
.bg-purple-100\/70{
  background-color: rgb(250 245 255 / 0.7);
}
.bg-purple-100\/75{
  background-color: rgb(250 245 255 / 0.75);
}
.bg-purple-100\/80{
  background-color: rgb(250 245 255 / 0.8);
}
.bg-purple-100\/85{
  background-color: rgb(250 245 255 / 0.85);
}
.bg-purple-100\/90{
  background-color: rgb(250 245 255 / 0.9);
}
.bg-purple-100\/95{
  background-color: rgb(250 245 255 / 0.95);
}
.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-purple-200\/0{
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-200\/10{
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-200\/100{
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-200\/15{
  background-color: rgb(243 232 255 / 0.15);
}
.bg-purple-200\/20{
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-200\/25{
  background-color: rgb(243 232 255 / 0.25);
}
.bg-purple-200\/30{
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-200\/35{
  background-color: rgb(243 232 255 / 0.35);
}
.bg-purple-200\/40{
  background-color: rgb(243 232 255 / 0.4);
}
.bg-purple-200\/45{
  background-color: rgb(243 232 255 / 0.45);
}
.bg-purple-200\/5{
  background-color: rgb(243 232 255 / 0.05);
}
.bg-purple-200\/50{
  background-color: rgb(243 232 255 / 0.5);
}
.bg-purple-200\/55{
  background-color: rgb(243 232 255 / 0.55);
}
.bg-purple-200\/60{
  background-color: rgb(243 232 255 / 0.6);
}
.bg-purple-200\/65{
  background-color: rgb(243 232 255 / 0.65);
}
.bg-purple-200\/70{
  background-color: rgb(243 232 255 / 0.7);
}
.bg-purple-200\/75{
  background-color: rgb(243 232 255 / 0.75);
}
.bg-purple-200\/80{
  background-color: rgb(243 232 255 / 0.8);
}
.bg-purple-200\/85{
  background-color: rgb(243 232 255 / 0.85);
}
.bg-purple-200\/90{
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-200\/95{
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.bg-purple-300\/0{
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-300\/10{
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-300\/100{
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-300\/15{
  background-color: rgb(233 213 255 / 0.15);
}
.bg-purple-300\/20{
  background-color: rgb(233 213 255 / 0.2);
}
.bg-purple-300\/25{
  background-color: rgb(233 213 255 / 0.25);
}
.bg-purple-300\/30{
  background-color: rgb(233 213 255 / 0.3);
}
.bg-purple-300\/35{
  background-color: rgb(233 213 255 / 0.35);
}
.bg-purple-300\/40{
  background-color: rgb(233 213 255 / 0.4);
}
.bg-purple-300\/45{
  background-color: rgb(233 213 255 / 0.45);
}
.bg-purple-300\/5{
  background-color: rgb(233 213 255 / 0.05);
}
.bg-purple-300\/50{
  background-color: rgb(233 213 255 / 0.5);
}
.bg-purple-300\/55{
  background-color: rgb(233 213 255 / 0.55);
}
.bg-purple-300\/60{
  background-color: rgb(233 213 255 / 0.6);
}
.bg-purple-300\/65{
  background-color: rgb(233 213 255 / 0.65);
}
.bg-purple-300\/70{
  background-color: rgb(233 213 255 / 0.7);
}
.bg-purple-300\/75{
  background-color: rgb(233 213 255 / 0.75);
}
.bg-purple-300\/80{
  background-color: rgb(233 213 255 / 0.8);
}
.bg-purple-300\/85{
  background-color: rgb(233 213 255 / 0.85);
}
.bg-purple-300\/90{
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-300\/95{
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-350{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.bg-purple-350\/0{
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-350\/10{
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-350\/100{
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-350\/15{
  background-color: rgb(216 180 254 / 0.15);
}
.bg-purple-350\/20{
  background-color: rgb(216 180 254 / 0.2);
}
.bg-purple-350\/25{
  background-color: rgb(216 180 254 / 0.25);
}
.bg-purple-350\/30{
  background-color: rgb(216 180 254 / 0.3);
}
.bg-purple-350\/35{
  background-color: rgb(216 180 254 / 0.35);
}
.bg-purple-350\/40{
  background-color: rgb(216 180 254 / 0.4);
}
.bg-purple-350\/45{
  background-color: rgb(216 180 254 / 0.45);
}
.bg-purple-350\/5{
  background-color: rgb(216 180 254 / 0.05);
}
.bg-purple-350\/50{
  background-color: rgb(216 180 254 / 0.5);
}
.bg-purple-350\/55{
  background-color: rgb(216 180 254 / 0.55);
}
.bg-purple-350\/60{
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-350\/65{
  background-color: rgb(216 180 254 / 0.65);
}
.bg-purple-350\/70{
  background-color: rgb(216 180 254 / 0.7);
}
.bg-purple-350\/75{
  background-color: rgb(216 180 254 / 0.75);
}
.bg-purple-350\/80{
  background-color: rgb(216 180 254 / 0.8);
}
.bg-purple-350\/85{
  background-color: rgb(216 180 254 / 0.85);
}
.bg-purple-350\/90{
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-350\/95{
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.bg-purple-400\/0{
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10{
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100{
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/15{
  background-color: rgb(192 132 252 / 0.15);
}
.bg-purple-400\/20{
  background-color: rgb(192 132 252 / 0.2);
}
.bg-purple-400\/25{
  background-color: rgb(192 132 252 / 0.25);
}
.bg-purple-400\/30{
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-400\/35{
  background-color: rgb(192 132 252 / 0.35);
}
.bg-purple-400\/40{
  background-color: rgb(192 132 252 / 0.4);
}
.bg-purple-400\/45{
  background-color: rgb(192 132 252 / 0.45);
}
.bg-purple-400\/5{
  background-color: rgb(192 132 252 / 0.05);
}
.bg-purple-400\/50{
  background-color: rgb(192 132 252 / 0.5);
}
.bg-purple-400\/55{
  background-color: rgb(192 132 252 / 0.55);
}
.bg-purple-400\/60{
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-400\/65{
  background-color: rgb(192 132 252 / 0.65);
}
.bg-purple-400\/70{
  background-color: rgb(192 132 252 / 0.7);
}
.bg-purple-400\/75{
  background-color: rgb(192 132 252 / 0.75);
}
.bg-purple-400\/80{
  background-color: rgb(192 132 252 / 0.8);
}
.bg-purple-400\/85{
  background-color: rgb(192 132 252 / 0.85);
}
.bg-purple-400\/90{
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95{
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-450{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-purple-450\/0{
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-450\/10{
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-450\/100{
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-450\/15{
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-450\/20{
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-450\/25{
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-450\/30{
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-450\/35{
  background-color: rgb(168 85 247 / 0.35);
}
.bg-purple-450\/40{
  background-color: rgb(168 85 247 / 0.4);
}
.bg-purple-450\/45{
  background-color: rgb(168 85 247 / 0.45);
}
.bg-purple-450\/5{
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-450\/50{
  background-color: rgb(168 85 247 / 0.5);
}
.bg-purple-450\/55{
  background-color: rgb(168 85 247 / 0.55);
}
.bg-purple-450\/60{
  background-color: rgb(168 85 247 / 0.6);
}
.bg-purple-450\/65{
  background-color: rgb(168 85 247 / 0.65);
}
.bg-purple-450\/70{
  background-color: rgb(168 85 247 / 0.7);
}
.bg-purple-450\/75{
  background-color: rgb(168 85 247 / 0.75);
}
.bg-purple-450\/80{
  background-color: rgb(168 85 247 / 0.8);
}
.bg-purple-450\/85{
  background-color: rgb(168 85 247 / 0.85);
}
.bg-purple-450\/90{
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-450\/95{
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 255 / var(--tw-bg-opacity));
}
.bg-purple-50\/0{
  background-color: rgb(252 250 255 / 0);
}
.bg-purple-50\/10{
  background-color: rgb(252 250 255 / 0.1);
}
.bg-purple-50\/100{
  background-color: rgb(252 250 255 / 1);
}
.bg-purple-50\/15{
  background-color: rgb(252 250 255 / 0.15);
}
.bg-purple-50\/20{
  background-color: rgb(252 250 255 / 0.2);
}
.bg-purple-50\/25{
  background-color: rgb(252 250 255 / 0.25);
}
.bg-purple-50\/30{
  background-color: rgb(252 250 255 / 0.3);
}
.bg-purple-50\/35{
  background-color: rgb(252 250 255 / 0.35);
}
.bg-purple-50\/40{
  background-color: rgb(252 250 255 / 0.4);
}
.bg-purple-50\/45{
  background-color: rgb(252 250 255 / 0.45);
}
.bg-purple-50\/5{
  background-color: rgb(252 250 255 / 0.05);
}
.bg-purple-50\/50{
  background-color: rgb(252 250 255 / 0.5);
}
.bg-purple-50\/55{
  background-color: rgb(252 250 255 / 0.55);
}
.bg-purple-50\/60{
  background-color: rgb(252 250 255 / 0.6);
}
.bg-purple-50\/65{
  background-color: rgb(252 250 255 / 0.65);
}
.bg-purple-50\/70{
  background-color: rgb(252 250 255 / 0.7);
}
.bg-purple-50\/75{
  background-color: rgb(252 250 255 / 0.75);
}
.bg-purple-50\/80{
  background-color: rgb(252 250 255 / 0.8);
}
.bg-purple-50\/85{
  background-color: rgb(252 250 255 / 0.85);
}
.bg-purple-50\/90{
  background-color: rgb(252 250 255 / 0.9);
}
.bg-purple-50\/95{
  background-color: rgb(252 250 255 / 0.95);
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-purple-500\/0{
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-500\/10{
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-500\/100{
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-500\/15{
  background-color: rgb(147 51 234 / 0.15);
}
.bg-purple-500\/20{
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-500\/25{
  background-color: rgb(147 51 234 / 0.25);
}
.bg-purple-500\/30{
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-500\/35{
  background-color: rgb(147 51 234 / 0.35);
}
.bg-purple-500\/40{
  background-color: rgb(147 51 234 / 0.4);
}
.bg-purple-500\/45{
  background-color: rgb(147 51 234 / 0.45);
}
.bg-purple-500\/5{
  background-color: rgb(147 51 234 / 0.05);
}
.bg-purple-500\/50{
  background-color: rgb(147 51 234 / 0.5);
}
.bg-purple-500\/55{
  background-color: rgb(147 51 234 / 0.55);
}
.bg-purple-500\/60{
  background-color: rgb(147 51 234 / 0.6);
}
.bg-purple-500\/65{
  background-color: rgb(147 51 234 / 0.65);
}
.bg-purple-500\/70{
  background-color: rgb(147 51 234 / 0.7);
}
.bg-purple-500\/75{
  background-color: rgb(147 51 234 / 0.75);
}
.bg-purple-500\/80{
  background-color: rgb(147 51 234 / 0.8);
}
.bg-purple-500\/85{
  background-color: rgb(147 51 234 / 0.85);
}
.bg-purple-500\/90{
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-500\/95{
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.bg-purple-600\/0{
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-600\/10{
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-600\/100{
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-600\/15{
  background-color: rgb(126 34 206 / 0.15);
}
.bg-purple-600\/20{
  background-color: rgb(126 34 206 / 0.2);
}
.bg-purple-600\/25{
  background-color: rgb(126 34 206 / 0.25);
}
.bg-purple-600\/30{
  background-color: rgb(126 34 206 / 0.3);
}
.bg-purple-600\/35{
  background-color: rgb(126 34 206 / 0.35);
}
.bg-purple-600\/40{
  background-color: rgb(126 34 206 / 0.4);
}
.bg-purple-600\/45{
  background-color: rgb(126 34 206 / 0.45);
}
.bg-purple-600\/5{
  background-color: rgb(126 34 206 / 0.05);
}
.bg-purple-600\/50{
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-600\/55{
  background-color: rgb(126 34 206 / 0.55);
}
.bg-purple-600\/60{
  background-color: rgb(126 34 206 / 0.6);
}
.bg-purple-600\/65{
  background-color: rgb(126 34 206 / 0.65);
}
.bg-purple-600\/70{
  background-color: rgb(126 34 206 / 0.7);
}
.bg-purple-600\/75{
  background-color: rgb(126 34 206 / 0.75);
}
.bg-purple-600\/80{
  background-color: rgb(126 34 206 / 0.8);
}
.bg-purple-600\/85{
  background-color: rgb(126 34 206 / 0.85);
}
.bg-purple-600\/90{
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-600\/95{
  background-color: rgb(126 34 206 / 0.95);
}
.bg-purple-650{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.bg-purple-650\/0{
  background-color: rgb(107 33 168 / 0);
}
.bg-purple-650\/10{
  background-color: rgb(107 33 168 / 0.1);
}
.bg-purple-650\/100{
  background-color: rgb(107 33 168 / 1);
}
.bg-purple-650\/15{
  background-color: rgb(107 33 168 / 0.15);
}
.bg-purple-650\/20{
  background-color: rgb(107 33 168 / 0.2);
}
.bg-purple-650\/25{
  background-color: rgb(107 33 168 / 0.25);
}
.bg-purple-650\/30{
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-650\/35{
  background-color: rgb(107 33 168 / 0.35);
}
.bg-purple-650\/40{
  background-color: rgb(107 33 168 / 0.4);
}
.bg-purple-650\/45{
  background-color: rgb(107 33 168 / 0.45);
}
.bg-purple-650\/5{
  background-color: rgb(107 33 168 / 0.05);
}
.bg-purple-650\/50{
  background-color: rgb(107 33 168 / 0.5);
}
.bg-purple-650\/55{
  background-color: rgb(107 33 168 / 0.55);
}
.bg-purple-650\/60{
  background-color: rgb(107 33 168 / 0.6);
}
.bg-purple-650\/65{
  background-color: rgb(107 33 168 / 0.65);
}
.bg-purple-650\/70{
  background-color: rgb(107 33 168 / 0.7);
}
.bg-purple-650\/75{
  background-color: rgb(107 33 168 / 0.75);
}
.bg-purple-650\/80{
  background-color: rgb(107 33 168 / 0.8);
}
.bg-purple-650\/85{
  background-color: rgb(107 33 168 / 0.85);
}
.bg-purple-650\/90{
  background-color: rgb(107 33 168 / 0.9);
}
.bg-purple-650\/95{
  background-color: rgb(107 33 168 / 0.95);
}
.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.bg-purple-700\/0{
  background-color: rgb(88 28 135 / 0);
}
.bg-purple-700\/10{
  background-color: rgb(88 28 135 / 0.1);
}
.bg-purple-700\/100{
  background-color: rgb(88 28 135 / 1);
}
.bg-purple-700\/15{
  background-color: rgb(88 28 135 / 0.15);
}
.bg-purple-700\/20{
  background-color: rgb(88 28 135 / 0.2);
}
.bg-purple-700\/25{
  background-color: rgb(88 28 135 / 0.25);
}
.bg-purple-700\/30{
  background-color: rgb(88 28 135 / 0.3);
}
.bg-purple-700\/35{
  background-color: rgb(88 28 135 / 0.35);
}
.bg-purple-700\/40{
  background-color: rgb(88 28 135 / 0.4);
}
.bg-purple-700\/45{
  background-color: rgb(88 28 135 / 0.45);
}
.bg-purple-700\/5{
  background-color: rgb(88 28 135 / 0.05);
}
.bg-purple-700\/50{
  background-color: rgb(88 28 135 / 0.5);
}
.bg-purple-700\/55{
  background-color: rgb(88 28 135 / 0.55);
}
.bg-purple-700\/60{
  background-color: rgb(88 28 135 / 0.6);
}
.bg-purple-700\/65{
  background-color: rgb(88 28 135 / 0.65);
}
.bg-purple-700\/70{
  background-color: rgb(88 28 135 / 0.7);
}
.bg-purple-700\/75{
  background-color: rgb(88 28 135 / 0.75);
}
.bg-purple-700\/80{
  background-color: rgb(88 28 135 / 0.8);
}
.bg-purple-700\/85{
  background-color: rgb(88 28 135 / 0.85);
}
.bg-purple-700\/90{
  background-color: rgb(88 28 135 / 0.9);
}
.bg-purple-700\/95{
  background-color: rgb(88 28 135 / 0.95);
}
.bg-purple-750{
  --tw-bg-opacity: 1;
  background-color: rgb(68 17 107 / var(--tw-bg-opacity));
}
.bg-purple-750\/0{
  background-color: rgb(68 17 107 / 0);
}
.bg-purple-750\/10{
  background-color: rgb(68 17 107 / 0.1);
}
.bg-purple-750\/100{
  background-color: rgb(68 17 107 / 1);
}
.bg-purple-750\/15{
  background-color: rgb(68 17 107 / 0.15);
}
.bg-purple-750\/20{
  background-color: rgb(68 17 107 / 0.2);
}
.bg-purple-750\/25{
  background-color: rgb(68 17 107 / 0.25);
}
.bg-purple-750\/30{
  background-color: rgb(68 17 107 / 0.3);
}
.bg-purple-750\/35{
  background-color: rgb(68 17 107 / 0.35);
}
.bg-purple-750\/40{
  background-color: rgb(68 17 107 / 0.4);
}
.bg-purple-750\/45{
  background-color: rgb(68 17 107 / 0.45);
}
.bg-purple-750\/5{
  background-color: rgb(68 17 107 / 0.05);
}
.bg-purple-750\/50{
  background-color: rgb(68 17 107 / 0.5);
}
.bg-purple-750\/55{
  background-color: rgb(68 17 107 / 0.55);
}
.bg-purple-750\/60{
  background-color: rgb(68 17 107 / 0.6);
}
.bg-purple-750\/65{
  background-color: rgb(68 17 107 / 0.65);
}
.bg-purple-750\/70{
  background-color: rgb(68 17 107 / 0.7);
}
.bg-purple-750\/75{
  background-color: rgb(68 17 107 / 0.75);
}
.bg-purple-750\/80{
  background-color: rgb(68 17 107 / 0.8);
}
.bg-purple-750\/85{
  background-color: rgb(68 17 107 / 0.85);
}
.bg-purple-750\/90{
  background-color: rgb(68 17 107 / 0.9);
}
.bg-purple-750\/95{
  background-color: rgb(68 17 107 / 0.95);
}
.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(60 22 89 / var(--tw-bg-opacity));
}
.bg-purple-800\/0{
  background-color: rgb(60 22 89 / 0);
}
.bg-purple-800\/10{
  background-color: rgb(60 22 89 / 0.1);
}
.bg-purple-800\/100{
  background-color: rgb(60 22 89 / 1);
}
.bg-purple-800\/15{
  background-color: rgb(60 22 89 / 0.15);
}
.bg-purple-800\/20{
  background-color: rgb(60 22 89 / 0.2);
}
.bg-purple-800\/25{
  background-color: rgb(60 22 89 / 0.25);
}
.bg-purple-800\/30{
  background-color: rgb(60 22 89 / 0.3);
}
.bg-purple-800\/35{
  background-color: rgb(60 22 89 / 0.35);
}
.bg-purple-800\/40{
  background-color: rgb(60 22 89 / 0.4);
}
.bg-purple-800\/45{
  background-color: rgb(60 22 89 / 0.45);
}
.bg-purple-800\/5{
  background-color: rgb(60 22 89 / 0.05);
}
.bg-purple-800\/50{
  background-color: rgb(60 22 89 / 0.5);
}
.bg-purple-800\/55{
  background-color: rgb(60 22 89 / 0.55);
}
.bg-purple-800\/60{
  background-color: rgb(60 22 89 / 0.6);
}
.bg-purple-800\/65{
  background-color: rgb(60 22 89 / 0.65);
}
.bg-purple-800\/70{
  background-color: rgb(60 22 89 / 0.7);
}
.bg-purple-800\/75{
  background-color: rgb(60 22 89 / 0.75);
}
.bg-purple-800\/80{
  background-color: rgb(60 22 89 / 0.8);
}
.bg-purple-800\/85{
  background-color: rgb(60 22 89 / 0.85);
}
.bg-purple-800\/90{
  background-color: rgb(60 22 89 / 0.9);
}
.bg-purple-800\/95{
  background-color: rgb(60 22 89 / 0.95);
}
.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(46 8 77 / var(--tw-bg-opacity));
}
.bg-purple-900\/0{
  background-color: rgb(46 8 77 / 0);
}
.bg-purple-900\/10{
  background-color: rgb(46 8 77 / 0.1);
}
.bg-purple-900\/100{
  background-color: rgb(46 8 77 / 1);
}
.bg-purple-900\/15{
  background-color: rgb(46 8 77 / 0.15);
}
.bg-purple-900\/20{
  background-color: rgb(46 8 77 / 0.2);
}
.bg-purple-900\/25{
  background-color: rgb(46 8 77 / 0.25);
}
.bg-purple-900\/30{
  background-color: rgb(46 8 77 / 0.3);
}
.bg-purple-900\/35{
  background-color: rgb(46 8 77 / 0.35);
}
.bg-purple-900\/40{
  background-color: rgb(46 8 77 / 0.4);
}
.bg-purple-900\/45{
  background-color: rgb(46 8 77 / 0.45);
}
.bg-purple-900\/5{
  background-color: rgb(46 8 77 / 0.05);
}
.bg-purple-900\/50{
  background-color: rgb(46 8 77 / 0.5);
}
.bg-purple-900\/55{
  background-color: rgb(46 8 77 / 0.55);
}
.bg-purple-900\/60{
  background-color: rgb(46 8 77 / 0.6);
}
.bg-purple-900\/65{
  background-color: rgb(46 8 77 / 0.65);
}
.bg-purple-900\/70{
  background-color: rgb(46 8 77 / 0.7);
}
.bg-purple-900\/75{
  background-color: rgb(46 8 77 / 0.75);
}
.bg-purple-900\/80{
  background-color: rgb(46 8 77 / 0.8);
}
.bg-purple-900\/85{
  background-color: rgb(46 8 77 / 0.85);
}
.bg-purple-900\/90{
  background-color: rgb(46 8 77 / 0.9);
}
.bg-purple-900\/95{
  background-color: rgb(46 8 77 / 0.95);
}
.bg-purple-950{
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/15{
  background-color: rgb(59 7 100 / 0.15);
}
.bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/35{
  background-color: rgb(59 7 100 / 0.35);
}
.bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/45{
  background-color: rgb(59 7 100 / 0.45);
}
.bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/55{
  background-color: rgb(59 7 100 / 0.55);
}
.bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/65{
  background-color: rgb(59 7 100 / 0.65);
}
.bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/85{
  background-color: rgb(59 7 100 / 0.85);
}
.bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95);
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15{
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35{
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45{
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55{
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65{
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85{
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15{
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35{
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45{
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55{
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65{
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85{
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15{
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35{
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45{
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55{
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65{
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85{
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15{
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35{
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45{
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55{
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65{
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85{
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15{
  background-color: rgb(254 242 242 / 0.15);
}
.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35{
  background-color: rgb(254 242 242 / 0.35);
}
.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45{
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55{
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65{
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85{
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15{
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35{
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45{
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55{
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65{
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85{
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15{
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35{
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45{
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55{
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65{
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85{
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15{
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35{
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45{
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55{
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65{
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85{
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15{
  background-color: rgb(153 27 27 / 0.15);
}
.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35{
  background-color: rgb(153 27 27 / 0.35);
}
.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45{
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55{
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65{
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85{
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15{
  background-color: rgb(127 29 29 / 0.15);
}
.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35{
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45{
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55{
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65{
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85{
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0{
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100{
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/15{
  background-color: rgb(69 10 10 / 0.15);
}
.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/35{
  background-color: rgb(69 10 10 / 0.35);
}
.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/45{
  background-color: rgb(69 10 10 / 0.45);
}
.bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/55{
  background-color: rgb(69 10 10 / 0.55);
}
.bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/65{
  background-color: rgb(69 10 10 / 0.65);
}
.bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/85{
  background-color: rgb(69 10 10 / 0.85);
}
.bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95);
}
.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.bg-rose-100\/0{
  background-color: rgb(255 241 242 / 0);
}
.bg-rose-100\/10{
  background-color: rgb(255 241 242 / 0.1);
}
.bg-rose-100\/100{
  background-color: rgb(255 241 242 / 1);
}
.bg-rose-100\/15{
  background-color: rgb(255 241 242 / 0.15);
}
.bg-rose-100\/20{
  background-color: rgb(255 241 242 / 0.2);
}
.bg-rose-100\/25{
  background-color: rgb(255 241 242 / 0.25);
}
.bg-rose-100\/30{
  background-color: rgb(255 241 242 / 0.3);
}
.bg-rose-100\/35{
  background-color: rgb(255 241 242 / 0.35);
}
.bg-rose-100\/40{
  background-color: rgb(255 241 242 / 0.4);
}
.bg-rose-100\/45{
  background-color: rgb(255 241 242 / 0.45);
}
.bg-rose-100\/5{
  background-color: rgb(255 241 242 / 0.05);
}
.bg-rose-100\/50{
  background-color: rgb(255 241 242 / 0.5);
}
.bg-rose-100\/55{
  background-color: rgb(255 241 242 / 0.55);
}
.bg-rose-100\/60{
  background-color: rgb(255 241 242 / 0.6);
}
.bg-rose-100\/65{
  background-color: rgb(255 241 242 / 0.65);
}
.bg-rose-100\/70{
  background-color: rgb(255 241 242 / 0.7);
}
.bg-rose-100\/75{
  background-color: rgb(255 241 242 / 0.75);
}
.bg-rose-100\/80{
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-100\/85{
  background-color: rgb(255 241 242 / 0.85);
}
.bg-rose-100\/90{
  background-color: rgb(255 241 242 / 0.9);
}
.bg-rose-100\/95{
  background-color: rgb(255 241 242 / 0.95);
}
.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-rose-200\/0{
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-200\/10{
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-200\/100{
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-200\/15{
  background-color: rgb(255 228 230 / 0.15);
}
.bg-rose-200\/20{
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-200\/25{
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-200\/30{
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-200\/35{
  background-color: rgb(255 228 230 / 0.35);
}
.bg-rose-200\/40{
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-200\/45{
  background-color: rgb(255 228 230 / 0.45);
}
.bg-rose-200\/5{
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-200\/50{
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-200\/55{
  background-color: rgb(255 228 230 / 0.55);
}
.bg-rose-200\/60{
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-200\/65{
  background-color: rgb(255 228 230 / 0.65);
}
.bg-rose-200\/70{
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-200\/75{
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-200\/80{
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-200\/85{
  background-color: rgb(255 228 230 / 0.85);
}
.bg-rose-200\/90{
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-200\/95{
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-300{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.bg-rose-300\/0{
  background-color: rgb(254 205 211 / 0);
}
.bg-rose-300\/10{
  background-color: rgb(254 205 211 / 0.1);
}
.bg-rose-300\/100{
  background-color: rgb(254 205 211 / 1);
}
.bg-rose-300\/15{
  background-color: rgb(254 205 211 / 0.15);
}
.bg-rose-300\/20{
  background-color: rgb(254 205 211 / 0.2);
}
.bg-rose-300\/25{
  background-color: rgb(254 205 211 / 0.25);
}
.bg-rose-300\/30{
  background-color: rgb(254 205 211 / 0.3);
}
.bg-rose-300\/35{
  background-color: rgb(254 205 211 / 0.35);
}
.bg-rose-300\/40{
  background-color: rgb(254 205 211 / 0.4);
}
.bg-rose-300\/45{
  background-color: rgb(254 205 211 / 0.45);
}
.bg-rose-300\/5{
  background-color: rgb(254 205 211 / 0.05);
}
.bg-rose-300\/50{
  background-color: rgb(254 205 211 / 0.5);
}
.bg-rose-300\/55{
  background-color: rgb(254 205 211 / 0.55);
}
.bg-rose-300\/60{
  background-color: rgb(254 205 211 / 0.6);
}
.bg-rose-300\/65{
  background-color: rgb(254 205 211 / 0.65);
}
.bg-rose-300\/70{
  background-color: rgb(254 205 211 / 0.7);
}
.bg-rose-300\/75{
  background-color: rgb(254 205 211 / 0.75);
}
.bg-rose-300\/80{
  background-color: rgb(254 205 211 / 0.8);
}
.bg-rose-300\/85{
  background-color: rgb(254 205 211 / 0.85);
}
.bg-rose-300\/90{
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-300\/95{
  background-color: rgb(254 205 211 / 0.95);
}
.bg-rose-350{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.bg-rose-350\/0{
  background-color: rgb(253 164 175 / 0);
}
.bg-rose-350\/10{
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-350\/100{
  background-color: rgb(253 164 175 / 1);
}
.bg-rose-350\/15{
  background-color: rgb(253 164 175 / 0.15);
}
.bg-rose-350\/20{
  background-color: rgb(253 164 175 / 0.2);
}
.bg-rose-350\/25{
  background-color: rgb(253 164 175 / 0.25);
}
.bg-rose-350\/30{
  background-color: rgb(253 164 175 / 0.3);
}
.bg-rose-350\/35{
  background-color: rgb(253 164 175 / 0.35);
}
.bg-rose-350\/40{
  background-color: rgb(253 164 175 / 0.4);
}
.bg-rose-350\/45{
  background-color: rgb(253 164 175 / 0.45);
}
.bg-rose-350\/5{
  background-color: rgb(253 164 175 / 0.05);
}
.bg-rose-350\/50{
  background-color: rgb(253 164 175 / 0.5);
}
.bg-rose-350\/55{
  background-color: rgb(253 164 175 / 0.55);
}
.bg-rose-350\/60{
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-350\/65{
  background-color: rgb(253 164 175 / 0.65);
}
.bg-rose-350\/70{
  background-color: rgb(253 164 175 / 0.7);
}
.bg-rose-350\/75{
  background-color: rgb(253 164 175 / 0.75);
}
.bg-rose-350\/80{
  background-color: rgb(253 164 175 / 0.8);
}
.bg-rose-350\/85{
  background-color: rgb(253 164 175 / 0.85);
}
.bg-rose-350\/90{
  background-color: rgb(253 164 175 / 0.9);
}
.bg-rose-350\/95{
  background-color: rgb(253 164 175 / 0.95);
}
.bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.bg-rose-400\/0{
  background-color: rgb(251 113 133 / 0);
}
.bg-rose-400\/10{
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/100{
  background-color: rgb(251 113 133 / 1);
}
.bg-rose-400\/15{
  background-color: rgb(251 113 133 / 0.15);
}
.bg-rose-400\/20{
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-400\/25{
  background-color: rgb(251 113 133 / 0.25);
}
.bg-rose-400\/30{
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-400\/35{
  background-color: rgb(251 113 133 / 0.35);
}
.bg-rose-400\/40{
  background-color: rgb(251 113 133 / 0.4);
}
.bg-rose-400\/45{
  background-color: rgb(251 113 133 / 0.45);
}
.bg-rose-400\/5{
  background-color: rgb(251 113 133 / 0.05);
}
.bg-rose-400\/50{
  background-color: rgb(251 113 133 / 0.5);
}
.bg-rose-400\/55{
  background-color: rgb(251 113 133 / 0.55);
}
.bg-rose-400\/60{
  background-color: rgb(251 113 133 / 0.6);
}
.bg-rose-400\/65{
  background-color: rgb(251 113 133 / 0.65);
}
.bg-rose-400\/70{
  background-color: rgb(251 113 133 / 0.7);
}
.bg-rose-400\/75{
  background-color: rgb(251 113 133 / 0.75);
}
.bg-rose-400\/80{
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-400\/85{
  background-color: rgb(251 113 133 / 0.85);
}
.bg-rose-400\/90{
  background-color: rgb(251 113 133 / 0.9);
}
.bg-rose-400\/95{
  background-color: rgb(251 113 133 / 0.95);
}
.bg-rose-450{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-rose-450\/0{
  background-color: rgb(244 63 94 / 0);
}
.bg-rose-450\/10{
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-450\/100{
  background-color: rgb(244 63 94 / 1);
}
.bg-rose-450\/15{
  background-color: rgb(244 63 94 / 0.15);
}
.bg-rose-450\/20{
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-450\/25{
  background-color: rgb(244 63 94 / 0.25);
}
.bg-rose-450\/30{
  background-color: rgb(244 63 94 / 0.3);
}
.bg-rose-450\/35{
  background-color: rgb(244 63 94 / 0.35);
}
.bg-rose-450\/40{
  background-color: rgb(244 63 94 / 0.4);
}
.bg-rose-450\/45{
  background-color: rgb(244 63 94 / 0.45);
}
.bg-rose-450\/5{
  background-color: rgb(244 63 94 / 0.05);
}
.bg-rose-450\/50{
  background-color: rgb(244 63 94 / 0.5);
}
.bg-rose-450\/55{
  background-color: rgb(244 63 94 / 0.55);
}
.bg-rose-450\/60{
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-450\/65{
  background-color: rgb(244 63 94 / 0.65);
}
.bg-rose-450\/70{
  background-color: rgb(244 63 94 / 0.7);
}
.bg-rose-450\/75{
  background-color: rgb(244 63 94 / 0.75);
}
.bg-rose-450\/80{
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-450\/85{
  background-color: rgb(244 63 94 / 0.85);
}
.bg-rose-450\/90{
  background-color: rgb(244 63 94 / 0.9);
}
.bg-rose-450\/95{
  background-color: rgb(244 63 94 / 0.95);
}
.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 250 / var(--tw-bg-opacity));
}
.bg-rose-50\/0{
  background-color: rgb(255 250 250 / 0);
}
.bg-rose-50\/10{
  background-color: rgb(255 250 250 / 0.1);
}
.bg-rose-50\/100{
  background-color: rgb(255 250 250 / 1);
}
.bg-rose-50\/15{
  background-color: rgb(255 250 250 / 0.15);
}
.bg-rose-50\/20{
  background-color: rgb(255 250 250 / 0.2);
}
.bg-rose-50\/25{
  background-color: rgb(255 250 250 / 0.25);
}
.bg-rose-50\/30{
  background-color: rgb(255 250 250 / 0.3);
}
.bg-rose-50\/35{
  background-color: rgb(255 250 250 / 0.35);
}
.bg-rose-50\/40{
  background-color: rgb(255 250 250 / 0.4);
}
.bg-rose-50\/45{
  background-color: rgb(255 250 250 / 0.45);
}
.bg-rose-50\/5{
  background-color: rgb(255 250 250 / 0.05);
}
.bg-rose-50\/50{
  background-color: rgb(255 250 250 / 0.5);
}
.bg-rose-50\/55{
  background-color: rgb(255 250 250 / 0.55);
}
.bg-rose-50\/60{
  background-color: rgb(255 250 250 / 0.6);
}
.bg-rose-50\/65{
  background-color: rgb(255 250 250 / 0.65);
}
.bg-rose-50\/70{
  background-color: rgb(255 250 250 / 0.7);
}
.bg-rose-50\/75{
  background-color: rgb(255 250 250 / 0.75);
}
.bg-rose-50\/80{
  background-color: rgb(255 250 250 / 0.8);
}
.bg-rose-50\/85{
  background-color: rgb(255 250 250 / 0.85);
}
.bg-rose-50\/90{
  background-color: rgb(255 250 250 / 0.9);
}
.bg-rose-50\/95{
  background-color: rgb(255 250 250 / 0.95);
}
.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.bg-rose-500\/0{
  background-color: rgb(225 29 72 / 0);
}
.bg-rose-500\/10{
  background-color: rgb(225 29 72 / 0.1);
}
.bg-rose-500\/100{
  background-color: rgb(225 29 72 / 1);
}
.bg-rose-500\/15{
  background-color: rgb(225 29 72 / 0.15);
}
.bg-rose-500\/20{
  background-color: rgb(225 29 72 / 0.2);
}
.bg-rose-500\/25{
  background-color: rgb(225 29 72 / 0.25);
}
.bg-rose-500\/30{
  background-color: rgb(225 29 72 / 0.3);
}
.bg-rose-500\/35{
  background-color: rgb(225 29 72 / 0.35);
}
.bg-rose-500\/40{
  background-color: rgb(225 29 72 / 0.4);
}
.bg-rose-500\/45{
  background-color: rgb(225 29 72 / 0.45);
}
.bg-rose-500\/5{
  background-color: rgb(225 29 72 / 0.05);
}
.bg-rose-500\/50{
  background-color: rgb(225 29 72 / 0.5);
}
.bg-rose-500\/55{
  background-color: rgb(225 29 72 / 0.55);
}
.bg-rose-500\/60{
  background-color: rgb(225 29 72 / 0.6);
}
.bg-rose-500\/65{
  background-color: rgb(225 29 72 / 0.65);
}
.bg-rose-500\/70{
  background-color: rgb(225 29 72 / 0.7);
}
.bg-rose-500\/75{
  background-color: rgb(225 29 72 / 0.75);
}
.bg-rose-500\/80{
  background-color: rgb(225 29 72 / 0.8);
}
.bg-rose-500\/85{
  background-color: rgb(225 29 72 / 0.85);
}
.bg-rose-500\/90{
  background-color: rgb(225 29 72 / 0.9);
}
.bg-rose-500\/95{
  background-color: rgb(225 29 72 / 0.95);
}
.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.bg-rose-600\/0{
  background-color: rgb(190 18 60 / 0);
}
.bg-rose-600\/10{
  background-color: rgb(190 18 60 / 0.1);
}
.bg-rose-600\/100{
  background-color: rgb(190 18 60 / 1);
}
.bg-rose-600\/15{
  background-color: rgb(190 18 60 / 0.15);
}
.bg-rose-600\/20{
  background-color: rgb(190 18 60 / 0.2);
}
.bg-rose-600\/25{
  background-color: rgb(190 18 60 / 0.25);
}
.bg-rose-600\/30{
  background-color: rgb(190 18 60 / 0.3);
}
.bg-rose-600\/35{
  background-color: rgb(190 18 60 / 0.35);
}
.bg-rose-600\/40{
  background-color: rgb(190 18 60 / 0.4);
}
.bg-rose-600\/45{
  background-color: rgb(190 18 60 / 0.45);
}
.bg-rose-600\/5{
  background-color: rgb(190 18 60 / 0.05);
}
.bg-rose-600\/50{
  background-color: rgb(190 18 60 / 0.5);
}
.bg-rose-600\/55{
  background-color: rgb(190 18 60 / 0.55);
}
.bg-rose-600\/60{
  background-color: rgb(190 18 60 / 0.6);
}
.bg-rose-600\/65{
  background-color: rgb(190 18 60 / 0.65);
}
.bg-rose-600\/70{
  background-color: rgb(190 18 60 / 0.7);
}
.bg-rose-600\/75{
  background-color: rgb(190 18 60 / 0.75);
}
.bg-rose-600\/80{
  background-color: rgb(190 18 60 / 0.8);
}
.bg-rose-600\/85{
  background-color: rgb(190 18 60 / 0.85);
}
.bg-rose-600\/90{
  background-color: rgb(190 18 60 / 0.9);
}
.bg-rose-600\/95{
  background-color: rgb(190 18 60 / 0.95);
}
.bg-rose-650{
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.bg-rose-650\/0{
  background-color: rgb(159 18 57 / 0);
}
.bg-rose-650\/10{
  background-color: rgb(159 18 57 / 0.1);
}
.bg-rose-650\/100{
  background-color: rgb(159 18 57 / 1);
}
.bg-rose-650\/15{
  background-color: rgb(159 18 57 / 0.15);
}
.bg-rose-650\/20{
  background-color: rgb(159 18 57 / 0.2);
}
.bg-rose-650\/25{
  background-color: rgb(159 18 57 / 0.25);
}
.bg-rose-650\/30{
  background-color: rgb(159 18 57 / 0.3);
}
.bg-rose-650\/35{
  background-color: rgb(159 18 57 / 0.35);
}
.bg-rose-650\/40{
  background-color: rgb(159 18 57 / 0.4);
}
.bg-rose-650\/45{
  background-color: rgb(159 18 57 / 0.45);
}
.bg-rose-650\/5{
  background-color: rgb(159 18 57 / 0.05);
}
.bg-rose-650\/50{
  background-color: rgb(159 18 57 / 0.5);
}
.bg-rose-650\/55{
  background-color: rgb(159 18 57 / 0.55);
}
.bg-rose-650\/60{
  background-color: rgb(159 18 57 / 0.6);
}
.bg-rose-650\/65{
  background-color: rgb(159 18 57 / 0.65);
}
.bg-rose-650\/70{
  background-color: rgb(159 18 57 / 0.7);
}
.bg-rose-650\/75{
  background-color: rgb(159 18 57 / 0.75);
}
.bg-rose-650\/80{
  background-color: rgb(159 18 57 / 0.8);
}
.bg-rose-650\/85{
  background-color: rgb(159 18 57 / 0.85);
}
.bg-rose-650\/90{
  background-color: rgb(159 18 57 / 0.9);
}
.bg-rose-650\/95{
  background-color: rgb(159 18 57 / 0.95);
}
.bg-rose-700{
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.bg-rose-700\/0{
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-700\/10{
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-700\/100{
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-700\/15{
  background-color: rgb(136 19 55 / 0.15);
}
.bg-rose-700\/20{
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-700\/25{
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-700\/30{
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-700\/35{
  background-color: rgb(136 19 55 / 0.35);
}
.bg-rose-700\/40{
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-700\/45{
  background-color: rgb(136 19 55 / 0.45);
}
.bg-rose-700\/5{
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-700\/50{
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-700\/55{
  background-color: rgb(136 19 55 / 0.55);
}
.bg-rose-700\/60{
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-700\/65{
  background-color: rgb(136 19 55 / 0.65);
}
.bg-rose-700\/70{
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-700\/75{
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-700\/80{
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-700\/85{
  background-color: rgb(136 19 55 / 0.85);
}
.bg-rose-700\/90{
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-700\/95{
  background-color: rgb(136 19 55 / 0.95);
}
.bg-rose-750{
  --tw-bg-opacity: 1;
  background-color: rgb(102 10 38 / var(--tw-bg-opacity));
}
.bg-rose-750\/0{
  background-color: rgb(102 10 38 / 0);
}
.bg-rose-750\/10{
  background-color: rgb(102 10 38 / 0.1);
}
.bg-rose-750\/100{
  background-color: rgb(102 10 38 / 1);
}
.bg-rose-750\/15{
  background-color: rgb(102 10 38 / 0.15);
}
.bg-rose-750\/20{
  background-color: rgb(102 10 38 / 0.2);
}
.bg-rose-750\/25{
  background-color: rgb(102 10 38 / 0.25);
}
.bg-rose-750\/30{
  background-color: rgb(102 10 38 / 0.3);
}
.bg-rose-750\/35{
  background-color: rgb(102 10 38 / 0.35);
}
.bg-rose-750\/40{
  background-color: rgb(102 10 38 / 0.4);
}
.bg-rose-750\/45{
  background-color: rgb(102 10 38 / 0.45);
}
.bg-rose-750\/5{
  background-color: rgb(102 10 38 / 0.05);
}
.bg-rose-750\/50{
  background-color: rgb(102 10 38 / 0.5);
}
.bg-rose-750\/55{
  background-color: rgb(102 10 38 / 0.55);
}
.bg-rose-750\/60{
  background-color: rgb(102 10 38 / 0.6);
}
.bg-rose-750\/65{
  background-color: rgb(102 10 38 / 0.65);
}
.bg-rose-750\/70{
  background-color: rgb(102 10 38 / 0.7);
}
.bg-rose-750\/75{
  background-color: rgb(102 10 38 / 0.75);
}
.bg-rose-750\/80{
  background-color: rgb(102 10 38 / 0.8);
}
.bg-rose-750\/85{
  background-color: rgb(102 10 38 / 0.85);
}
.bg-rose-750\/90{
  background-color: rgb(102 10 38 / 0.9);
}
.bg-rose-750\/95{
  background-color: rgb(102 10 38 / 0.95);
}
.bg-rose-800{
  --tw-bg-opacity: 1;
  background-color: rgb(102 6 36 / var(--tw-bg-opacity));
}
.bg-rose-800\/0{
  background-color: rgb(102 6 36 / 0);
}
.bg-rose-800\/10{
  background-color: rgb(102 6 36 / 0.1);
}
.bg-rose-800\/100{
  background-color: rgb(102 6 36 / 1);
}
.bg-rose-800\/15{
  background-color: rgb(102 6 36 / 0.15);
}
.bg-rose-800\/20{
  background-color: rgb(102 6 36 / 0.2);
}
.bg-rose-800\/25{
  background-color: rgb(102 6 36 / 0.25);
}
.bg-rose-800\/30{
  background-color: rgb(102 6 36 / 0.3);
}
.bg-rose-800\/35{
  background-color: rgb(102 6 36 / 0.35);
}
.bg-rose-800\/40{
  background-color: rgb(102 6 36 / 0.4);
}
.bg-rose-800\/45{
  background-color: rgb(102 6 36 / 0.45);
}
.bg-rose-800\/5{
  background-color: rgb(102 6 36 / 0.05);
}
.bg-rose-800\/50{
  background-color: rgb(102 6 36 / 0.5);
}
.bg-rose-800\/55{
  background-color: rgb(102 6 36 / 0.55);
}
.bg-rose-800\/60{
  background-color: rgb(102 6 36 / 0.6);
}
.bg-rose-800\/65{
  background-color: rgb(102 6 36 / 0.65);
}
.bg-rose-800\/70{
  background-color: rgb(102 6 36 / 0.7);
}
.bg-rose-800\/75{
  background-color: rgb(102 6 36 / 0.75);
}
.bg-rose-800\/80{
  background-color: rgb(102 6 36 / 0.8);
}
.bg-rose-800\/85{
  background-color: rgb(102 6 36 / 0.85);
}
.bg-rose-800\/90{
  background-color: rgb(102 6 36 / 0.9);
}
.bg-rose-800\/95{
  background-color: rgb(102 6 36 / 0.95);
}
.bg-rose-900{
  --tw-bg-opacity: 1;
  background-color: rgb(64 1 20 / var(--tw-bg-opacity));
}
.bg-rose-900\/0{
  background-color: rgb(64 1 20 / 0);
}
.bg-rose-900\/10{
  background-color: rgb(64 1 20 / 0.1);
}
.bg-rose-900\/100{
  background-color: rgb(64 1 20 / 1);
}
.bg-rose-900\/15{
  background-color: rgb(64 1 20 / 0.15);
}
.bg-rose-900\/20{
  background-color: rgb(64 1 20 / 0.2);
}
.bg-rose-900\/25{
  background-color: rgb(64 1 20 / 0.25);
}
.bg-rose-900\/30{
  background-color: rgb(64 1 20 / 0.3);
}
.bg-rose-900\/35{
  background-color: rgb(64 1 20 / 0.35);
}
.bg-rose-900\/40{
  background-color: rgb(64 1 20 / 0.4);
}
.bg-rose-900\/45{
  background-color: rgb(64 1 20 / 0.45);
}
.bg-rose-900\/5{
  background-color: rgb(64 1 20 / 0.05);
}
.bg-rose-900\/50{
  background-color: rgb(64 1 20 / 0.5);
}
.bg-rose-900\/55{
  background-color: rgb(64 1 20 / 0.55);
}
.bg-rose-900\/60{
  background-color: rgb(64 1 20 / 0.6);
}
.bg-rose-900\/65{
  background-color: rgb(64 1 20 / 0.65);
}
.bg-rose-900\/70{
  background-color: rgb(64 1 20 / 0.7);
}
.bg-rose-900\/75{
  background-color: rgb(64 1 20 / 0.75);
}
.bg-rose-900\/80{
  background-color: rgb(64 1 20 / 0.8);
}
.bg-rose-900\/85{
  background-color: rgb(64 1 20 / 0.85);
}
.bg-rose-900\/90{
  background-color: rgb(64 1 20 / 0.9);
}
.bg-rose-900\/95{
  background-color: rgb(64 1 20 / 0.95);
}
.bg-rose-950{
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.bg-rose-950\/0{
  background-color: rgb(76 5 25 / 0);
}
.bg-rose-950\/10{
  background-color: rgb(76 5 25 / 0.1);
}
.bg-rose-950\/100{
  background-color: rgb(76 5 25 / 1);
}
.bg-rose-950\/15{
  background-color: rgb(76 5 25 / 0.15);
}
.bg-rose-950\/20{
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/25{
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/30{
  background-color: rgb(76 5 25 / 0.3);
}
.bg-rose-950\/35{
  background-color: rgb(76 5 25 / 0.35);
}
.bg-rose-950\/40{
  background-color: rgb(76 5 25 / 0.4);
}
.bg-rose-950\/45{
  background-color: rgb(76 5 25 / 0.45);
}
.bg-rose-950\/5{
  background-color: rgb(76 5 25 / 0.05);
}
.bg-rose-950\/50{
  background-color: rgb(76 5 25 / 0.5);
}
.bg-rose-950\/55{
  background-color: rgb(76 5 25 / 0.55);
}
.bg-rose-950\/60{
  background-color: rgb(76 5 25 / 0.6);
}
.bg-rose-950\/65{
  background-color: rgb(76 5 25 / 0.65);
}
.bg-rose-950\/70{
  background-color: rgb(76 5 25 / 0.7);
}
.bg-rose-950\/75{
  background-color: rgb(76 5 25 / 0.75);
}
.bg-rose-950\/80{
  background-color: rgb(76 5 25 / 0.8);
}
.bg-rose-950\/85{
  background-color: rgb(76 5 25 / 0.85);
}
.bg-rose-950\/90{
  background-color: rgb(76 5 25 / 0.9);
}
.bg-rose-950\/95{
  background-color: rgb(76 5 25 / 0.95);
}
.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-secondary-100\/0{
  background-color: rgb(243 244 246 / 0);
}
.bg-secondary-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}
.bg-secondary-100\/100{
  background-color: rgb(243 244 246 / 1);
}
.bg-secondary-100\/15{
  background-color: rgb(243 244 246 / 0.15);
}
.bg-secondary-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}
.bg-secondary-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}
.bg-secondary-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}
.bg-secondary-100\/35{
  background-color: rgb(243 244 246 / 0.35);
}
.bg-secondary-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}
.bg-secondary-100\/45{
  background-color: rgb(243 244 246 / 0.45);
}
.bg-secondary-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}
.bg-secondary-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}
.bg-secondary-100\/55{
  background-color: rgb(243 244 246 / 0.55);
}
.bg-secondary-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}
.bg-secondary-100\/65{
  background-color: rgb(243 244 246 / 0.65);
}
.bg-secondary-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}
.bg-secondary-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}
.bg-secondary-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}
.bg-secondary-100\/85{
  background-color: rgb(243 244 246 / 0.85);
}
.bg-secondary-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}
.bg-secondary-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}
.bg-secondary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-secondary-200\/0{
  background-color: rgb(229 231 235 / 0);
}
.bg-secondary-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}
.bg-secondary-200\/100{
  background-color: rgb(229 231 235 / 1);
}
.bg-secondary-200\/15{
  background-color: rgb(229 231 235 / 0.15);
}
.bg-secondary-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}
.bg-secondary-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}
.bg-secondary-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}
.bg-secondary-200\/35{
  background-color: rgb(229 231 235 / 0.35);
}
.bg-secondary-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}
.bg-secondary-200\/45{
  background-color: rgb(229 231 235 / 0.45);
}
.bg-secondary-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}
.bg-secondary-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}
.bg-secondary-200\/55{
  background-color: rgb(229 231 235 / 0.55);
}
.bg-secondary-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}
.bg-secondary-200\/65{
  background-color: rgb(229 231 235 / 0.65);
}
.bg-secondary-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}
.bg-secondary-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}
.bg-secondary-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}
.bg-secondary-200\/85{
  background-color: rgb(229 231 235 / 0.85);
}
.bg-secondary-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}
.bg-secondary-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}
.bg-secondary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-secondary-300\/0{
  background-color: rgb(209 213 219 / 0);
}
.bg-secondary-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}
.bg-secondary-300\/100{
  background-color: rgb(209 213 219 / 1);
}
.bg-secondary-300\/15{
  background-color: rgb(209 213 219 / 0.15);
}
.bg-secondary-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}
.bg-secondary-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}
.bg-secondary-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}
.bg-secondary-300\/35{
  background-color: rgb(209 213 219 / 0.35);
}
.bg-secondary-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}
.bg-secondary-300\/45{
  background-color: rgb(209 213 219 / 0.45);
}
.bg-secondary-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}
.bg-secondary-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}
.bg-secondary-300\/55{
  background-color: rgb(209 213 219 / 0.55);
}
.bg-secondary-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}
.bg-secondary-300\/65{
  background-color: rgb(209 213 219 / 0.65);
}
.bg-secondary-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}
.bg-secondary-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}
.bg-secondary-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}
.bg-secondary-300\/85{
  background-color: rgb(209 213 219 / 0.85);
}
.bg-secondary-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}
.bg-secondary-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}
.bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-secondary-400\/0{
  background-color: rgb(156 163 175 / 0);
}
.bg-secondary-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}
.bg-secondary-400\/100{
  background-color: rgb(156 163 175 / 1);
}
.bg-secondary-400\/15{
  background-color: rgb(156 163 175 / 0.15);
}
.bg-secondary-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}
.bg-secondary-400\/25{
  background-color: rgb(156 163 175 / 0.25);
}
.bg-secondary-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}
.bg-secondary-400\/35{
  background-color: rgb(156 163 175 / 0.35);
}
.bg-secondary-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}
.bg-secondary-400\/45{
  background-color: rgb(156 163 175 / 0.45);
}
.bg-secondary-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}
.bg-secondary-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}
.bg-secondary-400\/55{
  background-color: rgb(156 163 175 / 0.55);
}
.bg-secondary-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}
.bg-secondary-400\/65{
  background-color: rgb(156 163 175 / 0.65);
}
.bg-secondary-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}
.bg-secondary-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}
.bg-secondary-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}
.bg-secondary-400\/85{
  background-color: rgb(156 163 175 / 0.85);
}
.bg-secondary-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}
.bg-secondary-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}
.bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-secondary-50\/0{
  background-color: rgb(249 250 251 / 0);
}
.bg-secondary-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}
.bg-secondary-50\/100{
  background-color: rgb(249 250 251 / 1);
}
.bg-secondary-50\/15{
  background-color: rgb(249 250 251 / 0.15);
}
.bg-secondary-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}
.bg-secondary-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}
.bg-secondary-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}
.bg-secondary-50\/35{
  background-color: rgb(249 250 251 / 0.35);
}
.bg-secondary-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}
.bg-secondary-50\/45{
  background-color: rgb(249 250 251 / 0.45);
}
.bg-secondary-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}
.bg-secondary-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}
.bg-secondary-50\/55{
  background-color: rgb(249 250 251 / 0.55);
}
.bg-secondary-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}
.bg-secondary-50\/65{
  background-color: rgb(249 250 251 / 0.65);
}
.bg-secondary-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}
.bg-secondary-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}
.bg-secondary-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}
.bg-secondary-50\/85{
  background-color: rgb(249 250 251 / 0.85);
}
.bg-secondary-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}
.bg-secondary-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}
.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-secondary-500\/0{
  background-color: rgb(107 114 128 / 0);
}
.bg-secondary-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}
.bg-secondary-500\/100{
  background-color: rgb(107 114 128 / 1);
}
.bg-secondary-500\/15{
  background-color: rgb(107 114 128 / 0.15);
}
.bg-secondary-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}
.bg-secondary-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}
.bg-secondary-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}
.bg-secondary-500\/35{
  background-color: rgb(107 114 128 / 0.35);
}
.bg-secondary-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}
.bg-secondary-500\/45{
  background-color: rgb(107 114 128 / 0.45);
}
.bg-secondary-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}
.bg-secondary-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}
.bg-secondary-500\/55{
  background-color: rgb(107 114 128 / 0.55);
}
.bg-secondary-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}
.bg-secondary-500\/65{
  background-color: rgb(107 114 128 / 0.65);
}
.bg-secondary-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}
.bg-secondary-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}
.bg-secondary-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}
.bg-secondary-500\/85{
  background-color: rgb(107 114 128 / 0.85);
}
.bg-secondary-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}
.bg-secondary-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}
.bg-secondary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-secondary-600\/0{
  background-color: rgb(75 85 99 / 0);
}
.bg-secondary-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}
.bg-secondary-600\/100{
  background-color: rgb(75 85 99 / 1);
}
.bg-secondary-600\/15{
  background-color: rgb(75 85 99 / 0.15);
}
.bg-secondary-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}
.bg-secondary-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}
.bg-secondary-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}
.bg-secondary-600\/35{
  background-color: rgb(75 85 99 / 0.35);
}
.bg-secondary-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}
.bg-secondary-600\/45{
  background-color: rgb(75 85 99 / 0.45);
}
.bg-secondary-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}
.bg-secondary-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}
.bg-secondary-600\/55{
  background-color: rgb(75 85 99 / 0.55);
}
.bg-secondary-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}
.bg-secondary-600\/65{
  background-color: rgb(75 85 99 / 0.65);
}
.bg-secondary-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}
.bg-secondary-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}
.bg-secondary-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}
.bg-secondary-600\/85{
  background-color: rgb(75 85 99 / 0.85);
}
.bg-secondary-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}
.bg-secondary-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}
.bg-secondary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-secondary-700\/0{
  background-color: rgb(55 65 81 / 0);
}
.bg-secondary-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}
.bg-secondary-700\/100{
  background-color: rgb(55 65 81 / 1);
}
.bg-secondary-700\/15{
  background-color: rgb(55 65 81 / 0.15);
}
.bg-secondary-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}
.bg-secondary-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}
.bg-secondary-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}
.bg-secondary-700\/35{
  background-color: rgb(55 65 81 / 0.35);
}
.bg-secondary-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}
.bg-secondary-700\/45{
  background-color: rgb(55 65 81 / 0.45);
}
.bg-secondary-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}
.bg-secondary-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}
.bg-secondary-700\/55{
  background-color: rgb(55 65 81 / 0.55);
}
.bg-secondary-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}
.bg-secondary-700\/65{
  background-color: rgb(55 65 81 / 0.65);
}
.bg-secondary-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}
.bg-secondary-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}
.bg-secondary-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}
.bg-secondary-700\/85{
  background-color: rgb(55 65 81 / 0.85);
}
.bg-secondary-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}
.bg-secondary-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}
.bg-secondary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-secondary-800\/0{
  background-color: rgb(31 41 55 / 0);
}
.bg-secondary-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}
.bg-secondary-800\/100{
  background-color: rgb(31 41 55 / 1);
}
.bg-secondary-800\/15{
  background-color: rgb(31 41 55 / 0.15);
}
.bg-secondary-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}
.bg-secondary-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}
.bg-secondary-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}
.bg-secondary-800\/35{
  background-color: rgb(31 41 55 / 0.35);
}
.bg-secondary-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}
.bg-secondary-800\/45{
  background-color: rgb(31 41 55 / 0.45);
}
.bg-secondary-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}
.bg-secondary-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}
.bg-secondary-800\/55{
  background-color: rgb(31 41 55 / 0.55);
}
.bg-secondary-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}
.bg-secondary-800\/65{
  background-color: rgb(31 41 55 / 0.65);
}
.bg-secondary-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}
.bg-secondary-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}
.bg-secondary-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}
.bg-secondary-800\/85{
  background-color: rgb(31 41 55 / 0.85);
}
.bg-secondary-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}
.bg-secondary-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}
.bg-secondary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-secondary-900\/0{
  background-color: rgb(17 24 39 / 0);
}
.bg-secondary-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}
.bg-secondary-900\/100{
  background-color: rgb(17 24 39 / 1);
}
.bg-secondary-900\/15{
  background-color: rgb(17 24 39 / 0.15);
}
.bg-secondary-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}
.bg-secondary-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}
.bg-secondary-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}
.bg-secondary-900\/35{
  background-color: rgb(17 24 39 / 0.35);
}
.bg-secondary-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}
.bg-secondary-900\/45{
  background-color: rgb(17 24 39 / 0.45);
}
.bg-secondary-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}
.bg-secondary-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}
.bg-secondary-900\/55{
  background-color: rgb(17 24 39 / 0.55);
}
.bg-secondary-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}
.bg-secondary-900\/65{
  background-color: rgb(17 24 39 / 0.65);
}
.bg-secondary-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}
.bg-secondary-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}
.bg-secondary-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}
.bg-secondary-900\/85{
  background-color: rgb(17 24 39 / 0.85);
}
.bg-secondary-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}
.bg-secondary-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}
.bg-secondary-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-secondary-950\/0{
  background-color: rgb(3 7 18 / 0);
}
.bg-secondary-950\/10{
  background-color: rgb(3 7 18 / 0.1);
}
.bg-secondary-950\/100{
  background-color: rgb(3 7 18 / 1);
}
.bg-secondary-950\/15{
  background-color: rgb(3 7 18 / 0.15);
}
.bg-secondary-950\/20{
  background-color: rgb(3 7 18 / 0.2);
}
.bg-secondary-950\/25{
  background-color: rgb(3 7 18 / 0.25);
}
.bg-secondary-950\/30{
  background-color: rgb(3 7 18 / 0.3);
}
.bg-secondary-950\/35{
  background-color: rgb(3 7 18 / 0.35);
}
.bg-secondary-950\/40{
  background-color: rgb(3 7 18 / 0.4);
}
.bg-secondary-950\/45{
  background-color: rgb(3 7 18 / 0.45);
}
.bg-secondary-950\/5{
  background-color: rgb(3 7 18 / 0.05);
}
.bg-secondary-950\/50{
  background-color: rgb(3 7 18 / 0.5);
}
.bg-secondary-950\/55{
  background-color: rgb(3 7 18 / 0.55);
}
.bg-secondary-950\/60{
  background-color: rgb(3 7 18 / 0.6);
}
.bg-secondary-950\/65{
  background-color: rgb(3 7 18 / 0.65);
}
.bg-secondary-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}
.bg-secondary-950\/75{
  background-color: rgb(3 7 18 / 0.75);
}
.bg-secondary-950\/80{
  background-color: rgb(3 7 18 / 0.8);
}
.bg-secondary-950\/85{
  background-color: rgb(3 7 18 / 0.85);
}
.bg-secondary-950\/90{
  background-color: rgb(3 7 18 / 0.9);
}
.bg-secondary-950\/95{
  background-color: rgb(3 7 18 / 0.95);
}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-100\/0{
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10{
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100{
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/15{
  background-color: rgb(224 242 254 / 0.15);
}
.bg-sky-100\/20{
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25{
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30{
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/35{
  background-color: rgb(224 242 254 / 0.35);
}
.bg-sky-100\/40{
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/45{
  background-color: rgb(224 242 254 / 0.45);
}
.bg-sky-100\/5{
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50{
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/55{
  background-color: rgb(224 242 254 / 0.55);
}
.bg-sky-100\/60{
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/65{
  background-color: rgb(224 242 254 / 0.65);
}
.bg-sky-100\/70{
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75{
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80{
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/85{
  background-color: rgb(224 242 254 / 0.85);
}
.bg-sky-100\/90{
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95{
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-sky-200\/0{
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10{
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100{
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/15{
  background-color: rgb(186 230 253 / 0.15);
}
.bg-sky-200\/20{
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25{
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30{
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/35{
  background-color: rgb(186 230 253 / 0.35);
}
.bg-sky-200\/40{
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/45{
  background-color: rgb(186 230 253 / 0.45);
}
.bg-sky-200\/5{
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50{
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/55{
  background-color: rgb(186 230 253 / 0.55);
}
.bg-sky-200\/60{
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/65{
  background-color: rgb(186 230 253 / 0.65);
}
.bg-sky-200\/70{
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75{
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80{
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/85{
  background-color: rgb(186 230 253 / 0.85);
}
.bg-sky-200\/90{
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95{
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-300{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-sky-300\/0{
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10{
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100{
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/15{
  background-color: rgb(125 211 252 / 0.15);
}
.bg-sky-300\/20{
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25{
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30{
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/35{
  background-color: rgb(125 211 252 / 0.35);
}
.bg-sky-300\/40{
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/45{
  background-color: rgb(125 211 252 / 0.45);
}
.bg-sky-300\/5{
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50{
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/55{
  background-color: rgb(125 211 252 / 0.55);
}
.bg-sky-300\/60{
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/65{
  background-color: rgb(125 211 252 / 0.65);
}
.bg-sky-300\/70{
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75{
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80{
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/85{
  background-color: rgb(125 211 252 / 0.85);
}
.bg-sky-300\/90{
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95{
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-sky-400\/0{
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10{
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100{
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/15{
  background-color: rgb(56 189 248 / 0.15);
}
.bg-sky-400\/20{
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25{
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30{
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/35{
  background-color: rgb(56 189 248 / 0.35);
}
.bg-sky-400\/40{
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/45{
  background-color: rgb(56 189 248 / 0.45);
}
.bg-sky-400\/5{
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50{
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/55{
  background-color: rgb(56 189 248 / 0.55);
}
.bg-sky-400\/60{
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/65{
  background-color: rgb(56 189 248 / 0.65);
}
.bg-sky-400\/70{
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75{
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80{
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/85{
  background-color: rgb(56 189 248 / 0.85);
}
.bg-sky-400\/90{
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95{
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-sky-50\/0{
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10{
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100{
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/15{
  background-color: rgb(240 249 255 / 0.15);
}
.bg-sky-50\/20{
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25{
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30{
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/35{
  background-color: rgb(240 249 255 / 0.35);
}
.bg-sky-50\/40{
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/45{
  background-color: rgb(240 249 255 / 0.45);
}
.bg-sky-50\/5{
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50{
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/55{
  background-color: rgb(240 249 255 / 0.55);
}
.bg-sky-50\/60{
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/65{
  background-color: rgb(240 249 255 / 0.65);
}
.bg-sky-50\/70{
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75{
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80{
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/85{
  background-color: rgb(240 249 255 / 0.85);
}
.bg-sky-50\/90{
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95{
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-sky-500\/0{
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100{
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/15{
  background-color: rgb(14 165 233 / 0.15);
}
.bg-sky-500\/20{
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25{
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30{
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/35{
  background-color: rgb(14 165 233 / 0.35);
}
.bg-sky-500\/40{
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/45{
  background-color: rgb(14 165 233 / 0.45);
}
.bg-sky-500\/5{
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50{
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/55{
  background-color: rgb(14 165 233 / 0.55);
}
.bg-sky-500\/60{
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/65{
  background-color: rgb(14 165 233 / 0.65);
}
.bg-sky-500\/70{
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75{
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80{
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/85{
  background-color: rgb(14 165 233 / 0.85);
}
.bg-sky-500\/90{
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95{
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-sky-600\/0{
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10{
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100{
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/15{
  background-color: rgb(2 132 199 / 0.15);
}
.bg-sky-600\/20{
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25{
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30{
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/35{
  background-color: rgb(2 132 199 / 0.35);
}
.bg-sky-600\/40{
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/45{
  background-color: rgb(2 132 199 / 0.45);
}
.bg-sky-600\/5{
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50{
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/55{
  background-color: rgb(2 132 199 / 0.55);
}
.bg-sky-600\/60{
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/65{
  background-color: rgb(2 132 199 / 0.65);
}
.bg-sky-600\/70{
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75{
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80{
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/85{
  background-color: rgb(2 132 199 / 0.85);
}
.bg-sky-600\/90{
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95{
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-sky-700\/0{
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10{
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100{
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/15{
  background-color: rgb(3 105 161 / 0.15);
}
.bg-sky-700\/20{
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25{
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30{
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/35{
  background-color: rgb(3 105 161 / 0.35);
}
.bg-sky-700\/40{
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/45{
  background-color: rgb(3 105 161 / 0.45);
}
.bg-sky-700\/5{
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50{
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/55{
  background-color: rgb(3 105 161 / 0.55);
}
.bg-sky-700\/60{
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/65{
  background-color: rgb(3 105 161 / 0.65);
}
.bg-sky-700\/70{
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75{
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80{
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/85{
  background-color: rgb(3 105 161 / 0.85);
}
.bg-sky-700\/90{
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95{
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-800{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-sky-800\/0{
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10{
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100{
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/15{
  background-color: rgb(7 89 133 / 0.15);
}
.bg-sky-800\/20{
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25{
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30{
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/35{
  background-color: rgb(7 89 133 / 0.35);
}
.bg-sky-800\/40{
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/45{
  background-color: rgb(7 89 133 / 0.45);
}
.bg-sky-800\/5{
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50{
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/55{
  background-color: rgb(7 89 133 / 0.55);
}
.bg-sky-800\/60{
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/65{
  background-color: rgb(7 89 133 / 0.65);
}
.bg-sky-800\/70{
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75{
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80{
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/85{
  background-color: rgb(7 89 133 / 0.85);
}
.bg-sky-800\/90{
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95{
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-900{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-sky-900\/0{
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10{
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100{
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/15{
  background-color: rgb(12 74 110 / 0.15);
}
.bg-sky-900\/20{
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25{
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/35{
  background-color: rgb(12 74 110 / 0.35);
}
.bg-sky-900\/40{
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/45{
  background-color: rgb(12 74 110 / 0.45);
}
.bg-sky-900\/5{
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50{
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/55{
  background-color: rgb(12 74 110 / 0.55);
}
.bg-sky-900\/60{
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/65{
  background-color: rgb(12 74 110 / 0.65);
}
.bg-sky-900\/70{
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75{
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80{
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/85{
  background-color: rgb(12 74 110 / 0.85);
}
.bg-sky-900\/90{
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95{
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.bg-sky-950\/0{
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10{
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100{
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/15{
  background-color: rgb(8 47 73 / 0.15);
}
.bg-sky-950\/20{
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25{
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30{
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/35{
  background-color: rgb(8 47 73 / 0.35);
}
.bg-sky-950\/40{
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/45{
  background-color: rgb(8 47 73 / 0.45);
}
.bg-sky-950\/5{
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50{
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/55{
  background-color: rgb(8 47 73 / 0.55);
}
.bg-sky-950\/60{
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/65{
  background-color: rgb(8 47 73 / 0.65);
}
.bg-sky-950\/70{
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75{
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80{
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/85{
  background-color: rgb(8 47 73 / 0.85);
}
.bg-sky-950\/90{
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95{
  background-color: rgb(8 47 73 / 0.95);
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-100\/0{
  background-color: rgb(241 245 249 / 0);
}
.bg-slate-100\/10{
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-100\/100{
  background-color: rgb(241 245 249 / 1);
}
.bg-slate-100\/15{
  background-color: rgb(241 245 249 / 0.15);
}
.bg-slate-100\/20{
  background-color: rgb(241 245 249 / 0.2);
}
.bg-slate-100\/25{
  background-color: rgb(241 245 249 / 0.25);
}
.bg-slate-100\/30{
  background-color: rgb(241 245 249 / 0.3);
}
.bg-slate-100\/35{
  background-color: rgb(241 245 249 / 0.35);
}
.bg-slate-100\/40{
  background-color: rgb(241 245 249 / 0.4);
}
.bg-slate-100\/45{
  background-color: rgb(241 245 249 / 0.45);
}
.bg-slate-100\/5{
  background-color: rgb(241 245 249 / 0.05);
}
.bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/55{
  background-color: rgb(241 245 249 / 0.55);
}
.bg-slate-100\/60{
  background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-100\/65{
  background-color: rgb(241 245 249 / 0.65);
}
.bg-slate-100\/70{
  background-color: rgb(241 245 249 / 0.7);
}
.bg-slate-100\/75{
  background-color: rgb(241 245 249 / 0.75);
}
.bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-100\/85{
  background-color: rgb(241 245 249 / 0.85);
}
.bg-slate-100\/90{
  background-color: rgb(241 245 249 / 0.9);
}
.bg-slate-100\/95{
  background-color: rgb(241 245 249 / 0.95);
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-200\/0{
  background-color: rgb(226 232 240 / 0);
}
.bg-slate-200\/10{
  background-color: rgb(226 232 240 / 0.1);
}
.bg-slate-200\/100{
  background-color: rgb(226 232 240 / 1);
}
.bg-slate-200\/15{
  background-color: rgb(226 232 240 / 0.15);
}
.bg-slate-200\/20{
  background-color: rgb(226 232 240 / 0.2);
}
.bg-slate-200\/25{
  background-color: rgb(226 232 240 / 0.25);
}
.bg-slate-200\/30{
  background-color: rgb(226 232 240 / 0.3);
}
.bg-slate-200\/35{
  background-color: rgb(226 232 240 / 0.35);
}
.bg-slate-200\/40{
  background-color: rgb(226 232 240 / 0.4);
}
.bg-slate-200\/45{
  background-color: rgb(226 232 240 / 0.45);
}
.bg-slate-200\/5{
  background-color: rgb(226 232 240 / 0.05);
}
.bg-slate-200\/50{
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/55{
  background-color: rgb(226 232 240 / 0.55);
}
.bg-slate-200\/60{
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-200\/65{
  background-color: rgb(226 232 240 / 0.65);
}
.bg-slate-200\/70{
  background-color: rgb(226 232 240 / 0.7);
}
.bg-slate-200\/75{
  background-color: rgb(226 232 240 / 0.75);
}
.bg-slate-200\/80{
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-200\/85{
  background-color: rgb(226 232 240 / 0.85);
}
.bg-slate-200\/90{
  background-color: rgb(226 232 240 / 0.9);
}
.bg-slate-200\/95{
  background-color: rgb(226 232 240 / 0.95);
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-300\/0{
  background-color: rgb(203 213 225 / 0);
}
.bg-slate-300\/10{
  background-color: rgb(203 213 225 / 0.1);
}
.bg-slate-300\/100{
  background-color: rgb(203 213 225 / 1);
}
.bg-slate-300\/15{
  background-color: rgb(203 213 225 / 0.15);
}
.bg-slate-300\/20{
  background-color: rgb(203 213 225 / 0.2);
}
.bg-slate-300\/25{
  background-color: rgb(203 213 225 / 0.25);
}
.bg-slate-300\/30{
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-300\/35{
  background-color: rgb(203 213 225 / 0.35);
}
.bg-slate-300\/40{
  background-color: rgb(203 213 225 / 0.4);
}
.bg-slate-300\/45{
  background-color: rgb(203 213 225 / 0.45);
}
.bg-slate-300\/5{
  background-color: rgb(203 213 225 / 0.05);
}
.bg-slate-300\/50{
  background-color: rgb(203 213 225 / 0.5);
}
.bg-slate-300\/55{
  background-color: rgb(203 213 225 / 0.55);
}
.bg-slate-300\/60{
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-300\/65{
  background-color: rgb(203 213 225 / 0.65);
}
.bg-slate-300\/70{
  background-color: rgb(203 213 225 / 0.7);
}
.bg-slate-300\/75{
  background-color: rgb(203 213 225 / 0.75);
}
.bg-slate-300\/80{
  background-color: rgb(203 213 225 / 0.8);
}
.bg-slate-300\/85{
  background-color: rgb(203 213 225 / 0.85);
}
.bg-slate-300\/90{
  background-color: rgb(203 213 225 / 0.9);
}
.bg-slate-300\/95{
  background-color: rgb(203 213 225 / 0.95);
}
.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-slate-400\/0{
  background-color: rgb(148 163 184 / 0);
}
.bg-slate-400\/10{
  background-color: rgb(148 163 184 / 0.1);
}
.bg-slate-400\/100{
  background-color: rgb(148 163 184 / 1);
}
.bg-slate-400\/15{
  background-color: rgb(148 163 184 / 0.15);
}
.bg-slate-400\/20{
  background-color: rgb(148 163 184 / 0.2);
}
.bg-slate-400\/25{
  background-color: rgb(148 163 184 / 0.25);
}
.bg-slate-400\/30{
  background-color: rgb(148 163 184 / 0.3);
}
.bg-slate-400\/35{
  background-color: rgb(148 163 184 / 0.35);
}
.bg-slate-400\/40{
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-400\/45{
  background-color: rgb(148 163 184 / 0.45);
}
.bg-slate-400\/5{
  background-color: rgb(148 163 184 / 0.05);
}
.bg-slate-400\/50{
  background-color: rgb(148 163 184 / 0.5);
}
.bg-slate-400\/55{
  background-color: rgb(148 163 184 / 0.55);
}
.bg-slate-400\/60{
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-400\/65{
  background-color: rgb(148 163 184 / 0.65);
}
.bg-slate-400\/70{
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-400\/75{
  background-color: rgb(148 163 184 / 0.75);
}
.bg-slate-400\/80{
  background-color: rgb(148 163 184 / 0.8);
}
.bg-slate-400\/85{
  background-color: rgb(148 163 184 / 0.85);
}
.bg-slate-400\/90{
  background-color: rgb(148 163 184 / 0.9);
}
.bg-slate-400\/95{
  background-color: rgb(148 163 184 / 0.95);
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-50\/0{
  background-color: rgb(248 250 252 / 0);
}
.bg-slate-50\/10{
  background-color: rgb(248 250 252 / 0.1);
}
.bg-slate-50\/100{
  background-color: rgb(248 250 252 / 1);
}
.bg-slate-50\/15{
  background-color: rgb(248 250 252 / 0.15);
}
.bg-slate-50\/20{
  background-color: rgb(248 250 252 / 0.2);
}
.bg-slate-50\/25{
  background-color: rgb(248 250 252 / 0.25);
}
.bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/35{
  background-color: rgb(248 250 252 / 0.35);
}
.bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/45{
  background-color: rgb(248 250 252 / 0.45);
}
.bg-slate-50\/5{
  background-color: rgb(248 250 252 / 0.05);
}
.bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/55{
  background-color: rgb(248 250 252 / 0.55);
}
.bg-slate-50\/60{
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/65{
  background-color: rgb(248 250 252 / 0.65);
}
.bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75{
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-50\/85{
  background-color: rgb(248 250 252 / 0.85);
}
.bg-slate-50\/90{
  background-color: rgb(248 250 252 / 0.9);
}
.bg-slate-50\/95{
  background-color: rgb(248 250 252 / 0.95);
}
.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-slate-500\/0{
  background-color: rgb(100 116 139 / 0);
}
.bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-500\/100{
  background-color: rgb(100 116 139 / 1);
}
.bg-slate-500\/15{
  background-color: rgb(100 116 139 / 0.15);
}
.bg-slate-500\/20{
  background-color: rgb(100 116 139 / 0.2);
}
.bg-slate-500\/25{
  background-color: rgb(100 116 139 / 0.25);
}
.bg-slate-500\/30{
  background-color: rgb(100 116 139 / 0.3);
}
.bg-slate-500\/35{
  background-color: rgb(100 116 139 / 0.35);
}
.bg-slate-500\/40{
  background-color: rgb(100 116 139 / 0.4);
}
.bg-slate-500\/45{
  background-color: rgb(100 116 139 / 0.45);
}
.bg-slate-500\/5{
  background-color: rgb(100 116 139 / 0.05);
}
.bg-slate-500\/50{
  background-color: rgb(100 116 139 / 0.5);
}
.bg-slate-500\/55{
  background-color: rgb(100 116 139 / 0.55);
}
.bg-slate-500\/60{
  background-color: rgb(100 116 139 / 0.6);
}
.bg-slate-500\/65{
  background-color: rgb(100 116 139 / 0.65);
}
.bg-slate-500\/70{
  background-color: rgb(100 116 139 / 0.7);
}
.bg-slate-500\/75{
  background-color: rgb(100 116 139 / 0.75);
}
.bg-slate-500\/80{
  background-color: rgb(100 116 139 / 0.8);
}
.bg-slate-500\/85{
  background-color: rgb(100 116 139 / 0.85);
}
.bg-slate-500\/90{
  background-color: rgb(100 116 139 / 0.9);
}
.bg-slate-500\/95{
  background-color: rgb(100 116 139 / 0.95);
}
.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-slate-600\/0{
  background-color: rgb(71 85 105 / 0);
}
.bg-slate-600\/10{
  background-color: rgb(71 85 105 / 0.1);
}
.bg-slate-600\/100{
  background-color: rgb(71 85 105 / 1);
}
.bg-slate-600\/15{
  background-color: rgb(71 85 105 / 0.15);
}
.bg-slate-600\/20{
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-600\/25{
  background-color: rgb(71 85 105 / 0.25);
}
.bg-slate-600\/30{
  background-color: rgb(71 85 105 / 0.3);
}
.bg-slate-600\/35{
  background-color: rgb(71 85 105 / 0.35);
}
.bg-slate-600\/40{
  background-color: rgb(71 85 105 / 0.4);
}
.bg-slate-600\/45{
  background-color: rgb(71 85 105 / 0.45);
}
.bg-slate-600\/5{
  background-color: rgb(71 85 105 / 0.05);
}
.bg-slate-600\/50{
  background-color: rgb(71 85 105 / 0.5);
}
.bg-slate-600\/55{
  background-color: rgb(71 85 105 / 0.55);
}
.bg-slate-600\/60{
  background-color: rgb(71 85 105 / 0.6);
}
.bg-slate-600\/65{
  background-color: rgb(71 85 105 / 0.65);
}
.bg-slate-600\/70{
  background-color: rgb(71 85 105 / 0.7);
}
.bg-slate-600\/75{
  background-color: rgb(71 85 105 / 0.75);
}
.bg-slate-600\/80{
  background-color: rgb(71 85 105 / 0.8);
}
.bg-slate-600\/85{
  background-color: rgb(71 85 105 / 0.85);
}
.bg-slate-600\/90{
  background-color: rgb(71 85 105 / 0.9);
}
.bg-slate-600\/95{
  background-color: rgb(71 85 105 / 0.95);
}
.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-700\/0{
  background-color: rgb(51 65 85 / 0);
}
.bg-slate-700\/10{
  background-color: rgb(51 65 85 / 0.1);
}
.bg-slate-700\/100{
  background-color: rgb(51 65 85 / 1);
}
.bg-slate-700\/15{
  background-color: rgb(51 65 85 / 0.15);
}
.bg-slate-700\/20{
  background-color: rgb(51 65 85 / 0.2);
}
.bg-slate-700\/25{
  background-color: rgb(51 65 85 / 0.25);
}
.bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/35{
  background-color: rgb(51 65 85 / 0.35);
}
.bg-slate-700\/40{
  background-color: rgb(51 65 85 / 0.4);
}
.bg-slate-700\/45{
  background-color: rgb(51 65 85 / 0.45);
}
.bg-slate-700\/5{
  background-color: rgb(51 65 85 / 0.05);
}
.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/55{
  background-color: rgb(51 65 85 / 0.55);
}
.bg-slate-700\/60{
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-700\/65{
  background-color: rgb(51 65 85 / 0.65);
}
.bg-slate-700\/70{
  background-color: rgb(51 65 85 / 0.7);
}
.bg-slate-700\/75{
  background-color: rgb(51 65 85 / 0.75);
}
.bg-slate-700\/80{
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-700\/85{
  background-color: rgb(51 65 85 / 0.85);
}
.bg-slate-700\/90{
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-700\/95{
  background-color: rgb(51 65 85 / 0.95);
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-slate-800\/0{
  background-color: rgb(30 41 59 / 0);
}
.bg-slate-800\/10{
  background-color: rgb(30 41 59 / 0.1);
}
.bg-slate-800\/100{
  background-color: rgb(30 41 59 / 1);
}
.bg-slate-800\/15{
  background-color: rgb(30 41 59 / 0.15);
}
.bg-slate-800\/20{
  background-color: rgb(30 41 59 / 0.2);
}
.bg-slate-800\/25{
  background-color: rgb(30 41 59 / 0.25);
}
.bg-slate-800\/30{
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/35{
  background-color: rgb(30 41 59 / 0.35);
}
.bg-slate-800\/40{
  background-color: rgb(30 41 59 / 0.4);
}
.bg-slate-800\/45{
  background-color: rgb(30 41 59 / 0.45);
}
.bg-slate-800\/5{
  background-color: rgb(30 41 59 / 0.05);
}
.bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/55{
  background-color: rgb(30 41 59 / 0.55);
}
.bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/65{
  background-color: rgb(30 41 59 / 0.65);
}
.bg-slate-800\/70{
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-800\/75{
  background-color: rgb(30 41 59 / 0.75);
}
.bg-slate-800\/80{
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-800\/85{
  background-color: rgb(30 41 59 / 0.85);
}
.bg-slate-800\/90{
  background-color: rgb(30 41 59 / 0.9);
}
.bg-slate-800\/95{
  background-color: rgb(30 41 59 / 0.95);
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-slate-900\/0{
  background-color: rgb(15 23 42 / 0);
}
.bg-slate-900\/10{
  background-color: rgb(15 23 42 / 0.1);
}
.bg-slate-900\/100{
  background-color: rgb(15 23 42 / 1);
}
.bg-slate-900\/15{
  background-color: rgb(15 23 42 / 0.15);
}
.bg-slate-900\/20{
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/25{
  background-color: rgb(15 23 42 / 0.25);
}
.bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/35{
  background-color: rgb(15 23 42 / 0.35);
}
.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/45{
  background-color: rgb(15 23 42 / 0.45);
}
.bg-slate-900\/5{
  background-color: rgb(15 23 42 / 0.05);
}
.bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/55{
  background-color: rgb(15 23 42 / 0.55);
}
.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/65{
  background-color: rgb(15 23 42 / 0.65);
}
.bg-slate-900\/70{
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/75{
  background-color: rgb(15 23 42 / 0.75);
}
.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/85{
  background-color: rgb(15 23 42 / 0.85);
}
.bg-slate-900\/90{
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.bg-slate-950\/0{
  background-color: rgb(2 6 23 / 0);
}
.bg-slate-950\/10{
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/100{
  background-color: rgb(2 6 23 / 1);
}
.bg-slate-950\/15{
  background-color: rgb(2 6 23 / 0.15);
}
.bg-slate-950\/20{
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25{
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30{
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/35{
  background-color: rgb(2 6 23 / 0.35);
}
.bg-slate-950\/40{
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/45{
  background-color: rgb(2 6 23 / 0.45);
}
.bg-slate-950\/5{
  background-color: rgb(2 6 23 / 0.05);
}
.bg-slate-950\/50{
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/55{
  background-color: rgb(2 6 23 / 0.55);
}
.bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/65{
  background-color: rgb(2 6 23 / 0.65);
}
.bg-slate-950\/70{
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75{
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/85{
  background-color: rgb(2 6 23 / 0.85);
}
.bg-slate-950\/90{
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95{
  background-color: rgb(2 6 23 / 0.95);
}
.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-stone-100\/0{
  background-color: rgb(245 245 244 / 0);
}
.bg-stone-100\/10{
  background-color: rgb(245 245 244 / 0.1);
}
.bg-stone-100\/100{
  background-color: rgb(245 245 244 / 1);
}
.bg-stone-100\/15{
  background-color: rgb(245 245 244 / 0.15);
}
.bg-stone-100\/20{
  background-color: rgb(245 245 244 / 0.2);
}
.bg-stone-100\/25{
  background-color: rgb(245 245 244 / 0.25);
}
.bg-stone-100\/30{
  background-color: rgb(245 245 244 / 0.3);
}
.bg-stone-100\/35{
  background-color: rgb(245 245 244 / 0.35);
}
.bg-stone-100\/40{
  background-color: rgb(245 245 244 / 0.4);
}
.bg-stone-100\/45{
  background-color: rgb(245 245 244 / 0.45);
}
.bg-stone-100\/5{
  background-color: rgb(245 245 244 / 0.05);
}
.bg-stone-100\/50{
  background-color: rgb(245 245 244 / 0.5);
}
.bg-stone-100\/55{
  background-color: rgb(245 245 244 / 0.55);
}
.bg-stone-100\/60{
  background-color: rgb(245 245 244 / 0.6);
}
.bg-stone-100\/65{
  background-color: rgb(245 245 244 / 0.65);
}
.bg-stone-100\/70{
  background-color: rgb(245 245 244 / 0.7);
}
.bg-stone-100\/75{
  background-color: rgb(245 245 244 / 0.75);
}
.bg-stone-100\/80{
  background-color: rgb(245 245 244 / 0.8);
}
.bg-stone-100\/85{
  background-color: rgb(245 245 244 / 0.85);
}
.bg-stone-100\/90{
  background-color: rgb(245 245 244 / 0.9);
}
.bg-stone-100\/95{
  background-color: rgb(245 245 244 / 0.95);
}
.bg-stone-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-stone-200\/0{
  background-color: rgb(231 229 228 / 0);
}
.bg-stone-200\/10{
  background-color: rgb(231 229 228 / 0.1);
}
.bg-stone-200\/100{
  background-color: rgb(231 229 228 / 1);
}
.bg-stone-200\/15{
  background-color: rgb(231 229 228 / 0.15);
}
.bg-stone-200\/20{
  background-color: rgb(231 229 228 / 0.2);
}
.bg-stone-200\/25{
  background-color: rgb(231 229 228 / 0.25);
}
.bg-stone-200\/30{
  background-color: rgb(231 229 228 / 0.3);
}
.bg-stone-200\/35{
  background-color: rgb(231 229 228 / 0.35);
}
.bg-stone-200\/40{
  background-color: rgb(231 229 228 / 0.4);
}
.bg-stone-200\/45{
  background-color: rgb(231 229 228 / 0.45);
}
.bg-stone-200\/5{
  background-color: rgb(231 229 228 / 0.05);
}
.bg-stone-200\/50{
  background-color: rgb(231 229 228 / 0.5);
}
.bg-stone-200\/55{
  background-color: rgb(231 229 228 / 0.55);
}
.bg-stone-200\/60{
  background-color: rgb(231 229 228 / 0.6);
}
.bg-stone-200\/65{
  background-color: rgb(231 229 228 / 0.65);
}
.bg-stone-200\/70{
  background-color: rgb(231 229 228 / 0.7);
}
.bg-stone-200\/75{
  background-color: rgb(231 229 228 / 0.75);
}
.bg-stone-200\/80{
  background-color: rgb(231 229 228 / 0.8);
}
.bg-stone-200\/85{
  background-color: rgb(231 229 228 / 0.85);
}
.bg-stone-200\/90{
  background-color: rgb(231 229 228 / 0.9);
}
.bg-stone-200\/95{
  background-color: rgb(231 229 228 / 0.95);
}
.bg-stone-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-stone-300\/0{
  background-color: rgb(214 211 209 / 0);
}
.bg-stone-300\/10{
  background-color: rgb(214 211 209 / 0.1);
}
.bg-stone-300\/100{
  background-color: rgb(214 211 209 / 1);
}
.bg-stone-300\/15{
  background-color: rgb(214 211 209 / 0.15);
}
.bg-stone-300\/20{
  background-color: rgb(214 211 209 / 0.2);
}
.bg-stone-300\/25{
  background-color: rgb(214 211 209 / 0.25);
}
.bg-stone-300\/30{
  background-color: rgb(214 211 209 / 0.3);
}
.bg-stone-300\/35{
  background-color: rgb(214 211 209 / 0.35);
}
.bg-stone-300\/40{
  background-color: rgb(214 211 209 / 0.4);
}
.bg-stone-300\/45{
  background-color: rgb(214 211 209 / 0.45);
}
.bg-stone-300\/5{
  background-color: rgb(214 211 209 / 0.05);
}
.bg-stone-300\/50{
  background-color: rgb(214 211 209 / 0.5);
}
.bg-stone-300\/55{
  background-color: rgb(214 211 209 / 0.55);
}
.bg-stone-300\/60{
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-300\/65{
  background-color: rgb(214 211 209 / 0.65);
}
.bg-stone-300\/70{
  background-color: rgb(214 211 209 / 0.7);
}
.bg-stone-300\/75{
  background-color: rgb(214 211 209 / 0.75);
}
.bg-stone-300\/80{
  background-color: rgb(214 211 209 / 0.8);
}
.bg-stone-300\/85{
  background-color: rgb(214 211 209 / 0.85);
}
.bg-stone-300\/90{
  background-color: rgb(214 211 209 / 0.9);
}
.bg-stone-300\/95{
  background-color: rgb(214 211 209 / 0.95);
}
.bg-stone-400{
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.bg-stone-400\/0{
  background-color: rgb(168 162 158 / 0);
}
.bg-stone-400\/10{
  background-color: rgb(168 162 158 / 0.1);
}
.bg-stone-400\/100{
  background-color: rgb(168 162 158 / 1);
}
.bg-stone-400\/15{
  background-color: rgb(168 162 158 / 0.15);
}
.bg-stone-400\/20{
  background-color: rgb(168 162 158 / 0.2);
}
.bg-stone-400\/25{
  background-color: rgb(168 162 158 / 0.25);
}
.bg-stone-400\/30{
  background-color: rgb(168 162 158 / 0.3);
}
.bg-stone-400\/35{
  background-color: rgb(168 162 158 / 0.35);
}
.bg-stone-400\/40{
  background-color: rgb(168 162 158 / 0.4);
}
.bg-stone-400\/45{
  background-color: rgb(168 162 158 / 0.45);
}
.bg-stone-400\/5{
  background-color: rgb(168 162 158 / 0.05);
}
.bg-stone-400\/50{
  background-color: rgb(168 162 158 / 0.5);
}
.bg-stone-400\/55{
  background-color: rgb(168 162 158 / 0.55);
}
.bg-stone-400\/60{
  background-color: rgb(168 162 158 / 0.6);
}
.bg-stone-400\/65{
  background-color: rgb(168 162 158 / 0.65);
}
.bg-stone-400\/70{
  background-color: rgb(168 162 158 / 0.7);
}
.bg-stone-400\/75{
  background-color: rgb(168 162 158 / 0.75);
}
.bg-stone-400\/80{
  background-color: rgb(168 162 158 / 0.8);
}
.bg-stone-400\/85{
  background-color: rgb(168 162 158 / 0.85);
}
.bg-stone-400\/90{
  background-color: rgb(168 162 158 / 0.9);
}
.bg-stone-400\/95{
  background-color: rgb(168 162 158 / 0.95);
}
.bg-stone-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-stone-50\/0{
  background-color: rgb(250 250 249 / 0);
}
.bg-stone-50\/10{
  background-color: rgb(250 250 249 / 0.1);
}
.bg-stone-50\/100{
  background-color: rgb(250 250 249 / 1);
}
.bg-stone-50\/15{
  background-color: rgb(250 250 249 / 0.15);
}
.bg-stone-50\/20{
  background-color: rgb(250 250 249 / 0.2);
}
.bg-stone-50\/25{
  background-color: rgb(250 250 249 / 0.25);
}
.bg-stone-50\/30{
  background-color: rgb(250 250 249 / 0.3);
}
.bg-stone-50\/35{
  background-color: rgb(250 250 249 / 0.35);
}
.bg-stone-50\/40{
  background-color: rgb(250 250 249 / 0.4);
}
.bg-stone-50\/45{
  background-color: rgb(250 250 249 / 0.45);
}
.bg-stone-50\/5{
  background-color: rgb(250 250 249 / 0.05);
}
.bg-stone-50\/50{
  background-color: rgb(250 250 249 / 0.5);
}
.bg-stone-50\/55{
  background-color: rgb(250 250 249 / 0.55);
}
.bg-stone-50\/60{
  background-color: rgb(250 250 249 / 0.6);
}
.bg-stone-50\/65{
  background-color: rgb(250 250 249 / 0.65);
}
.bg-stone-50\/70{
  background-color: rgb(250 250 249 / 0.7);
}
.bg-stone-50\/75{
  background-color: rgb(250 250 249 / 0.75);
}
.bg-stone-50\/80{
  background-color: rgb(250 250 249 / 0.8);
}
.bg-stone-50\/85{
  background-color: rgb(250 250 249 / 0.85);
}
.bg-stone-50\/90{
  background-color: rgb(250 250 249 / 0.9);
}
.bg-stone-50\/95{
  background-color: rgb(250 250 249 / 0.95);
}
.bg-stone-500{
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-stone-500\/0{
  background-color: rgb(120 113 108 / 0);
}
.bg-stone-500\/10{
  background-color: rgb(120 113 108 / 0.1);
}
.bg-stone-500\/100{
  background-color: rgb(120 113 108 / 1);
}
.bg-stone-500\/15{
  background-color: rgb(120 113 108 / 0.15);
}
.bg-stone-500\/20{
  background-color: rgb(120 113 108 / 0.2);
}
.bg-stone-500\/25{
  background-color: rgb(120 113 108 / 0.25);
}
.bg-stone-500\/30{
  background-color: rgb(120 113 108 / 0.3);
}
.bg-stone-500\/35{
  background-color: rgb(120 113 108 / 0.35);
}
.bg-stone-500\/40{
  background-color: rgb(120 113 108 / 0.4);
}
.bg-stone-500\/45{
  background-color: rgb(120 113 108 / 0.45);
}
.bg-stone-500\/5{
  background-color: rgb(120 113 108 / 0.05);
}
.bg-stone-500\/50{
  background-color: rgb(120 113 108 / 0.5);
}
.bg-stone-500\/55{
  background-color: rgb(120 113 108 / 0.55);
}
.bg-stone-500\/60{
  background-color: rgb(120 113 108 / 0.6);
}
.bg-stone-500\/65{
  background-color: rgb(120 113 108 / 0.65);
}
.bg-stone-500\/70{
  background-color: rgb(120 113 108 / 0.7);
}
.bg-stone-500\/75{
  background-color: rgb(120 113 108 / 0.75);
}
.bg-stone-500\/80{
  background-color: rgb(120 113 108 / 0.8);
}
.bg-stone-500\/85{
  background-color: rgb(120 113 108 / 0.85);
}
.bg-stone-500\/90{
  background-color: rgb(120 113 108 / 0.9);
}
.bg-stone-500\/95{
  background-color: rgb(120 113 108 / 0.95);
}
.bg-stone-600{
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.bg-stone-600\/0{
  background-color: rgb(87 83 78 / 0);
}
.bg-stone-600\/10{
  background-color: rgb(87 83 78 / 0.1);
}
.bg-stone-600\/100{
  background-color: rgb(87 83 78 / 1);
}
.bg-stone-600\/15{
  background-color: rgb(87 83 78 / 0.15);
}
.bg-stone-600\/20{
  background-color: rgb(87 83 78 / 0.2);
}
.bg-stone-600\/25{
  background-color: rgb(87 83 78 / 0.25);
}
.bg-stone-600\/30{
  background-color: rgb(87 83 78 / 0.3);
}
.bg-stone-600\/35{
  background-color: rgb(87 83 78 / 0.35);
}
.bg-stone-600\/40{
  background-color: rgb(87 83 78 / 0.4);
}
.bg-stone-600\/45{
  background-color: rgb(87 83 78 / 0.45);
}
.bg-stone-600\/5{
  background-color: rgb(87 83 78 / 0.05);
}
.bg-stone-600\/50{
  background-color: rgb(87 83 78 / 0.5);
}
.bg-stone-600\/55{
  background-color: rgb(87 83 78 / 0.55);
}
.bg-stone-600\/60{
  background-color: rgb(87 83 78 / 0.6);
}
.bg-stone-600\/65{
  background-color: rgb(87 83 78 / 0.65);
}
.bg-stone-600\/70{
  background-color: rgb(87 83 78 / 0.7);
}
.bg-stone-600\/75{
  background-color: rgb(87 83 78 / 0.75);
}
.bg-stone-600\/80{
  background-color: rgb(87 83 78 / 0.8);
}
.bg-stone-600\/85{
  background-color: rgb(87 83 78 / 0.85);
}
.bg-stone-600\/90{
  background-color: rgb(87 83 78 / 0.9);
}
.bg-stone-600\/95{
  background-color: rgb(87 83 78 / 0.95);
}
.bg-stone-700{
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.bg-stone-700\/0{
  background-color: rgb(68 64 60 / 0);
}
.bg-stone-700\/10{
  background-color: rgb(68 64 60 / 0.1);
}
.bg-stone-700\/100{
  background-color: rgb(68 64 60 / 1);
}
.bg-stone-700\/15{
  background-color: rgb(68 64 60 / 0.15);
}
.bg-stone-700\/20{
  background-color: rgb(68 64 60 / 0.2);
}
.bg-stone-700\/25{
  background-color: rgb(68 64 60 / 0.25);
}
.bg-stone-700\/30{
  background-color: rgb(68 64 60 / 0.3);
}
.bg-stone-700\/35{
  background-color: rgb(68 64 60 / 0.35);
}
.bg-stone-700\/40{
  background-color: rgb(68 64 60 / 0.4);
}
.bg-stone-700\/45{
  background-color: rgb(68 64 60 / 0.45);
}
.bg-stone-700\/5{
  background-color: rgb(68 64 60 / 0.05);
}
.bg-stone-700\/50{
  background-color: rgb(68 64 60 / 0.5);
}
.bg-stone-700\/55{
  background-color: rgb(68 64 60 / 0.55);
}
.bg-stone-700\/60{
  background-color: rgb(68 64 60 / 0.6);
}
.bg-stone-700\/65{
  background-color: rgb(68 64 60 / 0.65);
}
.bg-stone-700\/70{
  background-color: rgb(68 64 60 / 0.7);
}
.bg-stone-700\/75{
  background-color: rgb(68 64 60 / 0.75);
}
.bg-stone-700\/80{
  background-color: rgb(68 64 60 / 0.8);
}
.bg-stone-700\/85{
  background-color: rgb(68 64 60 / 0.85);
}
.bg-stone-700\/90{
  background-color: rgb(68 64 60 / 0.9);
}
.bg-stone-700\/95{
  background-color: rgb(68 64 60 / 0.95);
}
.bg-stone-800{
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-stone-800\/0{
  background-color: rgb(41 37 36 / 0);
}
.bg-stone-800\/10{
  background-color: rgb(41 37 36 / 0.1);
}
.bg-stone-800\/100{
  background-color: rgb(41 37 36 / 1);
}
.bg-stone-800\/15{
  background-color: rgb(41 37 36 / 0.15);
}
.bg-stone-800\/20{
  background-color: rgb(41 37 36 / 0.2);
}
.bg-stone-800\/25{
  background-color: rgb(41 37 36 / 0.25);
}
.bg-stone-800\/30{
  background-color: rgb(41 37 36 / 0.3);
}
.bg-stone-800\/35{
  background-color: rgb(41 37 36 / 0.35);
}
.bg-stone-800\/40{
  background-color: rgb(41 37 36 / 0.4);
}
.bg-stone-800\/45{
  background-color: rgb(41 37 36 / 0.45);
}
.bg-stone-800\/5{
  background-color: rgb(41 37 36 / 0.05);
}
.bg-stone-800\/50{
  background-color: rgb(41 37 36 / 0.5);
}
.bg-stone-800\/55{
  background-color: rgb(41 37 36 / 0.55);
}
.bg-stone-800\/60{
  background-color: rgb(41 37 36 / 0.6);
}
.bg-stone-800\/65{
  background-color: rgb(41 37 36 / 0.65);
}
.bg-stone-800\/70{
  background-color: rgb(41 37 36 / 0.7);
}
.bg-stone-800\/75{
  background-color: rgb(41 37 36 / 0.75);
}
.bg-stone-800\/80{
  background-color: rgb(41 37 36 / 0.8);
}
.bg-stone-800\/85{
  background-color: rgb(41 37 36 / 0.85);
}
.bg-stone-800\/90{
  background-color: rgb(41 37 36 / 0.9);
}
.bg-stone-800\/95{
  background-color: rgb(41 37 36 / 0.95);
}
.bg-stone-900{
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.bg-stone-900\/0{
  background-color: rgb(28 25 23 / 0);
}
.bg-stone-900\/10{
  background-color: rgb(28 25 23 / 0.1);
}
.bg-stone-900\/100{
  background-color: rgb(28 25 23 / 1);
}
.bg-stone-900\/15{
  background-color: rgb(28 25 23 / 0.15);
}
.bg-stone-900\/20{
  background-color: rgb(28 25 23 / 0.2);
}
.bg-stone-900\/25{
  background-color: rgb(28 25 23 / 0.25);
}
.bg-stone-900\/30{
  background-color: rgb(28 25 23 / 0.3);
}
.bg-stone-900\/35{
  background-color: rgb(28 25 23 / 0.35);
}
.bg-stone-900\/40{
  background-color: rgb(28 25 23 / 0.4);
}
.bg-stone-900\/45{
  background-color: rgb(28 25 23 / 0.45);
}
.bg-stone-900\/5{
  background-color: rgb(28 25 23 / 0.05);
}
.bg-stone-900\/50{
  background-color: rgb(28 25 23 / 0.5);
}
.bg-stone-900\/55{
  background-color: rgb(28 25 23 / 0.55);
}
.bg-stone-900\/60{
  background-color: rgb(28 25 23 / 0.6);
}
.bg-stone-900\/65{
  background-color: rgb(28 25 23 / 0.65);
}
.bg-stone-900\/70{
  background-color: rgb(28 25 23 / 0.7);
}
.bg-stone-900\/75{
  background-color: rgb(28 25 23 / 0.75);
}
.bg-stone-900\/80{
  background-color: rgb(28 25 23 / 0.8);
}
.bg-stone-900\/85{
  background-color: rgb(28 25 23 / 0.85);
}
.bg-stone-900\/90{
  background-color: rgb(28 25 23 / 0.9);
}
.bg-stone-900\/95{
  background-color: rgb(28 25 23 / 0.95);
}
.bg-stone-950{
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-stone-950\/0{
  background-color: rgb(12 10 9 / 0);
}
.bg-stone-950\/10{
  background-color: rgb(12 10 9 / 0.1);
}
.bg-stone-950\/100{
  background-color: rgb(12 10 9 / 1);
}
.bg-stone-950\/15{
  background-color: rgb(12 10 9 / 0.15);
}
.bg-stone-950\/20{
  background-color: rgb(12 10 9 / 0.2);
}
.bg-stone-950\/25{
  background-color: rgb(12 10 9 / 0.25);
}
.bg-stone-950\/30{
  background-color: rgb(12 10 9 / 0.3);
}
.bg-stone-950\/35{
  background-color: rgb(12 10 9 / 0.35);
}
.bg-stone-950\/40{
  background-color: rgb(12 10 9 / 0.4);
}
.bg-stone-950\/45{
  background-color: rgb(12 10 9 / 0.45);
}
.bg-stone-950\/5{
  background-color: rgb(12 10 9 / 0.05);
}
.bg-stone-950\/50{
  background-color: rgb(12 10 9 / 0.5);
}
.bg-stone-950\/55{
  background-color: rgb(12 10 9 / 0.55);
}
.bg-stone-950\/60{
  background-color: rgb(12 10 9 / 0.6);
}
.bg-stone-950\/65{
  background-color: rgb(12 10 9 / 0.65);
}
.bg-stone-950\/70{
  background-color: rgb(12 10 9 / 0.7);
}
.bg-stone-950\/75{
  background-color: rgb(12 10 9 / 0.75);
}
.bg-stone-950\/80{
  background-color: rgb(12 10 9 / 0.8);
}
.bg-stone-950\/85{
  background-color: rgb(12 10 9 / 0.85);
}
.bg-stone-950\/90{
  background-color: rgb(12 10 9 / 0.9);
}
.bg-stone-950\/95{
  background-color: rgb(12 10 9 / 0.95);
}
.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 254 230 / var(--tw-bg-opacity));
}
.bg-success-100\/0{
  background-color: rgb(239 254 230 / 0);
}
.bg-success-100\/10{
  background-color: rgb(239 254 230 / 0.1);
}
.bg-success-100\/100{
  background-color: rgb(239 254 230 / 1);
}
.bg-success-100\/15{
  background-color: rgb(239 254 230 / 0.15);
}
.bg-success-100\/20{
  background-color: rgb(239 254 230 / 0.2);
}
.bg-success-100\/25{
  background-color: rgb(239 254 230 / 0.25);
}
.bg-success-100\/30{
  background-color: rgb(239 254 230 / 0.3);
}
.bg-success-100\/35{
  background-color: rgb(239 254 230 / 0.35);
}
.bg-success-100\/40{
  background-color: rgb(239 254 230 / 0.4);
}
.bg-success-100\/45{
  background-color: rgb(239 254 230 / 0.45);
}
.bg-success-100\/5{
  background-color: rgb(239 254 230 / 0.05);
}
.bg-success-100\/50{
  background-color: rgb(239 254 230 / 0.5);
}
.bg-success-100\/55{
  background-color: rgb(239 254 230 / 0.55);
}
.bg-success-100\/60{
  background-color: rgb(239 254 230 / 0.6);
}
.bg-success-100\/65{
  background-color: rgb(239 254 230 / 0.65);
}
.bg-success-100\/70{
  background-color: rgb(239 254 230 / 0.7);
}
.bg-success-100\/75{
  background-color: rgb(239 254 230 / 0.75);
}
.bg-success-100\/80{
  background-color: rgb(239 254 230 / 0.8);
}
.bg-success-100\/85{
  background-color: rgb(239 254 230 / 0.85);
}
.bg-success-100\/90{
  background-color: rgb(239 254 230 / 0.9);
}
.bg-success-100\/95{
  background-color: rgb(239 254 230 / 0.95);
}
.bg-success-200{
  --tw-bg-opacity: 1;
  background-color: rgb(211 253 199 / var(--tw-bg-opacity));
}
.bg-success-200\/0{
  background-color: rgb(211 253 199 / 0);
}
.bg-success-200\/10{
  background-color: rgb(211 253 199 / 0.1);
}
.bg-success-200\/100{
  background-color: rgb(211 253 199 / 1);
}
.bg-success-200\/15{
  background-color: rgb(211 253 199 / 0.15);
}
.bg-success-200\/20{
  background-color: rgb(211 253 199 / 0.2);
}
.bg-success-200\/25{
  background-color: rgb(211 253 199 / 0.25);
}
.bg-success-200\/30{
  background-color: rgb(211 253 199 / 0.3);
}
.bg-success-200\/35{
  background-color: rgb(211 253 199 / 0.35);
}
.bg-success-200\/40{
  background-color: rgb(211 253 199 / 0.4);
}
.bg-success-200\/45{
  background-color: rgb(211 253 199 / 0.45);
}
.bg-success-200\/5{
  background-color: rgb(211 253 199 / 0.05);
}
.bg-success-200\/50{
  background-color: rgb(211 253 199 / 0.5);
}
.bg-success-200\/55{
  background-color: rgb(211 253 199 / 0.55);
}
.bg-success-200\/60{
  background-color: rgb(211 253 199 / 0.6);
}
.bg-success-200\/65{
  background-color: rgb(211 253 199 / 0.65);
}
.bg-success-200\/70{
  background-color: rgb(211 253 199 / 0.7);
}
.bg-success-200\/75{
  background-color: rgb(211 253 199 / 0.75);
}
.bg-success-200\/80{
  background-color: rgb(211 253 199 / 0.8);
}
.bg-success-200\/85{
  background-color: rgb(211 253 199 / 0.85);
}
.bg-success-200\/90{
  background-color: rgb(211 253 199 / 0.9);
}
.bg-success-200\/95{
  background-color: rgb(211 253 199 / 0.95);
}
.bg-success-300{
  --tw-bg-opacity: 1;
  background-color: rgb(151 252 139 / var(--tw-bg-opacity));
}
.bg-success-300\/0{
  background-color: rgb(151 252 139 / 0);
}
.bg-success-300\/10{
  background-color: rgb(151 252 139 / 0.1);
}
.bg-success-300\/100{
  background-color: rgb(151 252 139 / 1);
}
.bg-success-300\/15{
  background-color: rgb(151 252 139 / 0.15);
}
.bg-success-300\/20{
  background-color: rgb(151 252 139 / 0.2);
}
.bg-success-300\/25{
  background-color: rgb(151 252 139 / 0.25);
}
.bg-success-300\/30{
  background-color: rgb(151 252 139 / 0.3);
}
.bg-success-300\/35{
  background-color: rgb(151 252 139 / 0.35);
}
.bg-success-300\/40{
  background-color: rgb(151 252 139 / 0.4);
}
.bg-success-300\/45{
  background-color: rgb(151 252 139 / 0.45);
}
.bg-success-300\/5{
  background-color: rgb(151 252 139 / 0.05);
}
.bg-success-300\/50{
  background-color: rgb(151 252 139 / 0.5);
}
.bg-success-300\/55{
  background-color: rgb(151 252 139 / 0.55);
}
.bg-success-300\/60{
  background-color: rgb(151 252 139 / 0.6);
}
.bg-success-300\/65{
  background-color: rgb(151 252 139 / 0.65);
}
.bg-success-300\/70{
  background-color: rgb(151 252 139 / 0.7);
}
.bg-success-300\/75{
  background-color: rgb(151 252 139 / 0.75);
}
.bg-success-300\/80{
  background-color: rgb(151 252 139 / 0.8);
}
.bg-success-300\/85{
  background-color: rgb(151 252 139 / 0.85);
}
.bg-success-300\/90{
  background-color: rgb(151 252 139 / 0.9);
}
.bg-success-300\/95{
  background-color: rgb(151 252 139 / 0.95);
}
.bg-success-350{
  --tw-bg-opacity: 1;
  background-color: rgb(120 223 111 / var(--tw-bg-opacity));
}
.bg-success-350\/0{
  background-color: rgb(120 223 111 / 0);
}
.bg-success-350\/10{
  background-color: rgb(120 223 111 / 0.1);
}
.bg-success-350\/100{
  background-color: rgb(120 223 111 / 1);
}
.bg-success-350\/15{
  background-color: rgb(120 223 111 / 0.15);
}
.bg-success-350\/20{
  background-color: rgb(120 223 111 / 0.2);
}
.bg-success-350\/25{
  background-color: rgb(120 223 111 / 0.25);
}
.bg-success-350\/30{
  background-color: rgb(120 223 111 / 0.3);
}
.bg-success-350\/35{
  background-color: rgb(120 223 111 / 0.35);
}
.bg-success-350\/40{
  background-color: rgb(120 223 111 / 0.4);
}
.bg-success-350\/45{
  background-color: rgb(120 223 111 / 0.45);
}
.bg-success-350\/5{
  background-color: rgb(120 223 111 / 0.05);
}
.bg-success-350\/50{
  background-color: rgb(120 223 111 / 0.5);
}
.bg-success-350\/55{
  background-color: rgb(120 223 111 / 0.55);
}
.bg-success-350\/60{
  background-color: rgb(120 223 111 / 0.6);
}
.bg-success-350\/65{
  background-color: rgb(120 223 111 / 0.65);
}
.bg-success-350\/70{
  background-color: rgb(120 223 111 / 0.7);
}
.bg-success-350\/75{
  background-color: rgb(120 223 111 / 0.75);
}
.bg-success-350\/80{
  background-color: rgb(120 223 111 / 0.8);
}
.bg-success-350\/85{
  background-color: rgb(120 223 111 / 0.85);
}
.bg-success-350\/90{
  background-color: rgb(120 223 111 / 0.9);
}
.bg-success-350\/95{
  background-color: rgb(120 223 111 / 0.95);
}
.bg-success-400{
  --tw-bg-opacity: 1;
  background-color: rgb(92 194 86 / var(--tw-bg-opacity));
}
.bg-success-400\/0{
  background-color: rgb(92 194 86 / 0);
}
.bg-success-400\/10{
  background-color: rgb(92 194 86 / 0.1);
}
.bg-success-400\/100{
  background-color: rgb(92 194 86 / 1);
}
.bg-success-400\/15{
  background-color: rgb(92 194 86 / 0.15);
}
.bg-success-400\/20{
  background-color: rgb(92 194 86 / 0.2);
}
.bg-success-400\/25{
  background-color: rgb(92 194 86 / 0.25);
}
.bg-success-400\/30{
  background-color: rgb(92 194 86 / 0.3);
}
.bg-success-400\/35{
  background-color: rgb(92 194 86 / 0.35);
}
.bg-success-400\/40{
  background-color: rgb(92 194 86 / 0.4);
}
.bg-success-400\/45{
  background-color: rgb(92 194 86 / 0.45);
}
.bg-success-400\/5{
  background-color: rgb(92 194 86 / 0.05);
}
.bg-success-400\/50{
  background-color: rgb(92 194 86 / 0.5);
}
.bg-success-400\/55{
  background-color: rgb(92 194 86 / 0.55);
}
.bg-success-400\/60{
  background-color: rgb(92 194 86 / 0.6);
}
.bg-success-400\/65{
  background-color: rgb(92 194 86 / 0.65);
}
.bg-success-400\/70{
  background-color: rgb(92 194 86 / 0.7);
}
.bg-success-400\/75{
  background-color: rgb(92 194 86 / 0.75);
}
.bg-success-400\/80{
  background-color: rgb(92 194 86 / 0.8);
}
.bg-success-400\/85{
  background-color: rgb(92 194 86 / 0.85);
}
.bg-success-400\/90{
  background-color: rgb(92 194 86 / 0.9);
}
.bg-success-400\/95{
  background-color: rgb(92 194 86 / 0.95);
}
.bg-success-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 255 241 / var(--tw-bg-opacity));
}
.bg-success-50\/0{
  background-color: rgb(249 255 241 / 0);
}
.bg-success-50\/10{
  background-color: rgb(249 255 241 / 0.1);
}
.bg-success-50\/100{
  background-color: rgb(249 255 241 / 1);
}
.bg-success-50\/15{
  background-color: rgb(249 255 241 / 0.15);
}
.bg-success-50\/20{
  background-color: rgb(249 255 241 / 0.2);
}
.bg-success-50\/25{
  background-color: rgb(249 255 241 / 0.25);
}
.bg-success-50\/30{
  background-color: rgb(249 255 241 / 0.3);
}
.bg-success-50\/35{
  background-color: rgb(249 255 241 / 0.35);
}
.bg-success-50\/40{
  background-color: rgb(249 255 241 / 0.4);
}
.bg-success-50\/45{
  background-color: rgb(249 255 241 / 0.45);
}
.bg-success-50\/5{
  background-color: rgb(249 255 241 / 0.05);
}
.bg-success-50\/50{
  background-color: rgb(249 255 241 / 0.5);
}
.bg-success-50\/55{
  background-color: rgb(249 255 241 / 0.55);
}
.bg-success-50\/60{
  background-color: rgb(249 255 241 / 0.6);
}
.bg-success-50\/65{
  background-color: rgb(249 255 241 / 0.65);
}
.bg-success-50\/70{
  background-color: rgb(249 255 241 / 0.7);
}
.bg-success-50\/75{
  background-color: rgb(249 255 241 / 0.75);
}
.bg-success-50\/80{
  background-color: rgb(249 255 241 / 0.8);
}
.bg-success-50\/85{
  background-color: rgb(249 255 241 / 0.85);
}
.bg-success-50\/90{
  background-color: rgb(249 255 241 / 0.9);
}
.bg-success-50\/95{
  background-color: rgb(249 255 241 / 0.95);
}
.bg-success-500{
  --tw-bg-opacity: 1;
  background-color: rgb(60 136 57 / var(--tw-bg-opacity));
}
.bg-success-500\/0{
  background-color: rgb(60 136 57 / 0);
}
.bg-success-500\/10{
  background-color: rgb(60 136 57 / 0.1);
}
.bg-success-500\/100{
  background-color: rgb(60 136 57 / 1);
}
.bg-success-500\/15{
  background-color: rgb(60 136 57 / 0.15);
}
.bg-success-500\/20{
  background-color: rgb(60 136 57 / 0.2);
}
.bg-success-500\/25{
  background-color: rgb(60 136 57 / 0.25);
}
.bg-success-500\/30{
  background-color: rgb(60 136 57 / 0.3);
}
.bg-success-500\/35{
  background-color: rgb(60 136 57 / 0.35);
}
.bg-success-500\/40{
  background-color: rgb(60 136 57 / 0.4);
}
.bg-success-500\/45{
  background-color: rgb(60 136 57 / 0.45);
}
.bg-success-500\/5{
  background-color: rgb(60 136 57 / 0.05);
}
.bg-success-500\/50{
  background-color: rgb(60 136 57 / 0.5);
}
.bg-success-500\/55{
  background-color: rgb(60 136 57 / 0.55);
}
.bg-success-500\/60{
  background-color: rgb(60 136 57 / 0.6);
}
.bg-success-500\/65{
  background-color: rgb(60 136 57 / 0.65);
}
.bg-success-500\/70{
  background-color: rgb(60 136 57 / 0.7);
}
.bg-success-500\/75{
  background-color: rgb(60 136 57 / 0.75);
}
.bg-success-500\/80{
  background-color: rgb(60 136 57 / 0.8);
}
.bg-success-500\/85{
  background-color: rgb(60 136 57 / 0.85);
}
.bg-success-500\/90{
  background-color: rgb(60 136 57 / 0.9);
}
.bg-success-500\/95{
  background-color: rgb(60 136 57 / 0.95);
}
.bg-success-600{
  --tw-bg-opacity: 1;
  background-color: rgb(46 109 44 / var(--tw-bg-opacity));
}
.bg-success-600\/0{
  background-color: rgb(46 109 44 / 0);
}
.bg-success-600\/10{
  background-color: rgb(46 109 44 / 0.1);
}
.bg-success-600\/100{
  background-color: rgb(46 109 44 / 1);
}
.bg-success-600\/15{
  background-color: rgb(46 109 44 / 0.15);
}
.bg-success-600\/20{
  background-color: rgb(46 109 44 / 0.2);
}
.bg-success-600\/25{
  background-color: rgb(46 109 44 / 0.25);
}
.bg-success-600\/30{
  background-color: rgb(46 109 44 / 0.3);
}
.bg-success-600\/35{
  background-color: rgb(46 109 44 / 0.35);
}
.bg-success-600\/40{
  background-color: rgb(46 109 44 / 0.4);
}
.bg-success-600\/45{
  background-color: rgb(46 109 44 / 0.45);
}
.bg-success-600\/5{
  background-color: rgb(46 109 44 / 0.05);
}
.bg-success-600\/50{
  background-color: rgb(46 109 44 / 0.5);
}
.bg-success-600\/55{
  background-color: rgb(46 109 44 / 0.55);
}
.bg-success-600\/60{
  background-color: rgb(46 109 44 / 0.6);
}
.bg-success-600\/65{
  background-color: rgb(46 109 44 / 0.65);
}
.bg-success-600\/70{
  background-color: rgb(46 109 44 / 0.7);
}
.bg-success-600\/75{
  background-color: rgb(46 109 44 / 0.75);
}
.bg-success-600\/80{
  background-color: rgb(46 109 44 / 0.8);
}
.bg-success-600\/85{
  background-color: rgb(46 109 44 / 0.85);
}
.bg-success-600\/90{
  background-color: rgb(46 109 44 / 0.9);
}
.bg-success-600\/95{
  background-color: rgb(46 109 44 / 0.95);
}
.bg-success-650{
  --tw-bg-opacity: 1;
  background-color: rgb(40 94 39 / var(--tw-bg-opacity));
}
.bg-success-650\/0{
  background-color: rgb(40 94 39 / 0);
}
.bg-success-650\/10{
  background-color: rgb(40 94 39 / 0.1);
}
.bg-success-650\/100{
  background-color: rgb(40 94 39 / 1);
}
.bg-success-650\/15{
  background-color: rgb(40 94 39 / 0.15);
}
.bg-success-650\/20{
  background-color: rgb(40 94 39 / 0.2);
}
.bg-success-650\/25{
  background-color: rgb(40 94 39 / 0.25);
}
.bg-success-650\/30{
  background-color: rgb(40 94 39 / 0.3);
}
.bg-success-650\/35{
  background-color: rgb(40 94 39 / 0.35);
}
.bg-success-650\/40{
  background-color: rgb(40 94 39 / 0.4);
}
.bg-success-650\/45{
  background-color: rgb(40 94 39 / 0.45);
}
.bg-success-650\/5{
  background-color: rgb(40 94 39 / 0.05);
}
.bg-success-650\/50{
  background-color: rgb(40 94 39 / 0.5);
}
.bg-success-650\/55{
  background-color: rgb(40 94 39 / 0.55);
}
.bg-success-650\/60{
  background-color: rgb(40 94 39 / 0.6);
}
.bg-success-650\/65{
  background-color: rgb(40 94 39 / 0.65);
}
.bg-success-650\/70{
  background-color: rgb(40 94 39 / 0.7);
}
.bg-success-650\/75{
  background-color: rgb(40 94 39 / 0.75);
}
.bg-success-650\/80{
  background-color: rgb(40 94 39 / 0.8);
}
.bg-success-650\/85{
  background-color: rgb(40 94 39 / 0.85);
}
.bg-success-650\/90{
  background-color: rgb(40 94 39 / 0.9);
}
.bg-success-650\/95{
  background-color: rgb(40 94 39 / 0.95);
}
.bg-success-700{
  --tw-bg-opacity: 1;
  background-color: rgb(32 82 31 / var(--tw-bg-opacity));
}
.bg-success-700\/0{
  background-color: rgb(32 82 31 / 0);
}
.bg-success-700\/10{
  background-color: rgb(32 82 31 / 0.1);
}
.bg-success-700\/100{
  background-color: rgb(32 82 31 / 1);
}
.bg-success-700\/15{
  background-color: rgb(32 82 31 / 0.15);
}
.bg-success-700\/20{
  background-color: rgb(32 82 31 / 0.2);
}
.bg-success-700\/25{
  background-color: rgb(32 82 31 / 0.25);
}
.bg-success-700\/30{
  background-color: rgb(32 82 31 / 0.3);
}
.bg-success-700\/35{
  background-color: rgb(32 82 31 / 0.35);
}
.bg-success-700\/40{
  background-color: rgb(32 82 31 / 0.4);
}
.bg-success-700\/45{
  background-color: rgb(32 82 31 / 0.45);
}
.bg-success-700\/5{
  background-color: rgb(32 82 31 / 0.05);
}
.bg-success-700\/50{
  background-color: rgb(32 82 31 / 0.5);
}
.bg-success-700\/55{
  background-color: rgb(32 82 31 / 0.55);
}
.bg-success-700\/60{
  background-color: rgb(32 82 31 / 0.6);
}
.bg-success-700\/65{
  background-color: rgb(32 82 31 / 0.65);
}
.bg-success-700\/70{
  background-color: rgb(32 82 31 / 0.7);
}
.bg-success-700\/75{
  background-color: rgb(32 82 31 / 0.75);
}
.bg-success-700\/80{
  background-color: rgb(32 82 31 / 0.8);
}
.bg-success-700\/85{
  background-color: rgb(32 82 31 / 0.85);
}
.bg-success-700\/90{
  background-color: rgb(32 82 31 / 0.9);
}
.bg-success-700\/95{
  background-color: rgb(32 82 31 / 0.95);
}
.bg-success-750{
  --tw-bg-opacity: 1;
  background-color: rgb(27 69 25 / var(--tw-bg-opacity));
}
.bg-success-750\/0{
  background-color: rgb(27 69 25 / 0);
}
.bg-success-750\/10{
  background-color: rgb(27 69 25 / 0.1);
}
.bg-success-750\/100{
  background-color: rgb(27 69 25 / 1);
}
.bg-success-750\/15{
  background-color: rgb(27 69 25 / 0.15);
}
.bg-success-750\/20{
  background-color: rgb(27 69 25 / 0.2);
}
.bg-success-750\/25{
  background-color: rgb(27 69 25 / 0.25);
}
.bg-success-750\/30{
  background-color: rgb(27 69 25 / 0.3);
}
.bg-success-750\/35{
  background-color: rgb(27 69 25 / 0.35);
}
.bg-success-750\/40{
  background-color: rgb(27 69 25 / 0.4);
}
.bg-success-750\/45{
  background-color: rgb(27 69 25 / 0.45);
}
.bg-success-750\/5{
  background-color: rgb(27 69 25 / 0.05);
}
.bg-success-750\/50{
  background-color: rgb(27 69 25 / 0.5);
}
.bg-success-750\/55{
  background-color: rgb(27 69 25 / 0.55);
}
.bg-success-750\/60{
  background-color: rgb(27 69 25 / 0.6);
}
.bg-success-750\/65{
  background-color: rgb(27 69 25 / 0.65);
}
.bg-success-750\/70{
  background-color: rgb(27 69 25 / 0.7);
}
.bg-success-750\/75{
  background-color: rgb(27 69 25 / 0.75);
}
.bg-success-750\/80{
  background-color: rgb(27 69 25 / 0.8);
}
.bg-success-750\/85{
  background-color: rgb(27 69 25 / 0.85);
}
.bg-success-750\/90{
  background-color: rgb(27 69 25 / 0.9);
}
.bg-success-750\/95{
  background-color: rgb(27 69 25 / 0.95);
}
.bg-success-800{
  --tw-bg-opacity: 1;
  background-color: rgb(20 56 20 / var(--tw-bg-opacity));
}
.bg-success-800\/0{
  background-color: rgb(20 56 20 / 0);
}
.bg-success-800\/10{
  background-color: rgb(20 56 20 / 0.1);
}
.bg-success-800\/100{
  background-color: rgb(20 56 20 / 1);
}
.bg-success-800\/15{
  background-color: rgb(20 56 20 / 0.15);
}
.bg-success-800\/20{
  background-color: rgb(20 56 20 / 0.2);
}
.bg-success-800\/25{
  background-color: rgb(20 56 20 / 0.25);
}
.bg-success-800\/30{
  background-color: rgb(20 56 20 / 0.3);
}
.bg-success-800\/35{
  background-color: rgb(20 56 20 / 0.35);
}
.bg-success-800\/40{
  background-color: rgb(20 56 20 / 0.4);
}
.bg-success-800\/45{
  background-color: rgb(20 56 20 / 0.45);
}
.bg-success-800\/5{
  background-color: rgb(20 56 20 / 0.05);
}
.bg-success-800\/50{
  background-color: rgb(20 56 20 / 0.5);
}
.bg-success-800\/55{
  background-color: rgb(20 56 20 / 0.55);
}
.bg-success-800\/60{
  background-color: rgb(20 56 20 / 0.6);
}
.bg-success-800\/65{
  background-color: rgb(20 56 20 / 0.65);
}
.bg-success-800\/70{
  background-color: rgb(20 56 20 / 0.7);
}
.bg-success-800\/75{
  background-color: rgb(20 56 20 / 0.75);
}
.bg-success-800\/80{
  background-color: rgb(20 56 20 / 0.8);
}
.bg-success-800\/85{
  background-color: rgb(20 56 20 / 0.85);
}
.bg-success-800\/90{
  background-color: rgb(20 56 20 / 0.9);
}
.bg-success-800\/95{
  background-color: rgb(20 56 20 / 0.95);
}
.bg-success-900{
  --tw-bg-opacity: 1;
  background-color: rgb(9 32 8 / var(--tw-bg-opacity));
}
.bg-success-900\/0{
  background-color: rgb(9 32 8 / 0);
}
.bg-success-900\/10{
  background-color: rgb(9 32 8 / 0.1);
}
.bg-success-900\/100{
  background-color: rgb(9 32 8 / 1);
}
.bg-success-900\/15{
  background-color: rgb(9 32 8 / 0.15);
}
.bg-success-900\/20{
  background-color: rgb(9 32 8 / 0.2);
}
.bg-success-900\/25{
  background-color: rgb(9 32 8 / 0.25);
}
.bg-success-900\/30{
  background-color: rgb(9 32 8 / 0.3);
}
.bg-success-900\/35{
  background-color: rgb(9 32 8 / 0.35);
}
.bg-success-900\/40{
  background-color: rgb(9 32 8 / 0.4);
}
.bg-success-900\/45{
  background-color: rgb(9 32 8 / 0.45);
}
.bg-success-900\/5{
  background-color: rgb(9 32 8 / 0.05);
}
.bg-success-900\/50{
  background-color: rgb(9 32 8 / 0.5);
}
.bg-success-900\/55{
  background-color: rgb(9 32 8 / 0.55);
}
.bg-success-900\/60{
  background-color: rgb(9 32 8 / 0.6);
}
.bg-success-900\/65{
  background-color: rgb(9 32 8 / 0.65);
}
.bg-success-900\/70{
  background-color: rgb(9 32 8 / 0.7);
}
.bg-success-900\/75{
  background-color: rgb(9 32 8 / 0.75);
}
.bg-success-900\/80{
  background-color: rgb(9 32 8 / 0.8);
}
.bg-success-900\/85{
  background-color: rgb(9 32 8 / 0.85);
}
.bg-success-900\/90{
  background-color: rgb(9 32 8 / 0.9);
}
.bg-success-900\/95{
  background-color: rgb(9 32 8 / 0.95);
}
.bg-surface-0{
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 255 / var(--tw-bg-opacity));
}
.bg-surface-0\/0{
  background-color: rgb(255 253 255 / 0);
}
.bg-surface-0\/10{
  background-color: rgb(255 253 255 / 0.1);
}
.bg-surface-0\/100{
  background-color: rgb(255 253 255 / 1);
}
.bg-surface-0\/15{
  background-color: rgb(255 253 255 / 0.15);
}
.bg-surface-0\/20{
  background-color: rgb(255 253 255 / 0.2);
}
.bg-surface-0\/25{
  background-color: rgb(255 253 255 / 0.25);
}
.bg-surface-0\/30{
  background-color: rgb(255 253 255 / 0.3);
}
.bg-surface-0\/35{
  background-color: rgb(255 253 255 / 0.35);
}
.bg-surface-0\/40{
  background-color: rgb(255 253 255 / 0.4);
}
.bg-surface-0\/45{
  background-color: rgb(255 253 255 / 0.45);
}
.bg-surface-0\/5{
  background-color: rgb(255 253 255 / 0.05);
}
.bg-surface-0\/50{
  background-color: rgb(255 253 255 / 0.5);
}
.bg-surface-0\/55{
  background-color: rgb(255 253 255 / 0.55);
}
.bg-surface-0\/60{
  background-color: rgb(255 253 255 / 0.6);
}
.bg-surface-0\/65{
  background-color: rgb(255 253 255 / 0.65);
}
.bg-surface-0\/70{
  background-color: rgb(255 253 255 / 0.7);
}
.bg-surface-0\/75{
  background-color: rgb(255 253 255 / 0.75);
}
.bg-surface-0\/80{
  background-color: rgb(255 253 255 / 0.8);
}
.bg-surface-0\/85{
  background-color: rgb(255 253 255 / 0.85);
}
.bg-surface-0\/90{
  background-color: rgb(255 253 255 / 0.9);
}
.bg-surface-0\/95{
  background-color: rgb(255 253 255 / 0.95);
}
.bg-surface-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 235 / var(--tw-bg-opacity));
}
.bg-surface-100\/0{
  background-color: rgb(255 237 235 / 0);
}
.bg-surface-100\/10{
  background-color: rgb(255 237 235 / 0.1);
}
.bg-surface-100\/100{
  background-color: rgb(255 237 235 / 1);
}
.bg-surface-100\/15{
  background-color: rgb(255 237 235 / 0.15);
}
.bg-surface-100\/20{
  background-color: rgb(255 237 235 / 0.2);
}
.bg-surface-100\/25{
  background-color: rgb(255 237 235 / 0.25);
}
.bg-surface-100\/30{
  background-color: rgb(255 237 235 / 0.3);
}
.bg-surface-100\/35{
  background-color: rgb(255 237 235 / 0.35);
}
.bg-surface-100\/40{
  background-color: rgb(255 237 235 / 0.4);
}
.bg-surface-100\/45{
  background-color: rgb(255 237 235 / 0.45);
}
.bg-surface-100\/5{
  background-color: rgb(255 237 235 / 0.05);
}
.bg-surface-100\/50{
  background-color: rgb(255 237 235 / 0.5);
}
.bg-surface-100\/55{
  background-color: rgb(255 237 235 / 0.55);
}
.bg-surface-100\/60{
  background-color: rgb(255 237 235 / 0.6);
}
.bg-surface-100\/65{
  background-color: rgb(255 237 235 / 0.65);
}
.bg-surface-100\/70{
  background-color: rgb(255 237 235 / 0.7);
}
.bg-surface-100\/75{
  background-color: rgb(255 237 235 / 0.75);
}
.bg-surface-100\/80{
  background-color: rgb(255 237 235 / 0.8);
}
.bg-surface-100\/85{
  background-color: rgb(255 237 235 / 0.85);
}
.bg-surface-100\/90{
  background-color: rgb(255 237 235 / 0.9);
}
.bg-surface-100\/95{
  background-color: rgb(255 237 235 / 0.95);
}
.bg-surface-200{
  --tw-bg-opacity: 1;
  background-color: rgb(244 221 219 / var(--tw-bg-opacity));
}
.bg-surface-200\/0{
  background-color: rgb(244 221 219 / 0);
}
.bg-surface-200\/10{
  background-color: rgb(244 221 219 / 0.1);
}
.bg-surface-200\/100{
  background-color: rgb(244 221 219 / 1);
}
.bg-surface-200\/15{
  background-color: rgb(244 221 219 / 0.15);
}
.bg-surface-200\/20{
  background-color: rgb(244 221 219 / 0.2);
}
.bg-surface-200\/25{
  background-color: rgb(244 221 219 / 0.25);
}
.bg-surface-200\/30{
  background-color: rgb(244 221 219 / 0.3);
}
.bg-surface-200\/35{
  background-color: rgb(244 221 219 / 0.35);
}
.bg-surface-200\/40{
  background-color: rgb(244 221 219 / 0.4);
}
.bg-surface-200\/45{
  background-color: rgb(244 221 219 / 0.45);
}
.bg-surface-200\/5{
  background-color: rgb(244 221 219 / 0.05);
}
.bg-surface-200\/50{
  background-color: rgb(244 221 219 / 0.5);
}
.bg-surface-200\/55{
  background-color: rgb(244 221 219 / 0.55);
}
.bg-surface-200\/60{
  background-color: rgb(244 221 219 / 0.6);
}
.bg-surface-200\/65{
  background-color: rgb(244 221 219 / 0.65);
}
.bg-surface-200\/70{
  background-color: rgb(244 221 219 / 0.7);
}
.bg-surface-200\/75{
  background-color: rgb(244 221 219 / 0.75);
}
.bg-surface-200\/80{
  background-color: rgb(244 221 219 / 0.8);
}
.bg-surface-200\/85{
  background-color: rgb(244 221 219 / 0.85);
}
.bg-surface-200\/90{
  background-color: rgb(244 221 219 / 0.9);
}
.bg-surface-200\/95{
  background-color: rgb(244 221 219 / 0.95);
}
.bg-surface-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 193 192 / var(--tw-bg-opacity));
}
.bg-surface-300\/0{
  background-color: rgb(216 193 192 / 0);
}
.bg-surface-300\/10{
  background-color: rgb(216 193 192 / 0.1);
}
.bg-surface-300\/100{
  background-color: rgb(216 193 192 / 1);
}
.bg-surface-300\/15{
  background-color: rgb(216 193 192 / 0.15);
}
.bg-surface-300\/20{
  background-color: rgb(216 193 192 / 0.2);
}
.bg-surface-300\/25{
  background-color: rgb(216 193 192 / 0.25);
}
.bg-surface-300\/30{
  background-color: rgb(216 193 192 / 0.3);
}
.bg-surface-300\/35{
  background-color: rgb(216 193 192 / 0.35);
}
.bg-surface-300\/40{
  background-color: rgb(216 193 192 / 0.4);
}
.bg-surface-300\/45{
  background-color: rgb(216 193 192 / 0.45);
}
.bg-surface-300\/5{
  background-color: rgb(216 193 192 / 0.05);
}
.bg-surface-300\/50{
  background-color: rgb(216 193 192 / 0.5);
}
.bg-surface-300\/55{
  background-color: rgb(216 193 192 / 0.55);
}
.bg-surface-300\/60{
  background-color: rgb(216 193 192 / 0.6);
}
.bg-surface-300\/65{
  background-color: rgb(216 193 192 / 0.65);
}
.bg-surface-300\/70{
  background-color: rgb(216 193 192 / 0.7);
}
.bg-surface-300\/75{
  background-color: rgb(216 193 192 / 0.75);
}
.bg-surface-300\/80{
  background-color: rgb(216 193 192 / 0.8);
}
.bg-surface-300\/85{
  background-color: rgb(216 193 192 / 0.85);
}
.bg-surface-300\/90{
  background-color: rgb(216 193 192 / 0.9);
}
.bg-surface-300\/95{
  background-color: rgb(216 193 192 / 0.95);
}
.bg-surface-350{
  --tw-bg-opacity: 1;
  background-color: rgb(187 166 165 / var(--tw-bg-opacity));
}
.bg-surface-350\/0{
  background-color: rgb(187 166 165 / 0);
}
.bg-surface-350\/10{
  background-color: rgb(187 166 165 / 0.1);
}
.bg-surface-350\/100{
  background-color: rgb(187 166 165 / 1);
}
.bg-surface-350\/15{
  background-color: rgb(187 166 165 / 0.15);
}
.bg-surface-350\/20{
  background-color: rgb(187 166 165 / 0.2);
}
.bg-surface-350\/25{
  background-color: rgb(187 166 165 / 0.25);
}
.bg-surface-350\/30{
  background-color: rgb(187 166 165 / 0.3);
}
.bg-surface-350\/35{
  background-color: rgb(187 166 165 / 0.35);
}
.bg-surface-350\/40{
  background-color: rgb(187 166 165 / 0.4);
}
.bg-surface-350\/45{
  background-color: rgb(187 166 165 / 0.45);
}
.bg-surface-350\/5{
  background-color: rgb(187 166 165 / 0.05);
}
.bg-surface-350\/50{
  background-color: rgb(187 166 165 / 0.5);
}
.bg-surface-350\/55{
  background-color: rgb(187 166 165 / 0.55);
}
.bg-surface-350\/60{
  background-color: rgb(187 166 165 / 0.6);
}
.bg-surface-350\/65{
  background-color: rgb(187 166 165 / 0.65);
}
.bg-surface-350\/70{
  background-color: rgb(187 166 165 / 0.7);
}
.bg-surface-350\/75{
  background-color: rgb(187 166 165 / 0.75);
}
.bg-surface-350\/80{
  background-color: rgb(187 166 165 / 0.8);
}
.bg-surface-350\/85{
  background-color: rgb(187 166 165 / 0.85);
}
.bg-surface-350\/90{
  background-color: rgb(187 166 165 / 0.9);
}
.bg-surface-350\/95{
  background-color: rgb(187 166 165 / 0.95);
}
.bg-surface-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity));
}
.bg-surface-50\/0{
  background-color: rgb(255 248 247 / 0);
}
.bg-surface-50\/10{
  background-color: rgb(255 248 247 / 0.1);
}
.bg-surface-50\/100{
  background-color: rgb(255 248 247 / 1);
}
.bg-surface-50\/15{
  background-color: rgb(255 248 247 / 0.15);
}
.bg-surface-50\/20{
  background-color: rgb(255 248 247 / 0.2);
}
.bg-surface-50\/25{
  background-color: rgb(255 248 247 / 0.25);
}
.bg-surface-50\/30{
  background-color: rgb(255 248 247 / 0.3);
}
.bg-surface-50\/35{
  background-color: rgb(255 248 247 / 0.35);
}
.bg-surface-50\/40{
  background-color: rgb(255 248 247 / 0.4);
}
.bg-surface-50\/45{
  background-color: rgb(255 248 247 / 0.45);
}
.bg-surface-50\/5{
  background-color: rgb(255 248 247 / 0.05);
}
.bg-surface-50\/50{
  background-color: rgb(255 248 247 / 0.5);
}
.bg-surface-50\/55{
  background-color: rgb(255 248 247 / 0.55);
}
.bg-surface-50\/60{
  background-color: rgb(255 248 247 / 0.6);
}
.bg-surface-50\/65{
  background-color: rgb(255 248 247 / 0.65);
}
.bg-surface-50\/70{
  background-color: rgb(255 248 247 / 0.7);
}
.bg-surface-50\/75{
  background-color: rgb(255 248 247 / 0.75);
}
.bg-surface-50\/80{
  background-color: rgb(255 248 247 / 0.8);
}
.bg-surface-50\/85{
  background-color: rgb(255 248 247 / 0.85);
}
.bg-surface-50\/90{
  background-color: rgb(255 248 247 / 0.9);
}
.bg-surface-50\/95{
  background-color: rgb(255 248 247 / 0.95);
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.bg-teal-100\/0{
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-100\/10{
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-100\/100{
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-100\/15{
  background-color: rgb(240 253 250 / 0.15);
}
.bg-teal-100\/20{
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-100\/25{
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-100\/30{
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-100\/35{
  background-color: rgb(240 253 250 / 0.35);
}
.bg-teal-100\/40{
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-100\/45{
  background-color: rgb(240 253 250 / 0.45);
}
.bg-teal-100\/5{
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-100\/50{
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-100\/55{
  background-color: rgb(240 253 250 / 0.55);
}
.bg-teal-100\/60{
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-100\/65{
  background-color: rgb(240 253 250 / 0.65);
}
.bg-teal-100\/70{
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-100\/75{
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-100\/80{
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-100\/85{
  background-color: rgb(240 253 250 / 0.85);
}
.bg-teal-100\/90{
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-100\/95{
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-teal-200\/0{
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-200\/10{
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-200\/100{
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-200\/15{
  background-color: rgb(204 251 241 / 0.15);
}
.bg-teal-200\/20{
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-200\/25{
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-200\/30{
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-200\/35{
  background-color: rgb(204 251 241 / 0.35);
}
.bg-teal-200\/40{
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-200\/45{
  background-color: rgb(204 251 241 / 0.45);
}
.bg-teal-200\/5{
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-200\/50{
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-200\/55{
  background-color: rgb(204 251 241 / 0.55);
}
.bg-teal-200\/60{
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-200\/65{
  background-color: rgb(204 251 241 / 0.65);
}
.bg-teal-200\/70{
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-200\/75{
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-200\/80{
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-200\/85{
  background-color: rgb(204 251 241 / 0.85);
}
.bg-teal-200\/90{
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-200\/95{
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.bg-teal-300\/0{
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-300\/10{
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-300\/100{
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-300\/15{
  background-color: rgb(153 246 228 / 0.15);
}
.bg-teal-300\/20{
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-300\/25{
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-300\/30{
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-300\/35{
  background-color: rgb(153 246 228 / 0.35);
}
.bg-teal-300\/40{
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-300\/45{
  background-color: rgb(153 246 228 / 0.45);
}
.bg-teal-300\/5{
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-300\/50{
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-300\/55{
  background-color: rgb(153 246 228 / 0.55);
}
.bg-teal-300\/60{
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-300\/65{
  background-color: rgb(153 246 228 / 0.65);
}
.bg-teal-300\/70{
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-300\/75{
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-300\/80{
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-300\/85{
  background-color: rgb(153 246 228 / 0.85);
}
.bg-teal-300\/90{
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-300\/95{
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-350{
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.bg-teal-350\/0{
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-350\/10{
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-350\/100{
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-350\/15{
  background-color: rgb(94 234 212 / 0.15);
}
.bg-teal-350\/20{
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-350\/25{
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-350\/30{
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-350\/35{
  background-color: rgb(94 234 212 / 0.35);
}
.bg-teal-350\/40{
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-350\/45{
  background-color: rgb(94 234 212 / 0.45);
}
.bg-teal-350\/5{
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-350\/50{
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-350\/55{
  background-color: rgb(94 234 212 / 0.55);
}
.bg-teal-350\/60{
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-350\/65{
  background-color: rgb(94 234 212 / 0.65);
}
.bg-teal-350\/70{
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-350\/75{
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-350\/80{
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-350\/85{
  background-color: rgb(94 234 212 / 0.85);
}
.bg-teal-350\/90{
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-350\/95{
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.bg-teal-400\/0{
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10{
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100{
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/15{
  background-color: rgb(45 212 191 / 0.15);
}
.bg-teal-400\/20{
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25{
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30{
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/35{
  background-color: rgb(45 212 191 / 0.35);
}
.bg-teal-400\/40{
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/45{
  background-color: rgb(45 212 191 / 0.45);
}
.bg-teal-400\/5{
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50{
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/55{
  background-color: rgb(45 212 191 / 0.55);
}
.bg-teal-400\/60{
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/65{
  background-color: rgb(45 212 191 / 0.65);
}
.bg-teal-400\/70{
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75{
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80{
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/85{
  background-color: rgb(45 212 191 / 0.85);
}
.bg-teal-400\/90{
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95{
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-450{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-teal-450\/0{
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-450\/10{
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-450\/100{
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-450\/15{
  background-color: rgb(20 184 166 / 0.15);
}
.bg-teal-450\/20{
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-450\/25{
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-450\/30{
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-450\/35{
  background-color: rgb(20 184 166 / 0.35);
}
.bg-teal-450\/40{
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-450\/45{
  background-color: rgb(20 184 166 / 0.45);
}
.bg-teal-450\/5{
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-450\/50{
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-450\/55{
  background-color: rgb(20 184 166 / 0.55);
}
.bg-teal-450\/60{
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-450\/65{
  background-color: rgb(20 184 166 / 0.65);
}
.bg-teal-450\/70{
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-450\/75{
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-450\/80{
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-450\/85{
  background-color: rgb(20 184 166 / 0.85);
}
.bg-teal-450\/90{
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-450\/95{
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 255 254 / var(--tw-bg-opacity));
}
.bg-teal-50\/0{
  background-color: rgb(250 255 254 / 0);
}
.bg-teal-50\/10{
  background-color: rgb(250 255 254 / 0.1);
}
.bg-teal-50\/100{
  background-color: rgb(250 255 254 / 1);
}
.bg-teal-50\/15{
  background-color: rgb(250 255 254 / 0.15);
}
.bg-teal-50\/20{
  background-color: rgb(250 255 254 / 0.2);
}
.bg-teal-50\/25{
  background-color: rgb(250 255 254 / 0.25);
}
.bg-teal-50\/30{
  background-color: rgb(250 255 254 / 0.3);
}
.bg-teal-50\/35{
  background-color: rgb(250 255 254 / 0.35);
}
.bg-teal-50\/40{
  background-color: rgb(250 255 254 / 0.4);
}
.bg-teal-50\/45{
  background-color: rgb(250 255 254 / 0.45);
}
.bg-teal-50\/5{
  background-color: rgb(250 255 254 / 0.05);
}
.bg-teal-50\/50{
  background-color: rgb(250 255 254 / 0.5);
}
.bg-teal-50\/55{
  background-color: rgb(250 255 254 / 0.55);
}
.bg-teal-50\/60{
  background-color: rgb(250 255 254 / 0.6);
}
.bg-teal-50\/65{
  background-color: rgb(250 255 254 / 0.65);
}
.bg-teal-50\/70{
  background-color: rgb(250 255 254 / 0.7);
}
.bg-teal-50\/75{
  background-color: rgb(250 255 254 / 0.75);
}
.bg-teal-50\/80{
  background-color: rgb(250 255 254 / 0.8);
}
.bg-teal-50\/85{
  background-color: rgb(250 255 254 / 0.85);
}
.bg-teal-50\/90{
  background-color: rgb(250 255 254 / 0.9);
}
.bg-teal-50\/95{
  background-color: rgb(250 255 254 / 0.95);
}
.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.bg-teal-500\/0{
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-500\/10{
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-500\/100{
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-500\/15{
  background-color: rgb(13 148 136 / 0.15);
}
.bg-teal-500\/20{
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-500\/25{
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-500\/30{
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-500\/35{
  background-color: rgb(13 148 136 / 0.35);
}
.bg-teal-500\/40{
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-500\/45{
  background-color: rgb(13 148 136 / 0.45);
}
.bg-teal-500\/5{
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-500\/50{
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-500\/55{
  background-color: rgb(13 148 136 / 0.55);
}
.bg-teal-500\/60{
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-500\/65{
  background-color: rgb(13 148 136 / 0.65);
}
.bg-teal-500\/70{
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-500\/75{
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-500\/80{
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-500\/85{
  background-color: rgb(13 148 136 / 0.85);
}
.bg-teal-500\/90{
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-500\/95{
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.bg-teal-600\/0{
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-600\/10{
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-600\/100{
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-600\/15{
  background-color: rgb(15 118 110 / 0.15);
}
.bg-teal-600\/20{
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-600\/25{
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-600\/30{
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-600\/35{
  background-color: rgb(15 118 110 / 0.35);
}
.bg-teal-600\/40{
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-600\/45{
  background-color: rgb(15 118 110 / 0.45);
}
.bg-teal-600\/5{
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-600\/50{
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-600\/55{
  background-color: rgb(15 118 110 / 0.55);
}
.bg-teal-600\/60{
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-600\/65{
  background-color: rgb(15 118 110 / 0.65);
}
.bg-teal-600\/70{
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-600\/75{
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-600\/80{
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-600\/85{
  background-color: rgb(15 118 110 / 0.85);
}
.bg-teal-600\/90{
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-600\/95{
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-650{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.bg-teal-650\/0{
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-650\/10{
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-650\/100{
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-650\/15{
  background-color: rgb(17 94 89 / 0.15);
}
.bg-teal-650\/20{
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-650\/25{
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-650\/30{
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-650\/35{
  background-color: rgb(17 94 89 / 0.35);
}
.bg-teal-650\/40{
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-650\/45{
  background-color: rgb(17 94 89 / 0.45);
}
.bg-teal-650\/5{
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-650\/50{
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-650\/55{
  background-color: rgb(17 94 89 / 0.55);
}
.bg-teal-650\/60{
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-650\/65{
  background-color: rgb(17 94 89 / 0.65);
}
.bg-teal-650\/70{
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-650\/75{
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-650\/80{
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-650\/85{
  background-color: rgb(17 94 89 / 0.85);
}
.bg-teal-650\/90{
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-650\/95{
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.bg-teal-700\/0{
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-700\/10{
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-700\/100{
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-700\/15{
  background-color: rgb(19 78 74 / 0.15);
}
.bg-teal-700\/20{
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-700\/25{
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-700\/30{
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-700\/35{
  background-color: rgb(19 78 74 / 0.35);
}
.bg-teal-700\/40{
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-700\/45{
  background-color: rgb(19 78 74 / 0.45);
}
.bg-teal-700\/5{
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-700\/50{
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-700\/55{
  background-color: rgb(19 78 74 / 0.55);
}
.bg-teal-700\/60{
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-700\/65{
  background-color: rgb(19 78 74 / 0.65);
}
.bg-teal-700\/70{
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-700\/75{
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-700\/80{
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-700\/85{
  background-color: rgb(19 78 74 / 0.85);
}
.bg-teal-700\/90{
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-700\/95{
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-750{
  --tw-bg-opacity: 1;
  background-color: rgb(10 64 60 / var(--tw-bg-opacity));
}
.bg-teal-750\/0{
  background-color: rgb(10 64 60 / 0);
}
.bg-teal-750\/10{
  background-color: rgb(10 64 60 / 0.1);
}
.bg-teal-750\/100{
  background-color: rgb(10 64 60 / 1);
}
.bg-teal-750\/15{
  background-color: rgb(10 64 60 / 0.15);
}
.bg-teal-750\/20{
  background-color: rgb(10 64 60 / 0.2);
}
.bg-teal-750\/25{
  background-color: rgb(10 64 60 / 0.25);
}
.bg-teal-750\/30{
  background-color: rgb(10 64 60 / 0.3);
}
.bg-teal-750\/35{
  background-color: rgb(10 64 60 / 0.35);
}
.bg-teal-750\/40{
  background-color: rgb(10 64 60 / 0.4);
}
.bg-teal-750\/45{
  background-color: rgb(10 64 60 / 0.45);
}
.bg-teal-750\/5{
  background-color: rgb(10 64 60 / 0.05);
}
.bg-teal-750\/50{
  background-color: rgb(10 64 60 / 0.5);
}
.bg-teal-750\/55{
  background-color: rgb(10 64 60 / 0.55);
}
.bg-teal-750\/60{
  background-color: rgb(10 64 60 / 0.6);
}
.bg-teal-750\/65{
  background-color: rgb(10 64 60 / 0.65);
}
.bg-teal-750\/70{
  background-color: rgb(10 64 60 / 0.7);
}
.bg-teal-750\/75{
  background-color: rgb(10 64 60 / 0.75);
}
.bg-teal-750\/80{
  background-color: rgb(10 64 60 / 0.8);
}
.bg-teal-750\/85{
  background-color: rgb(10 64 60 / 0.85);
}
.bg-teal-750\/90{
  background-color: rgb(10 64 60 / 0.9);
}
.bg-teal-750\/95{
  background-color: rgb(10 64 60 / 0.95);
}
.bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(5 51 48 / var(--tw-bg-opacity));
}
.bg-teal-800\/0{
  background-color: rgb(5 51 48 / 0);
}
.bg-teal-800\/10{
  background-color: rgb(5 51 48 / 0.1);
}
.bg-teal-800\/100{
  background-color: rgb(5 51 48 / 1);
}
.bg-teal-800\/15{
  background-color: rgb(5 51 48 / 0.15);
}
.bg-teal-800\/20{
  background-color: rgb(5 51 48 / 0.2);
}
.bg-teal-800\/25{
  background-color: rgb(5 51 48 / 0.25);
}
.bg-teal-800\/30{
  background-color: rgb(5 51 48 / 0.3);
}
.bg-teal-800\/35{
  background-color: rgb(5 51 48 / 0.35);
}
.bg-teal-800\/40{
  background-color: rgb(5 51 48 / 0.4);
}
.bg-teal-800\/45{
  background-color: rgb(5 51 48 / 0.45);
}
.bg-teal-800\/5{
  background-color: rgb(5 51 48 / 0.05);
}
.bg-teal-800\/50{
  background-color: rgb(5 51 48 / 0.5);
}
.bg-teal-800\/55{
  background-color: rgb(5 51 48 / 0.55);
}
.bg-teal-800\/60{
  background-color: rgb(5 51 48 / 0.6);
}
.bg-teal-800\/65{
  background-color: rgb(5 51 48 / 0.65);
}
.bg-teal-800\/70{
  background-color: rgb(5 51 48 / 0.7);
}
.bg-teal-800\/75{
  background-color: rgb(5 51 48 / 0.75);
}
.bg-teal-800\/80{
  background-color: rgb(5 51 48 / 0.8);
}
.bg-teal-800\/85{
  background-color: rgb(5 51 48 / 0.85);
}
.bg-teal-800\/90{
  background-color: rgb(5 51 48 / 0.9);
}
.bg-teal-800\/95{
  background-color: rgb(5 51 48 / 0.95);
}
.bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(2 38 36 / var(--tw-bg-opacity));
}
.bg-teal-900\/0{
  background-color: rgb(2 38 36 / 0);
}
.bg-teal-900\/10{
  background-color: rgb(2 38 36 / 0.1);
}
.bg-teal-900\/100{
  background-color: rgb(2 38 36 / 1);
}
.bg-teal-900\/15{
  background-color: rgb(2 38 36 / 0.15);
}
.bg-teal-900\/20{
  background-color: rgb(2 38 36 / 0.2);
}
.bg-teal-900\/25{
  background-color: rgb(2 38 36 / 0.25);
}
.bg-teal-900\/30{
  background-color: rgb(2 38 36 / 0.3);
}
.bg-teal-900\/35{
  background-color: rgb(2 38 36 / 0.35);
}
.bg-teal-900\/40{
  background-color: rgb(2 38 36 / 0.4);
}
.bg-teal-900\/45{
  background-color: rgb(2 38 36 / 0.45);
}
.bg-teal-900\/5{
  background-color: rgb(2 38 36 / 0.05);
}
.bg-teal-900\/50{
  background-color: rgb(2 38 36 / 0.5);
}
.bg-teal-900\/55{
  background-color: rgb(2 38 36 / 0.55);
}
.bg-teal-900\/60{
  background-color: rgb(2 38 36 / 0.6);
}
.bg-teal-900\/65{
  background-color: rgb(2 38 36 / 0.65);
}
.bg-teal-900\/70{
  background-color: rgb(2 38 36 / 0.7);
}
.bg-teal-900\/75{
  background-color: rgb(2 38 36 / 0.75);
}
.bg-teal-900\/80{
  background-color: rgb(2 38 36 / 0.8);
}
.bg-teal-900\/85{
  background-color: rgb(2 38 36 / 0.85);
}
.bg-teal-900\/90{
  background-color: rgb(2 38 36 / 0.9);
}
.bg-teal-900\/95{
  background-color: rgb(2 38 36 / 0.95);
}
.bg-teal-950{
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.bg-teal-950\/0{
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10{
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100{
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/15{
  background-color: rgb(4 47 46 / 0.15);
}
.bg-teal-950\/20{
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25{
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30{
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/35{
  background-color: rgb(4 47 46 / 0.35);
}
.bg-teal-950\/40{
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/45{
  background-color: rgb(4 47 46 / 0.45);
}
.bg-teal-950\/5{
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50{
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/55{
  background-color: rgb(4 47 46 / 0.55);
}
.bg-teal-950\/60{
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/65{
  background-color: rgb(4 47 46 / 0.65);
}
.bg-teal-950\/70{
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75{
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80{
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/85{
  background-color: rgb(4 47 46 / 0.85);
}
.bg-teal-950\/90{
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95{
  background-color: rgb(4 47 46 / 0.95);
}
.bg-tertiary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 255 / var(--tw-bg-opacity));
}
.bg-tertiary-100\/0{
  background-color: rgb(250 248 255 / 0);
}
.bg-tertiary-100\/10{
  background-color: rgb(250 248 255 / 0.1);
}
.bg-tertiary-100\/100{
  background-color: rgb(250 248 255 / 1);
}
.bg-tertiary-100\/15{
  background-color: rgb(250 248 255 / 0.15);
}
.bg-tertiary-100\/20{
  background-color: rgb(250 248 255 / 0.2);
}
.bg-tertiary-100\/25{
  background-color: rgb(250 248 255 / 0.25);
}
.bg-tertiary-100\/30{
  background-color: rgb(250 248 255 / 0.3);
}
.bg-tertiary-100\/35{
  background-color: rgb(250 248 255 / 0.35);
}
.bg-tertiary-100\/40{
  background-color: rgb(250 248 255 / 0.4);
}
.bg-tertiary-100\/45{
  background-color: rgb(250 248 255 / 0.45);
}
.bg-tertiary-100\/5{
  background-color: rgb(250 248 255 / 0.05);
}
.bg-tertiary-100\/50{
  background-color: rgb(250 248 255 / 0.5);
}
.bg-tertiary-100\/55{
  background-color: rgb(250 248 255 / 0.55);
}
.bg-tertiary-100\/60{
  background-color: rgb(250 248 255 / 0.6);
}
.bg-tertiary-100\/65{
  background-color: rgb(250 248 255 / 0.65);
}
.bg-tertiary-100\/70{
  background-color: rgb(250 248 255 / 0.7);
}
.bg-tertiary-100\/75{
  background-color: rgb(250 248 255 / 0.75);
}
.bg-tertiary-100\/80{
  background-color: rgb(250 248 255 / 0.8);
}
.bg-tertiary-100\/85{
  background-color: rgb(250 248 255 / 0.85);
}
.bg-tertiary-100\/90{
  background-color: rgb(250 248 255 / 0.9);
}
.bg-tertiary-100\/95{
  background-color: rgb(250 248 255 / 0.95);
}
.bg-tertiary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 255 / var(--tw-bg-opacity));
}
.bg-tertiary-200\/0{
  background-color: rgb(238 240 255 / 0);
}
.bg-tertiary-200\/10{
  background-color: rgb(238 240 255 / 0.1);
}
.bg-tertiary-200\/100{
  background-color: rgb(238 240 255 / 1);
}
.bg-tertiary-200\/15{
  background-color: rgb(238 240 255 / 0.15);
}
.bg-tertiary-200\/20{
  background-color: rgb(238 240 255 / 0.2);
}
.bg-tertiary-200\/25{
  background-color: rgb(238 240 255 / 0.25);
}
.bg-tertiary-200\/30{
  background-color: rgb(238 240 255 / 0.3);
}
.bg-tertiary-200\/35{
  background-color: rgb(238 240 255 / 0.35);
}
.bg-tertiary-200\/40{
  background-color: rgb(238 240 255 / 0.4);
}
.bg-tertiary-200\/45{
  background-color: rgb(238 240 255 / 0.45);
}
.bg-tertiary-200\/5{
  background-color: rgb(238 240 255 / 0.05);
}
.bg-tertiary-200\/50{
  background-color: rgb(238 240 255 / 0.5);
}
.bg-tertiary-200\/55{
  background-color: rgb(238 240 255 / 0.55);
}
.bg-tertiary-200\/60{
  background-color: rgb(238 240 255 / 0.6);
}
.bg-tertiary-200\/65{
  background-color: rgb(238 240 255 / 0.65);
}
.bg-tertiary-200\/70{
  background-color: rgb(238 240 255 / 0.7);
}
.bg-tertiary-200\/75{
  background-color: rgb(238 240 255 / 0.75);
}
.bg-tertiary-200\/80{
  background-color: rgb(238 240 255 / 0.8);
}
.bg-tertiary-200\/85{
  background-color: rgb(238 240 255 / 0.85);
}
.bg-tertiary-200\/90{
  background-color: rgb(238 240 255 / 0.9);
}
.bg-tertiary-200\/95{
  background-color: rgb(238 240 255 / 0.95);
}
.bg-tertiary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(219 225 255 / var(--tw-bg-opacity));
}
.bg-tertiary-300\/0{
  background-color: rgb(219 225 255 / 0);
}
.bg-tertiary-300\/10{
  background-color: rgb(219 225 255 / 0.1);
}
.bg-tertiary-300\/100{
  background-color: rgb(219 225 255 / 1);
}
.bg-tertiary-300\/15{
  background-color: rgb(219 225 255 / 0.15);
}
.bg-tertiary-300\/20{
  background-color: rgb(219 225 255 / 0.2);
}
.bg-tertiary-300\/25{
  background-color: rgb(219 225 255 / 0.25);
}
.bg-tertiary-300\/30{
  background-color: rgb(219 225 255 / 0.3);
}
.bg-tertiary-300\/35{
  background-color: rgb(219 225 255 / 0.35);
}
.bg-tertiary-300\/40{
  background-color: rgb(219 225 255 / 0.4);
}
.bg-tertiary-300\/45{
  background-color: rgb(219 225 255 / 0.45);
}
.bg-tertiary-300\/5{
  background-color: rgb(219 225 255 / 0.05);
}
.bg-tertiary-300\/50{
  background-color: rgb(219 225 255 / 0.5);
}
.bg-tertiary-300\/55{
  background-color: rgb(219 225 255 / 0.55);
}
.bg-tertiary-300\/60{
  background-color: rgb(219 225 255 / 0.6);
}
.bg-tertiary-300\/65{
  background-color: rgb(219 225 255 / 0.65);
}
.bg-tertiary-300\/70{
  background-color: rgb(219 225 255 / 0.7);
}
.bg-tertiary-300\/75{
  background-color: rgb(219 225 255 / 0.75);
}
.bg-tertiary-300\/80{
  background-color: rgb(219 225 255 / 0.8);
}
.bg-tertiary-300\/85{
  background-color: rgb(219 225 255 / 0.85);
}
.bg-tertiary-300\/90{
  background-color: rgb(219 225 255 / 0.9);
}
.bg-tertiary-300\/95{
  background-color: rgb(219 225 255 / 0.95);
}
.bg-tertiary-350{
  --tw-bg-opacity: 1;
  background-color: rgb(179 197 255 / var(--tw-bg-opacity));
}
.bg-tertiary-350\/0{
  background-color: rgb(179 197 255 / 0);
}
.bg-tertiary-350\/10{
  background-color: rgb(179 197 255 / 0.1);
}
.bg-tertiary-350\/100{
  background-color: rgb(179 197 255 / 1);
}
.bg-tertiary-350\/15{
  background-color: rgb(179 197 255 / 0.15);
}
.bg-tertiary-350\/20{
  background-color: rgb(179 197 255 / 0.2);
}
.bg-tertiary-350\/25{
  background-color: rgb(179 197 255 / 0.25);
}
.bg-tertiary-350\/30{
  background-color: rgb(179 197 255 / 0.3);
}
.bg-tertiary-350\/35{
  background-color: rgb(179 197 255 / 0.35);
}
.bg-tertiary-350\/40{
  background-color: rgb(179 197 255 / 0.4);
}
.bg-tertiary-350\/45{
  background-color: rgb(179 197 255 / 0.45);
}
.bg-tertiary-350\/5{
  background-color: rgb(179 197 255 / 0.05);
}
.bg-tertiary-350\/50{
  background-color: rgb(179 197 255 / 0.5);
}
.bg-tertiary-350\/55{
  background-color: rgb(179 197 255 / 0.55);
}
.bg-tertiary-350\/60{
  background-color: rgb(179 197 255 / 0.6);
}
.bg-tertiary-350\/65{
  background-color: rgb(179 197 255 / 0.65);
}
.bg-tertiary-350\/70{
  background-color: rgb(179 197 255 / 0.7);
}
.bg-tertiary-350\/75{
  background-color: rgb(179 197 255 / 0.75);
}
.bg-tertiary-350\/80{
  background-color: rgb(179 197 255 / 0.8);
}
.bg-tertiary-350\/85{
  background-color: rgb(179 197 255 / 0.85);
}
.bg-tertiary-350\/90{
  background-color: rgb(179 197 255 / 0.9);
}
.bg-tertiary-350\/95{
  background-color: rgb(179 197 255 / 0.95);
}
.bg-tertiary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(139 168 255 / var(--tw-bg-opacity));
}
.bg-tertiary-400\/0{
  background-color: rgb(139 168 255 / 0);
}
.bg-tertiary-400\/10{
  background-color: rgb(139 168 255 / 0.1);
}
.bg-tertiary-400\/100{
  background-color: rgb(139 168 255 / 1);
}
.bg-tertiary-400\/15{
  background-color: rgb(139 168 255 / 0.15);
}
.bg-tertiary-400\/20{
  background-color: rgb(139 168 255 / 0.2);
}
.bg-tertiary-400\/25{
  background-color: rgb(139 168 255 / 0.25);
}
.bg-tertiary-400\/30{
  background-color: rgb(139 168 255 / 0.3);
}
.bg-tertiary-400\/35{
  background-color: rgb(139 168 255 / 0.35);
}
.bg-tertiary-400\/40{
  background-color: rgb(139 168 255 / 0.4);
}
.bg-tertiary-400\/45{
  background-color: rgb(139 168 255 / 0.45);
}
.bg-tertiary-400\/5{
  background-color: rgb(139 168 255 / 0.05);
}
.bg-tertiary-400\/50{
  background-color: rgb(139 168 255 / 0.5);
}
.bg-tertiary-400\/55{
  background-color: rgb(139 168 255 / 0.55);
}
.bg-tertiary-400\/60{
  background-color: rgb(139 168 255 / 0.6);
}
.bg-tertiary-400\/65{
  background-color: rgb(139 168 255 / 0.65);
}
.bg-tertiary-400\/70{
  background-color: rgb(139 168 255 / 0.7);
}
.bg-tertiary-400\/75{
  background-color: rgb(139 168 255 / 0.75);
}
.bg-tertiary-400\/80{
  background-color: rgb(139 168 255 / 0.8);
}
.bg-tertiary-400\/85{
  background-color: rgb(139 168 255 / 0.85);
}
.bg-tertiary-400\/90{
  background-color: rgb(139 168 255 / 0.9);
}
.bg-tertiary-400\/95{
  background-color: rgb(139 168 255 / 0.95);
}
.bg-tertiary-450{
  --tw-bg-opacity: 1;
  background-color: rgb(96 139 255 / var(--tw-bg-opacity));
}
.bg-tertiary-450\/0{
  background-color: rgb(96 139 255 / 0);
}
.bg-tertiary-450\/10{
  background-color: rgb(96 139 255 / 0.1);
}
.bg-tertiary-450\/100{
  background-color: rgb(96 139 255 / 1);
}
.bg-tertiary-450\/15{
  background-color: rgb(96 139 255 / 0.15);
}
.bg-tertiary-450\/20{
  background-color: rgb(96 139 255 / 0.2);
}
.bg-tertiary-450\/25{
  background-color: rgb(96 139 255 / 0.25);
}
.bg-tertiary-450\/30{
  background-color: rgb(96 139 255 / 0.3);
}
.bg-tertiary-450\/35{
  background-color: rgb(96 139 255 / 0.35);
}
.bg-tertiary-450\/40{
  background-color: rgb(96 139 255 / 0.4);
}
.bg-tertiary-450\/45{
  background-color: rgb(96 139 255 / 0.45);
}
.bg-tertiary-450\/5{
  background-color: rgb(96 139 255 / 0.05);
}
.bg-tertiary-450\/50{
  background-color: rgb(96 139 255 / 0.5);
}
.bg-tertiary-450\/55{
  background-color: rgb(96 139 255 / 0.55);
}
.bg-tertiary-450\/60{
  background-color: rgb(96 139 255 / 0.6);
}
.bg-tertiary-450\/65{
  background-color: rgb(96 139 255 / 0.65);
}
.bg-tertiary-450\/70{
  background-color: rgb(96 139 255 / 0.7);
}
.bg-tertiary-450\/75{
  background-color: rgb(96 139 255 / 0.75);
}
.bg-tertiary-450\/80{
  background-color: rgb(96 139 255 / 0.8);
}
.bg-tertiary-450\/85{
  background-color: rgb(96 139 255 / 0.85);
}
.bg-tertiary-450\/90{
  background-color: rgb(96 139 255 / 0.9);
}
.bg-tertiary-450\/95{
  background-color: rgb(96 139 255 / 0.95);
}
.bg-tertiary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 255 / var(--tw-bg-opacity));
}
.bg-tertiary-50\/0{
  background-color: rgb(254 251 255 / 0);
}
.bg-tertiary-50\/10{
  background-color: rgb(254 251 255 / 0.1);
}
.bg-tertiary-50\/100{
  background-color: rgb(254 251 255 / 1);
}
.bg-tertiary-50\/15{
  background-color: rgb(254 251 255 / 0.15);
}
.bg-tertiary-50\/20{
  background-color: rgb(254 251 255 / 0.2);
}
.bg-tertiary-50\/25{
  background-color: rgb(254 251 255 / 0.25);
}
.bg-tertiary-50\/30{
  background-color: rgb(254 251 255 / 0.3);
}
.bg-tertiary-50\/35{
  background-color: rgb(254 251 255 / 0.35);
}
.bg-tertiary-50\/40{
  background-color: rgb(254 251 255 / 0.4);
}
.bg-tertiary-50\/45{
  background-color: rgb(254 251 255 / 0.45);
}
.bg-tertiary-50\/5{
  background-color: rgb(254 251 255 / 0.05);
}
.bg-tertiary-50\/50{
  background-color: rgb(254 251 255 / 0.5);
}
.bg-tertiary-50\/55{
  background-color: rgb(254 251 255 / 0.55);
}
.bg-tertiary-50\/60{
  background-color: rgb(254 251 255 / 0.6);
}
.bg-tertiary-50\/65{
  background-color: rgb(254 251 255 / 0.65);
}
.bg-tertiary-50\/70{
  background-color: rgb(254 251 255 / 0.7);
}
.bg-tertiary-50\/75{
  background-color: rgb(254 251 255 / 0.75);
}
.bg-tertiary-50\/80{
  background-color: rgb(254 251 255 / 0.8);
}
.bg-tertiary-50\/85{
  background-color: rgb(254 251 255 / 0.85);
}
.bg-tertiary-50\/90{
  background-color: rgb(254 251 255 / 0.9);
}
.bg-tertiary-50\/95{
  background-color: rgb(254 251 255 / 0.95);
}
.bg-tertiary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(38 108 255 / var(--tw-bg-opacity));
}
.bg-tertiary-500\/0{
  background-color: rgb(38 108 255 / 0);
}
.bg-tertiary-500\/10{
  background-color: rgb(38 108 255 / 0.1);
}
.bg-tertiary-500\/100{
  background-color: rgb(38 108 255 / 1);
}
.bg-tertiary-500\/15{
  background-color: rgb(38 108 255 / 0.15);
}
.bg-tertiary-500\/20{
  background-color: rgb(38 108 255 / 0.2);
}
.bg-tertiary-500\/25{
  background-color: rgb(38 108 255 / 0.25);
}
.bg-tertiary-500\/30{
  background-color: rgb(38 108 255 / 0.3);
}
.bg-tertiary-500\/35{
  background-color: rgb(38 108 255 / 0.35);
}
.bg-tertiary-500\/40{
  background-color: rgb(38 108 255 / 0.4);
}
.bg-tertiary-500\/45{
  background-color: rgb(38 108 255 / 0.45);
}
.bg-tertiary-500\/5{
  background-color: rgb(38 108 255 / 0.05);
}
.bg-tertiary-500\/50{
  background-color: rgb(38 108 255 / 0.5);
}
.bg-tertiary-500\/55{
  background-color: rgb(38 108 255 / 0.55);
}
.bg-tertiary-500\/60{
  background-color: rgb(38 108 255 / 0.6);
}
.bg-tertiary-500\/65{
  background-color: rgb(38 108 255 / 0.65);
}
.bg-tertiary-500\/70{
  background-color: rgb(38 108 255 / 0.7);
}
.bg-tertiary-500\/75{
  background-color: rgb(38 108 255 / 0.75);
}
.bg-tertiary-500\/80{
  background-color: rgb(38 108 255 / 0.8);
}
.bg-tertiary-500\/85{
  background-color: rgb(38 108 255 / 0.85);
}
.bg-tertiary-500\/90{
  background-color: rgb(38 108 255 / 0.9);
}
.bg-tertiary-500\/95{
  background-color: rgb(38 108 255 / 0.95);
}
.bg-tertiary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(0 84 217 / var(--tw-bg-opacity));
}
.bg-tertiary-600\/0{
  background-color: rgb(0 84 217 / 0);
}
.bg-tertiary-600\/10{
  background-color: rgb(0 84 217 / 0.1);
}
.bg-tertiary-600\/100{
  background-color: rgb(0 84 217 / 1);
}
.bg-tertiary-600\/15{
  background-color: rgb(0 84 217 / 0.15);
}
.bg-tertiary-600\/20{
  background-color: rgb(0 84 217 / 0.2);
}
.bg-tertiary-600\/25{
  background-color: rgb(0 84 217 / 0.25);
}
.bg-tertiary-600\/30{
  background-color: rgb(0 84 217 / 0.3);
}
.bg-tertiary-600\/35{
  background-color: rgb(0 84 217 / 0.35);
}
.bg-tertiary-600\/40{
  background-color: rgb(0 84 217 / 0.4);
}
.bg-tertiary-600\/45{
  background-color: rgb(0 84 217 / 0.45);
}
.bg-tertiary-600\/5{
  background-color: rgb(0 84 217 / 0.05);
}
.bg-tertiary-600\/50{
  background-color: rgb(0 84 217 / 0.5);
}
.bg-tertiary-600\/55{
  background-color: rgb(0 84 217 / 0.55);
}
.bg-tertiary-600\/60{
  background-color: rgb(0 84 217 / 0.6);
}
.bg-tertiary-600\/65{
  background-color: rgb(0 84 217 / 0.65);
}
.bg-tertiary-600\/70{
  background-color: rgb(0 84 217 / 0.7);
}
.bg-tertiary-600\/75{
  background-color: rgb(0 84 217 / 0.75);
}
.bg-tertiary-600\/80{
  background-color: rgb(0 84 217 / 0.8);
}
.bg-tertiary-600\/85{
  background-color: rgb(0 84 217 / 0.85);
}
.bg-tertiary-600\/90{
  background-color: rgb(0 84 217 / 0.9);
}
.bg-tertiary-600\/95{
  background-color: rgb(0 84 217 / 0.95);
}
.bg-tertiary-650{
  --tw-bg-opacity: 1;
  background-color: rgb(0 73 191 / var(--tw-bg-opacity));
}
.bg-tertiary-650\/0{
  background-color: rgb(0 73 191 / 0);
}
.bg-tertiary-650\/10{
  background-color: rgb(0 73 191 / 0.1);
}
.bg-tertiary-650\/100{
  background-color: rgb(0 73 191 / 1);
}
.bg-tertiary-650\/15{
  background-color: rgb(0 73 191 / 0.15);
}
.bg-tertiary-650\/20{
  background-color: rgb(0 73 191 / 0.2);
}
.bg-tertiary-650\/25{
  background-color: rgb(0 73 191 / 0.25);
}
.bg-tertiary-650\/30{
  background-color: rgb(0 73 191 / 0.3);
}
.bg-tertiary-650\/35{
  background-color: rgb(0 73 191 / 0.35);
}
.bg-tertiary-650\/40{
  background-color: rgb(0 73 191 / 0.4);
}
.bg-tertiary-650\/45{
  background-color: rgb(0 73 191 / 0.45);
}
.bg-tertiary-650\/5{
  background-color: rgb(0 73 191 / 0.05);
}
.bg-tertiary-650\/50{
  background-color: rgb(0 73 191 / 0.5);
}
.bg-tertiary-650\/55{
  background-color: rgb(0 73 191 / 0.55);
}
.bg-tertiary-650\/60{
  background-color: rgb(0 73 191 / 0.6);
}
.bg-tertiary-650\/65{
  background-color: rgb(0 73 191 / 0.65);
}
.bg-tertiary-650\/70{
  background-color: rgb(0 73 191 / 0.7);
}
.bg-tertiary-650\/75{
  background-color: rgb(0 73 191 / 0.75);
}
.bg-tertiary-650\/80{
  background-color: rgb(0 73 191 / 0.8);
}
.bg-tertiary-650\/85{
  background-color: rgb(0 73 191 / 0.85);
}
.bg-tertiary-650\/90{
  background-color: rgb(0 73 191 / 0.9);
}
.bg-tertiary-650\/95{
  background-color: rgb(0 73 191 / 0.95);
}
.bg-tertiary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 62 166 / var(--tw-bg-opacity));
}
.bg-tertiary-700\/0{
  background-color: rgb(0 62 166 / 0);
}
.bg-tertiary-700\/10{
  background-color: rgb(0 62 166 / 0.1);
}
.bg-tertiary-700\/100{
  background-color: rgb(0 62 166 / 1);
}
.bg-tertiary-700\/15{
  background-color: rgb(0 62 166 / 0.15);
}
.bg-tertiary-700\/20{
  background-color: rgb(0 62 166 / 0.2);
}
.bg-tertiary-700\/25{
  background-color: rgb(0 62 166 / 0.25);
}
.bg-tertiary-700\/30{
  background-color: rgb(0 62 166 / 0.3);
}
.bg-tertiary-700\/35{
  background-color: rgb(0 62 166 / 0.35);
}
.bg-tertiary-700\/40{
  background-color: rgb(0 62 166 / 0.4);
}
.bg-tertiary-700\/45{
  background-color: rgb(0 62 166 / 0.45);
}
.bg-tertiary-700\/5{
  background-color: rgb(0 62 166 / 0.05);
}
.bg-tertiary-700\/50{
  background-color: rgb(0 62 166 / 0.5);
}
.bg-tertiary-700\/55{
  background-color: rgb(0 62 166 / 0.55);
}
.bg-tertiary-700\/60{
  background-color: rgb(0 62 166 / 0.6);
}
.bg-tertiary-700\/65{
  background-color: rgb(0 62 166 / 0.65);
}
.bg-tertiary-700\/70{
  background-color: rgb(0 62 166 / 0.7);
}
.bg-tertiary-700\/75{
  background-color: rgb(0 62 166 / 0.75);
}
.bg-tertiary-700\/80{
  background-color: rgb(0 62 166 / 0.8);
}
.bg-tertiary-700\/85{
  background-color: rgb(0 62 166 / 0.85);
}
.bg-tertiary-700\/90{
  background-color: rgb(0 62 166 / 0.9);
}
.bg-tertiary-700\/95{
  background-color: rgb(0 62 166 / 0.95);
}
.bg-tertiary-750{
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 142 / var(--tw-bg-opacity));
}
.bg-tertiary-750\/0{
  background-color: rgb(0 52 142 / 0);
}
.bg-tertiary-750\/10{
  background-color: rgb(0 52 142 / 0.1);
}
.bg-tertiary-750\/100{
  background-color: rgb(0 52 142 / 1);
}
.bg-tertiary-750\/15{
  background-color: rgb(0 52 142 / 0.15);
}
.bg-tertiary-750\/20{
  background-color: rgb(0 52 142 / 0.2);
}
.bg-tertiary-750\/25{
  background-color: rgb(0 52 142 / 0.25);
}
.bg-tertiary-750\/30{
  background-color: rgb(0 52 142 / 0.3);
}
.bg-tertiary-750\/35{
  background-color: rgb(0 52 142 / 0.35);
}
.bg-tertiary-750\/40{
  background-color: rgb(0 52 142 / 0.4);
}
.bg-tertiary-750\/45{
  background-color: rgb(0 52 142 / 0.45);
}
.bg-tertiary-750\/5{
  background-color: rgb(0 52 142 / 0.05);
}
.bg-tertiary-750\/50{
  background-color: rgb(0 52 142 / 0.5);
}
.bg-tertiary-750\/55{
  background-color: rgb(0 52 142 / 0.55);
}
.bg-tertiary-750\/60{
  background-color: rgb(0 52 142 / 0.6);
}
.bg-tertiary-750\/65{
  background-color: rgb(0 52 142 / 0.65);
}
.bg-tertiary-750\/70{
  background-color: rgb(0 52 142 / 0.7);
}
.bg-tertiary-750\/75{
  background-color: rgb(0 52 142 / 0.75);
}
.bg-tertiary-750\/80{
  background-color: rgb(0 52 142 / 0.8);
}
.bg-tertiary-750\/85{
  background-color: rgb(0 52 142 / 0.85);
}
.bg-tertiary-750\/90{
  background-color: rgb(0 52 142 / 0.9);
}
.bg-tertiary-750\/95{
  background-color: rgb(0 52 142 / 0.95);
}
.bg-tertiary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 118 / var(--tw-bg-opacity));
}
.bg-tertiary-800\/0{
  background-color: rgb(0 42 118 / 0);
}
.bg-tertiary-800\/10{
  background-color: rgb(0 42 118 / 0.1);
}
.bg-tertiary-800\/100{
  background-color: rgb(0 42 118 / 1);
}
.bg-tertiary-800\/15{
  background-color: rgb(0 42 118 / 0.15);
}
.bg-tertiary-800\/20{
  background-color: rgb(0 42 118 / 0.2);
}
.bg-tertiary-800\/25{
  background-color: rgb(0 42 118 / 0.25);
}
.bg-tertiary-800\/30{
  background-color: rgb(0 42 118 / 0.3);
}
.bg-tertiary-800\/35{
  background-color: rgb(0 42 118 / 0.35);
}
.bg-tertiary-800\/40{
  background-color: rgb(0 42 118 / 0.4);
}
.bg-tertiary-800\/45{
  background-color: rgb(0 42 118 / 0.45);
}
.bg-tertiary-800\/5{
  background-color: rgb(0 42 118 / 0.05);
}
.bg-tertiary-800\/50{
  background-color: rgb(0 42 118 / 0.5);
}
.bg-tertiary-800\/55{
  background-color: rgb(0 42 118 / 0.55);
}
.bg-tertiary-800\/60{
  background-color: rgb(0 42 118 / 0.6);
}
.bg-tertiary-800\/65{
  background-color: rgb(0 42 118 / 0.65);
}
.bg-tertiary-800\/70{
  background-color: rgb(0 42 118 / 0.7);
}
.bg-tertiary-800\/75{
  background-color: rgb(0 42 118 / 0.75);
}
.bg-tertiary-800\/80{
  background-color: rgb(0 42 118 / 0.8);
}
.bg-tertiary-800\/85{
  background-color: rgb(0 42 118 / 0.85);
}
.bg-tertiary-800\/90{
  background-color: rgb(0 42 118 / 0.9);
}
.bg-tertiary-800\/95{
  background-color: rgb(0 42 118 / 0.95);
}
.bg-tertiary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 74 / var(--tw-bg-opacity));
}
.bg-tertiary-900\/0{
  background-color: rgb(0 23 74 / 0);
}
.bg-tertiary-900\/10{
  background-color: rgb(0 23 74 / 0.1);
}
.bg-tertiary-900\/100{
  background-color: rgb(0 23 74 / 1);
}
.bg-tertiary-900\/15{
  background-color: rgb(0 23 74 / 0.15);
}
.bg-tertiary-900\/20{
  background-color: rgb(0 23 74 / 0.2);
}
.bg-tertiary-900\/25{
  background-color: rgb(0 23 74 / 0.25);
}
.bg-tertiary-900\/30{
  background-color: rgb(0 23 74 / 0.3);
}
.bg-tertiary-900\/35{
  background-color: rgb(0 23 74 / 0.35);
}
.bg-tertiary-900\/40{
  background-color: rgb(0 23 74 / 0.4);
}
.bg-tertiary-900\/45{
  background-color: rgb(0 23 74 / 0.45);
}
.bg-tertiary-900\/5{
  background-color: rgb(0 23 74 / 0.05);
}
.bg-tertiary-900\/50{
  background-color: rgb(0 23 74 / 0.5);
}
.bg-tertiary-900\/55{
  background-color: rgb(0 23 74 / 0.55);
}
.bg-tertiary-900\/60{
  background-color: rgb(0 23 74 / 0.6);
}
.bg-tertiary-900\/65{
  background-color: rgb(0 23 74 / 0.65);
}
.bg-tertiary-900\/70{
  background-color: rgb(0 23 74 / 0.7);
}
.bg-tertiary-900\/75{
  background-color: rgb(0 23 74 / 0.75);
}
.bg-tertiary-900\/80{
  background-color: rgb(0 23 74 / 0.8);
}
.bg-tertiary-900\/85{
  background-color: rgb(0 23 74 / 0.85);
}
.bg-tertiary-900\/90{
  background-color: rgb(0 23 74 / 0.9);
}
.bg-tertiary-900\/95{
  background-color: rgb(0 23 74 / 0.95);
}
.bg-text-0{
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 255 / var(--tw-bg-opacity));
}
.bg-text-0\/0{
  background-color: rgb(255 253 255 / 0);
}
.bg-text-0\/10{
  background-color: rgb(255 253 255 / 0.1);
}
.bg-text-0\/100{
  background-color: rgb(255 253 255 / 1);
}
.bg-text-0\/15{
  background-color: rgb(255 253 255 / 0.15);
}
.bg-text-0\/20{
  background-color: rgb(255 253 255 / 0.2);
}
.bg-text-0\/25{
  background-color: rgb(255 253 255 / 0.25);
}
.bg-text-0\/30{
  background-color: rgb(255 253 255 / 0.3);
}
.bg-text-0\/35{
  background-color: rgb(255 253 255 / 0.35);
}
.bg-text-0\/40{
  background-color: rgb(255 253 255 / 0.4);
}
.bg-text-0\/45{
  background-color: rgb(255 253 255 / 0.45);
}
.bg-text-0\/5{
  background-color: rgb(255 253 255 / 0.05);
}
.bg-text-0\/50{
  background-color: rgb(255 253 255 / 0.5);
}
.bg-text-0\/55{
  background-color: rgb(255 253 255 / 0.55);
}
.bg-text-0\/60{
  background-color: rgb(255 253 255 / 0.6);
}
.bg-text-0\/65{
  background-color: rgb(255 253 255 / 0.65);
}
.bg-text-0\/70{
  background-color: rgb(255 253 255 / 0.7);
}
.bg-text-0\/75{
  background-color: rgb(255 253 255 / 0.75);
}
.bg-text-0\/80{
  background-color: rgb(255 253 255 / 0.8);
}
.bg-text-0\/85{
  background-color: rgb(255 253 255 / 0.85);
}
.bg-text-0\/90{
  background-color: rgb(255 253 255 / 0.9);
}
.bg-text-0\/95{
  background-color: rgb(255 253 255 / 0.95);
}
.bg-text-400{
  --tw-bg-opacity: 1;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity));
}
.bg-text-400\/0{
  background-color: rgb(160 140 139 / 0);
}
.bg-text-400\/10{
  background-color: rgb(160 140 139 / 0.1);
}
.bg-text-400\/100{
  background-color: rgb(160 140 139 / 1);
}
.bg-text-400\/15{
  background-color: rgb(160 140 139 / 0.15);
}
.bg-text-400\/20{
  background-color: rgb(160 140 139 / 0.2);
}
.bg-text-400\/25{
  background-color: rgb(160 140 139 / 0.25);
}
.bg-text-400\/30{
  background-color: rgb(160 140 139 / 0.3);
}
.bg-text-400\/35{
  background-color: rgb(160 140 139 / 0.35);
}
.bg-text-400\/40{
  background-color: rgb(160 140 139 / 0.4);
}
.bg-text-400\/45{
  background-color: rgb(160 140 139 / 0.45);
}
.bg-text-400\/5{
  background-color: rgb(160 140 139 / 0.05);
}
.bg-text-400\/50{
  background-color: rgb(160 140 139 / 0.5);
}
.bg-text-400\/55{
  background-color: rgb(160 140 139 / 0.55);
}
.bg-text-400\/60{
  background-color: rgb(160 140 139 / 0.6);
}
.bg-text-400\/65{
  background-color: rgb(160 140 139 / 0.65);
}
.bg-text-400\/70{
  background-color: rgb(160 140 139 / 0.7);
}
.bg-text-400\/75{
  background-color: rgb(160 140 139 / 0.75);
}
.bg-text-400\/80{
  background-color: rgb(160 140 139 / 0.8);
}
.bg-text-400\/85{
  background-color: rgb(160 140 139 / 0.85);
}
.bg-text-400\/90{
  background-color: rgb(160 140 139 / 0.9);
}
.bg-text-400\/95{
  background-color: rgb(160 140 139 / 0.95);
}
.bg-text-450{
  --tw-bg-opacity: 1;
  background-color: rgb(133 115 114 / var(--tw-bg-opacity));
}
.bg-text-450\/0{
  background-color: rgb(133 115 114 / 0);
}
.bg-text-450\/10{
  background-color: rgb(133 115 114 / 0.1);
}
.bg-text-450\/100{
  background-color: rgb(133 115 114 / 1);
}
.bg-text-450\/15{
  background-color: rgb(133 115 114 / 0.15);
}
.bg-text-450\/20{
  background-color: rgb(133 115 114 / 0.2);
}
.bg-text-450\/25{
  background-color: rgb(133 115 114 / 0.25);
}
.bg-text-450\/30{
  background-color: rgb(133 115 114 / 0.3);
}
.bg-text-450\/35{
  background-color: rgb(133 115 114 / 0.35);
}
.bg-text-450\/40{
  background-color: rgb(133 115 114 / 0.4);
}
.bg-text-450\/45{
  background-color: rgb(133 115 114 / 0.45);
}
.bg-text-450\/5{
  background-color: rgb(133 115 114 / 0.05);
}
.bg-text-450\/50{
  background-color: rgb(133 115 114 / 0.5);
}
.bg-text-450\/55{
  background-color: rgb(133 115 114 / 0.55);
}
.bg-text-450\/60{
  background-color: rgb(133 115 114 / 0.6);
}
.bg-text-450\/65{
  background-color: rgb(133 115 114 / 0.65);
}
.bg-text-450\/70{
  background-color: rgb(133 115 114 / 0.7);
}
.bg-text-450\/75{
  background-color: rgb(133 115 114 / 0.75);
}
.bg-text-450\/80{
  background-color: rgb(133 115 114 / 0.8);
}
.bg-text-450\/85{
  background-color: rgb(133 115 114 / 0.85);
}
.bg-text-450\/90{
  background-color: rgb(133 115 114 / 0.9);
}
.bg-text-450\/95{
  background-color: rgb(133 115 114 / 0.95);
}
.bg-text-650{
  --tw-bg-opacity: 1;
  background-color: rgb(83 67 66 / var(--tw-bg-opacity));
}
.bg-text-650\/0{
  background-color: rgb(83 67 66 / 0);
}
.bg-text-650\/10{
  background-color: rgb(83 67 66 / 0.1);
}
.bg-text-650\/100{
  background-color: rgb(83 67 66 / 1);
}
.bg-text-650\/15{
  background-color: rgb(83 67 66 / 0.15);
}
.bg-text-650\/20{
  background-color: rgb(83 67 66 / 0.2);
}
.bg-text-650\/25{
  background-color: rgb(83 67 66 / 0.25);
}
.bg-text-650\/30{
  background-color: rgb(83 67 66 / 0.3);
}
.bg-text-650\/35{
  background-color: rgb(83 67 66 / 0.35);
}
.bg-text-650\/40{
  background-color: rgb(83 67 66 / 0.4);
}
.bg-text-650\/45{
  background-color: rgb(83 67 66 / 0.45);
}
.bg-text-650\/5{
  background-color: rgb(83 67 66 / 0.05);
}
.bg-text-650\/50{
  background-color: rgb(83 67 66 / 0.5);
}
.bg-text-650\/55{
  background-color: rgb(83 67 66 / 0.55);
}
.bg-text-650\/60{
  background-color: rgb(83 67 66 / 0.6);
}
.bg-text-650\/65{
  background-color: rgb(83 67 66 / 0.65);
}
.bg-text-650\/70{
  background-color: rgb(83 67 66 / 0.7);
}
.bg-text-650\/75{
  background-color: rgb(83 67 66 / 0.75);
}
.bg-text-650\/80{
  background-color: rgb(83 67 66 / 0.8);
}
.bg-text-650\/85{
  background-color: rgb(83 67 66 / 0.85);
}
.bg-text-650\/90{
  background-color: rgb(83 67 66 / 0.9);
}
.bg-text-650\/95{
  background-color: rgb(83 67 66 / 0.95);
}
.bg-text-800{
  --tw-bg-opacity: 1;
  background-color: rgb(37 25 24 / var(--tw-bg-opacity));
}
.bg-text-800\/0{
  background-color: rgb(37 25 24 / 0);
}
.bg-text-800\/10{
  background-color: rgb(37 25 24 / 0.1);
}
.bg-text-800\/100{
  background-color: rgb(37 25 24 / 1);
}
.bg-text-800\/15{
  background-color: rgb(37 25 24 / 0.15);
}
.bg-text-800\/20{
  background-color: rgb(37 25 24 / 0.2);
}
.bg-text-800\/25{
  background-color: rgb(37 25 24 / 0.25);
}
.bg-text-800\/30{
  background-color: rgb(37 25 24 / 0.3);
}
.bg-text-800\/35{
  background-color: rgb(37 25 24 / 0.35);
}
.bg-text-800\/40{
  background-color: rgb(37 25 24 / 0.4);
}
.bg-text-800\/45{
  background-color: rgb(37 25 24 / 0.45);
}
.bg-text-800\/5{
  background-color: rgb(37 25 24 / 0.05);
}
.bg-text-800\/50{
  background-color: rgb(37 25 24 / 0.5);
}
.bg-text-800\/55{
  background-color: rgb(37 25 24 / 0.55);
}
.bg-text-800\/60{
  background-color: rgb(37 25 24 / 0.6);
}
.bg-text-800\/65{
  background-color: rgb(37 25 24 / 0.65);
}
.bg-text-800\/70{
  background-color: rgb(37 25 24 / 0.7);
}
.bg-text-800\/75{
  background-color: rgb(37 25 24 / 0.75);
}
.bg-text-800\/80{
  background-color: rgb(37 25 24 / 0.8);
}
.bg-text-800\/85{
  background-color: rgb(37 25 24 / 0.85);
}
.bg-text-800\/90{
  background-color: rgb(37 25 24 / 0.9);
}
.bg-text-800\/95{
  background-color: rgb(37 25 24 / 0.95);
}
.bg-text-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-text-900\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-text-900\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-text-900\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-text-900\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-text-900\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-text-900\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-text-900\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-text-900\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-text-900\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-text-900\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-text-900\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-text-900\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-text-900\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-text-900\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-text-900\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-text-900\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-text-900\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-text-900\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-text-900\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-text-900\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-text-900\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-transparent{
  background-color: transparent;
}
.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violet-100\/0{
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10{
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100{
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/15{
  background-color: rgb(237 233 254 / 0.15);
}
.bg-violet-100\/20{
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25{
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30{
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/35{
  background-color: rgb(237 233 254 / 0.35);
}
.bg-violet-100\/40{
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/45{
  background-color: rgb(237 233 254 / 0.45);
}
.bg-violet-100\/5{
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50{
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/55{
  background-color: rgb(237 233 254 / 0.55);
}
.bg-violet-100\/60{
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/65{
  background-color: rgb(237 233 254 / 0.65);
}
.bg-violet-100\/70{
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75{
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80{
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/85{
  background-color: rgb(237 233 254 / 0.85);
}
.bg-violet-100\/90{
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95{
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-violet-200\/0{
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10{
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100{
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/15{
  background-color: rgb(221 214 254 / 0.15);
}
.bg-violet-200\/20{
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25{
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30{
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/35{
  background-color: rgb(221 214 254 / 0.35);
}
.bg-violet-200\/40{
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/45{
  background-color: rgb(221 214 254 / 0.45);
}
.bg-violet-200\/5{
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50{
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/55{
  background-color: rgb(221 214 254 / 0.55);
}
.bg-violet-200\/60{
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/65{
  background-color: rgb(221 214 254 / 0.65);
}
.bg-violet-200\/70{
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75{
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80{
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/85{
  background-color: rgb(221 214 254 / 0.85);
}
.bg-violet-200\/90{
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95{
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-300{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-violet-300\/0{
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10{
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100{
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/15{
  background-color: rgb(196 181 253 / 0.15);
}
.bg-violet-300\/20{
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25{
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30{
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/35{
  background-color: rgb(196 181 253 / 0.35);
}
.bg-violet-300\/40{
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/45{
  background-color: rgb(196 181 253 / 0.45);
}
.bg-violet-300\/5{
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50{
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/55{
  background-color: rgb(196 181 253 / 0.55);
}
.bg-violet-300\/60{
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/65{
  background-color: rgb(196 181 253 / 0.65);
}
.bg-violet-300\/70{
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75{
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80{
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/85{
  background-color: rgb(196 181 253 / 0.85);
}
.bg-violet-300\/90{
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95{
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-400{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-violet-400\/0{
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10{
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100{
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/15{
  background-color: rgb(167 139 250 / 0.15);
}
.bg-violet-400\/20{
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25{
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30{
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/35{
  background-color: rgb(167 139 250 / 0.35);
}
.bg-violet-400\/40{
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/45{
  background-color: rgb(167 139 250 / 0.45);
}
.bg-violet-400\/5{
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50{
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/55{
  background-color: rgb(167 139 250 / 0.55);
}
.bg-violet-400\/60{
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/65{
  background-color: rgb(167 139 250 / 0.65);
}
.bg-violet-400\/70{
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75{
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80{
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/85{
  background-color: rgb(167 139 250 / 0.85);
}
.bg-violet-400\/90{
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95{
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violet-50\/0{
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10{
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100{
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/15{
  background-color: rgb(245 243 255 / 0.15);
}
.bg-violet-50\/20{
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25{
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30{
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/35{
  background-color: rgb(245 243 255 / 0.35);
}
.bg-violet-50\/40{
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/45{
  background-color: rgb(245 243 255 / 0.45);
}
.bg-violet-50\/5{
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50{
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/55{
  background-color: rgb(245 243 255 / 0.55);
}
.bg-violet-50\/60{
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/65{
  background-color: rgb(245 243 255 / 0.65);
}
.bg-violet-50\/70{
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75{
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80{
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/85{
  background-color: rgb(245 243 255 / 0.85);
}
.bg-violet-50\/90{
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95{
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-violet-500\/0{
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10{
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100{
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/15{
  background-color: rgb(139 92 246 / 0.15);
}
.bg-violet-500\/20{
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25{
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30{
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/35{
  background-color: rgb(139 92 246 / 0.35);
}
.bg-violet-500\/40{
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/45{
  background-color: rgb(139 92 246 / 0.45);
}
.bg-violet-500\/5{
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50{
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/55{
  background-color: rgb(139 92 246 / 0.55);
}
.bg-violet-500\/60{
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/65{
  background-color: rgb(139 92 246 / 0.65);
}
.bg-violet-500\/70{
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75{
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80{
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/85{
  background-color: rgb(139 92 246 / 0.85);
}
.bg-violet-500\/90{
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95{
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violet-600\/0{
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10{
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100{
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/15{
  background-color: rgb(124 58 237 / 0.15);
}
.bg-violet-600\/20{
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25{
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30{
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/35{
  background-color: rgb(124 58 237 / 0.35);
}
.bg-violet-600\/40{
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/45{
  background-color: rgb(124 58 237 / 0.45);
}
.bg-violet-600\/5{
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50{
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/55{
  background-color: rgb(124 58 237 / 0.55);
}
.bg-violet-600\/60{
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/65{
  background-color: rgb(124 58 237 / 0.65);
}
.bg-violet-600\/70{
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75{
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80{
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/85{
  background-color: rgb(124 58 237 / 0.85);
}
.bg-violet-600\/90{
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95{
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-700{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-violet-700\/0{
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10{
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100{
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/15{
  background-color: rgb(109 40 217 / 0.15);
}
.bg-violet-700\/20{
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25{
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30{
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/35{
  background-color: rgb(109 40 217 / 0.35);
}
.bg-violet-700\/40{
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/45{
  background-color: rgb(109 40 217 / 0.45);
}
.bg-violet-700\/5{
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50{
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/55{
  background-color: rgb(109 40 217 / 0.55);
}
.bg-violet-700\/60{
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/65{
  background-color: rgb(109 40 217 / 0.65);
}
.bg-violet-700\/70{
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75{
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80{
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/85{
  background-color: rgb(109 40 217 / 0.85);
}
.bg-violet-700\/90{
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95{
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-800{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-violet-800\/0{
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10{
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100{
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/15{
  background-color: rgb(91 33 182 / 0.15);
}
.bg-violet-800\/20{
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25{
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30{
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/35{
  background-color: rgb(91 33 182 / 0.35);
}
.bg-violet-800\/40{
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/45{
  background-color: rgb(91 33 182 / 0.45);
}
.bg-violet-800\/5{
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50{
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/55{
  background-color: rgb(91 33 182 / 0.55);
}
.bg-violet-800\/60{
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/65{
  background-color: rgb(91 33 182 / 0.65);
}
.bg-violet-800\/70{
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75{
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80{
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/85{
  background-color: rgb(91 33 182 / 0.85);
}
.bg-violet-800\/90{
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95{
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-violet-900\/0{
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10{
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100{
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/15{
  background-color: rgb(76 29 149 / 0.15);
}
.bg-violet-900\/20{
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25{
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30{
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/35{
  background-color: rgb(76 29 149 / 0.35);
}
.bg-violet-900\/40{
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/45{
  background-color: rgb(76 29 149 / 0.45);
}
.bg-violet-900\/5{
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50{
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/55{
  background-color: rgb(76 29 149 / 0.55);
}
.bg-violet-900\/60{
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/65{
  background-color: rgb(76 29 149 / 0.65);
}
.bg-violet-900\/70{
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75{
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80{
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/85{
  background-color: rgb(76 29 149 / 0.85);
}
.bg-violet-900\/90{
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95{
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-950{
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.bg-violet-950\/0{
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10{
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100{
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/15{
  background-color: rgb(46 16 101 / 0.15);
}
.bg-violet-950\/20{
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25{
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30{
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/35{
  background-color: rgb(46 16 101 / 0.35);
}
.bg-violet-950\/40{
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/45{
  background-color: rgb(46 16 101 / 0.45);
}
.bg-violet-950\/5{
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50{
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/55{
  background-color: rgb(46 16 101 / 0.55);
}
.bg-violet-950\/60{
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/65{
  background-color: rgb(46 16 101 / 0.65);
}
.bg-violet-950\/70{
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75{
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80{
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/85{
  background-color: rgb(46 16 101 / 0.85);
}
.bg-violet-950\/90{
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95{
  background-color: rgb(46 16 101 / 0.95);
}
.bg-violetish-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violetish-100\/0{
  background-color: rgb(245 243 255 / 0);
}
.bg-violetish-100\/10{
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violetish-100\/100{
  background-color: rgb(245 243 255 / 1);
}
.bg-violetish-100\/15{
  background-color: rgb(245 243 255 / 0.15);
}
.bg-violetish-100\/20{
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violetish-100\/25{
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violetish-100\/30{
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violetish-100\/35{
  background-color: rgb(245 243 255 / 0.35);
}
.bg-violetish-100\/40{
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violetish-100\/45{
  background-color: rgb(245 243 255 / 0.45);
}
.bg-violetish-100\/5{
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violetish-100\/50{
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violetish-100\/55{
  background-color: rgb(245 243 255 / 0.55);
}
.bg-violetish-100\/60{
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violetish-100\/65{
  background-color: rgb(245 243 255 / 0.65);
}
.bg-violetish-100\/70{
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violetish-100\/75{
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violetish-100\/80{
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violetish-100\/85{
  background-color: rgb(245 243 255 / 0.85);
}
.bg-violetish-100\/90{
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violetish-100\/95{
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violetish-200{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violetish-200\/0{
  background-color: rgb(237 233 254 / 0);
}
.bg-violetish-200\/10{
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violetish-200\/100{
  background-color: rgb(237 233 254 / 1);
}
.bg-violetish-200\/15{
  background-color: rgb(237 233 254 / 0.15);
}
.bg-violetish-200\/20{
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violetish-200\/25{
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violetish-200\/30{
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violetish-200\/35{
  background-color: rgb(237 233 254 / 0.35);
}
.bg-violetish-200\/40{
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violetish-200\/45{
  background-color: rgb(237 233 254 / 0.45);
}
.bg-violetish-200\/5{
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violetish-200\/50{
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violetish-200\/55{
  background-color: rgb(237 233 254 / 0.55);
}
.bg-violetish-200\/60{
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violetish-200\/65{
  background-color: rgb(237 233 254 / 0.65);
}
.bg-violetish-200\/70{
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violetish-200\/75{
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violetish-200\/80{
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violetish-200\/85{
  background-color: rgb(237 233 254 / 0.85);
}
.bg-violetish-200\/90{
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violetish-200\/95{
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violetish-300{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-violetish-300\/0{
  background-color: rgb(221 214 254 / 0);
}
.bg-violetish-300\/10{
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violetish-300\/100{
  background-color: rgb(221 214 254 / 1);
}
.bg-violetish-300\/15{
  background-color: rgb(221 214 254 / 0.15);
}
.bg-violetish-300\/20{
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violetish-300\/25{
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violetish-300\/30{
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violetish-300\/35{
  background-color: rgb(221 214 254 / 0.35);
}
.bg-violetish-300\/40{
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violetish-300\/45{
  background-color: rgb(221 214 254 / 0.45);
}
.bg-violetish-300\/5{
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violetish-300\/50{
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violetish-300\/55{
  background-color: rgb(221 214 254 / 0.55);
}
.bg-violetish-300\/60{
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violetish-300\/65{
  background-color: rgb(221 214 254 / 0.65);
}
.bg-violetish-300\/70{
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violetish-300\/75{
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violetish-300\/80{
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violetish-300\/85{
  background-color: rgb(221 214 254 / 0.85);
}
.bg-violetish-300\/90{
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violetish-300\/95{
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violetish-350{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-violetish-350\/0{
  background-color: rgb(196 181 253 / 0);
}
.bg-violetish-350\/10{
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violetish-350\/100{
  background-color: rgb(196 181 253 / 1);
}
.bg-violetish-350\/15{
  background-color: rgb(196 181 253 / 0.15);
}
.bg-violetish-350\/20{
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violetish-350\/25{
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violetish-350\/30{
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violetish-350\/35{
  background-color: rgb(196 181 253 / 0.35);
}
.bg-violetish-350\/40{
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violetish-350\/45{
  background-color: rgb(196 181 253 / 0.45);
}
.bg-violetish-350\/5{
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violetish-350\/50{
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violetish-350\/55{
  background-color: rgb(196 181 253 / 0.55);
}
.bg-violetish-350\/60{
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violetish-350\/65{
  background-color: rgb(196 181 253 / 0.65);
}
.bg-violetish-350\/70{
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violetish-350\/75{
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violetish-350\/80{
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violetish-350\/85{
  background-color: rgb(196 181 253 / 0.85);
}
.bg-violetish-350\/90{
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violetish-350\/95{
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violetish-400{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-violetish-400\/0{
  background-color: rgb(167 139 250 / 0);
}
.bg-violetish-400\/10{
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violetish-400\/100{
  background-color: rgb(167 139 250 / 1);
}
.bg-violetish-400\/15{
  background-color: rgb(167 139 250 / 0.15);
}
.bg-violetish-400\/20{
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violetish-400\/25{
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violetish-400\/30{
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violetish-400\/35{
  background-color: rgb(167 139 250 / 0.35);
}
.bg-violetish-400\/40{
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violetish-400\/45{
  background-color: rgb(167 139 250 / 0.45);
}
.bg-violetish-400\/5{
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violetish-400\/50{
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violetish-400\/55{
  background-color: rgb(167 139 250 / 0.55);
}
.bg-violetish-400\/60{
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violetish-400\/65{
  background-color: rgb(167 139 250 / 0.65);
}
.bg-violetish-400\/70{
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violetish-400\/75{
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violetish-400\/80{
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violetish-400\/85{
  background-color: rgb(167 139 250 / 0.85);
}
.bg-violetish-400\/90{
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violetish-400\/95{
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violetish-450{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-violetish-450\/0{
  background-color: rgb(139 92 246 / 0);
}
.bg-violetish-450\/10{
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violetish-450\/100{
  background-color: rgb(139 92 246 / 1);
}
.bg-violetish-450\/15{
  background-color: rgb(139 92 246 / 0.15);
}
.bg-violetish-450\/20{
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violetish-450\/25{
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violetish-450\/30{
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violetish-450\/35{
  background-color: rgb(139 92 246 / 0.35);
}
.bg-violetish-450\/40{
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violetish-450\/45{
  background-color: rgb(139 92 246 / 0.45);
}
.bg-violetish-450\/5{
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violetish-450\/50{
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violetish-450\/55{
  background-color: rgb(139 92 246 / 0.55);
}
.bg-violetish-450\/60{
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violetish-450\/65{
  background-color: rgb(139 92 246 / 0.65);
}
.bg-violetish-450\/70{
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violetish-450\/75{
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violetish-450\/80{
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violetish-450\/85{
  background-color: rgb(139 92 246 / 0.85);
}
.bg-violetish-450\/90{
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violetish-450\/95{
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violetish-50{
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity));
}
.bg-violetish-50\/0{
  background-color: rgb(251 250 255 / 0);
}
.bg-violetish-50\/10{
  background-color: rgb(251 250 255 / 0.1);
}
.bg-violetish-50\/100{
  background-color: rgb(251 250 255 / 1);
}
.bg-violetish-50\/15{
  background-color: rgb(251 250 255 / 0.15);
}
.bg-violetish-50\/20{
  background-color: rgb(251 250 255 / 0.2);
}
.bg-violetish-50\/25{
  background-color: rgb(251 250 255 / 0.25);
}
.bg-violetish-50\/30{
  background-color: rgb(251 250 255 / 0.3);
}
.bg-violetish-50\/35{
  background-color: rgb(251 250 255 / 0.35);
}
.bg-violetish-50\/40{
  background-color: rgb(251 250 255 / 0.4);
}
.bg-violetish-50\/45{
  background-color: rgb(251 250 255 / 0.45);
}
.bg-violetish-50\/5{
  background-color: rgb(251 250 255 / 0.05);
}
.bg-violetish-50\/50{
  background-color: rgb(251 250 255 / 0.5);
}
.bg-violetish-50\/55{
  background-color: rgb(251 250 255 / 0.55);
}
.bg-violetish-50\/60{
  background-color: rgb(251 250 255 / 0.6);
}
.bg-violetish-50\/65{
  background-color: rgb(251 250 255 / 0.65);
}
.bg-violetish-50\/70{
  background-color: rgb(251 250 255 / 0.7);
}
.bg-violetish-50\/75{
  background-color: rgb(251 250 255 / 0.75);
}
.bg-violetish-50\/80{
  background-color: rgb(251 250 255 / 0.8);
}
.bg-violetish-50\/85{
  background-color: rgb(251 250 255 / 0.85);
}
.bg-violetish-50\/90{
  background-color: rgb(251 250 255 / 0.9);
}
.bg-violetish-50\/95{
  background-color: rgb(251 250 255 / 0.95);
}
.bg-violetish-500{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violetish-500\/0{
  background-color: rgb(124 58 237 / 0);
}
.bg-violetish-500\/10{
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violetish-500\/100{
  background-color: rgb(124 58 237 / 1);
}
.bg-violetish-500\/15{
  background-color: rgb(124 58 237 / 0.15);
}
.bg-violetish-500\/20{
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violetish-500\/25{
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violetish-500\/30{
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violetish-500\/35{
  background-color: rgb(124 58 237 / 0.35);
}
.bg-violetish-500\/40{
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violetish-500\/45{
  background-color: rgb(124 58 237 / 0.45);
}
.bg-violetish-500\/5{
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violetish-500\/50{
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violetish-500\/55{
  background-color: rgb(124 58 237 / 0.55);
}
.bg-violetish-500\/60{
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violetish-500\/65{
  background-color: rgb(124 58 237 / 0.65);
}
.bg-violetish-500\/70{
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violetish-500\/75{
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violetish-500\/80{
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violetish-500\/85{
  background-color: rgb(124 58 237 / 0.85);
}
.bg-violetish-500\/90{
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violetish-500\/95{
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violetish-600{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-violetish-600\/0{
  background-color: rgb(109 40 217 / 0);
}
.bg-violetish-600\/10{
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violetish-600\/100{
  background-color: rgb(109 40 217 / 1);
}
.bg-violetish-600\/15{
  background-color: rgb(109 40 217 / 0.15);
}
.bg-violetish-600\/20{
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violetish-600\/25{
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violetish-600\/30{
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violetish-600\/35{
  background-color: rgb(109 40 217 / 0.35);
}
.bg-violetish-600\/40{
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violetish-600\/45{
  background-color: rgb(109 40 217 / 0.45);
}
.bg-violetish-600\/5{
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violetish-600\/50{
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violetish-600\/55{
  background-color: rgb(109 40 217 / 0.55);
}
.bg-violetish-600\/60{
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violetish-600\/65{
  background-color: rgb(109 40 217 / 0.65);
}
.bg-violetish-600\/70{
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violetish-600\/75{
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violetish-600\/80{
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violetish-600\/85{
  background-color: rgb(109 40 217 / 0.85);
}
.bg-violetish-600\/90{
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violetish-600\/95{
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violetish-650{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-violetish-650\/0{
  background-color: rgb(91 33 182 / 0);
}
.bg-violetish-650\/10{
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violetish-650\/100{
  background-color: rgb(91 33 182 / 1);
}
.bg-violetish-650\/15{
  background-color: rgb(91 33 182 / 0.15);
}
.bg-violetish-650\/20{
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violetish-650\/25{
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violetish-650\/30{
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violetish-650\/35{
  background-color: rgb(91 33 182 / 0.35);
}
.bg-violetish-650\/40{
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violetish-650\/45{
  background-color: rgb(91 33 182 / 0.45);
}
.bg-violetish-650\/5{
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violetish-650\/50{
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violetish-650\/55{
  background-color: rgb(91 33 182 / 0.55);
}
.bg-violetish-650\/60{
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violetish-650\/65{
  background-color: rgb(91 33 182 / 0.65);
}
.bg-violetish-650\/70{
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violetish-650\/75{
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violetish-650\/80{
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violetish-650\/85{
  background-color: rgb(91 33 182 / 0.85);
}
.bg-violetish-650\/90{
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violetish-650\/95{
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violetish-700{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-violetish-700\/0{
  background-color: rgb(76 29 149 / 0);
}
.bg-violetish-700\/10{
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violetish-700\/100{
  background-color: rgb(76 29 149 / 1);
}
.bg-violetish-700\/15{
  background-color: rgb(76 29 149 / 0.15);
}
.bg-violetish-700\/20{
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violetish-700\/25{
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violetish-700\/30{
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violetish-700\/35{
  background-color: rgb(76 29 149 / 0.35);
}
.bg-violetish-700\/40{
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violetish-700\/45{
  background-color: rgb(76 29 149 / 0.45);
}
.bg-violetish-700\/5{
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violetish-700\/50{
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violetish-700\/55{
  background-color: rgb(76 29 149 / 0.55);
}
.bg-violetish-700\/60{
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violetish-700\/65{
  background-color: rgb(76 29 149 / 0.65);
}
.bg-violetish-700\/70{
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violetish-700\/75{
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violetish-700\/80{
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violetish-700\/85{
  background-color: rgb(76 29 149 / 0.85);
}
.bg-violetish-700\/90{
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violetish-700\/95{
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violetish-750{
  --tw-bg-opacity: 1;
  background-color: rgb(64 20 133 / var(--tw-bg-opacity));
}
.bg-violetish-750\/0{
  background-color: rgb(64 20 133 / 0);
}
.bg-violetish-750\/10{
  background-color: rgb(64 20 133 / 0.1);
}
.bg-violetish-750\/100{
  background-color: rgb(64 20 133 / 1);
}
.bg-violetish-750\/15{
  background-color: rgb(64 20 133 / 0.15);
}
.bg-violetish-750\/20{
  background-color: rgb(64 20 133 / 0.2);
}
.bg-violetish-750\/25{
  background-color: rgb(64 20 133 / 0.25);
}
.bg-violetish-750\/30{
  background-color: rgb(64 20 133 / 0.3);
}
.bg-violetish-750\/35{
  background-color: rgb(64 20 133 / 0.35);
}
.bg-violetish-750\/40{
  background-color: rgb(64 20 133 / 0.4);
}
.bg-violetish-750\/45{
  background-color: rgb(64 20 133 / 0.45);
}
.bg-violetish-750\/5{
  background-color: rgb(64 20 133 / 0.05);
}
.bg-violetish-750\/50{
  background-color: rgb(64 20 133 / 0.5);
}
.bg-violetish-750\/55{
  background-color: rgb(64 20 133 / 0.55);
}
.bg-violetish-750\/60{
  background-color: rgb(64 20 133 / 0.6);
}
.bg-violetish-750\/65{
  background-color: rgb(64 20 133 / 0.65);
}
.bg-violetish-750\/70{
  background-color: rgb(64 20 133 / 0.7);
}
.bg-violetish-750\/75{
  background-color: rgb(64 20 133 / 0.75);
}
.bg-violetish-750\/80{
  background-color: rgb(64 20 133 / 0.8);
}
.bg-violetish-750\/85{
  background-color: rgb(64 20 133 / 0.85);
}
.bg-violetish-750\/90{
  background-color: rgb(64 20 133 / 0.9);
}
.bg-violetish-750\/95{
  background-color: rgb(64 20 133 / 0.95);
}
.bg-violetish-800{
  --tw-bg-opacity: 1;
  background-color: rgb(52 11 115 / var(--tw-bg-opacity));
}
.bg-violetish-800\/0{
  background-color: rgb(52 11 115 / 0);
}
.bg-violetish-800\/10{
  background-color: rgb(52 11 115 / 0.1);
}
.bg-violetish-800\/100{
  background-color: rgb(52 11 115 / 1);
}
.bg-violetish-800\/15{
  background-color: rgb(52 11 115 / 0.15);
}
.bg-violetish-800\/20{
  background-color: rgb(52 11 115 / 0.2);
}
.bg-violetish-800\/25{
  background-color: rgb(52 11 115 / 0.25);
}
.bg-violetish-800\/30{
  background-color: rgb(52 11 115 / 0.3);
}
.bg-violetish-800\/35{
  background-color: rgb(52 11 115 / 0.35);
}
.bg-violetish-800\/40{
  background-color: rgb(52 11 115 / 0.4);
}
.bg-violetish-800\/45{
  background-color: rgb(52 11 115 / 0.45);
}
.bg-violetish-800\/5{
  background-color: rgb(52 11 115 / 0.05);
}
.bg-violetish-800\/50{
  background-color: rgb(52 11 115 / 0.5);
}
.bg-violetish-800\/55{
  background-color: rgb(52 11 115 / 0.55);
}
.bg-violetish-800\/60{
  background-color: rgb(52 11 115 / 0.6);
}
.bg-violetish-800\/65{
  background-color: rgb(52 11 115 / 0.65);
}
.bg-violetish-800\/70{
  background-color: rgb(52 11 115 / 0.7);
}
.bg-violetish-800\/75{
  background-color: rgb(52 11 115 / 0.75);
}
.bg-violetish-800\/80{
  background-color: rgb(52 11 115 / 0.8);
}
.bg-violetish-800\/85{
  background-color: rgb(52 11 115 / 0.85);
}
.bg-violetish-800\/90{
  background-color: rgb(52 11 115 / 0.9);
}
.bg-violetish-800\/95{
  background-color: rgb(52 11 115 / 0.95);
}
.bg-violetish-900{
  --tw-bg-opacity: 1;
  background-color: rgb(38 4 89 / var(--tw-bg-opacity));
}
.bg-violetish-900\/0{
  background-color: rgb(38 4 89 / 0);
}
.bg-violetish-900\/10{
  background-color: rgb(38 4 89 / 0.1);
}
.bg-violetish-900\/100{
  background-color: rgb(38 4 89 / 1);
}
.bg-violetish-900\/15{
  background-color: rgb(38 4 89 / 0.15);
}
.bg-violetish-900\/20{
  background-color: rgb(38 4 89 / 0.2);
}
.bg-violetish-900\/25{
  background-color: rgb(38 4 89 / 0.25);
}
.bg-violetish-900\/30{
  background-color: rgb(38 4 89 / 0.3);
}
.bg-violetish-900\/35{
  background-color: rgb(38 4 89 / 0.35);
}
.bg-violetish-900\/40{
  background-color: rgb(38 4 89 / 0.4);
}
.bg-violetish-900\/45{
  background-color: rgb(38 4 89 / 0.45);
}
.bg-violetish-900\/5{
  background-color: rgb(38 4 89 / 0.05);
}
.bg-violetish-900\/50{
  background-color: rgb(38 4 89 / 0.5);
}
.bg-violetish-900\/55{
  background-color: rgb(38 4 89 / 0.55);
}
.bg-violetish-900\/60{
  background-color: rgb(38 4 89 / 0.6);
}
.bg-violetish-900\/65{
  background-color: rgb(38 4 89 / 0.65);
}
.bg-violetish-900\/70{
  background-color: rgb(38 4 89 / 0.7);
}
.bg-violetish-900\/75{
  background-color: rgb(38 4 89 / 0.75);
}
.bg-violetish-900\/80{
  background-color: rgb(38 4 89 / 0.8);
}
.bg-violetish-900\/85{
  background-color: rgb(38 4 89 / 0.85);
}
.bg-violetish-900\/90{
  background-color: rgb(38 4 89 / 0.9);
}
.bg-violetish-900\/95{
  background-color: rgb(38 4 89 / 0.95);
}
.bg-warning-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 244 / var(--tw-bg-opacity));
}
.bg-warning-100\/0{
  background-color: rgb(254 248 244 / 0);
}
.bg-warning-100\/10{
  background-color: rgb(254 248 244 / 0.1);
}
.bg-warning-100\/100{
  background-color: rgb(254 248 244 / 1);
}
.bg-warning-100\/15{
  background-color: rgb(254 248 244 / 0.15);
}
.bg-warning-100\/20{
  background-color: rgb(254 248 244 / 0.2);
}
.bg-warning-100\/25{
  background-color: rgb(254 248 244 / 0.25);
}
.bg-warning-100\/30{
  background-color: rgb(254 248 244 / 0.3);
}
.bg-warning-100\/35{
  background-color: rgb(254 248 244 / 0.35);
}
.bg-warning-100\/40{
  background-color: rgb(254 248 244 / 0.4);
}
.bg-warning-100\/45{
  background-color: rgb(254 248 244 / 0.45);
}
.bg-warning-100\/5{
  background-color: rgb(254 248 244 / 0.05);
}
.bg-warning-100\/50{
  background-color: rgb(254 248 244 / 0.5);
}
.bg-warning-100\/55{
  background-color: rgb(254 248 244 / 0.55);
}
.bg-warning-100\/60{
  background-color: rgb(254 248 244 / 0.6);
}
.bg-warning-100\/65{
  background-color: rgb(254 248 244 / 0.65);
}
.bg-warning-100\/70{
  background-color: rgb(254 248 244 / 0.7);
}
.bg-warning-100\/75{
  background-color: rgb(254 248 244 / 0.75);
}
.bg-warning-100\/80{
  background-color: rgb(254 248 244 / 0.8);
}
.bg-warning-100\/85{
  background-color: rgb(254 248 244 / 0.85);
}
.bg-warning-100\/90{
  background-color: rgb(254 248 244 / 0.9);
}
.bg-warning-100\/95{
  background-color: rgb(254 248 244 / 0.95);
}
.bg-warning-200{
  --tw-bg-opacity: 1;
  background-color: rgb(252 239 223 / var(--tw-bg-opacity));
}
.bg-warning-200\/0{
  background-color: rgb(252 239 223 / 0);
}
.bg-warning-200\/10{
  background-color: rgb(252 239 223 / 0.1);
}
.bg-warning-200\/100{
  background-color: rgb(252 239 223 / 1);
}
.bg-warning-200\/15{
  background-color: rgb(252 239 223 / 0.15);
}
.bg-warning-200\/20{
  background-color: rgb(252 239 223 / 0.2);
}
.bg-warning-200\/25{
  background-color: rgb(252 239 223 / 0.25);
}
.bg-warning-200\/30{
  background-color: rgb(252 239 223 / 0.3);
}
.bg-warning-200\/35{
  background-color: rgb(252 239 223 / 0.35);
}
.bg-warning-200\/40{
  background-color: rgb(252 239 223 / 0.4);
}
.bg-warning-200\/45{
  background-color: rgb(252 239 223 / 0.45);
}
.bg-warning-200\/5{
  background-color: rgb(252 239 223 / 0.05);
}
.bg-warning-200\/50{
  background-color: rgb(252 239 223 / 0.5);
}
.bg-warning-200\/55{
  background-color: rgb(252 239 223 / 0.55);
}
.bg-warning-200\/60{
  background-color: rgb(252 239 223 / 0.6);
}
.bg-warning-200\/65{
  background-color: rgb(252 239 223 / 0.65);
}
.bg-warning-200\/70{
  background-color: rgb(252 239 223 / 0.7);
}
.bg-warning-200\/75{
  background-color: rgb(252 239 223 / 0.75);
}
.bg-warning-200\/80{
  background-color: rgb(252 239 223 / 0.8);
}
.bg-warning-200\/85{
  background-color: rgb(252 239 223 / 0.85);
}
.bg-warning-200\/90{
  background-color: rgb(252 239 223 / 0.9);
}
.bg-warning-200\/95{
  background-color: rgb(252 239 223 / 0.95);
}
.bg-warning-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 222 185 / var(--tw-bg-opacity));
}
.bg-warning-300\/0{
  background-color: rgb(249 222 185 / 0);
}
.bg-warning-300\/10{
  background-color: rgb(249 222 185 / 0.1);
}
.bg-warning-300\/100{
  background-color: rgb(249 222 185 / 1);
}
.bg-warning-300\/15{
  background-color: rgb(249 222 185 / 0.15);
}
.bg-warning-300\/20{
  background-color: rgb(249 222 185 / 0.2);
}
.bg-warning-300\/25{
  background-color: rgb(249 222 185 / 0.25);
}
.bg-warning-300\/30{
  background-color: rgb(249 222 185 / 0.3);
}
.bg-warning-300\/35{
  background-color: rgb(249 222 185 / 0.35);
}
.bg-warning-300\/40{
  background-color: rgb(249 222 185 / 0.4);
}
.bg-warning-300\/45{
  background-color: rgb(249 222 185 / 0.45);
}
.bg-warning-300\/5{
  background-color: rgb(249 222 185 / 0.05);
}
.bg-warning-300\/50{
  background-color: rgb(249 222 185 / 0.5);
}
.bg-warning-300\/55{
  background-color: rgb(249 222 185 / 0.55);
}
.bg-warning-300\/60{
  background-color: rgb(249 222 185 / 0.6);
}
.bg-warning-300\/65{
  background-color: rgb(249 222 185 / 0.65);
}
.bg-warning-300\/70{
  background-color: rgb(249 222 185 / 0.7);
}
.bg-warning-300\/75{
  background-color: rgb(249 222 185 / 0.75);
}
.bg-warning-300\/80{
  background-color: rgb(249 222 185 / 0.8);
}
.bg-warning-300\/85{
  background-color: rgb(249 222 185 / 0.85);
}
.bg-warning-300\/90{
  background-color: rgb(249 222 185 / 0.9);
}
.bg-warning-300\/95{
  background-color: rgb(249 222 185 / 0.95);
}
.bg-warning-350{
  --tw-bg-opacity: 1;
  background-color: rgb(244 188 101 / var(--tw-bg-opacity));
}
.bg-warning-350\/0{
  background-color: rgb(244 188 101 / 0);
}
.bg-warning-350\/10{
  background-color: rgb(244 188 101 / 0.1);
}
.bg-warning-350\/100{
  background-color: rgb(244 188 101 / 1);
}
.bg-warning-350\/15{
  background-color: rgb(244 188 101 / 0.15);
}
.bg-warning-350\/20{
  background-color: rgb(244 188 101 / 0.2);
}
.bg-warning-350\/25{
  background-color: rgb(244 188 101 / 0.25);
}
.bg-warning-350\/30{
  background-color: rgb(244 188 101 / 0.3);
}
.bg-warning-350\/35{
  background-color: rgb(244 188 101 / 0.35);
}
.bg-warning-350\/40{
  background-color: rgb(244 188 101 / 0.4);
}
.bg-warning-350\/45{
  background-color: rgb(244 188 101 / 0.45);
}
.bg-warning-350\/5{
  background-color: rgb(244 188 101 / 0.05);
}
.bg-warning-350\/50{
  background-color: rgb(244 188 101 / 0.5);
}
.bg-warning-350\/55{
  background-color: rgb(244 188 101 / 0.55);
}
.bg-warning-350\/60{
  background-color: rgb(244 188 101 / 0.6);
}
.bg-warning-350\/65{
  background-color: rgb(244 188 101 / 0.65);
}
.bg-warning-350\/70{
  background-color: rgb(244 188 101 / 0.7);
}
.bg-warning-350\/75{
  background-color: rgb(244 188 101 / 0.75);
}
.bg-warning-350\/80{
  background-color: rgb(244 188 101 / 0.8);
}
.bg-warning-350\/85{
  background-color: rgb(244 188 101 / 0.85);
}
.bg-warning-350\/90{
  background-color: rgb(244 188 101 / 0.9);
}
.bg-warning-350\/95{
  background-color: rgb(244 188 101 / 0.95);
}
.bg-warning-400{
  --tw-bg-opacity: 1;
  background-color: rgb(222 158 55 / var(--tw-bg-opacity));
}
.bg-warning-400\/0{
  background-color: rgb(222 158 55 / 0);
}
.bg-warning-400\/10{
  background-color: rgb(222 158 55 / 0.1);
}
.bg-warning-400\/100{
  background-color: rgb(222 158 55 / 1);
}
.bg-warning-400\/15{
  background-color: rgb(222 158 55 / 0.15);
}
.bg-warning-400\/20{
  background-color: rgb(222 158 55 / 0.2);
}
.bg-warning-400\/25{
  background-color: rgb(222 158 55 / 0.25);
}
.bg-warning-400\/30{
  background-color: rgb(222 158 55 / 0.3);
}
.bg-warning-400\/35{
  background-color: rgb(222 158 55 / 0.35);
}
.bg-warning-400\/40{
  background-color: rgb(222 158 55 / 0.4);
}
.bg-warning-400\/45{
  background-color: rgb(222 158 55 / 0.45);
}
.bg-warning-400\/5{
  background-color: rgb(222 158 55 / 0.05);
}
.bg-warning-400\/50{
  background-color: rgb(222 158 55 / 0.5);
}
.bg-warning-400\/55{
  background-color: rgb(222 158 55 / 0.55);
}
.bg-warning-400\/60{
  background-color: rgb(222 158 55 / 0.6);
}
.bg-warning-400\/65{
  background-color: rgb(222 158 55 / 0.65);
}
.bg-warning-400\/70{
  background-color: rgb(222 158 55 / 0.7);
}
.bg-warning-400\/75{
  background-color: rgb(222 158 55 / 0.75);
}
.bg-warning-400\/80{
  background-color: rgb(222 158 55 / 0.8);
}
.bg-warning-400\/85{
  background-color: rgb(222 158 55 / 0.85);
}
.bg-warning-400\/90{
  background-color: rgb(222 158 55 / 0.9);
}
.bg-warning-400\/95{
  background-color: rgb(222 158 55 / 0.95);
}
.bg-warning-450{
  --tw-bg-opacity: 1;
  background-color: rgb(188 134 45 / var(--tw-bg-opacity));
}
.bg-warning-450\/0{
  background-color: rgb(188 134 45 / 0);
}
.bg-warning-450\/10{
  background-color: rgb(188 134 45 / 0.1);
}
.bg-warning-450\/100{
  background-color: rgb(188 134 45 / 1);
}
.bg-warning-450\/15{
  background-color: rgb(188 134 45 / 0.15);
}
.bg-warning-450\/20{
  background-color: rgb(188 134 45 / 0.2);
}
.bg-warning-450\/25{
  background-color: rgb(188 134 45 / 0.25);
}
.bg-warning-450\/30{
  background-color: rgb(188 134 45 / 0.3);
}
.bg-warning-450\/35{
  background-color: rgb(188 134 45 / 0.35);
}
.bg-warning-450\/40{
  background-color: rgb(188 134 45 / 0.4);
}
.bg-warning-450\/45{
  background-color: rgb(188 134 45 / 0.45);
}
.bg-warning-450\/5{
  background-color: rgb(188 134 45 / 0.05);
}
.bg-warning-450\/50{
  background-color: rgb(188 134 45 / 0.5);
}
.bg-warning-450\/55{
  background-color: rgb(188 134 45 / 0.55);
}
.bg-warning-450\/60{
  background-color: rgb(188 134 45 / 0.6);
}
.bg-warning-450\/65{
  background-color: rgb(188 134 45 / 0.65);
}
.bg-warning-450\/70{
  background-color: rgb(188 134 45 / 0.7);
}
.bg-warning-450\/75{
  background-color: rgb(188 134 45 / 0.75);
}
.bg-warning-450\/80{
  background-color: rgb(188 134 45 / 0.8);
}
.bg-warning-450\/85{
  background-color: rgb(188 134 45 / 0.85);
}
.bg-warning-450\/90{
  background-color: rgb(188 134 45 / 0.9);
}
.bg-warning-450\/95{
  background-color: rgb(188 134 45 / 0.95);
}
.bg-warning-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 255 / var(--tw-bg-opacity));
}
.bg-warning-50\/0{
  background-color: rgb(254 251 255 / 0);
}
.bg-warning-50\/10{
  background-color: rgb(254 251 255 / 0.1);
}
.bg-warning-50\/100{
  background-color: rgb(254 251 255 / 1);
}
.bg-warning-50\/15{
  background-color: rgb(254 251 255 / 0.15);
}
.bg-warning-50\/20{
  background-color: rgb(254 251 255 / 0.2);
}
.bg-warning-50\/25{
  background-color: rgb(254 251 255 / 0.25);
}
.bg-warning-50\/30{
  background-color: rgb(254 251 255 / 0.3);
}
.bg-warning-50\/35{
  background-color: rgb(254 251 255 / 0.35);
}
.bg-warning-50\/40{
  background-color: rgb(254 251 255 / 0.4);
}
.bg-warning-50\/45{
  background-color: rgb(254 251 255 / 0.45);
}
.bg-warning-50\/5{
  background-color: rgb(254 251 255 / 0.05);
}
.bg-warning-50\/50{
  background-color: rgb(254 251 255 / 0.5);
}
.bg-warning-50\/55{
  background-color: rgb(254 251 255 / 0.55);
}
.bg-warning-50\/60{
  background-color: rgb(254 251 255 / 0.6);
}
.bg-warning-50\/65{
  background-color: rgb(254 251 255 / 0.65);
}
.bg-warning-50\/70{
  background-color: rgb(254 251 255 / 0.7);
}
.bg-warning-50\/75{
  background-color: rgb(254 251 255 / 0.75);
}
.bg-warning-50\/80{
  background-color: rgb(254 251 255 / 0.8);
}
.bg-warning-50\/85{
  background-color: rgb(254 251 255 / 0.85);
}
.bg-warning-50\/90{
  background-color: rgb(254 251 255 / 0.9);
}
.bg-warning-50\/95{
  background-color: rgb(254 251 255 / 0.95);
}
.bg-warning-500{
  --tw-bg-opacity: 1;
  background-color: rgb(156 110 34 / var(--tw-bg-opacity));
}
.bg-warning-500\/0{
  background-color: rgb(156 110 34 / 0);
}
.bg-warning-500\/10{
  background-color: rgb(156 110 34 / 0.1);
}
.bg-warning-500\/100{
  background-color: rgb(156 110 34 / 1);
}
.bg-warning-500\/15{
  background-color: rgb(156 110 34 / 0.15);
}
.bg-warning-500\/20{
  background-color: rgb(156 110 34 / 0.2);
}
.bg-warning-500\/25{
  background-color: rgb(156 110 34 / 0.25);
}
.bg-warning-500\/30{
  background-color: rgb(156 110 34 / 0.3);
}
.bg-warning-500\/35{
  background-color: rgb(156 110 34 / 0.35);
}
.bg-warning-500\/40{
  background-color: rgb(156 110 34 / 0.4);
}
.bg-warning-500\/45{
  background-color: rgb(156 110 34 / 0.45);
}
.bg-warning-500\/5{
  background-color: rgb(156 110 34 / 0.05);
}
.bg-warning-500\/50{
  background-color: rgb(156 110 34 / 0.5);
}
.bg-warning-500\/55{
  background-color: rgb(156 110 34 / 0.55);
}
.bg-warning-500\/60{
  background-color: rgb(156 110 34 / 0.6);
}
.bg-warning-500\/65{
  background-color: rgb(156 110 34 / 0.65);
}
.bg-warning-500\/70{
  background-color: rgb(156 110 34 / 0.7);
}
.bg-warning-500\/75{
  background-color: rgb(156 110 34 / 0.75);
}
.bg-warning-500\/80{
  background-color: rgb(156 110 34 / 0.8);
}
.bg-warning-500\/85{
  background-color: rgb(156 110 34 / 0.85);
}
.bg-warning-500\/90{
  background-color: rgb(156 110 34 / 0.9);
}
.bg-warning-500\/95{
  background-color: rgb(156 110 34 / 0.95);
}
.bg-warning-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 87 27 / var(--tw-bg-opacity));
}
.bg-warning-600\/0{
  background-color: rgb(124 87 27 / 0);
}
.bg-warning-600\/10{
  background-color: rgb(124 87 27 / 0.1);
}
.bg-warning-600\/100{
  background-color: rgb(124 87 27 / 1);
}
.bg-warning-600\/15{
  background-color: rgb(124 87 27 / 0.15);
}
.bg-warning-600\/20{
  background-color: rgb(124 87 27 / 0.2);
}
.bg-warning-600\/25{
  background-color: rgb(124 87 27 / 0.25);
}
.bg-warning-600\/30{
  background-color: rgb(124 87 27 / 0.3);
}
.bg-warning-600\/35{
  background-color: rgb(124 87 27 / 0.35);
}
.bg-warning-600\/40{
  background-color: rgb(124 87 27 / 0.4);
}
.bg-warning-600\/45{
  background-color: rgb(124 87 27 / 0.45);
}
.bg-warning-600\/5{
  background-color: rgb(124 87 27 / 0.05);
}
.bg-warning-600\/50{
  background-color: rgb(124 87 27 / 0.5);
}
.bg-warning-600\/55{
  background-color: rgb(124 87 27 / 0.55);
}
.bg-warning-600\/60{
  background-color: rgb(124 87 27 / 0.6);
}
.bg-warning-600\/65{
  background-color: rgb(124 87 27 / 0.65);
}
.bg-warning-600\/70{
  background-color: rgb(124 87 27 / 0.7);
}
.bg-warning-600\/75{
  background-color: rgb(124 87 27 / 0.75);
}
.bg-warning-600\/80{
  background-color: rgb(124 87 27 / 0.8);
}
.bg-warning-600\/85{
  background-color: rgb(124 87 27 / 0.85);
}
.bg-warning-600\/90{
  background-color: rgb(124 87 27 / 0.9);
}
.bg-warning-600\/95{
  background-color: rgb(124 87 27 / 0.95);
}
.bg-warning-650{
  --tw-bg-opacity: 1;
  background-color: rgb(109 76 22 / var(--tw-bg-opacity));
}
.bg-warning-650\/0{
  background-color: rgb(109 76 22 / 0);
}
.bg-warning-650\/10{
  background-color: rgb(109 76 22 / 0.1);
}
.bg-warning-650\/100{
  background-color: rgb(109 76 22 / 1);
}
.bg-warning-650\/15{
  background-color: rgb(109 76 22 / 0.15);
}
.bg-warning-650\/20{
  background-color: rgb(109 76 22 / 0.2);
}
.bg-warning-650\/25{
  background-color: rgb(109 76 22 / 0.25);
}
.bg-warning-650\/30{
  background-color: rgb(109 76 22 / 0.3);
}
.bg-warning-650\/35{
  background-color: rgb(109 76 22 / 0.35);
}
.bg-warning-650\/40{
  background-color: rgb(109 76 22 / 0.4);
}
.bg-warning-650\/45{
  background-color: rgb(109 76 22 / 0.45);
}
.bg-warning-650\/5{
  background-color: rgb(109 76 22 / 0.05);
}
.bg-warning-650\/50{
  background-color: rgb(109 76 22 / 0.5);
}
.bg-warning-650\/55{
  background-color: rgb(109 76 22 / 0.55);
}
.bg-warning-650\/60{
  background-color: rgb(109 76 22 / 0.6);
}
.bg-warning-650\/65{
  background-color: rgb(109 76 22 / 0.65);
}
.bg-warning-650\/70{
  background-color: rgb(109 76 22 / 0.7);
}
.bg-warning-650\/75{
  background-color: rgb(109 76 22 / 0.75);
}
.bg-warning-650\/80{
  background-color: rgb(109 76 22 / 0.8);
}
.bg-warning-650\/85{
  background-color: rgb(109 76 22 / 0.85);
}
.bg-warning-650\/90{
  background-color: rgb(109 76 22 / 0.9);
}
.bg-warning-650\/95{
  background-color: rgb(109 76 22 / 0.95);
}
.bg-warning-700{
  --tw-bg-opacity: 1;
  background-color: rgb(94 65 17 / var(--tw-bg-opacity));
}
.bg-warning-700\/0{
  background-color: rgb(94 65 17 / 0);
}
.bg-warning-700\/10{
  background-color: rgb(94 65 17 / 0.1);
}
.bg-warning-700\/100{
  background-color: rgb(94 65 17 / 1);
}
.bg-warning-700\/15{
  background-color: rgb(94 65 17 / 0.15);
}
.bg-warning-700\/20{
  background-color: rgb(94 65 17 / 0.2);
}
.bg-warning-700\/25{
  background-color: rgb(94 65 17 / 0.25);
}
.bg-warning-700\/30{
  background-color: rgb(94 65 17 / 0.3);
}
.bg-warning-700\/35{
  background-color: rgb(94 65 17 / 0.35);
}
.bg-warning-700\/40{
  background-color: rgb(94 65 17 / 0.4);
}
.bg-warning-700\/45{
  background-color: rgb(94 65 17 / 0.45);
}
.bg-warning-700\/5{
  background-color: rgb(94 65 17 / 0.05);
}
.bg-warning-700\/50{
  background-color: rgb(94 65 17 / 0.5);
}
.bg-warning-700\/55{
  background-color: rgb(94 65 17 / 0.55);
}
.bg-warning-700\/60{
  background-color: rgb(94 65 17 / 0.6);
}
.bg-warning-700\/65{
  background-color: rgb(94 65 17 / 0.65);
}
.bg-warning-700\/70{
  background-color: rgb(94 65 17 / 0.7);
}
.bg-warning-700\/75{
  background-color: rgb(94 65 17 / 0.75);
}
.bg-warning-700\/80{
  background-color: rgb(94 65 17 / 0.8);
}
.bg-warning-700\/85{
  background-color: rgb(94 65 17 / 0.85);
}
.bg-warning-700\/90{
  background-color: rgb(94 65 17 / 0.9);
}
.bg-warning-700\/95{
  background-color: rgb(94 65 17 / 0.95);
}
.bg-warning-750{
  --tw-bg-opacity: 1;
  background-color: rgb(80 54 12 / var(--tw-bg-opacity));
}
.bg-warning-750\/0{
  background-color: rgb(80 54 12 / 0);
}
.bg-warning-750\/10{
  background-color: rgb(80 54 12 / 0.1);
}
.bg-warning-750\/100{
  background-color: rgb(80 54 12 / 1);
}
.bg-warning-750\/15{
  background-color: rgb(80 54 12 / 0.15);
}
.bg-warning-750\/20{
  background-color: rgb(80 54 12 / 0.2);
}
.bg-warning-750\/25{
  background-color: rgb(80 54 12 / 0.25);
}
.bg-warning-750\/30{
  background-color: rgb(80 54 12 / 0.3);
}
.bg-warning-750\/35{
  background-color: rgb(80 54 12 / 0.35);
}
.bg-warning-750\/40{
  background-color: rgb(80 54 12 / 0.4);
}
.bg-warning-750\/45{
  background-color: rgb(80 54 12 / 0.45);
}
.bg-warning-750\/5{
  background-color: rgb(80 54 12 / 0.05);
}
.bg-warning-750\/50{
  background-color: rgb(80 54 12 / 0.5);
}
.bg-warning-750\/55{
  background-color: rgb(80 54 12 / 0.55);
}
.bg-warning-750\/60{
  background-color: rgb(80 54 12 / 0.6);
}
.bg-warning-750\/65{
  background-color: rgb(80 54 12 / 0.65);
}
.bg-warning-750\/70{
  background-color: rgb(80 54 12 / 0.7);
}
.bg-warning-750\/75{
  background-color: rgb(80 54 12 / 0.75);
}
.bg-warning-750\/80{
  background-color: rgb(80 54 12 / 0.8);
}
.bg-warning-750\/85{
  background-color: rgb(80 54 12 / 0.85);
}
.bg-warning-750\/90{
  background-color: rgb(80 54 12 / 0.9);
}
.bg-warning-750\/95{
  background-color: rgb(80 54 12 / 0.95);
}
.bg-warning-800{
  --tw-bg-opacity: 1;
  background-color: rgb(65 44 9 / var(--tw-bg-opacity));
}
.bg-warning-800\/0{
  background-color: rgb(65 44 9 / 0);
}
.bg-warning-800\/10{
  background-color: rgb(65 44 9 / 0.1);
}
.bg-warning-800\/100{
  background-color: rgb(65 44 9 / 1);
}
.bg-warning-800\/15{
  background-color: rgb(65 44 9 / 0.15);
}
.bg-warning-800\/20{
  background-color: rgb(65 44 9 / 0.2);
}
.bg-warning-800\/25{
  background-color: rgb(65 44 9 / 0.25);
}
.bg-warning-800\/30{
  background-color: rgb(65 44 9 / 0.3);
}
.bg-warning-800\/35{
  background-color: rgb(65 44 9 / 0.35);
}
.bg-warning-800\/40{
  background-color: rgb(65 44 9 / 0.4);
}
.bg-warning-800\/45{
  background-color: rgb(65 44 9 / 0.45);
}
.bg-warning-800\/5{
  background-color: rgb(65 44 9 / 0.05);
}
.bg-warning-800\/50{
  background-color: rgb(65 44 9 / 0.5);
}
.bg-warning-800\/55{
  background-color: rgb(65 44 9 / 0.55);
}
.bg-warning-800\/60{
  background-color: rgb(65 44 9 / 0.6);
}
.bg-warning-800\/65{
  background-color: rgb(65 44 9 / 0.65);
}
.bg-warning-800\/70{
  background-color: rgb(65 44 9 / 0.7);
}
.bg-warning-800\/75{
  background-color: rgb(65 44 9 / 0.75);
}
.bg-warning-800\/80{
  background-color: rgb(65 44 9 / 0.8);
}
.bg-warning-800\/85{
  background-color: rgb(65 44 9 / 0.85);
}
.bg-warning-800\/90{
  background-color: rgb(65 44 9 / 0.9);
}
.bg-warning-800\/95{
  background-color: rgb(65 44 9 / 0.95);
}
.bg-warning-900{
  --tw-bg-opacity: 1;
  background-color: rgb(39 25 3 / var(--tw-bg-opacity));
}
.bg-warning-900\/0{
  background-color: rgb(39 25 3 / 0);
}
.bg-warning-900\/10{
  background-color: rgb(39 25 3 / 0.1);
}
.bg-warning-900\/100{
  background-color: rgb(39 25 3 / 1);
}
.bg-warning-900\/15{
  background-color: rgb(39 25 3 / 0.15);
}
.bg-warning-900\/20{
  background-color: rgb(39 25 3 / 0.2);
}
.bg-warning-900\/25{
  background-color: rgb(39 25 3 / 0.25);
}
.bg-warning-900\/30{
  background-color: rgb(39 25 3 / 0.3);
}
.bg-warning-900\/35{
  background-color: rgb(39 25 3 / 0.35);
}
.bg-warning-900\/40{
  background-color: rgb(39 25 3 / 0.4);
}
.bg-warning-900\/45{
  background-color: rgb(39 25 3 / 0.45);
}
.bg-warning-900\/5{
  background-color: rgb(39 25 3 / 0.05);
}
.bg-warning-900\/50{
  background-color: rgb(39 25 3 / 0.5);
}
.bg-warning-900\/55{
  background-color: rgb(39 25 3 / 0.55);
}
.bg-warning-900\/60{
  background-color: rgb(39 25 3 / 0.6);
}
.bg-warning-900\/65{
  background-color: rgb(39 25 3 / 0.65);
}
.bg-warning-900\/70{
  background-color: rgb(39 25 3 / 0.7);
}
.bg-warning-900\/75{
  background-color: rgb(39 25 3 / 0.75);
}
.bg-warning-900\/80{
  background-color: rgb(39 25 3 / 0.8);
}
.bg-warning-900\/85{
  background-color: rgb(39 25 3 / 0.85);
}
.bg-warning-900\/90{
  background-color: rgb(39 25 3 / 0.9);
}
.bg-warning-900\/95{
  background-color: rgb(39 25 3 / 0.95);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/15{
  background-color: rgb(254 249 195 / 0.15);
}
.bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2);
}
.bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25);
}
.bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3);
}
.bg-yellow-100\/35{
  background-color: rgb(254 249 195 / 0.35);
}
.bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4);
}
.bg-yellow-100\/45{
  background-color: rgb(254 249 195 / 0.45);
}
.bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05);
}
.bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5);
}
.bg-yellow-100\/55{
  background-color: rgb(254 249 195 / 0.55);
}
.bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6);
}
.bg-yellow-100\/65{
  background-color: rgb(254 249 195 / 0.65);
}
.bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7);
}
.bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75);
}
.bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8);
}
.bg-yellow-100\/85{
  background-color: rgb(254 249 195 / 0.85);
}
.bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/15{
  background-color: rgb(254 240 138 / 0.15);
}
.bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellow-200\/35{
  background-color: rgb(254 240 138 / 0.35);
}
.bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellow-200\/45{
  background-color: rgb(254 240 138 / 0.45);
}
.bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellow-200\/55{
  background-color: rgb(254 240 138 / 0.55);
}
.bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-200\/65{
  background-color: rgb(254 240 138 / 0.65);
}
.bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellow-200\/85{
  background-color: rgb(254 240 138 / 0.85);
}
.bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/15{
  background-color: rgb(253 224 71 / 0.15);
}
.bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellow-300\/35{
  background-color: rgb(253 224 71 / 0.35);
}
.bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellow-300\/45{
  background-color: rgb(253 224 71 / 0.45);
}
.bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellow-300\/55{
  background-color: rgb(253 224 71 / 0.55);
}
.bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-300\/65{
  background-color: rgb(253 224 71 / 0.65);
}
.bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellow-300\/85{
  background-color: rgb(253 224 71 / 0.85);
}
.bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/15{
  background-color: rgb(250 204 21 / 0.15);
}
.bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-400\/35{
  background-color: rgb(250 204 21 / 0.35);
}
.bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellow-400\/45{
  background-color: rgb(250 204 21 / 0.45);
}
.bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-400\/55{
  background-color: rgb(250 204 21 / 0.55);
}
.bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellow-400\/65{
  background-color: rgb(250 204 21 / 0.65);
}
.bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellow-400\/85{
  background-color: rgb(250 204 21 / 0.85);
}
.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/15{
  background-color: rgb(254 252 232 / 0.15);
}
.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellow-50\/35{
  background-color: rgb(254 252 232 / 0.35);
}
.bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellow-50\/45{
  background-color: rgb(254 252 232 / 0.45);
}
.bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellow-50\/55{
  background-color: rgb(254 252 232 / 0.55);
}
.bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellow-50\/65{
  background-color: rgb(254 252 232 / 0.65);
}
.bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellow-50\/85{
  background-color: rgb(254 252 232 / 0.85);
}
.bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/15{
  background-color: rgb(234 179 8 / 0.15);
}
.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-500\/35{
  background-color: rgb(234 179 8 / 0.35);
}
.bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellow-500\/45{
  background-color: rgb(234 179 8 / 0.45);
}
.bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellow-500\/55{
  background-color: rgb(234 179 8 / 0.55);
}
.bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellow-500\/65{
  background-color: rgb(234 179 8 / 0.65);
}
.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellow-500\/85{
  background-color: rgb(234 179 8 / 0.85);
}
.bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/15{
  background-color: rgb(202 138 4 / 0.15);
}
.bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellow-600\/35{
  background-color: rgb(202 138 4 / 0.35);
}
.bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellow-600\/45{
  background-color: rgb(202 138 4 / 0.45);
}
.bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellow-600\/55{
  background-color: rgb(202 138 4 / 0.55);
}
.bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellow-600\/65{
  background-color: rgb(202 138 4 / 0.65);
}
.bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellow-600\/85{
  background-color: rgb(202 138 4 / 0.85);
}
.bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/15{
  background-color: rgb(161 98 7 / 0.15);
}
.bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellow-700\/35{
  background-color: rgb(161 98 7 / 0.35);
}
.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellow-700\/45{
  background-color: rgb(161 98 7 / 0.45);
}
.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellow-700\/55{
  background-color: rgb(161 98 7 / 0.55);
}
.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellow-700\/65{
  background-color: rgb(161 98 7 / 0.65);
}
.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellow-700\/85{
  background-color: rgb(161 98 7 / 0.85);
}
.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/15{
  background-color: rgb(133 77 14 / 0.15);
}
.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellow-800\/35{
  background-color: rgb(133 77 14 / 0.35);
}
.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellow-800\/45{
  background-color: rgb(133 77 14 / 0.45);
}
.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellow-800\/55{
  background-color: rgb(133 77 14 / 0.55);
}
.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellow-800\/65{
  background-color: rgb(133 77 14 / 0.65);
}
.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellow-800\/85{
  background-color: rgb(133 77 14 / 0.85);
}
.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/15{
  background-color: rgb(113 63 18 / 0.15);
}
.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/35{
  background-color: rgb(113 63 18 / 0.35);
}
.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellow-900\/45{
  background-color: rgb(113 63 18 / 0.45);
}
.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellow-900\/55{
  background-color: rgb(113 63 18 / 0.55);
}
.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellow-900\/65{
  background-color: rgb(113 63 18 / 0.65);
}
.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellow-900\/85{
  background-color: rgb(113 63 18 / 0.85);
}
.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950{
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.bg-yellow-950\/0{
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10{
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100{
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/15{
  background-color: rgb(66 32 6 / 0.15);
}
.bg-yellow-950\/20{
  background-color: rgb(66 32 6 / 0.2);
}
.bg-yellow-950\/25{
  background-color: rgb(66 32 6 / 0.25);
}
.bg-yellow-950\/30{
  background-color: rgb(66 32 6 / 0.3);
}
.bg-yellow-950\/35{
  background-color: rgb(66 32 6 / 0.35);
}
.bg-yellow-950\/40{
  background-color: rgb(66 32 6 / 0.4);
}
.bg-yellow-950\/45{
  background-color: rgb(66 32 6 / 0.45);
}
.bg-yellow-950\/5{
  background-color: rgb(66 32 6 / 0.05);
}
.bg-yellow-950\/50{
  background-color: rgb(66 32 6 / 0.5);
}
.bg-yellow-950\/55{
  background-color: rgb(66 32 6 / 0.55);
}
.bg-yellow-950\/60{
  background-color: rgb(66 32 6 / 0.6);
}
.bg-yellow-950\/65{
  background-color: rgb(66 32 6 / 0.65);
}
.bg-yellow-950\/70{
  background-color: rgb(66 32 6 / 0.7);
}
.bg-yellow-950\/75{
  background-color: rgb(66 32 6 / 0.75);
}
.bg-yellow-950\/80{
  background-color: rgb(66 32 6 / 0.8);
}
.bg-yellow-950\/85{
  background-color: rgb(66 32 6 / 0.85);
}
.bg-yellow-950\/90{
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95{
  background-color: rgb(66 32 6 / 0.95);
}
.bg-yellowish-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellowish-100\/0{
  background-color: rgb(254 252 232 / 0);
}
.bg-yellowish-100\/10{
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellowish-100\/100{
  background-color: rgb(254 252 232 / 1);
}
.bg-yellowish-100\/15{
  background-color: rgb(254 252 232 / 0.15);
}
.bg-yellowish-100\/20{
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellowish-100\/25{
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellowish-100\/30{
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellowish-100\/35{
  background-color: rgb(254 252 232 / 0.35);
}
.bg-yellowish-100\/40{
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellowish-100\/45{
  background-color: rgb(254 252 232 / 0.45);
}
.bg-yellowish-100\/5{
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellowish-100\/50{
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellowish-100\/55{
  background-color: rgb(254 252 232 / 0.55);
}
.bg-yellowish-100\/60{
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellowish-100\/65{
  background-color: rgb(254 252 232 / 0.65);
}
.bg-yellowish-100\/70{
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellowish-100\/75{
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellowish-100\/80{
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellowish-100\/85{
  background-color: rgb(254 252 232 / 0.85);
}
.bg-yellowish-100\/90{
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellowish-100\/95{
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellowish-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 195 / var(--tw-bg-opacity));
}
.bg-yellowish-200\/0{
  background-color: rgb(253 249 195 / 0);
}
.bg-yellowish-200\/10{
  background-color: rgb(253 249 195 / 0.1);
}
.bg-yellowish-200\/100{
  background-color: rgb(253 249 195 / 1);
}
.bg-yellowish-200\/15{
  background-color: rgb(253 249 195 / 0.15);
}
.bg-yellowish-200\/20{
  background-color: rgb(253 249 195 / 0.2);
}
.bg-yellowish-200\/25{
  background-color: rgb(253 249 195 / 0.25);
}
.bg-yellowish-200\/30{
  background-color: rgb(253 249 195 / 0.3);
}
.bg-yellowish-200\/35{
  background-color: rgb(253 249 195 / 0.35);
}
.bg-yellowish-200\/40{
  background-color: rgb(253 249 195 / 0.4);
}
.bg-yellowish-200\/45{
  background-color: rgb(253 249 195 / 0.45);
}
.bg-yellowish-200\/5{
  background-color: rgb(253 249 195 / 0.05);
}
.bg-yellowish-200\/50{
  background-color: rgb(253 249 195 / 0.5);
}
.bg-yellowish-200\/55{
  background-color: rgb(253 249 195 / 0.55);
}
.bg-yellowish-200\/60{
  background-color: rgb(253 249 195 / 0.6);
}
.bg-yellowish-200\/65{
  background-color: rgb(253 249 195 / 0.65);
}
.bg-yellowish-200\/70{
  background-color: rgb(253 249 195 / 0.7);
}
.bg-yellowish-200\/75{
  background-color: rgb(253 249 195 / 0.75);
}
.bg-yellowish-200\/80{
  background-color: rgb(253 249 195 / 0.8);
}
.bg-yellowish-200\/85{
  background-color: rgb(253 249 195 / 0.85);
}
.bg-yellowish-200\/90{
  background-color: rgb(253 249 195 / 0.9);
}
.bg-yellowish-200\/95{
  background-color: rgb(253 249 195 / 0.95);
}
.bg-yellowish-300{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellowish-300\/0{
  background-color: rgb(254 240 138 / 0);
}
.bg-yellowish-300\/10{
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellowish-300\/100{
  background-color: rgb(254 240 138 / 1);
}
.bg-yellowish-300\/15{
  background-color: rgb(254 240 138 / 0.15);
}
.bg-yellowish-300\/20{
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellowish-300\/25{
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellowish-300\/30{
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellowish-300\/35{
  background-color: rgb(254 240 138 / 0.35);
}
.bg-yellowish-300\/40{
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellowish-300\/45{
  background-color: rgb(254 240 138 / 0.45);
}
.bg-yellowish-300\/5{
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellowish-300\/50{
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellowish-300\/55{
  background-color: rgb(254 240 138 / 0.55);
}
.bg-yellowish-300\/60{
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellowish-300\/65{
  background-color: rgb(254 240 138 / 0.65);
}
.bg-yellowish-300\/70{
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellowish-300\/75{
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellowish-300\/80{
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellowish-300\/85{
  background-color: rgb(254 240 138 / 0.85);
}
.bg-yellowish-300\/90{
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellowish-300\/95{
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellowish-350{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellowish-350\/0{
  background-color: rgb(253 224 71 / 0);
}
.bg-yellowish-350\/10{
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellowish-350\/100{
  background-color: rgb(253 224 71 / 1);
}
.bg-yellowish-350\/15{
  background-color: rgb(253 224 71 / 0.15);
}
.bg-yellowish-350\/20{
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellowish-350\/25{
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellowish-350\/30{
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellowish-350\/35{
  background-color: rgb(253 224 71 / 0.35);
}
.bg-yellowish-350\/40{
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellowish-350\/45{
  background-color: rgb(253 224 71 / 0.45);
}
.bg-yellowish-350\/5{
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellowish-350\/50{
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellowish-350\/55{
  background-color: rgb(253 224 71 / 0.55);
}
.bg-yellowish-350\/60{
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellowish-350\/65{
  background-color: rgb(253 224 71 / 0.65);
}
.bg-yellowish-350\/70{
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellowish-350\/75{
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellowish-350\/80{
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellowish-350\/85{
  background-color: rgb(253 224 71 / 0.85);
}
.bg-yellowish-350\/90{
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellowish-350\/95{
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellowish-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellowish-400\/0{
  background-color: rgb(250 204 21 / 0);
}
.bg-yellowish-400\/10{
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellowish-400\/100{
  background-color: rgb(250 204 21 / 1);
}
.bg-yellowish-400\/15{
  background-color: rgb(250 204 21 / 0.15);
}
.bg-yellowish-400\/20{
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellowish-400\/25{
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellowish-400\/30{
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellowish-400\/35{
  background-color: rgb(250 204 21 / 0.35);
}
.bg-yellowish-400\/40{
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellowish-400\/45{
  background-color: rgb(250 204 21 / 0.45);
}
.bg-yellowish-400\/5{
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellowish-400\/50{
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellowish-400\/55{
  background-color: rgb(250 204 21 / 0.55);
}
.bg-yellowish-400\/60{
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellowish-400\/65{
  background-color: rgb(250 204 21 / 0.65);
}
.bg-yellowish-400\/70{
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellowish-400\/75{
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellowish-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellowish-400\/85{
  background-color: rgb(250 204 21 / 0.85);
}
.bg-yellowish-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellowish-400\/95{
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellowish-450{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellowish-450\/0{
  background-color: rgb(234 179 8 / 0);
}
.bg-yellowish-450\/10{
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellowish-450\/100{
  background-color: rgb(234 179 8 / 1);
}
.bg-yellowish-450\/15{
  background-color: rgb(234 179 8 / 0.15);
}
.bg-yellowish-450\/20{
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellowish-450\/25{
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellowish-450\/30{
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellowish-450\/35{
  background-color: rgb(234 179 8 / 0.35);
}
.bg-yellowish-450\/40{
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellowish-450\/45{
  background-color: rgb(234 179 8 / 0.45);
}
.bg-yellowish-450\/5{
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellowish-450\/50{
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellowish-450\/55{
  background-color: rgb(234 179 8 / 0.55);
}
.bg-yellowish-450\/60{
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellowish-450\/65{
  background-color: rgb(234 179 8 / 0.65);
}
.bg-yellowish-450\/70{
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellowish-450\/75{
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellowish-450\/80{
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellowish-450\/85{
  background-color: rgb(234 179 8 / 0.85);
}
.bg-yellowish-450\/90{
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellowish-450\/95{
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellowish-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 249 / var(--tw-bg-opacity));
}
.bg-yellowish-50\/0{
  background-color: rgb(254 254 249 / 0);
}
.bg-yellowish-50\/10{
  background-color: rgb(254 254 249 / 0.1);
}
.bg-yellowish-50\/100{
  background-color: rgb(254 254 249 / 1);
}
.bg-yellowish-50\/15{
  background-color: rgb(254 254 249 / 0.15);
}
.bg-yellowish-50\/20{
  background-color: rgb(254 254 249 / 0.2);
}
.bg-yellowish-50\/25{
  background-color: rgb(254 254 249 / 0.25);
}
.bg-yellowish-50\/30{
  background-color: rgb(254 254 249 / 0.3);
}
.bg-yellowish-50\/35{
  background-color: rgb(254 254 249 / 0.35);
}
.bg-yellowish-50\/40{
  background-color: rgb(254 254 249 / 0.4);
}
.bg-yellowish-50\/45{
  background-color: rgb(254 254 249 / 0.45);
}
.bg-yellowish-50\/5{
  background-color: rgb(254 254 249 / 0.05);
}
.bg-yellowish-50\/50{
  background-color: rgb(254 254 249 / 0.5);
}
.bg-yellowish-50\/55{
  background-color: rgb(254 254 249 / 0.55);
}
.bg-yellowish-50\/60{
  background-color: rgb(254 254 249 / 0.6);
}
.bg-yellowish-50\/65{
  background-color: rgb(254 254 249 / 0.65);
}
.bg-yellowish-50\/70{
  background-color: rgb(254 254 249 / 0.7);
}
.bg-yellowish-50\/75{
  background-color: rgb(254 254 249 / 0.75);
}
.bg-yellowish-50\/80{
  background-color: rgb(254 254 249 / 0.8);
}
.bg-yellowish-50\/85{
  background-color: rgb(254 254 249 / 0.85);
}
.bg-yellowish-50\/90{
  background-color: rgb(254 254 249 / 0.9);
}
.bg-yellowish-50\/95{
  background-color: rgb(254 254 249 / 0.95);
}
.bg-yellowish-500{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellowish-500\/0{
  background-color: rgb(202 138 4 / 0);
}
.bg-yellowish-500\/10{
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellowish-500\/100{
  background-color: rgb(202 138 4 / 1);
}
.bg-yellowish-500\/15{
  background-color: rgb(202 138 4 / 0.15);
}
.bg-yellowish-500\/20{
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellowish-500\/25{
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellowish-500\/30{
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellowish-500\/35{
  background-color: rgb(202 138 4 / 0.35);
}
.bg-yellowish-500\/40{
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellowish-500\/45{
  background-color: rgb(202 138 4 / 0.45);
}
.bg-yellowish-500\/5{
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellowish-500\/50{
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellowish-500\/55{
  background-color: rgb(202 138 4 / 0.55);
}
.bg-yellowish-500\/60{
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellowish-500\/65{
  background-color: rgb(202 138 4 / 0.65);
}
.bg-yellowish-500\/70{
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellowish-500\/75{
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellowish-500\/80{
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellowish-500\/85{
  background-color: rgb(202 138 4 / 0.85);
}
.bg-yellowish-500\/90{
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellowish-500\/95{
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellowish-600{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-yellowish-600\/0{
  background-color: rgb(161 98 7 / 0);
}
.bg-yellowish-600\/10{
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellowish-600\/100{
  background-color: rgb(161 98 7 / 1);
}
.bg-yellowish-600\/15{
  background-color: rgb(161 98 7 / 0.15);
}
.bg-yellowish-600\/20{
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellowish-600\/25{
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellowish-600\/30{
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellowish-600\/35{
  background-color: rgb(161 98 7 / 0.35);
}
.bg-yellowish-600\/40{
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellowish-600\/45{
  background-color: rgb(161 98 7 / 0.45);
}
.bg-yellowish-600\/5{
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellowish-600\/50{
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellowish-600\/55{
  background-color: rgb(161 98 7 / 0.55);
}
.bg-yellowish-600\/60{
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellowish-600\/65{
  background-color: rgb(161 98 7 / 0.65);
}
.bg-yellowish-600\/70{
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellowish-600\/75{
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellowish-600\/80{
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellowish-600\/85{
  background-color: rgb(161 98 7 / 0.85);
}
.bg-yellowish-600\/90{
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellowish-600\/95{
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellowish-650{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.bg-yellowish-650\/0{
  background-color: rgb(133 77 14 / 0);
}
.bg-yellowish-650\/10{
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellowish-650\/100{
  background-color: rgb(133 77 14 / 1);
}
.bg-yellowish-650\/15{
  background-color: rgb(133 77 14 / 0.15);
}
.bg-yellowish-650\/20{
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellowish-650\/25{
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellowish-650\/30{
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellowish-650\/35{
  background-color: rgb(133 77 14 / 0.35);
}
.bg-yellowish-650\/40{
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellowish-650\/45{
  background-color: rgb(133 77 14 / 0.45);
}
.bg-yellowish-650\/5{
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellowish-650\/50{
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellowish-650\/55{
  background-color: rgb(133 77 14 / 0.55);
}
.bg-yellowish-650\/60{
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellowish-650\/65{
  background-color: rgb(133 77 14 / 0.65);
}
.bg-yellowish-650\/70{
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellowish-650\/75{
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellowish-650\/80{
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellowish-650\/85{
  background-color: rgb(133 77 14 / 0.85);
}
.bg-yellowish-650\/90{
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellowish-650\/95{
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellowish-700{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-yellowish-700\/0{
  background-color: rgb(113 63 18 / 0);
}
.bg-yellowish-700\/10{
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellowish-700\/100{
  background-color: rgb(113 63 18 / 1);
}
.bg-yellowish-700\/15{
  background-color: rgb(113 63 18 / 0.15);
}
.bg-yellowish-700\/20{
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellowish-700\/25{
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellowish-700\/30{
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellowish-700\/35{
  background-color: rgb(113 63 18 / 0.35);
}
.bg-yellowish-700\/40{
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellowish-700\/45{
  background-color: rgb(113 63 18 / 0.45);
}
.bg-yellowish-700\/5{
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellowish-700\/50{
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellowish-700\/55{
  background-color: rgb(113 63 18 / 0.55);
}
.bg-yellowish-700\/60{
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellowish-700\/65{
  background-color: rgb(113 63 18 / 0.65);
}
.bg-yellowish-700\/70{
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellowish-700\/75{
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellowish-700\/80{
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellowish-700\/85{
  background-color: rgb(113 63 18 / 0.85);
}
.bg-yellowish-700\/90{
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellowish-700\/95{
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellowish-750{
  --tw-bg-opacity: 1;
  background-color: rgb(89 48 11 / var(--tw-bg-opacity));
}
.bg-yellowish-750\/0{
  background-color: rgb(89 48 11 / 0);
}
.bg-yellowish-750\/10{
  background-color: rgb(89 48 11 / 0.1);
}
.bg-yellowish-750\/100{
  background-color: rgb(89 48 11 / 1);
}
.bg-yellowish-750\/15{
  background-color: rgb(89 48 11 / 0.15);
}
.bg-yellowish-750\/20{
  background-color: rgb(89 48 11 / 0.2);
}
.bg-yellowish-750\/25{
  background-color: rgb(89 48 11 / 0.25);
}
.bg-yellowish-750\/30{
  background-color: rgb(89 48 11 / 0.3);
}
.bg-yellowish-750\/35{
  background-color: rgb(89 48 11 / 0.35);
}
.bg-yellowish-750\/40{
  background-color: rgb(89 48 11 / 0.4);
}
.bg-yellowish-750\/45{
  background-color: rgb(89 48 11 / 0.45);
}
.bg-yellowish-750\/5{
  background-color: rgb(89 48 11 / 0.05);
}
.bg-yellowish-750\/50{
  background-color: rgb(89 48 11 / 0.5);
}
.bg-yellowish-750\/55{
  background-color: rgb(89 48 11 / 0.55);
}
.bg-yellowish-750\/60{
  background-color: rgb(89 48 11 / 0.6);
}
.bg-yellowish-750\/65{
  background-color: rgb(89 48 11 / 0.65);
}
.bg-yellowish-750\/70{
  background-color: rgb(89 48 11 / 0.7);
}
.bg-yellowish-750\/75{
  background-color: rgb(89 48 11 / 0.75);
}
.bg-yellowish-750\/80{
  background-color: rgb(89 48 11 / 0.8);
}
.bg-yellowish-750\/85{
  background-color: rgb(89 48 11 / 0.85);
}
.bg-yellowish-750\/90{
  background-color: rgb(89 48 11 / 0.9);
}
.bg-yellowish-750\/95{
  background-color: rgb(89 48 11 / 0.95);
}
.bg-yellowish-800{
  --tw-bg-opacity: 1;
  background-color: rgb(77 39 5 / var(--tw-bg-opacity));
}
.bg-yellowish-800\/0{
  background-color: rgb(77 39 5 / 0);
}
.bg-yellowish-800\/10{
  background-color: rgb(77 39 5 / 0.1);
}
.bg-yellowish-800\/100{
  background-color: rgb(77 39 5 / 1);
}
.bg-yellowish-800\/15{
  background-color: rgb(77 39 5 / 0.15);
}
.bg-yellowish-800\/20{
  background-color: rgb(77 39 5 / 0.2);
}
.bg-yellowish-800\/25{
  background-color: rgb(77 39 5 / 0.25);
}
.bg-yellowish-800\/30{
  background-color: rgb(77 39 5 / 0.3);
}
.bg-yellowish-800\/35{
  background-color: rgb(77 39 5 / 0.35);
}
.bg-yellowish-800\/40{
  background-color: rgb(77 39 5 / 0.4);
}
.bg-yellowish-800\/45{
  background-color: rgb(77 39 5 / 0.45);
}
.bg-yellowish-800\/5{
  background-color: rgb(77 39 5 / 0.05);
}
.bg-yellowish-800\/50{
  background-color: rgb(77 39 5 / 0.5);
}
.bg-yellowish-800\/55{
  background-color: rgb(77 39 5 / 0.55);
}
.bg-yellowish-800\/60{
  background-color: rgb(77 39 5 / 0.6);
}
.bg-yellowish-800\/65{
  background-color: rgb(77 39 5 / 0.65);
}
.bg-yellowish-800\/70{
  background-color: rgb(77 39 5 / 0.7);
}
.bg-yellowish-800\/75{
  background-color: rgb(77 39 5 / 0.75);
}
.bg-yellowish-800\/80{
  background-color: rgb(77 39 5 / 0.8);
}
.bg-yellowish-800\/85{
  background-color: rgb(77 39 5 / 0.85);
}
.bg-yellowish-800\/90{
  background-color: rgb(77 39 5 / 0.9);
}
.bg-yellowish-800\/95{
  background-color: rgb(77 39 5 / 0.95);
}
.bg-yellowish-900{
  --tw-bg-opacity: 1;
  background-color: rgb(51 24 1 / var(--tw-bg-opacity));
}
.bg-yellowish-900\/0{
  background-color: rgb(51 24 1 / 0);
}
.bg-yellowish-900\/10{
  background-color: rgb(51 24 1 / 0.1);
}
.bg-yellowish-900\/100{
  background-color: rgb(51 24 1 / 1);
}
.bg-yellowish-900\/15{
  background-color: rgb(51 24 1 / 0.15);
}
.bg-yellowish-900\/20{
  background-color: rgb(51 24 1 / 0.2);
}
.bg-yellowish-900\/25{
  background-color: rgb(51 24 1 / 0.25);
}
.bg-yellowish-900\/30{
  background-color: rgb(51 24 1 / 0.3);
}
.bg-yellowish-900\/35{
  background-color: rgb(51 24 1 / 0.35);
}
.bg-yellowish-900\/40{
  background-color: rgb(51 24 1 / 0.4);
}
.bg-yellowish-900\/45{
  background-color: rgb(51 24 1 / 0.45);
}
.bg-yellowish-900\/5{
  background-color: rgb(51 24 1 / 0.05);
}
.bg-yellowish-900\/50{
  background-color: rgb(51 24 1 / 0.5);
}
.bg-yellowish-900\/55{
  background-color: rgb(51 24 1 / 0.55);
}
.bg-yellowish-900\/60{
  background-color: rgb(51 24 1 / 0.6);
}
.bg-yellowish-900\/65{
  background-color: rgb(51 24 1 / 0.65);
}
.bg-yellowish-900\/70{
  background-color: rgb(51 24 1 / 0.7);
}
.bg-yellowish-900\/75{
  background-color: rgb(51 24 1 / 0.75);
}
.bg-yellowish-900\/80{
  background-color: rgb(51 24 1 / 0.8);
}
.bg-yellowish-900\/85{
  background-color: rgb(51 24 1 / 0.85);
}
.bg-yellowish-900\/90{
  background-color: rgb(51 24 1 / 0.9);
}
.bg-yellowish-900\/95{
  background-color: rgb(51 24 1 / 0.95);
}
.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-zinc-100\/0{
  background-color: rgb(244 244 245 / 0);
}
.bg-zinc-100\/10{
  background-color: rgb(244 244 245 / 0.1);
}
.bg-zinc-100\/100{
  background-color: rgb(244 244 245 / 1);
}
.bg-zinc-100\/15{
  background-color: rgb(244 244 245 / 0.15);
}
.bg-zinc-100\/20{
  background-color: rgb(244 244 245 / 0.2);
}
.bg-zinc-100\/25{
  background-color: rgb(244 244 245 / 0.25);
}
.bg-zinc-100\/30{
  background-color: rgb(244 244 245 / 0.3);
}
.bg-zinc-100\/35{
  background-color: rgb(244 244 245 / 0.35);
}
.bg-zinc-100\/40{
  background-color: rgb(244 244 245 / 0.4);
}
.bg-zinc-100\/45{
  background-color: rgb(244 244 245 / 0.45);
}
.bg-zinc-100\/5{
  background-color: rgb(244 244 245 / 0.05);
}
.bg-zinc-100\/50{
  background-color: rgb(244 244 245 / 0.5);
}
.bg-zinc-100\/55{
  background-color: rgb(244 244 245 / 0.55);
}
.bg-zinc-100\/60{
  background-color: rgb(244 244 245 / 0.6);
}
.bg-zinc-100\/65{
  background-color: rgb(244 244 245 / 0.65);
}
.bg-zinc-100\/70{
  background-color: rgb(244 244 245 / 0.7);
}
.bg-zinc-100\/75{
  background-color: rgb(244 244 245 / 0.75);
}
.bg-zinc-100\/80{
  background-color: rgb(244 244 245 / 0.8);
}
.bg-zinc-100\/85{
  background-color: rgb(244 244 245 / 0.85);
}
.bg-zinc-100\/90{
  background-color: rgb(244 244 245 / 0.9);
}
.bg-zinc-100\/95{
  background-color: rgb(244 244 245 / 0.95);
}
.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.bg-zinc-200\/0{
  background-color: rgb(228 228 231 / 0);
}
.bg-zinc-200\/10{
  background-color: rgb(228 228 231 / 0.1);
}
.bg-zinc-200\/100{
  background-color: rgb(228 228 231 / 1);
}
.bg-zinc-200\/15{
  background-color: rgb(228 228 231 / 0.15);
}
.bg-zinc-200\/20{
  background-color: rgb(228 228 231 / 0.2);
}
.bg-zinc-200\/25{
  background-color: rgb(228 228 231 / 0.25);
}
.bg-zinc-200\/30{
  background-color: rgb(228 228 231 / 0.3);
}
.bg-zinc-200\/35{
  background-color: rgb(228 228 231 / 0.35);
}
.bg-zinc-200\/40{
  background-color: rgb(228 228 231 / 0.4);
}
.bg-zinc-200\/45{
  background-color: rgb(228 228 231 / 0.45);
}
.bg-zinc-200\/5{
  background-color: rgb(228 228 231 / 0.05);
}
.bg-zinc-200\/50{
  background-color: rgb(228 228 231 / 0.5);
}
.bg-zinc-200\/55{
  background-color: rgb(228 228 231 / 0.55);
}
.bg-zinc-200\/60{
  background-color: rgb(228 228 231 / 0.6);
}
.bg-zinc-200\/65{
  background-color: rgb(228 228 231 / 0.65);
}
.bg-zinc-200\/70{
  background-color: rgb(228 228 231 / 0.7);
}
.bg-zinc-200\/75{
  background-color: rgb(228 228 231 / 0.75);
}
.bg-zinc-200\/80{
  background-color: rgb(228 228 231 / 0.8);
}
.bg-zinc-200\/85{
  background-color: rgb(228 228 231 / 0.85);
}
.bg-zinc-200\/90{
  background-color: rgb(228 228 231 / 0.9);
}
.bg-zinc-200\/95{
  background-color: rgb(228 228 231 / 0.95);
}
.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.bg-zinc-300\/0{
  background-color: rgb(212 212 216 / 0);
}
.bg-zinc-300\/10{
  background-color: rgb(212 212 216 / 0.1);
}
.bg-zinc-300\/100{
  background-color: rgb(212 212 216 / 1);
}
.bg-zinc-300\/15{
  background-color: rgb(212 212 216 / 0.15);
}
.bg-zinc-300\/20{
  background-color: rgb(212 212 216 / 0.2);
}
.bg-zinc-300\/25{
  background-color: rgb(212 212 216 / 0.25);
}
.bg-zinc-300\/30{
  background-color: rgb(212 212 216 / 0.3);
}
.bg-zinc-300\/35{
  background-color: rgb(212 212 216 / 0.35);
}
.bg-zinc-300\/40{
  background-color: rgb(212 212 216 / 0.4);
}
.bg-zinc-300\/45{
  background-color: rgb(212 212 216 / 0.45);
}
.bg-zinc-300\/5{
  background-color: rgb(212 212 216 / 0.05);
}
.bg-zinc-300\/50{
  background-color: rgb(212 212 216 / 0.5);
}
.bg-zinc-300\/55{
  background-color: rgb(212 212 216 / 0.55);
}
.bg-zinc-300\/60{
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-300\/65{
  background-color: rgb(212 212 216 / 0.65);
}
.bg-zinc-300\/70{
  background-color: rgb(212 212 216 / 0.7);
}
.bg-zinc-300\/75{
  background-color: rgb(212 212 216 / 0.75);
}
.bg-zinc-300\/80{
  background-color: rgb(212 212 216 / 0.8);
}
.bg-zinc-300\/85{
  background-color: rgb(212 212 216 / 0.85);
}
.bg-zinc-300\/90{
  background-color: rgb(212 212 216 / 0.9);
}
.bg-zinc-300\/95{
  background-color: rgb(212 212 216 / 0.95);
}
.bg-zinc-400{
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.bg-zinc-400\/0{
  background-color: rgb(161 161 170 / 0);
}
.bg-zinc-400\/10{
  background-color: rgb(161 161 170 / 0.1);
}
.bg-zinc-400\/100{
  background-color: rgb(161 161 170 / 1);
}
.bg-zinc-400\/15{
  background-color: rgb(161 161 170 / 0.15);
}
.bg-zinc-400\/20{
  background-color: rgb(161 161 170 / 0.2);
}
.bg-zinc-400\/25{
  background-color: rgb(161 161 170 / 0.25);
}
.bg-zinc-400\/30{
  background-color: rgb(161 161 170 / 0.3);
}
.bg-zinc-400\/35{
  background-color: rgb(161 161 170 / 0.35);
}
.bg-zinc-400\/40{
  background-color: rgb(161 161 170 / 0.4);
}
.bg-zinc-400\/45{
  background-color: rgb(161 161 170 / 0.45);
}
.bg-zinc-400\/5{
  background-color: rgb(161 161 170 / 0.05);
}
.bg-zinc-400\/50{
  background-color: rgb(161 161 170 / 0.5);
}
.bg-zinc-400\/55{
  background-color: rgb(161 161 170 / 0.55);
}
.bg-zinc-400\/60{
  background-color: rgb(161 161 170 / 0.6);
}
.bg-zinc-400\/65{
  background-color: rgb(161 161 170 / 0.65);
}
.bg-zinc-400\/70{
  background-color: rgb(161 161 170 / 0.7);
}
.bg-zinc-400\/75{
  background-color: rgb(161 161 170 / 0.75);
}
.bg-zinc-400\/80{
  background-color: rgb(161 161 170 / 0.8);
}
.bg-zinc-400\/85{
  background-color: rgb(161 161 170 / 0.85);
}
.bg-zinc-400\/90{
  background-color: rgb(161 161 170 / 0.9);
}
.bg-zinc-400\/95{
  background-color: rgb(161 161 170 / 0.95);
}
.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-zinc-50\/0{
  background-color: rgb(250 250 250 / 0);
}
.bg-zinc-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}
.bg-zinc-50\/100{
  background-color: rgb(250 250 250 / 1);
}
.bg-zinc-50\/15{
  background-color: rgb(250 250 250 / 0.15);
}
.bg-zinc-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}
.bg-zinc-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}
.bg-zinc-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}
.bg-zinc-50\/35{
  background-color: rgb(250 250 250 / 0.35);
}
.bg-zinc-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}
.bg-zinc-50\/45{
  background-color: rgb(250 250 250 / 0.45);
}
.bg-zinc-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}
.bg-zinc-50\/50{
  background-color: rgb(250 250 250 / 0.5);
}
.bg-zinc-50\/55{
  background-color: rgb(250 250 250 / 0.55);
}
.bg-zinc-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}
.bg-zinc-50\/65{
  background-color: rgb(250 250 250 / 0.65);
}
.bg-zinc-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}
.bg-zinc-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}
.bg-zinc-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}
.bg-zinc-50\/85{
  background-color: rgb(250 250 250 / 0.85);
}
.bg-zinc-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}
.bg-zinc-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}
.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-zinc-500\/0{
  background-color: rgb(113 113 122 / 0);
}
.bg-zinc-500\/10{
  background-color: rgb(113 113 122 / 0.1);
}
.bg-zinc-500\/100{
  background-color: rgb(113 113 122 / 1);
}
.bg-zinc-500\/15{
  background-color: rgb(113 113 122 / 0.15);
}
.bg-zinc-500\/20{
  background-color: rgb(113 113 122 / 0.2);
}
.bg-zinc-500\/25{
  background-color: rgb(113 113 122 / 0.25);
}
.bg-zinc-500\/30{
  background-color: rgb(113 113 122 / 0.3);
}
.bg-zinc-500\/35{
  background-color: rgb(113 113 122 / 0.35);
}
.bg-zinc-500\/40{
  background-color: rgb(113 113 122 / 0.4);
}
.bg-zinc-500\/45{
  background-color: rgb(113 113 122 / 0.45);
}
.bg-zinc-500\/5{
  background-color: rgb(113 113 122 / 0.05);
}
.bg-zinc-500\/50{
  background-color: rgb(113 113 122 / 0.5);
}
.bg-zinc-500\/55{
  background-color: rgb(113 113 122 / 0.55);
}
.bg-zinc-500\/60{
  background-color: rgb(113 113 122 / 0.6);
}
.bg-zinc-500\/65{
  background-color: rgb(113 113 122 / 0.65);
}
.bg-zinc-500\/70{
  background-color: rgb(113 113 122 / 0.7);
}
.bg-zinc-500\/75{
  background-color: rgb(113 113 122 / 0.75);
}
.bg-zinc-500\/80{
  background-color: rgb(113 113 122 / 0.8);
}
.bg-zinc-500\/85{
  background-color: rgb(113 113 122 / 0.85);
}
.bg-zinc-500\/90{
  background-color: rgb(113 113 122 / 0.9);
}
.bg-zinc-500\/95{
  background-color: rgb(113 113 122 / 0.95);
}
.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.bg-zinc-600\/0{
  background-color: rgb(82 82 91 / 0);
}
.bg-zinc-600\/10{
  background-color: rgb(82 82 91 / 0.1);
}
.bg-zinc-600\/100{
  background-color: rgb(82 82 91 / 1);
}
.bg-zinc-600\/15{
  background-color: rgb(82 82 91 / 0.15);
}
.bg-zinc-600\/20{
  background-color: rgb(82 82 91 / 0.2);
}
.bg-zinc-600\/25{
  background-color: rgb(82 82 91 / 0.25);
}
.bg-zinc-600\/30{
  background-color: rgb(82 82 91 / 0.3);
}
.bg-zinc-600\/35{
  background-color: rgb(82 82 91 / 0.35);
}
.bg-zinc-600\/40{
  background-color: rgb(82 82 91 / 0.4);
}
.bg-zinc-600\/45{
  background-color: rgb(82 82 91 / 0.45);
}
.bg-zinc-600\/5{
  background-color: rgb(82 82 91 / 0.05);
}
.bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}
.bg-zinc-600\/55{
  background-color: rgb(82 82 91 / 0.55);
}
.bg-zinc-600\/60{
  background-color: rgb(82 82 91 / 0.6);
}
.bg-zinc-600\/65{
  background-color: rgb(82 82 91 / 0.65);
}
.bg-zinc-600\/70{
  background-color: rgb(82 82 91 / 0.7);
}
.bg-zinc-600\/75{
  background-color: rgb(82 82 91 / 0.75);
}
.bg-zinc-600\/80{
  background-color: rgb(82 82 91 / 0.8);
}
.bg-zinc-600\/85{
  background-color: rgb(82 82 91 / 0.85);
}
.bg-zinc-600\/90{
  background-color: rgb(82 82 91 / 0.9);
}
.bg-zinc-600\/95{
  background-color: rgb(82 82 91 / 0.95);
}
.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.bg-zinc-700\/0{
  background-color: rgb(63 63 70 / 0);
}
.bg-zinc-700\/10{
  background-color: rgb(63 63 70 / 0.1);
}
.bg-zinc-700\/100{
  background-color: rgb(63 63 70 / 1);
}
.bg-zinc-700\/15{
  background-color: rgb(63 63 70 / 0.15);
}
.bg-zinc-700\/20{
  background-color: rgb(63 63 70 / 0.2);
}
.bg-zinc-700\/25{
  background-color: rgb(63 63 70 / 0.25);
}
.bg-zinc-700\/30{
  background-color: rgb(63 63 70 / 0.3);
}
.bg-zinc-700\/35{
  background-color: rgb(63 63 70 / 0.35);
}
.bg-zinc-700\/40{
  background-color: rgb(63 63 70 / 0.4);
}
.bg-zinc-700\/45{
  background-color: rgb(63 63 70 / 0.45);
}
.bg-zinc-700\/5{
  background-color: rgb(63 63 70 / 0.05);
}
.bg-zinc-700\/50{
  background-color: rgb(63 63 70 / 0.5);
}
.bg-zinc-700\/55{
  background-color: rgb(63 63 70 / 0.55);
}
.bg-zinc-700\/60{
  background-color: rgb(63 63 70 / 0.6);
}
.bg-zinc-700\/65{
  background-color: rgb(63 63 70 / 0.65);
}
.bg-zinc-700\/70{
  background-color: rgb(63 63 70 / 0.7);
}
.bg-zinc-700\/75{
  background-color: rgb(63 63 70 / 0.75);
}
.bg-zinc-700\/80{
  background-color: rgb(63 63 70 / 0.8);
}
.bg-zinc-700\/85{
  background-color: rgb(63 63 70 / 0.85);
}
.bg-zinc-700\/90{
  background-color: rgb(63 63 70 / 0.9);
}
.bg-zinc-700\/95{
  background-color: rgb(63 63 70 / 0.95);
}
.bg-zinc-800{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.bg-zinc-800\/0{
  background-color: rgb(39 39 42 / 0);
}
.bg-zinc-800\/10{
  background-color: rgb(39 39 42 / 0.1);
}
.bg-zinc-800\/100{
  background-color: rgb(39 39 42 / 1);
}
.bg-zinc-800\/15{
  background-color: rgb(39 39 42 / 0.15);
}
.bg-zinc-800\/20{
  background-color: rgb(39 39 42 / 0.2);
}
.bg-zinc-800\/25{
  background-color: rgb(39 39 42 / 0.25);
}
.bg-zinc-800\/30{
  background-color: rgb(39 39 42 / 0.3);
}
.bg-zinc-800\/35{
  background-color: rgb(39 39 42 / 0.35);
}
.bg-zinc-800\/40{
  background-color: rgb(39 39 42 / 0.4);
}
.bg-zinc-800\/45{
  background-color: rgb(39 39 42 / 0.45);
}
.bg-zinc-800\/5{
  background-color: rgb(39 39 42 / 0.05);
}
.bg-zinc-800\/50{
  background-color: rgb(39 39 42 / 0.5);
}
.bg-zinc-800\/55{
  background-color: rgb(39 39 42 / 0.55);
}
.bg-zinc-800\/60{
  background-color: rgb(39 39 42 / 0.6);
}
.bg-zinc-800\/65{
  background-color: rgb(39 39 42 / 0.65);
}
.bg-zinc-800\/70{
  background-color: rgb(39 39 42 / 0.7);
}
.bg-zinc-800\/75{
  background-color: rgb(39 39 42 / 0.75);
}
.bg-zinc-800\/80{
  background-color: rgb(39 39 42 / 0.8);
}
.bg-zinc-800\/85{
  background-color: rgb(39 39 42 / 0.85);
}
.bg-zinc-800\/90{
  background-color: rgb(39 39 42 / 0.9);
}
.bg-zinc-800\/95{
  background-color: rgb(39 39 42 / 0.95);
}
.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-zinc-900\/0{
  background-color: rgb(24 24 27 / 0);
}
.bg-zinc-900\/10{
  background-color: rgb(24 24 27 / 0.1);
}
.bg-zinc-900\/100{
  background-color: rgb(24 24 27 / 1);
}
.bg-zinc-900\/15{
  background-color: rgb(24 24 27 / 0.15);
}
.bg-zinc-900\/20{
  background-color: rgb(24 24 27 / 0.2);
}
.bg-zinc-900\/25{
  background-color: rgb(24 24 27 / 0.25);
}
.bg-zinc-900\/30{
  background-color: rgb(24 24 27 / 0.3);
}
.bg-zinc-900\/35{
  background-color: rgb(24 24 27 / 0.35);
}
.bg-zinc-900\/40{
  background-color: rgb(24 24 27 / 0.4);
}
.bg-zinc-900\/45{
  background-color: rgb(24 24 27 / 0.45);
}
.bg-zinc-900\/5{
  background-color: rgb(24 24 27 / 0.05);
}
.bg-zinc-900\/50{
  background-color: rgb(24 24 27 / 0.5);
}
.bg-zinc-900\/55{
  background-color: rgb(24 24 27 / 0.55);
}
.bg-zinc-900\/60{
  background-color: rgb(24 24 27 / 0.6);
}
.bg-zinc-900\/65{
  background-color: rgb(24 24 27 / 0.65);
}
.bg-zinc-900\/70{
  background-color: rgb(24 24 27 / 0.7);
}
.bg-zinc-900\/75{
  background-color: rgb(24 24 27 / 0.75);
}
.bg-zinc-900\/80{
  background-color: rgb(24 24 27 / 0.8);
}
.bg-zinc-900\/85{
  background-color: rgb(24 24 27 / 0.85);
}
.bg-zinc-900\/90{
  background-color: rgb(24 24 27 / 0.9);
}
.bg-zinc-900\/95{
  background-color: rgb(24 24 27 / 0.95);
}
.bg-zinc-950{
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.bg-zinc-950\/0{
  background-color: rgb(9 9 11 / 0);
}
.bg-zinc-950\/10{
  background-color: rgb(9 9 11 / 0.1);
}
.bg-zinc-950\/100{
  background-color: rgb(9 9 11 / 1);
}
.bg-zinc-950\/15{
  background-color: rgb(9 9 11 / 0.15);
}
.bg-zinc-950\/20{
  background-color: rgb(9 9 11 / 0.2);
}
.bg-zinc-950\/25{
  background-color: rgb(9 9 11 / 0.25);
}
.bg-zinc-950\/30{
  background-color: rgb(9 9 11 / 0.3);
}
.bg-zinc-950\/35{
  background-color: rgb(9 9 11 / 0.35);
}
.bg-zinc-950\/40{
  background-color: rgb(9 9 11 / 0.4);
}
.bg-zinc-950\/45{
  background-color: rgb(9 9 11 / 0.45);
}
.bg-zinc-950\/5{
  background-color: rgb(9 9 11 / 0.05);
}
.bg-zinc-950\/50{
  background-color: rgb(9 9 11 / 0.5);
}
.bg-zinc-950\/55{
  background-color: rgb(9 9 11 / 0.55);
}
.bg-zinc-950\/60{
  background-color: rgb(9 9 11 / 0.6);
}
.bg-zinc-950\/65{
  background-color: rgb(9 9 11 / 0.65);
}
.bg-zinc-950\/70{
  background-color: rgb(9 9 11 / 0.7);
}
.bg-zinc-950\/75{
  background-color: rgb(9 9 11 / 0.75);
}
.bg-zinc-950\/80{
  background-color: rgb(9 9 11 / 0.8);
}
.bg-zinc-950\/85{
  background-color: rgb(9 9 11 / 0.85);
}
.bg-zinc-950\/90{
  background-color: rgb(9 9 11 / 0.9);
}
.bg-zinc-950\/95{
  background-color: rgb(9 9 11 / 0.95);
}
.\!bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}
.\!bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}
.\!bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}
.\!bg-opacity-15{
  --tw-bg-opacity: 0.15 !important;
}
.\!bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}
.\!bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}
.\!bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}
.\!bg-opacity-35{
  --tw-bg-opacity: 0.35 !important;
}
.\!bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}
.\!bg-opacity-45{
  --tw-bg-opacity: 0.45 !important;
}
.\!bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}
.\!bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}
.\!bg-opacity-55{
  --tw-bg-opacity: 0.55 !important;
}
.\!bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}
.\!bg-opacity-65{
  --tw-bg-opacity: 0.65 !important;
}
.\!bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}
.\!bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}
.\!bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}
.\!bg-opacity-85{
  --tw-bg-opacity: 0.85 !important;
}
.\!bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}
.\!bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.\!bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}
.\!bg-none{
  background-image: none !important;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.\!bg-auto{
  background-size: auto !important;
}
.\!bg-contain{
  background-size: contain !important;
}
.\!bg-cover{
  background-size: cover !important;
}
.bg-auto{
  background-size: auto;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-local{
  background-attachment: local;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-clip-border{
  background-clip: border-box;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-content{
  background-clip: content-box;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.\!bg-bottom{
  background-position: bottom !important;
}
.\!bg-center{
  background-position: center !important;
}
.\!bg-left{
  background-position: left !important;
}
.\!bg-left-bottom{
  background-position: left bottom !important;
}
.\!bg-left-top{
  background-position: left top !important;
}
.\!bg-right{
  background-position: right !important;
}
.\!bg-right-bottom{
  background-position: right bottom !important;
}
.\!bg-right-top{
  background-position: right top !important;
}
.\!bg-top{
  background-position: top !important;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-left-bottom{
  background-position: left bottom;
}
.bg-left-top{
  background-position: left top;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.bg-repeat-round{
  background-repeat: round;
}
.bg-repeat-space{
  background-repeat: space;
}
.bg-origin-border{
  background-origin: border-box;
}
.bg-origin-padding{
  background-origin: padding-box;
}
.bg-origin-content{
  background-origin: content-box;
}
.fill-primary-600{
  fill: #ba1928;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-1{
  padding: 0.25rem !important;
}
.\!p-1\.5{
  padding: 0.375rem !important;
}
.\!p-2{
  padding: 0.5rem !important;
}
.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-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.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-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pt-4{
  padding-top: 1rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pe-4{
  padding-inline-end: 1rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-4{
  padding-right: 1rem;
}
.ps-2{
  padding-inline-start: 0.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-16{
  padding-top: 4rem;
}
.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;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.align-top{
  vertical-align: top;
}
.font-arial{
  font-family: Arial;
}
.font-klavika-bold{
  font-family: Klavika Bold;
}
.font-klavika-light{
  font-family: Klavika Light;
}
.font-klavika-medium{
  font-family: Klavika Medium;
}
.font-klavika-regular{
  font-family: Klavika Regular;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!text-2xl{
  font-size: 1.5rem !important;
}
.\!text-3xl{
  font-size: 1.875rem !important;
}
.\!text-4xl{
  font-size: 2.25rem !important;
}
.\!text-5xl{
  font-size: 3rem !important;
}
.\!text-6xl{
  font-size: 3.75rem !important;
}
.\!text-7xl{
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
.\!text-8xl{
  font-size: 6rem !important;
  line-height: 1 !important;
}
.\!text-9xl{
  font-size: 8rem !important;
  line-height: 1 !important;
}
.\!text-base{
  font-size: 1rem !important;
}
.\!text-lg{
  font-size: 1.125rem !important;
}
.\!text-sm{
  font-size: 0.875rem !important;
}
.\!text-xl{
  font-size: 1.25rem !important;
}
.\!text-xs{
  font-size: 0.75rem !important;
}
.text-2xl{
  font-size: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
}
.text-4xl{
  font-size: 2.25rem;
}
.text-6xl{
  font-size: 3.75rem;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-sm\/6{
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
}
.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;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-amber-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 243 199 / var(--tw-text-opacity)) !important;
}
.\!text-amber-100\/0{
  color: rgb(254 243 199 / 0) !important;
}
.\!text-amber-100\/10{
  color: rgb(254 243 199 / 0.1) !important;
}
.\!text-amber-100\/100{
  color: rgb(254 243 199 / 1) !important;
}
.\!text-amber-100\/15{
  color: rgb(254 243 199 / 0.15) !important;
}
.\!text-amber-100\/20{
  color: rgb(254 243 199 / 0.2) !important;
}
.\!text-amber-100\/25{
  color: rgb(254 243 199 / 0.25) !important;
}
.\!text-amber-100\/30{
  color: rgb(254 243 199 / 0.3) !important;
}
.\!text-amber-100\/35{
  color: rgb(254 243 199 / 0.35) !important;
}
.\!text-amber-100\/40{
  color: rgb(254 243 199 / 0.4) !important;
}
.\!text-amber-100\/45{
  color: rgb(254 243 199 / 0.45) !important;
}
.\!text-amber-100\/5{
  color: rgb(254 243 199 / 0.05) !important;
}
.\!text-amber-100\/50{
  color: rgb(254 243 199 / 0.5) !important;
}
.\!text-amber-100\/55{
  color: rgb(254 243 199 / 0.55) !important;
}
.\!text-amber-100\/60{
  color: rgb(254 243 199 / 0.6) !important;
}
.\!text-amber-100\/65{
  color: rgb(254 243 199 / 0.65) !important;
}
.\!text-amber-100\/70{
  color: rgb(254 243 199 / 0.7) !important;
}
.\!text-amber-100\/75{
  color: rgb(254 243 199 / 0.75) !important;
}
.\!text-amber-100\/80{
  color: rgb(254 243 199 / 0.8) !important;
}
.\!text-amber-100\/85{
  color: rgb(254 243 199 / 0.85) !important;
}
.\!text-amber-100\/90{
  color: rgb(254 243 199 / 0.9) !important;
}
.\!text-amber-100\/95{
  color: rgb(254 243 199 / 0.95) !important;
}
.\!text-amber-200{
  --tw-text-opacity: 1 !important;
  color: rgb(253 230 138 / var(--tw-text-opacity)) !important;
}
.\!text-amber-200\/0{
  color: rgb(253 230 138 / 0) !important;
}
.\!text-amber-200\/10{
  color: rgb(253 230 138 / 0.1) !important;
}
.\!text-amber-200\/100{
  color: rgb(253 230 138 / 1) !important;
}
.\!text-amber-200\/15{
  color: rgb(253 230 138 / 0.15) !important;
}
.\!text-amber-200\/20{
  color: rgb(253 230 138 / 0.2) !important;
}
.\!text-amber-200\/25{
  color: rgb(253 230 138 / 0.25) !important;
}
.\!text-amber-200\/30{
  color: rgb(253 230 138 / 0.3) !important;
}
.\!text-amber-200\/35{
  color: rgb(253 230 138 / 0.35) !important;
}
.\!text-amber-200\/40{
  color: rgb(253 230 138 / 0.4) !important;
}
.\!text-amber-200\/45{
  color: rgb(253 230 138 / 0.45) !important;
}
.\!text-amber-200\/5{
  color: rgb(253 230 138 / 0.05) !important;
}
.\!text-amber-200\/50{
  color: rgb(253 230 138 / 0.5) !important;
}
.\!text-amber-200\/55{
  color: rgb(253 230 138 / 0.55) !important;
}
.\!text-amber-200\/60{
  color: rgb(253 230 138 / 0.6) !important;
}
.\!text-amber-200\/65{
  color: rgb(253 230 138 / 0.65) !important;
}
.\!text-amber-200\/70{
  color: rgb(253 230 138 / 0.7) !important;
}
.\!text-amber-200\/75{
  color: rgb(253 230 138 / 0.75) !important;
}
.\!text-amber-200\/80{
  color: rgb(253 230 138 / 0.8) !important;
}
.\!text-amber-200\/85{
  color: rgb(253 230 138 / 0.85) !important;
}
.\!text-amber-200\/90{
  color: rgb(253 230 138 / 0.9) !important;
}
.\!text-amber-200\/95{
  color: rgb(253 230 138 / 0.95) !important;
}
.\!text-amber-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 211 77 / var(--tw-text-opacity)) !important;
}
.\!text-amber-300\/0{
  color: rgb(252 211 77 / 0) !important;
}
.\!text-amber-300\/10{
  color: rgb(252 211 77 / 0.1) !important;
}
.\!text-amber-300\/100{
  color: rgb(252 211 77 / 1) !important;
}
.\!text-amber-300\/15{
  color: rgb(252 211 77 / 0.15) !important;
}
.\!text-amber-300\/20{
  color: rgb(252 211 77 / 0.2) !important;
}
.\!text-amber-300\/25{
  color: rgb(252 211 77 / 0.25) !important;
}
.\!text-amber-300\/30{
  color: rgb(252 211 77 / 0.3) !important;
}
.\!text-amber-300\/35{
  color: rgb(252 211 77 / 0.35) !important;
}
.\!text-amber-300\/40{
  color: rgb(252 211 77 / 0.4) !important;
}
.\!text-amber-300\/45{
  color: rgb(252 211 77 / 0.45) !important;
}
.\!text-amber-300\/5{
  color: rgb(252 211 77 / 0.05) !important;
}
.\!text-amber-300\/50{
  color: rgb(252 211 77 / 0.5) !important;
}
.\!text-amber-300\/55{
  color: rgb(252 211 77 / 0.55) !important;
}
.\!text-amber-300\/60{
  color: rgb(252 211 77 / 0.6) !important;
}
.\!text-amber-300\/65{
  color: rgb(252 211 77 / 0.65) !important;
}
.\!text-amber-300\/70{
  color: rgb(252 211 77 / 0.7) !important;
}
.\!text-amber-300\/75{
  color: rgb(252 211 77 / 0.75) !important;
}
.\!text-amber-300\/80{
  color: rgb(252 211 77 / 0.8) !important;
}
.\!text-amber-300\/85{
  color: rgb(252 211 77 / 0.85) !important;
}
.\!text-amber-300\/90{
  color: rgb(252 211 77 / 0.9) !important;
}
.\!text-amber-300\/95{
  color: rgb(252 211 77 / 0.95) !important;
}
.\!text-amber-400{
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
}
.\!text-amber-400\/0{
  color: rgb(251 191 36 / 0) !important;
}
.\!text-amber-400\/10{
  color: rgb(251 191 36 / 0.1) !important;
}
.\!text-amber-400\/100{
  color: rgb(251 191 36 / 1) !important;
}
.\!text-amber-400\/15{
  color: rgb(251 191 36 / 0.15) !important;
}
.\!text-amber-400\/20{
  color: rgb(251 191 36 / 0.2) !important;
}
.\!text-amber-400\/25{
  color: rgb(251 191 36 / 0.25) !important;
}
.\!text-amber-400\/30{
  color: rgb(251 191 36 / 0.3) !important;
}
.\!text-amber-400\/35{
  color: rgb(251 191 36 / 0.35) !important;
}
.\!text-amber-400\/40{
  color: rgb(251 191 36 / 0.4) !important;
}
.\!text-amber-400\/45{
  color: rgb(251 191 36 / 0.45) !important;
}
.\!text-amber-400\/5{
  color: rgb(251 191 36 / 0.05) !important;
}
.\!text-amber-400\/50{
  color: rgb(251 191 36 / 0.5) !important;
}
.\!text-amber-400\/55{
  color: rgb(251 191 36 / 0.55) !important;
}
.\!text-amber-400\/60{
  color: rgb(251 191 36 / 0.6) !important;
}
.\!text-amber-400\/65{
  color: rgb(251 191 36 / 0.65) !important;
}
.\!text-amber-400\/70{
  color: rgb(251 191 36 / 0.7) !important;
}
.\!text-amber-400\/75{
  color: rgb(251 191 36 / 0.75) !important;
}
.\!text-amber-400\/80{
  color: rgb(251 191 36 / 0.8) !important;
}
.\!text-amber-400\/85{
  color: rgb(251 191 36 / 0.85) !important;
}
.\!text-amber-400\/90{
  color: rgb(251 191 36 / 0.9) !important;
}
.\!text-amber-400\/95{
  color: rgb(251 191 36 / 0.95) !important;
}
.\!text-amber-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity)) !important;
}
.\!text-amber-50\/0{
  color: rgb(255 251 235 / 0) !important;
}
.\!text-amber-50\/10{
  color: rgb(255 251 235 / 0.1) !important;
}
.\!text-amber-50\/100{
  color: rgb(255 251 235 / 1) !important;
}
.\!text-amber-50\/15{
  color: rgb(255 251 235 / 0.15) !important;
}
.\!text-amber-50\/20{
  color: rgb(255 251 235 / 0.2) !important;
}
.\!text-amber-50\/25{
  color: rgb(255 251 235 / 0.25) !important;
}
.\!text-amber-50\/30{
  color: rgb(255 251 235 / 0.3) !important;
}
.\!text-amber-50\/35{
  color: rgb(255 251 235 / 0.35) !important;
}
.\!text-amber-50\/40{
  color: rgb(255 251 235 / 0.4) !important;
}
.\!text-amber-50\/45{
  color: rgb(255 251 235 / 0.45) !important;
}
.\!text-amber-50\/5{
  color: rgb(255 251 235 / 0.05) !important;
}
.\!text-amber-50\/50{
  color: rgb(255 251 235 / 0.5) !important;
}
.\!text-amber-50\/55{
  color: rgb(255 251 235 / 0.55) !important;
}
.\!text-amber-50\/60{
  color: rgb(255 251 235 / 0.6) !important;
}
.\!text-amber-50\/65{
  color: rgb(255 251 235 / 0.65) !important;
}
.\!text-amber-50\/70{
  color: rgb(255 251 235 / 0.7) !important;
}
.\!text-amber-50\/75{
  color: rgb(255 251 235 / 0.75) !important;
}
.\!text-amber-50\/80{
  color: rgb(255 251 235 / 0.8) !important;
}
.\!text-amber-50\/85{
  color: rgb(255 251 235 / 0.85) !important;
}
.\!text-amber-50\/90{
  color: rgb(255 251 235 / 0.9) !important;
}
.\!text-amber-50\/95{
  color: rgb(255 251 235 / 0.95) !important;
}
.\!text-amber-500{
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
.\!text-amber-500\/0{
  color: rgb(245 158 11 / 0) !important;
}
.\!text-amber-500\/10{
  color: rgb(245 158 11 / 0.1) !important;
}
.\!text-amber-500\/100{
  color: rgb(245 158 11 / 1) !important;
}
.\!text-amber-500\/15{
  color: rgb(245 158 11 / 0.15) !important;
}
.\!text-amber-500\/20{
  color: rgb(245 158 11 / 0.2) !important;
}
.\!text-amber-500\/25{
  color: rgb(245 158 11 / 0.25) !important;
}
.\!text-amber-500\/30{
  color: rgb(245 158 11 / 0.3) !important;
}
.\!text-amber-500\/35{
  color: rgb(245 158 11 / 0.35) !important;
}
.\!text-amber-500\/40{
  color: rgb(245 158 11 / 0.4) !important;
}
.\!text-amber-500\/45{
  color: rgb(245 158 11 / 0.45) !important;
}
.\!text-amber-500\/5{
  color: rgb(245 158 11 / 0.05) !important;
}
.\!text-amber-500\/50{
  color: rgb(245 158 11 / 0.5) !important;
}
.\!text-amber-500\/55{
  color: rgb(245 158 11 / 0.55) !important;
}
.\!text-amber-500\/60{
  color: rgb(245 158 11 / 0.6) !important;
}
.\!text-amber-500\/65{
  color: rgb(245 158 11 / 0.65) !important;
}
.\!text-amber-500\/70{
  color: rgb(245 158 11 / 0.7) !important;
}
.\!text-amber-500\/75{
  color: rgb(245 158 11 / 0.75) !important;
}
.\!text-amber-500\/80{
  color: rgb(245 158 11 / 0.8) !important;
}
.\!text-amber-500\/85{
  color: rgb(245 158 11 / 0.85) !important;
}
.\!text-amber-500\/90{
  color: rgb(245 158 11 / 0.9) !important;
}
.\!text-amber-500\/95{
  color: rgb(245 158 11 / 0.95) !important;
}
.\!text-amber-600{
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity)) !important;
}
.\!text-amber-600\/0{
  color: rgb(217 119 6 / 0) !important;
}
.\!text-amber-600\/10{
  color: rgb(217 119 6 / 0.1) !important;
}
.\!text-amber-600\/100{
  color: rgb(217 119 6 / 1) !important;
}
.\!text-amber-600\/15{
  color: rgb(217 119 6 / 0.15) !important;
}
.\!text-amber-600\/20{
  color: rgb(217 119 6 / 0.2) !important;
}
.\!text-amber-600\/25{
  color: rgb(217 119 6 / 0.25) !important;
}
.\!text-amber-600\/30{
  color: rgb(217 119 6 / 0.3) !important;
}
.\!text-amber-600\/35{
  color: rgb(217 119 6 / 0.35) !important;
}
.\!text-amber-600\/40{
  color: rgb(217 119 6 / 0.4) !important;
}
.\!text-amber-600\/45{
  color: rgb(217 119 6 / 0.45) !important;
}
.\!text-amber-600\/5{
  color: rgb(217 119 6 / 0.05) !important;
}
.\!text-amber-600\/50{
  color: rgb(217 119 6 / 0.5) !important;
}
.\!text-amber-600\/55{
  color: rgb(217 119 6 / 0.55) !important;
}
.\!text-amber-600\/60{
  color: rgb(217 119 6 / 0.6) !important;
}
.\!text-amber-600\/65{
  color: rgb(217 119 6 / 0.65) !important;
}
.\!text-amber-600\/70{
  color: rgb(217 119 6 / 0.7) !important;
}
.\!text-amber-600\/75{
  color: rgb(217 119 6 / 0.75) !important;
}
.\!text-amber-600\/80{
  color: rgb(217 119 6 / 0.8) !important;
}
.\!text-amber-600\/85{
  color: rgb(217 119 6 / 0.85) !important;
}
.\!text-amber-600\/90{
  color: rgb(217 119 6 / 0.9) !important;
}
.\!text-amber-600\/95{
  color: rgb(217 119 6 / 0.95) !important;
}
.\!text-amber-700{
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity)) !important;
}
.\!text-amber-700\/0{
  color: rgb(180 83 9 / 0) !important;
}
.\!text-amber-700\/10{
  color: rgb(180 83 9 / 0.1) !important;
}
.\!text-amber-700\/100{
  color: rgb(180 83 9 / 1) !important;
}
.\!text-amber-700\/15{
  color: rgb(180 83 9 / 0.15) !important;
}
.\!text-amber-700\/20{
  color: rgb(180 83 9 / 0.2) !important;
}
.\!text-amber-700\/25{
  color: rgb(180 83 9 / 0.25) !important;
}
.\!text-amber-700\/30{
  color: rgb(180 83 9 / 0.3) !important;
}
.\!text-amber-700\/35{
  color: rgb(180 83 9 / 0.35) !important;
}
.\!text-amber-700\/40{
  color: rgb(180 83 9 / 0.4) !important;
}
.\!text-amber-700\/45{
  color: rgb(180 83 9 / 0.45) !important;
}
.\!text-amber-700\/5{
  color: rgb(180 83 9 / 0.05) !important;
}
.\!text-amber-700\/50{
  color: rgb(180 83 9 / 0.5) !important;
}
.\!text-amber-700\/55{
  color: rgb(180 83 9 / 0.55) !important;
}
.\!text-amber-700\/60{
  color: rgb(180 83 9 / 0.6) !important;
}
.\!text-amber-700\/65{
  color: rgb(180 83 9 / 0.65) !important;
}
.\!text-amber-700\/70{
  color: rgb(180 83 9 / 0.7) !important;
}
.\!text-amber-700\/75{
  color: rgb(180 83 9 / 0.75) !important;
}
.\!text-amber-700\/80{
  color: rgb(180 83 9 / 0.8) !important;
}
.\!text-amber-700\/85{
  color: rgb(180 83 9 / 0.85) !important;
}
.\!text-amber-700\/90{
  color: rgb(180 83 9 / 0.9) !important;
}
.\!text-amber-700\/95{
  color: rgb(180 83 9 / 0.95) !important;
}
.\!text-amber-800{
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity)) !important;
}
.\!text-amber-800\/0{
  color: rgb(146 64 14 / 0) !important;
}
.\!text-amber-800\/10{
  color: rgb(146 64 14 / 0.1) !important;
}
.\!text-amber-800\/100{
  color: rgb(146 64 14 / 1) !important;
}
.\!text-amber-800\/15{
  color: rgb(146 64 14 / 0.15) !important;
}
.\!text-amber-800\/20{
  color: rgb(146 64 14 / 0.2) !important;
}
.\!text-amber-800\/25{
  color: rgb(146 64 14 / 0.25) !important;
}
.\!text-amber-800\/30{
  color: rgb(146 64 14 / 0.3) !important;
}
.\!text-amber-800\/35{
  color: rgb(146 64 14 / 0.35) !important;
}
.\!text-amber-800\/40{
  color: rgb(146 64 14 / 0.4) !important;
}
.\!text-amber-800\/45{
  color: rgb(146 64 14 / 0.45) !important;
}
.\!text-amber-800\/5{
  color: rgb(146 64 14 / 0.05) !important;
}
.\!text-amber-800\/50{
  color: rgb(146 64 14 / 0.5) !important;
}
.\!text-amber-800\/55{
  color: rgb(146 64 14 / 0.55) !important;
}
.\!text-amber-800\/60{
  color: rgb(146 64 14 / 0.6) !important;
}
.\!text-amber-800\/65{
  color: rgb(146 64 14 / 0.65) !important;
}
.\!text-amber-800\/70{
  color: rgb(146 64 14 / 0.7) !important;
}
.\!text-amber-800\/75{
  color: rgb(146 64 14 / 0.75) !important;
}
.\!text-amber-800\/80{
  color: rgb(146 64 14 / 0.8) !important;
}
.\!text-amber-800\/85{
  color: rgb(146 64 14 / 0.85) !important;
}
.\!text-amber-800\/90{
  color: rgb(146 64 14 / 0.9) !important;
}
.\!text-amber-800\/95{
  color: rgb(146 64 14 / 0.95) !important;
}
.\!text-amber-900{
  --tw-text-opacity: 1 !important;
  color: rgb(120 53 15 / var(--tw-text-opacity)) !important;
}
.\!text-amber-900\/0{
  color: rgb(120 53 15 / 0) !important;
}
.\!text-amber-900\/10{
  color: rgb(120 53 15 / 0.1) !important;
}
.\!text-amber-900\/100{
  color: rgb(120 53 15 / 1) !important;
}
.\!text-amber-900\/15{
  color: rgb(120 53 15 / 0.15) !important;
}
.\!text-amber-900\/20{
  color: rgb(120 53 15 / 0.2) !important;
}
.\!text-amber-900\/25{
  color: rgb(120 53 15 / 0.25) !important;
}
.\!text-amber-900\/30{
  color: rgb(120 53 15 / 0.3) !important;
}
.\!text-amber-900\/35{
  color: rgb(120 53 15 / 0.35) !important;
}
.\!text-amber-900\/40{
  color: rgb(120 53 15 / 0.4) !important;
}
.\!text-amber-900\/45{
  color: rgb(120 53 15 / 0.45) !important;
}
.\!text-amber-900\/5{
  color: rgb(120 53 15 / 0.05) !important;
}
.\!text-amber-900\/50{
  color: rgb(120 53 15 / 0.5) !important;
}
.\!text-amber-900\/55{
  color: rgb(120 53 15 / 0.55) !important;
}
.\!text-amber-900\/60{
  color: rgb(120 53 15 / 0.6) !important;
}
.\!text-amber-900\/65{
  color: rgb(120 53 15 / 0.65) !important;
}
.\!text-amber-900\/70{
  color: rgb(120 53 15 / 0.7) !important;
}
.\!text-amber-900\/75{
  color: rgb(120 53 15 / 0.75) !important;
}
.\!text-amber-900\/80{
  color: rgb(120 53 15 / 0.8) !important;
}
.\!text-amber-900\/85{
  color: rgb(120 53 15 / 0.85) !important;
}
.\!text-amber-900\/90{
  color: rgb(120 53 15 / 0.9) !important;
}
.\!text-amber-900\/95{
  color: rgb(120 53 15 / 0.95) !important;
}
.\!text-amber-950{
  --tw-text-opacity: 1 !important;
  color: rgb(69 26 3 / var(--tw-text-opacity)) !important;
}
.\!text-amber-950\/0{
  color: rgb(69 26 3 / 0) !important;
}
.\!text-amber-950\/10{
  color: rgb(69 26 3 / 0.1) !important;
}
.\!text-amber-950\/100{
  color: rgb(69 26 3 / 1) !important;
}
.\!text-amber-950\/15{
  color: rgb(69 26 3 / 0.15) !important;
}
.\!text-amber-950\/20{
  color: rgb(69 26 3 / 0.2) !important;
}
.\!text-amber-950\/25{
  color: rgb(69 26 3 / 0.25) !important;
}
.\!text-amber-950\/30{
  color: rgb(69 26 3 / 0.3) !important;
}
.\!text-amber-950\/35{
  color: rgb(69 26 3 / 0.35) !important;
}
.\!text-amber-950\/40{
  color: rgb(69 26 3 / 0.4) !important;
}
.\!text-amber-950\/45{
  color: rgb(69 26 3 / 0.45) !important;
}
.\!text-amber-950\/5{
  color: rgb(69 26 3 / 0.05) !important;
}
.\!text-amber-950\/50{
  color: rgb(69 26 3 / 0.5) !important;
}
.\!text-amber-950\/55{
  color: rgb(69 26 3 / 0.55) !important;
}
.\!text-amber-950\/60{
  color: rgb(69 26 3 / 0.6) !important;
}
.\!text-amber-950\/65{
  color: rgb(69 26 3 / 0.65) !important;
}
.\!text-amber-950\/70{
  color: rgb(69 26 3 / 0.7) !important;
}
.\!text-amber-950\/75{
  color: rgb(69 26 3 / 0.75) !important;
}
.\!text-amber-950\/80{
  color: rgb(69 26 3 / 0.8) !important;
}
.\!text-amber-950\/85{
  color: rgb(69 26 3 / 0.85) !important;
}
.\!text-amber-950\/90{
  color: rgb(69 26 3 / 0.9) !important;
}
.\!text-amber-950\/95{
  color: rgb(69 26 3 / 0.95) !important;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-black\/0{
  color: rgb(0 0 0 / 0) !important;
}
.\!text-black\/10{
  color: rgb(0 0 0 / 0.1) !important;
}
.\!text-black\/100{
  color: rgb(0 0 0 / 1) !important;
}
.\!text-black\/15{
  color: rgb(0 0 0 / 0.15) !important;
}
.\!text-black\/20{
  color: rgb(0 0 0 / 0.2) !important;
}
.\!text-black\/25{
  color: rgb(0 0 0 / 0.25) !important;
}
.\!text-black\/30{
  color: rgb(0 0 0 / 0.3) !important;
}
.\!text-black\/35{
  color: rgb(0 0 0 / 0.35) !important;
}
.\!text-black\/40{
  color: rgb(0 0 0 / 0.4) !important;
}
.\!text-black\/45{
  color: rgb(0 0 0 / 0.45) !important;
}
.\!text-black\/5{
  color: rgb(0 0 0 / 0.05) !important;
}
.\!text-black\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.\!text-black\/55{
  color: rgb(0 0 0 / 0.55) !important;
}
.\!text-black\/60{
  color: rgb(0 0 0 / 0.6) !important;
}
.\!text-black\/65{
  color: rgb(0 0 0 / 0.65) !important;
}
.\!text-black\/70{
  color: rgb(0 0 0 / 0.7) !important;
}
.\!text-black\/75{
  color: rgb(0 0 0 / 0.75) !important;
}
.\!text-black\/80{
  color: rgb(0 0 0 / 0.8) !important;
}
.\!text-black\/85{
  color: rgb(0 0 0 / 0.85) !important;
}
.\!text-black\/90{
  color: rgb(0 0 0 / 0.9) !important;
}
.\!text-black\/95{
  color: rgb(0 0 0 / 0.95) !important;
}
.\!text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgb(219 234 254 / var(--tw-text-opacity)) !important;
}
.\!text-blue-100\/0{
  color: rgb(219 234 254 / 0) !important;
}
.\!text-blue-100\/10{
  color: rgb(219 234 254 / 0.1) !important;
}
.\!text-blue-100\/100{
  color: rgb(219 234 254 / 1) !important;
}
.\!text-blue-100\/15{
  color: rgb(219 234 254 / 0.15) !important;
}
.\!text-blue-100\/20{
  color: rgb(219 234 254 / 0.2) !important;
}
.\!text-blue-100\/25{
  color: rgb(219 234 254 / 0.25) !important;
}
.\!text-blue-100\/30{
  color: rgb(219 234 254 / 0.3) !important;
}
.\!text-blue-100\/35{
  color: rgb(219 234 254 / 0.35) !important;
}
.\!text-blue-100\/40{
  color: rgb(219 234 254 / 0.4) !important;
}
.\!text-blue-100\/45{
  color: rgb(219 234 254 / 0.45) !important;
}
.\!text-blue-100\/5{
  color: rgb(219 234 254 / 0.05) !important;
}
.\!text-blue-100\/50{
  color: rgb(219 234 254 / 0.5) !important;
}
.\!text-blue-100\/55{
  color: rgb(219 234 254 / 0.55) !important;
}
.\!text-blue-100\/60{
  color: rgb(219 234 254 / 0.6) !important;
}
.\!text-blue-100\/65{
  color: rgb(219 234 254 / 0.65) !important;
}
.\!text-blue-100\/70{
  color: rgb(219 234 254 / 0.7) !important;
}
.\!text-blue-100\/75{
  color: rgb(219 234 254 / 0.75) !important;
}
.\!text-blue-100\/80{
  color: rgb(219 234 254 / 0.8) !important;
}
.\!text-blue-100\/85{
  color: rgb(219 234 254 / 0.85) !important;
}
.\!text-blue-100\/90{
  color: rgb(219 234 254 / 0.9) !important;
}
.\!text-blue-100\/95{
  color: rgb(219 234 254 / 0.95) !important;
}
.\!text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgb(191 219 254 / var(--tw-text-opacity)) !important;
}
.\!text-blue-200\/0{
  color: rgb(191 219 254 / 0) !important;
}
.\!text-blue-200\/10{
  color: rgb(191 219 254 / 0.1) !important;
}
.\!text-blue-200\/100{
  color: rgb(191 219 254 / 1) !important;
}
.\!text-blue-200\/15{
  color: rgb(191 219 254 / 0.15) !important;
}
.\!text-blue-200\/20{
  color: rgb(191 219 254 / 0.2) !important;
}
.\!text-blue-200\/25{
  color: rgb(191 219 254 / 0.25) !important;
}
.\!text-blue-200\/30{
  color: rgb(191 219 254 / 0.3) !important;
}
.\!text-blue-200\/35{
  color: rgb(191 219 254 / 0.35) !important;
}
.\!text-blue-200\/40{
  color: rgb(191 219 254 / 0.4) !important;
}
.\!text-blue-200\/45{
  color: rgb(191 219 254 / 0.45) !important;
}
.\!text-blue-200\/5{
  color: rgb(191 219 254 / 0.05) !important;
}
.\!text-blue-200\/50{
  color: rgb(191 219 254 / 0.5) !important;
}
.\!text-blue-200\/55{
  color: rgb(191 219 254 / 0.55) !important;
}
.\!text-blue-200\/60{
  color: rgb(191 219 254 / 0.6) !important;
}
.\!text-blue-200\/65{
  color: rgb(191 219 254 / 0.65) !important;
}
.\!text-blue-200\/70{
  color: rgb(191 219 254 / 0.7) !important;
}
.\!text-blue-200\/75{
  color: rgb(191 219 254 / 0.75) !important;
}
.\!text-blue-200\/80{
  color: rgb(191 219 254 / 0.8) !important;
}
.\!text-blue-200\/85{
  color: rgb(191 219 254 / 0.85) !important;
}
.\!text-blue-200\/90{
  color: rgb(191 219 254 / 0.9) !important;
}
.\!text-blue-200\/95{
  color: rgb(191 219 254 / 0.95) !important;
}
.\!text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgb(147 197 253 / var(--tw-text-opacity)) !important;
}
.\!text-blue-300\/0{
  color: rgb(147 197 253 / 0) !important;
}
.\!text-blue-300\/10{
  color: rgb(147 197 253 / 0.1) !important;
}
.\!text-blue-300\/100{
  color: rgb(147 197 253 / 1) !important;
}
.\!text-blue-300\/15{
  color: rgb(147 197 253 / 0.15) !important;
}
.\!text-blue-300\/20{
  color: rgb(147 197 253 / 0.2) !important;
}
.\!text-blue-300\/25{
  color: rgb(147 197 253 / 0.25) !important;
}
.\!text-blue-300\/30{
  color: rgb(147 197 253 / 0.3) !important;
}
.\!text-blue-300\/35{
  color: rgb(147 197 253 / 0.35) !important;
}
.\!text-blue-300\/40{
  color: rgb(147 197 253 / 0.4) !important;
}
.\!text-blue-300\/45{
  color: rgb(147 197 253 / 0.45) !important;
}
.\!text-blue-300\/5{
  color: rgb(147 197 253 / 0.05) !important;
}
.\!text-blue-300\/50{
  color: rgb(147 197 253 / 0.5) !important;
}
.\!text-blue-300\/55{
  color: rgb(147 197 253 / 0.55) !important;
}
.\!text-blue-300\/60{
  color: rgb(147 197 253 / 0.6) !important;
}
.\!text-blue-300\/65{
  color: rgb(147 197 253 / 0.65) !important;
}
.\!text-blue-300\/70{
  color: rgb(147 197 253 / 0.7) !important;
}
.\!text-blue-300\/75{
  color: rgb(147 197 253 / 0.75) !important;
}
.\!text-blue-300\/80{
  color: rgb(147 197 253 / 0.8) !important;
}
.\!text-blue-300\/85{
  color: rgb(147 197 253 / 0.85) !important;
}
.\!text-blue-300\/90{
  color: rgb(147 197 253 / 0.9) !important;
}
.\!text-blue-300\/95{
  color: rgb(147 197 253 / 0.95) !important;
}
.\!text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}
.\!text-blue-400\/0{
  color: rgb(96 165 250 / 0) !important;
}
.\!text-blue-400\/10{
  color: rgb(96 165 250 / 0.1) !important;
}
.\!text-blue-400\/100{
  color: rgb(96 165 250 / 1) !important;
}
.\!text-blue-400\/15{
  color: rgb(96 165 250 / 0.15) !important;
}
.\!text-blue-400\/20{
  color: rgb(96 165 250 / 0.2) !important;
}
.\!text-blue-400\/25{
  color: rgb(96 165 250 / 0.25) !important;
}
.\!text-blue-400\/30{
  color: rgb(96 165 250 / 0.3) !important;
}
.\!text-blue-400\/35{
  color: rgb(96 165 250 / 0.35) !important;
}
.\!text-blue-400\/40{
  color: rgb(96 165 250 / 0.4) !important;
}
.\!text-blue-400\/45{
  color: rgb(96 165 250 / 0.45) !important;
}
.\!text-blue-400\/5{
  color: rgb(96 165 250 / 0.05) !important;
}
.\!text-blue-400\/50{
  color: rgb(96 165 250 / 0.5) !important;
}
.\!text-blue-400\/55{
  color: rgb(96 165 250 / 0.55) !important;
}
.\!text-blue-400\/60{
  color: rgb(96 165 250 / 0.6) !important;
}
.\!text-blue-400\/65{
  color: rgb(96 165 250 / 0.65) !important;
}
.\!text-blue-400\/70{
  color: rgb(96 165 250 / 0.7) !important;
}
.\!text-blue-400\/75{
  color: rgb(96 165 250 / 0.75) !important;
}
.\!text-blue-400\/80{
  color: rgb(96 165 250 / 0.8) !important;
}
.\!text-blue-400\/85{
  color: rgb(96 165 250 / 0.85) !important;
}
.\!text-blue-400\/90{
  color: rgb(96 165 250 / 0.9) !important;
}
.\!text-blue-400\/95{
  color: rgb(96 165 250 / 0.95) !important;
}
.\!text-blue-50{
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity)) !important;
}
.\!text-blue-50\/0{
  color: rgb(239 246 255 / 0) !important;
}
.\!text-blue-50\/10{
  color: rgb(239 246 255 / 0.1) !important;
}
.\!text-blue-50\/100{
  color: rgb(239 246 255 / 1) !important;
}
.\!text-blue-50\/15{
  color: rgb(239 246 255 / 0.15) !important;
}
.\!text-blue-50\/20{
  color: rgb(239 246 255 / 0.2) !important;
}
.\!text-blue-50\/25{
  color: rgb(239 246 255 / 0.25) !important;
}
.\!text-blue-50\/30{
  color: rgb(239 246 255 / 0.3) !important;
}
.\!text-blue-50\/35{
  color: rgb(239 246 255 / 0.35) !important;
}
.\!text-blue-50\/40{
  color: rgb(239 246 255 / 0.4) !important;
}
.\!text-blue-50\/45{
  color: rgb(239 246 255 / 0.45) !important;
}
.\!text-blue-50\/5{
  color: rgb(239 246 255 / 0.05) !important;
}
.\!text-blue-50\/50{
  color: rgb(239 246 255 / 0.5) !important;
}
.\!text-blue-50\/55{
  color: rgb(239 246 255 / 0.55) !important;
}
.\!text-blue-50\/60{
  color: rgb(239 246 255 / 0.6) !important;
}
.\!text-blue-50\/65{
  color: rgb(239 246 255 / 0.65) !important;
}
.\!text-blue-50\/70{
  color: rgb(239 246 255 / 0.7) !important;
}
.\!text-blue-50\/75{
  color: rgb(239 246 255 / 0.75) !important;
}
.\!text-blue-50\/80{
  color: rgb(239 246 255 / 0.8) !important;
}
.\!text-blue-50\/85{
  color: rgb(239 246 255 / 0.85) !important;
}
.\!text-blue-50\/90{
  color: rgb(239 246 255 / 0.9) !important;
}
.\!text-blue-50\/95{
  color: rgb(239 246 255 / 0.95) !important;
}
.\!text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.\!text-blue-500\/0{
  color: rgb(59 130 246 / 0) !important;
}
.\!text-blue-500\/10{
  color: rgb(59 130 246 / 0.1) !important;
}
.\!text-blue-500\/100{
  color: rgb(59 130 246 / 1) !important;
}
.\!text-blue-500\/15{
  color: rgb(59 130 246 / 0.15) !important;
}
.\!text-blue-500\/20{
  color: rgb(59 130 246 / 0.2) !important;
}
.\!text-blue-500\/25{
  color: rgb(59 130 246 / 0.25) !important;
}
.\!text-blue-500\/30{
  color: rgb(59 130 246 / 0.3) !important;
}
.\!text-blue-500\/35{
  color: rgb(59 130 246 / 0.35) !important;
}
.\!text-blue-500\/40{
  color: rgb(59 130 246 / 0.4) !important;
}
.\!text-blue-500\/45{
  color: rgb(59 130 246 / 0.45) !important;
}
.\!text-blue-500\/5{
  color: rgb(59 130 246 / 0.05) !important;
}
.\!text-blue-500\/50{
  color: rgb(59 130 246 / 0.5) !important;
}
.\!text-blue-500\/55{
  color: rgb(59 130 246 / 0.55) !important;
}
.\!text-blue-500\/60{
  color: rgb(59 130 246 / 0.6) !important;
}
.\!text-blue-500\/65{
  color: rgb(59 130 246 / 0.65) !important;
}
.\!text-blue-500\/70{
  color: rgb(59 130 246 / 0.7) !important;
}
.\!text-blue-500\/75{
  color: rgb(59 130 246 / 0.75) !important;
}
.\!text-blue-500\/80{
  color: rgb(59 130 246 / 0.8) !important;
}
.\!text-blue-500\/85{
  color: rgb(59 130 246 / 0.85) !important;
}
.\!text-blue-500\/90{
  color: rgb(59 130 246 / 0.9) !important;
}
.\!text-blue-500\/95{
  color: rgb(59 130 246 / 0.95) !important;
}
.\!text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.\!text-blue-600\/0{
  color: rgb(37 99 235 / 0) !important;
}
.\!text-blue-600\/10{
  color: rgb(37 99 235 / 0.1) !important;
}
.\!text-blue-600\/100{
  color: rgb(37 99 235 / 1) !important;
}
.\!text-blue-600\/15{
  color: rgb(37 99 235 / 0.15) !important;
}
.\!text-blue-600\/20{
  color: rgb(37 99 235 / 0.2) !important;
}
.\!text-blue-600\/25{
  color: rgb(37 99 235 / 0.25) !important;
}
.\!text-blue-600\/30{
  color: rgb(37 99 235 / 0.3) !important;
}
.\!text-blue-600\/35{
  color: rgb(37 99 235 / 0.35) !important;
}
.\!text-blue-600\/40{
  color: rgb(37 99 235 / 0.4) !important;
}
.\!text-blue-600\/45{
  color: rgb(37 99 235 / 0.45) !important;
}
.\!text-blue-600\/5{
  color: rgb(37 99 235 / 0.05) !important;
}
.\!text-blue-600\/50{
  color: rgb(37 99 235 / 0.5) !important;
}
.\!text-blue-600\/55{
  color: rgb(37 99 235 / 0.55) !important;
}
.\!text-blue-600\/60{
  color: rgb(37 99 235 / 0.6) !important;
}
.\!text-blue-600\/65{
  color: rgb(37 99 235 / 0.65) !important;
}
.\!text-blue-600\/70{
  color: rgb(37 99 235 / 0.7) !important;
}
.\!text-blue-600\/75{
  color: rgb(37 99 235 / 0.75) !important;
}
.\!text-blue-600\/80{
  color: rgb(37 99 235 / 0.8) !important;
}
.\!text-blue-600\/85{
  color: rgb(37 99 235 / 0.85) !important;
}
.\!text-blue-600\/90{
  color: rgb(37 99 235 / 0.9) !important;
}
.\!text-blue-600\/95{
  color: rgb(37 99 235 / 0.95) !important;
}
.\!text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.\!text-blue-700\/0{
  color: rgb(29 78 216 / 0) !important;
}
.\!text-blue-700\/10{
  color: rgb(29 78 216 / 0.1) !important;
}
.\!text-blue-700\/100{
  color: rgb(29 78 216 / 1) !important;
}
.\!text-blue-700\/15{
  color: rgb(29 78 216 / 0.15) !important;
}
.\!text-blue-700\/20{
  color: rgb(29 78 216 / 0.2) !important;
}
.\!text-blue-700\/25{
  color: rgb(29 78 216 / 0.25) !important;
}
.\!text-blue-700\/30{
  color: rgb(29 78 216 / 0.3) !important;
}
.\!text-blue-700\/35{
  color: rgb(29 78 216 / 0.35) !important;
}
.\!text-blue-700\/40{
  color: rgb(29 78 216 / 0.4) !important;
}
.\!text-blue-700\/45{
  color: rgb(29 78 216 / 0.45) !important;
}
.\!text-blue-700\/5{
  color: rgb(29 78 216 / 0.05) !important;
}
.\!text-blue-700\/50{
  color: rgb(29 78 216 / 0.5) !important;
}
.\!text-blue-700\/55{
  color: rgb(29 78 216 / 0.55) !important;
}
.\!text-blue-700\/60{
  color: rgb(29 78 216 / 0.6) !important;
}
.\!text-blue-700\/65{
  color: rgb(29 78 216 / 0.65) !important;
}
.\!text-blue-700\/70{
  color: rgb(29 78 216 / 0.7) !important;
}
.\!text-blue-700\/75{
  color: rgb(29 78 216 / 0.75) !important;
}
.\!text-blue-700\/80{
  color: rgb(29 78 216 / 0.8) !important;
}
.\!text-blue-700\/85{
  color: rgb(29 78 216 / 0.85) !important;
}
.\!text-blue-700\/90{
  color: rgb(29 78 216 / 0.9) !important;
}
.\!text-blue-700\/95{
  color: rgb(29 78 216 / 0.95) !important;
}
.\!text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}
.\!text-blue-800\/0{
  color: rgb(30 64 175 / 0) !important;
}
.\!text-blue-800\/10{
  color: rgb(30 64 175 / 0.1) !important;
}
.\!text-blue-800\/100{
  color: rgb(30 64 175 / 1) !important;
}
.\!text-blue-800\/15{
  color: rgb(30 64 175 / 0.15) !important;
}
.\!text-blue-800\/20{
  color: rgb(30 64 175 / 0.2) !important;
}
.\!text-blue-800\/25{
  color: rgb(30 64 175 / 0.25) !important;
}
.\!text-blue-800\/30{
  color: rgb(30 64 175 / 0.3) !important;
}
.\!text-blue-800\/35{
  color: rgb(30 64 175 / 0.35) !important;
}
.\!text-blue-800\/40{
  color: rgb(30 64 175 / 0.4) !important;
}
.\!text-blue-800\/45{
  color: rgb(30 64 175 / 0.45) !important;
}
.\!text-blue-800\/5{
  color: rgb(30 64 175 / 0.05) !important;
}
.\!text-blue-800\/50{
  color: rgb(30 64 175 / 0.5) !important;
}
.\!text-blue-800\/55{
  color: rgb(30 64 175 / 0.55) !important;
}
.\!text-blue-800\/60{
  color: rgb(30 64 175 / 0.6) !important;
}
.\!text-blue-800\/65{
  color: rgb(30 64 175 / 0.65) !important;
}
.\!text-blue-800\/70{
  color: rgb(30 64 175 / 0.7) !important;
}
.\!text-blue-800\/75{
  color: rgb(30 64 175 / 0.75) !important;
}
.\!text-blue-800\/80{
  color: rgb(30 64 175 / 0.8) !important;
}
.\!text-blue-800\/85{
  color: rgb(30 64 175 / 0.85) !important;
}
.\!text-blue-800\/90{
  color: rgb(30 64 175 / 0.9) !important;
}
.\!text-blue-800\/95{
  color: rgb(30 64 175 / 0.95) !important;
}
.\!text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgb(30 58 138 / var(--tw-text-opacity)) !important;
}
.\!text-blue-900\/0{
  color: rgb(30 58 138 / 0) !important;
}
.\!text-blue-900\/10{
  color: rgb(30 58 138 / 0.1) !important;
}
.\!text-blue-900\/100{
  color: rgb(30 58 138 / 1) !important;
}
.\!text-blue-900\/15{
  color: rgb(30 58 138 / 0.15) !important;
}
.\!text-blue-900\/20{
  color: rgb(30 58 138 / 0.2) !important;
}
.\!text-blue-900\/25{
  color: rgb(30 58 138 / 0.25) !important;
}
.\!text-blue-900\/30{
  color: rgb(30 58 138 / 0.3) !important;
}
.\!text-blue-900\/35{
  color: rgb(30 58 138 / 0.35) !important;
}
.\!text-blue-900\/40{
  color: rgb(30 58 138 / 0.4) !important;
}
.\!text-blue-900\/45{
  color: rgb(30 58 138 / 0.45) !important;
}
.\!text-blue-900\/5{
  color: rgb(30 58 138 / 0.05) !important;
}
.\!text-blue-900\/50{
  color: rgb(30 58 138 / 0.5) !important;
}
.\!text-blue-900\/55{
  color: rgb(30 58 138 / 0.55) !important;
}
.\!text-blue-900\/60{
  color: rgb(30 58 138 / 0.6) !important;
}
.\!text-blue-900\/65{
  color: rgb(30 58 138 / 0.65) !important;
}
.\!text-blue-900\/70{
  color: rgb(30 58 138 / 0.7) !important;
}
.\!text-blue-900\/75{
  color: rgb(30 58 138 / 0.75) !important;
}
.\!text-blue-900\/80{
  color: rgb(30 58 138 / 0.8) !important;
}
.\!text-blue-900\/85{
  color: rgb(30 58 138 / 0.85) !important;
}
.\!text-blue-900\/90{
  color: rgb(30 58 138 / 0.9) !important;
}
.\!text-blue-900\/95{
  color: rgb(30 58 138 / 0.95) !important;
}
.\!text-blue-950{
  --tw-text-opacity: 1 !important;
  color: rgb(23 37 84 / var(--tw-text-opacity)) !important;
}
.\!text-blue-950\/0{
  color: rgb(23 37 84 / 0) !important;
}
.\!text-blue-950\/10{
  color: rgb(23 37 84 / 0.1) !important;
}
.\!text-blue-950\/100{
  color: rgb(23 37 84 / 1) !important;
}
.\!text-blue-950\/15{
  color: rgb(23 37 84 / 0.15) !important;
}
.\!text-blue-950\/20{
  color: rgb(23 37 84 / 0.2) !important;
}
.\!text-blue-950\/25{
  color: rgb(23 37 84 / 0.25) !important;
}
.\!text-blue-950\/30{
  color: rgb(23 37 84 / 0.3) !important;
}
.\!text-blue-950\/35{
  color: rgb(23 37 84 / 0.35) !important;
}
.\!text-blue-950\/40{
  color: rgb(23 37 84 / 0.4) !important;
}
.\!text-blue-950\/45{
  color: rgb(23 37 84 / 0.45) !important;
}
.\!text-blue-950\/5{
  color: rgb(23 37 84 / 0.05) !important;
}
.\!text-blue-950\/50{
  color: rgb(23 37 84 / 0.5) !important;
}
.\!text-blue-950\/55{
  color: rgb(23 37 84 / 0.55) !important;
}
.\!text-blue-950\/60{
  color: rgb(23 37 84 / 0.6) !important;
}
.\!text-blue-950\/65{
  color: rgb(23 37 84 / 0.65) !important;
}
.\!text-blue-950\/70{
  color: rgb(23 37 84 / 0.7) !important;
}
.\!text-blue-950\/75{
  color: rgb(23 37 84 / 0.75) !important;
}
.\!text-blue-950\/80{
  color: rgb(23 37 84 / 0.8) !important;
}
.\!text-blue-950\/85{
  color: rgb(23 37 84 / 0.85) !important;
}
.\!text-blue-950\/90{
  color: rgb(23 37 84 / 0.9) !important;
}
.\!text-blue-950\/95{
  color: rgb(23 37 84 / 0.95) !important;
}
.\!text-brand-border{
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 251 / var(--tw-text-opacity)) !important;
}
.\!text-brand-border\/0{
  color: rgb(255 251 251 / 0) !important;
}
.\!text-brand-border\/10{
  color: rgb(255 251 251 / 0.1) !important;
}
.\!text-brand-border\/100{
  color: rgb(255 251 251 / 1) !important;
}
.\!text-brand-border\/15{
  color: rgb(255 251 251 / 0.15) !important;
}
.\!text-brand-border\/20{
  color: rgb(255 251 251 / 0.2) !important;
}
.\!text-brand-border\/25{
  color: rgb(255 251 251 / 0.25) !important;
}
.\!text-brand-border\/30{
  color: rgb(255 251 251 / 0.3) !important;
}
.\!text-brand-border\/35{
  color: rgb(255 251 251 / 0.35) !important;
}
.\!text-brand-border\/40{
  color: rgb(255 251 251 / 0.4) !important;
}
.\!text-brand-border\/45{
  color: rgb(255 251 251 / 0.45) !important;
}
.\!text-brand-border\/5{
  color: rgb(255 251 251 / 0.05) !important;
}
.\!text-brand-border\/50{
  color: rgb(255 251 251 / 0.5) !important;
}
.\!text-brand-border\/55{
  color: rgb(255 251 251 / 0.55) !important;
}
.\!text-brand-border\/60{
  color: rgb(255 251 251 / 0.6) !important;
}
.\!text-brand-border\/65{
  color: rgb(255 251 251 / 0.65) !important;
}
.\!text-brand-border\/70{
  color: rgb(255 251 251 / 0.7) !important;
}
.\!text-brand-border\/75{
  color: rgb(255 251 251 / 0.75) !important;
}
.\!text-brand-border\/80{
  color: rgb(255 251 251 / 0.8) !important;
}
.\!text-brand-border\/85{
  color: rgb(255 251 251 / 0.85) !important;
}
.\!text-brand-border\/90{
  color: rgb(255 251 251 / 0.9) !important;
}
.\!text-brand-border\/95{
  color: rgb(255 251 251 / 0.95) !important;
}
.\!text-brand-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(221 54 60 / var(--tw-text-opacity)) !important;
}
.\!text-brand-primary\/0{
  color: rgb(221 54 60 / 0) !important;
}
.\!text-brand-primary\/10{
  color: rgb(221 54 60 / 0.1) !important;
}
.\!text-brand-primary\/100{
  color: rgb(221 54 60 / 1) !important;
}
.\!text-brand-primary\/15{
  color: rgb(221 54 60 / 0.15) !important;
}
.\!text-brand-primary\/20{
  color: rgb(221 54 60 / 0.2) !important;
}
.\!text-brand-primary\/25{
  color: rgb(221 54 60 / 0.25) !important;
}
.\!text-brand-primary\/30{
  color: rgb(221 54 60 / 0.3) !important;
}
.\!text-brand-primary\/35{
  color: rgb(221 54 60 / 0.35) !important;
}
.\!text-brand-primary\/40{
  color: rgb(221 54 60 / 0.4) !important;
}
.\!text-brand-primary\/45{
  color: rgb(221 54 60 / 0.45) !important;
}
.\!text-brand-primary\/5{
  color: rgb(221 54 60 / 0.05) !important;
}
.\!text-brand-primary\/50{
  color: rgb(221 54 60 / 0.5) !important;
}
.\!text-brand-primary\/55{
  color: rgb(221 54 60 / 0.55) !important;
}
.\!text-brand-primary\/60{
  color: rgb(221 54 60 / 0.6) !important;
}
.\!text-brand-primary\/65{
  color: rgb(221 54 60 / 0.65) !important;
}
.\!text-brand-primary\/70{
  color: rgb(221 54 60 / 0.7) !important;
}
.\!text-brand-primary\/75{
  color: rgb(221 54 60 / 0.75) !important;
}
.\!text-brand-primary\/80{
  color: rgb(221 54 60 / 0.8) !important;
}
.\!text-brand-primary\/85{
  color: rgb(221 54 60 / 0.85) !important;
}
.\!text-brand-primary\/90{
  color: rgb(221 54 60 / 0.9) !important;
}
.\!text-brand-primary\/95{
  color: rgb(221 54 60 / 0.95) !important;
}
.\!text-brand-secondary{
  --tw-text-opacity: 1 !important;
  color: rgb(125 0 4 / var(--tw-text-opacity)) !important;
}
.\!text-brand-secondary\/0{
  color: rgb(125 0 4 / 0) !important;
}
.\!text-brand-secondary\/10{
  color: rgb(125 0 4 / 0.1) !important;
}
.\!text-brand-secondary\/100{
  color: rgb(125 0 4 / 1) !important;
}
.\!text-brand-secondary\/15{
  color: rgb(125 0 4 / 0.15) !important;
}
.\!text-brand-secondary\/20{
  color: rgb(125 0 4 / 0.2) !important;
}
.\!text-brand-secondary\/25{
  color: rgb(125 0 4 / 0.25) !important;
}
.\!text-brand-secondary\/30{
  color: rgb(125 0 4 / 0.3) !important;
}
.\!text-brand-secondary\/35{
  color: rgb(125 0 4 / 0.35) !important;
}
.\!text-brand-secondary\/40{
  color: rgb(125 0 4 / 0.4) !important;
}
.\!text-brand-secondary\/45{
  color: rgb(125 0 4 / 0.45) !important;
}
.\!text-brand-secondary\/5{
  color: rgb(125 0 4 / 0.05) !important;
}
.\!text-brand-secondary\/50{
  color: rgb(125 0 4 / 0.5) !important;
}
.\!text-brand-secondary\/55{
  color: rgb(125 0 4 / 0.55) !important;
}
.\!text-brand-secondary\/60{
  color: rgb(125 0 4 / 0.6) !important;
}
.\!text-brand-secondary\/65{
  color: rgb(125 0 4 / 0.65) !important;
}
.\!text-brand-secondary\/70{
  color: rgb(125 0 4 / 0.7) !important;
}
.\!text-brand-secondary\/75{
  color: rgb(125 0 4 / 0.75) !important;
}
.\!text-brand-secondary\/80{
  color: rgb(125 0 4 / 0.8) !important;
}
.\!text-brand-secondary\/85{
  color: rgb(125 0 4 / 0.85) !important;
}
.\!text-brand-secondary\/90{
  color: rgb(125 0 4 / 0.9) !important;
}
.\!text-brand-secondary\/95{
  color: rgb(125 0 4 / 0.95) !important;
}
.\!text-brand-text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 247 / var(--tw-text-opacity)) !important;
}
.\!text-brand-text-primary\/0{
  color: rgb(255 247 247 / 0) !important;
}
.\!text-brand-text-primary\/10{
  color: rgb(255 247 247 / 0.1) !important;
}
.\!text-brand-text-primary\/100{
  color: rgb(255 247 247 / 1) !important;
}
.\!text-brand-text-primary\/15{
  color: rgb(255 247 247 / 0.15) !important;
}
.\!text-brand-text-primary\/20{
  color: rgb(255 247 247 / 0.2) !important;
}
.\!text-brand-text-primary\/25{
  color: rgb(255 247 247 / 0.25) !important;
}
.\!text-brand-text-primary\/30{
  color: rgb(255 247 247 / 0.3) !important;
}
.\!text-brand-text-primary\/35{
  color: rgb(255 247 247 / 0.35) !important;
}
.\!text-brand-text-primary\/40{
  color: rgb(255 247 247 / 0.4) !important;
}
.\!text-brand-text-primary\/45{
  color: rgb(255 247 247 / 0.45) !important;
}
.\!text-brand-text-primary\/5{
  color: rgb(255 247 247 / 0.05) !important;
}
.\!text-brand-text-primary\/50{
  color: rgb(255 247 247 / 0.5) !important;
}
.\!text-brand-text-primary\/55{
  color: rgb(255 247 247 / 0.55) !important;
}
.\!text-brand-text-primary\/60{
  color: rgb(255 247 247 / 0.6) !important;
}
.\!text-brand-text-primary\/65{
  color: rgb(255 247 247 / 0.65) !important;
}
.\!text-brand-text-primary\/70{
  color: rgb(255 247 247 / 0.7) !important;
}
.\!text-brand-text-primary\/75{
  color: rgb(255 247 247 / 0.75) !important;
}
.\!text-brand-text-primary\/80{
  color: rgb(255 247 247 / 0.8) !important;
}
.\!text-brand-text-primary\/85{
  color: rgb(255 247 247 / 0.85) !important;
}
.\!text-brand-text-primary\/90{
  color: rgb(255 247 247 / 0.9) !important;
}
.\!text-brand-text-primary\/95{
  color: rgb(255 247 247 / 0.95) !important;
}
.\!text-brand-text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgb(255 235 236 / var(--tw-text-opacity)) !important;
}
.\!text-brand-text-secondary\/0{
  color: rgb(255 235 236 / 0) !important;
}
.\!text-brand-text-secondary\/10{
  color: rgb(255 235 236 / 0.1) !important;
}
.\!text-brand-text-secondary\/100{
  color: rgb(255 235 236 / 1) !important;
}
.\!text-brand-text-secondary\/15{
  color: rgb(255 235 236 / 0.15) !important;
}
.\!text-brand-text-secondary\/20{
  color: rgb(255 235 236 / 0.2) !important;
}
.\!text-brand-text-secondary\/25{
  color: rgb(255 235 236 / 0.25) !important;
}
.\!text-brand-text-secondary\/30{
  color: rgb(255 235 236 / 0.3) !important;
}
.\!text-brand-text-secondary\/35{
  color: rgb(255 235 236 / 0.35) !important;
}
.\!text-brand-text-secondary\/40{
  color: rgb(255 235 236 / 0.4) !important;
}
.\!text-brand-text-secondary\/45{
  color: rgb(255 235 236 / 0.45) !important;
}
.\!text-brand-text-secondary\/5{
  color: rgb(255 235 236 / 0.05) !important;
}
.\!text-brand-text-secondary\/50{
  color: rgb(255 235 236 / 0.5) !important;
}
.\!text-brand-text-secondary\/55{
  color: rgb(255 235 236 / 0.55) !important;
}
.\!text-brand-text-secondary\/60{
  color: rgb(255 235 236 / 0.6) !important;
}
.\!text-brand-text-secondary\/65{
  color: rgb(255 235 236 / 0.65) !important;
}
.\!text-brand-text-secondary\/70{
  color: rgb(255 235 236 / 0.7) !important;
}
.\!text-brand-text-secondary\/75{
  color: rgb(255 235 236 / 0.75) !important;
}
.\!text-brand-text-secondary\/80{
  color: rgb(255 235 236 / 0.8) !important;
}
.\!text-brand-text-secondary\/85{
  color: rgb(255 235 236 / 0.85) !important;
}
.\!text-brand-text-secondary\/90{
  color: rgb(255 235 236 / 0.9) !important;
}
.\!text-brand-text-secondary\/95{
  color: rgb(255 235 236 / 0.95) !important;
}
.\!text-current{
  color: currentColor !important;
}
.\!text-cyan-100{
  --tw-text-opacity: 1 !important;
  color: rgb(236 254 255 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-100\/0{
  color: rgb(236 254 255 / 0) !important;
}
.\!text-cyan-100\/10{
  color: rgb(236 254 255 / 0.1) !important;
}
.\!text-cyan-100\/100{
  color: rgb(236 254 255 / 1) !important;
}
.\!text-cyan-100\/15{
  color: rgb(236 254 255 / 0.15) !important;
}
.\!text-cyan-100\/20{
  color: rgb(236 254 255 / 0.2) !important;
}
.\!text-cyan-100\/25{
  color: rgb(236 254 255 / 0.25) !important;
}
.\!text-cyan-100\/30{
  color: rgb(236 254 255 / 0.3) !important;
}
.\!text-cyan-100\/35{
  color: rgb(236 254 255 / 0.35) !important;
}
.\!text-cyan-100\/40{
  color: rgb(236 254 255 / 0.4) !important;
}
.\!text-cyan-100\/45{
  color: rgb(236 254 255 / 0.45) !important;
}
.\!text-cyan-100\/5{
  color: rgb(236 254 255 / 0.05) !important;
}
.\!text-cyan-100\/50{
  color: rgb(236 254 255 / 0.5) !important;
}
.\!text-cyan-100\/55{
  color: rgb(236 254 255 / 0.55) !important;
}
.\!text-cyan-100\/60{
  color: rgb(236 254 255 / 0.6) !important;
}
.\!text-cyan-100\/65{
  color: rgb(236 254 255 / 0.65) !important;
}
.\!text-cyan-100\/70{
  color: rgb(236 254 255 / 0.7) !important;
}
.\!text-cyan-100\/75{
  color: rgb(236 254 255 / 0.75) !important;
}
.\!text-cyan-100\/80{
  color: rgb(236 254 255 / 0.8) !important;
}
.\!text-cyan-100\/85{
  color: rgb(236 254 255 / 0.85) !important;
}
.\!text-cyan-100\/90{
  color: rgb(236 254 255 / 0.9) !important;
}
.\!text-cyan-100\/95{
  color: rgb(236 254 255 / 0.95) !important;
}
.\!text-cyan-200{
  --tw-text-opacity: 1 !important;
  color: rgb(207 250 254 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-200\/0{
  color: rgb(207 250 254 / 0) !important;
}
.\!text-cyan-200\/10{
  color: rgb(207 250 254 / 0.1) !important;
}
.\!text-cyan-200\/100{
  color: rgb(207 250 254 / 1) !important;
}
.\!text-cyan-200\/15{
  color: rgb(207 250 254 / 0.15) !important;
}
.\!text-cyan-200\/20{
  color: rgb(207 250 254 / 0.2) !important;
}
.\!text-cyan-200\/25{
  color: rgb(207 250 254 / 0.25) !important;
}
.\!text-cyan-200\/30{
  color: rgb(207 250 254 / 0.3) !important;
}
.\!text-cyan-200\/35{
  color: rgb(207 250 254 / 0.35) !important;
}
.\!text-cyan-200\/40{
  color: rgb(207 250 254 / 0.4) !important;
}
.\!text-cyan-200\/45{
  color: rgb(207 250 254 / 0.45) !important;
}
.\!text-cyan-200\/5{
  color: rgb(207 250 254 / 0.05) !important;
}
.\!text-cyan-200\/50{
  color: rgb(207 250 254 / 0.5) !important;
}
.\!text-cyan-200\/55{
  color: rgb(207 250 254 / 0.55) !important;
}
.\!text-cyan-200\/60{
  color: rgb(207 250 254 / 0.6) !important;
}
.\!text-cyan-200\/65{
  color: rgb(207 250 254 / 0.65) !important;
}
.\!text-cyan-200\/70{
  color: rgb(207 250 254 / 0.7) !important;
}
.\!text-cyan-200\/75{
  color: rgb(207 250 254 / 0.75) !important;
}
.\!text-cyan-200\/80{
  color: rgb(207 250 254 / 0.8) !important;
}
.\!text-cyan-200\/85{
  color: rgb(207 250 254 / 0.85) !important;
}
.\!text-cyan-200\/90{
  color: rgb(207 250 254 / 0.9) !important;
}
.\!text-cyan-200\/95{
  color: rgb(207 250 254 / 0.95) !important;
}
.\!text-cyan-300{
  --tw-text-opacity: 1 !important;
  color: rgb(165 243 252 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-300\/0{
  color: rgb(165 243 252 / 0) !important;
}
.\!text-cyan-300\/10{
  color: rgb(165 243 252 / 0.1) !important;
}
.\!text-cyan-300\/100{
  color: rgb(165 243 252 / 1) !important;
}
.\!text-cyan-300\/15{
  color: rgb(165 243 252 / 0.15) !important;
}
.\!text-cyan-300\/20{
  color: rgb(165 243 252 / 0.2) !important;
}
.\!text-cyan-300\/25{
  color: rgb(165 243 252 / 0.25) !important;
}
.\!text-cyan-300\/30{
  color: rgb(165 243 252 / 0.3) !important;
}
.\!text-cyan-300\/35{
  color: rgb(165 243 252 / 0.35) !important;
}
.\!text-cyan-300\/40{
  color: rgb(165 243 252 / 0.4) !important;
}
.\!text-cyan-300\/45{
  color: rgb(165 243 252 / 0.45) !important;
}
.\!text-cyan-300\/5{
  color: rgb(165 243 252 / 0.05) !important;
}
.\!text-cyan-300\/50{
  color: rgb(165 243 252 / 0.5) !important;
}
.\!text-cyan-300\/55{
  color: rgb(165 243 252 / 0.55) !important;
}
.\!text-cyan-300\/60{
  color: rgb(165 243 252 / 0.6) !important;
}
.\!text-cyan-300\/65{
  color: rgb(165 243 252 / 0.65) !important;
}
.\!text-cyan-300\/70{
  color: rgb(165 243 252 / 0.7) !important;
}
.\!text-cyan-300\/75{
  color: rgb(165 243 252 / 0.75) !important;
}
.\!text-cyan-300\/80{
  color: rgb(165 243 252 / 0.8) !important;
}
.\!text-cyan-300\/85{
  color: rgb(165 243 252 / 0.85) !important;
}
.\!text-cyan-300\/90{
  color: rgb(165 243 252 / 0.9) !important;
}
.\!text-cyan-300\/95{
  color: rgb(165 243 252 / 0.95) !important;
}
.\!text-cyan-350{
  --tw-text-opacity: 1 !important;
  color: rgb(103 232 249 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-350\/0{
  color: rgb(103 232 249 / 0) !important;
}
.\!text-cyan-350\/10{
  color: rgb(103 232 249 / 0.1) !important;
}
.\!text-cyan-350\/100{
  color: rgb(103 232 249 / 1) !important;
}
.\!text-cyan-350\/15{
  color: rgb(103 232 249 / 0.15) !important;
}
.\!text-cyan-350\/20{
  color: rgb(103 232 249 / 0.2) !important;
}
.\!text-cyan-350\/25{
  color: rgb(103 232 249 / 0.25) !important;
}
.\!text-cyan-350\/30{
  color: rgb(103 232 249 / 0.3) !important;
}
.\!text-cyan-350\/35{
  color: rgb(103 232 249 / 0.35) !important;
}
.\!text-cyan-350\/40{
  color: rgb(103 232 249 / 0.4) !important;
}
.\!text-cyan-350\/45{
  color: rgb(103 232 249 / 0.45) !important;
}
.\!text-cyan-350\/5{
  color: rgb(103 232 249 / 0.05) !important;
}
.\!text-cyan-350\/50{
  color: rgb(103 232 249 / 0.5) !important;
}
.\!text-cyan-350\/55{
  color: rgb(103 232 249 / 0.55) !important;
}
.\!text-cyan-350\/60{
  color: rgb(103 232 249 / 0.6) !important;
}
.\!text-cyan-350\/65{
  color: rgb(103 232 249 / 0.65) !important;
}
.\!text-cyan-350\/70{
  color: rgb(103 232 249 / 0.7) !important;
}
.\!text-cyan-350\/75{
  color: rgb(103 232 249 / 0.75) !important;
}
.\!text-cyan-350\/80{
  color: rgb(103 232 249 / 0.8) !important;
}
.\!text-cyan-350\/85{
  color: rgb(103 232 249 / 0.85) !important;
}
.\!text-cyan-350\/90{
  color: rgb(103 232 249 / 0.9) !important;
}
.\!text-cyan-350\/95{
  color: rgb(103 232 249 / 0.95) !important;
}
.\!text-cyan-400{
  --tw-text-opacity: 1 !important;
  color: rgb(34 211 238 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-400\/0{
  color: rgb(34 211 238 / 0) !important;
}
.\!text-cyan-400\/10{
  color: rgb(34 211 238 / 0.1) !important;
}
.\!text-cyan-400\/100{
  color: rgb(34 211 238 / 1) !important;
}
.\!text-cyan-400\/15{
  color: rgb(34 211 238 / 0.15) !important;
}
.\!text-cyan-400\/20{
  color: rgb(34 211 238 / 0.2) !important;
}
.\!text-cyan-400\/25{
  color: rgb(34 211 238 / 0.25) !important;
}
.\!text-cyan-400\/30{
  color: rgb(34 211 238 / 0.3) !important;
}
.\!text-cyan-400\/35{
  color: rgb(34 211 238 / 0.35) !important;
}
.\!text-cyan-400\/40{
  color: rgb(34 211 238 / 0.4) !important;
}
.\!text-cyan-400\/45{
  color: rgb(34 211 238 / 0.45) !important;
}
.\!text-cyan-400\/5{
  color: rgb(34 211 238 / 0.05) !important;
}
.\!text-cyan-400\/50{
  color: rgb(34 211 238 / 0.5) !important;
}
.\!text-cyan-400\/55{
  color: rgb(34 211 238 / 0.55) !important;
}
.\!text-cyan-400\/60{
  color: rgb(34 211 238 / 0.6) !important;
}
.\!text-cyan-400\/65{
  color: rgb(34 211 238 / 0.65) !important;
}
.\!text-cyan-400\/70{
  color: rgb(34 211 238 / 0.7) !important;
}
.\!text-cyan-400\/75{
  color: rgb(34 211 238 / 0.75) !important;
}
.\!text-cyan-400\/80{
  color: rgb(34 211 238 / 0.8) !important;
}
.\!text-cyan-400\/85{
  color: rgb(34 211 238 / 0.85) !important;
}
.\!text-cyan-400\/90{
  color: rgb(34 211 238 / 0.9) !important;
}
.\!text-cyan-400\/95{
  color: rgb(34 211 238 / 0.95) !important;
}
.\!text-cyan-450{
  --tw-text-opacity: 1 !important;
  color: rgb(6 182 212 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-450\/0{
  color: rgb(6 182 212 / 0) !important;
}
.\!text-cyan-450\/10{
  color: rgb(6 182 212 / 0.1) !important;
}
.\!text-cyan-450\/100{
  color: rgb(6 182 212 / 1) !important;
}
.\!text-cyan-450\/15{
  color: rgb(6 182 212 / 0.15) !important;
}
.\!text-cyan-450\/20{
  color: rgb(6 182 212 / 0.2) !important;
}
.\!text-cyan-450\/25{
  color: rgb(6 182 212 / 0.25) !important;
}
.\!text-cyan-450\/30{
  color: rgb(6 182 212 / 0.3) !important;
}
.\!text-cyan-450\/35{
  color: rgb(6 182 212 / 0.35) !important;
}
.\!text-cyan-450\/40{
  color: rgb(6 182 212 / 0.4) !important;
}
.\!text-cyan-450\/45{
  color: rgb(6 182 212 / 0.45) !important;
}
.\!text-cyan-450\/5{
  color: rgb(6 182 212 / 0.05) !important;
}
.\!text-cyan-450\/50{
  color: rgb(6 182 212 / 0.5) !important;
}
.\!text-cyan-450\/55{
  color: rgb(6 182 212 / 0.55) !important;
}
.\!text-cyan-450\/60{
  color: rgb(6 182 212 / 0.6) !important;
}
.\!text-cyan-450\/65{
  color: rgb(6 182 212 / 0.65) !important;
}
.\!text-cyan-450\/70{
  color: rgb(6 182 212 / 0.7) !important;
}
.\!text-cyan-450\/75{
  color: rgb(6 182 212 / 0.75) !important;
}
.\!text-cyan-450\/80{
  color: rgb(6 182 212 / 0.8) !important;
}
.\!text-cyan-450\/85{
  color: rgb(6 182 212 / 0.85) !important;
}
.\!text-cyan-450\/90{
  color: rgb(6 182 212 / 0.9) !important;
}
.\!text-cyan-450\/95{
  color: rgb(6 182 212 / 0.95) !important;
}
.\!text-cyan-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-50\/0{
  color: rgb(250 255 255 / 0) !important;
}
.\!text-cyan-50\/10{
  color: rgb(250 255 255 / 0.1) !important;
}
.\!text-cyan-50\/100{
  color: rgb(250 255 255 / 1) !important;
}
.\!text-cyan-50\/15{
  color: rgb(250 255 255 / 0.15) !important;
}
.\!text-cyan-50\/20{
  color: rgb(250 255 255 / 0.2) !important;
}
.\!text-cyan-50\/25{
  color: rgb(250 255 255 / 0.25) !important;
}
.\!text-cyan-50\/30{
  color: rgb(250 255 255 / 0.3) !important;
}
.\!text-cyan-50\/35{
  color: rgb(250 255 255 / 0.35) !important;
}
.\!text-cyan-50\/40{
  color: rgb(250 255 255 / 0.4) !important;
}
.\!text-cyan-50\/45{
  color: rgb(250 255 255 / 0.45) !important;
}
.\!text-cyan-50\/5{
  color: rgb(250 255 255 / 0.05) !important;
}
.\!text-cyan-50\/50{
  color: rgb(250 255 255 / 0.5) !important;
}
.\!text-cyan-50\/55{
  color: rgb(250 255 255 / 0.55) !important;
}
.\!text-cyan-50\/60{
  color: rgb(250 255 255 / 0.6) !important;
}
.\!text-cyan-50\/65{
  color: rgb(250 255 255 / 0.65) !important;
}
.\!text-cyan-50\/70{
  color: rgb(250 255 255 / 0.7) !important;
}
.\!text-cyan-50\/75{
  color: rgb(250 255 255 / 0.75) !important;
}
.\!text-cyan-50\/80{
  color: rgb(250 255 255 / 0.8) !important;
}
.\!text-cyan-50\/85{
  color: rgb(250 255 255 / 0.85) !important;
}
.\!text-cyan-50\/90{
  color: rgb(250 255 255 / 0.9) !important;
}
.\!text-cyan-50\/95{
  color: rgb(250 255 255 / 0.95) !important;
}
.\!text-cyan-500{
  --tw-text-opacity: 1 !important;
  color: rgb(8 145 178 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-500\/0{
  color: rgb(8 145 178 / 0) !important;
}
.\!text-cyan-500\/10{
  color: rgb(8 145 178 / 0.1) !important;
}
.\!text-cyan-500\/100{
  color: rgb(8 145 178 / 1) !important;
}
.\!text-cyan-500\/15{
  color: rgb(8 145 178 / 0.15) !important;
}
.\!text-cyan-500\/20{
  color: rgb(8 145 178 / 0.2) !important;
}
.\!text-cyan-500\/25{
  color: rgb(8 145 178 / 0.25) !important;
}
.\!text-cyan-500\/30{
  color: rgb(8 145 178 / 0.3) !important;
}
.\!text-cyan-500\/35{
  color: rgb(8 145 178 / 0.35) !important;
}
.\!text-cyan-500\/40{
  color: rgb(8 145 178 / 0.4) !important;
}
.\!text-cyan-500\/45{
  color: rgb(8 145 178 / 0.45) !important;
}
.\!text-cyan-500\/5{
  color: rgb(8 145 178 / 0.05) !important;
}
.\!text-cyan-500\/50{
  color: rgb(8 145 178 / 0.5) !important;
}
.\!text-cyan-500\/55{
  color: rgb(8 145 178 / 0.55) !important;
}
.\!text-cyan-500\/60{
  color: rgb(8 145 178 / 0.6) !important;
}
.\!text-cyan-500\/65{
  color: rgb(8 145 178 / 0.65) !important;
}
.\!text-cyan-500\/70{
  color: rgb(8 145 178 / 0.7) !important;
}
.\!text-cyan-500\/75{
  color: rgb(8 145 178 / 0.75) !important;
}
.\!text-cyan-500\/80{
  color: rgb(8 145 178 / 0.8) !important;
}
.\!text-cyan-500\/85{
  color: rgb(8 145 178 / 0.85) !important;
}
.\!text-cyan-500\/90{
  color: rgb(8 145 178 / 0.9) !important;
}
.\!text-cyan-500\/95{
  color: rgb(8 145 178 / 0.95) !important;
}
.\!text-cyan-600{
  --tw-text-opacity: 1 !important;
  color: rgb(14 116 144 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-600\/0{
  color: rgb(14 116 144 / 0) !important;
}
.\!text-cyan-600\/10{
  color: rgb(14 116 144 / 0.1) !important;
}
.\!text-cyan-600\/100{
  color: rgb(14 116 144 / 1) !important;
}
.\!text-cyan-600\/15{
  color: rgb(14 116 144 / 0.15) !important;
}
.\!text-cyan-600\/20{
  color: rgb(14 116 144 / 0.2) !important;
}
.\!text-cyan-600\/25{
  color: rgb(14 116 144 / 0.25) !important;
}
.\!text-cyan-600\/30{
  color: rgb(14 116 144 / 0.3) !important;
}
.\!text-cyan-600\/35{
  color: rgb(14 116 144 / 0.35) !important;
}
.\!text-cyan-600\/40{
  color: rgb(14 116 144 / 0.4) !important;
}
.\!text-cyan-600\/45{
  color: rgb(14 116 144 / 0.45) !important;
}
.\!text-cyan-600\/5{
  color: rgb(14 116 144 / 0.05) !important;
}
.\!text-cyan-600\/50{
  color: rgb(14 116 144 / 0.5) !important;
}
.\!text-cyan-600\/55{
  color: rgb(14 116 144 / 0.55) !important;
}
.\!text-cyan-600\/60{
  color: rgb(14 116 144 / 0.6) !important;
}
.\!text-cyan-600\/65{
  color: rgb(14 116 144 / 0.65) !important;
}
.\!text-cyan-600\/70{
  color: rgb(14 116 144 / 0.7) !important;
}
.\!text-cyan-600\/75{
  color: rgb(14 116 144 / 0.75) !important;
}
.\!text-cyan-600\/80{
  color: rgb(14 116 144 / 0.8) !important;
}
.\!text-cyan-600\/85{
  color: rgb(14 116 144 / 0.85) !important;
}
.\!text-cyan-600\/90{
  color: rgb(14 116 144 / 0.9) !important;
}
.\!text-cyan-600\/95{
  color: rgb(14 116 144 / 0.95) !important;
}
.\!text-cyan-650{
  --tw-text-opacity: 1 !important;
  color: rgb(21 94 117 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-650\/0{
  color: rgb(21 94 117 / 0) !important;
}
.\!text-cyan-650\/10{
  color: rgb(21 94 117 / 0.1) !important;
}
.\!text-cyan-650\/100{
  color: rgb(21 94 117 / 1) !important;
}
.\!text-cyan-650\/15{
  color: rgb(21 94 117 / 0.15) !important;
}
.\!text-cyan-650\/20{
  color: rgb(21 94 117 / 0.2) !important;
}
.\!text-cyan-650\/25{
  color: rgb(21 94 117 / 0.25) !important;
}
.\!text-cyan-650\/30{
  color: rgb(21 94 117 / 0.3) !important;
}
.\!text-cyan-650\/35{
  color: rgb(21 94 117 / 0.35) !important;
}
.\!text-cyan-650\/40{
  color: rgb(21 94 117 / 0.4) !important;
}
.\!text-cyan-650\/45{
  color: rgb(21 94 117 / 0.45) !important;
}
.\!text-cyan-650\/5{
  color: rgb(21 94 117 / 0.05) !important;
}
.\!text-cyan-650\/50{
  color: rgb(21 94 117 / 0.5) !important;
}
.\!text-cyan-650\/55{
  color: rgb(21 94 117 / 0.55) !important;
}
.\!text-cyan-650\/60{
  color: rgb(21 94 117 / 0.6) !important;
}
.\!text-cyan-650\/65{
  color: rgb(21 94 117 / 0.65) !important;
}
.\!text-cyan-650\/70{
  color: rgb(21 94 117 / 0.7) !important;
}
.\!text-cyan-650\/75{
  color: rgb(21 94 117 / 0.75) !important;
}
.\!text-cyan-650\/80{
  color: rgb(21 94 117 / 0.8) !important;
}
.\!text-cyan-650\/85{
  color: rgb(21 94 117 / 0.85) !important;
}
.\!text-cyan-650\/90{
  color: rgb(21 94 117 / 0.9) !important;
}
.\!text-cyan-650\/95{
  color: rgb(21 94 117 / 0.95) !important;
}
.\!text-cyan-700{
  --tw-text-opacity: 1 !important;
  color: rgb(22 78 99 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-700\/0{
  color: rgb(22 78 99 / 0) !important;
}
.\!text-cyan-700\/10{
  color: rgb(22 78 99 / 0.1) !important;
}
.\!text-cyan-700\/100{
  color: rgb(22 78 99 / 1) !important;
}
.\!text-cyan-700\/15{
  color: rgb(22 78 99 / 0.15) !important;
}
.\!text-cyan-700\/20{
  color: rgb(22 78 99 / 0.2) !important;
}
.\!text-cyan-700\/25{
  color: rgb(22 78 99 / 0.25) !important;
}
.\!text-cyan-700\/30{
  color: rgb(22 78 99 / 0.3) !important;
}
.\!text-cyan-700\/35{
  color: rgb(22 78 99 / 0.35) !important;
}
.\!text-cyan-700\/40{
  color: rgb(22 78 99 / 0.4) !important;
}
.\!text-cyan-700\/45{
  color: rgb(22 78 99 / 0.45) !important;
}
.\!text-cyan-700\/5{
  color: rgb(22 78 99 / 0.05) !important;
}
.\!text-cyan-700\/50{
  color: rgb(22 78 99 / 0.5) !important;
}
.\!text-cyan-700\/55{
  color: rgb(22 78 99 / 0.55) !important;
}
.\!text-cyan-700\/60{
  color: rgb(22 78 99 / 0.6) !important;
}
.\!text-cyan-700\/65{
  color: rgb(22 78 99 / 0.65) !important;
}
.\!text-cyan-700\/70{
  color: rgb(22 78 99 / 0.7) !important;
}
.\!text-cyan-700\/75{
  color: rgb(22 78 99 / 0.75) !important;
}
.\!text-cyan-700\/80{
  color: rgb(22 78 99 / 0.8) !important;
}
.\!text-cyan-700\/85{
  color: rgb(22 78 99 / 0.85) !important;
}
.\!text-cyan-700\/90{
  color: rgb(22 78 99 / 0.9) !important;
}
.\!text-cyan-700\/95{
  color: rgb(22 78 99 / 0.95) !important;
}
.\!text-cyan-750{
  --tw-text-opacity: 1 !important;
  color: rgb(11 59 77 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-750\/0{
  color: rgb(11 59 77 / 0) !important;
}
.\!text-cyan-750\/10{
  color: rgb(11 59 77 / 0.1) !important;
}
.\!text-cyan-750\/100{
  color: rgb(11 59 77 / 1) !important;
}
.\!text-cyan-750\/15{
  color: rgb(11 59 77 / 0.15) !important;
}
.\!text-cyan-750\/20{
  color: rgb(11 59 77 / 0.2) !important;
}
.\!text-cyan-750\/25{
  color: rgb(11 59 77 / 0.25) !important;
}
.\!text-cyan-750\/30{
  color: rgb(11 59 77 / 0.3) !important;
}
.\!text-cyan-750\/35{
  color: rgb(11 59 77 / 0.35) !important;
}
.\!text-cyan-750\/40{
  color: rgb(11 59 77 / 0.4) !important;
}
.\!text-cyan-750\/45{
  color: rgb(11 59 77 / 0.45) !important;
}
.\!text-cyan-750\/5{
  color: rgb(11 59 77 / 0.05) !important;
}
.\!text-cyan-750\/50{
  color: rgb(11 59 77 / 0.5) !important;
}
.\!text-cyan-750\/55{
  color: rgb(11 59 77 / 0.55) !important;
}
.\!text-cyan-750\/60{
  color: rgb(11 59 77 / 0.6) !important;
}
.\!text-cyan-750\/65{
  color: rgb(11 59 77 / 0.65) !important;
}
.\!text-cyan-750\/70{
  color: rgb(11 59 77 / 0.7) !important;
}
.\!text-cyan-750\/75{
  color: rgb(11 59 77 / 0.75) !important;
}
.\!text-cyan-750\/80{
  color: rgb(11 59 77 / 0.8) !important;
}
.\!text-cyan-750\/85{
  color: rgb(11 59 77 / 0.85) !important;
}
.\!text-cyan-750\/90{
  color: rgb(11 59 77 / 0.9) !important;
}
.\!text-cyan-750\/95{
  color: rgb(11 59 77 / 0.95) !important;
}
.\!text-cyan-800{
  --tw-text-opacity: 1 !important;
  color: rgb(6 48 64 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-800\/0{
  color: rgb(6 48 64 / 0) !important;
}
.\!text-cyan-800\/10{
  color: rgb(6 48 64 / 0.1) !important;
}
.\!text-cyan-800\/100{
  color: rgb(6 48 64 / 1) !important;
}
.\!text-cyan-800\/15{
  color: rgb(6 48 64 / 0.15) !important;
}
.\!text-cyan-800\/20{
  color: rgb(6 48 64 / 0.2) !important;
}
.\!text-cyan-800\/25{
  color: rgb(6 48 64 / 0.25) !important;
}
.\!text-cyan-800\/30{
  color: rgb(6 48 64 / 0.3) !important;
}
.\!text-cyan-800\/35{
  color: rgb(6 48 64 / 0.35) !important;
}
.\!text-cyan-800\/40{
  color: rgb(6 48 64 / 0.4) !important;
}
.\!text-cyan-800\/45{
  color: rgb(6 48 64 / 0.45) !important;
}
.\!text-cyan-800\/5{
  color: rgb(6 48 64 / 0.05) !important;
}
.\!text-cyan-800\/50{
  color: rgb(6 48 64 / 0.5) !important;
}
.\!text-cyan-800\/55{
  color: rgb(6 48 64 / 0.55) !important;
}
.\!text-cyan-800\/60{
  color: rgb(6 48 64 / 0.6) !important;
}
.\!text-cyan-800\/65{
  color: rgb(6 48 64 / 0.65) !important;
}
.\!text-cyan-800\/70{
  color: rgb(6 48 64 / 0.7) !important;
}
.\!text-cyan-800\/75{
  color: rgb(6 48 64 / 0.75) !important;
}
.\!text-cyan-800\/80{
  color: rgb(6 48 64 / 0.8) !important;
}
.\!text-cyan-800\/85{
  color: rgb(6 48 64 / 0.85) !important;
}
.\!text-cyan-800\/90{
  color: rgb(6 48 64 / 0.9) !important;
}
.\!text-cyan-800\/95{
  color: rgb(6 48 64 / 0.95) !important;
}
.\!text-cyan-900{
  --tw-text-opacity: 1 !important;
  color: rgb(3 38 51 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-900\/0{
  color: rgb(3 38 51 / 0) !important;
}
.\!text-cyan-900\/10{
  color: rgb(3 38 51 / 0.1) !important;
}
.\!text-cyan-900\/100{
  color: rgb(3 38 51 / 1) !important;
}
.\!text-cyan-900\/15{
  color: rgb(3 38 51 / 0.15) !important;
}
.\!text-cyan-900\/20{
  color: rgb(3 38 51 / 0.2) !important;
}
.\!text-cyan-900\/25{
  color: rgb(3 38 51 / 0.25) !important;
}
.\!text-cyan-900\/30{
  color: rgb(3 38 51 / 0.3) !important;
}
.\!text-cyan-900\/35{
  color: rgb(3 38 51 / 0.35) !important;
}
.\!text-cyan-900\/40{
  color: rgb(3 38 51 / 0.4) !important;
}
.\!text-cyan-900\/45{
  color: rgb(3 38 51 / 0.45) !important;
}
.\!text-cyan-900\/5{
  color: rgb(3 38 51 / 0.05) !important;
}
.\!text-cyan-900\/50{
  color: rgb(3 38 51 / 0.5) !important;
}
.\!text-cyan-900\/55{
  color: rgb(3 38 51 / 0.55) !important;
}
.\!text-cyan-900\/60{
  color: rgb(3 38 51 / 0.6) !important;
}
.\!text-cyan-900\/65{
  color: rgb(3 38 51 / 0.65) !important;
}
.\!text-cyan-900\/70{
  color: rgb(3 38 51 / 0.7) !important;
}
.\!text-cyan-900\/75{
  color: rgb(3 38 51 / 0.75) !important;
}
.\!text-cyan-900\/80{
  color: rgb(3 38 51 / 0.8) !important;
}
.\!text-cyan-900\/85{
  color: rgb(3 38 51 / 0.85) !important;
}
.\!text-cyan-900\/90{
  color: rgb(3 38 51 / 0.9) !important;
}
.\!text-cyan-900\/95{
  color: rgb(3 38 51 / 0.95) !important;
}
.\!text-cyan-950{
  --tw-text-opacity: 1 !important;
  color: rgb(8 51 68 / var(--tw-text-opacity)) !important;
}
.\!text-cyan-950\/0{
  color: rgb(8 51 68 / 0) !important;
}
.\!text-cyan-950\/10{
  color: rgb(8 51 68 / 0.1) !important;
}
.\!text-cyan-950\/100{
  color: rgb(8 51 68 / 1) !important;
}
.\!text-cyan-950\/15{
  color: rgb(8 51 68 / 0.15) !important;
}
.\!text-cyan-950\/20{
  color: rgb(8 51 68 / 0.2) !important;
}
.\!text-cyan-950\/25{
  color: rgb(8 51 68 / 0.25) !important;
}
.\!text-cyan-950\/30{
  color: rgb(8 51 68 / 0.3) !important;
}
.\!text-cyan-950\/35{
  color: rgb(8 51 68 / 0.35) !important;
}
.\!text-cyan-950\/40{
  color: rgb(8 51 68 / 0.4) !important;
}
.\!text-cyan-950\/45{
  color: rgb(8 51 68 / 0.45) !important;
}
.\!text-cyan-950\/5{
  color: rgb(8 51 68 / 0.05) !important;
}
.\!text-cyan-950\/50{
  color: rgb(8 51 68 / 0.5) !important;
}
.\!text-cyan-950\/55{
  color: rgb(8 51 68 / 0.55) !important;
}
.\!text-cyan-950\/60{
  color: rgb(8 51 68 / 0.6) !important;
}
.\!text-cyan-950\/65{
  color: rgb(8 51 68 / 0.65) !important;
}
.\!text-cyan-950\/70{
  color: rgb(8 51 68 / 0.7) !important;
}
.\!text-cyan-950\/75{
  color: rgb(8 51 68 / 0.75) !important;
}
.\!text-cyan-950\/80{
  color: rgb(8 51 68 / 0.8) !important;
}
.\!text-cyan-950\/85{
  color: rgb(8 51 68 / 0.85) !important;
}
.\!text-cyan-950\/90{
  color: rgb(8 51 68 / 0.9) !important;
}
.\!text-cyan-950\/95{
  color: rgb(8 51 68 / 0.95) !important;
}
.\!text-emerald-100{
  --tw-text-opacity: 1 !important;
  color: rgb(236 253 245 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-100\/0{
  color: rgb(236 253 245 / 0) !important;
}
.\!text-emerald-100\/10{
  color: rgb(236 253 245 / 0.1) !important;
}
.\!text-emerald-100\/100{
  color: rgb(236 253 245 / 1) !important;
}
.\!text-emerald-100\/15{
  color: rgb(236 253 245 / 0.15) !important;
}
.\!text-emerald-100\/20{
  color: rgb(236 253 245 / 0.2) !important;
}
.\!text-emerald-100\/25{
  color: rgb(236 253 245 / 0.25) !important;
}
.\!text-emerald-100\/30{
  color: rgb(236 253 245 / 0.3) !important;
}
.\!text-emerald-100\/35{
  color: rgb(236 253 245 / 0.35) !important;
}
.\!text-emerald-100\/40{
  color: rgb(236 253 245 / 0.4) !important;
}
.\!text-emerald-100\/45{
  color: rgb(236 253 245 / 0.45) !important;
}
.\!text-emerald-100\/5{
  color: rgb(236 253 245 / 0.05) !important;
}
.\!text-emerald-100\/50{
  color: rgb(236 253 245 / 0.5) !important;
}
.\!text-emerald-100\/55{
  color: rgb(236 253 245 / 0.55) !important;
}
.\!text-emerald-100\/60{
  color: rgb(236 253 245 / 0.6) !important;
}
.\!text-emerald-100\/65{
  color: rgb(236 253 245 / 0.65) !important;
}
.\!text-emerald-100\/70{
  color: rgb(236 253 245 / 0.7) !important;
}
.\!text-emerald-100\/75{
  color: rgb(236 253 245 / 0.75) !important;
}
.\!text-emerald-100\/80{
  color: rgb(236 253 245 / 0.8) !important;
}
.\!text-emerald-100\/85{
  color: rgb(236 253 245 / 0.85) !important;
}
.\!text-emerald-100\/90{
  color: rgb(236 253 245 / 0.9) !important;
}
.\!text-emerald-100\/95{
  color: rgb(236 253 245 / 0.95) !important;
}
.\!text-emerald-200{
  --tw-text-opacity: 1 !important;
  color: rgb(209 250 229 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-200\/0{
  color: rgb(209 250 229 / 0) !important;
}
.\!text-emerald-200\/10{
  color: rgb(209 250 229 / 0.1) !important;
}
.\!text-emerald-200\/100{
  color: rgb(209 250 229 / 1) !important;
}
.\!text-emerald-200\/15{
  color: rgb(209 250 229 / 0.15) !important;
}
.\!text-emerald-200\/20{
  color: rgb(209 250 229 / 0.2) !important;
}
.\!text-emerald-200\/25{
  color: rgb(209 250 229 / 0.25) !important;
}
.\!text-emerald-200\/30{
  color: rgb(209 250 229 / 0.3) !important;
}
.\!text-emerald-200\/35{
  color: rgb(209 250 229 / 0.35) !important;
}
.\!text-emerald-200\/40{
  color: rgb(209 250 229 / 0.4) !important;
}
.\!text-emerald-200\/45{
  color: rgb(209 250 229 / 0.45) !important;
}
.\!text-emerald-200\/5{
  color: rgb(209 250 229 / 0.05) !important;
}
.\!text-emerald-200\/50{
  color: rgb(209 250 229 / 0.5) !important;
}
.\!text-emerald-200\/55{
  color: rgb(209 250 229 / 0.55) !important;
}
.\!text-emerald-200\/60{
  color: rgb(209 250 229 / 0.6) !important;
}
.\!text-emerald-200\/65{
  color: rgb(209 250 229 / 0.65) !important;
}
.\!text-emerald-200\/70{
  color: rgb(209 250 229 / 0.7) !important;
}
.\!text-emerald-200\/75{
  color: rgb(209 250 229 / 0.75) !important;
}
.\!text-emerald-200\/80{
  color: rgb(209 250 229 / 0.8) !important;
}
.\!text-emerald-200\/85{
  color: rgb(209 250 229 / 0.85) !important;
}
.\!text-emerald-200\/90{
  color: rgb(209 250 229 / 0.9) !important;
}
.\!text-emerald-200\/95{
  color: rgb(209 250 229 / 0.95) !important;
}
.\!text-emerald-300{
  --tw-text-opacity: 1 !important;
  color: rgb(167 243 208 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-300\/0{
  color: rgb(167 243 208 / 0) !important;
}
.\!text-emerald-300\/10{
  color: rgb(167 243 208 / 0.1) !important;
}
.\!text-emerald-300\/100{
  color: rgb(167 243 208 / 1) !important;
}
.\!text-emerald-300\/15{
  color: rgb(167 243 208 / 0.15) !important;
}
.\!text-emerald-300\/20{
  color: rgb(167 243 208 / 0.2) !important;
}
.\!text-emerald-300\/25{
  color: rgb(167 243 208 / 0.25) !important;
}
.\!text-emerald-300\/30{
  color: rgb(167 243 208 / 0.3) !important;
}
.\!text-emerald-300\/35{
  color: rgb(167 243 208 / 0.35) !important;
}
.\!text-emerald-300\/40{
  color: rgb(167 243 208 / 0.4) !important;
}
.\!text-emerald-300\/45{
  color: rgb(167 243 208 / 0.45) !important;
}
.\!text-emerald-300\/5{
  color: rgb(167 243 208 / 0.05) !important;
}
.\!text-emerald-300\/50{
  color: rgb(167 243 208 / 0.5) !important;
}
.\!text-emerald-300\/55{
  color: rgb(167 243 208 / 0.55) !important;
}
.\!text-emerald-300\/60{
  color: rgb(167 243 208 / 0.6) !important;
}
.\!text-emerald-300\/65{
  color: rgb(167 243 208 / 0.65) !important;
}
.\!text-emerald-300\/70{
  color: rgb(167 243 208 / 0.7) !important;
}
.\!text-emerald-300\/75{
  color: rgb(167 243 208 / 0.75) !important;
}
.\!text-emerald-300\/80{
  color: rgb(167 243 208 / 0.8) !important;
}
.\!text-emerald-300\/85{
  color: rgb(167 243 208 / 0.85) !important;
}
.\!text-emerald-300\/90{
  color: rgb(167 243 208 / 0.9) !important;
}
.\!text-emerald-300\/95{
  color: rgb(167 243 208 / 0.95) !important;
}
.\!text-emerald-350{
  --tw-text-opacity: 1 !important;
  color: rgb(110 231 183 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-350\/0{
  color: rgb(110 231 183 / 0) !important;
}
.\!text-emerald-350\/10{
  color: rgb(110 231 183 / 0.1) !important;
}
.\!text-emerald-350\/100{
  color: rgb(110 231 183 / 1) !important;
}
.\!text-emerald-350\/15{
  color: rgb(110 231 183 / 0.15) !important;
}
.\!text-emerald-350\/20{
  color: rgb(110 231 183 / 0.2) !important;
}
.\!text-emerald-350\/25{
  color: rgb(110 231 183 / 0.25) !important;
}
.\!text-emerald-350\/30{
  color: rgb(110 231 183 / 0.3) !important;
}
.\!text-emerald-350\/35{
  color: rgb(110 231 183 / 0.35) !important;
}
.\!text-emerald-350\/40{
  color: rgb(110 231 183 / 0.4) !important;
}
.\!text-emerald-350\/45{
  color: rgb(110 231 183 / 0.45) !important;
}
.\!text-emerald-350\/5{
  color: rgb(110 231 183 / 0.05) !important;
}
.\!text-emerald-350\/50{
  color: rgb(110 231 183 / 0.5) !important;
}
.\!text-emerald-350\/55{
  color: rgb(110 231 183 / 0.55) !important;
}
.\!text-emerald-350\/60{
  color: rgb(110 231 183 / 0.6) !important;
}
.\!text-emerald-350\/65{
  color: rgb(110 231 183 / 0.65) !important;
}
.\!text-emerald-350\/70{
  color: rgb(110 231 183 / 0.7) !important;
}
.\!text-emerald-350\/75{
  color: rgb(110 231 183 / 0.75) !important;
}
.\!text-emerald-350\/80{
  color: rgb(110 231 183 / 0.8) !important;
}
.\!text-emerald-350\/85{
  color: rgb(110 231 183 / 0.85) !important;
}
.\!text-emerald-350\/90{
  color: rgb(110 231 183 / 0.9) !important;
}
.\!text-emerald-350\/95{
  color: rgb(110 231 183 / 0.95) !important;
}
.\!text-emerald-400{
  --tw-text-opacity: 1 !important;
  color: rgb(52 211 153 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-400\/0{
  color: rgb(52 211 153 / 0) !important;
}
.\!text-emerald-400\/10{
  color: rgb(52 211 153 / 0.1) !important;
}
.\!text-emerald-400\/100{
  color: rgb(52 211 153 / 1) !important;
}
.\!text-emerald-400\/15{
  color: rgb(52 211 153 / 0.15) !important;
}
.\!text-emerald-400\/20{
  color: rgb(52 211 153 / 0.2) !important;
}
.\!text-emerald-400\/25{
  color: rgb(52 211 153 / 0.25) !important;
}
.\!text-emerald-400\/30{
  color: rgb(52 211 153 / 0.3) !important;
}
.\!text-emerald-400\/35{
  color: rgb(52 211 153 / 0.35) !important;
}
.\!text-emerald-400\/40{
  color: rgb(52 211 153 / 0.4) !important;
}
.\!text-emerald-400\/45{
  color: rgb(52 211 153 / 0.45) !important;
}
.\!text-emerald-400\/5{
  color: rgb(52 211 153 / 0.05) !important;
}
.\!text-emerald-400\/50{
  color: rgb(52 211 153 / 0.5) !important;
}
.\!text-emerald-400\/55{
  color: rgb(52 211 153 / 0.55) !important;
}
.\!text-emerald-400\/60{
  color: rgb(52 211 153 / 0.6) !important;
}
.\!text-emerald-400\/65{
  color: rgb(52 211 153 / 0.65) !important;
}
.\!text-emerald-400\/70{
  color: rgb(52 211 153 / 0.7) !important;
}
.\!text-emerald-400\/75{
  color: rgb(52 211 153 / 0.75) !important;
}
.\!text-emerald-400\/80{
  color: rgb(52 211 153 / 0.8) !important;
}
.\!text-emerald-400\/85{
  color: rgb(52 211 153 / 0.85) !important;
}
.\!text-emerald-400\/90{
  color: rgb(52 211 153 / 0.9) !important;
}
.\!text-emerald-400\/95{
  color: rgb(52 211 153 / 0.95) !important;
}
.\!text-emerald-450{
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-450\/0{
  color: rgb(16 185 129 / 0) !important;
}
.\!text-emerald-450\/10{
  color: rgb(16 185 129 / 0.1) !important;
}
.\!text-emerald-450\/100{
  color: rgb(16 185 129 / 1) !important;
}
.\!text-emerald-450\/15{
  color: rgb(16 185 129 / 0.15) !important;
}
.\!text-emerald-450\/20{
  color: rgb(16 185 129 / 0.2) !important;
}
.\!text-emerald-450\/25{
  color: rgb(16 185 129 / 0.25) !important;
}
.\!text-emerald-450\/30{
  color: rgb(16 185 129 / 0.3) !important;
}
.\!text-emerald-450\/35{
  color: rgb(16 185 129 / 0.35) !important;
}
.\!text-emerald-450\/40{
  color: rgb(16 185 129 / 0.4) !important;
}
.\!text-emerald-450\/45{
  color: rgb(16 185 129 / 0.45) !important;
}
.\!text-emerald-450\/5{
  color: rgb(16 185 129 / 0.05) !important;
}
.\!text-emerald-450\/50{
  color: rgb(16 185 129 / 0.5) !important;
}
.\!text-emerald-450\/55{
  color: rgb(16 185 129 / 0.55) !important;
}
.\!text-emerald-450\/60{
  color: rgb(16 185 129 / 0.6) !important;
}
.\!text-emerald-450\/65{
  color: rgb(16 185 129 / 0.65) !important;
}
.\!text-emerald-450\/70{
  color: rgb(16 185 129 / 0.7) !important;
}
.\!text-emerald-450\/75{
  color: rgb(16 185 129 / 0.75) !important;
}
.\!text-emerald-450\/80{
  color: rgb(16 185 129 / 0.8) !important;
}
.\!text-emerald-450\/85{
  color: rgb(16 185 129 / 0.85) !important;
}
.\!text-emerald-450\/90{
  color: rgb(16 185 129 / 0.9) !important;
}
.\!text-emerald-450\/95{
  color: rgb(16 185 129 / 0.95) !important;
}
.\!text-emerald-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 255 253 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-50\/0{
  color: rgb(250 255 253 / 0) !important;
}
.\!text-emerald-50\/10{
  color: rgb(250 255 253 / 0.1) !important;
}
.\!text-emerald-50\/100{
  color: rgb(250 255 253 / 1) !important;
}
.\!text-emerald-50\/15{
  color: rgb(250 255 253 / 0.15) !important;
}
.\!text-emerald-50\/20{
  color: rgb(250 255 253 / 0.2) !important;
}
.\!text-emerald-50\/25{
  color: rgb(250 255 253 / 0.25) !important;
}
.\!text-emerald-50\/30{
  color: rgb(250 255 253 / 0.3) !important;
}
.\!text-emerald-50\/35{
  color: rgb(250 255 253 / 0.35) !important;
}
.\!text-emerald-50\/40{
  color: rgb(250 255 253 / 0.4) !important;
}
.\!text-emerald-50\/45{
  color: rgb(250 255 253 / 0.45) !important;
}
.\!text-emerald-50\/5{
  color: rgb(250 255 253 / 0.05) !important;
}
.\!text-emerald-50\/50{
  color: rgb(250 255 253 / 0.5) !important;
}
.\!text-emerald-50\/55{
  color: rgb(250 255 253 / 0.55) !important;
}
.\!text-emerald-50\/60{
  color: rgb(250 255 253 / 0.6) !important;
}
.\!text-emerald-50\/65{
  color: rgb(250 255 253 / 0.65) !important;
}
.\!text-emerald-50\/70{
  color: rgb(250 255 253 / 0.7) !important;
}
.\!text-emerald-50\/75{
  color: rgb(250 255 253 / 0.75) !important;
}
.\!text-emerald-50\/80{
  color: rgb(250 255 253 / 0.8) !important;
}
.\!text-emerald-50\/85{
  color: rgb(250 255 253 / 0.85) !important;
}
.\!text-emerald-50\/90{
  color: rgb(250 255 253 / 0.9) !important;
}
.\!text-emerald-50\/95{
  color: rgb(250 255 253 / 0.95) !important;
}
.\!text-emerald-500{
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-500\/0{
  color: rgb(5 150 105 / 0) !important;
}
.\!text-emerald-500\/10{
  color: rgb(5 150 105 / 0.1) !important;
}
.\!text-emerald-500\/100{
  color: rgb(5 150 105 / 1) !important;
}
.\!text-emerald-500\/15{
  color: rgb(5 150 105 / 0.15) !important;
}
.\!text-emerald-500\/20{
  color: rgb(5 150 105 / 0.2) !important;
}
.\!text-emerald-500\/25{
  color: rgb(5 150 105 / 0.25) !important;
}
.\!text-emerald-500\/30{
  color: rgb(5 150 105 / 0.3) !important;
}
.\!text-emerald-500\/35{
  color: rgb(5 150 105 / 0.35) !important;
}
.\!text-emerald-500\/40{
  color: rgb(5 150 105 / 0.4) !important;
}
.\!text-emerald-500\/45{
  color: rgb(5 150 105 / 0.45) !important;
}
.\!text-emerald-500\/5{
  color: rgb(5 150 105 / 0.05) !important;
}
.\!text-emerald-500\/50{
  color: rgb(5 150 105 / 0.5) !important;
}
.\!text-emerald-500\/55{
  color: rgb(5 150 105 / 0.55) !important;
}
.\!text-emerald-500\/60{
  color: rgb(5 150 105 / 0.6) !important;
}
.\!text-emerald-500\/65{
  color: rgb(5 150 105 / 0.65) !important;
}
.\!text-emerald-500\/70{
  color: rgb(5 150 105 / 0.7) !important;
}
.\!text-emerald-500\/75{
  color: rgb(5 150 105 / 0.75) !important;
}
.\!text-emerald-500\/80{
  color: rgb(5 150 105 / 0.8) !important;
}
.\!text-emerald-500\/85{
  color: rgb(5 150 105 / 0.85) !important;
}
.\!text-emerald-500\/90{
  color: rgb(5 150 105 / 0.9) !important;
}
.\!text-emerald-500\/95{
  color: rgb(5 150 105 / 0.95) !important;
}
.\!text-emerald-600{
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-600\/0{
  color: rgb(4 120 87 / 0) !important;
}
.\!text-emerald-600\/10{
  color: rgb(4 120 87 / 0.1) !important;
}
.\!text-emerald-600\/100{
  color: rgb(4 120 87 / 1) !important;
}
.\!text-emerald-600\/15{
  color: rgb(4 120 87 / 0.15) !important;
}
.\!text-emerald-600\/20{
  color: rgb(4 120 87 / 0.2) !important;
}
.\!text-emerald-600\/25{
  color: rgb(4 120 87 / 0.25) !important;
}
.\!text-emerald-600\/30{
  color: rgb(4 120 87 / 0.3) !important;
}
.\!text-emerald-600\/35{
  color: rgb(4 120 87 / 0.35) !important;
}
.\!text-emerald-600\/40{
  color: rgb(4 120 87 / 0.4) !important;
}
.\!text-emerald-600\/45{
  color: rgb(4 120 87 / 0.45) !important;
}
.\!text-emerald-600\/5{
  color: rgb(4 120 87 / 0.05) !important;
}
.\!text-emerald-600\/50{
  color: rgb(4 120 87 / 0.5) !important;
}
.\!text-emerald-600\/55{
  color: rgb(4 120 87 / 0.55) !important;
}
.\!text-emerald-600\/60{
  color: rgb(4 120 87 / 0.6) !important;
}
.\!text-emerald-600\/65{
  color: rgb(4 120 87 / 0.65) !important;
}
.\!text-emerald-600\/70{
  color: rgb(4 120 87 / 0.7) !important;
}
.\!text-emerald-600\/75{
  color: rgb(4 120 87 / 0.75) !important;
}
.\!text-emerald-600\/80{
  color: rgb(4 120 87 / 0.8) !important;
}
.\!text-emerald-600\/85{
  color: rgb(4 120 87 / 0.85) !important;
}
.\!text-emerald-600\/90{
  color: rgb(4 120 87 / 0.9) !important;
}
.\!text-emerald-600\/95{
  color: rgb(4 120 87 / 0.95) !important;
}
.\!text-emerald-650{
  --tw-text-opacity: 1 !important;
  color: rgb(6 95 70 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-650\/0{
  color: rgb(6 95 70 / 0) !important;
}
.\!text-emerald-650\/10{
  color: rgb(6 95 70 / 0.1) !important;
}
.\!text-emerald-650\/100{
  color: rgb(6 95 70 / 1) !important;
}
.\!text-emerald-650\/15{
  color: rgb(6 95 70 / 0.15) !important;
}
.\!text-emerald-650\/20{
  color: rgb(6 95 70 / 0.2) !important;
}
.\!text-emerald-650\/25{
  color: rgb(6 95 70 / 0.25) !important;
}
.\!text-emerald-650\/30{
  color: rgb(6 95 70 / 0.3) !important;
}
.\!text-emerald-650\/35{
  color: rgb(6 95 70 / 0.35) !important;
}
.\!text-emerald-650\/40{
  color: rgb(6 95 70 / 0.4) !important;
}
.\!text-emerald-650\/45{
  color: rgb(6 95 70 / 0.45) !important;
}
.\!text-emerald-650\/5{
  color: rgb(6 95 70 / 0.05) !important;
}
.\!text-emerald-650\/50{
  color: rgb(6 95 70 / 0.5) !important;
}
.\!text-emerald-650\/55{
  color: rgb(6 95 70 / 0.55) !important;
}
.\!text-emerald-650\/60{
  color: rgb(6 95 70 / 0.6) !important;
}
.\!text-emerald-650\/65{
  color: rgb(6 95 70 / 0.65) !important;
}
.\!text-emerald-650\/70{
  color: rgb(6 95 70 / 0.7) !important;
}
.\!text-emerald-650\/75{
  color: rgb(6 95 70 / 0.75) !important;
}
.\!text-emerald-650\/80{
  color: rgb(6 95 70 / 0.8) !important;
}
.\!text-emerald-650\/85{
  color: rgb(6 95 70 / 0.85) !important;
}
.\!text-emerald-650\/90{
  color: rgb(6 95 70 / 0.9) !important;
}
.\!text-emerald-650\/95{
  color: rgb(6 95 70 / 0.95) !important;
}
.\!text-emerald-700{
  --tw-text-opacity: 1 !important;
  color: rgb(6 78 59 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-700\/0{
  color: rgb(6 78 59 / 0) !important;
}
.\!text-emerald-700\/10{
  color: rgb(6 78 59 / 0.1) !important;
}
.\!text-emerald-700\/100{
  color: rgb(6 78 59 / 1) !important;
}
.\!text-emerald-700\/15{
  color: rgb(6 78 59 / 0.15) !important;
}
.\!text-emerald-700\/20{
  color: rgb(6 78 59 / 0.2) !important;
}
.\!text-emerald-700\/25{
  color: rgb(6 78 59 / 0.25) !important;
}
.\!text-emerald-700\/30{
  color: rgb(6 78 59 / 0.3) !important;
}
.\!text-emerald-700\/35{
  color: rgb(6 78 59 / 0.35) !important;
}
.\!text-emerald-700\/40{
  color: rgb(6 78 59 / 0.4) !important;
}
.\!text-emerald-700\/45{
  color: rgb(6 78 59 / 0.45) !important;
}
.\!text-emerald-700\/5{
  color: rgb(6 78 59 / 0.05) !important;
}
.\!text-emerald-700\/50{
  color: rgb(6 78 59 / 0.5) !important;
}
.\!text-emerald-700\/55{
  color: rgb(6 78 59 / 0.55) !important;
}
.\!text-emerald-700\/60{
  color: rgb(6 78 59 / 0.6) !important;
}
.\!text-emerald-700\/65{
  color: rgb(6 78 59 / 0.65) !important;
}
.\!text-emerald-700\/70{
  color: rgb(6 78 59 / 0.7) !important;
}
.\!text-emerald-700\/75{
  color: rgb(6 78 59 / 0.75) !important;
}
.\!text-emerald-700\/80{
  color: rgb(6 78 59 / 0.8) !important;
}
.\!text-emerald-700\/85{
  color: rgb(6 78 59 / 0.85) !important;
}
.\!text-emerald-700\/90{
  color: rgb(6 78 59 / 0.9) !important;
}
.\!text-emerald-700\/95{
  color: rgb(6 78 59 / 0.95) !important;
}
.\!text-emerald-750{
  --tw-text-opacity: 1 !important;
  color: rgb(4 64 48 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-750\/0{
  color: rgb(4 64 48 / 0) !important;
}
.\!text-emerald-750\/10{
  color: rgb(4 64 48 / 0.1) !important;
}
.\!text-emerald-750\/100{
  color: rgb(4 64 48 / 1) !important;
}
.\!text-emerald-750\/15{
  color: rgb(4 64 48 / 0.15) !important;
}
.\!text-emerald-750\/20{
  color: rgb(4 64 48 / 0.2) !important;
}
.\!text-emerald-750\/25{
  color: rgb(4 64 48 / 0.25) !important;
}
.\!text-emerald-750\/30{
  color: rgb(4 64 48 / 0.3) !important;
}
.\!text-emerald-750\/35{
  color: rgb(4 64 48 / 0.35) !important;
}
.\!text-emerald-750\/40{
  color: rgb(4 64 48 / 0.4) !important;
}
.\!text-emerald-750\/45{
  color: rgb(4 64 48 / 0.45) !important;
}
.\!text-emerald-750\/5{
  color: rgb(4 64 48 / 0.05) !important;
}
.\!text-emerald-750\/50{
  color: rgb(4 64 48 / 0.5) !important;
}
.\!text-emerald-750\/55{
  color: rgb(4 64 48 / 0.55) !important;
}
.\!text-emerald-750\/60{
  color: rgb(4 64 48 / 0.6) !important;
}
.\!text-emerald-750\/65{
  color: rgb(4 64 48 / 0.65) !important;
}
.\!text-emerald-750\/70{
  color: rgb(4 64 48 / 0.7) !important;
}
.\!text-emerald-750\/75{
  color: rgb(4 64 48 / 0.75) !important;
}
.\!text-emerald-750\/80{
  color: rgb(4 64 48 / 0.8) !important;
}
.\!text-emerald-750\/85{
  color: rgb(4 64 48 / 0.85) !important;
}
.\!text-emerald-750\/90{
  color: rgb(4 64 48 / 0.9) !important;
}
.\!text-emerald-750\/95{
  color: rgb(4 64 48 / 0.95) !important;
}
.\!text-emerald-800{
  --tw-text-opacity: 1 !important;
  color: rgb(2 51 38 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-800\/0{
  color: rgb(2 51 38 / 0) !important;
}
.\!text-emerald-800\/10{
  color: rgb(2 51 38 / 0.1) !important;
}
.\!text-emerald-800\/100{
  color: rgb(2 51 38 / 1) !important;
}
.\!text-emerald-800\/15{
  color: rgb(2 51 38 / 0.15) !important;
}
.\!text-emerald-800\/20{
  color: rgb(2 51 38 / 0.2) !important;
}
.\!text-emerald-800\/25{
  color: rgb(2 51 38 / 0.25) !important;
}
.\!text-emerald-800\/30{
  color: rgb(2 51 38 / 0.3) !important;
}
.\!text-emerald-800\/35{
  color: rgb(2 51 38 / 0.35) !important;
}
.\!text-emerald-800\/40{
  color: rgb(2 51 38 / 0.4) !important;
}
.\!text-emerald-800\/45{
  color: rgb(2 51 38 / 0.45) !important;
}
.\!text-emerald-800\/5{
  color: rgb(2 51 38 / 0.05) !important;
}
.\!text-emerald-800\/50{
  color: rgb(2 51 38 / 0.5) !important;
}
.\!text-emerald-800\/55{
  color: rgb(2 51 38 / 0.55) !important;
}
.\!text-emerald-800\/60{
  color: rgb(2 51 38 / 0.6) !important;
}
.\!text-emerald-800\/65{
  color: rgb(2 51 38 / 0.65) !important;
}
.\!text-emerald-800\/70{
  color: rgb(2 51 38 / 0.7) !important;
}
.\!text-emerald-800\/75{
  color: rgb(2 51 38 / 0.75) !important;
}
.\!text-emerald-800\/80{
  color: rgb(2 51 38 / 0.8) !important;
}
.\!text-emerald-800\/85{
  color: rgb(2 51 38 / 0.85) !important;
}
.\!text-emerald-800\/90{
  color: rgb(2 51 38 / 0.9) !important;
}
.\!text-emerald-800\/95{
  color: rgb(2 51 38 / 0.95) !important;
}
.\!text-emerald-900{
  --tw-text-opacity: 1 !important;
  color: rgb(0 38 28 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-900\/0{
  color: rgb(0 38 28 / 0) !important;
}
.\!text-emerald-900\/10{
  color: rgb(0 38 28 / 0.1) !important;
}
.\!text-emerald-900\/100{
  color: rgb(0 38 28 / 1) !important;
}
.\!text-emerald-900\/15{
  color: rgb(0 38 28 / 0.15) !important;
}
.\!text-emerald-900\/20{
  color: rgb(0 38 28 / 0.2) !important;
}
.\!text-emerald-900\/25{
  color: rgb(0 38 28 / 0.25) !important;
}
.\!text-emerald-900\/30{
  color: rgb(0 38 28 / 0.3) !important;
}
.\!text-emerald-900\/35{
  color: rgb(0 38 28 / 0.35) !important;
}
.\!text-emerald-900\/40{
  color: rgb(0 38 28 / 0.4) !important;
}
.\!text-emerald-900\/45{
  color: rgb(0 38 28 / 0.45) !important;
}
.\!text-emerald-900\/5{
  color: rgb(0 38 28 / 0.05) !important;
}
.\!text-emerald-900\/50{
  color: rgb(0 38 28 / 0.5) !important;
}
.\!text-emerald-900\/55{
  color: rgb(0 38 28 / 0.55) !important;
}
.\!text-emerald-900\/60{
  color: rgb(0 38 28 / 0.6) !important;
}
.\!text-emerald-900\/65{
  color: rgb(0 38 28 / 0.65) !important;
}
.\!text-emerald-900\/70{
  color: rgb(0 38 28 / 0.7) !important;
}
.\!text-emerald-900\/75{
  color: rgb(0 38 28 / 0.75) !important;
}
.\!text-emerald-900\/80{
  color: rgb(0 38 28 / 0.8) !important;
}
.\!text-emerald-900\/85{
  color: rgb(0 38 28 / 0.85) !important;
}
.\!text-emerald-900\/90{
  color: rgb(0 38 28 / 0.9) !important;
}
.\!text-emerald-900\/95{
  color: rgb(0 38 28 / 0.95) !important;
}
.\!text-emerald-950{
  --tw-text-opacity: 1 !important;
  color: rgb(2 44 34 / var(--tw-text-opacity)) !important;
}
.\!text-emerald-950\/0{
  color: rgb(2 44 34 / 0) !important;
}
.\!text-emerald-950\/10{
  color: rgb(2 44 34 / 0.1) !important;
}
.\!text-emerald-950\/100{
  color: rgb(2 44 34 / 1) !important;
}
.\!text-emerald-950\/15{
  color: rgb(2 44 34 / 0.15) !important;
}
.\!text-emerald-950\/20{
  color: rgb(2 44 34 / 0.2) !important;
}
.\!text-emerald-950\/25{
  color: rgb(2 44 34 / 0.25) !important;
}
.\!text-emerald-950\/30{
  color: rgb(2 44 34 / 0.3) !important;
}
.\!text-emerald-950\/35{
  color: rgb(2 44 34 / 0.35) !important;
}
.\!text-emerald-950\/40{
  color: rgb(2 44 34 / 0.4) !important;
}
.\!text-emerald-950\/45{
  color: rgb(2 44 34 / 0.45) !important;
}
.\!text-emerald-950\/5{
  color: rgb(2 44 34 / 0.05) !important;
}
.\!text-emerald-950\/50{
  color: rgb(2 44 34 / 0.5) !important;
}
.\!text-emerald-950\/55{
  color: rgb(2 44 34 / 0.55) !important;
}
.\!text-emerald-950\/60{
  color: rgb(2 44 34 / 0.6) !important;
}
.\!text-emerald-950\/65{
  color: rgb(2 44 34 / 0.65) !important;
}
.\!text-emerald-950\/70{
  color: rgb(2 44 34 / 0.7) !important;
}
.\!text-emerald-950\/75{
  color: rgb(2 44 34 / 0.75) !important;
}
.\!text-emerald-950\/80{
  color: rgb(2 44 34 / 0.8) !important;
}
.\!text-emerald-950\/85{
  color: rgb(2 44 34 / 0.85) !important;
}
.\!text-emerald-950\/90{
  color: rgb(2 44 34 / 0.9) !important;
}
.\!text-emerald-950\/95{
  color: rgb(2 44 34 / 0.95) !important;
}
.\!text-error-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 248 247 / var(--tw-text-opacity)) !important;
}
.\!text-error-100\/0{
  color: rgb(254 248 247 / 0) !important;
}
.\!text-error-100\/10{
  color: rgb(254 248 247 / 0.1) !important;
}
.\!text-error-100\/100{
  color: rgb(254 248 247 / 1) !important;
}
.\!text-error-100\/15{
  color: rgb(254 248 247 / 0.15) !important;
}
.\!text-error-100\/20{
  color: rgb(254 248 247 / 0.2) !important;
}
.\!text-error-100\/25{
  color: rgb(254 248 247 / 0.25) !important;
}
.\!text-error-100\/30{
  color: rgb(254 248 247 / 0.3) !important;
}
.\!text-error-100\/35{
  color: rgb(254 248 247 / 0.35) !important;
}
.\!text-error-100\/40{
  color: rgb(254 248 247 / 0.4) !important;
}
.\!text-error-100\/45{
  color: rgb(254 248 247 / 0.45) !important;
}
.\!text-error-100\/5{
  color: rgb(254 248 247 / 0.05) !important;
}
.\!text-error-100\/50{
  color: rgb(254 248 247 / 0.5) !important;
}
.\!text-error-100\/55{
  color: rgb(254 248 247 / 0.55) !important;
}
.\!text-error-100\/60{
  color: rgb(254 248 247 / 0.6) !important;
}
.\!text-error-100\/65{
  color: rgb(254 248 247 / 0.65) !important;
}
.\!text-error-100\/70{
  color: rgb(254 248 247 / 0.7) !important;
}
.\!text-error-100\/75{
  color: rgb(254 248 247 / 0.75) !important;
}
.\!text-error-100\/80{
  color: rgb(254 248 247 / 0.8) !important;
}
.\!text-error-100\/85{
  color: rgb(254 248 247 / 0.85) !important;
}
.\!text-error-100\/90{
  color: rgb(254 248 247 / 0.9) !important;
}
.\!text-error-100\/95{
  color: rgb(254 248 247 / 0.95) !important;
}
.\!text-error-200{
  --tw-text-opacity: 1 !important;
  color: rgb(252 239 235 / var(--tw-text-opacity)) !important;
}
.\!text-error-200\/0{
  color: rgb(252 239 235 / 0) !important;
}
.\!text-error-200\/10{
  color: rgb(252 239 235 / 0.1) !important;
}
.\!text-error-200\/100{
  color: rgb(252 239 235 / 1) !important;
}
.\!text-error-200\/15{
  color: rgb(252 239 235 / 0.15) !important;
}
.\!text-error-200\/20{
  color: rgb(252 239 235 / 0.2) !important;
}
.\!text-error-200\/25{
  color: rgb(252 239 235 / 0.25) !important;
}
.\!text-error-200\/30{
  color: rgb(252 239 235 / 0.3) !important;
}
.\!text-error-200\/35{
  color: rgb(252 239 235 / 0.35) !important;
}
.\!text-error-200\/40{
  color: rgb(252 239 235 / 0.4) !important;
}
.\!text-error-200\/45{
  color: rgb(252 239 235 / 0.45) !important;
}
.\!text-error-200\/5{
  color: rgb(252 239 235 / 0.05) !important;
}
.\!text-error-200\/50{
  color: rgb(252 239 235 / 0.5) !important;
}
.\!text-error-200\/55{
  color: rgb(252 239 235 / 0.55) !important;
}
.\!text-error-200\/60{
  color: rgb(252 239 235 / 0.6) !important;
}
.\!text-error-200\/65{
  color: rgb(252 239 235 / 0.65) !important;
}
.\!text-error-200\/70{
  color: rgb(252 239 235 / 0.7) !important;
}
.\!text-error-200\/75{
  color: rgb(252 239 235 / 0.75) !important;
}
.\!text-error-200\/80{
  color: rgb(252 239 235 / 0.8) !important;
}
.\!text-error-200\/85{
  color: rgb(252 239 235 / 0.85) !important;
}
.\!text-error-200\/90{
  color: rgb(252 239 235 / 0.9) !important;
}
.\!text-error-200\/95{
  color: rgb(252 239 235 / 0.95) !important;
}
.\!text-error-300{
  --tw-text-opacity: 1 !important;
  color: rgb(250 219 215 / var(--tw-text-opacity)) !important;
}
.\!text-error-300\/0{
  color: rgb(250 219 215 / 0) !important;
}
.\!text-error-300\/10{
  color: rgb(250 219 215 / 0.1) !important;
}
.\!text-error-300\/100{
  color: rgb(250 219 215 / 1) !important;
}
.\!text-error-300\/15{
  color: rgb(250 219 215 / 0.15) !important;
}
.\!text-error-300\/20{
  color: rgb(250 219 215 / 0.2) !important;
}
.\!text-error-300\/25{
  color: rgb(250 219 215 / 0.25) !important;
}
.\!text-error-300\/30{
  color: rgb(250 219 215 / 0.3) !important;
}
.\!text-error-300\/35{
  color: rgb(250 219 215 / 0.35) !important;
}
.\!text-error-300\/40{
  color: rgb(250 219 215 / 0.4) !important;
}
.\!text-error-300\/45{
  color: rgb(250 219 215 / 0.45) !important;
}
.\!text-error-300\/5{
  color: rgb(250 219 215 / 0.05) !important;
}
.\!text-error-300\/50{
  color: rgb(250 219 215 / 0.5) !important;
}
.\!text-error-300\/55{
  color: rgb(250 219 215 / 0.55) !important;
}
.\!text-error-300\/60{
  color: rgb(250 219 215 / 0.6) !important;
}
.\!text-error-300\/65{
  color: rgb(250 219 215 / 0.65) !important;
}
.\!text-error-300\/70{
  color: rgb(250 219 215 / 0.7) !important;
}
.\!text-error-300\/75{
  color: rgb(250 219 215 / 0.75) !important;
}
.\!text-error-300\/80{
  color: rgb(250 219 215 / 0.8) !important;
}
.\!text-error-300\/85{
  color: rgb(250 219 215 / 0.85) !important;
}
.\!text-error-300\/90{
  color: rgb(250 219 215 / 0.9) !important;
}
.\!text-error-300\/95{
  color: rgb(250 219 215 / 0.95) !important;
}
.\!text-error-350{
  --tw-text-opacity: 1 !important;
  color: rgb(245 184 173 / var(--tw-text-opacity)) !important;
}
.\!text-error-350\/0{
  color: rgb(245 184 173 / 0) !important;
}
.\!text-error-350\/10{
  color: rgb(245 184 173 / 0.1) !important;
}
.\!text-error-350\/100{
  color: rgb(245 184 173 / 1) !important;
}
.\!text-error-350\/15{
  color: rgb(245 184 173 / 0.15) !important;
}
.\!text-error-350\/20{
  color: rgb(245 184 173 / 0.2) !important;
}
.\!text-error-350\/25{
  color: rgb(245 184 173 / 0.25) !important;
}
.\!text-error-350\/30{
  color: rgb(245 184 173 / 0.3) !important;
}
.\!text-error-350\/35{
  color: rgb(245 184 173 / 0.35) !important;
}
.\!text-error-350\/40{
  color: rgb(245 184 173 / 0.4) !important;
}
.\!text-error-350\/45{
  color: rgb(245 184 173 / 0.45) !important;
}
.\!text-error-350\/5{
  color: rgb(245 184 173 / 0.05) !important;
}
.\!text-error-350\/50{
  color: rgb(245 184 173 / 0.5) !important;
}
.\!text-error-350\/55{
  color: rgb(245 184 173 / 0.55) !important;
}
.\!text-error-350\/60{
  color: rgb(245 184 173 / 0.6) !important;
}
.\!text-error-350\/65{
  color: rgb(245 184 173 / 0.65) !important;
}
.\!text-error-350\/70{
  color: rgb(245 184 173 / 0.7) !important;
}
.\!text-error-350\/75{
  color: rgb(245 184 173 / 0.75) !important;
}
.\!text-error-350\/80{
  color: rgb(245 184 173 / 0.8) !important;
}
.\!text-error-350\/85{
  color: rgb(245 184 173 / 0.85) !important;
}
.\!text-error-350\/90{
  color: rgb(245 184 173 / 0.9) !important;
}
.\!text-error-350\/95{
  color: rgb(245 184 173 / 0.95) !important;
}
.\!text-error-400{
  --tw-text-opacity: 1 !important;
  color: rgb(239 143 130 / var(--tw-text-opacity)) !important;
}
.\!text-error-400\/0{
  color: rgb(239 143 130 / 0) !important;
}
.\!text-error-400\/10{
  color: rgb(239 143 130 / 0.1) !important;
}
.\!text-error-400\/100{
  color: rgb(239 143 130 / 1) !important;
}
.\!text-error-400\/15{
  color: rgb(239 143 130 / 0.15) !important;
}
.\!text-error-400\/20{
  color: rgb(239 143 130 / 0.2) !important;
}
.\!text-error-400\/25{
  color: rgb(239 143 130 / 0.25) !important;
}
.\!text-error-400\/30{
  color: rgb(239 143 130 / 0.3) !important;
}
.\!text-error-400\/35{
  color: rgb(239 143 130 / 0.35) !important;
}
.\!text-error-400\/40{
  color: rgb(239 143 130 / 0.4) !important;
}
.\!text-error-400\/45{
  color: rgb(239 143 130 / 0.45) !important;
}
.\!text-error-400\/5{
  color: rgb(239 143 130 / 0.05) !important;
}
.\!text-error-400\/50{
  color: rgb(239 143 130 / 0.5) !important;
}
.\!text-error-400\/55{
  color: rgb(239 143 130 / 0.55) !important;
}
.\!text-error-400\/60{
  color: rgb(239 143 130 / 0.6) !important;
}
.\!text-error-400\/65{
  color: rgb(239 143 130 / 0.65) !important;
}
.\!text-error-400\/70{
  color: rgb(239 143 130 / 0.7) !important;
}
.\!text-error-400\/75{
  color: rgb(239 143 130 / 0.75) !important;
}
.\!text-error-400\/80{
  color: rgb(239 143 130 / 0.8) !important;
}
.\!text-error-400\/85{
  color: rgb(239 143 130 / 0.85) !important;
}
.\!text-error-400\/90{
  color: rgb(239 143 130 / 0.9) !important;
}
.\!text-error-400\/95{
  color: rgb(239 143 130 / 0.95) !important;
}
.\!text-error-450{
  --tw-text-opacity: 1 !important;
  color: rgb(235 97 82 / var(--tw-text-opacity)) !important;
}
.\!text-error-450\/0{
  color: rgb(235 97 82 / 0) !important;
}
.\!text-error-450\/10{
  color: rgb(235 97 82 / 0.1) !important;
}
.\!text-error-450\/100{
  color: rgb(235 97 82 / 1) !important;
}
.\!text-error-450\/15{
  color: rgb(235 97 82 / 0.15) !important;
}
.\!text-error-450\/20{
  color: rgb(235 97 82 / 0.2) !important;
}
.\!text-error-450\/25{
  color: rgb(235 97 82 / 0.25) !important;
}
.\!text-error-450\/30{
  color: rgb(235 97 82 / 0.3) !important;
}
.\!text-error-450\/35{
  color: rgb(235 97 82 / 0.35) !important;
}
.\!text-error-450\/40{
  color: rgb(235 97 82 / 0.4) !important;
}
.\!text-error-450\/45{
  color: rgb(235 97 82 / 0.45) !important;
}
.\!text-error-450\/5{
  color: rgb(235 97 82 / 0.05) !important;
}
.\!text-error-450\/50{
  color: rgb(235 97 82 / 0.5) !important;
}
.\!text-error-450\/55{
  color: rgb(235 97 82 / 0.55) !important;
}
.\!text-error-450\/60{
  color: rgb(235 97 82 / 0.6) !important;
}
.\!text-error-450\/65{
  color: rgb(235 97 82 / 0.65) !important;
}
.\!text-error-450\/70{
  color: rgb(235 97 82 / 0.7) !important;
}
.\!text-error-450\/75{
  color: rgb(235 97 82 / 0.75) !important;
}
.\!text-error-450\/80{
  color: rgb(235 97 82 / 0.8) !important;
}
.\!text-error-450\/85{
  color: rgb(235 97 82 / 0.85) !important;
}
.\!text-error-450\/90{
  color: rgb(235 97 82 / 0.9) !important;
}
.\!text-error-450\/95{
  color: rgb(235 97 82 / 0.95) !important;
}
.\!text-error-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 255 / var(--tw-text-opacity)) !important;
}
.\!text-error-50\/0{
  color: rgb(255 251 255 / 0) !important;
}
.\!text-error-50\/10{
  color: rgb(255 251 255 / 0.1) !important;
}
.\!text-error-50\/100{
  color: rgb(255 251 255 / 1) !important;
}
.\!text-error-50\/15{
  color: rgb(255 251 255 / 0.15) !important;
}
.\!text-error-50\/20{
  color: rgb(255 251 255 / 0.2) !important;
}
.\!text-error-50\/25{
  color: rgb(255 251 255 / 0.25) !important;
}
.\!text-error-50\/30{
  color: rgb(255 251 255 / 0.3) !important;
}
.\!text-error-50\/35{
  color: rgb(255 251 255 / 0.35) !important;
}
.\!text-error-50\/40{
  color: rgb(255 251 255 / 0.4) !important;
}
.\!text-error-50\/45{
  color: rgb(255 251 255 / 0.45) !important;
}
.\!text-error-50\/5{
  color: rgb(255 251 255 / 0.05) !important;
}
.\!text-error-50\/50{
  color: rgb(255 251 255 / 0.5) !important;
}
.\!text-error-50\/55{
  color: rgb(255 251 255 / 0.55) !important;
}
.\!text-error-50\/60{
  color: rgb(255 251 255 / 0.6) !important;
}
.\!text-error-50\/65{
  color: rgb(255 251 255 / 0.65) !important;
}
.\!text-error-50\/70{
  color: rgb(255 251 255 / 0.7) !important;
}
.\!text-error-50\/75{
  color: rgb(255 251 255 / 0.75) !important;
}
.\!text-error-50\/80{
  color: rgb(255 251 255 / 0.8) !important;
}
.\!text-error-50\/85{
  color: rgb(255 251 255 / 0.85) !important;
}
.\!text-error-50\/90{
  color: rgb(255 251 255 / 0.9) !important;
}
.\!text-error-50\/95{
  color: rgb(255 251 255 / 0.95) !important;
}
.\!text-error-500{
  --tw-text-opacity: 1 !important;
  color: rgb(205 70 58 / var(--tw-text-opacity)) !important;
}
.\!text-error-500\/0{
  color: rgb(205 70 58 / 0) !important;
}
.\!text-error-500\/10{
  color: rgb(205 70 58 / 0.1) !important;
}
.\!text-error-500\/100{
  color: rgb(205 70 58 / 1) !important;
}
.\!text-error-500\/15{
  color: rgb(205 70 58 / 0.15) !important;
}
.\!text-error-500\/20{
  color: rgb(205 70 58 / 0.2) !important;
}
.\!text-error-500\/25{
  color: rgb(205 70 58 / 0.25) !important;
}
.\!text-error-500\/30{
  color: rgb(205 70 58 / 0.3) !important;
}
.\!text-error-500\/35{
  color: rgb(205 70 58 / 0.35) !important;
}
.\!text-error-500\/40{
  color: rgb(205 70 58 / 0.4) !important;
}
.\!text-error-500\/45{
  color: rgb(205 70 58 / 0.45) !important;
}
.\!text-error-500\/5{
  color: rgb(205 70 58 / 0.05) !important;
}
.\!text-error-500\/50{
  color: rgb(205 70 58 / 0.5) !important;
}
.\!text-error-500\/55{
  color: rgb(205 70 58 / 0.55) !important;
}
.\!text-error-500\/60{
  color: rgb(205 70 58 / 0.6) !important;
}
.\!text-error-500\/65{
  color: rgb(205 70 58 / 0.65) !important;
}
.\!text-error-500\/70{
  color: rgb(205 70 58 / 0.7) !important;
}
.\!text-error-500\/75{
  color: rgb(205 70 58 / 0.75) !important;
}
.\!text-error-500\/80{
  color: rgb(205 70 58 / 0.8) !important;
}
.\!text-error-500\/85{
  color: rgb(205 70 58 / 0.85) !important;
}
.\!text-error-500\/90{
  color: rgb(205 70 58 / 0.9) !important;
}
.\!text-error-500\/95{
  color: rgb(205 70 58 / 0.95) !important;
}
.\!text-error-600{
  --tw-text-opacity: 1 !important;
  color: rgb(171 45 37 / var(--tw-text-opacity)) !important;
}
.\!text-error-600\/0{
  color: rgb(171 45 37 / 0) !important;
}
.\!text-error-600\/10{
  color: rgb(171 45 37 / 0.1) !important;
}
.\!text-error-600\/100{
  color: rgb(171 45 37 / 1) !important;
}
.\!text-error-600\/15{
  color: rgb(171 45 37 / 0.15) !important;
}
.\!text-error-600\/20{
  color: rgb(171 45 37 / 0.2) !important;
}
.\!text-error-600\/25{
  color: rgb(171 45 37 / 0.25) !important;
}
.\!text-error-600\/30{
  color: rgb(171 45 37 / 0.3) !important;
}
.\!text-error-600\/35{
  color: rgb(171 45 37 / 0.35) !important;
}
.\!text-error-600\/40{
  color: rgb(171 45 37 / 0.4) !important;
}
.\!text-error-600\/45{
  color: rgb(171 45 37 / 0.45) !important;
}
.\!text-error-600\/5{
  color: rgb(171 45 37 / 0.05) !important;
}
.\!text-error-600\/50{
  color: rgb(171 45 37 / 0.5) !important;
}
.\!text-error-600\/55{
  color: rgb(171 45 37 / 0.55) !important;
}
.\!text-error-600\/60{
  color: rgb(171 45 37 / 0.6) !important;
}
.\!text-error-600\/65{
  color: rgb(171 45 37 / 0.65) !important;
}
.\!text-error-600\/70{
  color: rgb(171 45 37 / 0.7) !important;
}
.\!text-error-600\/75{
  color: rgb(171 45 37 / 0.75) !important;
}
.\!text-error-600\/80{
  color: rgb(171 45 37 / 0.8) !important;
}
.\!text-error-600\/85{
  color: rgb(171 45 37 / 0.85) !important;
}
.\!text-error-600\/90{
  color: rgb(171 45 37 / 0.9) !important;
}
.\!text-error-600\/95{
  color: rgb(171 45 37 / 0.95) !important;
}
.\!text-error-650{
  --tw-text-opacity: 1 !important;
  color: rgb(155 33 28 / var(--tw-text-opacity)) !important;
}
.\!text-error-650\/0{
  color: rgb(155 33 28 / 0) !important;
}
.\!text-error-650\/10{
  color: rgb(155 33 28 / 0.1) !important;
}
.\!text-error-650\/100{
  color: rgb(155 33 28 / 1) !important;
}
.\!text-error-650\/15{
  color: rgb(155 33 28 / 0.15) !important;
}
.\!text-error-650\/20{
  color: rgb(155 33 28 / 0.2) !important;
}
.\!text-error-650\/25{
  color: rgb(155 33 28 / 0.25) !important;
}
.\!text-error-650\/30{
  color: rgb(155 33 28 / 0.3) !important;
}
.\!text-error-650\/35{
  color: rgb(155 33 28 / 0.35) !important;
}
.\!text-error-650\/40{
  color: rgb(155 33 28 / 0.4) !important;
}
.\!text-error-650\/45{
  color: rgb(155 33 28 / 0.45) !important;
}
.\!text-error-650\/5{
  color: rgb(155 33 28 / 0.05) !important;
}
.\!text-error-650\/50{
  color: rgb(155 33 28 / 0.5) !important;
}
.\!text-error-650\/55{
  color: rgb(155 33 28 / 0.55) !important;
}
.\!text-error-650\/60{
  color: rgb(155 33 28 / 0.6) !important;
}
.\!text-error-650\/65{
  color: rgb(155 33 28 / 0.65) !important;
}
.\!text-error-650\/70{
  color: rgb(155 33 28 / 0.7) !important;
}
.\!text-error-650\/75{
  color: rgb(155 33 28 / 0.75) !important;
}
.\!text-error-650\/80{
  color: rgb(155 33 28 / 0.8) !important;
}
.\!text-error-650\/85{
  color: rgb(155 33 28 / 0.85) !important;
}
.\!text-error-650\/90{
  color: rgb(155 33 28 / 0.9) !important;
}
.\!text-error-650\/95{
  color: rgb(155 33 28 / 0.95) !important;
}
.\!text-error-700{
  --tw-text-opacity: 1 !important;
  color: rgb(134 25 20 / var(--tw-text-opacity)) !important;
}
.\!text-error-700\/0{
  color: rgb(134 25 20 / 0) !important;
}
.\!text-error-700\/10{
  color: rgb(134 25 20 / 0.1) !important;
}
.\!text-error-700\/100{
  color: rgb(134 25 20 / 1) !important;
}
.\!text-error-700\/15{
  color: rgb(134 25 20 / 0.15) !important;
}
.\!text-error-700\/20{
  color: rgb(134 25 20 / 0.2) !important;
}
.\!text-error-700\/25{
  color: rgb(134 25 20 / 0.25) !important;
}
.\!text-error-700\/30{
  color: rgb(134 25 20 / 0.3) !important;
}
.\!text-error-700\/35{
  color: rgb(134 25 20 / 0.35) !important;
}
.\!text-error-700\/40{
  color: rgb(134 25 20 / 0.4) !important;
}
.\!text-error-700\/45{
  color: rgb(134 25 20 / 0.45) !important;
}
.\!text-error-700\/5{
  color: rgb(134 25 20 / 0.05) !important;
}
.\!text-error-700\/50{
  color: rgb(134 25 20 / 0.5) !important;
}
.\!text-error-700\/55{
  color: rgb(134 25 20 / 0.55) !important;
}
.\!text-error-700\/60{
  color: rgb(134 25 20 / 0.6) !important;
}
.\!text-error-700\/65{
  color: rgb(134 25 20 / 0.65) !important;
}
.\!text-error-700\/70{
  color: rgb(134 25 20 / 0.7) !important;
}
.\!text-error-700\/75{
  color: rgb(134 25 20 / 0.75) !important;
}
.\!text-error-700\/80{
  color: rgb(134 25 20 / 0.8) !important;
}
.\!text-error-700\/85{
  color: rgb(134 25 20 / 0.85) !important;
}
.\!text-error-700\/90{
  color: rgb(134 25 20 / 0.9) !important;
}
.\!text-error-700\/95{
  color: rgb(134 25 20 / 0.95) !important;
}
.\!text-error-750{
  --tw-text-opacity: 1 !important;
  color: rgb(115 20 17 / var(--tw-text-opacity)) !important;
}
.\!text-error-750\/0{
  color: rgb(115 20 17 / 0) !important;
}
.\!text-error-750\/10{
  color: rgb(115 20 17 / 0.1) !important;
}
.\!text-error-750\/100{
  color: rgb(115 20 17 / 1) !important;
}
.\!text-error-750\/15{
  color: rgb(115 20 17 / 0.15) !important;
}
.\!text-error-750\/20{
  color: rgb(115 20 17 / 0.2) !important;
}
.\!text-error-750\/25{
  color: rgb(115 20 17 / 0.25) !important;
}
.\!text-error-750\/30{
  color: rgb(115 20 17 / 0.3) !important;
}
.\!text-error-750\/35{
  color: rgb(115 20 17 / 0.35) !important;
}
.\!text-error-750\/40{
  color: rgb(115 20 17 / 0.4) !important;
}
.\!text-error-750\/45{
  color: rgb(115 20 17 / 0.45) !important;
}
.\!text-error-750\/5{
  color: rgb(115 20 17 / 0.05) !important;
}
.\!text-error-750\/50{
  color: rgb(115 20 17 / 0.5) !important;
}
.\!text-error-750\/55{
  color: rgb(115 20 17 / 0.55) !important;
}
.\!text-error-750\/60{
  color: rgb(115 20 17 / 0.6) !important;
}
.\!text-error-750\/65{
  color: rgb(115 20 17 / 0.65) !important;
}
.\!text-error-750\/70{
  color: rgb(115 20 17 / 0.7) !important;
}
.\!text-error-750\/75{
  color: rgb(115 20 17 / 0.75) !important;
}
.\!text-error-750\/80{
  color: rgb(115 20 17 / 0.8) !important;
}
.\!text-error-750\/85{
  color: rgb(115 20 17 / 0.85) !important;
}
.\!text-error-750\/90{
  color: rgb(115 20 17 / 0.9) !important;
}
.\!text-error-750\/95{
  color: rgb(115 20 17 / 0.95) !important;
}
.\!text-error-800{
  --tw-text-opacity: 1 !important;
  color: rgb(96 16 12 / var(--tw-text-opacity)) !important;
}
.\!text-error-800\/0{
  color: rgb(96 16 12 / 0) !important;
}
.\!text-error-800\/10{
  color: rgb(96 16 12 / 0.1) !important;
}
.\!text-error-800\/100{
  color: rgb(96 16 12 / 1) !important;
}
.\!text-error-800\/15{
  color: rgb(96 16 12 / 0.15) !important;
}
.\!text-error-800\/20{
  color: rgb(96 16 12 / 0.2) !important;
}
.\!text-error-800\/25{
  color: rgb(96 16 12 / 0.25) !important;
}
.\!text-error-800\/30{
  color: rgb(96 16 12 / 0.3) !important;
}
.\!text-error-800\/35{
  color: rgb(96 16 12 / 0.35) !important;
}
.\!text-error-800\/40{
  color: rgb(96 16 12 / 0.4) !important;
}
.\!text-error-800\/45{
  color: rgb(96 16 12 / 0.45) !important;
}
.\!text-error-800\/5{
  color: rgb(96 16 12 / 0.05) !important;
}
.\!text-error-800\/50{
  color: rgb(96 16 12 / 0.5) !important;
}
.\!text-error-800\/55{
  color: rgb(96 16 12 / 0.55) !important;
}
.\!text-error-800\/60{
  color: rgb(96 16 12 / 0.6) !important;
}
.\!text-error-800\/65{
  color: rgb(96 16 12 / 0.65) !important;
}
.\!text-error-800\/70{
  color: rgb(96 16 12 / 0.7) !important;
}
.\!text-error-800\/75{
  color: rgb(96 16 12 / 0.75) !important;
}
.\!text-error-800\/80{
  color: rgb(96 16 12 / 0.8) !important;
}
.\!text-error-800\/85{
  color: rgb(96 16 12 / 0.85) !important;
}
.\!text-error-800\/90{
  color: rgb(96 16 12 / 0.9) !important;
}
.\!text-error-800\/95{
  color: rgb(96 16 12 / 0.95) !important;
}
.\!text-error-900{
  --tw-text-opacity: 1 !important;
  color: rgb(59 6 5 / var(--tw-text-opacity)) !important;
}
.\!text-error-900\/0{
  color: rgb(59 6 5 / 0) !important;
}
.\!text-error-900\/10{
  color: rgb(59 6 5 / 0.1) !important;
}
.\!text-error-900\/100{
  color: rgb(59 6 5 / 1) !important;
}
.\!text-error-900\/15{
  color: rgb(59 6 5 / 0.15) !important;
}
.\!text-error-900\/20{
  color: rgb(59 6 5 / 0.2) !important;
}
.\!text-error-900\/25{
  color: rgb(59 6 5 / 0.25) !important;
}
.\!text-error-900\/30{
  color: rgb(59 6 5 / 0.3) !important;
}
.\!text-error-900\/35{
  color: rgb(59 6 5 / 0.35) !important;
}
.\!text-error-900\/40{
  color: rgb(59 6 5 / 0.4) !important;
}
.\!text-error-900\/45{
  color: rgb(59 6 5 / 0.45) !important;
}
.\!text-error-900\/5{
  color: rgb(59 6 5 / 0.05) !important;
}
.\!text-error-900\/50{
  color: rgb(59 6 5 / 0.5) !important;
}
.\!text-error-900\/55{
  color: rgb(59 6 5 / 0.55) !important;
}
.\!text-error-900\/60{
  color: rgb(59 6 5 / 0.6) !important;
}
.\!text-error-900\/65{
  color: rgb(59 6 5 / 0.65) !important;
}
.\!text-error-900\/70{
  color: rgb(59 6 5 / 0.7) !important;
}
.\!text-error-900\/75{
  color: rgb(59 6 5 / 0.75) !important;
}
.\!text-error-900\/80{
  color: rgb(59 6 5 / 0.8) !important;
}
.\!text-error-900\/85{
  color: rgb(59 6 5 / 0.85) !important;
}
.\!text-error-900\/90{
  color: rgb(59 6 5 / 0.9) !important;
}
.\!text-error-900\/95{
  color: rgb(59 6 5 / 0.95) !important;
}
.\!text-fuchsia-100{
  --tw-text-opacity: 1 !important;
  color: rgb(250 232 255 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-100\/0{
  color: rgb(250 232 255 / 0) !important;
}
.\!text-fuchsia-100\/10{
  color: rgb(250 232 255 / 0.1) !important;
}
.\!text-fuchsia-100\/100{
  color: rgb(250 232 255 / 1) !important;
}
.\!text-fuchsia-100\/15{
  color: rgb(250 232 255 / 0.15) !important;
}
.\!text-fuchsia-100\/20{
  color: rgb(250 232 255 / 0.2) !important;
}
.\!text-fuchsia-100\/25{
  color: rgb(250 232 255 / 0.25) !important;
}
.\!text-fuchsia-100\/30{
  color: rgb(250 232 255 / 0.3) !important;
}
.\!text-fuchsia-100\/35{
  color: rgb(250 232 255 / 0.35) !important;
}
.\!text-fuchsia-100\/40{
  color: rgb(250 232 255 / 0.4) !important;
}
.\!text-fuchsia-100\/45{
  color: rgb(250 232 255 / 0.45) !important;
}
.\!text-fuchsia-100\/5{
  color: rgb(250 232 255 / 0.05) !important;
}
.\!text-fuchsia-100\/50{
  color: rgb(250 232 255 / 0.5) !important;
}
.\!text-fuchsia-100\/55{
  color: rgb(250 232 255 / 0.55) !important;
}
.\!text-fuchsia-100\/60{
  color: rgb(250 232 255 / 0.6) !important;
}
.\!text-fuchsia-100\/65{
  color: rgb(250 232 255 / 0.65) !important;
}
.\!text-fuchsia-100\/70{
  color: rgb(250 232 255 / 0.7) !important;
}
.\!text-fuchsia-100\/75{
  color: rgb(250 232 255 / 0.75) !important;
}
.\!text-fuchsia-100\/80{
  color: rgb(250 232 255 / 0.8) !important;
}
.\!text-fuchsia-100\/85{
  color: rgb(250 232 255 / 0.85) !important;
}
.\!text-fuchsia-100\/90{
  color: rgb(250 232 255 / 0.9) !important;
}
.\!text-fuchsia-100\/95{
  color: rgb(250 232 255 / 0.95) !important;
}
.\!text-fuchsia-200{
  --tw-text-opacity: 1 !important;
  color: rgb(245 208 254 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-200\/0{
  color: rgb(245 208 254 / 0) !important;
}
.\!text-fuchsia-200\/10{
  color: rgb(245 208 254 / 0.1) !important;
}
.\!text-fuchsia-200\/100{
  color: rgb(245 208 254 / 1) !important;
}
.\!text-fuchsia-200\/15{
  color: rgb(245 208 254 / 0.15) !important;
}
.\!text-fuchsia-200\/20{
  color: rgb(245 208 254 / 0.2) !important;
}
.\!text-fuchsia-200\/25{
  color: rgb(245 208 254 / 0.25) !important;
}
.\!text-fuchsia-200\/30{
  color: rgb(245 208 254 / 0.3) !important;
}
.\!text-fuchsia-200\/35{
  color: rgb(245 208 254 / 0.35) !important;
}
.\!text-fuchsia-200\/40{
  color: rgb(245 208 254 / 0.4) !important;
}
.\!text-fuchsia-200\/45{
  color: rgb(245 208 254 / 0.45) !important;
}
.\!text-fuchsia-200\/5{
  color: rgb(245 208 254 / 0.05) !important;
}
.\!text-fuchsia-200\/50{
  color: rgb(245 208 254 / 0.5) !important;
}
.\!text-fuchsia-200\/55{
  color: rgb(245 208 254 / 0.55) !important;
}
.\!text-fuchsia-200\/60{
  color: rgb(245 208 254 / 0.6) !important;
}
.\!text-fuchsia-200\/65{
  color: rgb(245 208 254 / 0.65) !important;
}
.\!text-fuchsia-200\/70{
  color: rgb(245 208 254 / 0.7) !important;
}
.\!text-fuchsia-200\/75{
  color: rgb(245 208 254 / 0.75) !important;
}
.\!text-fuchsia-200\/80{
  color: rgb(245 208 254 / 0.8) !important;
}
.\!text-fuchsia-200\/85{
  color: rgb(245 208 254 / 0.85) !important;
}
.\!text-fuchsia-200\/90{
  color: rgb(245 208 254 / 0.9) !important;
}
.\!text-fuchsia-200\/95{
  color: rgb(245 208 254 / 0.95) !important;
}
.\!text-fuchsia-300{
  --tw-text-opacity: 1 !important;
  color: rgb(240 171 252 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-300\/0{
  color: rgb(240 171 252 / 0) !important;
}
.\!text-fuchsia-300\/10{
  color: rgb(240 171 252 / 0.1) !important;
}
.\!text-fuchsia-300\/100{
  color: rgb(240 171 252 / 1) !important;
}
.\!text-fuchsia-300\/15{
  color: rgb(240 171 252 / 0.15) !important;
}
.\!text-fuchsia-300\/20{
  color: rgb(240 171 252 / 0.2) !important;
}
.\!text-fuchsia-300\/25{
  color: rgb(240 171 252 / 0.25) !important;
}
.\!text-fuchsia-300\/30{
  color: rgb(240 171 252 / 0.3) !important;
}
.\!text-fuchsia-300\/35{
  color: rgb(240 171 252 / 0.35) !important;
}
.\!text-fuchsia-300\/40{
  color: rgb(240 171 252 / 0.4) !important;
}
.\!text-fuchsia-300\/45{
  color: rgb(240 171 252 / 0.45) !important;
}
.\!text-fuchsia-300\/5{
  color: rgb(240 171 252 / 0.05) !important;
}
.\!text-fuchsia-300\/50{
  color: rgb(240 171 252 / 0.5) !important;
}
.\!text-fuchsia-300\/55{
  color: rgb(240 171 252 / 0.55) !important;
}
.\!text-fuchsia-300\/60{
  color: rgb(240 171 252 / 0.6) !important;
}
.\!text-fuchsia-300\/65{
  color: rgb(240 171 252 / 0.65) !important;
}
.\!text-fuchsia-300\/70{
  color: rgb(240 171 252 / 0.7) !important;
}
.\!text-fuchsia-300\/75{
  color: rgb(240 171 252 / 0.75) !important;
}
.\!text-fuchsia-300\/80{
  color: rgb(240 171 252 / 0.8) !important;
}
.\!text-fuchsia-300\/85{
  color: rgb(240 171 252 / 0.85) !important;
}
.\!text-fuchsia-300\/90{
  color: rgb(240 171 252 / 0.9) !important;
}
.\!text-fuchsia-300\/95{
  color: rgb(240 171 252 / 0.95) !important;
}
.\!text-fuchsia-400{
  --tw-text-opacity: 1 !important;
  color: rgb(232 121 249 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-400\/0{
  color: rgb(232 121 249 / 0) !important;
}
.\!text-fuchsia-400\/10{
  color: rgb(232 121 249 / 0.1) !important;
}
.\!text-fuchsia-400\/100{
  color: rgb(232 121 249 / 1) !important;
}
.\!text-fuchsia-400\/15{
  color: rgb(232 121 249 / 0.15) !important;
}
.\!text-fuchsia-400\/20{
  color: rgb(232 121 249 / 0.2) !important;
}
.\!text-fuchsia-400\/25{
  color: rgb(232 121 249 / 0.25) !important;
}
.\!text-fuchsia-400\/30{
  color: rgb(232 121 249 / 0.3) !important;
}
.\!text-fuchsia-400\/35{
  color: rgb(232 121 249 / 0.35) !important;
}
.\!text-fuchsia-400\/40{
  color: rgb(232 121 249 / 0.4) !important;
}
.\!text-fuchsia-400\/45{
  color: rgb(232 121 249 / 0.45) !important;
}
.\!text-fuchsia-400\/5{
  color: rgb(232 121 249 / 0.05) !important;
}
.\!text-fuchsia-400\/50{
  color: rgb(232 121 249 / 0.5) !important;
}
.\!text-fuchsia-400\/55{
  color: rgb(232 121 249 / 0.55) !important;
}
.\!text-fuchsia-400\/60{
  color: rgb(232 121 249 / 0.6) !important;
}
.\!text-fuchsia-400\/65{
  color: rgb(232 121 249 / 0.65) !important;
}
.\!text-fuchsia-400\/70{
  color: rgb(232 121 249 / 0.7) !important;
}
.\!text-fuchsia-400\/75{
  color: rgb(232 121 249 / 0.75) !important;
}
.\!text-fuchsia-400\/80{
  color: rgb(232 121 249 / 0.8) !important;
}
.\!text-fuchsia-400\/85{
  color: rgb(232 121 249 / 0.85) !important;
}
.\!text-fuchsia-400\/90{
  color: rgb(232 121 249 / 0.9) !important;
}
.\!text-fuchsia-400\/95{
  color: rgb(232 121 249 / 0.95) !important;
}
.\!text-fuchsia-50{
  --tw-text-opacity: 1 !important;
  color: rgb(253 244 255 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-50\/0{
  color: rgb(253 244 255 / 0) !important;
}
.\!text-fuchsia-50\/10{
  color: rgb(253 244 255 / 0.1) !important;
}
.\!text-fuchsia-50\/100{
  color: rgb(253 244 255 / 1) !important;
}
.\!text-fuchsia-50\/15{
  color: rgb(253 244 255 / 0.15) !important;
}
.\!text-fuchsia-50\/20{
  color: rgb(253 244 255 / 0.2) !important;
}
.\!text-fuchsia-50\/25{
  color: rgb(253 244 255 / 0.25) !important;
}
.\!text-fuchsia-50\/30{
  color: rgb(253 244 255 / 0.3) !important;
}
.\!text-fuchsia-50\/35{
  color: rgb(253 244 255 / 0.35) !important;
}
.\!text-fuchsia-50\/40{
  color: rgb(253 244 255 / 0.4) !important;
}
.\!text-fuchsia-50\/45{
  color: rgb(253 244 255 / 0.45) !important;
}
.\!text-fuchsia-50\/5{
  color: rgb(253 244 255 / 0.05) !important;
}
.\!text-fuchsia-50\/50{
  color: rgb(253 244 255 / 0.5) !important;
}
.\!text-fuchsia-50\/55{
  color: rgb(253 244 255 / 0.55) !important;
}
.\!text-fuchsia-50\/60{
  color: rgb(253 244 255 / 0.6) !important;
}
.\!text-fuchsia-50\/65{
  color: rgb(253 244 255 / 0.65) !important;
}
.\!text-fuchsia-50\/70{
  color: rgb(253 244 255 / 0.7) !important;
}
.\!text-fuchsia-50\/75{
  color: rgb(253 244 255 / 0.75) !important;
}
.\!text-fuchsia-50\/80{
  color: rgb(253 244 255 / 0.8) !important;
}
.\!text-fuchsia-50\/85{
  color: rgb(253 244 255 / 0.85) !important;
}
.\!text-fuchsia-50\/90{
  color: rgb(253 244 255 / 0.9) !important;
}
.\!text-fuchsia-50\/95{
  color: rgb(253 244 255 / 0.95) !important;
}
.\!text-fuchsia-500{
  --tw-text-opacity: 1 !important;
  color: rgb(217 70 239 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-500\/0{
  color: rgb(217 70 239 / 0) !important;
}
.\!text-fuchsia-500\/10{
  color: rgb(217 70 239 / 0.1) !important;
}
.\!text-fuchsia-500\/100{
  color: rgb(217 70 239 / 1) !important;
}
.\!text-fuchsia-500\/15{
  color: rgb(217 70 239 / 0.15) !important;
}
.\!text-fuchsia-500\/20{
  color: rgb(217 70 239 / 0.2) !important;
}
.\!text-fuchsia-500\/25{
  color: rgb(217 70 239 / 0.25) !important;
}
.\!text-fuchsia-500\/30{
  color: rgb(217 70 239 / 0.3) !important;
}
.\!text-fuchsia-500\/35{
  color: rgb(217 70 239 / 0.35) !important;
}
.\!text-fuchsia-500\/40{
  color: rgb(217 70 239 / 0.4) !important;
}
.\!text-fuchsia-500\/45{
  color: rgb(217 70 239 / 0.45) !important;
}
.\!text-fuchsia-500\/5{
  color: rgb(217 70 239 / 0.05) !important;
}
.\!text-fuchsia-500\/50{
  color: rgb(217 70 239 / 0.5) !important;
}
.\!text-fuchsia-500\/55{
  color: rgb(217 70 239 / 0.55) !important;
}
.\!text-fuchsia-500\/60{
  color: rgb(217 70 239 / 0.6) !important;
}
.\!text-fuchsia-500\/65{
  color: rgb(217 70 239 / 0.65) !important;
}
.\!text-fuchsia-500\/70{
  color: rgb(217 70 239 / 0.7) !important;
}
.\!text-fuchsia-500\/75{
  color: rgb(217 70 239 / 0.75) !important;
}
.\!text-fuchsia-500\/80{
  color: rgb(217 70 239 / 0.8) !important;
}
.\!text-fuchsia-500\/85{
  color: rgb(217 70 239 / 0.85) !important;
}
.\!text-fuchsia-500\/90{
  color: rgb(217 70 239 / 0.9) !important;
}
.\!text-fuchsia-500\/95{
  color: rgb(217 70 239 / 0.95) !important;
}
.\!text-fuchsia-600{
  --tw-text-opacity: 1 !important;
  color: rgb(192 38 211 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-600\/0{
  color: rgb(192 38 211 / 0) !important;
}
.\!text-fuchsia-600\/10{
  color: rgb(192 38 211 / 0.1) !important;
}
.\!text-fuchsia-600\/100{
  color: rgb(192 38 211 / 1) !important;
}
.\!text-fuchsia-600\/15{
  color: rgb(192 38 211 / 0.15) !important;
}
.\!text-fuchsia-600\/20{
  color: rgb(192 38 211 / 0.2) !important;
}
.\!text-fuchsia-600\/25{
  color: rgb(192 38 211 / 0.25) !important;
}
.\!text-fuchsia-600\/30{
  color: rgb(192 38 211 / 0.3) !important;
}
.\!text-fuchsia-600\/35{
  color: rgb(192 38 211 / 0.35) !important;
}
.\!text-fuchsia-600\/40{
  color: rgb(192 38 211 / 0.4) !important;
}
.\!text-fuchsia-600\/45{
  color: rgb(192 38 211 / 0.45) !important;
}
.\!text-fuchsia-600\/5{
  color: rgb(192 38 211 / 0.05) !important;
}
.\!text-fuchsia-600\/50{
  color: rgb(192 38 211 / 0.5) !important;
}
.\!text-fuchsia-600\/55{
  color: rgb(192 38 211 / 0.55) !important;
}
.\!text-fuchsia-600\/60{
  color: rgb(192 38 211 / 0.6) !important;
}
.\!text-fuchsia-600\/65{
  color: rgb(192 38 211 / 0.65) !important;
}
.\!text-fuchsia-600\/70{
  color: rgb(192 38 211 / 0.7) !important;
}
.\!text-fuchsia-600\/75{
  color: rgb(192 38 211 / 0.75) !important;
}
.\!text-fuchsia-600\/80{
  color: rgb(192 38 211 / 0.8) !important;
}
.\!text-fuchsia-600\/85{
  color: rgb(192 38 211 / 0.85) !important;
}
.\!text-fuchsia-600\/90{
  color: rgb(192 38 211 / 0.9) !important;
}
.\!text-fuchsia-600\/95{
  color: rgb(192 38 211 / 0.95) !important;
}
.\!text-fuchsia-700{
  --tw-text-opacity: 1 !important;
  color: rgb(162 28 175 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-700\/0{
  color: rgb(162 28 175 / 0) !important;
}
.\!text-fuchsia-700\/10{
  color: rgb(162 28 175 / 0.1) !important;
}
.\!text-fuchsia-700\/100{
  color: rgb(162 28 175 / 1) !important;
}
.\!text-fuchsia-700\/15{
  color: rgb(162 28 175 / 0.15) !important;
}
.\!text-fuchsia-700\/20{
  color: rgb(162 28 175 / 0.2) !important;
}
.\!text-fuchsia-700\/25{
  color: rgb(162 28 175 / 0.25) !important;
}
.\!text-fuchsia-700\/30{
  color: rgb(162 28 175 / 0.3) !important;
}
.\!text-fuchsia-700\/35{
  color: rgb(162 28 175 / 0.35) !important;
}
.\!text-fuchsia-700\/40{
  color: rgb(162 28 175 / 0.4) !important;
}
.\!text-fuchsia-700\/45{
  color: rgb(162 28 175 / 0.45) !important;
}
.\!text-fuchsia-700\/5{
  color: rgb(162 28 175 / 0.05) !important;
}
.\!text-fuchsia-700\/50{
  color: rgb(162 28 175 / 0.5) !important;
}
.\!text-fuchsia-700\/55{
  color: rgb(162 28 175 / 0.55) !important;
}
.\!text-fuchsia-700\/60{
  color: rgb(162 28 175 / 0.6) !important;
}
.\!text-fuchsia-700\/65{
  color: rgb(162 28 175 / 0.65) !important;
}
.\!text-fuchsia-700\/70{
  color: rgb(162 28 175 / 0.7) !important;
}
.\!text-fuchsia-700\/75{
  color: rgb(162 28 175 / 0.75) !important;
}
.\!text-fuchsia-700\/80{
  color: rgb(162 28 175 / 0.8) !important;
}
.\!text-fuchsia-700\/85{
  color: rgb(162 28 175 / 0.85) !important;
}
.\!text-fuchsia-700\/90{
  color: rgb(162 28 175 / 0.9) !important;
}
.\!text-fuchsia-700\/95{
  color: rgb(162 28 175 / 0.95) !important;
}
.\!text-fuchsia-800{
  --tw-text-opacity: 1 !important;
  color: rgb(134 25 143 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-800\/0{
  color: rgb(134 25 143 / 0) !important;
}
.\!text-fuchsia-800\/10{
  color: rgb(134 25 143 / 0.1) !important;
}
.\!text-fuchsia-800\/100{
  color: rgb(134 25 143 / 1) !important;
}
.\!text-fuchsia-800\/15{
  color: rgb(134 25 143 / 0.15) !important;
}
.\!text-fuchsia-800\/20{
  color: rgb(134 25 143 / 0.2) !important;
}
.\!text-fuchsia-800\/25{
  color: rgb(134 25 143 / 0.25) !important;
}
.\!text-fuchsia-800\/30{
  color: rgb(134 25 143 / 0.3) !important;
}
.\!text-fuchsia-800\/35{
  color: rgb(134 25 143 / 0.35) !important;
}
.\!text-fuchsia-800\/40{
  color: rgb(134 25 143 / 0.4) !important;
}
.\!text-fuchsia-800\/45{
  color: rgb(134 25 143 / 0.45) !important;
}
.\!text-fuchsia-800\/5{
  color: rgb(134 25 143 / 0.05) !important;
}
.\!text-fuchsia-800\/50{
  color: rgb(134 25 143 / 0.5) !important;
}
.\!text-fuchsia-800\/55{
  color: rgb(134 25 143 / 0.55) !important;
}
.\!text-fuchsia-800\/60{
  color: rgb(134 25 143 / 0.6) !important;
}
.\!text-fuchsia-800\/65{
  color: rgb(134 25 143 / 0.65) !important;
}
.\!text-fuchsia-800\/70{
  color: rgb(134 25 143 / 0.7) !important;
}
.\!text-fuchsia-800\/75{
  color: rgb(134 25 143 / 0.75) !important;
}
.\!text-fuchsia-800\/80{
  color: rgb(134 25 143 / 0.8) !important;
}
.\!text-fuchsia-800\/85{
  color: rgb(134 25 143 / 0.85) !important;
}
.\!text-fuchsia-800\/90{
  color: rgb(134 25 143 / 0.9) !important;
}
.\!text-fuchsia-800\/95{
  color: rgb(134 25 143 / 0.95) !important;
}
.\!text-fuchsia-900{
  --tw-text-opacity: 1 !important;
  color: rgb(112 26 117 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-900\/0{
  color: rgb(112 26 117 / 0) !important;
}
.\!text-fuchsia-900\/10{
  color: rgb(112 26 117 / 0.1) !important;
}
.\!text-fuchsia-900\/100{
  color: rgb(112 26 117 / 1) !important;
}
.\!text-fuchsia-900\/15{
  color: rgb(112 26 117 / 0.15) !important;
}
.\!text-fuchsia-900\/20{
  color: rgb(112 26 117 / 0.2) !important;
}
.\!text-fuchsia-900\/25{
  color: rgb(112 26 117 / 0.25) !important;
}
.\!text-fuchsia-900\/30{
  color: rgb(112 26 117 / 0.3) !important;
}
.\!text-fuchsia-900\/35{
  color: rgb(112 26 117 / 0.35) !important;
}
.\!text-fuchsia-900\/40{
  color: rgb(112 26 117 / 0.4) !important;
}
.\!text-fuchsia-900\/45{
  color: rgb(112 26 117 / 0.45) !important;
}
.\!text-fuchsia-900\/5{
  color: rgb(112 26 117 / 0.05) !important;
}
.\!text-fuchsia-900\/50{
  color: rgb(112 26 117 / 0.5) !important;
}
.\!text-fuchsia-900\/55{
  color: rgb(112 26 117 / 0.55) !important;
}
.\!text-fuchsia-900\/60{
  color: rgb(112 26 117 / 0.6) !important;
}
.\!text-fuchsia-900\/65{
  color: rgb(112 26 117 / 0.65) !important;
}
.\!text-fuchsia-900\/70{
  color: rgb(112 26 117 / 0.7) !important;
}
.\!text-fuchsia-900\/75{
  color: rgb(112 26 117 / 0.75) !important;
}
.\!text-fuchsia-900\/80{
  color: rgb(112 26 117 / 0.8) !important;
}
.\!text-fuchsia-900\/85{
  color: rgb(112 26 117 / 0.85) !important;
}
.\!text-fuchsia-900\/90{
  color: rgb(112 26 117 / 0.9) !important;
}
.\!text-fuchsia-900\/95{
  color: rgb(112 26 117 / 0.95) !important;
}
.\!text-fuchsia-950{
  --tw-text-opacity: 1 !important;
  color: rgb(74 4 78 / var(--tw-text-opacity)) !important;
}
.\!text-fuchsia-950\/0{
  color: rgb(74 4 78 / 0) !important;
}
.\!text-fuchsia-950\/10{
  color: rgb(74 4 78 / 0.1) !important;
}
.\!text-fuchsia-950\/100{
  color: rgb(74 4 78 / 1) !important;
}
.\!text-fuchsia-950\/15{
  color: rgb(74 4 78 / 0.15) !important;
}
.\!text-fuchsia-950\/20{
  color: rgb(74 4 78 / 0.2) !important;
}
.\!text-fuchsia-950\/25{
  color: rgb(74 4 78 / 0.25) !important;
}
.\!text-fuchsia-950\/30{
  color: rgb(74 4 78 / 0.3) !important;
}
.\!text-fuchsia-950\/35{
  color: rgb(74 4 78 / 0.35) !important;
}
.\!text-fuchsia-950\/40{
  color: rgb(74 4 78 / 0.4) !important;
}
.\!text-fuchsia-950\/45{
  color: rgb(74 4 78 / 0.45) !important;
}
.\!text-fuchsia-950\/5{
  color: rgb(74 4 78 / 0.05) !important;
}
.\!text-fuchsia-950\/50{
  color: rgb(74 4 78 / 0.5) !important;
}
.\!text-fuchsia-950\/55{
  color: rgb(74 4 78 / 0.55) !important;
}
.\!text-fuchsia-950\/60{
  color: rgb(74 4 78 / 0.6) !important;
}
.\!text-fuchsia-950\/65{
  color: rgb(74 4 78 / 0.65) !important;
}
.\!text-fuchsia-950\/70{
  color: rgb(74 4 78 / 0.7) !important;
}
.\!text-fuchsia-950\/75{
  color: rgb(74 4 78 / 0.75) !important;
}
.\!text-fuchsia-950\/80{
  color: rgb(74 4 78 / 0.8) !important;
}
.\!text-fuchsia-950\/85{
  color: rgb(74 4 78 / 0.85) !important;
}
.\!text-fuchsia-950\/90{
  color: rgb(74 4 78 / 0.9) !important;
}
.\!text-fuchsia-950\/95{
  color: rgb(74 4 78 / 0.95) !important;
}
.\!text-fuschia-100{
  --tw-text-opacity: 1 !important;
  color: rgb(253 244 255 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-100\/0{
  color: rgb(253 244 255 / 0) !important;
}
.\!text-fuschia-100\/10{
  color: rgb(253 244 255 / 0.1) !important;
}
.\!text-fuschia-100\/100{
  color: rgb(253 244 255 / 1) !important;
}
.\!text-fuschia-100\/15{
  color: rgb(253 244 255 / 0.15) !important;
}
.\!text-fuschia-100\/20{
  color: rgb(253 244 255 / 0.2) !important;
}
.\!text-fuschia-100\/25{
  color: rgb(253 244 255 / 0.25) !important;
}
.\!text-fuschia-100\/30{
  color: rgb(253 244 255 / 0.3) !important;
}
.\!text-fuschia-100\/35{
  color: rgb(253 244 255 / 0.35) !important;
}
.\!text-fuschia-100\/40{
  color: rgb(253 244 255 / 0.4) !important;
}
.\!text-fuschia-100\/45{
  color: rgb(253 244 255 / 0.45) !important;
}
.\!text-fuschia-100\/5{
  color: rgb(253 244 255 / 0.05) !important;
}
.\!text-fuschia-100\/50{
  color: rgb(253 244 255 / 0.5) !important;
}
.\!text-fuschia-100\/55{
  color: rgb(253 244 255 / 0.55) !important;
}
.\!text-fuschia-100\/60{
  color: rgb(253 244 255 / 0.6) !important;
}
.\!text-fuschia-100\/65{
  color: rgb(253 244 255 / 0.65) !important;
}
.\!text-fuschia-100\/70{
  color: rgb(253 244 255 / 0.7) !important;
}
.\!text-fuschia-100\/75{
  color: rgb(253 244 255 / 0.75) !important;
}
.\!text-fuschia-100\/80{
  color: rgb(253 244 255 / 0.8) !important;
}
.\!text-fuschia-100\/85{
  color: rgb(253 244 255 / 0.85) !important;
}
.\!text-fuschia-100\/90{
  color: rgb(253 244 255 / 0.9) !important;
}
.\!text-fuschia-100\/95{
  color: rgb(253 244 255 / 0.95) !important;
}
.\!text-fuschia-200{
  --tw-text-opacity: 1 !important;
  color: rgb(250 232 255 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-200\/0{
  color: rgb(250 232 255 / 0) !important;
}
.\!text-fuschia-200\/10{
  color: rgb(250 232 255 / 0.1) !important;
}
.\!text-fuschia-200\/100{
  color: rgb(250 232 255 / 1) !important;
}
.\!text-fuschia-200\/15{
  color: rgb(250 232 255 / 0.15) !important;
}
.\!text-fuschia-200\/20{
  color: rgb(250 232 255 / 0.2) !important;
}
.\!text-fuschia-200\/25{
  color: rgb(250 232 255 / 0.25) !important;
}
.\!text-fuschia-200\/30{
  color: rgb(250 232 255 / 0.3) !important;
}
.\!text-fuschia-200\/35{
  color: rgb(250 232 255 / 0.35) !important;
}
.\!text-fuschia-200\/40{
  color: rgb(250 232 255 / 0.4) !important;
}
.\!text-fuschia-200\/45{
  color: rgb(250 232 255 / 0.45) !important;
}
.\!text-fuschia-200\/5{
  color: rgb(250 232 255 / 0.05) !important;
}
.\!text-fuschia-200\/50{
  color: rgb(250 232 255 / 0.5) !important;
}
.\!text-fuschia-200\/55{
  color: rgb(250 232 255 / 0.55) !important;
}
.\!text-fuschia-200\/60{
  color: rgb(250 232 255 / 0.6) !important;
}
.\!text-fuschia-200\/65{
  color: rgb(250 232 255 / 0.65) !important;
}
.\!text-fuschia-200\/70{
  color: rgb(250 232 255 / 0.7) !important;
}
.\!text-fuschia-200\/75{
  color: rgb(250 232 255 / 0.75) !important;
}
.\!text-fuschia-200\/80{
  color: rgb(250 232 255 / 0.8) !important;
}
.\!text-fuschia-200\/85{
  color: rgb(250 232 255 / 0.85) !important;
}
.\!text-fuschia-200\/90{
  color: rgb(250 232 255 / 0.9) !important;
}
.\!text-fuschia-200\/95{
  color: rgb(250 232 255 / 0.95) !important;
}
.\!text-fuschia-300{
  --tw-text-opacity: 1 !important;
  color: rgb(245 208 254 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-300\/0{
  color: rgb(245 208 254 / 0) !important;
}
.\!text-fuschia-300\/10{
  color: rgb(245 208 254 / 0.1) !important;
}
.\!text-fuschia-300\/100{
  color: rgb(245 208 254 / 1) !important;
}
.\!text-fuschia-300\/15{
  color: rgb(245 208 254 / 0.15) !important;
}
.\!text-fuschia-300\/20{
  color: rgb(245 208 254 / 0.2) !important;
}
.\!text-fuschia-300\/25{
  color: rgb(245 208 254 / 0.25) !important;
}
.\!text-fuschia-300\/30{
  color: rgb(245 208 254 / 0.3) !important;
}
.\!text-fuschia-300\/35{
  color: rgb(245 208 254 / 0.35) !important;
}
.\!text-fuschia-300\/40{
  color: rgb(245 208 254 / 0.4) !important;
}
.\!text-fuschia-300\/45{
  color: rgb(245 208 254 / 0.45) !important;
}
.\!text-fuschia-300\/5{
  color: rgb(245 208 254 / 0.05) !important;
}
.\!text-fuschia-300\/50{
  color: rgb(245 208 254 / 0.5) !important;
}
.\!text-fuschia-300\/55{
  color: rgb(245 208 254 / 0.55) !important;
}
.\!text-fuschia-300\/60{
  color: rgb(245 208 254 / 0.6) !important;
}
.\!text-fuschia-300\/65{
  color: rgb(245 208 254 / 0.65) !important;
}
.\!text-fuschia-300\/70{
  color: rgb(245 208 254 / 0.7) !important;
}
.\!text-fuschia-300\/75{
  color: rgb(245 208 254 / 0.75) !important;
}
.\!text-fuschia-300\/80{
  color: rgb(245 208 254 / 0.8) !important;
}
.\!text-fuschia-300\/85{
  color: rgb(245 208 254 / 0.85) !important;
}
.\!text-fuschia-300\/90{
  color: rgb(245 208 254 / 0.9) !important;
}
.\!text-fuschia-300\/95{
  color: rgb(245 208 254 / 0.95) !important;
}
.\!text-fuschia-350{
  --tw-text-opacity: 1 !important;
  color: rgb(240 171 252 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-350\/0{
  color: rgb(240 171 252 / 0) !important;
}
.\!text-fuschia-350\/10{
  color: rgb(240 171 252 / 0.1) !important;
}
.\!text-fuschia-350\/100{
  color: rgb(240 171 252 / 1) !important;
}
.\!text-fuschia-350\/15{
  color: rgb(240 171 252 / 0.15) !important;
}
.\!text-fuschia-350\/20{
  color: rgb(240 171 252 / 0.2) !important;
}
.\!text-fuschia-350\/25{
  color: rgb(240 171 252 / 0.25) !important;
}
.\!text-fuschia-350\/30{
  color: rgb(240 171 252 / 0.3) !important;
}
.\!text-fuschia-350\/35{
  color: rgb(240 171 252 / 0.35) !important;
}
.\!text-fuschia-350\/40{
  color: rgb(240 171 252 / 0.4) !important;
}
.\!text-fuschia-350\/45{
  color: rgb(240 171 252 / 0.45) !important;
}
.\!text-fuschia-350\/5{
  color: rgb(240 171 252 / 0.05) !important;
}
.\!text-fuschia-350\/50{
  color: rgb(240 171 252 / 0.5) !important;
}
.\!text-fuschia-350\/55{
  color: rgb(240 171 252 / 0.55) !important;
}
.\!text-fuschia-350\/60{
  color: rgb(240 171 252 / 0.6) !important;
}
.\!text-fuschia-350\/65{
  color: rgb(240 171 252 / 0.65) !important;
}
.\!text-fuschia-350\/70{
  color: rgb(240 171 252 / 0.7) !important;
}
.\!text-fuschia-350\/75{
  color: rgb(240 171 252 / 0.75) !important;
}
.\!text-fuschia-350\/80{
  color: rgb(240 171 252 / 0.8) !important;
}
.\!text-fuschia-350\/85{
  color: rgb(240 171 252 / 0.85) !important;
}
.\!text-fuschia-350\/90{
  color: rgb(240 171 252 / 0.9) !important;
}
.\!text-fuschia-350\/95{
  color: rgb(240 171 252 / 0.95) !important;
}
.\!text-fuschia-400{
  --tw-text-opacity: 1 !important;
  color: rgb(232 121 249 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-400\/0{
  color: rgb(232 121 249 / 0) !important;
}
.\!text-fuschia-400\/10{
  color: rgb(232 121 249 / 0.1) !important;
}
.\!text-fuschia-400\/100{
  color: rgb(232 121 249 / 1) !important;
}
.\!text-fuschia-400\/15{
  color: rgb(232 121 249 / 0.15) !important;
}
.\!text-fuschia-400\/20{
  color: rgb(232 121 249 / 0.2) !important;
}
.\!text-fuschia-400\/25{
  color: rgb(232 121 249 / 0.25) !important;
}
.\!text-fuschia-400\/30{
  color: rgb(232 121 249 / 0.3) !important;
}
.\!text-fuschia-400\/35{
  color: rgb(232 121 249 / 0.35) !important;
}
.\!text-fuschia-400\/40{
  color: rgb(232 121 249 / 0.4) !important;
}
.\!text-fuschia-400\/45{
  color: rgb(232 121 249 / 0.45) !important;
}
.\!text-fuschia-400\/5{
  color: rgb(232 121 249 / 0.05) !important;
}
.\!text-fuschia-400\/50{
  color: rgb(232 121 249 / 0.5) !important;
}
.\!text-fuschia-400\/55{
  color: rgb(232 121 249 / 0.55) !important;
}
.\!text-fuschia-400\/60{
  color: rgb(232 121 249 / 0.6) !important;
}
.\!text-fuschia-400\/65{
  color: rgb(232 121 249 / 0.65) !important;
}
.\!text-fuschia-400\/70{
  color: rgb(232 121 249 / 0.7) !important;
}
.\!text-fuschia-400\/75{
  color: rgb(232 121 249 / 0.75) !important;
}
.\!text-fuschia-400\/80{
  color: rgb(232 121 249 / 0.8) !important;
}
.\!text-fuschia-400\/85{
  color: rgb(232 121 249 / 0.85) !important;
}
.\!text-fuschia-400\/90{
  color: rgb(232 121 249 / 0.9) !important;
}
.\!text-fuschia-400\/95{
  color: rgb(232 121 249 / 0.95) !important;
}
.\!text-fuschia-450{
  --tw-text-opacity: 1 !important;
  color: rgb(217 70 239 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-450\/0{
  color: rgb(217 70 239 / 0) !important;
}
.\!text-fuschia-450\/10{
  color: rgb(217 70 239 / 0.1) !important;
}
.\!text-fuschia-450\/100{
  color: rgb(217 70 239 / 1) !important;
}
.\!text-fuschia-450\/15{
  color: rgb(217 70 239 / 0.15) !important;
}
.\!text-fuschia-450\/20{
  color: rgb(217 70 239 / 0.2) !important;
}
.\!text-fuschia-450\/25{
  color: rgb(217 70 239 / 0.25) !important;
}
.\!text-fuschia-450\/30{
  color: rgb(217 70 239 / 0.3) !important;
}
.\!text-fuschia-450\/35{
  color: rgb(217 70 239 / 0.35) !important;
}
.\!text-fuschia-450\/40{
  color: rgb(217 70 239 / 0.4) !important;
}
.\!text-fuschia-450\/45{
  color: rgb(217 70 239 / 0.45) !important;
}
.\!text-fuschia-450\/5{
  color: rgb(217 70 239 / 0.05) !important;
}
.\!text-fuschia-450\/50{
  color: rgb(217 70 239 / 0.5) !important;
}
.\!text-fuschia-450\/55{
  color: rgb(217 70 239 / 0.55) !important;
}
.\!text-fuschia-450\/60{
  color: rgb(217 70 239 / 0.6) !important;
}
.\!text-fuschia-450\/65{
  color: rgb(217 70 239 / 0.65) !important;
}
.\!text-fuschia-450\/70{
  color: rgb(217 70 239 / 0.7) !important;
}
.\!text-fuschia-450\/75{
  color: rgb(217 70 239 / 0.75) !important;
}
.\!text-fuschia-450\/80{
  color: rgb(217 70 239 / 0.8) !important;
}
.\!text-fuschia-450\/85{
  color: rgb(217 70 239 / 0.85) !important;
}
.\!text-fuschia-450\/90{
  color: rgb(217 70 239 / 0.9) !important;
}
.\!text-fuschia-450\/95{
  color: rgb(217 70 239 / 0.95) !important;
}
.\!text-fuschia-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 250 255 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-50\/0{
  color: rgb(254 250 255 / 0) !important;
}
.\!text-fuschia-50\/10{
  color: rgb(254 250 255 / 0.1) !important;
}
.\!text-fuschia-50\/100{
  color: rgb(254 250 255 / 1) !important;
}
.\!text-fuschia-50\/15{
  color: rgb(254 250 255 / 0.15) !important;
}
.\!text-fuschia-50\/20{
  color: rgb(254 250 255 / 0.2) !important;
}
.\!text-fuschia-50\/25{
  color: rgb(254 250 255 / 0.25) !important;
}
.\!text-fuschia-50\/30{
  color: rgb(254 250 255 / 0.3) !important;
}
.\!text-fuschia-50\/35{
  color: rgb(254 250 255 / 0.35) !important;
}
.\!text-fuschia-50\/40{
  color: rgb(254 250 255 / 0.4) !important;
}
.\!text-fuschia-50\/45{
  color: rgb(254 250 255 / 0.45) !important;
}
.\!text-fuschia-50\/5{
  color: rgb(254 250 255 / 0.05) !important;
}
.\!text-fuschia-50\/50{
  color: rgb(254 250 255 / 0.5) !important;
}
.\!text-fuschia-50\/55{
  color: rgb(254 250 255 / 0.55) !important;
}
.\!text-fuschia-50\/60{
  color: rgb(254 250 255 / 0.6) !important;
}
.\!text-fuschia-50\/65{
  color: rgb(254 250 255 / 0.65) !important;
}
.\!text-fuschia-50\/70{
  color: rgb(254 250 255 / 0.7) !important;
}
.\!text-fuschia-50\/75{
  color: rgb(254 250 255 / 0.75) !important;
}
.\!text-fuschia-50\/80{
  color: rgb(254 250 255 / 0.8) !important;
}
.\!text-fuschia-50\/85{
  color: rgb(254 250 255 / 0.85) !important;
}
.\!text-fuschia-50\/90{
  color: rgb(254 250 255 / 0.9) !important;
}
.\!text-fuschia-50\/95{
  color: rgb(254 250 255 / 0.95) !important;
}
.\!text-fuschia-500{
  --tw-text-opacity: 1 !important;
  color: rgb(192 38 211 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-500\/0{
  color: rgb(192 38 211 / 0) !important;
}
.\!text-fuschia-500\/10{
  color: rgb(192 38 211 / 0.1) !important;
}
.\!text-fuschia-500\/100{
  color: rgb(192 38 211 / 1) !important;
}
.\!text-fuschia-500\/15{
  color: rgb(192 38 211 / 0.15) !important;
}
.\!text-fuschia-500\/20{
  color: rgb(192 38 211 / 0.2) !important;
}
.\!text-fuschia-500\/25{
  color: rgb(192 38 211 / 0.25) !important;
}
.\!text-fuschia-500\/30{
  color: rgb(192 38 211 / 0.3) !important;
}
.\!text-fuschia-500\/35{
  color: rgb(192 38 211 / 0.35) !important;
}
.\!text-fuschia-500\/40{
  color: rgb(192 38 211 / 0.4) !important;
}
.\!text-fuschia-500\/45{
  color: rgb(192 38 211 / 0.45) !important;
}
.\!text-fuschia-500\/5{
  color: rgb(192 38 211 / 0.05) !important;
}
.\!text-fuschia-500\/50{
  color: rgb(192 38 211 / 0.5) !important;
}
.\!text-fuschia-500\/55{
  color: rgb(192 38 211 / 0.55) !important;
}
.\!text-fuschia-500\/60{
  color: rgb(192 38 211 / 0.6) !important;
}
.\!text-fuschia-500\/65{
  color: rgb(192 38 211 / 0.65) !important;
}
.\!text-fuschia-500\/70{
  color: rgb(192 38 211 / 0.7) !important;
}
.\!text-fuschia-500\/75{
  color: rgb(192 38 211 / 0.75) !important;
}
.\!text-fuschia-500\/80{
  color: rgb(192 38 211 / 0.8) !important;
}
.\!text-fuschia-500\/85{
  color: rgb(192 38 211 / 0.85) !important;
}
.\!text-fuschia-500\/90{
  color: rgb(192 38 211 / 0.9) !important;
}
.\!text-fuschia-500\/95{
  color: rgb(192 38 211 / 0.95) !important;
}
.\!text-fuschia-600{
  --tw-text-opacity: 1 !important;
  color: rgb(162 28 175 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-600\/0{
  color: rgb(162 28 175 / 0) !important;
}
.\!text-fuschia-600\/10{
  color: rgb(162 28 175 / 0.1) !important;
}
.\!text-fuschia-600\/100{
  color: rgb(162 28 175 / 1) !important;
}
.\!text-fuschia-600\/15{
  color: rgb(162 28 175 / 0.15) !important;
}
.\!text-fuschia-600\/20{
  color: rgb(162 28 175 / 0.2) !important;
}
.\!text-fuschia-600\/25{
  color: rgb(162 28 175 / 0.25) !important;
}
.\!text-fuschia-600\/30{
  color: rgb(162 28 175 / 0.3) !important;
}
.\!text-fuschia-600\/35{
  color: rgb(162 28 175 / 0.35) !important;
}
.\!text-fuschia-600\/40{
  color: rgb(162 28 175 / 0.4) !important;
}
.\!text-fuschia-600\/45{
  color: rgb(162 28 175 / 0.45) !important;
}
.\!text-fuschia-600\/5{
  color: rgb(162 28 175 / 0.05) !important;
}
.\!text-fuschia-600\/50{
  color: rgb(162 28 175 / 0.5) !important;
}
.\!text-fuschia-600\/55{
  color: rgb(162 28 175 / 0.55) !important;
}
.\!text-fuschia-600\/60{
  color: rgb(162 28 175 / 0.6) !important;
}
.\!text-fuschia-600\/65{
  color: rgb(162 28 175 / 0.65) !important;
}
.\!text-fuschia-600\/70{
  color: rgb(162 28 175 / 0.7) !important;
}
.\!text-fuschia-600\/75{
  color: rgb(162 28 175 / 0.75) !important;
}
.\!text-fuschia-600\/80{
  color: rgb(162 28 175 / 0.8) !important;
}
.\!text-fuschia-600\/85{
  color: rgb(162 28 175 / 0.85) !important;
}
.\!text-fuschia-600\/90{
  color: rgb(162 28 175 / 0.9) !important;
}
.\!text-fuschia-600\/95{
  color: rgb(162 28 175 / 0.95) !important;
}
.\!text-fuschia-650{
  --tw-text-opacity: 1 !important;
  color: rgb(134 25 143 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-650\/0{
  color: rgb(134 25 143 / 0) !important;
}
.\!text-fuschia-650\/10{
  color: rgb(134 25 143 / 0.1) !important;
}
.\!text-fuschia-650\/100{
  color: rgb(134 25 143 / 1) !important;
}
.\!text-fuschia-650\/15{
  color: rgb(134 25 143 / 0.15) !important;
}
.\!text-fuschia-650\/20{
  color: rgb(134 25 143 / 0.2) !important;
}
.\!text-fuschia-650\/25{
  color: rgb(134 25 143 / 0.25) !important;
}
.\!text-fuschia-650\/30{
  color: rgb(134 25 143 / 0.3) !important;
}
.\!text-fuschia-650\/35{
  color: rgb(134 25 143 / 0.35) !important;
}
.\!text-fuschia-650\/40{
  color: rgb(134 25 143 / 0.4) !important;
}
.\!text-fuschia-650\/45{
  color: rgb(134 25 143 / 0.45) !important;
}
.\!text-fuschia-650\/5{
  color: rgb(134 25 143 / 0.05) !important;
}
.\!text-fuschia-650\/50{
  color: rgb(134 25 143 / 0.5) !important;
}
.\!text-fuschia-650\/55{
  color: rgb(134 25 143 / 0.55) !important;
}
.\!text-fuschia-650\/60{
  color: rgb(134 25 143 / 0.6) !important;
}
.\!text-fuschia-650\/65{
  color: rgb(134 25 143 / 0.65) !important;
}
.\!text-fuschia-650\/70{
  color: rgb(134 25 143 / 0.7) !important;
}
.\!text-fuschia-650\/75{
  color: rgb(134 25 143 / 0.75) !important;
}
.\!text-fuschia-650\/80{
  color: rgb(134 25 143 / 0.8) !important;
}
.\!text-fuschia-650\/85{
  color: rgb(134 25 143 / 0.85) !important;
}
.\!text-fuschia-650\/90{
  color: rgb(134 25 143 / 0.9) !important;
}
.\!text-fuschia-650\/95{
  color: rgb(134 25 143 / 0.95) !important;
}
.\!text-fuschia-700{
  --tw-text-opacity: 1 !important;
  color: rgb(112 26 117 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-700\/0{
  color: rgb(112 26 117 / 0) !important;
}
.\!text-fuschia-700\/10{
  color: rgb(112 26 117 / 0.1) !important;
}
.\!text-fuschia-700\/100{
  color: rgb(112 26 117 / 1) !important;
}
.\!text-fuschia-700\/15{
  color: rgb(112 26 117 / 0.15) !important;
}
.\!text-fuschia-700\/20{
  color: rgb(112 26 117 / 0.2) !important;
}
.\!text-fuschia-700\/25{
  color: rgb(112 26 117 / 0.25) !important;
}
.\!text-fuschia-700\/30{
  color: rgb(112 26 117 / 0.3) !important;
}
.\!text-fuschia-700\/35{
  color: rgb(112 26 117 / 0.35) !important;
}
.\!text-fuschia-700\/40{
  color: rgb(112 26 117 / 0.4) !important;
}
.\!text-fuschia-700\/45{
  color: rgb(112 26 117 / 0.45) !important;
}
.\!text-fuschia-700\/5{
  color: rgb(112 26 117 / 0.05) !important;
}
.\!text-fuschia-700\/50{
  color: rgb(112 26 117 / 0.5) !important;
}
.\!text-fuschia-700\/55{
  color: rgb(112 26 117 / 0.55) !important;
}
.\!text-fuschia-700\/60{
  color: rgb(112 26 117 / 0.6) !important;
}
.\!text-fuschia-700\/65{
  color: rgb(112 26 117 / 0.65) !important;
}
.\!text-fuschia-700\/70{
  color: rgb(112 26 117 / 0.7) !important;
}
.\!text-fuschia-700\/75{
  color: rgb(112 26 117 / 0.75) !important;
}
.\!text-fuschia-700\/80{
  color: rgb(112 26 117 / 0.8) !important;
}
.\!text-fuschia-700\/85{
  color: rgb(112 26 117 / 0.85) !important;
}
.\!text-fuschia-700\/90{
  color: rgb(112 26 117 / 0.9) !important;
}
.\!text-fuschia-700\/95{
  color: rgb(112 26 117 / 0.95) !important;
}
.\!text-fuschia-750{
  --tw-text-opacity: 1 !important;
  color: rgb(97 16 102 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-750\/0{
  color: rgb(97 16 102 / 0) !important;
}
.\!text-fuschia-750\/10{
  color: rgb(97 16 102 / 0.1) !important;
}
.\!text-fuschia-750\/100{
  color: rgb(97 16 102 / 1) !important;
}
.\!text-fuschia-750\/15{
  color: rgb(97 16 102 / 0.15) !important;
}
.\!text-fuschia-750\/20{
  color: rgb(97 16 102 / 0.2) !important;
}
.\!text-fuschia-750\/25{
  color: rgb(97 16 102 / 0.25) !important;
}
.\!text-fuschia-750\/30{
  color: rgb(97 16 102 / 0.3) !important;
}
.\!text-fuschia-750\/35{
  color: rgb(97 16 102 / 0.35) !important;
}
.\!text-fuschia-750\/40{
  color: rgb(97 16 102 / 0.4) !important;
}
.\!text-fuschia-750\/45{
  color: rgb(97 16 102 / 0.45) !important;
}
.\!text-fuschia-750\/5{
  color: rgb(97 16 102 / 0.05) !important;
}
.\!text-fuschia-750\/50{
  color: rgb(97 16 102 / 0.5) !important;
}
.\!text-fuschia-750\/55{
  color: rgb(97 16 102 / 0.55) !important;
}
.\!text-fuschia-750\/60{
  color: rgb(97 16 102 / 0.6) !important;
}
.\!text-fuschia-750\/65{
  color: rgb(97 16 102 / 0.65) !important;
}
.\!text-fuschia-750\/70{
  color: rgb(97 16 102 / 0.7) !important;
}
.\!text-fuschia-750\/75{
  color: rgb(97 16 102 / 0.75) !important;
}
.\!text-fuschia-750\/80{
  color: rgb(97 16 102 / 0.8) !important;
}
.\!text-fuschia-750\/85{
  color: rgb(97 16 102 / 0.85) !important;
}
.\!text-fuschia-750\/90{
  color: rgb(97 16 102 / 0.9) !important;
}
.\!text-fuschia-750\/95{
  color: rgb(97 16 102 / 0.95) !important;
}
.\!text-fuschia-800{
  --tw-text-opacity: 1 !important;
  color: rgb(83 11 87 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-800\/0{
  color: rgb(83 11 87 / 0) !important;
}
.\!text-fuschia-800\/10{
  color: rgb(83 11 87 / 0.1) !important;
}
.\!text-fuschia-800\/100{
  color: rgb(83 11 87 / 1) !important;
}
.\!text-fuschia-800\/15{
  color: rgb(83 11 87 / 0.15) !important;
}
.\!text-fuschia-800\/20{
  color: rgb(83 11 87 / 0.2) !important;
}
.\!text-fuschia-800\/25{
  color: rgb(83 11 87 / 0.25) !important;
}
.\!text-fuschia-800\/30{
  color: rgb(83 11 87 / 0.3) !important;
}
.\!text-fuschia-800\/35{
  color: rgb(83 11 87 / 0.35) !important;
}
.\!text-fuschia-800\/40{
  color: rgb(83 11 87 / 0.4) !important;
}
.\!text-fuschia-800\/45{
  color: rgb(83 11 87 / 0.45) !important;
}
.\!text-fuschia-800\/5{
  color: rgb(83 11 87 / 0.05) !important;
}
.\!text-fuschia-800\/50{
  color: rgb(83 11 87 / 0.5) !important;
}
.\!text-fuschia-800\/55{
  color: rgb(83 11 87 / 0.55) !important;
}
.\!text-fuschia-800\/60{
  color: rgb(83 11 87 / 0.6) !important;
}
.\!text-fuschia-800\/65{
  color: rgb(83 11 87 / 0.65) !important;
}
.\!text-fuschia-800\/70{
  color: rgb(83 11 87 / 0.7) !important;
}
.\!text-fuschia-800\/75{
  color: rgb(83 11 87 / 0.75) !important;
}
.\!text-fuschia-800\/80{
  color: rgb(83 11 87 / 0.8) !important;
}
.\!text-fuschia-800\/85{
  color: rgb(83 11 87 / 0.85) !important;
}
.\!text-fuschia-800\/90{
  color: rgb(83 11 87 / 0.9) !important;
}
.\!text-fuschia-800\/95{
  color: rgb(83 11 87 / 0.95) !important;
}
.\!text-fuschia-900{
  --tw-text-opacity: 1 !important;
  color: rgb(48 3 51 / var(--tw-text-opacity)) !important;
}
.\!text-fuschia-900\/0{
  color: rgb(48 3 51 / 0) !important;
}
.\!text-fuschia-900\/10{
  color: rgb(48 3 51 / 0.1) !important;
}
.\!text-fuschia-900\/100{
  color: rgb(48 3 51 / 1) !important;
}
.\!text-fuschia-900\/15{
  color: rgb(48 3 51 / 0.15) !important;
}
.\!text-fuschia-900\/20{
  color: rgb(48 3 51 / 0.2) !important;
}
.\!text-fuschia-900\/25{
  color: rgb(48 3 51 / 0.25) !important;
}
.\!text-fuschia-900\/30{
  color: rgb(48 3 51 / 0.3) !important;
}
.\!text-fuschia-900\/35{
  color: rgb(48 3 51 / 0.35) !important;
}
.\!text-fuschia-900\/40{
  color: rgb(48 3 51 / 0.4) !important;
}
.\!text-fuschia-900\/45{
  color: rgb(48 3 51 / 0.45) !important;
}
.\!text-fuschia-900\/5{
  color: rgb(48 3 51 / 0.05) !important;
}
.\!text-fuschia-900\/50{
  color: rgb(48 3 51 / 0.5) !important;
}
.\!text-fuschia-900\/55{
  color: rgb(48 3 51 / 0.55) !important;
}
.\!text-fuschia-900\/60{
  color: rgb(48 3 51 / 0.6) !important;
}
.\!text-fuschia-900\/65{
  color: rgb(48 3 51 / 0.65) !important;
}
.\!text-fuschia-900\/70{
  color: rgb(48 3 51 / 0.7) !important;
}
.\!text-fuschia-900\/75{
  color: rgb(48 3 51 / 0.75) !important;
}
.\!text-fuschia-900\/80{
  color: rgb(48 3 51 / 0.8) !important;
}
.\!text-fuschia-900\/85{
  color: rgb(48 3 51 / 0.85) !important;
}
.\!text-fuschia-900\/90{
  color: rgb(48 3 51 / 0.9) !important;
}
.\!text-fuschia-900\/95{
  color: rgb(48 3 51 / 0.95) !important;
}
.\!text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.\!text-gray-100\/0{
  color: rgb(243 244 246 / 0) !important;
}
.\!text-gray-100\/10{
  color: rgb(243 244 246 / 0.1) !important;
}
.\!text-gray-100\/100{
  color: rgb(243 244 246 / 1) !important;
}
.\!text-gray-100\/15{
  color: rgb(243 244 246 / 0.15) !important;
}
.\!text-gray-100\/20{
  color: rgb(243 244 246 / 0.2) !important;
}
.\!text-gray-100\/25{
  color: rgb(243 244 246 / 0.25) !important;
}
.\!text-gray-100\/30{
  color: rgb(243 244 246 / 0.3) !important;
}
.\!text-gray-100\/35{
  color: rgb(243 244 246 / 0.35) !important;
}
.\!text-gray-100\/40{
  color: rgb(243 244 246 / 0.4) !important;
}
.\!text-gray-100\/45{
  color: rgb(243 244 246 / 0.45) !important;
}
.\!text-gray-100\/5{
  color: rgb(243 244 246 / 0.05) !important;
}
.\!text-gray-100\/50{
  color: rgb(243 244 246 / 0.5) !important;
}
.\!text-gray-100\/55{
  color: rgb(243 244 246 / 0.55) !important;
}
.\!text-gray-100\/60{
  color: rgb(243 244 246 / 0.6) !important;
}
.\!text-gray-100\/65{
  color: rgb(243 244 246 / 0.65) !important;
}
.\!text-gray-100\/70{
  color: rgb(243 244 246 / 0.7) !important;
}
.\!text-gray-100\/75{
  color: rgb(243 244 246 / 0.75) !important;
}
.\!text-gray-100\/80{
  color: rgb(243 244 246 / 0.8) !important;
}
.\!text-gray-100\/85{
  color: rgb(243 244 246 / 0.85) !important;
}
.\!text-gray-100\/90{
  color: rgb(243 244 246 / 0.9) !important;
}
.\!text-gray-100\/95{
  color: rgb(243 244 246 / 0.95) !important;
}
.\!text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}
.\!text-gray-200\/0{
  color: rgb(229 231 235 / 0) !important;
}
.\!text-gray-200\/10{
  color: rgb(229 231 235 / 0.1) !important;
}
.\!text-gray-200\/100{
  color: rgb(229 231 235 / 1) !important;
}
.\!text-gray-200\/15{
  color: rgb(229 231 235 / 0.15) !important;
}
.\!text-gray-200\/20{
  color: rgb(229 231 235 / 0.2) !important;
}
.\!text-gray-200\/25{
  color: rgb(229 231 235 / 0.25) !important;
}
.\!text-gray-200\/30{
  color: rgb(229 231 235 / 0.3) !important;
}
.\!text-gray-200\/35{
  color: rgb(229 231 235 / 0.35) !important;
}
.\!text-gray-200\/40{
  color: rgb(229 231 235 / 0.4) !important;
}
.\!text-gray-200\/45{
  color: rgb(229 231 235 / 0.45) !important;
}
.\!text-gray-200\/5{
  color: rgb(229 231 235 / 0.05) !important;
}
.\!text-gray-200\/50{
  color: rgb(229 231 235 / 0.5) !important;
}
.\!text-gray-200\/55{
  color: rgb(229 231 235 / 0.55) !important;
}
.\!text-gray-200\/60{
  color: rgb(229 231 235 / 0.6) !important;
}
.\!text-gray-200\/65{
  color: rgb(229 231 235 / 0.65) !important;
}
.\!text-gray-200\/70{
  color: rgb(229 231 235 / 0.7) !important;
}
.\!text-gray-200\/75{
  color: rgb(229 231 235 / 0.75) !important;
}
.\!text-gray-200\/80{
  color: rgb(229 231 235 / 0.8) !important;
}
.\!text-gray-200\/85{
  color: rgb(229 231 235 / 0.85) !important;
}
.\!text-gray-200\/90{
  color: rgb(229 231 235 / 0.9) !important;
}
.\!text-gray-200\/95{
  color: rgb(229 231 235 / 0.95) !important;
}
.\!text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.\!text-gray-300\/0{
  color: rgb(209 213 219 / 0) !important;
}
.\!text-gray-300\/10{
  color: rgb(209 213 219 / 0.1) !important;
}
.\!text-gray-300\/100{
  color: rgb(209 213 219 / 1) !important;
}
.\!text-gray-300\/15{
  color: rgb(209 213 219 / 0.15) !important;
}
.\!text-gray-300\/20{
  color: rgb(209 213 219 / 0.2) !important;
}
.\!text-gray-300\/25{
  color: rgb(209 213 219 / 0.25) !important;
}
.\!text-gray-300\/30{
  color: rgb(209 213 219 / 0.3) !important;
}
.\!text-gray-300\/35{
  color: rgb(209 213 219 / 0.35) !important;
}
.\!text-gray-300\/40{
  color: rgb(209 213 219 / 0.4) !important;
}
.\!text-gray-300\/45{
  color: rgb(209 213 219 / 0.45) !important;
}
.\!text-gray-300\/5{
  color: rgb(209 213 219 / 0.05) !important;
}
.\!text-gray-300\/50{
  color: rgb(209 213 219 / 0.5) !important;
}
.\!text-gray-300\/55{
  color: rgb(209 213 219 / 0.55) !important;
}
.\!text-gray-300\/60{
  color: rgb(209 213 219 / 0.6) !important;
}
.\!text-gray-300\/65{
  color: rgb(209 213 219 / 0.65) !important;
}
.\!text-gray-300\/70{
  color: rgb(209 213 219 / 0.7) !important;
}
.\!text-gray-300\/75{
  color: rgb(209 213 219 / 0.75) !important;
}
.\!text-gray-300\/80{
  color: rgb(209 213 219 / 0.8) !important;
}
.\!text-gray-300\/85{
  color: rgb(209 213 219 / 0.85) !important;
}
.\!text-gray-300\/90{
  color: rgb(209 213 219 / 0.9) !important;
}
.\!text-gray-300\/95{
  color: rgb(209 213 219 / 0.95) !important;
}
.\!text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.\!text-gray-400\/0{
  color: rgb(156 163 175 / 0) !important;
}
.\!text-gray-400\/10{
  color: rgb(156 163 175 / 0.1) !important;
}
.\!text-gray-400\/100{
  color: rgb(156 163 175 / 1) !important;
}
.\!text-gray-400\/15{
  color: rgb(156 163 175 / 0.15) !important;
}
.\!text-gray-400\/20{
  color: rgb(156 163 175 / 0.2) !important;
}
.\!text-gray-400\/25{
  color: rgb(156 163 175 / 0.25) !important;
}
.\!text-gray-400\/30{
  color: rgb(156 163 175 / 0.3) !important;
}
.\!text-gray-400\/35{
  color: rgb(156 163 175 / 0.35) !important;
}
.\!text-gray-400\/40{
  color: rgb(156 163 175 / 0.4) !important;
}
.\!text-gray-400\/45{
  color: rgb(156 163 175 / 0.45) !important;
}
.\!text-gray-400\/5{
  color: rgb(156 163 175 / 0.05) !important;
}
.\!text-gray-400\/50{
  color: rgb(156 163 175 / 0.5) !important;
}
.\!text-gray-400\/55{
  color: rgb(156 163 175 / 0.55) !important;
}
.\!text-gray-400\/60{
  color: rgb(156 163 175 / 0.6) !important;
}
.\!text-gray-400\/65{
  color: rgb(156 163 175 / 0.65) !important;
}
.\!text-gray-400\/70{
  color: rgb(156 163 175 / 0.7) !important;
}
.\!text-gray-400\/75{
  color: rgb(156 163 175 / 0.75) !important;
}
.\!text-gray-400\/80{
  color: rgb(156 163 175 / 0.8) !important;
}
.\!text-gray-400\/85{
  color: rgb(156 163 175 / 0.85) !important;
}
.\!text-gray-400\/90{
  color: rgb(156 163 175 / 0.9) !important;
}
.\!text-gray-400\/95{
  color: rgb(156 163 175 / 0.95) !important;
}
.\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}
.\!text-gray-50\/0{
  color: rgb(249 250 251 / 0) !important;
}
.\!text-gray-50\/10{
  color: rgb(249 250 251 / 0.1) !important;
}
.\!text-gray-50\/100{
  color: rgb(249 250 251 / 1) !important;
}
.\!text-gray-50\/15{
  color: rgb(249 250 251 / 0.15) !important;
}
.\!text-gray-50\/20{
  color: rgb(249 250 251 / 0.2) !important;
}
.\!text-gray-50\/25{
  color: rgb(249 250 251 / 0.25) !important;
}
.\!text-gray-50\/30{
  color: rgb(249 250 251 / 0.3) !important;
}
.\!text-gray-50\/35{
  color: rgb(249 250 251 / 0.35) !important;
}
.\!text-gray-50\/40{
  color: rgb(249 250 251 / 0.4) !important;
}
.\!text-gray-50\/45{
  color: rgb(249 250 251 / 0.45) !important;
}
.\!text-gray-50\/5{
  color: rgb(249 250 251 / 0.05) !important;
}
.\!text-gray-50\/50{
  color: rgb(249 250 251 / 0.5) !important;
}
.\!text-gray-50\/55{
  color: rgb(249 250 251 / 0.55) !important;
}
.\!text-gray-50\/60{
  color: rgb(249 250 251 / 0.6) !important;
}
.\!text-gray-50\/65{
  color: rgb(249 250 251 / 0.65) !important;
}
.\!text-gray-50\/70{
  color: rgb(249 250 251 / 0.7) !important;
}
.\!text-gray-50\/75{
  color: rgb(249 250 251 / 0.75) !important;
}
.\!text-gray-50\/80{
  color: rgb(249 250 251 / 0.8) !important;
}
.\!text-gray-50\/85{
  color: rgb(249 250 251 / 0.85) !important;
}
.\!text-gray-50\/90{
  color: rgb(249 250 251 / 0.9) !important;
}
.\!text-gray-50\/95{
  color: rgb(249 250 251 / 0.95) !important;
}
.\!text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.\!text-gray-500\/0{
  color: rgb(107 114 128 / 0) !important;
}
.\!text-gray-500\/10{
  color: rgb(107 114 128 / 0.1) !important;
}
.\!text-gray-500\/100{
  color: rgb(107 114 128 / 1) !important;
}
.\!text-gray-500\/15{
  color: rgb(107 114 128 / 0.15) !important;
}
.\!text-gray-500\/20{
  color: rgb(107 114 128 / 0.2) !important;
}
.\!text-gray-500\/25{
  color: rgb(107 114 128 / 0.25) !important;
}
.\!text-gray-500\/30{
  color: rgb(107 114 128 / 0.3) !important;
}
.\!text-gray-500\/35{
  color: rgb(107 114 128 / 0.35) !important;
}
.\!text-gray-500\/40{
  color: rgb(107 114 128 / 0.4) !important;
}
.\!text-gray-500\/45{
  color: rgb(107 114 128 / 0.45) !important;
}
.\!text-gray-500\/5{
  color: rgb(107 114 128 / 0.05) !important;
}
.\!text-gray-500\/50{
  color: rgb(107 114 128 / 0.5) !important;
}
.\!text-gray-500\/55{
  color: rgb(107 114 128 / 0.55) !important;
}
.\!text-gray-500\/60{
  color: rgb(107 114 128 / 0.6) !important;
}
.\!text-gray-500\/65{
  color: rgb(107 114 128 / 0.65) !important;
}
.\!text-gray-500\/70{
  color: rgb(107 114 128 / 0.7) !important;
}
.\!text-gray-500\/75{
  color: rgb(107 114 128 / 0.75) !important;
}
.\!text-gray-500\/80{
  color: rgb(107 114 128 / 0.8) !important;
}
.\!text-gray-500\/85{
  color: rgb(107 114 128 / 0.85) !important;
}
.\!text-gray-500\/90{
  color: rgb(107 114 128 / 0.9) !important;
}
.\!text-gray-500\/95{
  color: rgb(107 114 128 / 0.95) !important;
}
.\!text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.\!text-gray-600\/0{
  color: rgb(75 85 99 / 0) !important;
}
.\!text-gray-600\/10{
  color: rgb(75 85 99 / 0.1) !important;
}
.\!text-gray-600\/100{
  color: rgb(75 85 99 / 1) !important;
}
.\!text-gray-600\/15{
  color: rgb(75 85 99 / 0.15) !important;
}
.\!text-gray-600\/20{
  color: rgb(75 85 99 / 0.2) !important;
}
.\!text-gray-600\/25{
  color: rgb(75 85 99 / 0.25) !important;
}
.\!text-gray-600\/30{
  color: rgb(75 85 99 / 0.3) !important;
}
.\!text-gray-600\/35{
  color: rgb(75 85 99 / 0.35) !important;
}
.\!text-gray-600\/40{
  color: rgb(75 85 99 / 0.4) !important;
}
.\!text-gray-600\/45{
  color: rgb(75 85 99 / 0.45) !important;
}
.\!text-gray-600\/5{
  color: rgb(75 85 99 / 0.05) !important;
}
.\!text-gray-600\/50{
  color: rgb(75 85 99 / 0.5) !important;
}
.\!text-gray-600\/55{
  color: rgb(75 85 99 / 0.55) !important;
}
.\!text-gray-600\/60{
  color: rgb(75 85 99 / 0.6) !important;
}
.\!text-gray-600\/65{
  color: rgb(75 85 99 / 0.65) !important;
}
.\!text-gray-600\/70{
  color: rgb(75 85 99 / 0.7) !important;
}
.\!text-gray-600\/75{
  color: rgb(75 85 99 / 0.75) !important;
}
.\!text-gray-600\/80{
  color: rgb(75 85 99 / 0.8) !important;
}
.\!text-gray-600\/85{
  color: rgb(75 85 99 / 0.85) !important;
}
.\!text-gray-600\/90{
  color: rgb(75 85 99 / 0.9) !important;
}
.\!text-gray-600\/95{
  color: rgb(75 85 99 / 0.95) !important;
}
.\!text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.\!text-gray-700\/0{
  color: rgb(55 65 81 / 0) !important;
}
.\!text-gray-700\/10{
  color: rgb(55 65 81 / 0.1) !important;
}
.\!text-gray-700\/100{
  color: rgb(55 65 81 / 1) !important;
}
.\!text-gray-700\/15{
  color: rgb(55 65 81 / 0.15) !important;
}
.\!text-gray-700\/20{
  color: rgb(55 65 81 / 0.2) !important;
}
.\!text-gray-700\/25{
  color: rgb(55 65 81 / 0.25) !important;
}
.\!text-gray-700\/30{
  color: rgb(55 65 81 / 0.3) !important;
}
.\!text-gray-700\/35{
  color: rgb(55 65 81 / 0.35) !important;
}
.\!text-gray-700\/40{
  color: rgb(55 65 81 / 0.4) !important;
}
.\!text-gray-700\/45{
  color: rgb(55 65 81 / 0.45) !important;
}
.\!text-gray-700\/5{
  color: rgb(55 65 81 / 0.05) !important;
}
.\!text-gray-700\/50{
  color: rgb(55 65 81 / 0.5) !important;
}
.\!text-gray-700\/55{
  color: rgb(55 65 81 / 0.55) !important;
}
.\!text-gray-700\/60{
  color: rgb(55 65 81 / 0.6) !important;
}
.\!text-gray-700\/65{
  color: rgb(55 65 81 / 0.65) !important;
}
.\!text-gray-700\/70{
  color: rgb(55 65 81 / 0.7) !important;
}
.\!text-gray-700\/75{
  color: rgb(55 65 81 / 0.75) !important;
}
.\!text-gray-700\/80{
  color: rgb(55 65 81 / 0.8) !important;
}
.\!text-gray-700\/85{
  color: rgb(55 65 81 / 0.85) !important;
}
.\!text-gray-700\/90{
  color: rgb(55 65 81 / 0.9) !important;
}
.\!text-gray-700\/95{
  color: rgb(55 65 81 / 0.95) !important;
}
.\!text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.\!text-gray-800\/0{
  color: rgb(31 41 55 / 0) !important;
}
.\!text-gray-800\/10{
  color: rgb(31 41 55 / 0.1) !important;
}
.\!text-gray-800\/100{
  color: rgb(31 41 55 / 1) !important;
}
.\!text-gray-800\/15{
  color: rgb(31 41 55 / 0.15) !important;
}
.\!text-gray-800\/20{
  color: rgb(31 41 55 / 0.2) !important;
}
.\!text-gray-800\/25{
  color: rgb(31 41 55 / 0.25) !important;
}
.\!text-gray-800\/30{
  color: rgb(31 41 55 / 0.3) !important;
}
.\!text-gray-800\/35{
  color: rgb(31 41 55 / 0.35) !important;
}
.\!text-gray-800\/40{
  color: rgb(31 41 55 / 0.4) !important;
}
.\!text-gray-800\/45{
  color: rgb(31 41 55 / 0.45) !important;
}
.\!text-gray-800\/5{
  color: rgb(31 41 55 / 0.05) !important;
}
.\!text-gray-800\/50{
  color: rgb(31 41 55 / 0.5) !important;
}
.\!text-gray-800\/55{
  color: rgb(31 41 55 / 0.55) !important;
}
.\!text-gray-800\/60{
  color: rgb(31 41 55 / 0.6) !important;
}
.\!text-gray-800\/65{
  color: rgb(31 41 55 / 0.65) !important;
}
.\!text-gray-800\/70{
  color: rgb(31 41 55 / 0.7) !important;
}
.\!text-gray-800\/75{
  color: rgb(31 41 55 / 0.75) !important;
}
.\!text-gray-800\/80{
  color: rgb(31 41 55 / 0.8) !important;
}
.\!text-gray-800\/85{
  color: rgb(31 41 55 / 0.85) !important;
}
.\!text-gray-800\/90{
  color: rgb(31 41 55 / 0.9) !important;
}
.\!text-gray-800\/95{
  color: rgb(31 41 55 / 0.95) !important;
}
.\!text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.\!text-gray-900\/0{
  color: rgb(17 24 39 / 0) !important;
}
.\!text-gray-900\/10{
  color: rgb(17 24 39 / 0.1) !important;
}
.\!text-gray-900\/100{
  color: rgb(17 24 39 / 1) !important;
}
.\!text-gray-900\/15{
  color: rgb(17 24 39 / 0.15) !important;
}
.\!text-gray-900\/20{
  color: rgb(17 24 39 / 0.2) !important;
}
.\!text-gray-900\/25{
  color: rgb(17 24 39 / 0.25) !important;
}
.\!text-gray-900\/30{
  color: rgb(17 24 39 / 0.3) !important;
}
.\!text-gray-900\/35{
  color: rgb(17 24 39 / 0.35) !important;
}
.\!text-gray-900\/40{
  color: rgb(17 24 39 / 0.4) !important;
}
.\!text-gray-900\/45{
  color: rgb(17 24 39 / 0.45) !important;
}
.\!text-gray-900\/5{
  color: rgb(17 24 39 / 0.05) !important;
}
.\!text-gray-900\/50{
  color: rgb(17 24 39 / 0.5) !important;
}
.\!text-gray-900\/55{
  color: rgb(17 24 39 / 0.55) !important;
}
.\!text-gray-900\/60{
  color: rgb(17 24 39 / 0.6) !important;
}
.\!text-gray-900\/65{
  color: rgb(17 24 39 / 0.65) !important;
}
.\!text-gray-900\/70{
  color: rgb(17 24 39 / 0.7) !important;
}
.\!text-gray-900\/75{
  color: rgb(17 24 39 / 0.75) !important;
}
.\!text-gray-900\/80{
  color: rgb(17 24 39 / 0.8) !important;
}
.\!text-gray-900\/85{
  color: rgb(17 24 39 / 0.85) !important;
}
.\!text-gray-900\/90{
  color: rgb(17 24 39 / 0.9) !important;
}
.\!text-gray-900\/95{
  color: rgb(17 24 39 / 0.95) !important;
}
.\!text-gray-950{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity)) !important;
}
.\!text-gray-950\/0{
  color: rgb(3 7 18 / 0) !important;
}
.\!text-gray-950\/10{
  color: rgb(3 7 18 / 0.1) !important;
}
.\!text-gray-950\/100{
  color: rgb(3 7 18 / 1) !important;
}
.\!text-gray-950\/15{
  color: rgb(3 7 18 / 0.15) !important;
}
.\!text-gray-950\/20{
  color: rgb(3 7 18 / 0.2) !important;
}
.\!text-gray-950\/25{
  color: rgb(3 7 18 / 0.25) !important;
}
.\!text-gray-950\/30{
  color: rgb(3 7 18 / 0.3) !important;
}
.\!text-gray-950\/35{
  color: rgb(3 7 18 / 0.35) !important;
}
.\!text-gray-950\/40{
  color: rgb(3 7 18 / 0.4) !important;
}
.\!text-gray-950\/45{
  color: rgb(3 7 18 / 0.45) !important;
}
.\!text-gray-950\/5{
  color: rgb(3 7 18 / 0.05) !important;
}
.\!text-gray-950\/50{
  color: rgb(3 7 18 / 0.5) !important;
}
.\!text-gray-950\/55{
  color: rgb(3 7 18 / 0.55) !important;
}
.\!text-gray-950\/60{
  color: rgb(3 7 18 / 0.6) !important;
}
.\!text-gray-950\/65{
  color: rgb(3 7 18 / 0.65) !important;
}
.\!text-gray-950\/70{
  color: rgb(3 7 18 / 0.7) !important;
}
.\!text-gray-950\/75{
  color: rgb(3 7 18 / 0.75) !important;
}
.\!text-gray-950\/80{
  color: rgb(3 7 18 / 0.8) !important;
}
.\!text-gray-950\/85{
  color: rgb(3 7 18 / 0.85) !important;
}
.\!text-gray-950\/90{
  color: rgb(3 7 18 / 0.9) !important;
}
.\!text-gray-950\/95{
  color: rgb(3 7 18 / 0.95) !important;
}
.\!text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgb(220 252 231 / var(--tw-text-opacity)) !important;
}
.\!text-green-100\/0{
  color: rgb(220 252 231 / 0) !important;
}
.\!text-green-100\/10{
  color: rgb(220 252 231 / 0.1) !important;
}
.\!text-green-100\/100{
  color: rgb(220 252 231 / 1) !important;
}
.\!text-green-100\/15{
  color: rgb(220 252 231 / 0.15) !important;
}
.\!text-green-100\/20{
  color: rgb(220 252 231 / 0.2) !important;
}
.\!text-green-100\/25{
  color: rgb(220 252 231 / 0.25) !important;
}
.\!text-green-100\/30{
  color: rgb(220 252 231 / 0.3) !important;
}
.\!text-green-100\/35{
  color: rgb(220 252 231 / 0.35) !important;
}
.\!text-green-100\/40{
  color: rgb(220 252 231 / 0.4) !important;
}
.\!text-green-100\/45{
  color: rgb(220 252 231 / 0.45) !important;
}
.\!text-green-100\/5{
  color: rgb(220 252 231 / 0.05) !important;
}
.\!text-green-100\/50{
  color: rgb(220 252 231 / 0.5) !important;
}
.\!text-green-100\/55{
  color: rgb(220 252 231 / 0.55) !important;
}
.\!text-green-100\/60{
  color: rgb(220 252 231 / 0.6) !important;
}
.\!text-green-100\/65{
  color: rgb(220 252 231 / 0.65) !important;
}
.\!text-green-100\/70{
  color: rgb(220 252 231 / 0.7) !important;
}
.\!text-green-100\/75{
  color: rgb(220 252 231 / 0.75) !important;
}
.\!text-green-100\/80{
  color: rgb(220 252 231 / 0.8) !important;
}
.\!text-green-100\/85{
  color: rgb(220 252 231 / 0.85) !important;
}
.\!text-green-100\/90{
  color: rgb(220 252 231 / 0.9) !important;
}
.\!text-green-100\/95{
  color: rgb(220 252 231 / 0.95) !important;
}
.\!text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity)) !important;
}
.\!text-green-200\/0{
  color: rgb(187 247 208 / 0) !important;
}
.\!text-green-200\/10{
  color: rgb(187 247 208 / 0.1) !important;
}
.\!text-green-200\/100{
  color: rgb(187 247 208 / 1) !important;
}
.\!text-green-200\/15{
  color: rgb(187 247 208 / 0.15) !important;
}
.\!text-green-200\/20{
  color: rgb(187 247 208 / 0.2) !important;
}
.\!text-green-200\/25{
  color: rgb(187 247 208 / 0.25) !important;
}
.\!text-green-200\/30{
  color: rgb(187 247 208 / 0.3) !important;
}
.\!text-green-200\/35{
  color: rgb(187 247 208 / 0.35) !important;
}
.\!text-green-200\/40{
  color: rgb(187 247 208 / 0.4) !important;
}
.\!text-green-200\/45{
  color: rgb(187 247 208 / 0.45) !important;
}
.\!text-green-200\/5{
  color: rgb(187 247 208 / 0.05) !important;
}
.\!text-green-200\/50{
  color: rgb(187 247 208 / 0.5) !important;
}
.\!text-green-200\/55{
  color: rgb(187 247 208 / 0.55) !important;
}
.\!text-green-200\/60{
  color: rgb(187 247 208 / 0.6) !important;
}
.\!text-green-200\/65{
  color: rgb(187 247 208 / 0.65) !important;
}
.\!text-green-200\/70{
  color: rgb(187 247 208 / 0.7) !important;
}
.\!text-green-200\/75{
  color: rgb(187 247 208 / 0.75) !important;
}
.\!text-green-200\/80{
  color: rgb(187 247 208 / 0.8) !important;
}
.\!text-green-200\/85{
  color: rgb(187 247 208 / 0.85) !important;
}
.\!text-green-200\/90{
  color: rgb(187 247 208 / 0.9) !important;
}
.\!text-green-200\/95{
  color: rgb(187 247 208 / 0.95) !important;
}
.\!text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity)) !important;
}
.\!text-green-300\/0{
  color: rgb(134 239 172 / 0) !important;
}
.\!text-green-300\/10{
  color: rgb(134 239 172 / 0.1) !important;
}
.\!text-green-300\/100{
  color: rgb(134 239 172 / 1) !important;
}
.\!text-green-300\/15{
  color: rgb(134 239 172 / 0.15) !important;
}
.\!text-green-300\/20{
  color: rgb(134 239 172 / 0.2) !important;
}
.\!text-green-300\/25{
  color: rgb(134 239 172 / 0.25) !important;
}
.\!text-green-300\/30{
  color: rgb(134 239 172 / 0.3) !important;
}
.\!text-green-300\/35{
  color: rgb(134 239 172 / 0.35) !important;
}
.\!text-green-300\/40{
  color: rgb(134 239 172 / 0.4) !important;
}
.\!text-green-300\/45{
  color: rgb(134 239 172 / 0.45) !important;
}
.\!text-green-300\/5{
  color: rgb(134 239 172 / 0.05) !important;
}
.\!text-green-300\/50{
  color: rgb(134 239 172 / 0.5) !important;
}
.\!text-green-300\/55{
  color: rgb(134 239 172 / 0.55) !important;
}
.\!text-green-300\/60{
  color: rgb(134 239 172 / 0.6) !important;
}
.\!text-green-300\/65{
  color: rgb(134 239 172 / 0.65) !important;
}
.\!text-green-300\/70{
  color: rgb(134 239 172 / 0.7) !important;
}
.\!text-green-300\/75{
  color: rgb(134 239 172 / 0.75) !important;
}
.\!text-green-300\/80{
  color: rgb(134 239 172 / 0.8) !important;
}
.\!text-green-300\/85{
  color: rgb(134 239 172 / 0.85) !important;
}
.\!text-green-300\/90{
  color: rgb(134 239 172 / 0.9) !important;
}
.\!text-green-300\/95{
  color: rgb(134 239 172 / 0.95) !important;
}
.\!text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}
.\!text-green-400\/0{
  color: rgb(74 222 128 / 0) !important;
}
.\!text-green-400\/10{
  color: rgb(74 222 128 / 0.1) !important;
}
.\!text-green-400\/100{
  color: rgb(74 222 128 / 1) !important;
}
.\!text-green-400\/15{
  color: rgb(74 222 128 / 0.15) !important;
}
.\!text-green-400\/20{
  color: rgb(74 222 128 / 0.2) !important;
}
.\!text-green-400\/25{
  color: rgb(74 222 128 / 0.25) !important;
}
.\!text-green-400\/30{
  color: rgb(74 222 128 / 0.3) !important;
}
.\!text-green-400\/35{
  color: rgb(74 222 128 / 0.35) !important;
}
.\!text-green-400\/40{
  color: rgb(74 222 128 / 0.4) !important;
}
.\!text-green-400\/45{
  color: rgb(74 222 128 / 0.45) !important;
}
.\!text-green-400\/5{
  color: rgb(74 222 128 / 0.05) !important;
}
.\!text-green-400\/50{
  color: rgb(74 222 128 / 0.5) !important;
}
.\!text-green-400\/55{
  color: rgb(74 222 128 / 0.55) !important;
}
.\!text-green-400\/60{
  color: rgb(74 222 128 / 0.6) !important;
}
.\!text-green-400\/65{
  color: rgb(74 222 128 / 0.65) !important;
}
.\!text-green-400\/70{
  color: rgb(74 222 128 / 0.7) !important;
}
.\!text-green-400\/75{
  color: rgb(74 222 128 / 0.75) !important;
}
.\!text-green-400\/80{
  color: rgb(74 222 128 / 0.8) !important;
}
.\!text-green-400\/85{
  color: rgb(74 222 128 / 0.85) !important;
}
.\!text-green-400\/90{
  color: rgb(74 222 128 / 0.9) !important;
}
.\!text-green-400\/95{
  color: rgb(74 222 128 / 0.95) !important;
}
.\!text-green-50{
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}
.\!text-green-50\/0{
  color: rgb(240 253 244 / 0) !important;
}
.\!text-green-50\/10{
  color: rgb(240 253 244 / 0.1) !important;
}
.\!text-green-50\/100{
  color: rgb(240 253 244 / 1) !important;
}
.\!text-green-50\/15{
  color: rgb(240 253 244 / 0.15) !important;
}
.\!text-green-50\/20{
  color: rgb(240 253 244 / 0.2) !important;
}
.\!text-green-50\/25{
  color: rgb(240 253 244 / 0.25) !important;
}
.\!text-green-50\/30{
  color: rgb(240 253 244 / 0.3) !important;
}
.\!text-green-50\/35{
  color: rgb(240 253 244 / 0.35) !important;
}
.\!text-green-50\/40{
  color: rgb(240 253 244 / 0.4) !important;
}
.\!text-green-50\/45{
  color: rgb(240 253 244 / 0.45) !important;
}
.\!text-green-50\/5{
  color: rgb(240 253 244 / 0.05) !important;
}
.\!text-green-50\/50{
  color: rgb(240 253 244 / 0.5) !important;
}
.\!text-green-50\/55{
  color: rgb(240 253 244 / 0.55) !important;
}
.\!text-green-50\/60{
  color: rgb(240 253 244 / 0.6) !important;
}
.\!text-green-50\/65{
  color: rgb(240 253 244 / 0.65) !important;
}
.\!text-green-50\/70{
  color: rgb(240 253 244 / 0.7) !important;
}
.\!text-green-50\/75{
  color: rgb(240 253 244 / 0.75) !important;
}
.\!text-green-50\/80{
  color: rgb(240 253 244 / 0.8) !important;
}
.\!text-green-50\/85{
  color: rgb(240 253 244 / 0.85) !important;
}
.\!text-green-50\/90{
  color: rgb(240 253 244 / 0.9) !important;
}
.\!text-green-50\/95{
  color: rgb(240 253 244 / 0.95) !important;
}
.\!text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(75 165 71 / var(--tw-text-opacity)) !important;
}
.\!text-green-500\/0{
  color: rgb(75 165 71 / 0) !important;
}
.\!text-green-500\/10{
  color: rgb(75 165 71 / 0.1) !important;
}
.\!text-green-500\/100{
  color: rgb(75 165 71 / 1) !important;
}
.\!text-green-500\/15{
  color: rgb(75 165 71 / 0.15) !important;
}
.\!text-green-500\/20{
  color: rgb(75 165 71 / 0.2) !important;
}
.\!text-green-500\/25{
  color: rgb(75 165 71 / 0.25) !important;
}
.\!text-green-500\/30{
  color: rgb(75 165 71 / 0.3) !important;
}
.\!text-green-500\/35{
  color: rgb(75 165 71 / 0.35) !important;
}
.\!text-green-500\/40{
  color: rgb(75 165 71 / 0.4) !important;
}
.\!text-green-500\/45{
  color: rgb(75 165 71 / 0.45) !important;
}
.\!text-green-500\/5{
  color: rgb(75 165 71 / 0.05) !important;
}
.\!text-green-500\/50{
  color: rgb(75 165 71 / 0.5) !important;
}
.\!text-green-500\/55{
  color: rgb(75 165 71 / 0.55) !important;
}
.\!text-green-500\/60{
  color: rgb(75 165 71 / 0.6) !important;
}
.\!text-green-500\/65{
  color: rgb(75 165 71 / 0.65) !important;
}
.\!text-green-500\/70{
  color: rgb(75 165 71 / 0.7) !important;
}
.\!text-green-500\/75{
  color: rgb(75 165 71 / 0.75) !important;
}
.\!text-green-500\/80{
  color: rgb(75 165 71 / 0.8) !important;
}
.\!text-green-500\/85{
  color: rgb(75 165 71 / 0.85) !important;
}
.\!text-green-500\/90{
  color: rgb(75 165 71 / 0.9) !important;
}
.\!text-green-500\/95{
  color: rgb(75 165 71 / 0.95) !important;
}
.\!text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.\!text-green-600\/0{
  color: rgb(22 163 74 / 0) !important;
}
.\!text-green-600\/10{
  color: rgb(22 163 74 / 0.1) !important;
}
.\!text-green-600\/100{
  color: rgb(22 163 74 / 1) !important;
}
.\!text-green-600\/15{
  color: rgb(22 163 74 / 0.15) !important;
}
.\!text-green-600\/20{
  color: rgb(22 163 74 / 0.2) !important;
}
.\!text-green-600\/25{
  color: rgb(22 163 74 / 0.25) !important;
}
.\!text-green-600\/30{
  color: rgb(22 163 74 / 0.3) !important;
}
.\!text-green-600\/35{
  color: rgb(22 163 74 / 0.35) !important;
}
.\!text-green-600\/40{
  color: rgb(22 163 74 / 0.4) !important;
}
.\!text-green-600\/45{
  color: rgb(22 163 74 / 0.45) !important;
}
.\!text-green-600\/5{
  color: rgb(22 163 74 / 0.05) !important;
}
.\!text-green-600\/50{
  color: rgb(22 163 74 / 0.5) !important;
}
.\!text-green-600\/55{
  color: rgb(22 163 74 / 0.55) !important;
}
.\!text-green-600\/60{
  color: rgb(22 163 74 / 0.6) !important;
}
.\!text-green-600\/65{
  color: rgb(22 163 74 / 0.65) !important;
}
.\!text-green-600\/70{
  color: rgb(22 163 74 / 0.7) !important;
}
.\!text-green-600\/75{
  color: rgb(22 163 74 / 0.75) !important;
}
.\!text-green-600\/80{
  color: rgb(22 163 74 / 0.8) !important;
}
.\!text-green-600\/85{
  color: rgb(22 163 74 / 0.85) !important;
}
.\!text-green-600\/90{
  color: rgb(22 163 74 / 0.9) !important;
}
.\!text-green-600\/95{
  color: rgb(22 163 74 / 0.95) !important;
}
.\!text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}
.\!text-green-700\/0{
  color: rgb(21 128 61 / 0) !important;
}
.\!text-green-700\/10{
  color: rgb(21 128 61 / 0.1) !important;
}
.\!text-green-700\/100{
  color: rgb(21 128 61 / 1) !important;
}
.\!text-green-700\/15{
  color: rgb(21 128 61 / 0.15) !important;
}
.\!text-green-700\/20{
  color: rgb(21 128 61 / 0.2) !important;
}
.\!text-green-700\/25{
  color: rgb(21 128 61 / 0.25) !important;
}
.\!text-green-700\/30{
  color: rgb(21 128 61 / 0.3) !important;
}
.\!text-green-700\/35{
  color: rgb(21 128 61 / 0.35) !important;
}
.\!text-green-700\/40{
  color: rgb(21 128 61 / 0.4) !important;
}
.\!text-green-700\/45{
  color: rgb(21 128 61 / 0.45) !important;
}
.\!text-green-700\/5{
  color: rgb(21 128 61 / 0.05) !important;
}
.\!text-green-700\/50{
  color: rgb(21 128 61 / 0.5) !important;
}
.\!text-green-700\/55{
  color: rgb(21 128 61 / 0.55) !important;
}
.\!text-green-700\/60{
  color: rgb(21 128 61 / 0.6) !important;
}
.\!text-green-700\/65{
  color: rgb(21 128 61 / 0.65) !important;
}
.\!text-green-700\/70{
  color: rgb(21 128 61 / 0.7) !important;
}
.\!text-green-700\/75{
  color: rgb(21 128 61 / 0.75) !important;
}
.\!text-green-700\/80{
  color: rgb(21 128 61 / 0.8) !important;
}
.\!text-green-700\/85{
  color: rgb(21 128 61 / 0.85) !important;
}
.\!text-green-700\/90{
  color: rgb(21 128 61 / 0.9) !important;
}
.\!text-green-700\/95{
  color: rgb(21 128 61 / 0.95) !important;
}
.\!text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}
.\!text-green-800\/0{
  color: rgb(22 101 52 / 0) !important;
}
.\!text-green-800\/10{
  color: rgb(22 101 52 / 0.1) !important;
}
.\!text-green-800\/100{
  color: rgb(22 101 52 / 1) !important;
}
.\!text-green-800\/15{
  color: rgb(22 101 52 / 0.15) !important;
}
.\!text-green-800\/20{
  color: rgb(22 101 52 / 0.2) !important;
}
.\!text-green-800\/25{
  color: rgb(22 101 52 / 0.25) !important;
}
.\!text-green-800\/30{
  color: rgb(22 101 52 / 0.3) !important;
}
.\!text-green-800\/35{
  color: rgb(22 101 52 / 0.35) !important;
}
.\!text-green-800\/40{
  color: rgb(22 101 52 / 0.4) !important;
}
.\!text-green-800\/45{
  color: rgb(22 101 52 / 0.45) !important;
}
.\!text-green-800\/5{
  color: rgb(22 101 52 / 0.05) !important;
}
.\!text-green-800\/50{
  color: rgb(22 101 52 / 0.5) !important;
}
.\!text-green-800\/55{
  color: rgb(22 101 52 / 0.55) !important;
}
.\!text-green-800\/60{
  color: rgb(22 101 52 / 0.6) !important;
}
.\!text-green-800\/65{
  color: rgb(22 101 52 / 0.65) !important;
}
.\!text-green-800\/70{
  color: rgb(22 101 52 / 0.7) !important;
}
.\!text-green-800\/75{
  color: rgb(22 101 52 / 0.75) !important;
}
.\!text-green-800\/80{
  color: rgb(22 101 52 / 0.8) !important;
}
.\!text-green-800\/85{
  color: rgb(22 101 52 / 0.85) !important;
}
.\!text-green-800\/90{
  color: rgb(22 101 52 / 0.9) !important;
}
.\!text-green-800\/95{
  color: rgb(22 101 52 / 0.95) !important;
}
.\!text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgb(20 83 45 / var(--tw-text-opacity)) !important;
}
.\!text-green-900\/0{
  color: rgb(20 83 45 / 0) !important;
}
.\!text-green-900\/10{
  color: rgb(20 83 45 / 0.1) !important;
}
.\!text-green-900\/100{
  color: rgb(20 83 45 / 1) !important;
}
.\!text-green-900\/15{
  color: rgb(20 83 45 / 0.15) !important;
}
.\!text-green-900\/20{
  color: rgb(20 83 45 / 0.2) !important;
}
.\!text-green-900\/25{
  color: rgb(20 83 45 / 0.25) !important;
}
.\!text-green-900\/30{
  color: rgb(20 83 45 / 0.3) !important;
}
.\!text-green-900\/35{
  color: rgb(20 83 45 / 0.35) !important;
}
.\!text-green-900\/40{
  color: rgb(20 83 45 / 0.4) !important;
}
.\!text-green-900\/45{
  color: rgb(20 83 45 / 0.45) !important;
}
.\!text-green-900\/5{
  color: rgb(20 83 45 / 0.05) !important;
}
.\!text-green-900\/50{
  color: rgb(20 83 45 / 0.5) !important;
}
.\!text-green-900\/55{
  color: rgb(20 83 45 / 0.55) !important;
}
.\!text-green-900\/60{
  color: rgb(20 83 45 / 0.6) !important;
}
.\!text-green-900\/65{
  color: rgb(20 83 45 / 0.65) !important;
}
.\!text-green-900\/70{
  color: rgb(20 83 45 / 0.7) !important;
}
.\!text-green-900\/75{
  color: rgb(20 83 45 / 0.75) !important;
}
.\!text-green-900\/80{
  color: rgb(20 83 45 / 0.8) !important;
}
.\!text-green-900\/85{
  color: rgb(20 83 45 / 0.85) !important;
}
.\!text-green-900\/90{
  color: rgb(20 83 45 / 0.9) !important;
}
.\!text-green-900\/95{
  color: rgb(20 83 45 / 0.95) !important;
}
.\!text-green-950{
  --tw-text-opacity: 1 !important;
  color: rgb(5 46 22 / var(--tw-text-opacity)) !important;
}
.\!text-green-950\/0{
  color: rgb(5 46 22 / 0) !important;
}
.\!text-green-950\/10{
  color: rgb(5 46 22 / 0.1) !important;
}
.\!text-green-950\/100{
  color: rgb(5 46 22 / 1) !important;
}
.\!text-green-950\/15{
  color: rgb(5 46 22 / 0.15) !important;
}
.\!text-green-950\/20{
  color: rgb(5 46 22 / 0.2) !important;
}
.\!text-green-950\/25{
  color: rgb(5 46 22 / 0.25) !important;
}
.\!text-green-950\/30{
  color: rgb(5 46 22 / 0.3) !important;
}
.\!text-green-950\/35{
  color: rgb(5 46 22 / 0.35) !important;
}
.\!text-green-950\/40{
  color: rgb(5 46 22 / 0.4) !important;
}
.\!text-green-950\/45{
  color: rgb(5 46 22 / 0.45) !important;
}
.\!text-green-950\/5{
  color: rgb(5 46 22 / 0.05) !important;
}
.\!text-green-950\/50{
  color: rgb(5 46 22 / 0.5) !important;
}
.\!text-green-950\/55{
  color: rgb(5 46 22 / 0.55) !important;
}
.\!text-green-950\/60{
  color: rgb(5 46 22 / 0.6) !important;
}
.\!text-green-950\/65{
  color: rgb(5 46 22 / 0.65) !important;
}
.\!text-green-950\/70{
  color: rgb(5 46 22 / 0.7) !important;
}
.\!text-green-950\/75{
  color: rgb(5 46 22 / 0.75) !important;
}
.\!text-green-950\/80{
  color: rgb(5 46 22 / 0.8) !important;
}
.\!text-green-950\/85{
  color: rgb(5 46 22 / 0.85) !important;
}
.\!text-green-950\/90{
  color: rgb(5 46 22 / 0.9) !important;
}
.\!text-green-950\/95{
  color: rgb(5 46 22 / 0.95) !important;
}
.\!text-indigo-100{
  --tw-text-opacity: 1 !important;
  color: rgb(224 231 255 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-100\/0{
  color: rgb(224 231 255 / 0) !important;
}
.\!text-indigo-100\/10{
  color: rgb(224 231 255 / 0.1) !important;
}
.\!text-indigo-100\/100{
  color: rgb(224 231 255 / 1) !important;
}
.\!text-indigo-100\/15{
  color: rgb(224 231 255 / 0.15) !important;
}
.\!text-indigo-100\/20{
  color: rgb(224 231 255 / 0.2) !important;
}
.\!text-indigo-100\/25{
  color: rgb(224 231 255 / 0.25) !important;
}
.\!text-indigo-100\/30{
  color: rgb(224 231 255 / 0.3) !important;
}
.\!text-indigo-100\/35{
  color: rgb(224 231 255 / 0.35) !important;
}
.\!text-indigo-100\/40{
  color: rgb(224 231 255 / 0.4) !important;
}
.\!text-indigo-100\/45{
  color: rgb(224 231 255 / 0.45) !important;
}
.\!text-indigo-100\/5{
  color: rgb(224 231 255 / 0.05) !important;
}
.\!text-indigo-100\/50{
  color: rgb(224 231 255 / 0.5) !important;
}
.\!text-indigo-100\/55{
  color: rgb(224 231 255 / 0.55) !important;
}
.\!text-indigo-100\/60{
  color: rgb(224 231 255 / 0.6) !important;
}
.\!text-indigo-100\/65{
  color: rgb(224 231 255 / 0.65) !important;
}
.\!text-indigo-100\/70{
  color: rgb(224 231 255 / 0.7) !important;
}
.\!text-indigo-100\/75{
  color: rgb(224 231 255 / 0.75) !important;
}
.\!text-indigo-100\/80{
  color: rgb(224 231 255 / 0.8) !important;
}
.\!text-indigo-100\/85{
  color: rgb(224 231 255 / 0.85) !important;
}
.\!text-indigo-100\/90{
  color: rgb(224 231 255 / 0.9) !important;
}
.\!text-indigo-100\/95{
  color: rgb(224 231 255 / 0.95) !important;
}
.\!text-indigo-200{
  --tw-text-opacity: 1 !important;
  color: rgb(199 210 254 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-200\/0{
  color: rgb(199 210 254 / 0) !important;
}
.\!text-indigo-200\/10{
  color: rgb(199 210 254 / 0.1) !important;
}
.\!text-indigo-200\/100{
  color: rgb(199 210 254 / 1) !important;
}
.\!text-indigo-200\/15{
  color: rgb(199 210 254 / 0.15) !important;
}
.\!text-indigo-200\/20{
  color: rgb(199 210 254 / 0.2) !important;
}
.\!text-indigo-200\/25{
  color: rgb(199 210 254 / 0.25) !important;
}
.\!text-indigo-200\/30{
  color: rgb(199 210 254 / 0.3) !important;
}
.\!text-indigo-200\/35{
  color: rgb(199 210 254 / 0.35) !important;
}
.\!text-indigo-200\/40{
  color: rgb(199 210 254 / 0.4) !important;
}
.\!text-indigo-200\/45{
  color: rgb(199 210 254 / 0.45) !important;
}
.\!text-indigo-200\/5{
  color: rgb(199 210 254 / 0.05) !important;
}
.\!text-indigo-200\/50{
  color: rgb(199 210 254 / 0.5) !important;
}
.\!text-indigo-200\/55{
  color: rgb(199 210 254 / 0.55) !important;
}
.\!text-indigo-200\/60{
  color: rgb(199 210 254 / 0.6) !important;
}
.\!text-indigo-200\/65{
  color: rgb(199 210 254 / 0.65) !important;
}
.\!text-indigo-200\/70{
  color: rgb(199 210 254 / 0.7) !important;
}
.\!text-indigo-200\/75{
  color: rgb(199 210 254 / 0.75) !important;
}
.\!text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8) !important;
}
.\!text-indigo-200\/85{
  color: rgb(199 210 254 / 0.85) !important;
}
.\!text-indigo-200\/90{
  color: rgb(199 210 254 / 0.9) !important;
}
.\!text-indigo-200\/95{
  color: rgb(199 210 254 / 0.95) !important;
}
.\!text-indigo-300{
  --tw-text-opacity: 1 !important;
  color: rgb(165 180 252 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-300\/0{
  color: rgb(165 180 252 / 0) !important;
}
.\!text-indigo-300\/10{
  color: rgb(165 180 252 / 0.1) !important;
}
.\!text-indigo-300\/100{
  color: rgb(165 180 252 / 1) !important;
}
.\!text-indigo-300\/15{
  color: rgb(165 180 252 / 0.15) !important;
}
.\!text-indigo-300\/20{
  color: rgb(165 180 252 / 0.2) !important;
}
.\!text-indigo-300\/25{
  color: rgb(165 180 252 / 0.25) !important;
}
.\!text-indigo-300\/30{
  color: rgb(165 180 252 / 0.3) !important;
}
.\!text-indigo-300\/35{
  color: rgb(165 180 252 / 0.35) !important;
}
.\!text-indigo-300\/40{
  color: rgb(165 180 252 / 0.4) !important;
}
.\!text-indigo-300\/45{
  color: rgb(165 180 252 / 0.45) !important;
}
.\!text-indigo-300\/5{
  color: rgb(165 180 252 / 0.05) !important;
}
.\!text-indigo-300\/50{
  color: rgb(165 180 252 / 0.5) !important;
}
.\!text-indigo-300\/55{
  color: rgb(165 180 252 / 0.55) !important;
}
.\!text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6) !important;
}
.\!text-indigo-300\/65{
  color: rgb(165 180 252 / 0.65) !important;
}
.\!text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7) !important;
}
.\!text-indigo-300\/75{
  color: rgb(165 180 252 / 0.75) !important;
}
.\!text-indigo-300\/80{
  color: rgb(165 180 252 / 0.8) !important;
}
.\!text-indigo-300\/85{
  color: rgb(165 180 252 / 0.85) !important;
}
.\!text-indigo-300\/90{
  color: rgb(165 180 252 / 0.9) !important;
}
.\!text-indigo-300\/95{
  color: rgb(165 180 252 / 0.95) !important;
}
.\!text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgb(129 140 248 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-400\/0{
  color: rgb(129 140 248 / 0) !important;
}
.\!text-indigo-400\/10{
  color: rgb(129 140 248 / 0.1) !important;
}
.\!text-indigo-400\/100{
  color: rgb(129 140 248 / 1) !important;
}
.\!text-indigo-400\/15{
  color: rgb(129 140 248 / 0.15) !important;
}
.\!text-indigo-400\/20{
  color: rgb(129 140 248 / 0.2) !important;
}
.\!text-indigo-400\/25{
  color: rgb(129 140 248 / 0.25) !important;
}
.\!text-indigo-400\/30{
  color: rgb(129 140 248 / 0.3) !important;
}
.\!text-indigo-400\/35{
  color: rgb(129 140 248 / 0.35) !important;
}
.\!text-indigo-400\/40{
  color: rgb(129 140 248 / 0.4) !important;
}
.\!text-indigo-400\/45{
  color: rgb(129 140 248 / 0.45) !important;
}
.\!text-indigo-400\/5{
  color: rgb(129 140 248 / 0.05) !important;
}
.\!text-indigo-400\/50{
  color: rgb(129 140 248 / 0.5) !important;
}
.\!text-indigo-400\/55{
  color: rgb(129 140 248 / 0.55) !important;
}
.\!text-indigo-400\/60{
  color: rgb(129 140 248 / 0.6) !important;
}
.\!text-indigo-400\/65{
  color: rgb(129 140 248 / 0.65) !important;
}
.\!text-indigo-400\/70{
  color: rgb(129 140 248 / 0.7) !important;
}
.\!text-indigo-400\/75{
  color: rgb(129 140 248 / 0.75) !important;
}
.\!text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8) !important;
}
.\!text-indigo-400\/85{
  color: rgb(129 140 248 / 0.85) !important;
}
.\!text-indigo-400\/90{
  color: rgb(129 140 248 / 0.9) !important;
}
.\!text-indigo-400\/95{
  color: rgb(129 140 248 / 0.95) !important;
}
.\!text-indigo-50{
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-50\/0{
  color: rgb(238 242 255 / 0) !important;
}
.\!text-indigo-50\/10{
  color: rgb(238 242 255 / 0.1) !important;
}
.\!text-indigo-50\/100{
  color: rgb(238 242 255 / 1) !important;
}
.\!text-indigo-50\/15{
  color: rgb(238 242 255 / 0.15) !important;
}
.\!text-indigo-50\/20{
  color: rgb(238 242 255 / 0.2) !important;
}
.\!text-indigo-50\/25{
  color: rgb(238 242 255 / 0.25) !important;
}
.\!text-indigo-50\/30{
  color: rgb(238 242 255 / 0.3) !important;
}
.\!text-indigo-50\/35{
  color: rgb(238 242 255 / 0.35) !important;
}
.\!text-indigo-50\/40{
  color: rgb(238 242 255 / 0.4) !important;
}
.\!text-indigo-50\/45{
  color: rgb(238 242 255 / 0.45) !important;
}
.\!text-indigo-50\/5{
  color: rgb(238 242 255 / 0.05) !important;
}
.\!text-indigo-50\/50{
  color: rgb(238 242 255 / 0.5) !important;
}
.\!text-indigo-50\/55{
  color: rgb(238 242 255 / 0.55) !important;
}
.\!text-indigo-50\/60{
  color: rgb(238 242 255 / 0.6) !important;
}
.\!text-indigo-50\/65{
  color: rgb(238 242 255 / 0.65) !important;
}
.\!text-indigo-50\/70{
  color: rgb(238 242 255 / 0.7) !important;
}
.\!text-indigo-50\/75{
  color: rgb(238 242 255 / 0.75) !important;
}
.\!text-indigo-50\/80{
  color: rgb(238 242 255 / 0.8) !important;
}
.\!text-indigo-50\/85{
  color: rgb(238 242 255 / 0.85) !important;
}
.\!text-indigo-50\/90{
  color: rgb(238 242 255 / 0.9) !important;
}
.\!text-indigo-50\/95{
  color: rgb(238 242 255 / 0.95) !important;
}
.\!text-indigo-500{
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-500\/0{
  color: rgb(99 102 241 / 0) !important;
}
.\!text-indigo-500\/10{
  color: rgb(99 102 241 / 0.1) !important;
}
.\!text-indigo-500\/100{
  color: rgb(99 102 241 / 1) !important;
}
.\!text-indigo-500\/15{
  color: rgb(99 102 241 / 0.15) !important;
}
.\!text-indigo-500\/20{
  color: rgb(99 102 241 / 0.2) !important;
}
.\!text-indigo-500\/25{
  color: rgb(99 102 241 / 0.25) !important;
}
.\!text-indigo-500\/30{
  color: rgb(99 102 241 / 0.3) !important;
}
.\!text-indigo-500\/35{
  color: rgb(99 102 241 / 0.35) !important;
}
.\!text-indigo-500\/40{
  color: rgb(99 102 241 / 0.4) !important;
}
.\!text-indigo-500\/45{
  color: rgb(99 102 241 / 0.45) !important;
}
.\!text-indigo-500\/5{
  color: rgb(99 102 241 / 0.05) !important;
}
.\!text-indigo-500\/50{
  color: rgb(99 102 241 / 0.5) !important;
}
.\!text-indigo-500\/55{
  color: rgb(99 102 241 / 0.55) !important;
}
.\!text-indigo-500\/60{
  color: rgb(99 102 241 / 0.6) !important;
}
.\!text-indigo-500\/65{
  color: rgb(99 102 241 / 0.65) !important;
}
.\!text-indigo-500\/70{
  color: rgb(99 102 241 / 0.7) !important;
}
.\!text-indigo-500\/75{
  color: rgb(99 102 241 / 0.75) !important;
}
.\!text-indigo-500\/80{
  color: rgb(99 102 241 / 0.8) !important;
}
.\!text-indigo-500\/85{
  color: rgb(99 102 241 / 0.85) !important;
}
.\!text-indigo-500\/90{
  color: rgb(99 102 241 / 0.9) !important;
}
.\!text-indigo-500\/95{
  color: rgb(99 102 241 / 0.95) !important;
}
.\!text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-600\/0{
  color: rgb(79 70 229 / 0) !important;
}
.\!text-indigo-600\/10{
  color: rgb(79 70 229 / 0.1) !important;
}
.\!text-indigo-600\/100{
  color: rgb(79 70 229 / 1) !important;
}
.\!text-indigo-600\/15{
  color: rgb(79 70 229 / 0.15) !important;
}
.\!text-indigo-600\/20{
  color: rgb(79 70 229 / 0.2) !important;
}
.\!text-indigo-600\/25{
  color: rgb(79 70 229 / 0.25) !important;
}
.\!text-indigo-600\/30{
  color: rgb(79 70 229 / 0.3) !important;
}
.\!text-indigo-600\/35{
  color: rgb(79 70 229 / 0.35) !important;
}
.\!text-indigo-600\/40{
  color: rgb(79 70 229 / 0.4) !important;
}
.\!text-indigo-600\/45{
  color: rgb(79 70 229 / 0.45) !important;
}
.\!text-indigo-600\/5{
  color: rgb(79 70 229 / 0.05) !important;
}
.\!text-indigo-600\/50{
  color: rgb(79 70 229 / 0.5) !important;
}
.\!text-indigo-600\/55{
  color: rgb(79 70 229 / 0.55) !important;
}
.\!text-indigo-600\/60{
  color: rgb(79 70 229 / 0.6) !important;
}
.\!text-indigo-600\/65{
  color: rgb(79 70 229 / 0.65) !important;
}
.\!text-indigo-600\/70{
  color: rgb(79 70 229 / 0.7) !important;
}
.\!text-indigo-600\/75{
  color: rgb(79 70 229 / 0.75) !important;
}
.\!text-indigo-600\/80{
  color: rgb(79 70 229 / 0.8) !important;
}
.\!text-indigo-600\/85{
  color: rgb(79 70 229 / 0.85) !important;
}
.\!text-indigo-600\/90{
  color: rgb(79 70 229 / 0.9) !important;
}
.\!text-indigo-600\/95{
  color: rgb(79 70 229 / 0.95) !important;
}
.\!text-indigo-700{
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-700\/0{
  color: rgb(67 56 202 / 0) !important;
}
.\!text-indigo-700\/10{
  color: rgb(67 56 202 / 0.1) !important;
}
.\!text-indigo-700\/100{
  color: rgb(67 56 202 / 1) !important;
}
.\!text-indigo-700\/15{
  color: rgb(67 56 202 / 0.15) !important;
}
.\!text-indigo-700\/20{
  color: rgb(67 56 202 / 0.2) !important;
}
.\!text-indigo-700\/25{
  color: rgb(67 56 202 / 0.25) !important;
}
.\!text-indigo-700\/30{
  color: rgb(67 56 202 / 0.3) !important;
}
.\!text-indigo-700\/35{
  color: rgb(67 56 202 / 0.35) !important;
}
.\!text-indigo-700\/40{
  color: rgb(67 56 202 / 0.4) !important;
}
.\!text-indigo-700\/45{
  color: rgb(67 56 202 / 0.45) !important;
}
.\!text-indigo-700\/5{
  color: rgb(67 56 202 / 0.05) !important;
}
.\!text-indigo-700\/50{
  color: rgb(67 56 202 / 0.5) !important;
}
.\!text-indigo-700\/55{
  color: rgb(67 56 202 / 0.55) !important;
}
.\!text-indigo-700\/60{
  color: rgb(67 56 202 / 0.6) !important;
}
.\!text-indigo-700\/65{
  color: rgb(67 56 202 / 0.65) !important;
}
.\!text-indigo-700\/70{
  color: rgb(67 56 202 / 0.7) !important;
}
.\!text-indigo-700\/75{
  color: rgb(67 56 202 / 0.75) !important;
}
.\!text-indigo-700\/80{
  color: rgb(67 56 202 / 0.8) !important;
}
.\!text-indigo-700\/85{
  color: rgb(67 56 202 / 0.85) !important;
}
.\!text-indigo-700\/90{
  color: rgb(67 56 202 / 0.9) !important;
}
.\!text-indigo-700\/95{
  color: rgb(67 56 202 / 0.95) !important;
}
.\!text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-800\/0{
  color: rgb(55 48 163 / 0) !important;
}
.\!text-indigo-800\/10{
  color: rgb(55 48 163 / 0.1) !important;
}
.\!text-indigo-800\/100{
  color: rgb(55 48 163 / 1) !important;
}
.\!text-indigo-800\/15{
  color: rgb(55 48 163 / 0.15) !important;
}
.\!text-indigo-800\/20{
  color: rgb(55 48 163 / 0.2) !important;
}
.\!text-indigo-800\/25{
  color: rgb(55 48 163 / 0.25) !important;
}
.\!text-indigo-800\/30{
  color: rgb(55 48 163 / 0.3) !important;
}
.\!text-indigo-800\/35{
  color: rgb(55 48 163 / 0.35) !important;
}
.\!text-indigo-800\/40{
  color: rgb(55 48 163 / 0.4) !important;
}
.\!text-indigo-800\/45{
  color: rgb(55 48 163 / 0.45) !important;
}
.\!text-indigo-800\/5{
  color: rgb(55 48 163 / 0.05) !important;
}
.\!text-indigo-800\/50{
  color: rgb(55 48 163 / 0.5) !important;
}
.\!text-indigo-800\/55{
  color: rgb(55 48 163 / 0.55) !important;
}
.\!text-indigo-800\/60{
  color: rgb(55 48 163 / 0.6) !important;
}
.\!text-indigo-800\/65{
  color: rgb(55 48 163 / 0.65) !important;
}
.\!text-indigo-800\/70{
  color: rgb(55 48 163 / 0.7) !important;
}
.\!text-indigo-800\/75{
  color: rgb(55 48 163 / 0.75) !important;
}
.\!text-indigo-800\/80{
  color: rgb(55 48 163 / 0.8) !important;
}
.\!text-indigo-800\/85{
  color: rgb(55 48 163 / 0.85) !important;
}
.\!text-indigo-800\/90{
  color: rgb(55 48 163 / 0.9) !important;
}
.\!text-indigo-800\/95{
  color: rgb(55 48 163 / 0.95) !important;
}
.\!text-indigo-900{
  --tw-text-opacity: 1 !important;
  color: rgb(49 46 129 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-900\/0{
  color: rgb(49 46 129 / 0) !important;
}
.\!text-indigo-900\/10{
  color: rgb(49 46 129 / 0.1) !important;
}
.\!text-indigo-900\/100{
  color: rgb(49 46 129 / 1) !important;
}
.\!text-indigo-900\/15{
  color: rgb(49 46 129 / 0.15) !important;
}
.\!text-indigo-900\/20{
  color: rgb(49 46 129 / 0.2) !important;
}
.\!text-indigo-900\/25{
  color: rgb(49 46 129 / 0.25) !important;
}
.\!text-indigo-900\/30{
  color: rgb(49 46 129 / 0.3) !important;
}
.\!text-indigo-900\/35{
  color: rgb(49 46 129 / 0.35) !important;
}
.\!text-indigo-900\/40{
  color: rgb(49 46 129 / 0.4) !important;
}
.\!text-indigo-900\/45{
  color: rgb(49 46 129 / 0.45) !important;
}
.\!text-indigo-900\/5{
  color: rgb(49 46 129 / 0.05) !important;
}
.\!text-indigo-900\/50{
  color: rgb(49 46 129 / 0.5) !important;
}
.\!text-indigo-900\/55{
  color: rgb(49 46 129 / 0.55) !important;
}
.\!text-indigo-900\/60{
  color: rgb(49 46 129 / 0.6) !important;
}
.\!text-indigo-900\/65{
  color: rgb(49 46 129 / 0.65) !important;
}
.\!text-indigo-900\/70{
  color: rgb(49 46 129 / 0.7) !important;
}
.\!text-indigo-900\/75{
  color: rgb(49 46 129 / 0.75) !important;
}
.\!text-indigo-900\/80{
  color: rgb(49 46 129 / 0.8) !important;
}
.\!text-indigo-900\/85{
  color: rgb(49 46 129 / 0.85) !important;
}
.\!text-indigo-900\/90{
  color: rgb(49 46 129 / 0.9) !important;
}
.\!text-indigo-900\/95{
  color: rgb(49 46 129 / 0.95) !important;
}
.\!text-indigo-950{
  --tw-text-opacity: 1 !important;
  color: rgb(30 27 75 / var(--tw-text-opacity)) !important;
}
.\!text-indigo-950\/0{
  color: rgb(30 27 75 / 0) !important;
}
.\!text-indigo-950\/10{
  color: rgb(30 27 75 / 0.1) !important;
}
.\!text-indigo-950\/100{
  color: rgb(30 27 75 / 1) !important;
}
.\!text-indigo-950\/15{
  color: rgb(30 27 75 / 0.15) !important;
}
.\!text-indigo-950\/20{
  color: rgb(30 27 75 / 0.2) !important;
}
.\!text-indigo-950\/25{
  color: rgb(30 27 75 / 0.25) !important;
}
.\!text-indigo-950\/30{
  color: rgb(30 27 75 / 0.3) !important;
}
.\!text-indigo-950\/35{
  color: rgb(30 27 75 / 0.35) !important;
}
.\!text-indigo-950\/40{
  color: rgb(30 27 75 / 0.4) !important;
}
.\!text-indigo-950\/45{
  color: rgb(30 27 75 / 0.45) !important;
}
.\!text-indigo-950\/5{
  color: rgb(30 27 75 / 0.05) !important;
}
.\!text-indigo-950\/50{
  color: rgb(30 27 75 / 0.5) !important;
}
.\!text-indigo-950\/55{
  color: rgb(30 27 75 / 0.55) !important;
}
.\!text-indigo-950\/60{
  color: rgb(30 27 75 / 0.6) !important;
}
.\!text-indigo-950\/65{
  color: rgb(30 27 75 / 0.65) !important;
}
.\!text-indigo-950\/70{
  color: rgb(30 27 75 / 0.7) !important;
}
.\!text-indigo-950\/75{
  color: rgb(30 27 75 / 0.75) !important;
}
.\!text-indigo-950\/80{
  color: rgb(30 27 75 / 0.8) !important;
}
.\!text-indigo-950\/85{
  color: rgb(30 27 75 / 0.85) !important;
}
.\!text-indigo-950\/90{
  color: rgb(30 27 75 / 0.9) !important;
}
.\!text-indigo-950\/95{
  color: rgb(30 27 75 / 0.95) !important;
}
.\!text-info-100{
  --tw-text-opacity: 1 !important;
  color: rgb(253 247 254 / var(--tw-text-opacity)) !important;
}
.\!text-info-100\/0{
  color: rgb(253 247 254 / 0) !important;
}
.\!text-info-100\/10{
  color: rgb(253 247 254 / 0.1) !important;
}
.\!text-info-100\/100{
  color: rgb(253 247 254 / 1) !important;
}
.\!text-info-100\/15{
  color: rgb(253 247 254 / 0.15) !important;
}
.\!text-info-100\/20{
  color: rgb(253 247 254 / 0.2) !important;
}
.\!text-info-100\/25{
  color: rgb(253 247 254 / 0.25) !important;
}
.\!text-info-100\/30{
  color: rgb(253 247 254 / 0.3) !important;
}
.\!text-info-100\/35{
  color: rgb(253 247 254 / 0.35) !important;
}
.\!text-info-100\/40{
  color: rgb(253 247 254 / 0.4) !important;
}
.\!text-info-100\/45{
  color: rgb(253 247 254 / 0.45) !important;
}
.\!text-info-100\/5{
  color: rgb(253 247 254 / 0.05) !important;
}
.\!text-info-100\/50{
  color: rgb(253 247 254 / 0.5) !important;
}
.\!text-info-100\/55{
  color: rgb(253 247 254 / 0.55) !important;
}
.\!text-info-100\/60{
  color: rgb(253 247 254 / 0.6) !important;
}
.\!text-info-100\/65{
  color: rgb(253 247 254 / 0.65) !important;
}
.\!text-info-100\/70{
  color: rgb(253 247 254 / 0.7) !important;
}
.\!text-info-100\/75{
  color: rgb(253 247 254 / 0.75) !important;
}
.\!text-info-100\/80{
  color: rgb(253 247 254 / 0.8) !important;
}
.\!text-info-100\/85{
  color: rgb(253 247 254 / 0.85) !important;
}
.\!text-info-100\/90{
  color: rgb(253 247 254 / 0.9) !important;
}
.\!text-info-100\/95{
  color: rgb(253 247 254 / 0.95) !important;
}
.\!text-info-200{
  --tw-text-opacity: 1 !important;
  color: rgb(247 237 254 / var(--tw-text-opacity)) !important;
}
.\!text-info-200\/0{
  color: rgb(247 237 254 / 0) !important;
}
.\!text-info-200\/10{
  color: rgb(247 237 254 / 0.1) !important;
}
.\!text-info-200\/100{
  color: rgb(247 237 254 / 1) !important;
}
.\!text-info-200\/15{
  color: rgb(247 237 254 / 0.15) !important;
}
.\!text-info-200\/20{
  color: rgb(247 237 254 / 0.2) !important;
}
.\!text-info-200\/25{
  color: rgb(247 237 254 / 0.25) !important;
}
.\!text-info-200\/30{
  color: rgb(247 237 254 / 0.3) !important;
}
.\!text-info-200\/35{
  color: rgb(247 237 254 / 0.35) !important;
}
.\!text-info-200\/40{
  color: rgb(247 237 254 / 0.4) !important;
}
.\!text-info-200\/45{
  color: rgb(247 237 254 / 0.45) !important;
}
.\!text-info-200\/5{
  color: rgb(247 237 254 / 0.05) !important;
}
.\!text-info-200\/50{
  color: rgb(247 237 254 / 0.5) !important;
}
.\!text-info-200\/55{
  color: rgb(247 237 254 / 0.55) !important;
}
.\!text-info-200\/60{
  color: rgb(247 237 254 / 0.6) !important;
}
.\!text-info-200\/65{
  color: rgb(247 237 254 / 0.65) !important;
}
.\!text-info-200\/70{
  color: rgb(247 237 254 / 0.7) !important;
}
.\!text-info-200\/75{
  color: rgb(247 237 254 / 0.75) !important;
}
.\!text-info-200\/80{
  color: rgb(247 237 254 / 0.8) !important;
}
.\!text-info-200\/85{
  color: rgb(247 237 254 / 0.85) !important;
}
.\!text-info-200\/90{
  color: rgb(247 237 254 / 0.9) !important;
}
.\!text-info-200\/95{
  color: rgb(247 237 254 / 0.95) !important;
}
.\!text-info-300{
  --tw-text-opacity: 1 !important;
  color: rgb(233 221 252 / var(--tw-text-opacity)) !important;
}
.\!text-info-300\/0{
  color: rgb(233 221 252 / 0) !important;
}
.\!text-info-300\/10{
  color: rgb(233 221 252 / 0.1) !important;
}
.\!text-info-300\/100{
  color: rgb(233 221 252 / 1) !important;
}
.\!text-info-300\/15{
  color: rgb(233 221 252 / 0.15) !important;
}
.\!text-info-300\/20{
  color: rgb(233 221 252 / 0.2) !important;
}
.\!text-info-300\/25{
  color: rgb(233 221 252 / 0.25) !important;
}
.\!text-info-300\/30{
  color: rgb(233 221 252 / 0.3) !important;
}
.\!text-info-300\/35{
  color: rgb(233 221 252 / 0.35) !important;
}
.\!text-info-300\/40{
  color: rgb(233 221 252 / 0.4) !important;
}
.\!text-info-300\/45{
  color: rgb(233 221 252 / 0.45) !important;
}
.\!text-info-300\/5{
  color: rgb(233 221 252 / 0.05) !important;
}
.\!text-info-300\/50{
  color: rgb(233 221 252 / 0.5) !important;
}
.\!text-info-300\/55{
  color: rgb(233 221 252 / 0.55) !important;
}
.\!text-info-300\/60{
  color: rgb(233 221 252 / 0.6) !important;
}
.\!text-info-300\/65{
  color: rgb(233 221 252 / 0.65) !important;
}
.\!text-info-300\/70{
  color: rgb(233 221 252 / 0.7) !important;
}
.\!text-info-300\/75{
  color: rgb(233 221 252 / 0.75) !important;
}
.\!text-info-300\/80{
  color: rgb(233 221 252 / 0.8) !important;
}
.\!text-info-300\/85{
  color: rgb(233 221 252 / 0.85) !important;
}
.\!text-info-300\/90{
  color: rgb(233 221 252 / 0.9) !important;
}
.\!text-info-300\/95{
  color: rgb(233 221 252 / 0.95) !important;
}
.\!text-info-350{
  --tw-text-opacity: 1 !important;
  color: rgb(209 187 250 / var(--tw-text-opacity)) !important;
}
.\!text-info-350\/0{
  color: rgb(209 187 250 / 0) !important;
}
.\!text-info-350\/10{
  color: rgb(209 187 250 / 0.1) !important;
}
.\!text-info-350\/100{
  color: rgb(209 187 250 / 1) !important;
}
.\!text-info-350\/15{
  color: rgb(209 187 250 / 0.15) !important;
}
.\!text-info-350\/20{
  color: rgb(209 187 250 / 0.2) !important;
}
.\!text-info-350\/25{
  color: rgb(209 187 250 / 0.25) !important;
}
.\!text-info-350\/30{
  color: rgb(209 187 250 / 0.3) !important;
}
.\!text-info-350\/35{
  color: rgb(209 187 250 / 0.35) !important;
}
.\!text-info-350\/40{
  color: rgb(209 187 250 / 0.4) !important;
}
.\!text-info-350\/45{
  color: rgb(209 187 250 / 0.45) !important;
}
.\!text-info-350\/5{
  color: rgb(209 187 250 / 0.05) !important;
}
.\!text-info-350\/50{
  color: rgb(209 187 250 / 0.5) !important;
}
.\!text-info-350\/55{
  color: rgb(209 187 250 / 0.55) !important;
}
.\!text-info-350\/60{
  color: rgb(209 187 250 / 0.6) !important;
}
.\!text-info-350\/65{
  color: rgb(209 187 250 / 0.65) !important;
}
.\!text-info-350\/70{
  color: rgb(209 187 250 / 0.7) !important;
}
.\!text-info-350\/75{
  color: rgb(209 187 250 / 0.75) !important;
}
.\!text-info-350\/80{
  color: rgb(209 187 250 / 0.8) !important;
}
.\!text-info-350\/85{
  color: rgb(209 187 250 / 0.85) !important;
}
.\!text-info-350\/90{
  color: rgb(209 187 250 / 0.9) !important;
}
.\!text-info-350\/95{
  color: rgb(209 187 250 / 0.95) !important;
}
.\!text-info-400{
  --tw-text-opacity: 1 !important;
  color: rgb(186 154 248 / var(--tw-text-opacity)) !important;
}
.\!text-info-400\/0{
  color: rgb(186 154 248 / 0) !important;
}
.\!text-info-400\/10{
  color: rgb(186 154 248 / 0.1) !important;
}
.\!text-info-400\/100{
  color: rgb(186 154 248 / 1) !important;
}
.\!text-info-400\/15{
  color: rgb(186 154 248 / 0.15) !important;
}
.\!text-info-400\/20{
  color: rgb(186 154 248 / 0.2) !important;
}
.\!text-info-400\/25{
  color: rgb(186 154 248 / 0.25) !important;
}
.\!text-info-400\/30{
  color: rgb(186 154 248 / 0.3) !important;
}
.\!text-info-400\/35{
  color: rgb(186 154 248 / 0.35) !important;
}
.\!text-info-400\/40{
  color: rgb(186 154 248 / 0.4) !important;
}
.\!text-info-400\/45{
  color: rgb(186 154 248 / 0.45) !important;
}
.\!text-info-400\/5{
  color: rgb(186 154 248 / 0.05) !important;
}
.\!text-info-400\/50{
  color: rgb(186 154 248 / 0.5) !important;
}
.\!text-info-400\/55{
  color: rgb(186 154 248 / 0.55) !important;
}
.\!text-info-400\/60{
  color: rgb(186 154 248 / 0.6) !important;
}
.\!text-info-400\/65{
  color: rgb(186 154 248 / 0.65) !important;
}
.\!text-info-400\/70{
  color: rgb(186 154 248 / 0.7) !important;
}
.\!text-info-400\/75{
  color: rgb(186 154 248 / 0.75) !important;
}
.\!text-info-400\/80{
  color: rgb(186 154 248 / 0.8) !important;
}
.\!text-info-400\/85{
  color: rgb(186 154 248 / 0.85) !important;
}
.\!text-info-400\/90{
  color: rgb(186 154 248 / 0.9) !important;
}
.\!text-info-400\/95{
  color: rgb(186 154 248 / 0.95) !important;
}
.\!text-info-450{
  --tw-text-opacity: 1 !important;
  color: rgb(162 117 247 / var(--tw-text-opacity)) !important;
}
.\!text-info-450\/0{
  color: rgb(162 117 247 / 0) !important;
}
.\!text-info-450\/10{
  color: rgb(162 117 247 / 0.1) !important;
}
.\!text-info-450\/100{
  color: rgb(162 117 247 / 1) !important;
}
.\!text-info-450\/15{
  color: rgb(162 117 247 / 0.15) !important;
}
.\!text-info-450\/20{
  color: rgb(162 117 247 / 0.2) !important;
}
.\!text-info-450\/25{
  color: rgb(162 117 247 / 0.25) !important;
}
.\!text-info-450\/30{
  color: rgb(162 117 247 / 0.3) !important;
}
.\!text-info-450\/35{
  color: rgb(162 117 247 / 0.35) !important;
}
.\!text-info-450\/40{
  color: rgb(162 117 247 / 0.4) !important;
}
.\!text-info-450\/45{
  color: rgb(162 117 247 / 0.45) !important;
}
.\!text-info-450\/5{
  color: rgb(162 117 247 / 0.05) !important;
}
.\!text-info-450\/50{
  color: rgb(162 117 247 / 0.5) !important;
}
.\!text-info-450\/55{
  color: rgb(162 117 247 / 0.55) !important;
}
.\!text-info-450\/60{
  color: rgb(162 117 247 / 0.6) !important;
}
.\!text-info-450\/65{
  color: rgb(162 117 247 / 0.65) !important;
}
.\!text-info-450\/70{
  color: rgb(162 117 247 / 0.7) !important;
}
.\!text-info-450\/75{
  color: rgb(162 117 247 / 0.75) !important;
}
.\!text-info-450\/80{
  color: rgb(162 117 247 / 0.8) !important;
}
.\!text-info-450\/85{
  color: rgb(162 117 247 / 0.85) !important;
}
.\!text-info-450\/90{
  color: rgb(162 117 247 / 0.9) !important;
}
.\!text-info-450\/95{
  color: rgb(162 117 247 / 0.95) !important;
}
.\!text-info-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 251 255 / var(--tw-text-opacity)) !important;
}
.\!text-info-50\/0{
  color: rgb(254 251 255 / 0) !important;
}
.\!text-info-50\/10{
  color: rgb(254 251 255 / 0.1) !important;
}
.\!text-info-50\/100{
  color: rgb(254 251 255 / 1) !important;
}
.\!text-info-50\/15{
  color: rgb(254 251 255 / 0.15) !important;
}
.\!text-info-50\/20{
  color: rgb(254 251 255 / 0.2) !important;
}
.\!text-info-50\/25{
  color: rgb(254 251 255 / 0.25) !important;
}
.\!text-info-50\/30{
  color: rgb(254 251 255 / 0.3) !important;
}
.\!text-info-50\/35{
  color: rgb(254 251 255 / 0.35) !important;
}
.\!text-info-50\/40{
  color: rgb(254 251 255 / 0.4) !important;
}
.\!text-info-50\/45{
  color: rgb(254 251 255 / 0.45) !important;
}
.\!text-info-50\/5{
  color: rgb(254 251 255 / 0.05) !important;
}
.\!text-info-50\/50{
  color: rgb(254 251 255 / 0.5) !important;
}
.\!text-info-50\/55{
  color: rgb(254 251 255 / 0.55) !important;
}
.\!text-info-50\/60{
  color: rgb(254 251 255 / 0.6) !important;
}
.\!text-info-50\/65{
  color: rgb(254 251 255 / 0.65) !important;
}
.\!text-info-50\/70{
  color: rgb(254 251 255 / 0.7) !important;
}
.\!text-info-50\/75{
  color: rgb(254 251 255 / 0.75) !important;
}
.\!text-info-50\/80{
  color: rgb(254 251 255 / 0.8) !important;
}
.\!text-info-50\/85{
  color: rgb(254 251 255 / 0.85) !important;
}
.\!text-info-50\/90{
  color: rgb(254 251 255 / 0.9) !important;
}
.\!text-info-50\/95{
  color: rgb(254 251 255 / 0.95) !important;
}
.\!text-info-500{
  --tw-text-opacity: 1 !important;
  color: rgb(135 90 219 / var(--tw-text-opacity)) !important;
}
.\!text-info-500\/0{
  color: rgb(135 90 219 / 0) !important;
}
.\!text-info-500\/10{
  color: rgb(135 90 219 / 0.1) !important;
}
.\!text-info-500\/100{
  color: rgb(135 90 219 / 1) !important;
}
.\!text-info-500\/15{
  color: rgb(135 90 219 / 0.15) !important;
}
.\!text-info-500\/20{
  color: rgb(135 90 219 / 0.2) !important;
}
.\!text-info-500\/25{
  color: rgb(135 90 219 / 0.25) !important;
}
.\!text-info-500\/30{
  color: rgb(135 90 219 / 0.3) !important;
}
.\!text-info-500\/35{
  color: rgb(135 90 219 / 0.35) !important;
}
.\!text-info-500\/40{
  color: rgb(135 90 219 / 0.4) !important;
}
.\!text-info-500\/45{
  color: rgb(135 90 219 / 0.45) !important;
}
.\!text-info-500\/5{
  color: rgb(135 90 219 / 0.05) !important;
}
.\!text-info-500\/50{
  color: rgb(135 90 219 / 0.5) !important;
}
.\!text-info-500\/55{
  color: rgb(135 90 219 / 0.55) !important;
}
.\!text-info-500\/60{
  color: rgb(135 90 219 / 0.6) !important;
}
.\!text-info-500\/65{
  color: rgb(135 90 219 / 0.65) !important;
}
.\!text-info-500\/70{
  color: rgb(135 90 219 / 0.7) !important;
}
.\!text-info-500\/75{
  color: rgb(135 90 219 / 0.75) !important;
}
.\!text-info-500\/80{
  color: rgb(135 90 219 / 0.8) !important;
}
.\!text-info-500\/85{
  color: rgb(135 90 219 / 0.85) !important;
}
.\!text-info-500\/90{
  color: rgb(135 90 219 / 0.9) !important;
}
.\!text-info-500\/95{
  color: rgb(135 90 219 / 0.95) !important;
}
.\!text-info-600{
  --tw-text-opacity: 1 !important;
  color: rgb(109 63 193 / var(--tw-text-opacity)) !important;
}
.\!text-info-600\/0{
  color: rgb(109 63 193 / 0) !important;
}
.\!text-info-600\/10{
  color: rgb(109 63 193 / 0.1) !important;
}
.\!text-info-600\/100{
  color: rgb(109 63 193 / 1) !important;
}
.\!text-info-600\/15{
  color: rgb(109 63 193 / 0.15) !important;
}
.\!text-info-600\/20{
  color: rgb(109 63 193 / 0.2) !important;
}
.\!text-info-600\/25{
  color: rgb(109 63 193 / 0.25) !important;
}
.\!text-info-600\/30{
  color: rgb(109 63 193 / 0.3) !important;
}
.\!text-info-600\/35{
  color: rgb(109 63 193 / 0.35) !important;
}
.\!text-info-600\/40{
  color: rgb(109 63 193 / 0.4) !important;
}
.\!text-info-600\/45{
  color: rgb(109 63 193 / 0.45) !important;
}
.\!text-info-600\/5{
  color: rgb(109 63 193 / 0.05) !important;
}
.\!text-info-600\/50{
  color: rgb(109 63 193 / 0.5) !important;
}
.\!text-info-600\/55{
  color: rgb(109 63 193 / 0.55) !important;
}
.\!text-info-600\/60{
  color: rgb(109 63 193 / 0.6) !important;
}
.\!text-info-600\/65{
  color: rgb(109 63 193 / 0.65) !important;
}
.\!text-info-600\/70{
  color: rgb(109 63 193 / 0.7) !important;
}
.\!text-info-600\/75{
  color: rgb(109 63 193 / 0.75) !important;
}
.\!text-info-600\/80{
  color: rgb(109 63 193 / 0.8) !important;
}
.\!text-info-600\/85{
  color: rgb(109 63 193 / 0.85) !important;
}
.\!text-info-600\/90{
  color: rgb(109 63 193 / 0.9) !important;
}
.\!text-info-600\/95{
  color: rgb(109 63 193 / 0.95) !important;
}
.\!text-info-650{
  --tw-text-opacity: 1 !important;
  color: rgb(97 48 180 / var(--tw-text-opacity)) !important;
}
.\!text-info-650\/0{
  color: rgb(97 48 180 / 0) !important;
}
.\!text-info-650\/10{
  color: rgb(97 48 180 / 0.1) !important;
}
.\!text-info-650\/100{
  color: rgb(97 48 180 / 1) !important;
}
.\!text-info-650\/15{
  color: rgb(97 48 180 / 0.15) !important;
}
.\!text-info-650\/20{
  color: rgb(97 48 180 / 0.2) !important;
}
.\!text-info-650\/25{
  color: rgb(97 48 180 / 0.25) !important;
}
.\!text-info-650\/30{
  color: rgb(97 48 180 / 0.3) !important;
}
.\!text-info-650\/35{
  color: rgb(97 48 180 / 0.35) !important;
}
.\!text-info-650\/40{
  color: rgb(97 48 180 / 0.4) !important;
}
.\!text-info-650\/45{
  color: rgb(97 48 180 / 0.45) !important;
}
.\!text-info-650\/5{
  color: rgb(97 48 180 / 0.05) !important;
}
.\!text-info-650\/50{
  color: rgb(97 48 180 / 0.5) !important;
}
.\!text-info-650\/55{
  color: rgb(97 48 180 / 0.55) !important;
}
.\!text-info-650\/60{
  color: rgb(97 48 180 / 0.6) !important;
}
.\!text-info-650\/65{
  color: rgb(97 48 180 / 0.65) !important;
}
.\!text-info-650\/70{
  color: rgb(97 48 180 / 0.7) !important;
}
.\!text-info-650\/75{
  color: rgb(97 48 180 / 0.75) !important;
}
.\!text-info-650\/80{
  color: rgb(97 48 180 / 0.8) !important;
}
.\!text-info-650\/85{
  color: rgb(97 48 180 / 0.85) !important;
}
.\!text-info-650\/90{
  color: rgb(97 48 180 / 0.9) !important;
}
.\!text-info-650\/95{
  color: rgb(97 48 180 / 0.95) !important;
}
.\!text-info-700{
  --tw-text-opacity: 1 !important;
  color: rgb(86 33 167 / var(--tw-text-opacity)) !important;
}
.\!text-info-700\/0{
  color: rgb(86 33 167 / 0) !important;
}
.\!text-info-700\/10{
  color: rgb(86 33 167 / 0.1) !important;
}
.\!text-info-700\/100{
  color: rgb(86 33 167 / 1) !important;
}
.\!text-info-700\/15{
  color: rgb(86 33 167 / 0.15) !important;
}
.\!text-info-700\/20{
  color: rgb(86 33 167 / 0.2) !important;
}
.\!text-info-700\/25{
  color: rgb(86 33 167 / 0.25) !important;
}
.\!text-info-700\/30{
  color: rgb(86 33 167 / 0.3) !important;
}
.\!text-info-700\/35{
  color: rgb(86 33 167 / 0.35) !important;
}
.\!text-info-700\/40{
  color: rgb(86 33 167 / 0.4) !important;
}
.\!text-info-700\/45{
  color: rgb(86 33 167 / 0.45) !important;
}
.\!text-info-700\/5{
  color: rgb(86 33 167 / 0.05) !important;
}
.\!text-info-700\/50{
  color: rgb(86 33 167 / 0.5) !important;
}
.\!text-info-700\/55{
  color: rgb(86 33 167 / 0.55) !important;
}
.\!text-info-700\/60{
  color: rgb(86 33 167 / 0.6) !important;
}
.\!text-info-700\/65{
  color: rgb(86 33 167 / 0.65) !important;
}
.\!text-info-700\/70{
  color: rgb(86 33 167 / 0.7) !important;
}
.\!text-info-700\/75{
  color: rgb(86 33 167 / 0.75) !important;
}
.\!text-info-700\/80{
  color: rgb(86 33 167 / 0.8) !important;
}
.\!text-info-700\/85{
  color: rgb(86 33 167 / 0.85) !important;
}
.\!text-info-700\/90{
  color: rgb(86 33 167 / 0.9) !important;
}
.\!text-info-700\/95{
  color: rgb(86 33 167 / 0.95) !important;
}
.\!text-info-750{
  --tw-text-opacity: 1 !important;
  color: rgb(74 11 157 / var(--tw-text-opacity)) !important;
}
.\!text-info-750\/0{
  color: rgb(74 11 157 / 0) !important;
}
.\!text-info-750\/10{
  color: rgb(74 11 157 / 0.1) !important;
}
.\!text-info-750\/100{
  color: rgb(74 11 157 / 1) !important;
}
.\!text-info-750\/15{
  color: rgb(74 11 157 / 0.15) !important;
}
.\!text-info-750\/20{
  color: rgb(74 11 157 / 0.2) !important;
}
.\!text-info-750\/25{
  color: rgb(74 11 157 / 0.25) !important;
}
.\!text-info-750\/30{
  color: rgb(74 11 157 / 0.3) !important;
}
.\!text-info-750\/35{
  color: rgb(74 11 157 / 0.35) !important;
}
.\!text-info-750\/40{
  color: rgb(74 11 157 / 0.4) !important;
}
.\!text-info-750\/45{
  color: rgb(74 11 157 / 0.45) !important;
}
.\!text-info-750\/5{
  color: rgb(74 11 157 / 0.05) !important;
}
.\!text-info-750\/50{
  color: rgb(74 11 157 / 0.5) !important;
}
.\!text-info-750\/55{
  color: rgb(74 11 157 / 0.55) !important;
}
.\!text-info-750\/60{
  color: rgb(74 11 157 / 0.6) !important;
}
.\!text-info-750\/65{
  color: rgb(74 11 157 / 0.65) !important;
}
.\!text-info-750\/70{
  color: rgb(74 11 157 / 0.7) !important;
}
.\!text-info-750\/75{
  color: rgb(74 11 157 / 0.75) !important;
}
.\!text-info-750\/80{
  color: rgb(74 11 157 / 0.8) !important;
}
.\!text-info-750\/85{
  color: rgb(74 11 157 / 0.85) !important;
}
.\!text-info-750\/90{
  color: rgb(74 11 157 / 0.9) !important;
}
.\!text-info-750\/95{
  color: rgb(74 11 157 / 0.95) !important;
}
.\!text-info-800{
  --tw-text-opacity: 1 !important;
  color: rgb(61 6 131 / var(--tw-text-opacity)) !important;
}
.\!text-info-800\/0{
  color: rgb(61 6 131 / 0) !important;
}
.\!text-info-800\/10{
  color: rgb(61 6 131 / 0.1) !important;
}
.\!text-info-800\/100{
  color: rgb(61 6 131 / 1) !important;
}
.\!text-info-800\/15{
  color: rgb(61 6 131 / 0.15) !important;
}
.\!text-info-800\/20{
  color: rgb(61 6 131 / 0.2) !important;
}
.\!text-info-800\/25{
  color: rgb(61 6 131 / 0.25) !important;
}
.\!text-info-800\/30{
  color: rgb(61 6 131 / 0.3) !important;
}
.\!text-info-800\/35{
  color: rgb(61 6 131 / 0.35) !important;
}
.\!text-info-800\/40{
  color: rgb(61 6 131 / 0.4) !important;
}
.\!text-info-800\/45{
  color: rgb(61 6 131 / 0.45) !important;
}
.\!text-info-800\/5{
  color: rgb(61 6 131 / 0.05) !important;
}
.\!text-info-800\/50{
  color: rgb(61 6 131 / 0.5) !important;
}
.\!text-info-800\/55{
  color: rgb(61 6 131 / 0.55) !important;
}
.\!text-info-800\/60{
  color: rgb(61 6 131 / 0.6) !important;
}
.\!text-info-800\/65{
  color: rgb(61 6 131 / 0.65) !important;
}
.\!text-info-800\/70{
  color: rgb(61 6 131 / 0.7) !important;
}
.\!text-info-800\/75{
  color: rgb(61 6 131 / 0.75) !important;
}
.\!text-info-800\/80{
  color: rgb(61 6 131 / 0.8) !important;
}
.\!text-info-800\/85{
  color: rgb(61 6 131 / 0.85) !important;
}
.\!text-info-800\/90{
  color: rgb(61 6 131 / 0.9) !important;
}
.\!text-info-800\/95{
  color: rgb(61 6 131 / 0.95) !important;
}
.\!text-info-900{
  --tw-text-opacity: 1 !important;
  color: rgb(36 2 83 / var(--tw-text-opacity)) !important;
}
.\!text-info-900\/0{
  color: rgb(36 2 83 / 0) !important;
}
.\!text-info-900\/10{
  color: rgb(36 2 83 / 0.1) !important;
}
.\!text-info-900\/100{
  color: rgb(36 2 83 / 1) !important;
}
.\!text-info-900\/15{
  color: rgb(36 2 83 / 0.15) !important;
}
.\!text-info-900\/20{
  color: rgb(36 2 83 / 0.2) !important;
}
.\!text-info-900\/25{
  color: rgb(36 2 83 / 0.25) !important;
}
.\!text-info-900\/30{
  color: rgb(36 2 83 / 0.3) !important;
}
.\!text-info-900\/35{
  color: rgb(36 2 83 / 0.35) !important;
}
.\!text-info-900\/40{
  color: rgb(36 2 83 / 0.4) !important;
}
.\!text-info-900\/45{
  color: rgb(36 2 83 / 0.45) !important;
}
.\!text-info-900\/5{
  color: rgb(36 2 83 / 0.05) !important;
}
.\!text-info-900\/50{
  color: rgb(36 2 83 / 0.5) !important;
}
.\!text-info-900\/55{
  color: rgb(36 2 83 / 0.55) !important;
}
.\!text-info-900\/60{
  color: rgb(36 2 83 / 0.6) !important;
}
.\!text-info-900\/65{
  color: rgb(36 2 83 / 0.65) !important;
}
.\!text-info-900\/70{
  color: rgb(36 2 83 / 0.7) !important;
}
.\!text-info-900\/75{
  color: rgb(36 2 83 / 0.75) !important;
}
.\!text-info-900\/80{
  color: rgb(36 2 83 / 0.8) !important;
}
.\!text-info-900\/85{
  color: rgb(36 2 83 / 0.85) !important;
}
.\!text-info-900\/90{
  color: rgb(36 2 83 / 0.9) !important;
}
.\!text-info-900\/95{
  color: rgb(36 2 83 / 0.95) !important;
}
.\!text-inherit{
  color: inherit !important;
}
.\!text-light-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgb(240 249 255 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-100\/0{
  color: rgb(240 249 255 / 0) !important;
}
.\!text-light-blue-100\/10{
  color: rgb(240 249 255 / 0.1) !important;
}
.\!text-light-blue-100\/100{
  color: rgb(240 249 255 / 1) !important;
}
.\!text-light-blue-100\/15{
  color: rgb(240 249 255 / 0.15) !important;
}
.\!text-light-blue-100\/20{
  color: rgb(240 249 255 / 0.2) !important;
}
.\!text-light-blue-100\/25{
  color: rgb(240 249 255 / 0.25) !important;
}
.\!text-light-blue-100\/30{
  color: rgb(240 249 255 / 0.3) !important;
}
.\!text-light-blue-100\/35{
  color: rgb(240 249 255 / 0.35) !important;
}
.\!text-light-blue-100\/40{
  color: rgb(240 249 255 / 0.4) !important;
}
.\!text-light-blue-100\/45{
  color: rgb(240 249 255 / 0.45) !important;
}
.\!text-light-blue-100\/5{
  color: rgb(240 249 255 / 0.05) !important;
}
.\!text-light-blue-100\/50{
  color: rgb(240 249 255 / 0.5) !important;
}
.\!text-light-blue-100\/55{
  color: rgb(240 249 255 / 0.55) !important;
}
.\!text-light-blue-100\/60{
  color: rgb(240 249 255 / 0.6) !important;
}
.\!text-light-blue-100\/65{
  color: rgb(240 249 255 / 0.65) !important;
}
.\!text-light-blue-100\/70{
  color: rgb(240 249 255 / 0.7) !important;
}
.\!text-light-blue-100\/75{
  color: rgb(240 249 255 / 0.75) !important;
}
.\!text-light-blue-100\/80{
  color: rgb(240 249 255 / 0.8) !important;
}
.\!text-light-blue-100\/85{
  color: rgb(240 249 255 / 0.85) !important;
}
.\!text-light-blue-100\/90{
  color: rgb(240 249 255 / 0.9) !important;
}
.\!text-light-blue-100\/95{
  color: rgb(240 249 255 / 0.95) !important;
}
.\!text-light-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgb(224 242 254 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-200\/0{
  color: rgb(224 242 254 / 0) !important;
}
.\!text-light-blue-200\/10{
  color: rgb(224 242 254 / 0.1) !important;
}
.\!text-light-blue-200\/100{
  color: rgb(224 242 254 / 1) !important;
}
.\!text-light-blue-200\/15{
  color: rgb(224 242 254 / 0.15) !important;
}
.\!text-light-blue-200\/20{
  color: rgb(224 242 254 / 0.2) !important;
}
.\!text-light-blue-200\/25{
  color: rgb(224 242 254 / 0.25) !important;
}
.\!text-light-blue-200\/30{
  color: rgb(224 242 254 / 0.3) !important;
}
.\!text-light-blue-200\/35{
  color: rgb(224 242 254 / 0.35) !important;
}
.\!text-light-blue-200\/40{
  color: rgb(224 242 254 / 0.4) !important;
}
.\!text-light-blue-200\/45{
  color: rgb(224 242 254 / 0.45) !important;
}
.\!text-light-blue-200\/5{
  color: rgb(224 242 254 / 0.05) !important;
}
.\!text-light-blue-200\/50{
  color: rgb(224 242 254 / 0.5) !important;
}
.\!text-light-blue-200\/55{
  color: rgb(224 242 254 / 0.55) !important;
}
.\!text-light-blue-200\/60{
  color: rgb(224 242 254 / 0.6) !important;
}
.\!text-light-blue-200\/65{
  color: rgb(224 242 254 / 0.65) !important;
}
.\!text-light-blue-200\/70{
  color: rgb(224 242 254 / 0.7) !important;
}
.\!text-light-blue-200\/75{
  color: rgb(224 242 254 / 0.75) !important;
}
.\!text-light-blue-200\/80{
  color: rgb(224 242 254 / 0.8) !important;
}
.\!text-light-blue-200\/85{
  color: rgb(224 242 254 / 0.85) !important;
}
.\!text-light-blue-200\/90{
  color: rgb(224 242 254 / 0.9) !important;
}
.\!text-light-blue-200\/95{
  color: rgb(224 242 254 / 0.95) !important;
}
.\!text-light-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgb(186 230 253 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-300\/0{
  color: rgb(186 230 253 / 0) !important;
}
.\!text-light-blue-300\/10{
  color: rgb(186 230 253 / 0.1) !important;
}
.\!text-light-blue-300\/100{
  color: rgb(186 230 253 / 1) !important;
}
.\!text-light-blue-300\/15{
  color: rgb(186 230 253 / 0.15) !important;
}
.\!text-light-blue-300\/20{
  color: rgb(186 230 253 / 0.2) !important;
}
.\!text-light-blue-300\/25{
  color: rgb(186 230 253 / 0.25) !important;
}
.\!text-light-blue-300\/30{
  color: rgb(186 230 253 / 0.3) !important;
}
.\!text-light-blue-300\/35{
  color: rgb(186 230 253 / 0.35) !important;
}
.\!text-light-blue-300\/40{
  color: rgb(186 230 253 / 0.4) !important;
}
.\!text-light-blue-300\/45{
  color: rgb(186 230 253 / 0.45) !important;
}
.\!text-light-blue-300\/5{
  color: rgb(186 230 253 / 0.05) !important;
}
.\!text-light-blue-300\/50{
  color: rgb(186 230 253 / 0.5) !important;
}
.\!text-light-blue-300\/55{
  color: rgb(186 230 253 / 0.55) !important;
}
.\!text-light-blue-300\/60{
  color: rgb(186 230 253 / 0.6) !important;
}
.\!text-light-blue-300\/65{
  color: rgb(186 230 253 / 0.65) !important;
}
.\!text-light-blue-300\/70{
  color: rgb(186 230 253 / 0.7) !important;
}
.\!text-light-blue-300\/75{
  color: rgb(186 230 253 / 0.75) !important;
}
.\!text-light-blue-300\/80{
  color: rgb(186 230 253 / 0.8) !important;
}
.\!text-light-blue-300\/85{
  color: rgb(186 230 253 / 0.85) !important;
}
.\!text-light-blue-300\/90{
  color: rgb(186 230 253 / 0.9) !important;
}
.\!text-light-blue-300\/95{
  color: rgb(186 230 253 / 0.95) !important;
}
.\!text-light-blue-350{
  --tw-text-opacity: 1 !important;
  color: rgb(125 211 252 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-350\/0{
  color: rgb(125 211 252 / 0) !important;
}
.\!text-light-blue-350\/10{
  color: rgb(125 211 252 / 0.1) !important;
}
.\!text-light-blue-350\/100{
  color: rgb(125 211 252 / 1) !important;
}
.\!text-light-blue-350\/15{
  color: rgb(125 211 252 / 0.15) !important;
}
.\!text-light-blue-350\/20{
  color: rgb(125 211 252 / 0.2) !important;
}
.\!text-light-blue-350\/25{
  color: rgb(125 211 252 / 0.25) !important;
}
.\!text-light-blue-350\/30{
  color: rgb(125 211 252 / 0.3) !important;
}
.\!text-light-blue-350\/35{
  color: rgb(125 211 252 / 0.35) !important;
}
.\!text-light-blue-350\/40{
  color: rgb(125 211 252 / 0.4) !important;
}
.\!text-light-blue-350\/45{
  color: rgb(125 211 252 / 0.45) !important;
}
.\!text-light-blue-350\/5{
  color: rgb(125 211 252 / 0.05) !important;
}
.\!text-light-blue-350\/50{
  color: rgb(125 211 252 / 0.5) !important;
}
.\!text-light-blue-350\/55{
  color: rgb(125 211 252 / 0.55) !important;
}
.\!text-light-blue-350\/60{
  color: rgb(125 211 252 / 0.6) !important;
}
.\!text-light-blue-350\/65{
  color: rgb(125 211 252 / 0.65) !important;
}
.\!text-light-blue-350\/70{
  color: rgb(125 211 252 / 0.7) !important;
}
.\!text-light-blue-350\/75{
  color: rgb(125 211 252 / 0.75) !important;
}
.\!text-light-blue-350\/80{
  color: rgb(125 211 252 / 0.8) !important;
}
.\!text-light-blue-350\/85{
  color: rgb(125 211 252 / 0.85) !important;
}
.\!text-light-blue-350\/90{
  color: rgb(125 211 252 / 0.9) !important;
}
.\!text-light-blue-350\/95{
  color: rgb(125 211 252 / 0.95) !important;
}
.\!text-light-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgb(56 189 248 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-400\/0{
  color: rgb(56 189 248 / 0) !important;
}
.\!text-light-blue-400\/10{
  color: rgb(56 189 248 / 0.1) !important;
}
.\!text-light-blue-400\/100{
  color: rgb(56 189 248 / 1) !important;
}
.\!text-light-blue-400\/15{
  color: rgb(56 189 248 / 0.15) !important;
}
.\!text-light-blue-400\/20{
  color: rgb(56 189 248 / 0.2) !important;
}
.\!text-light-blue-400\/25{
  color: rgb(56 189 248 / 0.25) !important;
}
.\!text-light-blue-400\/30{
  color: rgb(56 189 248 / 0.3) !important;
}
.\!text-light-blue-400\/35{
  color: rgb(56 189 248 / 0.35) !important;
}
.\!text-light-blue-400\/40{
  color: rgb(56 189 248 / 0.4) !important;
}
.\!text-light-blue-400\/45{
  color: rgb(56 189 248 / 0.45) !important;
}
.\!text-light-blue-400\/5{
  color: rgb(56 189 248 / 0.05) !important;
}
.\!text-light-blue-400\/50{
  color: rgb(56 189 248 / 0.5) !important;
}
.\!text-light-blue-400\/55{
  color: rgb(56 189 248 / 0.55) !important;
}
.\!text-light-blue-400\/60{
  color: rgb(56 189 248 / 0.6) !important;
}
.\!text-light-blue-400\/65{
  color: rgb(56 189 248 / 0.65) !important;
}
.\!text-light-blue-400\/70{
  color: rgb(56 189 248 / 0.7) !important;
}
.\!text-light-blue-400\/75{
  color: rgb(56 189 248 / 0.75) !important;
}
.\!text-light-blue-400\/80{
  color: rgb(56 189 248 / 0.8) !important;
}
.\!text-light-blue-400\/85{
  color: rgb(56 189 248 / 0.85) !important;
}
.\!text-light-blue-400\/90{
  color: rgb(56 189 248 / 0.9) !important;
}
.\!text-light-blue-400\/95{
  color: rgb(56 189 248 / 0.95) !important;
}
.\!text-light-blue-450{
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-450\/0{
  color: rgb(14 165 233 / 0) !important;
}
.\!text-light-blue-450\/10{
  color: rgb(14 165 233 / 0.1) !important;
}
.\!text-light-blue-450\/100{
  color: rgb(14 165 233 / 1) !important;
}
.\!text-light-blue-450\/15{
  color: rgb(14 165 233 / 0.15) !important;
}
.\!text-light-blue-450\/20{
  color: rgb(14 165 233 / 0.2) !important;
}
.\!text-light-blue-450\/25{
  color: rgb(14 165 233 / 0.25) !important;
}
.\!text-light-blue-450\/30{
  color: rgb(14 165 233 / 0.3) !important;
}
.\!text-light-blue-450\/35{
  color: rgb(14 165 233 / 0.35) !important;
}
.\!text-light-blue-450\/40{
  color: rgb(14 165 233 / 0.4) !important;
}
.\!text-light-blue-450\/45{
  color: rgb(14 165 233 / 0.45) !important;
}
.\!text-light-blue-450\/5{
  color: rgb(14 165 233 / 0.05) !important;
}
.\!text-light-blue-450\/50{
  color: rgb(14 165 233 / 0.5) !important;
}
.\!text-light-blue-450\/55{
  color: rgb(14 165 233 / 0.55) !important;
}
.\!text-light-blue-450\/60{
  color: rgb(14 165 233 / 0.6) !important;
}
.\!text-light-blue-450\/65{
  color: rgb(14 165 233 / 0.65) !important;
}
.\!text-light-blue-450\/70{
  color: rgb(14 165 233 / 0.7) !important;
}
.\!text-light-blue-450\/75{
  color: rgb(14 165 233 / 0.75) !important;
}
.\!text-light-blue-450\/80{
  color: rgb(14 165 233 / 0.8) !important;
}
.\!text-light-blue-450\/85{
  color: rgb(14 165 233 / 0.85) !important;
}
.\!text-light-blue-450\/90{
  color: rgb(14 165 233 / 0.9) !important;
}
.\!text-light-blue-450\/95{
  color: rgb(14 165 233 / 0.95) !important;
}
.\!text-light-blue-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 253 255 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-50\/0{
  color: rgb(250 253 255 / 0) !important;
}
.\!text-light-blue-50\/10{
  color: rgb(250 253 255 / 0.1) !important;
}
.\!text-light-blue-50\/100{
  color: rgb(250 253 255 / 1) !important;
}
.\!text-light-blue-50\/15{
  color: rgb(250 253 255 / 0.15) !important;
}
.\!text-light-blue-50\/20{
  color: rgb(250 253 255 / 0.2) !important;
}
.\!text-light-blue-50\/25{
  color: rgb(250 253 255 / 0.25) !important;
}
.\!text-light-blue-50\/30{
  color: rgb(250 253 255 / 0.3) !important;
}
.\!text-light-blue-50\/35{
  color: rgb(250 253 255 / 0.35) !important;
}
.\!text-light-blue-50\/40{
  color: rgb(250 253 255 / 0.4) !important;
}
.\!text-light-blue-50\/45{
  color: rgb(250 253 255 / 0.45) !important;
}
.\!text-light-blue-50\/5{
  color: rgb(250 253 255 / 0.05) !important;
}
.\!text-light-blue-50\/50{
  color: rgb(250 253 255 / 0.5) !important;
}
.\!text-light-blue-50\/55{
  color: rgb(250 253 255 / 0.55) !important;
}
.\!text-light-blue-50\/60{
  color: rgb(250 253 255 / 0.6) !important;
}
.\!text-light-blue-50\/65{
  color: rgb(250 253 255 / 0.65) !important;
}
.\!text-light-blue-50\/70{
  color: rgb(250 253 255 / 0.7) !important;
}
.\!text-light-blue-50\/75{
  color: rgb(250 253 255 / 0.75) !important;
}
.\!text-light-blue-50\/80{
  color: rgb(250 253 255 / 0.8) !important;
}
.\!text-light-blue-50\/85{
  color: rgb(250 253 255 / 0.85) !important;
}
.\!text-light-blue-50\/90{
  color: rgb(250 253 255 / 0.9) !important;
}
.\!text-light-blue-50\/95{
  color: rgb(250 253 255 / 0.95) !important;
}
.\!text-light-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-500\/0{
  color: rgb(2 132 199 / 0) !important;
}
.\!text-light-blue-500\/10{
  color: rgb(2 132 199 / 0.1) !important;
}
.\!text-light-blue-500\/100{
  color: rgb(2 132 199 / 1) !important;
}
.\!text-light-blue-500\/15{
  color: rgb(2 132 199 / 0.15) !important;
}
.\!text-light-blue-500\/20{
  color: rgb(2 132 199 / 0.2) !important;
}
.\!text-light-blue-500\/25{
  color: rgb(2 132 199 / 0.25) !important;
}
.\!text-light-blue-500\/30{
  color: rgb(2 132 199 / 0.3) !important;
}
.\!text-light-blue-500\/35{
  color: rgb(2 132 199 / 0.35) !important;
}
.\!text-light-blue-500\/40{
  color: rgb(2 132 199 / 0.4) !important;
}
.\!text-light-blue-500\/45{
  color: rgb(2 132 199 / 0.45) !important;
}
.\!text-light-blue-500\/5{
  color: rgb(2 132 199 / 0.05) !important;
}
.\!text-light-blue-500\/50{
  color: rgb(2 132 199 / 0.5) !important;
}
.\!text-light-blue-500\/55{
  color: rgb(2 132 199 / 0.55) !important;
}
.\!text-light-blue-500\/60{
  color: rgb(2 132 199 / 0.6) !important;
}
.\!text-light-blue-500\/65{
  color: rgb(2 132 199 / 0.65) !important;
}
.\!text-light-blue-500\/70{
  color: rgb(2 132 199 / 0.7) !important;
}
.\!text-light-blue-500\/75{
  color: rgb(2 132 199 / 0.75) !important;
}
.\!text-light-blue-500\/80{
  color: rgb(2 132 199 / 0.8) !important;
}
.\!text-light-blue-500\/85{
  color: rgb(2 132 199 / 0.85) !important;
}
.\!text-light-blue-500\/90{
  color: rgb(2 132 199 / 0.9) !important;
}
.\!text-light-blue-500\/95{
  color: rgb(2 132 199 / 0.95) !important;
}
.\!text-light-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-600\/0{
  color: rgb(3 105 161 / 0) !important;
}
.\!text-light-blue-600\/10{
  color: rgb(3 105 161 / 0.1) !important;
}
.\!text-light-blue-600\/100{
  color: rgb(3 105 161 / 1) !important;
}
.\!text-light-blue-600\/15{
  color: rgb(3 105 161 / 0.15) !important;
}
.\!text-light-blue-600\/20{
  color: rgb(3 105 161 / 0.2) !important;
}
.\!text-light-blue-600\/25{
  color: rgb(3 105 161 / 0.25) !important;
}
.\!text-light-blue-600\/30{
  color: rgb(3 105 161 / 0.3) !important;
}
.\!text-light-blue-600\/35{
  color: rgb(3 105 161 / 0.35) !important;
}
.\!text-light-blue-600\/40{
  color: rgb(3 105 161 / 0.4) !important;
}
.\!text-light-blue-600\/45{
  color: rgb(3 105 161 / 0.45) !important;
}
.\!text-light-blue-600\/5{
  color: rgb(3 105 161 / 0.05) !important;
}
.\!text-light-blue-600\/50{
  color: rgb(3 105 161 / 0.5) !important;
}
.\!text-light-blue-600\/55{
  color: rgb(3 105 161 / 0.55) !important;
}
.\!text-light-blue-600\/60{
  color: rgb(3 105 161 / 0.6) !important;
}
.\!text-light-blue-600\/65{
  color: rgb(3 105 161 / 0.65) !important;
}
.\!text-light-blue-600\/70{
  color: rgb(3 105 161 / 0.7) !important;
}
.\!text-light-blue-600\/75{
  color: rgb(3 105 161 / 0.75) !important;
}
.\!text-light-blue-600\/80{
  color: rgb(3 105 161 / 0.8) !important;
}
.\!text-light-blue-600\/85{
  color: rgb(3 105 161 / 0.85) !important;
}
.\!text-light-blue-600\/90{
  color: rgb(3 105 161 / 0.9) !important;
}
.\!text-light-blue-600\/95{
  color: rgb(3 105 161 / 0.95) !important;
}
.\!text-light-blue-650{
  --tw-text-opacity: 1 !important;
  color: rgb(7 89 133 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-650\/0{
  color: rgb(7 89 133 / 0) !important;
}
.\!text-light-blue-650\/10{
  color: rgb(7 89 133 / 0.1) !important;
}
.\!text-light-blue-650\/100{
  color: rgb(7 89 133 / 1) !important;
}
.\!text-light-blue-650\/15{
  color: rgb(7 89 133 / 0.15) !important;
}
.\!text-light-blue-650\/20{
  color: rgb(7 89 133 / 0.2) !important;
}
.\!text-light-blue-650\/25{
  color: rgb(7 89 133 / 0.25) !important;
}
.\!text-light-blue-650\/30{
  color: rgb(7 89 133 / 0.3) !important;
}
.\!text-light-blue-650\/35{
  color: rgb(7 89 133 / 0.35) !important;
}
.\!text-light-blue-650\/40{
  color: rgb(7 89 133 / 0.4) !important;
}
.\!text-light-blue-650\/45{
  color: rgb(7 89 133 / 0.45) !important;
}
.\!text-light-blue-650\/5{
  color: rgb(7 89 133 / 0.05) !important;
}
.\!text-light-blue-650\/50{
  color: rgb(7 89 133 / 0.5) !important;
}
.\!text-light-blue-650\/55{
  color: rgb(7 89 133 / 0.55) !important;
}
.\!text-light-blue-650\/60{
  color: rgb(7 89 133 / 0.6) !important;
}
.\!text-light-blue-650\/65{
  color: rgb(7 89 133 / 0.65) !important;
}
.\!text-light-blue-650\/70{
  color: rgb(7 89 133 / 0.7) !important;
}
.\!text-light-blue-650\/75{
  color: rgb(7 89 133 / 0.75) !important;
}
.\!text-light-blue-650\/80{
  color: rgb(7 89 133 / 0.8) !important;
}
.\!text-light-blue-650\/85{
  color: rgb(7 89 133 / 0.85) !important;
}
.\!text-light-blue-650\/90{
  color: rgb(7 89 133 / 0.9) !important;
}
.\!text-light-blue-650\/95{
  color: rgb(7 89 133 / 0.95) !important;
}
.\!text-light-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgb(12 74 110 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-700\/0{
  color: rgb(12 74 110 / 0) !important;
}
.\!text-light-blue-700\/10{
  color: rgb(12 74 110 / 0.1) !important;
}
.\!text-light-blue-700\/100{
  color: rgb(12 74 110 / 1) !important;
}
.\!text-light-blue-700\/15{
  color: rgb(12 74 110 / 0.15) !important;
}
.\!text-light-blue-700\/20{
  color: rgb(12 74 110 / 0.2) !important;
}
.\!text-light-blue-700\/25{
  color: rgb(12 74 110 / 0.25) !important;
}
.\!text-light-blue-700\/30{
  color: rgb(12 74 110 / 0.3) !important;
}
.\!text-light-blue-700\/35{
  color: rgb(12 74 110 / 0.35) !important;
}
.\!text-light-blue-700\/40{
  color: rgb(12 74 110 / 0.4) !important;
}
.\!text-light-blue-700\/45{
  color: rgb(12 74 110 / 0.45) !important;
}
.\!text-light-blue-700\/5{
  color: rgb(12 74 110 / 0.05) !important;
}
.\!text-light-blue-700\/50{
  color: rgb(12 74 110 / 0.5) !important;
}
.\!text-light-blue-700\/55{
  color: rgb(12 74 110 / 0.55) !important;
}
.\!text-light-blue-700\/60{
  color: rgb(12 74 110 / 0.6) !important;
}
.\!text-light-blue-700\/65{
  color: rgb(12 74 110 / 0.65) !important;
}
.\!text-light-blue-700\/70{
  color: rgb(12 74 110 / 0.7) !important;
}
.\!text-light-blue-700\/75{
  color: rgb(12 74 110 / 0.75) !important;
}
.\!text-light-blue-700\/80{
  color: rgb(12 74 110 / 0.8) !important;
}
.\!text-light-blue-700\/85{
  color: rgb(12 74 110 / 0.85) !important;
}
.\!text-light-blue-700\/90{
  color: rgb(12 74 110 / 0.9) !important;
}
.\!text-light-blue-700\/95{
  color: rgb(12 74 110 / 0.95) !important;
}
.\!text-light-blue-750{
  --tw-text-opacity: 1 !important;
  color: rgb(6 59 89 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-750\/0{
  color: rgb(6 59 89 / 0) !important;
}
.\!text-light-blue-750\/10{
  color: rgb(6 59 89 / 0.1) !important;
}
.\!text-light-blue-750\/100{
  color: rgb(6 59 89 / 1) !important;
}
.\!text-light-blue-750\/15{
  color: rgb(6 59 89 / 0.15) !important;
}
.\!text-light-blue-750\/20{
  color: rgb(6 59 89 / 0.2) !important;
}
.\!text-light-blue-750\/25{
  color: rgb(6 59 89 / 0.25) !important;
}
.\!text-light-blue-750\/30{
  color: rgb(6 59 89 / 0.3) !important;
}
.\!text-light-blue-750\/35{
  color: rgb(6 59 89 / 0.35) !important;
}
.\!text-light-blue-750\/40{
  color: rgb(6 59 89 / 0.4) !important;
}
.\!text-light-blue-750\/45{
  color: rgb(6 59 89 / 0.45) !important;
}
.\!text-light-blue-750\/5{
  color: rgb(6 59 89 / 0.05) !important;
}
.\!text-light-blue-750\/50{
  color: rgb(6 59 89 / 0.5) !important;
}
.\!text-light-blue-750\/55{
  color: rgb(6 59 89 / 0.55) !important;
}
.\!text-light-blue-750\/60{
  color: rgb(6 59 89 / 0.6) !important;
}
.\!text-light-blue-750\/65{
  color: rgb(6 59 89 / 0.65) !important;
}
.\!text-light-blue-750\/70{
  color: rgb(6 59 89 / 0.7) !important;
}
.\!text-light-blue-750\/75{
  color: rgb(6 59 89 / 0.75) !important;
}
.\!text-light-blue-750\/80{
  color: rgb(6 59 89 / 0.8) !important;
}
.\!text-light-blue-750\/85{
  color: rgb(6 59 89 / 0.85) !important;
}
.\!text-light-blue-750\/90{
  color: rgb(6 59 89 / 0.9) !important;
}
.\!text-light-blue-750\/95{
  color: rgb(6 59 89 / 0.95) !important;
}
.\!text-light-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgb(3 50 77 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-800\/0{
  color: rgb(3 50 77 / 0) !important;
}
.\!text-light-blue-800\/10{
  color: rgb(3 50 77 / 0.1) !important;
}
.\!text-light-blue-800\/100{
  color: rgb(3 50 77 / 1) !important;
}
.\!text-light-blue-800\/15{
  color: rgb(3 50 77 / 0.15) !important;
}
.\!text-light-blue-800\/20{
  color: rgb(3 50 77 / 0.2) !important;
}
.\!text-light-blue-800\/25{
  color: rgb(3 50 77 / 0.25) !important;
}
.\!text-light-blue-800\/30{
  color: rgb(3 50 77 / 0.3) !important;
}
.\!text-light-blue-800\/35{
  color: rgb(3 50 77 / 0.35) !important;
}
.\!text-light-blue-800\/40{
  color: rgb(3 50 77 / 0.4) !important;
}
.\!text-light-blue-800\/45{
  color: rgb(3 50 77 / 0.45) !important;
}
.\!text-light-blue-800\/5{
  color: rgb(3 50 77 / 0.05) !important;
}
.\!text-light-blue-800\/50{
  color: rgb(3 50 77 / 0.5) !important;
}
.\!text-light-blue-800\/55{
  color: rgb(3 50 77 / 0.55) !important;
}
.\!text-light-blue-800\/60{
  color: rgb(3 50 77 / 0.6) !important;
}
.\!text-light-blue-800\/65{
  color: rgb(3 50 77 / 0.65) !important;
}
.\!text-light-blue-800\/70{
  color: rgb(3 50 77 / 0.7) !important;
}
.\!text-light-blue-800\/75{
  color: rgb(3 50 77 / 0.75) !important;
}
.\!text-light-blue-800\/80{
  color: rgb(3 50 77 / 0.8) !important;
}
.\!text-light-blue-800\/85{
  color: rgb(3 50 77 / 0.85) !important;
}
.\!text-light-blue-800\/90{
  color: rgb(3 50 77 / 0.9) !important;
}
.\!text-light-blue-800\/95{
  color: rgb(3 50 77 / 0.95) !important;
}
.\!text-light-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgb(1 41 64 / var(--tw-text-opacity)) !important;
}
.\!text-light-blue-900\/0{
  color: rgb(1 41 64 / 0) !important;
}
.\!text-light-blue-900\/10{
  color: rgb(1 41 64 / 0.1) !important;
}
.\!text-light-blue-900\/100{
  color: rgb(1 41 64 / 1) !important;
}
.\!text-light-blue-900\/15{
  color: rgb(1 41 64 / 0.15) !important;
}
.\!text-light-blue-900\/20{
  color: rgb(1 41 64 / 0.2) !important;
}
.\!text-light-blue-900\/25{
  color: rgb(1 41 64 / 0.25) !important;
}
.\!text-light-blue-900\/30{
  color: rgb(1 41 64 / 0.3) !important;
}
.\!text-light-blue-900\/35{
  color: rgb(1 41 64 / 0.35) !important;
}
.\!text-light-blue-900\/40{
  color: rgb(1 41 64 / 0.4) !important;
}
.\!text-light-blue-900\/45{
  color: rgb(1 41 64 / 0.45) !important;
}
.\!text-light-blue-900\/5{
  color: rgb(1 41 64 / 0.05) !important;
}
.\!text-light-blue-900\/50{
  color: rgb(1 41 64 / 0.5) !important;
}
.\!text-light-blue-900\/55{
  color: rgb(1 41 64 / 0.55) !important;
}
.\!text-light-blue-900\/60{
  color: rgb(1 41 64 / 0.6) !important;
}
.\!text-light-blue-900\/65{
  color: rgb(1 41 64 / 0.65) !important;
}
.\!text-light-blue-900\/70{
  color: rgb(1 41 64 / 0.7) !important;
}
.\!text-light-blue-900\/75{
  color: rgb(1 41 64 / 0.75) !important;
}
.\!text-light-blue-900\/80{
  color: rgb(1 41 64 / 0.8) !important;
}
.\!text-light-blue-900\/85{
  color: rgb(1 41 64 / 0.85) !important;
}
.\!text-light-blue-900\/90{
  color: rgb(1 41 64 / 0.9) !important;
}
.\!text-light-blue-900\/95{
  color: rgb(1 41 64 / 0.95) !important;
}
.\!text-lime-100{
  --tw-text-opacity: 1 !important;
  color: rgb(247 254 231 / var(--tw-text-opacity)) !important;
}
.\!text-lime-100\/0{
  color: rgb(247 254 231 / 0) !important;
}
.\!text-lime-100\/10{
  color: rgb(247 254 231 / 0.1) !important;
}
.\!text-lime-100\/100{
  color: rgb(247 254 231 / 1) !important;
}
.\!text-lime-100\/15{
  color: rgb(247 254 231 / 0.15) !important;
}
.\!text-lime-100\/20{
  color: rgb(247 254 231 / 0.2) !important;
}
.\!text-lime-100\/25{
  color: rgb(247 254 231 / 0.25) !important;
}
.\!text-lime-100\/30{
  color: rgb(247 254 231 / 0.3) !important;
}
.\!text-lime-100\/35{
  color: rgb(247 254 231 / 0.35) !important;
}
.\!text-lime-100\/40{
  color: rgb(247 254 231 / 0.4) !important;
}
.\!text-lime-100\/45{
  color: rgb(247 254 231 / 0.45) !important;
}
.\!text-lime-100\/5{
  color: rgb(247 254 231 / 0.05) !important;
}
.\!text-lime-100\/50{
  color: rgb(247 254 231 / 0.5) !important;
}
.\!text-lime-100\/55{
  color: rgb(247 254 231 / 0.55) !important;
}
.\!text-lime-100\/60{
  color: rgb(247 254 231 / 0.6) !important;
}
.\!text-lime-100\/65{
  color: rgb(247 254 231 / 0.65) !important;
}
.\!text-lime-100\/70{
  color: rgb(247 254 231 / 0.7) !important;
}
.\!text-lime-100\/75{
  color: rgb(247 254 231 / 0.75) !important;
}
.\!text-lime-100\/80{
  color: rgb(247 254 231 / 0.8) !important;
}
.\!text-lime-100\/85{
  color: rgb(247 254 231 / 0.85) !important;
}
.\!text-lime-100\/90{
  color: rgb(247 254 231 / 0.9) !important;
}
.\!text-lime-100\/95{
  color: rgb(247 254 231 / 0.95) !important;
}
.\!text-lime-200{
  --tw-text-opacity: 1 !important;
  color: rgb(236 252 203 / var(--tw-text-opacity)) !important;
}
.\!text-lime-200\/0{
  color: rgb(236 252 203 / 0) !important;
}
.\!text-lime-200\/10{
  color: rgb(236 252 203 / 0.1) !important;
}
.\!text-lime-200\/100{
  color: rgb(236 252 203 / 1) !important;
}
.\!text-lime-200\/15{
  color: rgb(236 252 203 / 0.15) !important;
}
.\!text-lime-200\/20{
  color: rgb(236 252 203 / 0.2) !important;
}
.\!text-lime-200\/25{
  color: rgb(236 252 203 / 0.25) !important;
}
.\!text-lime-200\/30{
  color: rgb(236 252 203 / 0.3) !important;
}
.\!text-lime-200\/35{
  color: rgb(236 252 203 / 0.35) !important;
}
.\!text-lime-200\/40{
  color: rgb(236 252 203 / 0.4) !important;
}
.\!text-lime-200\/45{
  color: rgb(236 252 203 / 0.45) !important;
}
.\!text-lime-200\/5{
  color: rgb(236 252 203 / 0.05) !important;
}
.\!text-lime-200\/50{
  color: rgb(236 252 203 / 0.5) !important;
}
.\!text-lime-200\/55{
  color: rgb(236 252 203 / 0.55) !important;
}
.\!text-lime-200\/60{
  color: rgb(236 252 203 / 0.6) !important;
}
.\!text-lime-200\/65{
  color: rgb(236 252 203 / 0.65) !important;
}
.\!text-lime-200\/70{
  color: rgb(236 252 203 / 0.7) !important;
}
.\!text-lime-200\/75{
  color: rgb(236 252 203 / 0.75) !important;
}
.\!text-lime-200\/80{
  color: rgb(236 252 203 / 0.8) !important;
}
.\!text-lime-200\/85{
  color: rgb(236 252 203 / 0.85) !important;
}
.\!text-lime-200\/90{
  color: rgb(236 252 203 / 0.9) !important;
}
.\!text-lime-200\/95{
  color: rgb(236 252 203 / 0.95) !important;
}
.\!text-lime-300{
  --tw-text-opacity: 1 !important;
  color: rgb(217 249 157 / var(--tw-text-opacity)) !important;
}
.\!text-lime-300\/0{
  color: rgb(217 249 157 / 0) !important;
}
.\!text-lime-300\/10{
  color: rgb(217 249 157 / 0.1) !important;
}
.\!text-lime-300\/100{
  color: rgb(217 249 157 / 1) !important;
}
.\!text-lime-300\/15{
  color: rgb(217 249 157 / 0.15) !important;
}
.\!text-lime-300\/20{
  color: rgb(217 249 157 / 0.2) !important;
}
.\!text-lime-300\/25{
  color: rgb(217 249 157 / 0.25) !important;
}
.\!text-lime-300\/30{
  color: rgb(217 249 157 / 0.3) !important;
}
.\!text-lime-300\/35{
  color: rgb(217 249 157 / 0.35) !important;
}
.\!text-lime-300\/40{
  color: rgb(217 249 157 / 0.4) !important;
}
.\!text-lime-300\/45{
  color: rgb(217 249 157 / 0.45) !important;
}
.\!text-lime-300\/5{
  color: rgb(217 249 157 / 0.05) !important;
}
.\!text-lime-300\/50{
  color: rgb(217 249 157 / 0.5) !important;
}
.\!text-lime-300\/55{
  color: rgb(217 249 157 / 0.55) !important;
}
.\!text-lime-300\/60{
  color: rgb(217 249 157 / 0.6) !important;
}
.\!text-lime-300\/65{
  color: rgb(217 249 157 / 0.65) !important;
}
.\!text-lime-300\/70{
  color: rgb(217 249 157 / 0.7) !important;
}
.\!text-lime-300\/75{
  color: rgb(217 249 157 / 0.75) !important;
}
.\!text-lime-300\/80{
  color: rgb(217 249 157 / 0.8) !important;
}
.\!text-lime-300\/85{
  color: rgb(217 249 157 / 0.85) !important;
}
.\!text-lime-300\/90{
  color: rgb(217 249 157 / 0.9) !important;
}
.\!text-lime-300\/95{
  color: rgb(217 249 157 / 0.95) !important;
}
.\!text-lime-350{
  --tw-text-opacity: 1 !important;
  color: rgb(190 242 100 / var(--tw-text-opacity)) !important;
}
.\!text-lime-350\/0{
  color: rgb(190 242 100 / 0) !important;
}
.\!text-lime-350\/10{
  color: rgb(190 242 100 / 0.1) !important;
}
.\!text-lime-350\/100{
  color: rgb(190 242 100 / 1) !important;
}
.\!text-lime-350\/15{
  color: rgb(190 242 100 / 0.15) !important;
}
.\!text-lime-350\/20{
  color: rgb(190 242 100 / 0.2) !important;
}
.\!text-lime-350\/25{
  color: rgb(190 242 100 / 0.25) !important;
}
.\!text-lime-350\/30{
  color: rgb(190 242 100 / 0.3) !important;
}
.\!text-lime-350\/35{
  color: rgb(190 242 100 / 0.35) !important;
}
.\!text-lime-350\/40{
  color: rgb(190 242 100 / 0.4) !important;
}
.\!text-lime-350\/45{
  color: rgb(190 242 100 / 0.45) !important;
}
.\!text-lime-350\/5{
  color: rgb(190 242 100 / 0.05) !important;
}
.\!text-lime-350\/50{
  color: rgb(190 242 100 / 0.5) !important;
}
.\!text-lime-350\/55{
  color: rgb(190 242 100 / 0.55) !important;
}
.\!text-lime-350\/60{
  color: rgb(190 242 100 / 0.6) !important;
}
.\!text-lime-350\/65{
  color: rgb(190 242 100 / 0.65) !important;
}
.\!text-lime-350\/70{
  color: rgb(190 242 100 / 0.7) !important;
}
.\!text-lime-350\/75{
  color: rgb(190 242 100 / 0.75) !important;
}
.\!text-lime-350\/80{
  color: rgb(190 242 100 / 0.8) !important;
}
.\!text-lime-350\/85{
  color: rgb(190 242 100 / 0.85) !important;
}
.\!text-lime-350\/90{
  color: rgb(190 242 100 / 0.9) !important;
}
.\!text-lime-350\/95{
  color: rgb(190 242 100 / 0.95) !important;
}
.\!text-lime-400{
  --tw-text-opacity: 1 !important;
  color: rgb(163 230 53 / var(--tw-text-opacity)) !important;
}
.\!text-lime-400\/0{
  color: rgb(163 230 53 / 0) !important;
}
.\!text-lime-400\/10{
  color: rgb(163 230 53 / 0.1) !important;
}
.\!text-lime-400\/100{
  color: rgb(163 230 53 / 1) !important;
}
.\!text-lime-400\/15{
  color: rgb(163 230 53 / 0.15) !important;
}
.\!text-lime-400\/20{
  color: rgb(163 230 53 / 0.2) !important;
}
.\!text-lime-400\/25{
  color: rgb(163 230 53 / 0.25) !important;
}
.\!text-lime-400\/30{
  color: rgb(163 230 53 / 0.3) !important;
}
.\!text-lime-400\/35{
  color: rgb(163 230 53 / 0.35) !important;
}
.\!text-lime-400\/40{
  color: rgb(163 230 53 / 0.4) !important;
}
.\!text-lime-400\/45{
  color: rgb(163 230 53 / 0.45) !important;
}
.\!text-lime-400\/5{
  color: rgb(163 230 53 / 0.05) !important;
}
.\!text-lime-400\/50{
  color: rgb(163 230 53 / 0.5) !important;
}
.\!text-lime-400\/55{
  color: rgb(163 230 53 / 0.55) !important;
}
.\!text-lime-400\/60{
  color: rgb(163 230 53 / 0.6) !important;
}
.\!text-lime-400\/65{
  color: rgb(163 230 53 / 0.65) !important;
}
.\!text-lime-400\/70{
  color: rgb(163 230 53 / 0.7) !important;
}
.\!text-lime-400\/75{
  color: rgb(163 230 53 / 0.75) !important;
}
.\!text-lime-400\/80{
  color: rgb(163 230 53 / 0.8) !important;
}
.\!text-lime-400\/85{
  color: rgb(163 230 53 / 0.85) !important;
}
.\!text-lime-400\/90{
  color: rgb(163 230 53 / 0.9) !important;
}
.\!text-lime-400\/95{
  color: rgb(163 230 53 / 0.95) !important;
}
.\!text-lime-450{
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity)) !important;
}
.\!text-lime-450\/0{
  color: rgb(132 204 22 / 0) !important;
}
.\!text-lime-450\/10{
  color: rgb(132 204 22 / 0.1) !important;
}
.\!text-lime-450\/100{
  color: rgb(132 204 22 / 1) !important;
}
.\!text-lime-450\/15{
  color: rgb(132 204 22 / 0.15) !important;
}
.\!text-lime-450\/20{
  color: rgb(132 204 22 / 0.2) !important;
}
.\!text-lime-450\/25{
  color: rgb(132 204 22 / 0.25) !important;
}
.\!text-lime-450\/30{
  color: rgb(132 204 22 / 0.3) !important;
}
.\!text-lime-450\/35{
  color: rgb(132 204 22 / 0.35) !important;
}
.\!text-lime-450\/40{
  color: rgb(132 204 22 / 0.4) !important;
}
.\!text-lime-450\/45{
  color: rgb(132 204 22 / 0.45) !important;
}
.\!text-lime-450\/5{
  color: rgb(132 204 22 / 0.05) !important;
}
.\!text-lime-450\/50{
  color: rgb(132 204 22 / 0.5) !important;
}
.\!text-lime-450\/55{
  color: rgb(132 204 22 / 0.55) !important;
}
.\!text-lime-450\/60{
  color: rgb(132 204 22 / 0.6) !important;
}
.\!text-lime-450\/65{
  color: rgb(132 204 22 / 0.65) !important;
}
.\!text-lime-450\/70{
  color: rgb(132 204 22 / 0.7) !important;
}
.\!text-lime-450\/75{
  color: rgb(132 204 22 / 0.75) !important;
}
.\!text-lime-450\/80{
  color: rgb(132 204 22 / 0.8) !important;
}
.\!text-lime-450\/85{
  color: rgb(132 204 22 / 0.85) !important;
}
.\!text-lime-450\/90{
  color: rgb(132 204 22 / 0.9) !important;
}
.\!text-lime-450\/95{
  color: rgb(132 204 22 / 0.95) !important;
}
.\!text-lime-50{
  --tw-text-opacity: 1 !important;
  color: rgb(252 254 249 / var(--tw-text-opacity)) !important;
}
.\!text-lime-50\/0{
  color: rgb(252 254 249 / 0) !important;
}
.\!text-lime-50\/10{
  color: rgb(252 254 249 / 0.1) !important;
}
.\!text-lime-50\/100{
  color: rgb(252 254 249 / 1) !important;
}
.\!text-lime-50\/15{
  color: rgb(252 254 249 / 0.15) !important;
}
.\!text-lime-50\/20{
  color: rgb(252 254 249 / 0.2) !important;
}
.\!text-lime-50\/25{
  color: rgb(252 254 249 / 0.25) !important;
}
.\!text-lime-50\/30{
  color: rgb(252 254 249 / 0.3) !important;
}
.\!text-lime-50\/35{
  color: rgb(252 254 249 / 0.35) !important;
}
.\!text-lime-50\/40{
  color: rgb(252 254 249 / 0.4) !important;
}
.\!text-lime-50\/45{
  color: rgb(252 254 249 / 0.45) !important;
}
.\!text-lime-50\/5{
  color: rgb(252 254 249 / 0.05) !important;
}
.\!text-lime-50\/50{
  color: rgb(252 254 249 / 0.5) !important;
}
.\!text-lime-50\/55{
  color: rgb(252 254 249 / 0.55) !important;
}
.\!text-lime-50\/60{
  color: rgb(252 254 249 / 0.6) !important;
}
.\!text-lime-50\/65{
  color: rgb(252 254 249 / 0.65) !important;
}
.\!text-lime-50\/70{
  color: rgb(252 254 249 / 0.7) !important;
}
.\!text-lime-50\/75{
  color: rgb(252 254 249 / 0.75) !important;
}
.\!text-lime-50\/80{
  color: rgb(252 254 249 / 0.8) !important;
}
.\!text-lime-50\/85{
  color: rgb(252 254 249 / 0.85) !important;
}
.\!text-lime-50\/90{
  color: rgb(252 254 249 / 0.9) !important;
}
.\!text-lime-50\/95{
  color: rgb(252 254 249 / 0.95) !important;
}
.\!text-lime-500{
  --tw-text-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-text-opacity)) !important;
}
.\!text-lime-500\/0{
  color: rgb(101 163 13 / 0) !important;
}
.\!text-lime-500\/10{
  color: rgb(101 163 13 / 0.1) !important;
}
.\!text-lime-500\/100{
  color: rgb(101 163 13 / 1) !important;
}
.\!text-lime-500\/15{
  color: rgb(101 163 13 / 0.15) !important;
}
.\!text-lime-500\/20{
  color: rgb(101 163 13 / 0.2) !important;
}
.\!text-lime-500\/25{
  color: rgb(101 163 13 / 0.25) !important;
}
.\!text-lime-500\/30{
  color: rgb(101 163 13 / 0.3) !important;
}
.\!text-lime-500\/35{
  color: rgb(101 163 13 / 0.35) !important;
}
.\!text-lime-500\/40{
  color: rgb(101 163 13 / 0.4) !important;
}
.\!text-lime-500\/45{
  color: rgb(101 163 13 / 0.45) !important;
}
.\!text-lime-500\/5{
  color: rgb(101 163 13 / 0.05) !important;
}
.\!text-lime-500\/50{
  color: rgb(101 163 13 / 0.5) !important;
}
.\!text-lime-500\/55{
  color: rgb(101 163 13 / 0.55) !important;
}
.\!text-lime-500\/60{
  color: rgb(101 163 13 / 0.6) !important;
}
.\!text-lime-500\/65{
  color: rgb(101 163 13 / 0.65) !important;
}
.\!text-lime-500\/70{
  color: rgb(101 163 13 / 0.7) !important;
}
.\!text-lime-500\/75{
  color: rgb(101 163 13 / 0.75) !important;
}
.\!text-lime-500\/80{
  color: rgb(101 163 13 / 0.8) !important;
}
.\!text-lime-500\/85{
  color: rgb(101 163 13 / 0.85) !important;
}
.\!text-lime-500\/90{
  color: rgb(101 163 13 / 0.9) !important;
}
.\!text-lime-500\/95{
  color: rgb(101 163 13 / 0.95) !important;
}
.\!text-lime-600{
  --tw-text-opacity: 1 !important;
  color: rgb(77 124 15 / var(--tw-text-opacity)) !important;
}
.\!text-lime-600\/0{
  color: rgb(77 124 15 / 0) !important;
}
.\!text-lime-600\/10{
  color: rgb(77 124 15 / 0.1) !important;
}
.\!text-lime-600\/100{
  color: rgb(77 124 15 / 1) !important;
}
.\!text-lime-600\/15{
  color: rgb(77 124 15 / 0.15) !important;
}
.\!text-lime-600\/20{
  color: rgb(77 124 15 / 0.2) !important;
}
.\!text-lime-600\/25{
  color: rgb(77 124 15 / 0.25) !important;
}
.\!text-lime-600\/30{
  color: rgb(77 124 15 / 0.3) !important;
}
.\!text-lime-600\/35{
  color: rgb(77 124 15 / 0.35) !important;
}
.\!text-lime-600\/40{
  color: rgb(77 124 15 / 0.4) !important;
}
.\!text-lime-600\/45{
  color: rgb(77 124 15 / 0.45) !important;
}
.\!text-lime-600\/5{
  color: rgb(77 124 15 / 0.05) !important;
}
.\!text-lime-600\/50{
  color: rgb(77 124 15 / 0.5) !important;
}
.\!text-lime-600\/55{
  color: rgb(77 124 15 / 0.55) !important;
}
.\!text-lime-600\/60{
  color: rgb(77 124 15 / 0.6) !important;
}
.\!text-lime-600\/65{
  color: rgb(77 124 15 / 0.65) !important;
}
.\!text-lime-600\/70{
  color: rgb(77 124 15 / 0.7) !important;
}
.\!text-lime-600\/75{
  color: rgb(77 124 15 / 0.75) !important;
}
.\!text-lime-600\/80{
  color: rgb(77 124 15 / 0.8) !important;
}
.\!text-lime-600\/85{
  color: rgb(77 124 15 / 0.85) !important;
}
.\!text-lime-600\/90{
  color: rgb(77 124 15 / 0.9) !important;
}
.\!text-lime-600\/95{
  color: rgb(77 124 15 / 0.95) !important;
}
.\!text-lime-650{
  --tw-text-opacity: 1 !important;
  color: rgb(63 98 18 / var(--tw-text-opacity)) !important;
}
.\!text-lime-650\/0{
  color: rgb(63 98 18 / 0) !important;
}
.\!text-lime-650\/10{
  color: rgb(63 98 18 / 0.1) !important;
}
.\!text-lime-650\/100{
  color: rgb(63 98 18 / 1) !important;
}
.\!text-lime-650\/15{
  color: rgb(63 98 18 / 0.15) !important;
}
.\!text-lime-650\/20{
  color: rgb(63 98 18 / 0.2) !important;
}
.\!text-lime-650\/25{
  color: rgb(63 98 18 / 0.25) !important;
}
.\!text-lime-650\/30{
  color: rgb(63 98 18 / 0.3) !important;
}
.\!text-lime-650\/35{
  color: rgb(63 98 18 / 0.35) !important;
}
.\!text-lime-650\/40{
  color: rgb(63 98 18 / 0.4) !important;
}
.\!text-lime-650\/45{
  color: rgb(63 98 18 / 0.45) !important;
}
.\!text-lime-650\/5{
  color: rgb(63 98 18 / 0.05) !important;
}
.\!text-lime-650\/50{
  color: rgb(63 98 18 / 0.5) !important;
}
.\!text-lime-650\/55{
  color: rgb(63 98 18 / 0.55) !important;
}
.\!text-lime-650\/60{
  color: rgb(63 98 18 / 0.6) !important;
}
.\!text-lime-650\/65{
  color: rgb(63 98 18 / 0.65) !important;
}
.\!text-lime-650\/70{
  color: rgb(63 98 18 / 0.7) !important;
}
.\!text-lime-650\/75{
  color: rgb(63 98 18 / 0.75) !important;
}
.\!text-lime-650\/80{
  color: rgb(63 98 18 / 0.8) !important;
}
.\!text-lime-650\/85{
  color: rgb(63 98 18 / 0.85) !important;
}
.\!text-lime-650\/90{
  color: rgb(63 98 18 / 0.9) !important;
}
.\!text-lime-650\/95{
  color: rgb(63 98 18 / 0.95) !important;
}
.\!text-lime-700{
  --tw-text-opacity: 1 !important;
  color: rgb(54 83 20 / var(--tw-text-opacity)) !important;
}
.\!text-lime-700\/0{
  color: rgb(54 83 20 / 0) !important;
}
.\!text-lime-700\/10{
  color: rgb(54 83 20 / 0.1) !important;
}
.\!text-lime-700\/100{
  color: rgb(54 83 20 / 1) !important;
}
.\!text-lime-700\/15{
  color: rgb(54 83 20 / 0.15) !important;
}
.\!text-lime-700\/20{
  color: rgb(54 83 20 / 0.2) !important;
}
.\!text-lime-700\/25{
  color: rgb(54 83 20 / 0.25) !important;
}
.\!text-lime-700\/30{
  color: rgb(54 83 20 / 0.3) !important;
}
.\!text-lime-700\/35{
  color: rgb(54 83 20 / 0.35) !important;
}
.\!text-lime-700\/40{
  color: rgb(54 83 20 / 0.4) !important;
}
.\!text-lime-700\/45{
  color: rgb(54 83 20 / 0.45) !important;
}
.\!text-lime-700\/5{
  color: rgb(54 83 20 / 0.05) !important;
}
.\!text-lime-700\/50{
  color: rgb(54 83 20 / 0.5) !important;
}
.\!text-lime-700\/55{
  color: rgb(54 83 20 / 0.55) !important;
}
.\!text-lime-700\/60{
  color: rgb(54 83 20 / 0.6) !important;
}
.\!text-lime-700\/65{
  color: rgb(54 83 20 / 0.65) !important;
}
.\!text-lime-700\/70{
  color: rgb(54 83 20 / 0.7) !important;
}
.\!text-lime-700\/75{
  color: rgb(54 83 20 / 0.75) !important;
}
.\!text-lime-700\/80{
  color: rgb(54 83 20 / 0.8) !important;
}
.\!text-lime-700\/85{
  color: rgb(54 83 20 / 0.85) !important;
}
.\!text-lime-700\/90{
  color: rgb(54 83 20 / 0.9) !important;
}
.\!text-lime-700\/95{
  color: rgb(54 83 20 / 0.95) !important;
}
.\!text-lime-750{
  --tw-text-opacity: 1 !important;
  color: rgb(47 77 11 / var(--tw-text-opacity)) !important;
}
.\!text-lime-750\/0{
  color: rgb(47 77 11 / 0) !important;
}
.\!text-lime-750\/10{
  color: rgb(47 77 11 / 0.1) !important;
}
.\!text-lime-750\/100{
  color: rgb(47 77 11 / 1) !important;
}
.\!text-lime-750\/15{
  color: rgb(47 77 11 / 0.15) !important;
}
.\!text-lime-750\/20{
  color: rgb(47 77 11 / 0.2) !important;
}
.\!text-lime-750\/25{
  color: rgb(47 77 11 / 0.25) !important;
}
.\!text-lime-750\/30{
  color: rgb(47 77 11 / 0.3) !important;
}
.\!text-lime-750\/35{
  color: rgb(47 77 11 / 0.35) !important;
}
.\!text-lime-750\/40{
  color: rgb(47 77 11 / 0.4) !important;
}
.\!text-lime-750\/45{
  color: rgb(47 77 11 / 0.45) !important;
}
.\!text-lime-750\/5{
  color: rgb(47 77 11 / 0.05) !important;
}
.\!text-lime-750\/50{
  color: rgb(47 77 11 / 0.5) !important;
}
.\!text-lime-750\/55{
  color: rgb(47 77 11 / 0.55) !important;
}
.\!text-lime-750\/60{
  color: rgb(47 77 11 / 0.6) !important;
}
.\!text-lime-750\/65{
  color: rgb(47 77 11 / 0.65) !important;
}
.\!text-lime-750\/70{
  color: rgb(47 77 11 / 0.7) !important;
}
.\!text-lime-750\/75{
  color: rgb(47 77 11 / 0.75) !important;
}
.\!text-lime-750\/80{
  color: rgb(47 77 11 / 0.8) !important;
}
.\!text-lime-750\/85{
  color: rgb(47 77 11 / 0.85) !important;
}
.\!text-lime-750\/90{
  color: rgb(47 77 11 / 0.9) !important;
}
.\!text-lime-750\/95{
  color: rgb(47 77 11 / 0.95) !important;
}
.\!text-lime-800{
  --tw-text-opacity: 1 !important;
  color: rgb(37 64 6 / var(--tw-text-opacity)) !important;
}
.\!text-lime-800\/0{
  color: rgb(37 64 6 / 0) !important;
}
.\!text-lime-800\/10{
  color: rgb(37 64 6 / 0.1) !important;
}
.\!text-lime-800\/100{
  color: rgb(37 64 6 / 1) !important;
}
.\!text-lime-800\/15{
  color: rgb(37 64 6 / 0.15) !important;
}
.\!text-lime-800\/20{
  color: rgb(37 64 6 / 0.2) !important;
}
.\!text-lime-800\/25{
  color: rgb(37 64 6 / 0.25) !important;
}
.\!text-lime-800\/30{
  color: rgb(37 64 6 / 0.3) !important;
}
.\!text-lime-800\/35{
  color: rgb(37 64 6 / 0.35) !important;
}
.\!text-lime-800\/40{
  color: rgb(37 64 6 / 0.4) !important;
}
.\!text-lime-800\/45{
  color: rgb(37 64 6 / 0.45) !important;
}
.\!text-lime-800\/5{
  color: rgb(37 64 6 / 0.05) !important;
}
.\!text-lime-800\/50{
  color: rgb(37 64 6 / 0.5) !important;
}
.\!text-lime-800\/55{
  color: rgb(37 64 6 / 0.55) !important;
}
.\!text-lime-800\/60{
  color: rgb(37 64 6 / 0.6) !important;
}
.\!text-lime-800\/65{
  color: rgb(37 64 6 / 0.65) !important;
}
.\!text-lime-800\/70{
  color: rgb(37 64 6 / 0.7) !important;
}
.\!text-lime-800\/75{
  color: rgb(37 64 6 / 0.75) !important;
}
.\!text-lime-800\/80{
  color: rgb(37 64 6 / 0.8) !important;
}
.\!text-lime-800\/85{
  color: rgb(37 64 6 / 0.85) !important;
}
.\!text-lime-800\/90{
  color: rgb(37 64 6 / 0.9) !important;
}
.\!text-lime-800\/95{
  color: rgb(37 64 6 / 0.95) !important;
}
.\!text-lime-900{
  --tw-text-opacity: 1 !important;
  color: rgb(22 38 2 / var(--tw-text-opacity)) !important;
}
.\!text-lime-900\/0{
  color: rgb(22 38 2 / 0) !important;
}
.\!text-lime-900\/10{
  color: rgb(22 38 2 / 0.1) !important;
}
.\!text-lime-900\/100{
  color: rgb(22 38 2 / 1) !important;
}
.\!text-lime-900\/15{
  color: rgb(22 38 2 / 0.15) !important;
}
.\!text-lime-900\/20{
  color: rgb(22 38 2 / 0.2) !important;
}
.\!text-lime-900\/25{
  color: rgb(22 38 2 / 0.25) !important;
}
.\!text-lime-900\/30{
  color: rgb(22 38 2 / 0.3) !important;
}
.\!text-lime-900\/35{
  color: rgb(22 38 2 / 0.35) !important;
}
.\!text-lime-900\/40{
  color: rgb(22 38 2 / 0.4) !important;
}
.\!text-lime-900\/45{
  color: rgb(22 38 2 / 0.45) !important;
}
.\!text-lime-900\/5{
  color: rgb(22 38 2 / 0.05) !important;
}
.\!text-lime-900\/50{
  color: rgb(22 38 2 / 0.5) !important;
}
.\!text-lime-900\/55{
  color: rgb(22 38 2 / 0.55) !important;
}
.\!text-lime-900\/60{
  color: rgb(22 38 2 / 0.6) !important;
}
.\!text-lime-900\/65{
  color: rgb(22 38 2 / 0.65) !important;
}
.\!text-lime-900\/70{
  color: rgb(22 38 2 / 0.7) !important;
}
.\!text-lime-900\/75{
  color: rgb(22 38 2 / 0.75) !important;
}
.\!text-lime-900\/80{
  color: rgb(22 38 2 / 0.8) !important;
}
.\!text-lime-900\/85{
  color: rgb(22 38 2 / 0.85) !important;
}
.\!text-lime-900\/90{
  color: rgb(22 38 2 / 0.9) !important;
}
.\!text-lime-900\/95{
  color: rgb(22 38 2 / 0.95) !important;
}
.\!text-lime-950{
  --tw-text-opacity: 1 !important;
  color: rgb(26 46 5 / var(--tw-text-opacity)) !important;
}
.\!text-lime-950\/0{
  color: rgb(26 46 5 / 0) !important;
}
.\!text-lime-950\/10{
  color: rgb(26 46 5 / 0.1) !important;
}
.\!text-lime-950\/100{
  color: rgb(26 46 5 / 1) !important;
}
.\!text-lime-950\/15{
  color: rgb(26 46 5 / 0.15) !important;
}
.\!text-lime-950\/20{
  color: rgb(26 46 5 / 0.2) !important;
}
.\!text-lime-950\/25{
  color: rgb(26 46 5 / 0.25) !important;
}
.\!text-lime-950\/30{
  color: rgb(26 46 5 / 0.3) !important;
}
.\!text-lime-950\/35{
  color: rgb(26 46 5 / 0.35) !important;
}
.\!text-lime-950\/40{
  color: rgb(26 46 5 / 0.4) !important;
}
.\!text-lime-950\/45{
  color: rgb(26 46 5 / 0.45) !important;
}
.\!text-lime-950\/5{
  color: rgb(26 46 5 / 0.05) !important;
}
.\!text-lime-950\/50{
  color: rgb(26 46 5 / 0.5) !important;
}
.\!text-lime-950\/55{
  color: rgb(26 46 5 / 0.55) !important;
}
.\!text-lime-950\/60{
  color: rgb(26 46 5 / 0.6) !important;
}
.\!text-lime-950\/65{
  color: rgb(26 46 5 / 0.65) !important;
}
.\!text-lime-950\/70{
  color: rgb(26 46 5 / 0.7) !important;
}
.\!text-lime-950\/75{
  color: rgb(26 46 5 / 0.75) !important;
}
.\!text-lime-950\/80{
  color: rgb(26 46 5 / 0.8) !important;
}
.\!text-lime-950\/85{
  color: rgb(26 46 5 / 0.85) !important;
}
.\!text-lime-950\/90{
  color: rgb(26 46 5 / 0.9) !important;
}
.\!text-lime-950\/95{
  color: rgb(26 46 5 / 0.95) !important;
}
.\!text-negative-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}
.\!text-negative-100\/0{
  color: rgb(254 226 226 / 0) !important;
}
.\!text-negative-100\/10{
  color: rgb(254 226 226 / 0.1) !important;
}
.\!text-negative-100\/100{
  color: rgb(254 226 226 / 1) !important;
}
.\!text-negative-100\/15{
  color: rgb(254 226 226 / 0.15) !important;
}
.\!text-negative-100\/20{
  color: rgb(254 226 226 / 0.2) !important;
}
.\!text-negative-100\/25{
  color: rgb(254 226 226 / 0.25) !important;
}
.\!text-negative-100\/30{
  color: rgb(254 226 226 / 0.3) !important;
}
.\!text-negative-100\/35{
  color: rgb(254 226 226 / 0.35) !important;
}
.\!text-negative-100\/40{
  color: rgb(254 226 226 / 0.4) !important;
}
.\!text-negative-100\/45{
  color: rgb(254 226 226 / 0.45) !important;
}
.\!text-negative-100\/5{
  color: rgb(254 226 226 / 0.05) !important;
}
.\!text-negative-100\/50{
  color: rgb(254 226 226 / 0.5) !important;
}
.\!text-negative-100\/55{
  color: rgb(254 226 226 / 0.55) !important;
}
.\!text-negative-100\/60{
  color: rgb(254 226 226 / 0.6) !important;
}
.\!text-negative-100\/65{
  color: rgb(254 226 226 / 0.65) !important;
}
.\!text-negative-100\/70{
  color: rgb(254 226 226 / 0.7) !important;
}
.\!text-negative-100\/75{
  color: rgb(254 226 226 / 0.75) !important;
}
.\!text-negative-100\/80{
  color: rgb(254 226 226 / 0.8) !important;
}
.\!text-negative-100\/85{
  color: rgb(254 226 226 / 0.85) !important;
}
.\!text-negative-100\/90{
  color: rgb(254 226 226 / 0.9) !important;
}
.\!text-negative-100\/95{
  color: rgb(254 226 226 / 0.95) !important;
}
.\!text-negative-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
}
.\!text-negative-200\/0{
  color: rgb(254 202 202 / 0) !important;
}
.\!text-negative-200\/10{
  color: rgb(254 202 202 / 0.1) !important;
}
.\!text-negative-200\/100{
  color: rgb(254 202 202 / 1) !important;
}
.\!text-negative-200\/15{
  color: rgb(254 202 202 / 0.15) !important;
}
.\!text-negative-200\/20{
  color: rgb(254 202 202 / 0.2) !important;
}
.\!text-negative-200\/25{
  color: rgb(254 202 202 / 0.25) !important;
}
.\!text-negative-200\/30{
  color: rgb(254 202 202 / 0.3) !important;
}
.\!text-negative-200\/35{
  color: rgb(254 202 202 / 0.35) !important;
}
.\!text-negative-200\/40{
  color: rgb(254 202 202 / 0.4) !important;
}
.\!text-negative-200\/45{
  color: rgb(254 202 202 / 0.45) !important;
}
.\!text-negative-200\/5{
  color: rgb(254 202 202 / 0.05) !important;
}
.\!text-negative-200\/50{
  color: rgb(254 202 202 / 0.5) !important;
}
.\!text-negative-200\/55{
  color: rgb(254 202 202 / 0.55) !important;
}
.\!text-negative-200\/60{
  color: rgb(254 202 202 / 0.6) !important;
}
.\!text-negative-200\/65{
  color: rgb(254 202 202 / 0.65) !important;
}
.\!text-negative-200\/70{
  color: rgb(254 202 202 / 0.7) !important;
}
.\!text-negative-200\/75{
  color: rgb(254 202 202 / 0.75) !important;
}
.\!text-negative-200\/80{
  color: rgb(254 202 202 / 0.8) !important;
}
.\!text-negative-200\/85{
  color: rgb(254 202 202 / 0.85) !important;
}
.\!text-negative-200\/90{
  color: rgb(254 202 202 / 0.9) !important;
}
.\!text-negative-200\/95{
  color: rgb(254 202 202 / 0.95) !important;
}
.\!text-negative-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important;
}
.\!text-negative-300\/0{
  color: rgb(252 165 165 / 0) !important;
}
.\!text-negative-300\/10{
  color: rgb(252 165 165 / 0.1) !important;
}
.\!text-negative-300\/100{
  color: rgb(252 165 165 / 1) !important;
}
.\!text-negative-300\/15{
  color: rgb(252 165 165 / 0.15) !important;
}
.\!text-negative-300\/20{
  color: rgb(252 165 165 / 0.2) !important;
}
.\!text-negative-300\/25{
  color: rgb(252 165 165 / 0.25) !important;
}
.\!text-negative-300\/30{
  color: rgb(252 165 165 / 0.3) !important;
}
.\!text-negative-300\/35{
  color: rgb(252 165 165 / 0.35) !important;
}
.\!text-negative-300\/40{
  color: rgb(252 165 165 / 0.4) !important;
}
.\!text-negative-300\/45{
  color: rgb(252 165 165 / 0.45) !important;
}
.\!text-negative-300\/5{
  color: rgb(252 165 165 / 0.05) !important;
}
.\!text-negative-300\/50{
  color: rgb(252 165 165 / 0.5) !important;
}
.\!text-negative-300\/55{
  color: rgb(252 165 165 / 0.55) !important;
}
.\!text-negative-300\/60{
  color: rgb(252 165 165 / 0.6) !important;
}
.\!text-negative-300\/65{
  color: rgb(252 165 165 / 0.65) !important;
}
.\!text-negative-300\/70{
  color: rgb(252 165 165 / 0.7) !important;
}
.\!text-negative-300\/75{
  color: rgb(252 165 165 / 0.75) !important;
}
.\!text-negative-300\/80{
  color: rgb(252 165 165 / 0.8) !important;
}
.\!text-negative-300\/85{
  color: rgb(252 165 165 / 0.85) !important;
}
.\!text-negative-300\/90{
  color: rgb(252 165 165 / 0.9) !important;
}
.\!text-negative-300\/95{
  color: rgb(252 165 165 / 0.95) !important;
}
.\!text-negative-400{
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.\!text-negative-400\/0{
  color: rgb(248 113 113 / 0) !important;
}
.\!text-negative-400\/10{
  color: rgb(248 113 113 / 0.1) !important;
}
.\!text-negative-400\/100{
  color: rgb(248 113 113 / 1) !important;
}
.\!text-negative-400\/15{
  color: rgb(248 113 113 / 0.15) !important;
}
.\!text-negative-400\/20{
  color: rgb(248 113 113 / 0.2) !important;
}
.\!text-negative-400\/25{
  color: rgb(248 113 113 / 0.25) !important;
}
.\!text-negative-400\/30{
  color: rgb(248 113 113 / 0.3) !important;
}
.\!text-negative-400\/35{
  color: rgb(248 113 113 / 0.35) !important;
}
.\!text-negative-400\/40{
  color: rgb(248 113 113 / 0.4) !important;
}
.\!text-negative-400\/45{
  color: rgb(248 113 113 / 0.45) !important;
}
.\!text-negative-400\/5{
  color: rgb(248 113 113 / 0.05) !important;
}
.\!text-negative-400\/50{
  color: rgb(248 113 113 / 0.5) !important;
}
.\!text-negative-400\/55{
  color: rgb(248 113 113 / 0.55) !important;
}
.\!text-negative-400\/60{
  color: rgb(248 113 113 / 0.6) !important;
}
.\!text-negative-400\/65{
  color: rgb(248 113 113 / 0.65) !important;
}
.\!text-negative-400\/70{
  color: rgb(248 113 113 / 0.7) !important;
}
.\!text-negative-400\/75{
  color: rgb(248 113 113 / 0.75) !important;
}
.\!text-negative-400\/80{
  color: rgb(248 113 113 / 0.8) !important;
}
.\!text-negative-400\/85{
  color: rgb(248 113 113 / 0.85) !important;
}
.\!text-negative-400\/90{
  color: rgb(248 113 113 / 0.9) !important;
}
.\!text-negative-400\/95{
  color: rgb(248 113 113 / 0.95) !important;
}
.\!text-negative-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}
.\!text-negative-50\/0{
  color: rgb(254 242 242 / 0) !important;
}
.\!text-negative-50\/10{
  color: rgb(254 242 242 / 0.1) !important;
}
.\!text-negative-50\/100{
  color: rgb(254 242 242 / 1) !important;
}
.\!text-negative-50\/15{
  color: rgb(254 242 242 / 0.15) !important;
}
.\!text-negative-50\/20{
  color: rgb(254 242 242 / 0.2) !important;
}
.\!text-negative-50\/25{
  color: rgb(254 242 242 / 0.25) !important;
}
.\!text-negative-50\/30{
  color: rgb(254 242 242 / 0.3) !important;
}
.\!text-negative-50\/35{
  color: rgb(254 242 242 / 0.35) !important;
}
.\!text-negative-50\/40{
  color: rgb(254 242 242 / 0.4) !important;
}
.\!text-negative-50\/45{
  color: rgb(254 242 242 / 0.45) !important;
}
.\!text-negative-50\/5{
  color: rgb(254 242 242 / 0.05) !important;
}
.\!text-negative-50\/50{
  color: rgb(254 242 242 / 0.5) !important;
}
.\!text-negative-50\/55{
  color: rgb(254 242 242 / 0.55) !important;
}
.\!text-negative-50\/60{
  color: rgb(254 242 242 / 0.6) !important;
}
.\!text-negative-50\/65{
  color: rgb(254 242 242 / 0.65) !important;
}
.\!text-negative-50\/70{
  color: rgb(254 242 242 / 0.7) !important;
}
.\!text-negative-50\/75{
  color: rgb(254 242 242 / 0.75) !important;
}
.\!text-negative-50\/80{
  color: rgb(254 242 242 / 0.8) !important;
}
.\!text-negative-50\/85{
  color: rgb(254 242 242 / 0.85) !important;
}
.\!text-negative-50\/90{
  color: rgb(254 242 242 / 0.9) !important;
}
.\!text-negative-50\/95{
  color: rgb(254 242 242 / 0.95) !important;
}
.\!text-negative-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.\!text-negative-500\/0{
  color: rgb(239 68 68 / 0) !important;
}
.\!text-negative-500\/10{
  color: rgb(239 68 68 / 0.1) !important;
}
.\!text-negative-500\/100{
  color: rgb(239 68 68 / 1) !important;
}
.\!text-negative-500\/15{
  color: rgb(239 68 68 / 0.15) !important;
}
.\!text-negative-500\/20{
  color: rgb(239 68 68 / 0.2) !important;
}
.\!text-negative-500\/25{
  color: rgb(239 68 68 / 0.25) !important;
}
.\!text-negative-500\/30{
  color: rgb(239 68 68 / 0.3) !important;
}
.\!text-negative-500\/35{
  color: rgb(239 68 68 / 0.35) !important;
}
.\!text-negative-500\/40{
  color: rgb(239 68 68 / 0.4) !important;
}
.\!text-negative-500\/45{
  color: rgb(239 68 68 / 0.45) !important;
}
.\!text-negative-500\/5{
  color: rgb(239 68 68 / 0.05) !important;
}
.\!text-negative-500\/50{
  color: rgb(239 68 68 / 0.5) !important;
}
.\!text-negative-500\/55{
  color: rgb(239 68 68 / 0.55) !important;
}
.\!text-negative-500\/60{
  color: rgb(239 68 68 / 0.6) !important;
}
.\!text-negative-500\/65{
  color: rgb(239 68 68 / 0.65) !important;
}
.\!text-negative-500\/70{
  color: rgb(239 68 68 / 0.7) !important;
}
.\!text-negative-500\/75{
  color: rgb(239 68 68 / 0.75) !important;
}
.\!text-negative-500\/80{
  color: rgb(239 68 68 / 0.8) !important;
}
.\!text-negative-500\/85{
  color: rgb(239 68 68 / 0.85) !important;
}
.\!text-negative-500\/90{
  color: rgb(239 68 68 / 0.9) !important;
}
.\!text-negative-500\/95{
  color: rgb(239 68 68 / 0.95) !important;
}
.\!text-negative-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.\!text-negative-600\/0{
  color: rgb(220 38 38 / 0) !important;
}
.\!text-negative-600\/10{
  color: rgb(220 38 38 / 0.1) !important;
}
.\!text-negative-600\/100{
  color: rgb(220 38 38 / 1) !important;
}
.\!text-negative-600\/15{
  color: rgb(220 38 38 / 0.15) !important;
}
.\!text-negative-600\/20{
  color: rgb(220 38 38 / 0.2) !important;
}
.\!text-negative-600\/25{
  color: rgb(220 38 38 / 0.25) !important;
}
.\!text-negative-600\/30{
  color: rgb(220 38 38 / 0.3) !important;
}
.\!text-negative-600\/35{
  color: rgb(220 38 38 / 0.35) !important;
}
.\!text-negative-600\/40{
  color: rgb(220 38 38 / 0.4) !important;
}
.\!text-negative-600\/45{
  color: rgb(220 38 38 / 0.45) !important;
}
.\!text-negative-600\/5{
  color: rgb(220 38 38 / 0.05) !important;
}
.\!text-negative-600\/50{
  color: rgb(220 38 38 / 0.5) !important;
}
.\!text-negative-600\/55{
  color: rgb(220 38 38 / 0.55) !important;
}
.\!text-negative-600\/60{
  color: rgb(220 38 38 / 0.6) !important;
}
.\!text-negative-600\/65{
  color: rgb(220 38 38 / 0.65) !important;
}
.\!text-negative-600\/70{
  color: rgb(220 38 38 / 0.7) !important;
}
.\!text-negative-600\/75{
  color: rgb(220 38 38 / 0.75) !important;
}
.\!text-negative-600\/80{
  color: rgb(220 38 38 / 0.8) !important;
}
.\!text-negative-600\/85{
  color: rgb(220 38 38 / 0.85) !important;
}
.\!text-negative-600\/90{
  color: rgb(220 38 38 / 0.9) !important;
}
.\!text-negative-600\/95{
  color: rgb(220 38 38 / 0.95) !important;
}
.\!text-negative-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.\!text-negative-700\/0{
  color: rgb(185 28 28 / 0) !important;
}
.\!text-negative-700\/10{
  color: rgb(185 28 28 / 0.1) !important;
}
.\!text-negative-700\/100{
  color: rgb(185 28 28 / 1) !important;
}
.\!text-negative-700\/15{
  color: rgb(185 28 28 / 0.15) !important;
}
.\!text-negative-700\/20{
  color: rgb(185 28 28 / 0.2) !important;
}
.\!text-negative-700\/25{
  color: rgb(185 28 28 / 0.25) !important;
}
.\!text-negative-700\/30{
  color: rgb(185 28 28 / 0.3) !important;
}
.\!text-negative-700\/35{
  color: rgb(185 28 28 / 0.35) !important;
}
.\!text-negative-700\/40{
  color: rgb(185 28 28 / 0.4) !important;
}
.\!text-negative-700\/45{
  color: rgb(185 28 28 / 0.45) !important;
}
.\!text-negative-700\/5{
  color: rgb(185 28 28 / 0.05) !important;
}
.\!text-negative-700\/50{
  color: rgb(185 28 28 / 0.5) !important;
}
.\!text-negative-700\/55{
  color: rgb(185 28 28 / 0.55) !important;
}
.\!text-negative-700\/60{
  color: rgb(185 28 28 / 0.6) !important;
}
.\!text-negative-700\/65{
  color: rgb(185 28 28 / 0.65) !important;
}
.\!text-negative-700\/70{
  color: rgb(185 28 28 / 0.7) !important;
}
.\!text-negative-700\/75{
  color: rgb(185 28 28 / 0.75) !important;
}
.\!text-negative-700\/80{
  color: rgb(185 28 28 / 0.8) !important;
}
.\!text-negative-700\/85{
  color: rgb(185 28 28 / 0.85) !important;
}
.\!text-negative-700\/90{
  color: rgb(185 28 28 / 0.9) !important;
}
.\!text-negative-700\/95{
  color: rgb(185 28 28 / 0.95) !important;
}
.\!text-negative-800{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.\!text-negative-800\/0{
  color: rgb(153 27 27 / 0) !important;
}
.\!text-negative-800\/10{
  color: rgb(153 27 27 / 0.1) !important;
}
.\!text-negative-800\/100{
  color: rgb(153 27 27 / 1) !important;
}
.\!text-negative-800\/15{
  color: rgb(153 27 27 / 0.15) !important;
}
.\!text-negative-800\/20{
  color: rgb(153 27 27 / 0.2) !important;
}
.\!text-negative-800\/25{
  color: rgb(153 27 27 / 0.25) !important;
}
.\!text-negative-800\/30{
  color: rgb(153 27 27 / 0.3) !important;
}
.\!text-negative-800\/35{
  color: rgb(153 27 27 / 0.35) !important;
}
.\!text-negative-800\/40{
  color: rgb(153 27 27 / 0.4) !important;
}
.\!text-negative-800\/45{
  color: rgb(153 27 27 / 0.45) !important;
}
.\!text-negative-800\/5{
  color: rgb(153 27 27 / 0.05) !important;
}
.\!text-negative-800\/50{
  color: rgb(153 27 27 / 0.5) !important;
}
.\!text-negative-800\/55{
  color: rgb(153 27 27 / 0.55) !important;
}
.\!text-negative-800\/60{
  color: rgb(153 27 27 / 0.6) !important;
}
.\!text-negative-800\/65{
  color: rgb(153 27 27 / 0.65) !important;
}
.\!text-negative-800\/70{
  color: rgb(153 27 27 / 0.7) !important;
}
.\!text-negative-800\/75{
  color: rgb(153 27 27 / 0.75) !important;
}
.\!text-negative-800\/80{
  color: rgb(153 27 27 / 0.8) !important;
}
.\!text-negative-800\/85{
  color: rgb(153 27 27 / 0.85) !important;
}
.\!text-negative-800\/90{
  color: rgb(153 27 27 / 0.9) !important;
}
.\!text-negative-800\/95{
  color: rgb(153 27 27 / 0.95) !important;
}
.\!text-negative-900{
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}
.\!text-negative-900\/0{
  color: rgb(127 29 29 / 0) !important;
}
.\!text-negative-900\/10{
  color: rgb(127 29 29 / 0.1) !important;
}
.\!text-negative-900\/100{
  color: rgb(127 29 29 / 1) !important;
}
.\!text-negative-900\/15{
  color: rgb(127 29 29 / 0.15) !important;
}
.\!text-negative-900\/20{
  color: rgb(127 29 29 / 0.2) !important;
}
.\!text-negative-900\/25{
  color: rgb(127 29 29 / 0.25) !important;
}
.\!text-negative-900\/30{
  color: rgb(127 29 29 / 0.3) !important;
}
.\!text-negative-900\/35{
  color: rgb(127 29 29 / 0.35) !important;
}
.\!text-negative-900\/40{
  color: rgb(127 29 29 / 0.4) !important;
}
.\!text-negative-900\/45{
  color: rgb(127 29 29 / 0.45) !important;
}
.\!text-negative-900\/5{
  color: rgb(127 29 29 / 0.05) !important;
}
.\!text-negative-900\/50{
  color: rgb(127 29 29 / 0.5) !important;
}
.\!text-negative-900\/55{
  color: rgb(127 29 29 / 0.55) !important;
}
.\!text-negative-900\/60{
  color: rgb(127 29 29 / 0.6) !important;
}
.\!text-negative-900\/65{
  color: rgb(127 29 29 / 0.65) !important;
}
.\!text-negative-900\/70{
  color: rgb(127 29 29 / 0.7) !important;
}
.\!text-negative-900\/75{
  color: rgb(127 29 29 / 0.75) !important;
}
.\!text-negative-900\/80{
  color: rgb(127 29 29 / 0.8) !important;
}
.\!text-negative-900\/85{
  color: rgb(127 29 29 / 0.85) !important;
}
.\!text-negative-900\/90{
  color: rgb(127 29 29 / 0.9) !important;
}
.\!text-negative-900\/95{
  color: rgb(127 29 29 / 0.95) !important;
}
.\!text-negative-950{
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity)) !important;
}
.\!text-negative-950\/0{
  color: rgb(69 10 10 / 0) !important;
}
.\!text-negative-950\/10{
  color: rgb(69 10 10 / 0.1) !important;
}
.\!text-negative-950\/100{
  color: rgb(69 10 10 / 1) !important;
}
.\!text-negative-950\/15{
  color: rgb(69 10 10 / 0.15) !important;
}
.\!text-negative-950\/20{
  color: rgb(69 10 10 / 0.2) !important;
}
.\!text-negative-950\/25{
  color: rgb(69 10 10 / 0.25) !important;
}
.\!text-negative-950\/30{
  color: rgb(69 10 10 / 0.3) !important;
}
.\!text-negative-950\/35{
  color: rgb(69 10 10 / 0.35) !important;
}
.\!text-negative-950\/40{
  color: rgb(69 10 10 / 0.4) !important;
}
.\!text-negative-950\/45{
  color: rgb(69 10 10 / 0.45) !important;
}
.\!text-negative-950\/5{
  color: rgb(69 10 10 / 0.05) !important;
}
.\!text-negative-950\/50{
  color: rgb(69 10 10 / 0.5) !important;
}
.\!text-negative-950\/55{
  color: rgb(69 10 10 / 0.55) !important;
}
.\!text-negative-950\/60{
  color: rgb(69 10 10 / 0.6) !important;
}
.\!text-negative-950\/65{
  color: rgb(69 10 10 / 0.65) !important;
}
.\!text-negative-950\/70{
  color: rgb(69 10 10 / 0.7) !important;
}
.\!text-negative-950\/75{
  color: rgb(69 10 10 / 0.75) !important;
}
.\!text-negative-950\/80{
  color: rgb(69 10 10 / 0.8) !important;
}
.\!text-negative-950\/85{
  color: rgb(69 10 10 / 0.85) !important;
}
.\!text-negative-950\/90{
  color: rgb(69 10 10 / 0.9) !important;
}
.\!text-negative-950\/95{
  color: rgb(69 10 10 / 0.95) !important;
}
.\!text-neutral-0{
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-0\/0{
  color: rgb(255 253 255 / 0) !important;
}
.\!text-neutral-0\/10{
  color: rgb(255 253 255 / 0.1) !important;
}
.\!text-neutral-0\/100{
  color: rgb(255 253 255 / 1) !important;
}
.\!text-neutral-0\/15{
  color: rgb(255 253 255 / 0.15) !important;
}
.\!text-neutral-0\/20{
  color: rgb(255 253 255 / 0.2) !important;
}
.\!text-neutral-0\/25{
  color: rgb(255 253 255 / 0.25) !important;
}
.\!text-neutral-0\/30{
  color: rgb(255 253 255 / 0.3) !important;
}
.\!text-neutral-0\/35{
  color: rgb(255 253 255 / 0.35) !important;
}
.\!text-neutral-0\/40{
  color: rgb(255 253 255 / 0.4) !important;
}
.\!text-neutral-0\/45{
  color: rgb(255 253 255 / 0.45) !important;
}
.\!text-neutral-0\/5{
  color: rgb(255 253 255 / 0.05) !important;
}
.\!text-neutral-0\/50{
  color: rgb(255 253 255 / 0.5) !important;
}
.\!text-neutral-0\/55{
  color: rgb(255 253 255 / 0.55) !important;
}
.\!text-neutral-0\/60{
  color: rgb(255 253 255 / 0.6) !important;
}
.\!text-neutral-0\/65{
  color: rgb(255 253 255 / 0.65) !important;
}
.\!text-neutral-0\/70{
  color: rgb(255 253 255 / 0.7) !important;
}
.\!text-neutral-0\/75{
  color: rgb(255 253 255 / 0.75) !important;
}
.\!text-neutral-0\/80{
  color: rgb(255 253 255 / 0.8) !important;
}
.\!text-neutral-0\/85{
  color: rgb(255 253 255 / 0.85) !important;
}
.\!text-neutral-0\/90{
  color: rgb(255 253 255 / 0.9) !important;
}
.\!text-neutral-0\/95{
  color: rgb(255 253 255 / 0.95) !important;
}
.\!text-neutral-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 235 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-100\/0{
  color: rgb(255 237 235 / 0) !important;
}
.\!text-neutral-100\/10{
  color: rgb(255 237 235 / 0.1) !important;
}
.\!text-neutral-100\/100{
  color: rgb(255 237 235 / 1) !important;
}
.\!text-neutral-100\/15{
  color: rgb(255 237 235 / 0.15) !important;
}
.\!text-neutral-100\/20{
  color: rgb(255 237 235 / 0.2) !important;
}
.\!text-neutral-100\/25{
  color: rgb(255 237 235 / 0.25) !important;
}
.\!text-neutral-100\/30{
  color: rgb(255 237 235 / 0.3) !important;
}
.\!text-neutral-100\/35{
  color: rgb(255 237 235 / 0.35) !important;
}
.\!text-neutral-100\/40{
  color: rgb(255 237 235 / 0.4) !important;
}
.\!text-neutral-100\/45{
  color: rgb(255 237 235 / 0.45) !important;
}
.\!text-neutral-100\/5{
  color: rgb(255 237 235 / 0.05) !important;
}
.\!text-neutral-100\/50{
  color: rgb(255 237 235 / 0.5) !important;
}
.\!text-neutral-100\/55{
  color: rgb(255 237 235 / 0.55) !important;
}
.\!text-neutral-100\/60{
  color: rgb(255 237 235 / 0.6) !important;
}
.\!text-neutral-100\/65{
  color: rgb(255 237 235 / 0.65) !important;
}
.\!text-neutral-100\/70{
  color: rgb(255 237 235 / 0.7) !important;
}
.\!text-neutral-100\/75{
  color: rgb(255 237 235 / 0.75) !important;
}
.\!text-neutral-100\/80{
  color: rgb(255 237 235 / 0.8) !important;
}
.\!text-neutral-100\/85{
  color: rgb(255 237 235 / 0.85) !important;
}
.\!text-neutral-100\/90{
  color: rgb(255 237 235 / 0.9) !important;
}
.\!text-neutral-100\/95{
  color: rgb(255 237 235 / 0.95) !important;
}
.\!text-neutral-200{
  --tw-text-opacity: 1 !important;
  color: rgb(244 221 219 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-200\/0{
  color: rgb(244 221 219 / 0) !important;
}
.\!text-neutral-200\/10{
  color: rgb(244 221 219 / 0.1) !important;
}
.\!text-neutral-200\/100{
  color: rgb(244 221 219 / 1) !important;
}
.\!text-neutral-200\/15{
  color: rgb(244 221 219 / 0.15) !important;
}
.\!text-neutral-200\/20{
  color: rgb(244 221 219 / 0.2) !important;
}
.\!text-neutral-200\/25{
  color: rgb(244 221 219 / 0.25) !important;
}
.\!text-neutral-200\/30{
  color: rgb(244 221 219 / 0.3) !important;
}
.\!text-neutral-200\/35{
  color: rgb(244 221 219 / 0.35) !important;
}
.\!text-neutral-200\/40{
  color: rgb(244 221 219 / 0.4) !important;
}
.\!text-neutral-200\/45{
  color: rgb(244 221 219 / 0.45) !important;
}
.\!text-neutral-200\/5{
  color: rgb(244 221 219 / 0.05) !important;
}
.\!text-neutral-200\/50{
  color: rgb(244 221 219 / 0.5) !important;
}
.\!text-neutral-200\/55{
  color: rgb(244 221 219 / 0.55) !important;
}
.\!text-neutral-200\/60{
  color: rgb(244 221 219 / 0.6) !important;
}
.\!text-neutral-200\/65{
  color: rgb(244 221 219 / 0.65) !important;
}
.\!text-neutral-200\/70{
  color: rgb(244 221 219 / 0.7) !important;
}
.\!text-neutral-200\/75{
  color: rgb(244 221 219 / 0.75) !important;
}
.\!text-neutral-200\/80{
  color: rgb(244 221 219 / 0.8) !important;
}
.\!text-neutral-200\/85{
  color: rgb(244 221 219 / 0.85) !important;
}
.\!text-neutral-200\/90{
  color: rgb(244 221 219 / 0.9) !important;
}
.\!text-neutral-200\/95{
  color: rgb(244 221 219 / 0.95) !important;
}
.\!text-neutral-300{
  --tw-text-opacity: 1 !important;
  color: rgb(216 193 192 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-300\/0{
  color: rgb(216 193 192 / 0) !important;
}
.\!text-neutral-300\/10{
  color: rgb(216 193 192 / 0.1) !important;
}
.\!text-neutral-300\/100{
  color: rgb(216 193 192 / 1) !important;
}
.\!text-neutral-300\/15{
  color: rgb(216 193 192 / 0.15) !important;
}
.\!text-neutral-300\/20{
  color: rgb(216 193 192 / 0.2) !important;
}
.\!text-neutral-300\/25{
  color: rgb(216 193 192 / 0.25) !important;
}
.\!text-neutral-300\/30{
  color: rgb(216 193 192 / 0.3) !important;
}
.\!text-neutral-300\/35{
  color: rgb(216 193 192 / 0.35) !important;
}
.\!text-neutral-300\/40{
  color: rgb(216 193 192 / 0.4) !important;
}
.\!text-neutral-300\/45{
  color: rgb(216 193 192 / 0.45) !important;
}
.\!text-neutral-300\/5{
  color: rgb(216 193 192 / 0.05) !important;
}
.\!text-neutral-300\/50{
  color: rgb(216 193 192 / 0.5) !important;
}
.\!text-neutral-300\/55{
  color: rgb(216 193 192 / 0.55) !important;
}
.\!text-neutral-300\/60{
  color: rgb(216 193 192 / 0.6) !important;
}
.\!text-neutral-300\/65{
  color: rgb(216 193 192 / 0.65) !important;
}
.\!text-neutral-300\/70{
  color: rgb(216 193 192 / 0.7) !important;
}
.\!text-neutral-300\/75{
  color: rgb(216 193 192 / 0.75) !important;
}
.\!text-neutral-300\/80{
  color: rgb(216 193 192 / 0.8) !important;
}
.\!text-neutral-300\/85{
  color: rgb(216 193 192 / 0.85) !important;
}
.\!text-neutral-300\/90{
  color: rgb(216 193 192 / 0.9) !important;
}
.\!text-neutral-300\/95{
  color: rgb(216 193 192 / 0.95) !important;
}
.\!text-neutral-350{
  --tw-text-opacity: 1 !important;
  color: rgb(187 166 165 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-350\/0{
  color: rgb(187 166 165 / 0) !important;
}
.\!text-neutral-350\/10{
  color: rgb(187 166 165 / 0.1) !important;
}
.\!text-neutral-350\/100{
  color: rgb(187 166 165 / 1) !important;
}
.\!text-neutral-350\/15{
  color: rgb(187 166 165 / 0.15) !important;
}
.\!text-neutral-350\/20{
  color: rgb(187 166 165 / 0.2) !important;
}
.\!text-neutral-350\/25{
  color: rgb(187 166 165 / 0.25) !important;
}
.\!text-neutral-350\/30{
  color: rgb(187 166 165 / 0.3) !important;
}
.\!text-neutral-350\/35{
  color: rgb(187 166 165 / 0.35) !important;
}
.\!text-neutral-350\/40{
  color: rgb(187 166 165 / 0.4) !important;
}
.\!text-neutral-350\/45{
  color: rgb(187 166 165 / 0.45) !important;
}
.\!text-neutral-350\/5{
  color: rgb(187 166 165 / 0.05) !important;
}
.\!text-neutral-350\/50{
  color: rgb(187 166 165 / 0.5) !important;
}
.\!text-neutral-350\/55{
  color: rgb(187 166 165 / 0.55) !important;
}
.\!text-neutral-350\/60{
  color: rgb(187 166 165 / 0.6) !important;
}
.\!text-neutral-350\/65{
  color: rgb(187 166 165 / 0.65) !important;
}
.\!text-neutral-350\/70{
  color: rgb(187 166 165 / 0.7) !important;
}
.\!text-neutral-350\/75{
  color: rgb(187 166 165 / 0.75) !important;
}
.\!text-neutral-350\/80{
  color: rgb(187 166 165 / 0.8) !important;
}
.\!text-neutral-350\/85{
  color: rgb(187 166 165 / 0.85) !important;
}
.\!text-neutral-350\/90{
  color: rgb(187 166 165 / 0.9) !important;
}
.\!text-neutral-350\/95{
  color: rgb(187 166 165 / 0.95) !important;
}
.\!text-neutral-400{
  --tw-text-opacity: 1 !important;
  color: rgb(160 140 139 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-400\/0{
  color: rgb(160 140 139 / 0) !important;
}
.\!text-neutral-400\/10{
  color: rgb(160 140 139 / 0.1) !important;
}
.\!text-neutral-400\/100{
  color: rgb(160 140 139 / 1) !important;
}
.\!text-neutral-400\/15{
  color: rgb(160 140 139 / 0.15) !important;
}
.\!text-neutral-400\/20{
  color: rgb(160 140 139 / 0.2) !important;
}
.\!text-neutral-400\/25{
  color: rgb(160 140 139 / 0.25) !important;
}
.\!text-neutral-400\/30{
  color: rgb(160 140 139 / 0.3) !important;
}
.\!text-neutral-400\/35{
  color: rgb(160 140 139 / 0.35) !important;
}
.\!text-neutral-400\/40{
  color: rgb(160 140 139 / 0.4) !important;
}
.\!text-neutral-400\/45{
  color: rgb(160 140 139 / 0.45) !important;
}
.\!text-neutral-400\/5{
  color: rgb(160 140 139 / 0.05) !important;
}
.\!text-neutral-400\/50{
  color: rgb(160 140 139 / 0.5) !important;
}
.\!text-neutral-400\/55{
  color: rgb(160 140 139 / 0.55) !important;
}
.\!text-neutral-400\/60{
  color: rgb(160 140 139 / 0.6) !important;
}
.\!text-neutral-400\/65{
  color: rgb(160 140 139 / 0.65) !important;
}
.\!text-neutral-400\/70{
  color: rgb(160 140 139 / 0.7) !important;
}
.\!text-neutral-400\/75{
  color: rgb(160 140 139 / 0.75) !important;
}
.\!text-neutral-400\/80{
  color: rgb(160 140 139 / 0.8) !important;
}
.\!text-neutral-400\/85{
  color: rgb(160 140 139 / 0.85) !important;
}
.\!text-neutral-400\/90{
  color: rgb(160 140 139 / 0.9) !important;
}
.\!text-neutral-400\/95{
  color: rgb(160 140 139 / 0.95) !important;
}
.\!text-neutral-450{
  --tw-text-opacity: 1 !important;
  color: rgb(133 115 114 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-450\/0{
  color: rgb(133 115 114 / 0) !important;
}
.\!text-neutral-450\/10{
  color: rgb(133 115 114 / 0.1) !important;
}
.\!text-neutral-450\/100{
  color: rgb(133 115 114 / 1) !important;
}
.\!text-neutral-450\/15{
  color: rgb(133 115 114 / 0.15) !important;
}
.\!text-neutral-450\/20{
  color: rgb(133 115 114 / 0.2) !important;
}
.\!text-neutral-450\/25{
  color: rgb(133 115 114 / 0.25) !important;
}
.\!text-neutral-450\/30{
  color: rgb(133 115 114 / 0.3) !important;
}
.\!text-neutral-450\/35{
  color: rgb(133 115 114 / 0.35) !important;
}
.\!text-neutral-450\/40{
  color: rgb(133 115 114 / 0.4) !important;
}
.\!text-neutral-450\/45{
  color: rgb(133 115 114 / 0.45) !important;
}
.\!text-neutral-450\/5{
  color: rgb(133 115 114 / 0.05) !important;
}
.\!text-neutral-450\/50{
  color: rgb(133 115 114 / 0.5) !important;
}
.\!text-neutral-450\/55{
  color: rgb(133 115 114 / 0.55) !important;
}
.\!text-neutral-450\/60{
  color: rgb(133 115 114 / 0.6) !important;
}
.\!text-neutral-450\/65{
  color: rgb(133 115 114 / 0.65) !important;
}
.\!text-neutral-450\/70{
  color: rgb(133 115 114 / 0.7) !important;
}
.\!text-neutral-450\/75{
  color: rgb(133 115 114 / 0.75) !important;
}
.\!text-neutral-450\/80{
  color: rgb(133 115 114 / 0.8) !important;
}
.\!text-neutral-450\/85{
  color: rgb(133 115 114 / 0.85) !important;
}
.\!text-neutral-450\/90{
  color: rgb(133 115 114 / 0.9) !important;
}
.\!text-neutral-450\/95{
  color: rgb(133 115 114 / 0.95) !important;
}
.\!text-neutral-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 248 247 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-50\/0{
  color: rgb(255 248 247 / 0) !important;
}
.\!text-neutral-50\/10{
  color: rgb(255 248 247 / 0.1) !important;
}
.\!text-neutral-50\/100{
  color: rgb(255 248 247 / 1) !important;
}
.\!text-neutral-50\/15{
  color: rgb(255 248 247 / 0.15) !important;
}
.\!text-neutral-50\/20{
  color: rgb(255 248 247 / 0.2) !important;
}
.\!text-neutral-50\/25{
  color: rgb(255 248 247 / 0.25) !important;
}
.\!text-neutral-50\/30{
  color: rgb(255 248 247 / 0.3) !important;
}
.\!text-neutral-50\/35{
  color: rgb(255 248 247 / 0.35) !important;
}
.\!text-neutral-50\/40{
  color: rgb(255 248 247 / 0.4) !important;
}
.\!text-neutral-50\/45{
  color: rgb(255 248 247 / 0.45) !important;
}
.\!text-neutral-50\/5{
  color: rgb(255 248 247 / 0.05) !important;
}
.\!text-neutral-50\/50{
  color: rgb(255 248 247 / 0.5) !important;
}
.\!text-neutral-50\/55{
  color: rgb(255 248 247 / 0.55) !important;
}
.\!text-neutral-50\/60{
  color: rgb(255 248 247 / 0.6) !important;
}
.\!text-neutral-50\/65{
  color: rgb(255 248 247 / 0.65) !important;
}
.\!text-neutral-50\/70{
  color: rgb(255 248 247 / 0.7) !important;
}
.\!text-neutral-50\/75{
  color: rgb(255 248 247 / 0.75) !important;
}
.\!text-neutral-50\/80{
  color: rgb(255 248 247 / 0.8) !important;
}
.\!text-neutral-50\/85{
  color: rgb(255 248 247 / 0.85) !important;
}
.\!text-neutral-50\/90{
  color: rgb(255 248 247 / 0.9) !important;
}
.\!text-neutral-50\/95{
  color: rgb(255 248 247 / 0.95) !important;
}
.\!text-neutral-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 90 89 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-500\/0{
  color: rgb(107 90 89 / 0) !important;
}
.\!text-neutral-500\/10{
  color: rgb(107 90 89 / 0.1) !important;
}
.\!text-neutral-500\/100{
  color: rgb(107 90 89 / 1) !important;
}
.\!text-neutral-500\/15{
  color: rgb(107 90 89 / 0.15) !important;
}
.\!text-neutral-500\/20{
  color: rgb(107 90 89 / 0.2) !important;
}
.\!text-neutral-500\/25{
  color: rgb(107 90 89 / 0.25) !important;
}
.\!text-neutral-500\/30{
  color: rgb(107 90 89 / 0.3) !important;
}
.\!text-neutral-500\/35{
  color: rgb(107 90 89 / 0.35) !important;
}
.\!text-neutral-500\/40{
  color: rgb(107 90 89 / 0.4) !important;
}
.\!text-neutral-500\/45{
  color: rgb(107 90 89 / 0.45) !important;
}
.\!text-neutral-500\/5{
  color: rgb(107 90 89 / 0.05) !important;
}
.\!text-neutral-500\/50{
  color: rgb(107 90 89 / 0.5) !important;
}
.\!text-neutral-500\/55{
  color: rgb(107 90 89 / 0.55) !important;
}
.\!text-neutral-500\/60{
  color: rgb(107 90 89 / 0.6) !important;
}
.\!text-neutral-500\/65{
  color: rgb(107 90 89 / 0.65) !important;
}
.\!text-neutral-500\/70{
  color: rgb(107 90 89 / 0.7) !important;
}
.\!text-neutral-500\/75{
  color: rgb(107 90 89 / 0.75) !important;
}
.\!text-neutral-500\/80{
  color: rgb(107 90 89 / 0.8) !important;
}
.\!text-neutral-500\/85{
  color: rgb(107 90 89 / 0.85) !important;
}
.\!text-neutral-500\/90{
  color: rgb(107 90 89 / 0.9) !important;
}
.\!text-neutral-500\/95{
  color: rgb(107 90 89 / 0.95) !important;
}
.\!text-neutral-600{
  --tw-text-opacity: 1 !important;
  color: rgb(95 79 77 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-600\/0{
  color: rgb(95 79 77 / 0) !important;
}
.\!text-neutral-600\/10{
  color: rgb(95 79 77 / 0.1) !important;
}
.\!text-neutral-600\/100{
  color: rgb(95 79 77 / 1) !important;
}
.\!text-neutral-600\/15{
  color: rgb(95 79 77 / 0.15) !important;
}
.\!text-neutral-600\/20{
  color: rgb(95 79 77 / 0.2) !important;
}
.\!text-neutral-600\/25{
  color: rgb(95 79 77 / 0.25) !important;
}
.\!text-neutral-600\/30{
  color: rgb(95 79 77 / 0.3) !important;
}
.\!text-neutral-600\/35{
  color: rgb(95 79 77 / 0.35) !important;
}
.\!text-neutral-600\/40{
  color: rgb(95 79 77 / 0.4) !important;
}
.\!text-neutral-600\/45{
  color: rgb(95 79 77 / 0.45) !important;
}
.\!text-neutral-600\/5{
  color: rgb(95 79 77 / 0.05) !important;
}
.\!text-neutral-600\/50{
  color: rgb(95 79 77 / 0.5) !important;
}
.\!text-neutral-600\/55{
  color: rgb(95 79 77 / 0.55) !important;
}
.\!text-neutral-600\/60{
  color: rgb(95 79 77 / 0.6) !important;
}
.\!text-neutral-600\/65{
  color: rgb(95 79 77 / 0.65) !important;
}
.\!text-neutral-600\/70{
  color: rgb(95 79 77 / 0.7) !important;
}
.\!text-neutral-600\/75{
  color: rgb(95 79 77 / 0.75) !important;
}
.\!text-neutral-600\/80{
  color: rgb(95 79 77 / 0.8) !important;
}
.\!text-neutral-600\/85{
  color: rgb(95 79 77 / 0.85) !important;
}
.\!text-neutral-600\/90{
  color: rgb(95 79 77 / 0.9) !important;
}
.\!text-neutral-600\/95{
  color: rgb(95 79 77 / 0.95) !important;
}
.\!text-neutral-650{
  --tw-text-opacity: 1 !important;
  color: rgb(83 67 66 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-650\/0{
  color: rgb(83 67 66 / 0) !important;
}
.\!text-neutral-650\/10{
  color: rgb(83 67 66 / 0.1) !important;
}
.\!text-neutral-650\/100{
  color: rgb(83 67 66 / 1) !important;
}
.\!text-neutral-650\/15{
  color: rgb(83 67 66 / 0.15) !important;
}
.\!text-neutral-650\/20{
  color: rgb(83 67 66 / 0.2) !important;
}
.\!text-neutral-650\/25{
  color: rgb(83 67 66 / 0.25) !important;
}
.\!text-neutral-650\/30{
  color: rgb(83 67 66 / 0.3) !important;
}
.\!text-neutral-650\/35{
  color: rgb(83 67 66 / 0.35) !important;
}
.\!text-neutral-650\/40{
  color: rgb(83 67 66 / 0.4) !important;
}
.\!text-neutral-650\/45{
  color: rgb(83 67 66 / 0.45) !important;
}
.\!text-neutral-650\/5{
  color: rgb(83 67 66 / 0.05) !important;
}
.\!text-neutral-650\/50{
  color: rgb(83 67 66 / 0.5) !important;
}
.\!text-neutral-650\/55{
  color: rgb(83 67 66 / 0.55) !important;
}
.\!text-neutral-650\/60{
  color: rgb(83 67 66 / 0.6) !important;
}
.\!text-neutral-650\/65{
  color: rgb(83 67 66 / 0.65) !important;
}
.\!text-neutral-650\/70{
  color: rgb(83 67 66 / 0.7) !important;
}
.\!text-neutral-650\/75{
  color: rgb(83 67 66 / 0.75) !important;
}
.\!text-neutral-650\/80{
  color: rgb(83 67 66 / 0.8) !important;
}
.\!text-neutral-650\/85{
  color: rgb(83 67 66 / 0.85) !important;
}
.\!text-neutral-650\/90{
  color: rgb(83 67 66 / 0.9) !important;
}
.\!text-neutral-650\/95{
  color: rgb(83 67 66 / 0.95) !important;
}
.\!text-neutral-700{
  --tw-text-opacity: 1 !important;
  color: rgb(71 56 55 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-700\/0{
  color: rgb(71 56 55 / 0) !important;
}
.\!text-neutral-700\/10{
  color: rgb(71 56 55 / 0.1) !important;
}
.\!text-neutral-700\/100{
  color: rgb(71 56 55 / 1) !important;
}
.\!text-neutral-700\/15{
  color: rgb(71 56 55 / 0.15) !important;
}
.\!text-neutral-700\/20{
  color: rgb(71 56 55 / 0.2) !important;
}
.\!text-neutral-700\/25{
  color: rgb(71 56 55 / 0.25) !important;
}
.\!text-neutral-700\/30{
  color: rgb(71 56 55 / 0.3) !important;
}
.\!text-neutral-700\/35{
  color: rgb(71 56 55 / 0.35) !important;
}
.\!text-neutral-700\/40{
  color: rgb(71 56 55 / 0.4) !important;
}
.\!text-neutral-700\/45{
  color: rgb(71 56 55 / 0.45) !important;
}
.\!text-neutral-700\/5{
  color: rgb(71 56 55 / 0.05) !important;
}
.\!text-neutral-700\/50{
  color: rgb(71 56 55 / 0.5) !important;
}
.\!text-neutral-700\/55{
  color: rgb(71 56 55 / 0.55) !important;
}
.\!text-neutral-700\/60{
  color: rgb(71 56 55 / 0.6) !important;
}
.\!text-neutral-700\/65{
  color: rgb(71 56 55 / 0.65) !important;
}
.\!text-neutral-700\/70{
  color: rgb(71 56 55 / 0.7) !important;
}
.\!text-neutral-700\/75{
  color: rgb(71 56 55 / 0.75) !important;
}
.\!text-neutral-700\/80{
  color: rgb(71 56 55 / 0.8) !important;
}
.\!text-neutral-700\/85{
  color: rgb(71 56 55 / 0.85) !important;
}
.\!text-neutral-700\/90{
  color: rgb(71 56 55 / 0.9) !important;
}
.\!text-neutral-700\/95{
  color: rgb(71 56 55 / 0.95) !important;
}
.\!text-neutral-750{
  --tw-text-opacity: 1 !important;
  color: rgb(59 45 44 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-750\/0{
  color: rgb(59 45 44 / 0) !important;
}
.\!text-neutral-750\/10{
  color: rgb(59 45 44 / 0.1) !important;
}
.\!text-neutral-750\/100{
  color: rgb(59 45 44 / 1) !important;
}
.\!text-neutral-750\/15{
  color: rgb(59 45 44 / 0.15) !important;
}
.\!text-neutral-750\/20{
  color: rgb(59 45 44 / 0.2) !important;
}
.\!text-neutral-750\/25{
  color: rgb(59 45 44 / 0.25) !important;
}
.\!text-neutral-750\/30{
  color: rgb(59 45 44 / 0.3) !important;
}
.\!text-neutral-750\/35{
  color: rgb(59 45 44 / 0.35) !important;
}
.\!text-neutral-750\/40{
  color: rgb(59 45 44 / 0.4) !important;
}
.\!text-neutral-750\/45{
  color: rgb(59 45 44 / 0.45) !important;
}
.\!text-neutral-750\/5{
  color: rgb(59 45 44 / 0.05) !important;
}
.\!text-neutral-750\/50{
  color: rgb(59 45 44 / 0.5) !important;
}
.\!text-neutral-750\/55{
  color: rgb(59 45 44 / 0.55) !important;
}
.\!text-neutral-750\/60{
  color: rgb(59 45 44 / 0.6) !important;
}
.\!text-neutral-750\/65{
  color: rgb(59 45 44 / 0.65) !important;
}
.\!text-neutral-750\/70{
  color: rgb(59 45 44 / 0.7) !important;
}
.\!text-neutral-750\/75{
  color: rgb(59 45 44 / 0.75) !important;
}
.\!text-neutral-750\/80{
  color: rgb(59 45 44 / 0.8) !important;
}
.\!text-neutral-750\/85{
  color: rgb(59 45 44 / 0.85) !important;
}
.\!text-neutral-750\/90{
  color: rgb(59 45 44 / 0.9) !important;
}
.\!text-neutral-750\/95{
  color: rgb(59 45 44 / 0.95) !important;
}
.\!text-neutral-800{
  --tw-text-opacity: 1 !important;
  color: rgb(37 25 24 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-800\/0{
  color: rgb(37 25 24 / 0) !important;
}
.\!text-neutral-800\/10{
  color: rgb(37 25 24 / 0.1) !important;
}
.\!text-neutral-800\/100{
  color: rgb(37 25 24 / 1) !important;
}
.\!text-neutral-800\/15{
  color: rgb(37 25 24 / 0.15) !important;
}
.\!text-neutral-800\/20{
  color: rgb(37 25 24 / 0.2) !important;
}
.\!text-neutral-800\/25{
  color: rgb(37 25 24 / 0.25) !important;
}
.\!text-neutral-800\/30{
  color: rgb(37 25 24 / 0.3) !important;
}
.\!text-neutral-800\/35{
  color: rgb(37 25 24 / 0.35) !important;
}
.\!text-neutral-800\/40{
  color: rgb(37 25 24 / 0.4) !important;
}
.\!text-neutral-800\/45{
  color: rgb(37 25 24 / 0.45) !important;
}
.\!text-neutral-800\/5{
  color: rgb(37 25 24 / 0.05) !important;
}
.\!text-neutral-800\/50{
  color: rgb(37 25 24 / 0.5) !important;
}
.\!text-neutral-800\/55{
  color: rgb(37 25 24 / 0.55) !important;
}
.\!text-neutral-800\/60{
  color: rgb(37 25 24 / 0.6) !important;
}
.\!text-neutral-800\/65{
  color: rgb(37 25 24 / 0.65) !important;
}
.\!text-neutral-800\/70{
  color: rgb(37 25 24 / 0.7) !important;
}
.\!text-neutral-800\/75{
  color: rgb(37 25 24 / 0.75) !important;
}
.\!text-neutral-800\/80{
  color: rgb(37 25 24 / 0.8) !important;
}
.\!text-neutral-800\/85{
  color: rgb(37 25 24 / 0.85) !important;
}
.\!text-neutral-800\/90{
  color: rgb(37 25 24 / 0.9) !important;
}
.\!text-neutral-800\/95{
  color: rgb(37 25 24 / 0.95) !important;
}
.\!text-neutral-900{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-900\/0{
  color: rgb(0 0 0 / 0) !important;
}
.\!text-neutral-900\/10{
  color: rgb(0 0 0 / 0.1) !important;
}
.\!text-neutral-900\/100{
  color: rgb(0 0 0 / 1) !important;
}
.\!text-neutral-900\/15{
  color: rgb(0 0 0 / 0.15) !important;
}
.\!text-neutral-900\/20{
  color: rgb(0 0 0 / 0.2) !important;
}
.\!text-neutral-900\/25{
  color: rgb(0 0 0 / 0.25) !important;
}
.\!text-neutral-900\/30{
  color: rgb(0 0 0 / 0.3) !important;
}
.\!text-neutral-900\/35{
  color: rgb(0 0 0 / 0.35) !important;
}
.\!text-neutral-900\/40{
  color: rgb(0 0 0 / 0.4) !important;
}
.\!text-neutral-900\/45{
  color: rgb(0 0 0 / 0.45) !important;
}
.\!text-neutral-900\/5{
  color: rgb(0 0 0 / 0.05) !important;
}
.\!text-neutral-900\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.\!text-neutral-900\/55{
  color: rgb(0 0 0 / 0.55) !important;
}
.\!text-neutral-900\/60{
  color: rgb(0 0 0 / 0.6) !important;
}
.\!text-neutral-900\/65{
  color: rgb(0 0 0 / 0.65) !important;
}
.\!text-neutral-900\/70{
  color: rgb(0 0 0 / 0.7) !important;
}
.\!text-neutral-900\/75{
  color: rgb(0 0 0 / 0.75) !important;
}
.\!text-neutral-900\/80{
  color: rgb(0 0 0 / 0.8) !important;
}
.\!text-neutral-900\/85{
  color: rgb(0 0 0 / 0.85) !important;
}
.\!text-neutral-900\/90{
  color: rgb(0 0 0 / 0.9) !important;
}
.\!text-neutral-900\/95{
  color: rgb(0 0 0 / 0.95) !important;
}
.\!text-neutral-950{
  --tw-text-opacity: 1 !important;
  color: rgb(10 10 10 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-950\/0{
  color: rgb(10 10 10 / 0) !important;
}
.\!text-neutral-950\/10{
  color: rgb(10 10 10 / 0.1) !important;
}
.\!text-neutral-950\/100{
  color: rgb(10 10 10 / 1) !important;
}
.\!text-neutral-950\/15{
  color: rgb(10 10 10 / 0.15) !important;
}
.\!text-neutral-950\/20{
  color: rgb(10 10 10 / 0.2) !important;
}
.\!text-neutral-950\/25{
  color: rgb(10 10 10 / 0.25) !important;
}
.\!text-neutral-950\/30{
  color: rgb(10 10 10 / 0.3) !important;
}
.\!text-neutral-950\/35{
  color: rgb(10 10 10 / 0.35) !important;
}
.\!text-neutral-950\/40{
  color: rgb(10 10 10 / 0.4) !important;
}
.\!text-neutral-950\/45{
  color: rgb(10 10 10 / 0.45) !important;
}
.\!text-neutral-950\/5{
  color: rgb(10 10 10 / 0.05) !important;
}
.\!text-neutral-950\/50{
  color: rgb(10 10 10 / 0.5) !important;
}
.\!text-neutral-950\/55{
  color: rgb(10 10 10 / 0.55) !important;
}
.\!text-neutral-950\/60{
  color: rgb(10 10 10 / 0.6) !important;
}
.\!text-neutral-950\/65{
  color: rgb(10 10 10 / 0.65) !important;
}
.\!text-neutral-950\/70{
  color: rgb(10 10 10 / 0.7) !important;
}
.\!text-neutral-950\/75{
  color: rgb(10 10 10 / 0.75) !important;
}
.\!text-neutral-950\/80{
  color: rgb(10 10 10 / 0.8) !important;
}
.\!text-neutral-950\/85{
  color: rgb(10 10 10 / 0.85) !important;
}
.\!text-neutral-950\/90{
  color: rgb(10 10 10 / 0.9) !important;
}
.\!text-neutral-950\/95{
  color: rgb(10 10 10 / 0.95) !important;
}
.\!text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 213 / var(--tw-text-opacity)) !important;
}
.\!text-orange-100\/0{
  color: rgb(255 237 213 / 0) !important;
}
.\!text-orange-100\/10{
  color: rgb(255 237 213 / 0.1) !important;
}
.\!text-orange-100\/100{
  color: rgb(255 237 213 / 1) !important;
}
.\!text-orange-100\/15{
  color: rgb(255 237 213 / 0.15) !important;
}
.\!text-orange-100\/20{
  color: rgb(255 237 213 / 0.2) !important;
}
.\!text-orange-100\/25{
  color: rgb(255 237 213 / 0.25) !important;
}
.\!text-orange-100\/30{
  color: rgb(255 237 213 / 0.3) !important;
}
.\!text-orange-100\/35{
  color: rgb(255 237 213 / 0.35) !important;
}
.\!text-orange-100\/40{
  color: rgb(255 237 213 / 0.4) !important;
}
.\!text-orange-100\/45{
  color: rgb(255 237 213 / 0.45) !important;
}
.\!text-orange-100\/5{
  color: rgb(255 237 213 / 0.05) !important;
}
.\!text-orange-100\/50{
  color: rgb(255 237 213 / 0.5) !important;
}
.\!text-orange-100\/55{
  color: rgb(255 237 213 / 0.55) !important;
}
.\!text-orange-100\/60{
  color: rgb(255 237 213 / 0.6) !important;
}
.\!text-orange-100\/65{
  color: rgb(255 237 213 / 0.65) !important;
}
.\!text-orange-100\/70{
  color: rgb(255 237 213 / 0.7) !important;
}
.\!text-orange-100\/75{
  color: rgb(255 237 213 / 0.75) !important;
}
.\!text-orange-100\/80{
  color: rgb(255 237 213 / 0.8) !important;
}
.\!text-orange-100\/85{
  color: rgb(255 237 213 / 0.85) !important;
}
.\!text-orange-100\/90{
  color: rgb(255 237 213 / 0.9) !important;
}
.\!text-orange-100\/95{
  color: rgb(255 237 213 / 0.95) !important;
}
.\!text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 215 170 / var(--tw-text-opacity)) !important;
}
.\!text-orange-200\/0{
  color: rgb(254 215 170 / 0) !important;
}
.\!text-orange-200\/10{
  color: rgb(254 215 170 / 0.1) !important;
}
.\!text-orange-200\/100{
  color: rgb(254 215 170 / 1) !important;
}
.\!text-orange-200\/15{
  color: rgb(254 215 170 / 0.15) !important;
}
.\!text-orange-200\/20{
  color: rgb(254 215 170 / 0.2) !important;
}
.\!text-orange-200\/25{
  color: rgb(254 215 170 / 0.25) !important;
}
.\!text-orange-200\/30{
  color: rgb(254 215 170 / 0.3) !important;
}
.\!text-orange-200\/35{
  color: rgb(254 215 170 / 0.35) !important;
}
.\!text-orange-200\/40{
  color: rgb(254 215 170 / 0.4) !important;
}
.\!text-orange-200\/45{
  color: rgb(254 215 170 / 0.45) !important;
}
.\!text-orange-200\/5{
  color: rgb(254 215 170 / 0.05) !important;
}
.\!text-orange-200\/50{
  color: rgb(254 215 170 / 0.5) !important;
}
.\!text-orange-200\/55{
  color: rgb(254 215 170 / 0.55) !important;
}
.\!text-orange-200\/60{
  color: rgb(254 215 170 / 0.6) !important;
}
.\!text-orange-200\/65{
  color: rgb(254 215 170 / 0.65) !important;
}
.\!text-orange-200\/70{
  color: rgb(254 215 170 / 0.7) !important;
}
.\!text-orange-200\/75{
  color: rgb(254 215 170 / 0.75) !important;
}
.\!text-orange-200\/80{
  color: rgb(254 215 170 / 0.8) !important;
}
.\!text-orange-200\/85{
  color: rgb(254 215 170 / 0.85) !important;
}
.\!text-orange-200\/90{
  color: rgb(254 215 170 / 0.9) !important;
}
.\!text-orange-200\/95{
  color: rgb(254 215 170 / 0.95) !important;
}
.\!text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 186 116 / var(--tw-text-opacity)) !important;
}
.\!text-orange-300\/0{
  color: rgb(253 186 116 / 0) !important;
}
.\!text-orange-300\/10{
  color: rgb(253 186 116 / 0.1) !important;
}
.\!text-orange-300\/100{
  color: rgb(253 186 116 / 1) !important;
}
.\!text-orange-300\/15{
  color: rgb(253 186 116 / 0.15) !important;
}
.\!text-orange-300\/20{
  color: rgb(253 186 116 / 0.2) !important;
}
.\!text-orange-300\/25{
  color: rgb(253 186 116 / 0.25) !important;
}
.\!text-orange-300\/30{
  color: rgb(253 186 116 / 0.3) !important;
}
.\!text-orange-300\/35{
  color: rgb(253 186 116 / 0.35) !important;
}
.\!text-orange-300\/40{
  color: rgb(253 186 116 / 0.4) !important;
}
.\!text-orange-300\/45{
  color: rgb(253 186 116 / 0.45) !important;
}
.\!text-orange-300\/5{
  color: rgb(253 186 116 / 0.05) !important;
}
.\!text-orange-300\/50{
  color: rgb(253 186 116 / 0.5) !important;
}
.\!text-orange-300\/55{
  color: rgb(253 186 116 / 0.55) !important;
}
.\!text-orange-300\/60{
  color: rgb(253 186 116 / 0.6) !important;
}
.\!text-orange-300\/65{
  color: rgb(253 186 116 / 0.65) !important;
}
.\!text-orange-300\/70{
  color: rgb(253 186 116 / 0.7) !important;
}
.\!text-orange-300\/75{
  color: rgb(253 186 116 / 0.75) !important;
}
.\!text-orange-300\/80{
  color: rgb(253 186 116 / 0.8) !important;
}
.\!text-orange-300\/85{
  color: rgb(253 186 116 / 0.85) !important;
}
.\!text-orange-300\/90{
  color: rgb(253 186 116 / 0.9) !important;
}
.\!text-orange-300\/95{
  color: rgb(253 186 116 / 0.95) !important;
}
.\!text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity)) !important;
}
.\!text-orange-400\/0{
  color: rgb(251 146 60 / 0) !important;
}
.\!text-orange-400\/10{
  color: rgb(251 146 60 / 0.1) !important;
}
.\!text-orange-400\/100{
  color: rgb(251 146 60 / 1) !important;
}
.\!text-orange-400\/15{
  color: rgb(251 146 60 / 0.15) !important;
}
.\!text-orange-400\/20{
  color: rgb(251 146 60 / 0.2) !important;
}
.\!text-orange-400\/25{
  color: rgb(251 146 60 / 0.25) !important;
}
.\!text-orange-400\/30{
  color: rgb(251 146 60 / 0.3) !important;
}
.\!text-orange-400\/35{
  color: rgb(251 146 60 / 0.35) !important;
}
.\!text-orange-400\/40{
  color: rgb(251 146 60 / 0.4) !important;
}
.\!text-orange-400\/45{
  color: rgb(251 146 60 / 0.45) !important;
}
.\!text-orange-400\/5{
  color: rgb(251 146 60 / 0.05) !important;
}
.\!text-orange-400\/50{
  color: rgb(251 146 60 / 0.5) !important;
}
.\!text-orange-400\/55{
  color: rgb(251 146 60 / 0.55) !important;
}
.\!text-orange-400\/60{
  color: rgb(251 146 60 / 0.6) !important;
}
.\!text-orange-400\/65{
  color: rgb(251 146 60 / 0.65) !important;
}
.\!text-orange-400\/70{
  color: rgb(251 146 60 / 0.7) !important;
}
.\!text-orange-400\/75{
  color: rgb(251 146 60 / 0.75) !important;
}
.\!text-orange-400\/80{
  color: rgb(251 146 60 / 0.8) !important;
}
.\!text-orange-400\/85{
  color: rgb(251 146 60 / 0.85) !important;
}
.\!text-orange-400\/90{
  color: rgb(251 146 60 / 0.9) !important;
}
.\!text-orange-400\/95{
  color: rgb(251 146 60 / 0.95) !important;
}
.\!text-orange-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity)) !important;
}
.\!text-orange-50\/0{
  color: rgb(255 247 237 / 0) !important;
}
.\!text-orange-50\/10{
  color: rgb(255 247 237 / 0.1) !important;
}
.\!text-orange-50\/100{
  color: rgb(255 247 237 / 1) !important;
}
.\!text-orange-50\/15{
  color: rgb(255 247 237 / 0.15) !important;
}
.\!text-orange-50\/20{
  color: rgb(255 247 237 / 0.2) !important;
}
.\!text-orange-50\/25{
  color: rgb(255 247 237 / 0.25) !important;
}
.\!text-orange-50\/30{
  color: rgb(255 247 237 / 0.3) !important;
}
.\!text-orange-50\/35{
  color: rgb(255 247 237 / 0.35) !important;
}
.\!text-orange-50\/40{
  color: rgb(255 247 237 / 0.4) !important;
}
.\!text-orange-50\/45{
  color: rgb(255 247 237 / 0.45) !important;
}
.\!text-orange-50\/5{
  color: rgb(255 247 237 / 0.05) !important;
}
.\!text-orange-50\/50{
  color: rgb(255 247 237 / 0.5) !important;
}
.\!text-orange-50\/55{
  color: rgb(255 247 237 / 0.55) !important;
}
.\!text-orange-50\/60{
  color: rgb(255 247 237 / 0.6) !important;
}
.\!text-orange-50\/65{
  color: rgb(255 247 237 / 0.65) !important;
}
.\!text-orange-50\/70{
  color: rgb(255 247 237 / 0.7) !important;
}
.\!text-orange-50\/75{
  color: rgb(255 247 237 / 0.75) !important;
}
.\!text-orange-50\/80{
  color: rgb(255 247 237 / 0.8) !important;
}
.\!text-orange-50\/85{
  color: rgb(255 247 237 / 0.85) !important;
}
.\!text-orange-50\/90{
  color: rgb(255 247 237 / 0.9) !important;
}
.\!text-orange-50\/95{
  color: rgb(255 247 237 / 0.95) !important;
}
.\!text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.\!text-orange-500\/0{
  color: rgb(249 115 22 / 0) !important;
}
.\!text-orange-500\/10{
  color: rgb(249 115 22 / 0.1) !important;
}
.\!text-orange-500\/100{
  color: rgb(249 115 22 / 1) !important;
}
.\!text-orange-500\/15{
  color: rgb(249 115 22 / 0.15) !important;
}
.\!text-orange-500\/20{
  color: rgb(249 115 22 / 0.2) !important;
}
.\!text-orange-500\/25{
  color: rgb(249 115 22 / 0.25) !important;
}
.\!text-orange-500\/30{
  color: rgb(249 115 22 / 0.3) !important;
}
.\!text-orange-500\/35{
  color: rgb(249 115 22 / 0.35) !important;
}
.\!text-orange-500\/40{
  color: rgb(249 115 22 / 0.4) !important;
}
.\!text-orange-500\/45{
  color: rgb(249 115 22 / 0.45) !important;
}
.\!text-orange-500\/5{
  color: rgb(249 115 22 / 0.05) !important;
}
.\!text-orange-500\/50{
  color: rgb(249 115 22 / 0.5) !important;
}
.\!text-orange-500\/55{
  color: rgb(249 115 22 / 0.55) !important;
}
.\!text-orange-500\/60{
  color: rgb(249 115 22 / 0.6) !important;
}
.\!text-orange-500\/65{
  color: rgb(249 115 22 / 0.65) !important;
}
.\!text-orange-500\/70{
  color: rgb(249 115 22 / 0.7) !important;
}
.\!text-orange-500\/75{
  color: rgb(249 115 22 / 0.75) !important;
}
.\!text-orange-500\/80{
  color: rgb(249 115 22 / 0.8) !important;
}
.\!text-orange-500\/85{
  color: rgb(249 115 22 / 0.85) !important;
}
.\!text-orange-500\/90{
  color: rgb(249 115 22 / 0.9) !important;
}
.\!text-orange-500\/95{
  color: rgb(249 115 22 / 0.95) !important;
}
.\!text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
}
.\!text-orange-600\/0{
  color: rgb(234 88 12 / 0) !important;
}
.\!text-orange-600\/10{
  color: rgb(234 88 12 / 0.1) !important;
}
.\!text-orange-600\/100{
  color: rgb(234 88 12 / 1) !important;
}
.\!text-orange-600\/15{
  color: rgb(234 88 12 / 0.15) !important;
}
.\!text-orange-600\/20{
  color: rgb(234 88 12 / 0.2) !important;
}
.\!text-orange-600\/25{
  color: rgb(234 88 12 / 0.25) !important;
}
.\!text-orange-600\/30{
  color: rgb(234 88 12 / 0.3) !important;
}
.\!text-orange-600\/35{
  color: rgb(234 88 12 / 0.35) !important;
}
.\!text-orange-600\/40{
  color: rgb(234 88 12 / 0.4) !important;
}
.\!text-orange-600\/45{
  color: rgb(234 88 12 / 0.45) !important;
}
.\!text-orange-600\/5{
  color: rgb(234 88 12 / 0.05) !important;
}
.\!text-orange-600\/50{
  color: rgb(234 88 12 / 0.5) !important;
}
.\!text-orange-600\/55{
  color: rgb(234 88 12 / 0.55) !important;
}
.\!text-orange-600\/60{
  color: rgb(234 88 12 / 0.6) !important;
}
.\!text-orange-600\/65{
  color: rgb(234 88 12 / 0.65) !important;
}
.\!text-orange-600\/70{
  color: rgb(234 88 12 / 0.7) !important;
}
.\!text-orange-600\/75{
  color: rgb(234 88 12 / 0.75) !important;
}
.\!text-orange-600\/80{
  color: rgb(234 88 12 / 0.8) !important;
}
.\!text-orange-600\/85{
  color: rgb(234 88 12 / 0.85) !important;
}
.\!text-orange-600\/90{
  color: rgb(234 88 12 / 0.9) !important;
}
.\!text-orange-600\/95{
  color: rgb(234 88 12 / 0.95) !important;
}
.\!text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity)) !important;
}
.\!text-orange-700\/0{
  color: rgb(194 65 12 / 0) !important;
}
.\!text-orange-700\/10{
  color: rgb(194 65 12 / 0.1) !important;
}
.\!text-orange-700\/100{
  color: rgb(194 65 12 / 1) !important;
}
.\!text-orange-700\/15{
  color: rgb(194 65 12 / 0.15) !important;
}
.\!text-orange-700\/20{
  color: rgb(194 65 12 / 0.2) !important;
}
.\!text-orange-700\/25{
  color: rgb(194 65 12 / 0.25) !important;
}
.\!text-orange-700\/30{
  color: rgb(194 65 12 / 0.3) !important;
}
.\!text-orange-700\/35{
  color: rgb(194 65 12 / 0.35) !important;
}
.\!text-orange-700\/40{
  color: rgb(194 65 12 / 0.4) !important;
}
.\!text-orange-700\/45{
  color: rgb(194 65 12 / 0.45) !important;
}
.\!text-orange-700\/5{
  color: rgb(194 65 12 / 0.05) !important;
}
.\!text-orange-700\/50{
  color: rgb(194 65 12 / 0.5) !important;
}
.\!text-orange-700\/55{
  color: rgb(194 65 12 / 0.55) !important;
}
.\!text-orange-700\/60{
  color: rgb(194 65 12 / 0.6) !important;
}
.\!text-orange-700\/65{
  color: rgb(194 65 12 / 0.65) !important;
}
.\!text-orange-700\/70{
  color: rgb(194 65 12 / 0.7) !important;
}
.\!text-orange-700\/75{
  color: rgb(194 65 12 / 0.75) !important;
}
.\!text-orange-700\/80{
  color: rgb(194 65 12 / 0.8) !important;
}
.\!text-orange-700\/85{
  color: rgb(194 65 12 / 0.85) !important;
}
.\!text-orange-700\/90{
  color: rgb(194 65 12 / 0.9) !important;
}
.\!text-orange-700\/95{
  color: rgb(194 65 12 / 0.95) !important;
}
.\!text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}
.\!text-orange-800\/0{
  color: rgb(154 52 18 / 0) !important;
}
.\!text-orange-800\/10{
  color: rgb(154 52 18 / 0.1) !important;
}
.\!text-orange-800\/100{
  color: rgb(154 52 18 / 1) !important;
}
.\!text-orange-800\/15{
  color: rgb(154 52 18 / 0.15) !important;
}
.\!text-orange-800\/20{
  color: rgb(154 52 18 / 0.2) !important;
}
.\!text-orange-800\/25{
  color: rgb(154 52 18 / 0.25) !important;
}
.\!text-orange-800\/30{
  color: rgb(154 52 18 / 0.3) !important;
}
.\!text-orange-800\/35{
  color: rgb(154 52 18 / 0.35) !important;
}
.\!text-orange-800\/40{
  color: rgb(154 52 18 / 0.4) !important;
}
.\!text-orange-800\/45{
  color: rgb(154 52 18 / 0.45) !important;
}
.\!text-orange-800\/5{
  color: rgb(154 52 18 / 0.05) !important;
}
.\!text-orange-800\/50{
  color: rgb(154 52 18 / 0.5) !important;
}
.\!text-orange-800\/55{
  color: rgb(154 52 18 / 0.55) !important;
}
.\!text-orange-800\/60{
  color: rgb(154 52 18 / 0.6) !important;
}
.\!text-orange-800\/65{
  color: rgb(154 52 18 / 0.65) !important;
}
.\!text-orange-800\/70{
  color: rgb(154 52 18 / 0.7) !important;
}
.\!text-orange-800\/75{
  color: rgb(154 52 18 / 0.75) !important;
}
.\!text-orange-800\/80{
  color: rgb(154 52 18 / 0.8) !important;
}
.\!text-orange-800\/85{
  color: rgb(154 52 18 / 0.85) !important;
}
.\!text-orange-800\/90{
  color: rgb(154 52 18 / 0.9) !important;
}
.\!text-orange-800\/95{
  color: rgb(154 52 18 / 0.95) !important;
}
.\!text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgb(124 45 18 / var(--tw-text-opacity)) !important;
}
.\!text-orange-900\/0{
  color: rgb(124 45 18 / 0) !important;
}
.\!text-orange-900\/10{
  color: rgb(124 45 18 / 0.1) !important;
}
.\!text-orange-900\/100{
  color: rgb(124 45 18 / 1) !important;
}
.\!text-orange-900\/15{
  color: rgb(124 45 18 / 0.15) !important;
}
.\!text-orange-900\/20{
  color: rgb(124 45 18 / 0.2) !important;
}
.\!text-orange-900\/25{
  color: rgb(124 45 18 / 0.25) !important;
}
.\!text-orange-900\/30{
  color: rgb(124 45 18 / 0.3) !important;
}
.\!text-orange-900\/35{
  color: rgb(124 45 18 / 0.35) !important;
}
.\!text-orange-900\/40{
  color: rgb(124 45 18 / 0.4) !important;
}
.\!text-orange-900\/45{
  color: rgb(124 45 18 / 0.45) !important;
}
.\!text-orange-900\/5{
  color: rgb(124 45 18 / 0.05) !important;
}
.\!text-orange-900\/50{
  color: rgb(124 45 18 / 0.5) !important;
}
.\!text-orange-900\/55{
  color: rgb(124 45 18 / 0.55) !important;
}
.\!text-orange-900\/60{
  color: rgb(124 45 18 / 0.6) !important;
}
.\!text-orange-900\/65{
  color: rgb(124 45 18 / 0.65) !important;
}
.\!text-orange-900\/70{
  color: rgb(124 45 18 / 0.7) !important;
}
.\!text-orange-900\/75{
  color: rgb(124 45 18 / 0.75) !important;
}
.\!text-orange-900\/80{
  color: rgb(124 45 18 / 0.8) !important;
}
.\!text-orange-900\/85{
  color: rgb(124 45 18 / 0.85) !important;
}
.\!text-orange-900\/90{
  color: rgb(124 45 18 / 0.9) !important;
}
.\!text-orange-900\/95{
  color: rgb(124 45 18 / 0.95) !important;
}
.\!text-orange-950{
  --tw-text-opacity: 1 !important;
  color: rgb(67 20 7 / var(--tw-text-opacity)) !important;
}
.\!text-orange-950\/0{
  color: rgb(67 20 7 / 0) !important;
}
.\!text-orange-950\/10{
  color: rgb(67 20 7 / 0.1) !important;
}
.\!text-orange-950\/100{
  color: rgb(67 20 7 / 1) !important;
}
.\!text-orange-950\/15{
  color: rgb(67 20 7 / 0.15) !important;
}
.\!text-orange-950\/20{
  color: rgb(67 20 7 / 0.2) !important;
}
.\!text-orange-950\/25{
  color: rgb(67 20 7 / 0.25) !important;
}
.\!text-orange-950\/30{
  color: rgb(67 20 7 / 0.3) !important;
}
.\!text-orange-950\/35{
  color: rgb(67 20 7 / 0.35) !important;
}
.\!text-orange-950\/40{
  color: rgb(67 20 7 / 0.4) !important;
}
.\!text-orange-950\/45{
  color: rgb(67 20 7 / 0.45) !important;
}
.\!text-orange-950\/5{
  color: rgb(67 20 7 / 0.05) !important;
}
.\!text-orange-950\/50{
  color: rgb(67 20 7 / 0.5) !important;
}
.\!text-orange-950\/55{
  color: rgb(67 20 7 / 0.55) !important;
}
.\!text-orange-950\/60{
  color: rgb(67 20 7 / 0.6) !important;
}
.\!text-orange-950\/65{
  color: rgb(67 20 7 / 0.65) !important;
}
.\!text-orange-950\/70{
  color: rgb(67 20 7 / 0.7) !important;
}
.\!text-orange-950\/75{
  color: rgb(67 20 7 / 0.75) !important;
}
.\!text-orange-950\/80{
  color: rgb(67 20 7 / 0.8) !important;
}
.\!text-orange-950\/85{
  color: rgb(67 20 7 / 0.85) !important;
}
.\!text-orange-950\/90{
  color: rgb(67 20 7 / 0.9) !important;
}
.\!text-orange-950\/95{
  color: rgb(67 20 7 / 0.95) !important;
}
.\!text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgb(253 242 248 / var(--tw-text-opacity)) !important;
}
.\!text-pink-100\/0{
  color: rgb(253 242 248 / 0) !important;
}
.\!text-pink-100\/10{
  color: rgb(253 242 248 / 0.1) !important;
}
.\!text-pink-100\/100{
  color: rgb(253 242 248 / 1) !important;
}
.\!text-pink-100\/15{
  color: rgb(253 242 248 / 0.15) !important;
}
.\!text-pink-100\/20{
  color: rgb(253 242 248 / 0.2) !important;
}
.\!text-pink-100\/25{
  color: rgb(253 242 248 / 0.25) !important;
}
.\!text-pink-100\/30{
  color: rgb(253 242 248 / 0.3) !important;
}
.\!text-pink-100\/35{
  color: rgb(253 242 248 / 0.35) !important;
}
.\!text-pink-100\/40{
  color: rgb(253 242 248 / 0.4) !important;
}
.\!text-pink-100\/45{
  color: rgb(253 242 248 / 0.45) !important;
}
.\!text-pink-100\/5{
  color: rgb(253 242 248 / 0.05) !important;
}
.\!text-pink-100\/50{
  color: rgb(253 242 248 / 0.5) !important;
}
.\!text-pink-100\/55{
  color: rgb(253 242 248 / 0.55) !important;
}
.\!text-pink-100\/60{
  color: rgb(253 242 248 / 0.6) !important;
}
.\!text-pink-100\/65{
  color: rgb(253 242 248 / 0.65) !important;
}
.\!text-pink-100\/70{
  color: rgb(253 242 248 / 0.7) !important;
}
.\!text-pink-100\/75{
  color: rgb(253 242 248 / 0.75) !important;
}
.\!text-pink-100\/80{
  color: rgb(253 242 248 / 0.8) !important;
}
.\!text-pink-100\/85{
  color: rgb(253 242 248 / 0.85) !important;
}
.\!text-pink-100\/90{
  color: rgb(253 242 248 / 0.9) !important;
}
.\!text-pink-100\/95{
  color: rgb(253 242 248 / 0.95) !important;
}
.\!text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgb(252 231 243 / var(--tw-text-opacity)) !important;
}
.\!text-pink-200\/0{
  color: rgb(252 231 243 / 0) !important;
}
.\!text-pink-200\/10{
  color: rgb(252 231 243 / 0.1) !important;
}
.\!text-pink-200\/100{
  color: rgb(252 231 243 / 1) !important;
}
.\!text-pink-200\/15{
  color: rgb(252 231 243 / 0.15) !important;
}
.\!text-pink-200\/20{
  color: rgb(252 231 243 / 0.2) !important;
}
.\!text-pink-200\/25{
  color: rgb(252 231 243 / 0.25) !important;
}
.\!text-pink-200\/30{
  color: rgb(252 231 243 / 0.3) !important;
}
.\!text-pink-200\/35{
  color: rgb(252 231 243 / 0.35) !important;
}
.\!text-pink-200\/40{
  color: rgb(252 231 243 / 0.4) !important;
}
.\!text-pink-200\/45{
  color: rgb(252 231 243 / 0.45) !important;
}
.\!text-pink-200\/5{
  color: rgb(252 231 243 / 0.05) !important;
}
.\!text-pink-200\/50{
  color: rgb(252 231 243 / 0.5) !important;
}
.\!text-pink-200\/55{
  color: rgb(252 231 243 / 0.55) !important;
}
.\!text-pink-200\/60{
  color: rgb(252 231 243 / 0.6) !important;
}
.\!text-pink-200\/65{
  color: rgb(252 231 243 / 0.65) !important;
}
.\!text-pink-200\/70{
  color: rgb(252 231 243 / 0.7) !important;
}
.\!text-pink-200\/75{
  color: rgb(252 231 243 / 0.75) !important;
}
.\!text-pink-200\/80{
  color: rgb(252 231 243 / 0.8) !important;
}
.\!text-pink-200\/85{
  color: rgb(252 231 243 / 0.85) !important;
}
.\!text-pink-200\/90{
  color: rgb(252 231 243 / 0.9) !important;
}
.\!text-pink-200\/95{
  color: rgb(252 231 243 / 0.95) !important;
}
.\!text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgb(251 207 232 / var(--tw-text-opacity)) !important;
}
.\!text-pink-300\/0{
  color: rgb(251 207 232 / 0) !important;
}
.\!text-pink-300\/10{
  color: rgb(251 207 232 / 0.1) !important;
}
.\!text-pink-300\/100{
  color: rgb(251 207 232 / 1) !important;
}
.\!text-pink-300\/15{
  color: rgb(251 207 232 / 0.15) !important;
}
.\!text-pink-300\/20{
  color: rgb(251 207 232 / 0.2) !important;
}
.\!text-pink-300\/25{
  color: rgb(251 207 232 / 0.25) !important;
}
.\!text-pink-300\/30{
  color: rgb(251 207 232 / 0.3) !important;
}
.\!text-pink-300\/35{
  color: rgb(251 207 232 / 0.35) !important;
}
.\!text-pink-300\/40{
  color: rgb(251 207 232 / 0.4) !important;
}
.\!text-pink-300\/45{
  color: rgb(251 207 232 / 0.45) !important;
}
.\!text-pink-300\/5{
  color: rgb(251 207 232 / 0.05) !important;
}
.\!text-pink-300\/50{
  color: rgb(251 207 232 / 0.5) !important;
}
.\!text-pink-300\/55{
  color: rgb(251 207 232 / 0.55) !important;
}
.\!text-pink-300\/60{
  color: rgb(251 207 232 / 0.6) !important;
}
.\!text-pink-300\/65{
  color: rgb(251 207 232 / 0.65) !important;
}
.\!text-pink-300\/70{
  color: rgb(251 207 232 / 0.7) !important;
}
.\!text-pink-300\/75{
  color: rgb(251 207 232 / 0.75) !important;
}
.\!text-pink-300\/80{
  color: rgb(251 207 232 / 0.8) !important;
}
.\!text-pink-300\/85{
  color: rgb(251 207 232 / 0.85) !important;
}
.\!text-pink-300\/90{
  color: rgb(251 207 232 / 0.9) !important;
}
.\!text-pink-300\/95{
  color: rgb(251 207 232 / 0.95) !important;
}
.\!text-pink-350{
  --tw-text-opacity: 1 !important;
  color: rgb(249 168 212 / var(--tw-text-opacity)) !important;
}
.\!text-pink-350\/0{
  color: rgb(249 168 212 / 0) !important;
}
.\!text-pink-350\/10{
  color: rgb(249 168 212 / 0.1) !important;
}
.\!text-pink-350\/100{
  color: rgb(249 168 212 / 1) !important;
}
.\!text-pink-350\/15{
  color: rgb(249 168 212 / 0.15) !important;
}
.\!text-pink-350\/20{
  color: rgb(249 168 212 / 0.2) !important;
}
.\!text-pink-350\/25{
  color: rgb(249 168 212 / 0.25) !important;
}
.\!text-pink-350\/30{
  color: rgb(249 168 212 / 0.3) !important;
}
.\!text-pink-350\/35{
  color: rgb(249 168 212 / 0.35) !important;
}
.\!text-pink-350\/40{
  color: rgb(249 168 212 / 0.4) !important;
}
.\!text-pink-350\/45{
  color: rgb(249 168 212 / 0.45) !important;
}
.\!text-pink-350\/5{
  color: rgb(249 168 212 / 0.05) !important;
}
.\!text-pink-350\/50{
  color: rgb(249 168 212 / 0.5) !important;
}
.\!text-pink-350\/55{
  color: rgb(249 168 212 / 0.55) !important;
}
.\!text-pink-350\/60{
  color: rgb(249 168 212 / 0.6) !important;
}
.\!text-pink-350\/65{
  color: rgb(249 168 212 / 0.65) !important;
}
.\!text-pink-350\/70{
  color: rgb(249 168 212 / 0.7) !important;
}
.\!text-pink-350\/75{
  color: rgb(249 168 212 / 0.75) !important;
}
.\!text-pink-350\/80{
  color: rgb(249 168 212 / 0.8) !important;
}
.\!text-pink-350\/85{
  color: rgb(249 168 212 / 0.85) !important;
}
.\!text-pink-350\/90{
  color: rgb(249 168 212 / 0.9) !important;
}
.\!text-pink-350\/95{
  color: rgb(249 168 212 / 0.95) !important;
}
.\!text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgb(244 114 182 / var(--tw-text-opacity)) !important;
}
.\!text-pink-400\/0{
  color: rgb(244 114 182 / 0) !important;
}
.\!text-pink-400\/10{
  color: rgb(244 114 182 / 0.1) !important;
}
.\!text-pink-400\/100{
  color: rgb(244 114 182 / 1) !important;
}
.\!text-pink-400\/15{
  color: rgb(244 114 182 / 0.15) !important;
}
.\!text-pink-400\/20{
  color: rgb(244 114 182 / 0.2) !important;
}
.\!text-pink-400\/25{
  color: rgb(244 114 182 / 0.25) !important;
}
.\!text-pink-400\/30{
  color: rgb(244 114 182 / 0.3) !important;
}
.\!text-pink-400\/35{
  color: rgb(244 114 182 / 0.35) !important;
}
.\!text-pink-400\/40{
  color: rgb(244 114 182 / 0.4) !important;
}
.\!text-pink-400\/45{
  color: rgb(244 114 182 / 0.45) !important;
}
.\!text-pink-400\/5{
  color: rgb(244 114 182 / 0.05) !important;
}
.\!text-pink-400\/50{
  color: rgb(244 114 182 / 0.5) !important;
}
.\!text-pink-400\/55{
  color: rgb(244 114 182 / 0.55) !important;
}
.\!text-pink-400\/60{
  color: rgb(244 114 182 / 0.6) !important;
}
.\!text-pink-400\/65{
  color: rgb(244 114 182 / 0.65) !important;
}
.\!text-pink-400\/70{
  color: rgb(244 114 182 / 0.7) !important;
}
.\!text-pink-400\/75{
  color: rgb(244 114 182 / 0.75) !important;
}
.\!text-pink-400\/80{
  color: rgb(244 114 182 / 0.8) !important;
}
.\!text-pink-400\/85{
  color: rgb(244 114 182 / 0.85) !important;
}
.\!text-pink-400\/90{
  color: rgb(244 114 182 / 0.9) !important;
}
.\!text-pink-400\/95{
  color: rgb(244 114 182 / 0.95) !important;
}
.\!text-pink-450{
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity)) !important;
}
.\!text-pink-450\/0{
  color: rgb(236 72 153 / 0) !important;
}
.\!text-pink-450\/10{
  color: rgb(236 72 153 / 0.1) !important;
}
.\!text-pink-450\/100{
  color: rgb(236 72 153 / 1) !important;
}
.\!text-pink-450\/15{
  color: rgb(236 72 153 / 0.15) !important;
}
.\!text-pink-450\/20{
  color: rgb(236 72 153 / 0.2) !important;
}
.\!text-pink-450\/25{
  color: rgb(236 72 153 / 0.25) !important;
}
.\!text-pink-450\/30{
  color: rgb(236 72 153 / 0.3) !important;
}
.\!text-pink-450\/35{
  color: rgb(236 72 153 / 0.35) !important;
}
.\!text-pink-450\/40{
  color: rgb(236 72 153 / 0.4) !important;
}
.\!text-pink-450\/45{
  color: rgb(236 72 153 / 0.45) !important;
}
.\!text-pink-450\/5{
  color: rgb(236 72 153 / 0.05) !important;
}
.\!text-pink-450\/50{
  color: rgb(236 72 153 / 0.5) !important;
}
.\!text-pink-450\/55{
  color: rgb(236 72 153 / 0.55) !important;
}
.\!text-pink-450\/60{
  color: rgb(236 72 153 / 0.6) !important;
}
.\!text-pink-450\/65{
  color: rgb(236 72 153 / 0.65) !important;
}
.\!text-pink-450\/70{
  color: rgb(236 72 153 / 0.7) !important;
}
.\!text-pink-450\/75{
  color: rgb(236 72 153 / 0.75) !important;
}
.\!text-pink-450\/80{
  color: rgb(236 72 153 / 0.8) !important;
}
.\!text-pink-450\/85{
  color: rgb(236 72 153 / 0.85) !important;
}
.\!text-pink-450\/90{
  color: rgb(236 72 153 / 0.9) !important;
}
.\!text-pink-450\/95{
  color: rgb(236 72 153 / 0.95) !important;
}
.\!text-pink-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 250 253 / var(--tw-text-opacity)) !important;
}
.\!text-pink-50\/0{
  color: rgb(255 250 253 / 0) !important;
}
.\!text-pink-50\/10{
  color: rgb(255 250 253 / 0.1) !important;
}
.\!text-pink-50\/100{
  color: rgb(255 250 253 / 1) !important;
}
.\!text-pink-50\/15{
  color: rgb(255 250 253 / 0.15) !important;
}
.\!text-pink-50\/20{
  color: rgb(255 250 253 / 0.2) !important;
}
.\!text-pink-50\/25{
  color: rgb(255 250 253 / 0.25) !important;
}
.\!text-pink-50\/30{
  color: rgb(255 250 253 / 0.3) !important;
}
.\!text-pink-50\/35{
  color: rgb(255 250 253 / 0.35) !important;
}
.\!text-pink-50\/40{
  color: rgb(255 250 253 / 0.4) !important;
}
.\!text-pink-50\/45{
  color: rgb(255 250 253 / 0.45) !important;
}
.\!text-pink-50\/5{
  color: rgb(255 250 253 / 0.05) !important;
}
.\!text-pink-50\/50{
  color: rgb(255 250 253 / 0.5) !important;
}
.\!text-pink-50\/55{
  color: rgb(255 250 253 / 0.55) !important;
}
.\!text-pink-50\/60{
  color: rgb(255 250 253 / 0.6) !important;
}
.\!text-pink-50\/65{
  color: rgb(255 250 253 / 0.65) !important;
}
.\!text-pink-50\/70{
  color: rgb(255 250 253 / 0.7) !important;
}
.\!text-pink-50\/75{
  color: rgb(255 250 253 / 0.75) !important;
}
.\!text-pink-50\/80{
  color: rgb(255 250 253 / 0.8) !important;
}
.\!text-pink-50\/85{
  color: rgb(255 250 253 / 0.85) !important;
}
.\!text-pink-50\/90{
  color: rgb(255 250 253 / 0.9) !important;
}
.\!text-pink-50\/95{
  color: rgb(255 250 253 / 0.95) !important;
}
.\!text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgb(219 39 119 / var(--tw-text-opacity)) !important;
}
.\!text-pink-500\/0{
  color: rgb(219 39 119 / 0) !important;
}
.\!text-pink-500\/10{
  color: rgb(219 39 119 / 0.1) !important;
}
.\!text-pink-500\/100{
  color: rgb(219 39 119 / 1) !important;
}
.\!text-pink-500\/15{
  color: rgb(219 39 119 / 0.15) !important;
}
.\!text-pink-500\/20{
  color: rgb(219 39 119 / 0.2) !important;
}
.\!text-pink-500\/25{
  color: rgb(219 39 119 / 0.25) !important;
}
.\!text-pink-500\/30{
  color: rgb(219 39 119 / 0.3) !important;
}
.\!text-pink-500\/35{
  color: rgb(219 39 119 / 0.35) !important;
}
.\!text-pink-500\/40{
  color: rgb(219 39 119 / 0.4) !important;
}
.\!text-pink-500\/45{
  color: rgb(219 39 119 / 0.45) !important;
}
.\!text-pink-500\/5{
  color: rgb(219 39 119 / 0.05) !important;
}
.\!text-pink-500\/50{
  color: rgb(219 39 119 / 0.5) !important;
}
.\!text-pink-500\/55{
  color: rgb(219 39 119 / 0.55) !important;
}
.\!text-pink-500\/60{
  color: rgb(219 39 119 / 0.6) !important;
}
.\!text-pink-500\/65{
  color: rgb(219 39 119 / 0.65) !important;
}
.\!text-pink-500\/70{
  color: rgb(219 39 119 / 0.7) !important;
}
.\!text-pink-500\/75{
  color: rgb(219 39 119 / 0.75) !important;
}
.\!text-pink-500\/80{
  color: rgb(219 39 119 / 0.8) !important;
}
.\!text-pink-500\/85{
  color: rgb(219 39 119 / 0.85) !important;
}
.\!text-pink-500\/90{
  color: rgb(219 39 119 / 0.9) !important;
}
.\!text-pink-500\/95{
  color: rgb(219 39 119 / 0.95) !important;
}
.\!text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgb(190 24 93 / var(--tw-text-opacity)) !important;
}
.\!text-pink-600\/0{
  color: rgb(190 24 93 / 0) !important;
}
.\!text-pink-600\/10{
  color: rgb(190 24 93 / 0.1) !important;
}
.\!text-pink-600\/100{
  color: rgb(190 24 93 / 1) !important;
}
.\!text-pink-600\/15{
  color: rgb(190 24 93 / 0.15) !important;
}
.\!text-pink-600\/20{
  color: rgb(190 24 93 / 0.2) !important;
}
.\!text-pink-600\/25{
  color: rgb(190 24 93 / 0.25) !important;
}
.\!text-pink-600\/30{
  color: rgb(190 24 93 / 0.3) !important;
}
.\!text-pink-600\/35{
  color: rgb(190 24 93 / 0.35) !important;
}
.\!text-pink-600\/40{
  color: rgb(190 24 93 / 0.4) !important;
}
.\!text-pink-600\/45{
  color: rgb(190 24 93 / 0.45) !important;
}
.\!text-pink-600\/5{
  color: rgb(190 24 93 / 0.05) !important;
}
.\!text-pink-600\/50{
  color: rgb(190 24 93 / 0.5) !important;
}
.\!text-pink-600\/55{
  color: rgb(190 24 93 / 0.55) !important;
}
.\!text-pink-600\/60{
  color: rgb(190 24 93 / 0.6) !important;
}
.\!text-pink-600\/65{
  color: rgb(190 24 93 / 0.65) !important;
}
.\!text-pink-600\/70{
  color: rgb(190 24 93 / 0.7) !important;
}
.\!text-pink-600\/75{
  color: rgb(190 24 93 / 0.75) !important;
}
.\!text-pink-600\/80{
  color: rgb(190 24 93 / 0.8) !important;
}
.\!text-pink-600\/85{
  color: rgb(190 24 93 / 0.85) !important;
}
.\!text-pink-600\/90{
  color: rgb(190 24 93 / 0.9) !important;
}
.\!text-pink-600\/95{
  color: rgb(190 24 93 / 0.95) !important;
}
.\!text-pink-650{
  --tw-text-opacity: 1 !important;
  color: rgb(157 23 77 / var(--tw-text-opacity)) !important;
}
.\!text-pink-650\/0{
  color: rgb(157 23 77 / 0) !important;
}
.\!text-pink-650\/10{
  color: rgb(157 23 77 / 0.1) !important;
}
.\!text-pink-650\/100{
  color: rgb(157 23 77 / 1) !important;
}
.\!text-pink-650\/15{
  color: rgb(157 23 77 / 0.15) !important;
}
.\!text-pink-650\/20{
  color: rgb(157 23 77 / 0.2) !important;
}
.\!text-pink-650\/25{
  color: rgb(157 23 77 / 0.25) !important;
}
.\!text-pink-650\/30{
  color: rgb(157 23 77 / 0.3) !important;
}
.\!text-pink-650\/35{
  color: rgb(157 23 77 / 0.35) !important;
}
.\!text-pink-650\/40{
  color: rgb(157 23 77 / 0.4) !important;
}
.\!text-pink-650\/45{
  color: rgb(157 23 77 / 0.45) !important;
}
.\!text-pink-650\/5{
  color: rgb(157 23 77 / 0.05) !important;
}
.\!text-pink-650\/50{
  color: rgb(157 23 77 / 0.5) !important;
}
.\!text-pink-650\/55{
  color: rgb(157 23 77 / 0.55) !important;
}
.\!text-pink-650\/60{
  color: rgb(157 23 77 / 0.6) !important;
}
.\!text-pink-650\/65{
  color: rgb(157 23 77 / 0.65) !important;
}
.\!text-pink-650\/70{
  color: rgb(157 23 77 / 0.7) !important;
}
.\!text-pink-650\/75{
  color: rgb(157 23 77 / 0.75) !important;
}
.\!text-pink-650\/80{
  color: rgb(157 23 77 / 0.8) !important;
}
.\!text-pink-650\/85{
  color: rgb(157 23 77 / 0.85) !important;
}
.\!text-pink-650\/90{
  color: rgb(157 23 77 / 0.9) !important;
}
.\!text-pink-650\/95{
  color: rgb(157 23 77 / 0.95) !important;
}
.\!text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgb(131 24 67 / var(--tw-text-opacity)) !important;
}
.\!text-pink-700\/0{
  color: rgb(131 24 67 / 0) !important;
}
.\!text-pink-700\/10{
  color: rgb(131 24 67 / 0.1) !important;
}
.\!text-pink-700\/100{
  color: rgb(131 24 67 / 1) !important;
}
.\!text-pink-700\/15{
  color: rgb(131 24 67 / 0.15) !important;
}
.\!text-pink-700\/20{
  color: rgb(131 24 67 / 0.2) !important;
}
.\!text-pink-700\/25{
  color: rgb(131 24 67 / 0.25) !important;
}
.\!text-pink-700\/30{
  color: rgb(131 24 67 / 0.3) !important;
}
.\!text-pink-700\/35{
  color: rgb(131 24 67 / 0.35) !important;
}
.\!text-pink-700\/40{
  color: rgb(131 24 67 / 0.4) !important;
}
.\!text-pink-700\/45{
  color: rgb(131 24 67 / 0.45) !important;
}
.\!text-pink-700\/5{
  color: rgb(131 24 67 / 0.05) !important;
}
.\!text-pink-700\/50{
  color: rgb(131 24 67 / 0.5) !important;
}
.\!text-pink-700\/55{
  color: rgb(131 24 67 / 0.55) !important;
}
.\!text-pink-700\/60{
  color: rgb(131 24 67 / 0.6) !important;
}
.\!text-pink-700\/65{
  color: rgb(131 24 67 / 0.65) !important;
}
.\!text-pink-700\/70{
  color: rgb(131 24 67 / 0.7) !important;
}
.\!text-pink-700\/75{
  color: rgb(131 24 67 / 0.75) !important;
}
.\!text-pink-700\/80{
  color: rgb(131 24 67 / 0.8) !important;
}
.\!text-pink-700\/85{
  color: rgb(131 24 67 / 0.85) !important;
}
.\!text-pink-700\/90{
  color: rgb(131 24 67 / 0.9) !important;
}
.\!text-pink-700\/95{
  color: rgb(131 24 67 / 0.95) !important;
}
.\!text-pink-750{
  --tw-text-opacity: 1 !important;
  color: rgb(115 15 55 / var(--tw-text-opacity)) !important;
}
.\!text-pink-750\/0{
  color: rgb(115 15 55 / 0) !important;
}
.\!text-pink-750\/10{
  color: rgb(115 15 55 / 0.1) !important;
}
.\!text-pink-750\/100{
  color: rgb(115 15 55 / 1) !important;
}
.\!text-pink-750\/15{
  color: rgb(115 15 55 / 0.15) !important;
}
.\!text-pink-750\/20{
  color: rgb(115 15 55 / 0.2) !important;
}
.\!text-pink-750\/25{
  color: rgb(115 15 55 / 0.25) !important;
}
.\!text-pink-750\/30{
  color: rgb(115 15 55 / 0.3) !important;
}
.\!text-pink-750\/35{
  color: rgb(115 15 55 / 0.35) !important;
}
.\!text-pink-750\/40{
  color: rgb(115 15 55 / 0.4) !important;
}
.\!text-pink-750\/45{
  color: rgb(115 15 55 / 0.45) !important;
}
.\!text-pink-750\/5{
  color: rgb(115 15 55 / 0.05) !important;
}
.\!text-pink-750\/50{
  color: rgb(115 15 55 / 0.5) !important;
}
.\!text-pink-750\/55{
  color: rgb(115 15 55 / 0.55) !important;
}
.\!text-pink-750\/60{
  color: rgb(115 15 55 / 0.6) !important;
}
.\!text-pink-750\/65{
  color: rgb(115 15 55 / 0.65) !important;
}
.\!text-pink-750\/70{
  color: rgb(115 15 55 / 0.7) !important;
}
.\!text-pink-750\/75{
  color: rgb(115 15 55 / 0.75) !important;
}
.\!text-pink-750\/80{
  color: rgb(115 15 55 / 0.8) !important;
}
.\!text-pink-750\/85{
  color: rgb(115 15 55 / 0.85) !important;
}
.\!text-pink-750\/90{
  color: rgb(115 15 55 / 0.9) !important;
}
.\!text-pink-750\/95{
  color: rgb(115 15 55 / 0.95) !important;
}
.\!text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgb(107 9 48 / var(--tw-text-opacity)) !important;
}
.\!text-pink-800\/0{
  color: rgb(107 9 48 / 0) !important;
}
.\!text-pink-800\/10{
  color: rgb(107 9 48 / 0.1) !important;
}
.\!text-pink-800\/100{
  color: rgb(107 9 48 / 1) !important;
}
.\!text-pink-800\/15{
  color: rgb(107 9 48 / 0.15) !important;
}
.\!text-pink-800\/20{
  color: rgb(107 9 48 / 0.2) !important;
}
.\!text-pink-800\/25{
  color: rgb(107 9 48 / 0.25) !important;
}
.\!text-pink-800\/30{
  color: rgb(107 9 48 / 0.3) !important;
}
.\!text-pink-800\/35{
  color: rgb(107 9 48 / 0.35) !important;
}
.\!text-pink-800\/40{
  color: rgb(107 9 48 / 0.4) !important;
}
.\!text-pink-800\/45{
  color: rgb(107 9 48 / 0.45) !important;
}
.\!text-pink-800\/5{
  color: rgb(107 9 48 / 0.05) !important;
}
.\!text-pink-800\/50{
  color: rgb(107 9 48 / 0.5) !important;
}
.\!text-pink-800\/55{
  color: rgb(107 9 48 / 0.55) !important;
}
.\!text-pink-800\/60{
  color: rgb(107 9 48 / 0.6) !important;
}
.\!text-pink-800\/65{
  color: rgb(107 9 48 / 0.65) !important;
}
.\!text-pink-800\/70{
  color: rgb(107 9 48 / 0.7) !important;
}
.\!text-pink-800\/75{
  color: rgb(107 9 48 / 0.75) !important;
}
.\!text-pink-800\/80{
  color: rgb(107 9 48 / 0.8) !important;
}
.\!text-pink-800\/85{
  color: rgb(107 9 48 / 0.85) !important;
}
.\!text-pink-800\/90{
  color: rgb(107 9 48 / 0.9) !important;
}
.\!text-pink-800\/95{
  color: rgb(107 9 48 / 0.95) !important;
}
.\!text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgb(77 2 32 / var(--tw-text-opacity)) !important;
}
.\!text-pink-900\/0{
  color: rgb(77 2 32 / 0) !important;
}
.\!text-pink-900\/10{
  color: rgb(77 2 32 / 0.1) !important;
}
.\!text-pink-900\/100{
  color: rgb(77 2 32 / 1) !important;
}
.\!text-pink-900\/15{
  color: rgb(77 2 32 / 0.15) !important;
}
.\!text-pink-900\/20{
  color: rgb(77 2 32 / 0.2) !important;
}
.\!text-pink-900\/25{
  color: rgb(77 2 32 / 0.25) !important;
}
.\!text-pink-900\/30{
  color: rgb(77 2 32 / 0.3) !important;
}
.\!text-pink-900\/35{
  color: rgb(77 2 32 / 0.35) !important;
}
.\!text-pink-900\/40{
  color: rgb(77 2 32 / 0.4) !important;
}
.\!text-pink-900\/45{
  color: rgb(77 2 32 / 0.45) !important;
}
.\!text-pink-900\/5{
  color: rgb(77 2 32 / 0.05) !important;
}
.\!text-pink-900\/50{
  color: rgb(77 2 32 / 0.5) !important;
}
.\!text-pink-900\/55{
  color: rgb(77 2 32 / 0.55) !important;
}
.\!text-pink-900\/60{
  color: rgb(77 2 32 / 0.6) !important;
}
.\!text-pink-900\/65{
  color: rgb(77 2 32 / 0.65) !important;
}
.\!text-pink-900\/70{
  color: rgb(77 2 32 / 0.7) !important;
}
.\!text-pink-900\/75{
  color: rgb(77 2 32 / 0.75) !important;
}
.\!text-pink-900\/80{
  color: rgb(77 2 32 / 0.8) !important;
}
.\!text-pink-900\/85{
  color: rgb(77 2 32 / 0.85) !important;
}
.\!text-pink-900\/90{
  color: rgb(77 2 32 / 0.9) !important;
}
.\!text-pink-900\/95{
  color: rgb(77 2 32 / 0.95) !important;
}
.\!text-pink-950{
  --tw-text-opacity: 1 !important;
  color: rgb(80 7 36 / var(--tw-text-opacity)) !important;
}
.\!text-pink-950\/0{
  color: rgb(80 7 36 / 0) !important;
}
.\!text-pink-950\/10{
  color: rgb(80 7 36 / 0.1) !important;
}
.\!text-pink-950\/100{
  color: rgb(80 7 36 / 1) !important;
}
.\!text-pink-950\/15{
  color: rgb(80 7 36 / 0.15) !important;
}
.\!text-pink-950\/20{
  color: rgb(80 7 36 / 0.2) !important;
}
.\!text-pink-950\/25{
  color: rgb(80 7 36 / 0.25) !important;
}
.\!text-pink-950\/30{
  color: rgb(80 7 36 / 0.3) !important;
}
.\!text-pink-950\/35{
  color: rgb(80 7 36 / 0.35) !important;
}
.\!text-pink-950\/40{
  color: rgb(80 7 36 / 0.4) !important;
}
.\!text-pink-950\/45{
  color: rgb(80 7 36 / 0.45) !important;
}
.\!text-pink-950\/5{
  color: rgb(80 7 36 / 0.05) !important;
}
.\!text-pink-950\/50{
  color: rgb(80 7 36 / 0.5) !important;
}
.\!text-pink-950\/55{
  color: rgb(80 7 36 / 0.55) !important;
}
.\!text-pink-950\/60{
  color: rgb(80 7 36 / 0.6) !important;
}
.\!text-pink-950\/65{
  color: rgb(80 7 36 / 0.65) !important;
}
.\!text-pink-950\/70{
  color: rgb(80 7 36 / 0.7) !important;
}
.\!text-pink-950\/75{
  color: rgb(80 7 36 / 0.75) !important;
}
.\!text-pink-950\/80{
  color: rgb(80 7 36 / 0.8) !important;
}
.\!text-pink-950\/85{
  color: rgb(80 7 36 / 0.85) !important;
}
.\!text-pink-950\/90{
  color: rgb(80 7 36 / 0.9) !important;
}
.\!text-pink-950\/95{
  color: rgb(80 7 36 / 0.95) !important;
}
.\!text-primary-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 248 247 / var(--tw-text-opacity)) !important;
}
.\!text-primary-100\/0{
  color: rgb(255 248 247 / 0) !important;
}
.\!text-primary-100\/10{
  color: rgb(255 248 247 / 0.1) !important;
}
.\!text-primary-100\/100{
  color: rgb(255 248 247 / 1) !important;
}
.\!text-primary-100\/15{
  color: rgb(255 248 247 / 0.15) !important;
}
.\!text-primary-100\/20{
  color: rgb(255 248 247 / 0.2) !important;
}
.\!text-primary-100\/25{
  color: rgb(255 248 247 / 0.25) !important;
}
.\!text-primary-100\/30{
  color: rgb(255 248 247 / 0.3) !important;
}
.\!text-primary-100\/35{
  color: rgb(255 248 247 / 0.35) !important;
}
.\!text-primary-100\/40{
  color: rgb(255 248 247 / 0.4) !important;
}
.\!text-primary-100\/45{
  color: rgb(255 248 247 / 0.45) !important;
}
.\!text-primary-100\/5{
  color: rgb(255 248 247 / 0.05) !important;
}
.\!text-primary-100\/50{
  color: rgb(255 248 247 / 0.5) !important;
}
.\!text-primary-100\/55{
  color: rgb(255 248 247 / 0.55) !important;
}
.\!text-primary-100\/60{
  color: rgb(255 248 247 / 0.6) !important;
}
.\!text-primary-100\/65{
  color: rgb(255 248 247 / 0.65) !important;
}
.\!text-primary-100\/70{
  color: rgb(255 248 247 / 0.7) !important;
}
.\!text-primary-100\/75{
  color: rgb(255 248 247 / 0.75) !important;
}
.\!text-primary-100\/80{
  color: rgb(255 248 247 / 0.8) !important;
}
.\!text-primary-100\/85{
  color: rgb(255 248 247 / 0.85) !important;
}
.\!text-primary-100\/90{
  color: rgb(255 248 247 / 0.9) !important;
}
.\!text-primary-100\/95{
  color: rgb(255 248 247 / 0.95) !important;
}
.\!text-primary-200{
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 235 / var(--tw-text-opacity)) !important;
}
.\!text-primary-200\/0{
  color: rgb(255 237 235 / 0) !important;
}
.\!text-primary-200\/10{
  color: rgb(255 237 235 / 0.1) !important;
}
.\!text-primary-200\/100{
  color: rgb(255 237 235 / 1) !important;
}
.\!text-primary-200\/15{
  color: rgb(255 237 235 / 0.15) !important;
}
.\!text-primary-200\/20{
  color: rgb(255 237 235 / 0.2) !important;
}
.\!text-primary-200\/25{
  color: rgb(255 237 235 / 0.25) !important;
}
.\!text-primary-200\/30{
  color: rgb(255 237 235 / 0.3) !important;
}
.\!text-primary-200\/35{
  color: rgb(255 237 235 / 0.35) !important;
}
.\!text-primary-200\/40{
  color: rgb(255 237 235 / 0.4) !important;
}
.\!text-primary-200\/45{
  color: rgb(255 237 235 / 0.45) !important;
}
.\!text-primary-200\/5{
  color: rgb(255 237 235 / 0.05) !important;
}
.\!text-primary-200\/50{
  color: rgb(255 237 235 / 0.5) !important;
}
.\!text-primary-200\/55{
  color: rgb(255 237 235 / 0.55) !important;
}
.\!text-primary-200\/60{
  color: rgb(255 237 235 / 0.6) !important;
}
.\!text-primary-200\/65{
  color: rgb(255 237 235 / 0.65) !important;
}
.\!text-primary-200\/70{
  color: rgb(255 237 235 / 0.7) !important;
}
.\!text-primary-200\/75{
  color: rgb(255 237 235 / 0.75) !important;
}
.\!text-primary-200\/80{
  color: rgb(255 237 235 / 0.8) !important;
}
.\!text-primary-200\/85{
  color: rgb(255 237 235 / 0.85) !important;
}
.\!text-primary-200\/90{
  color: rgb(255 237 235 / 0.9) !important;
}
.\!text-primary-200\/95{
  color: rgb(255 237 235 / 0.95) !important;
}
.\!text-primary-300{
  --tw-text-opacity: 1 !important;
  color: rgb(255 218 215 / var(--tw-text-opacity)) !important;
}
.\!text-primary-300\/0{
  color: rgb(255 218 215 / 0) !important;
}
.\!text-primary-300\/10{
  color: rgb(255 218 215 / 0.1) !important;
}
.\!text-primary-300\/100{
  color: rgb(255 218 215 / 1) !important;
}
.\!text-primary-300\/15{
  color: rgb(255 218 215 / 0.15) !important;
}
.\!text-primary-300\/20{
  color: rgb(255 218 215 / 0.2) !important;
}
.\!text-primary-300\/25{
  color: rgb(255 218 215 / 0.25) !important;
}
.\!text-primary-300\/30{
  color: rgb(255 218 215 / 0.3) !important;
}
.\!text-primary-300\/35{
  color: rgb(255 218 215 / 0.35) !important;
}
.\!text-primary-300\/40{
  color: rgb(255 218 215 / 0.4) !important;
}
.\!text-primary-300\/45{
  color: rgb(255 218 215 / 0.45) !important;
}
.\!text-primary-300\/5{
  color: rgb(255 218 215 / 0.05) !important;
}
.\!text-primary-300\/50{
  color: rgb(255 218 215 / 0.5) !important;
}
.\!text-primary-300\/55{
  color: rgb(255 218 215 / 0.55) !important;
}
.\!text-primary-300\/60{
  color: rgb(255 218 215 / 0.6) !important;
}
.\!text-primary-300\/65{
  color: rgb(255 218 215 / 0.65) !important;
}
.\!text-primary-300\/70{
  color: rgb(255 218 215 / 0.7) !important;
}
.\!text-primary-300\/75{
  color: rgb(255 218 215 / 0.75) !important;
}
.\!text-primary-300\/80{
  color: rgb(255 218 215 / 0.8) !important;
}
.\!text-primary-300\/85{
  color: rgb(255 218 215 / 0.85) !important;
}
.\!text-primary-300\/90{
  color: rgb(255 218 215 / 0.9) !important;
}
.\!text-primary-300\/95{
  color: rgb(255 218 215 / 0.95) !important;
}
.\!text-primary-350{
  --tw-text-opacity: 1 !important;
  color: rgb(255 179 175 / var(--tw-text-opacity)) !important;
}
.\!text-primary-350\/0{
  color: rgb(255 179 175 / 0) !important;
}
.\!text-primary-350\/10{
  color: rgb(255 179 175 / 0.1) !important;
}
.\!text-primary-350\/100{
  color: rgb(255 179 175 / 1) !important;
}
.\!text-primary-350\/15{
  color: rgb(255 179 175 / 0.15) !important;
}
.\!text-primary-350\/20{
  color: rgb(255 179 175 / 0.2) !important;
}
.\!text-primary-350\/25{
  color: rgb(255 179 175 / 0.25) !important;
}
.\!text-primary-350\/30{
  color: rgb(255 179 175 / 0.3) !important;
}
.\!text-primary-350\/35{
  color: rgb(255 179 175 / 0.35) !important;
}
.\!text-primary-350\/40{
  color: rgb(255 179 175 / 0.4) !important;
}
.\!text-primary-350\/45{
  color: rgb(255 179 175 / 0.45) !important;
}
.\!text-primary-350\/5{
  color: rgb(255 179 175 / 0.05) !important;
}
.\!text-primary-350\/50{
  color: rgb(255 179 175 / 0.5) !important;
}
.\!text-primary-350\/55{
  color: rgb(255 179 175 / 0.55) !important;
}
.\!text-primary-350\/60{
  color: rgb(255 179 175 / 0.6) !important;
}
.\!text-primary-350\/65{
  color: rgb(255 179 175 / 0.65) !important;
}
.\!text-primary-350\/70{
  color: rgb(255 179 175 / 0.7) !important;
}
.\!text-primary-350\/75{
  color: rgb(255 179 175 / 0.75) !important;
}
.\!text-primary-350\/80{
  color: rgb(255 179 175 / 0.8) !important;
}
.\!text-primary-350\/85{
  color: rgb(255 179 175 / 0.85) !important;
}
.\!text-primary-350\/90{
  color: rgb(255 179 175 / 0.9) !important;
}
.\!text-primary-350\/95{
  color: rgb(255 179 175 / 0.95) !important;
}
.\!text-primary-400{
  --tw-text-opacity: 1 !important;
  color: rgb(255 137 132 / var(--tw-text-opacity)) !important;
}
.\!text-primary-400\/0{
  color: rgb(255 137 132 / 0) !important;
}
.\!text-primary-400\/10{
  color: rgb(255 137 132 / 0.1) !important;
}
.\!text-primary-400\/100{
  color: rgb(255 137 132 / 1) !important;
}
.\!text-primary-400\/15{
  color: rgb(255 137 132 / 0.15) !important;
}
.\!text-primary-400\/20{
  color: rgb(255 137 132 / 0.2) !important;
}
.\!text-primary-400\/25{
  color: rgb(255 137 132 / 0.25) !important;
}
.\!text-primary-400\/30{
  color: rgb(255 137 132 / 0.3) !important;
}
.\!text-primary-400\/35{
  color: rgb(255 137 132 / 0.35) !important;
}
.\!text-primary-400\/40{
  color: rgb(255 137 132 / 0.4) !important;
}
.\!text-primary-400\/45{
  color: rgb(255 137 132 / 0.45) !important;
}
.\!text-primary-400\/5{
  color: rgb(255 137 132 / 0.05) !important;
}
.\!text-primary-400\/50{
  color: rgb(255 137 132 / 0.5) !important;
}
.\!text-primary-400\/55{
  color: rgb(255 137 132 / 0.55) !important;
}
.\!text-primary-400\/60{
  color: rgb(255 137 132 / 0.6) !important;
}
.\!text-primary-400\/65{
  color: rgb(255 137 132 / 0.65) !important;
}
.\!text-primary-400\/70{
  color: rgb(255 137 132 / 0.7) !important;
}
.\!text-primary-400\/75{
  color: rgb(255 137 132 / 0.75) !important;
}
.\!text-primary-400\/80{
  color: rgb(255 137 132 / 0.8) !important;
}
.\!text-primary-400\/85{
  color: rgb(255 137 132 / 0.85) !important;
}
.\!text-primary-400\/90{
  color: rgb(255 137 132 / 0.9) !important;
}
.\!text-primary-400\/95{
  color: rgb(255 137 132 / 0.95) !important;
}
.\!text-primary-450{
  --tw-text-opacity: 1 !important;
  color: rgb(255 83 85 / var(--tw-text-opacity)) !important;
}
.\!text-primary-450\/0{
  color: rgb(255 83 85 / 0) !important;
}
.\!text-primary-450\/10{
  color: rgb(255 83 85 / 0.1) !important;
}
.\!text-primary-450\/100{
  color: rgb(255 83 85 / 1) !important;
}
.\!text-primary-450\/15{
  color: rgb(255 83 85 / 0.15) !important;
}
.\!text-primary-450\/20{
  color: rgb(255 83 85 / 0.2) !important;
}
.\!text-primary-450\/25{
  color: rgb(255 83 85 / 0.25) !important;
}
.\!text-primary-450\/30{
  color: rgb(255 83 85 / 0.3) !important;
}
.\!text-primary-450\/35{
  color: rgb(255 83 85 / 0.35) !important;
}
.\!text-primary-450\/40{
  color: rgb(255 83 85 / 0.4) !important;
}
.\!text-primary-450\/45{
  color: rgb(255 83 85 / 0.45) !important;
}
.\!text-primary-450\/5{
  color: rgb(255 83 85 / 0.05) !important;
}
.\!text-primary-450\/50{
  color: rgb(255 83 85 / 0.5) !important;
}
.\!text-primary-450\/55{
  color: rgb(255 83 85 / 0.55) !important;
}
.\!text-primary-450\/60{
  color: rgb(255 83 85 / 0.6) !important;
}
.\!text-primary-450\/65{
  color: rgb(255 83 85 / 0.65) !important;
}
.\!text-primary-450\/70{
  color: rgb(255 83 85 / 0.7) !important;
}
.\!text-primary-450\/75{
  color: rgb(255 83 85 / 0.75) !important;
}
.\!text-primary-450\/80{
  color: rgb(255 83 85 / 0.8) !important;
}
.\!text-primary-450\/85{
  color: rgb(255 83 85 / 0.85) !important;
}
.\!text-primary-450\/90{
  color: rgb(255 83 85 / 0.9) !important;
}
.\!text-primary-450\/95{
  color: rgb(255 83 85 / 0.95) !important;
}
.\!text-primary-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 255 / var(--tw-text-opacity)) !important;
}
.\!text-primary-50\/0{
  color: rgb(255 251 255 / 0) !important;
}
.\!text-primary-50\/10{
  color: rgb(255 251 255 / 0.1) !important;
}
.\!text-primary-50\/100{
  color: rgb(255 251 255 / 1) !important;
}
.\!text-primary-50\/15{
  color: rgb(255 251 255 / 0.15) !important;
}
.\!text-primary-50\/20{
  color: rgb(255 251 255 / 0.2) !important;
}
.\!text-primary-50\/25{
  color: rgb(255 251 255 / 0.25) !important;
}
.\!text-primary-50\/30{
  color: rgb(255 251 255 / 0.3) !important;
}
.\!text-primary-50\/35{
  color: rgb(255 251 255 / 0.35) !important;
}
.\!text-primary-50\/40{
  color: rgb(255 251 255 / 0.4) !important;
}
.\!text-primary-50\/45{
  color: rgb(255 251 255 / 0.45) !important;
}
.\!text-primary-50\/5{
  color: rgb(255 251 255 / 0.05) !important;
}
.\!text-primary-50\/50{
  color: rgb(255 251 255 / 0.5) !important;
}
.\!text-primary-50\/55{
  color: rgb(255 251 255 / 0.55) !important;
}
.\!text-primary-50\/60{
  color: rgb(255 251 255 / 0.6) !important;
}
.\!text-primary-50\/65{
  color: rgb(255 251 255 / 0.65) !important;
}
.\!text-primary-50\/70{
  color: rgb(255 251 255 / 0.7) !important;
}
.\!text-primary-50\/75{
  color: rgb(255 251 255 / 0.75) !important;
}
.\!text-primary-50\/80{
  color: rgb(255 251 255 / 0.8) !important;
}
.\!text-primary-50\/85{
  color: rgb(255 251 255 / 0.85) !important;
}
.\!text-primary-50\/90{
  color: rgb(255 251 255 / 0.9) !important;
}
.\!text-primary-50\/95{
  color: rgb(255 251 255 / 0.95) !important;
}
.\!text-primary-500{
  --tw-text-opacity: 1 !important;
  color: rgb(221 54 61 / var(--tw-text-opacity)) !important;
}
.\!text-primary-500\/0{
  color: rgb(221 54 61 / 0) !important;
}
.\!text-primary-500\/10{
  color: rgb(221 54 61 / 0.1) !important;
}
.\!text-primary-500\/100{
  color: rgb(221 54 61 / 1) !important;
}
.\!text-primary-500\/15{
  color: rgb(221 54 61 / 0.15) !important;
}
.\!text-primary-500\/20{
  color: rgb(221 54 61 / 0.2) !important;
}
.\!text-primary-500\/25{
  color: rgb(221 54 61 / 0.25) !important;
}
.\!text-primary-500\/30{
  color: rgb(221 54 61 / 0.3) !important;
}
.\!text-primary-500\/35{
  color: rgb(221 54 61 / 0.35) !important;
}
.\!text-primary-500\/40{
  color: rgb(221 54 61 / 0.4) !important;
}
.\!text-primary-500\/45{
  color: rgb(221 54 61 / 0.45) !important;
}
.\!text-primary-500\/5{
  color: rgb(221 54 61 / 0.05) !important;
}
.\!text-primary-500\/50{
  color: rgb(221 54 61 / 0.5) !important;
}
.\!text-primary-500\/55{
  color: rgb(221 54 61 / 0.55) !important;
}
.\!text-primary-500\/60{
  color: rgb(221 54 61 / 0.6) !important;
}
.\!text-primary-500\/65{
  color: rgb(221 54 61 / 0.65) !important;
}
.\!text-primary-500\/70{
  color: rgb(221 54 61 / 0.7) !important;
}
.\!text-primary-500\/75{
  color: rgb(221 54 61 / 0.75) !important;
}
.\!text-primary-500\/80{
  color: rgb(221 54 61 / 0.8) !important;
}
.\!text-primary-500\/85{
  color: rgb(221 54 61 / 0.85) !important;
}
.\!text-primary-500\/90{
  color: rgb(221 54 61 / 0.9) !important;
}
.\!text-primary-500\/95{
  color: rgb(221 54 61 / 0.95) !important;
}
.\!text-primary-600{
  --tw-text-opacity: 1 !important;
  color: rgb(186 25 40 / var(--tw-text-opacity)) !important;
}
.\!text-primary-600\/0{
  color: rgb(186 25 40 / 0) !important;
}
.\!text-primary-600\/10{
  color: rgb(186 25 40 / 0.1) !important;
}
.\!text-primary-600\/100{
  color: rgb(186 25 40 / 1) !important;
}
.\!text-primary-600\/15{
  color: rgb(186 25 40 / 0.15) !important;
}
.\!text-primary-600\/20{
  color: rgb(186 25 40 / 0.2) !important;
}
.\!text-primary-600\/25{
  color: rgb(186 25 40 / 0.25) !important;
}
.\!text-primary-600\/30{
  color: rgb(186 25 40 / 0.3) !important;
}
.\!text-primary-600\/35{
  color: rgb(186 25 40 / 0.35) !important;
}
.\!text-primary-600\/40{
  color: rgb(186 25 40 / 0.4) !important;
}
.\!text-primary-600\/45{
  color: rgb(186 25 40 / 0.45) !important;
}
.\!text-primary-600\/5{
  color: rgb(186 25 40 / 0.05) !important;
}
.\!text-primary-600\/50{
  color: rgb(186 25 40 / 0.5) !important;
}
.\!text-primary-600\/55{
  color: rgb(186 25 40 / 0.55) !important;
}
.\!text-primary-600\/60{
  color: rgb(186 25 40 / 0.6) !important;
}
.\!text-primary-600\/65{
  color: rgb(186 25 40 / 0.65) !important;
}
.\!text-primary-600\/70{
  color: rgb(186 25 40 / 0.7) !important;
}
.\!text-primary-600\/75{
  color: rgb(186 25 40 / 0.75) !important;
}
.\!text-primary-600\/80{
  color: rgb(186 25 40 / 0.8) !important;
}
.\!text-primary-600\/85{
  color: rgb(186 25 40 / 0.85) !important;
}
.\!text-primary-600\/90{
  color: rgb(186 25 40 / 0.9) !important;
}
.\!text-primary-600\/95{
  color: rgb(186 25 40 / 0.95) !important;
}
.\!text-primary-650{
  --tw-text-opacity: 1 !important;
  color: rgb(168 5 30 / var(--tw-text-opacity)) !important;
}
.\!text-primary-650\/0{
  color: rgb(168 5 30 / 0) !important;
}
.\!text-primary-650\/10{
  color: rgb(168 5 30 / 0.1) !important;
}
.\!text-primary-650\/100{
  color: rgb(168 5 30 / 1) !important;
}
.\!text-primary-650\/15{
  color: rgb(168 5 30 / 0.15) !important;
}
.\!text-primary-650\/20{
  color: rgb(168 5 30 / 0.2) !important;
}
.\!text-primary-650\/25{
  color: rgb(168 5 30 / 0.25) !important;
}
.\!text-primary-650\/30{
  color: rgb(168 5 30 / 0.3) !important;
}
.\!text-primary-650\/35{
  color: rgb(168 5 30 / 0.35) !important;
}
.\!text-primary-650\/40{
  color: rgb(168 5 30 / 0.4) !important;
}
.\!text-primary-650\/45{
  color: rgb(168 5 30 / 0.45) !important;
}
.\!text-primary-650\/5{
  color: rgb(168 5 30 / 0.05) !important;
}
.\!text-primary-650\/50{
  color: rgb(168 5 30 / 0.5) !important;
}
.\!text-primary-650\/55{
  color: rgb(168 5 30 / 0.55) !important;
}
.\!text-primary-650\/60{
  color: rgb(168 5 30 / 0.6) !important;
}
.\!text-primary-650\/65{
  color: rgb(168 5 30 / 0.65) !important;
}
.\!text-primary-650\/70{
  color: rgb(168 5 30 / 0.7) !important;
}
.\!text-primary-650\/75{
  color: rgb(168 5 30 / 0.75) !important;
}
.\!text-primary-650\/80{
  color: rgb(168 5 30 / 0.8) !important;
}
.\!text-primary-650\/85{
  color: rgb(168 5 30 / 0.85) !important;
}
.\!text-primary-650\/90{
  color: rgb(168 5 30 / 0.9) !important;
}
.\!text-primary-650\/95{
  color: rgb(168 5 30 / 0.95) !important;
}
.\!text-primary-700{
  --tw-text-opacity: 1 !important;
  color: rgb(147 0 23 / var(--tw-text-opacity)) !important;
}
.\!text-primary-700\/0{
  color: rgb(147 0 23 / 0) !important;
}
.\!text-primary-700\/10{
  color: rgb(147 0 23 / 0.1) !important;
}
.\!text-primary-700\/100{
  color: rgb(147 0 23 / 1) !important;
}
.\!text-primary-700\/15{
  color: rgb(147 0 23 / 0.15) !important;
}
.\!text-primary-700\/20{
  color: rgb(147 0 23 / 0.2) !important;
}
.\!text-primary-700\/25{
  color: rgb(147 0 23 / 0.25) !important;
}
.\!text-primary-700\/30{
  color: rgb(147 0 23 / 0.3) !important;
}
.\!text-primary-700\/35{
  color: rgb(147 0 23 / 0.35) !important;
}
.\!text-primary-700\/40{
  color: rgb(147 0 23 / 0.4) !important;
}
.\!text-primary-700\/45{
  color: rgb(147 0 23 / 0.45) !important;
}
.\!text-primary-700\/5{
  color: rgb(147 0 23 / 0.05) !important;
}
.\!text-primary-700\/50{
  color: rgb(147 0 23 / 0.5) !important;
}
.\!text-primary-700\/55{
  color: rgb(147 0 23 / 0.55) !important;
}
.\!text-primary-700\/60{
  color: rgb(147 0 23 / 0.6) !important;
}
.\!text-primary-700\/65{
  color: rgb(147 0 23 / 0.65) !important;
}
.\!text-primary-700\/70{
  color: rgb(147 0 23 / 0.7) !important;
}
.\!text-primary-700\/75{
  color: rgb(147 0 23 / 0.75) !important;
}
.\!text-primary-700\/80{
  color: rgb(147 0 23 / 0.8) !important;
}
.\!text-primary-700\/85{
  color: rgb(147 0 23 / 0.85) !important;
}
.\!text-primary-700\/90{
  color: rgb(147 0 23 / 0.9) !important;
}
.\!text-primary-700\/95{
  color: rgb(147 0 23 / 0.95) !important;
}
.\!text-primary-750{
  --tw-text-opacity: 1 !important;
  color: rgb(125 0 18 / var(--tw-text-opacity)) !important;
}
.\!text-primary-750\/0{
  color: rgb(125 0 18 / 0) !important;
}
.\!text-primary-750\/10{
  color: rgb(125 0 18 / 0.1) !important;
}
.\!text-primary-750\/100{
  color: rgb(125 0 18 / 1) !important;
}
.\!text-primary-750\/15{
  color: rgb(125 0 18 / 0.15) !important;
}
.\!text-primary-750\/20{
  color: rgb(125 0 18 / 0.2) !important;
}
.\!text-primary-750\/25{
  color: rgb(125 0 18 / 0.25) !important;
}
.\!text-primary-750\/30{
  color: rgb(125 0 18 / 0.3) !important;
}
.\!text-primary-750\/35{
  color: rgb(125 0 18 / 0.35) !important;
}
.\!text-primary-750\/40{
  color: rgb(125 0 18 / 0.4) !important;
}
.\!text-primary-750\/45{
  color: rgb(125 0 18 / 0.45) !important;
}
.\!text-primary-750\/5{
  color: rgb(125 0 18 / 0.05) !important;
}
.\!text-primary-750\/50{
  color: rgb(125 0 18 / 0.5) !important;
}
.\!text-primary-750\/55{
  color: rgb(125 0 18 / 0.55) !important;
}
.\!text-primary-750\/60{
  color: rgb(125 0 18 / 0.6) !important;
}
.\!text-primary-750\/65{
  color: rgb(125 0 18 / 0.65) !important;
}
.\!text-primary-750\/70{
  color: rgb(125 0 18 / 0.7) !important;
}
.\!text-primary-750\/75{
  color: rgb(125 0 18 / 0.75) !important;
}
.\!text-primary-750\/80{
  color: rgb(125 0 18 / 0.8) !important;
}
.\!text-primary-750\/85{
  color: rgb(125 0 18 / 0.85) !important;
}
.\!text-primary-750\/90{
  color: rgb(125 0 18 / 0.9) !important;
}
.\!text-primary-750\/95{
  color: rgb(125 0 18 / 0.95) !important;
}
.\!text-primary-800{
  --tw-text-opacity: 1 !important;
  color: rgb(104 0 14 / var(--tw-text-opacity)) !important;
}
.\!text-primary-800\/0{
  color: rgb(104 0 14 / 0) !important;
}
.\!text-primary-800\/10{
  color: rgb(104 0 14 / 0.1) !important;
}
.\!text-primary-800\/100{
  color: rgb(104 0 14 / 1) !important;
}
.\!text-primary-800\/15{
  color: rgb(104 0 14 / 0.15) !important;
}
.\!text-primary-800\/20{
  color: rgb(104 0 14 / 0.2) !important;
}
.\!text-primary-800\/25{
  color: rgb(104 0 14 / 0.25) !important;
}
.\!text-primary-800\/30{
  color: rgb(104 0 14 / 0.3) !important;
}
.\!text-primary-800\/35{
  color: rgb(104 0 14 / 0.35) !important;
}
.\!text-primary-800\/40{
  color: rgb(104 0 14 / 0.4) !important;
}
.\!text-primary-800\/45{
  color: rgb(104 0 14 / 0.45) !important;
}
.\!text-primary-800\/5{
  color: rgb(104 0 14 / 0.05) !important;
}
.\!text-primary-800\/50{
  color: rgb(104 0 14 / 0.5) !important;
}
.\!text-primary-800\/55{
  color: rgb(104 0 14 / 0.55) !important;
}
.\!text-primary-800\/60{
  color: rgb(104 0 14 / 0.6) !important;
}
.\!text-primary-800\/65{
  color: rgb(104 0 14 / 0.65) !important;
}
.\!text-primary-800\/70{
  color: rgb(104 0 14 / 0.7) !important;
}
.\!text-primary-800\/75{
  color: rgb(104 0 14 / 0.75) !important;
}
.\!text-primary-800\/80{
  color: rgb(104 0 14 / 0.8) !important;
}
.\!text-primary-800\/85{
  color: rgb(104 0 14 / 0.85) !important;
}
.\!text-primary-800\/90{
  color: rgb(104 0 14 / 0.9) !important;
}
.\!text-primary-800\/95{
  color: rgb(104 0 14 / 0.95) !important;
}
.\!text-primary-900{
  --tw-text-opacity: 1 !important;
  color: rgb(65 0 5 / var(--tw-text-opacity)) !important;
}
.\!text-primary-900\/0{
  color: rgb(65 0 5 / 0) !important;
}
.\!text-primary-900\/10{
  color: rgb(65 0 5 / 0.1) !important;
}
.\!text-primary-900\/100{
  color: rgb(65 0 5 / 1) !important;
}
.\!text-primary-900\/15{
  color: rgb(65 0 5 / 0.15) !important;
}
.\!text-primary-900\/20{
  color: rgb(65 0 5 / 0.2) !important;
}
.\!text-primary-900\/25{
  color: rgb(65 0 5 / 0.25) !important;
}
.\!text-primary-900\/30{
  color: rgb(65 0 5 / 0.3) !important;
}
.\!text-primary-900\/35{
  color: rgb(65 0 5 / 0.35) !important;
}
.\!text-primary-900\/40{
  color: rgb(65 0 5 / 0.4) !important;
}
.\!text-primary-900\/45{
  color: rgb(65 0 5 / 0.45) !important;
}
.\!text-primary-900\/5{
  color: rgb(65 0 5 / 0.05) !important;
}
.\!text-primary-900\/50{
  color: rgb(65 0 5 / 0.5) !important;
}
.\!text-primary-900\/55{
  color: rgb(65 0 5 / 0.55) !important;
}
.\!text-primary-900\/60{
  color: rgb(65 0 5 / 0.6) !important;
}
.\!text-primary-900\/65{
  color: rgb(65 0 5 / 0.65) !important;
}
.\!text-primary-900\/70{
  color: rgb(65 0 5 / 0.7) !important;
}
.\!text-primary-900\/75{
  color: rgb(65 0 5 / 0.75) !important;
}
.\!text-primary-900\/80{
  color: rgb(65 0 5 / 0.8) !important;
}
.\!text-primary-900\/85{
  color: rgb(65 0 5 / 0.85) !important;
}
.\!text-primary-900\/90{
  color: rgb(65 0 5 / 0.9) !important;
}
.\!text-primary-900\/95{
  color: rgb(65 0 5 / 0.95) !important;
}
.\!text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgb(250 245 255 / var(--tw-text-opacity)) !important;
}
.\!text-purple-100\/0{
  color: rgb(250 245 255 / 0) !important;
}
.\!text-purple-100\/10{
  color: rgb(250 245 255 / 0.1) !important;
}
.\!text-purple-100\/100{
  color: rgb(250 245 255 / 1) !important;
}
.\!text-purple-100\/15{
  color: rgb(250 245 255 / 0.15) !important;
}
.\!text-purple-100\/20{
  color: rgb(250 245 255 / 0.2) !important;
}
.\!text-purple-100\/25{
  color: rgb(250 245 255 / 0.25) !important;
}
.\!text-purple-100\/30{
  color: rgb(250 245 255 / 0.3) !important;
}
.\!text-purple-100\/35{
  color: rgb(250 245 255 / 0.35) !important;
}
.\!text-purple-100\/40{
  color: rgb(250 245 255 / 0.4) !important;
}
.\!text-purple-100\/45{
  color: rgb(250 245 255 / 0.45) !important;
}
.\!text-purple-100\/5{
  color: rgb(250 245 255 / 0.05) !important;
}
.\!text-purple-100\/50{
  color: rgb(250 245 255 / 0.5) !important;
}
.\!text-purple-100\/55{
  color: rgb(250 245 255 / 0.55) !important;
}
.\!text-purple-100\/60{
  color: rgb(250 245 255 / 0.6) !important;
}
.\!text-purple-100\/65{
  color: rgb(250 245 255 / 0.65) !important;
}
.\!text-purple-100\/70{
  color: rgb(250 245 255 / 0.7) !important;
}
.\!text-purple-100\/75{
  color: rgb(250 245 255 / 0.75) !important;
}
.\!text-purple-100\/80{
  color: rgb(250 245 255 / 0.8) !important;
}
.\!text-purple-100\/85{
  color: rgb(250 245 255 / 0.85) !important;
}
.\!text-purple-100\/90{
  color: rgb(250 245 255 / 0.9) !important;
}
.\!text-purple-100\/95{
  color: rgb(250 245 255 / 0.95) !important;
}
.\!text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgb(243 232 255 / var(--tw-text-opacity)) !important;
}
.\!text-purple-200\/0{
  color: rgb(243 232 255 / 0) !important;
}
.\!text-purple-200\/10{
  color: rgb(243 232 255 / 0.1) !important;
}
.\!text-purple-200\/100{
  color: rgb(243 232 255 / 1) !important;
}
.\!text-purple-200\/15{
  color: rgb(243 232 255 / 0.15) !important;
}
.\!text-purple-200\/20{
  color: rgb(243 232 255 / 0.2) !important;
}
.\!text-purple-200\/25{
  color: rgb(243 232 255 / 0.25) !important;
}
.\!text-purple-200\/30{
  color: rgb(243 232 255 / 0.3) !important;
}
.\!text-purple-200\/35{
  color: rgb(243 232 255 / 0.35) !important;
}
.\!text-purple-200\/40{
  color: rgb(243 232 255 / 0.4) !important;
}
.\!text-purple-200\/45{
  color: rgb(243 232 255 / 0.45) !important;
}
.\!text-purple-200\/5{
  color: rgb(243 232 255 / 0.05) !important;
}
.\!text-purple-200\/50{
  color: rgb(243 232 255 / 0.5) !important;
}
.\!text-purple-200\/55{
  color: rgb(243 232 255 / 0.55) !important;
}
.\!text-purple-200\/60{
  color: rgb(243 232 255 / 0.6) !important;
}
.\!text-purple-200\/65{
  color: rgb(243 232 255 / 0.65) !important;
}
.\!text-purple-200\/70{
  color: rgb(243 232 255 / 0.7) !important;
}
.\!text-purple-200\/75{
  color: rgb(243 232 255 / 0.75) !important;
}
.\!text-purple-200\/80{
  color: rgb(243 232 255 / 0.8) !important;
}
.\!text-purple-200\/85{
  color: rgb(243 232 255 / 0.85) !important;
}
.\!text-purple-200\/90{
  color: rgb(243 232 255 / 0.9) !important;
}
.\!text-purple-200\/95{
  color: rgb(243 232 255 / 0.95) !important;
}
.\!text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgb(233 213 255 / var(--tw-text-opacity)) !important;
}
.\!text-purple-300\/0{
  color: rgb(233 213 255 / 0) !important;
}
.\!text-purple-300\/10{
  color: rgb(233 213 255 / 0.1) !important;
}
.\!text-purple-300\/100{
  color: rgb(233 213 255 / 1) !important;
}
.\!text-purple-300\/15{
  color: rgb(233 213 255 / 0.15) !important;
}
.\!text-purple-300\/20{
  color: rgb(233 213 255 / 0.2) !important;
}
.\!text-purple-300\/25{
  color: rgb(233 213 255 / 0.25) !important;
}
.\!text-purple-300\/30{
  color: rgb(233 213 255 / 0.3) !important;
}
.\!text-purple-300\/35{
  color: rgb(233 213 255 / 0.35) !important;
}
.\!text-purple-300\/40{
  color: rgb(233 213 255 / 0.4) !important;
}
.\!text-purple-300\/45{
  color: rgb(233 213 255 / 0.45) !important;
}
.\!text-purple-300\/5{
  color: rgb(233 213 255 / 0.05) !important;
}
.\!text-purple-300\/50{
  color: rgb(233 213 255 / 0.5) !important;
}
.\!text-purple-300\/55{
  color: rgb(233 213 255 / 0.55) !important;
}
.\!text-purple-300\/60{
  color: rgb(233 213 255 / 0.6) !important;
}
.\!text-purple-300\/65{
  color: rgb(233 213 255 / 0.65) !important;
}
.\!text-purple-300\/70{
  color: rgb(233 213 255 / 0.7) !important;
}
.\!text-purple-300\/75{
  color: rgb(233 213 255 / 0.75) !important;
}
.\!text-purple-300\/80{
  color: rgb(233 213 255 / 0.8) !important;
}
.\!text-purple-300\/85{
  color: rgb(233 213 255 / 0.85) !important;
}
.\!text-purple-300\/90{
  color: rgb(233 213 255 / 0.9) !important;
}
.\!text-purple-300\/95{
  color: rgb(233 213 255 / 0.95) !important;
}
.\!text-purple-350{
  --tw-text-opacity: 1 !important;
  color: rgb(216 180 254 / var(--tw-text-opacity)) !important;
}
.\!text-purple-350\/0{
  color: rgb(216 180 254 / 0) !important;
}
.\!text-purple-350\/10{
  color: rgb(216 180 254 / 0.1) !important;
}
.\!text-purple-350\/100{
  color: rgb(216 180 254 / 1) !important;
}
.\!text-purple-350\/15{
  color: rgb(216 180 254 / 0.15) !important;
}
.\!text-purple-350\/20{
  color: rgb(216 180 254 / 0.2) !important;
}
.\!text-purple-350\/25{
  color: rgb(216 180 254 / 0.25) !important;
}
.\!text-purple-350\/30{
  color: rgb(216 180 254 / 0.3) !important;
}
.\!text-purple-350\/35{
  color: rgb(216 180 254 / 0.35) !important;
}
.\!text-purple-350\/40{
  color: rgb(216 180 254 / 0.4) !important;
}
.\!text-purple-350\/45{
  color: rgb(216 180 254 / 0.45) !important;
}
.\!text-purple-350\/5{
  color: rgb(216 180 254 / 0.05) !important;
}
.\!text-purple-350\/50{
  color: rgb(216 180 254 / 0.5) !important;
}
.\!text-purple-350\/55{
  color: rgb(216 180 254 / 0.55) !important;
}
.\!text-purple-350\/60{
  color: rgb(216 180 254 / 0.6) !important;
}
.\!text-purple-350\/65{
  color: rgb(216 180 254 / 0.65) !important;
}
.\!text-purple-350\/70{
  color: rgb(216 180 254 / 0.7) !important;
}
.\!text-purple-350\/75{
  color: rgb(216 180 254 / 0.75) !important;
}
.\!text-purple-350\/80{
  color: rgb(216 180 254 / 0.8) !important;
}
.\!text-purple-350\/85{
  color: rgb(216 180 254 / 0.85) !important;
}
.\!text-purple-350\/90{
  color: rgb(216 180 254 / 0.9) !important;
}
.\!text-purple-350\/95{
  color: rgb(216 180 254 / 0.95) !important;
}
.\!text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgb(192 132 252 / var(--tw-text-opacity)) !important;
}
.\!text-purple-400\/0{
  color: rgb(192 132 252 / 0) !important;
}
.\!text-purple-400\/10{
  color: rgb(192 132 252 / 0.1) !important;
}
.\!text-purple-400\/100{
  color: rgb(192 132 252 / 1) !important;
}
.\!text-purple-400\/15{
  color: rgb(192 132 252 / 0.15) !important;
}
.\!text-purple-400\/20{
  color: rgb(192 132 252 / 0.2) !important;
}
.\!text-purple-400\/25{
  color: rgb(192 132 252 / 0.25) !important;
}
.\!text-purple-400\/30{
  color: rgb(192 132 252 / 0.3) !important;
}
.\!text-purple-400\/35{
  color: rgb(192 132 252 / 0.35) !important;
}
.\!text-purple-400\/40{
  color: rgb(192 132 252 / 0.4) !important;
}
.\!text-purple-400\/45{
  color: rgb(192 132 252 / 0.45) !important;
}
.\!text-purple-400\/5{
  color: rgb(192 132 252 / 0.05) !important;
}
.\!text-purple-400\/50{
  color: rgb(192 132 252 / 0.5) !important;
}
.\!text-purple-400\/55{
  color: rgb(192 132 252 / 0.55) !important;
}
.\!text-purple-400\/60{
  color: rgb(192 132 252 / 0.6) !important;
}
.\!text-purple-400\/65{
  color: rgb(192 132 252 / 0.65) !important;
}
.\!text-purple-400\/70{
  color: rgb(192 132 252 / 0.7) !important;
}
.\!text-purple-400\/75{
  color: rgb(192 132 252 / 0.75) !important;
}
.\!text-purple-400\/80{
  color: rgb(192 132 252 / 0.8) !important;
}
.\!text-purple-400\/85{
  color: rgb(192 132 252 / 0.85) !important;
}
.\!text-purple-400\/90{
  color: rgb(192 132 252 / 0.9) !important;
}
.\!text-purple-400\/95{
  color: rgb(192 132 252 / 0.95) !important;
}
.\!text-purple-450{
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity)) !important;
}
.\!text-purple-450\/0{
  color: rgb(168 85 247 / 0) !important;
}
.\!text-purple-450\/10{
  color: rgb(168 85 247 / 0.1) !important;
}
.\!text-purple-450\/100{
  color: rgb(168 85 247 / 1) !important;
}
.\!text-purple-450\/15{
  color: rgb(168 85 247 / 0.15) !important;
}
.\!text-purple-450\/20{
  color: rgb(168 85 247 / 0.2) !important;
}
.\!text-purple-450\/25{
  color: rgb(168 85 247 / 0.25) !important;
}
.\!text-purple-450\/30{
  color: rgb(168 85 247 / 0.3) !important;
}
.\!text-purple-450\/35{
  color: rgb(168 85 247 / 0.35) !important;
}
.\!text-purple-450\/40{
  color: rgb(168 85 247 / 0.4) !important;
}
.\!text-purple-450\/45{
  color: rgb(168 85 247 / 0.45) !important;
}
.\!text-purple-450\/5{
  color: rgb(168 85 247 / 0.05) !important;
}
.\!text-purple-450\/50{
  color: rgb(168 85 247 / 0.5) !important;
}
.\!text-purple-450\/55{
  color: rgb(168 85 247 / 0.55) !important;
}
.\!text-purple-450\/60{
  color: rgb(168 85 247 / 0.6) !important;
}
.\!text-purple-450\/65{
  color: rgb(168 85 247 / 0.65) !important;
}
.\!text-purple-450\/70{
  color: rgb(168 85 247 / 0.7) !important;
}
.\!text-purple-450\/75{
  color: rgb(168 85 247 / 0.75) !important;
}
.\!text-purple-450\/80{
  color: rgb(168 85 247 / 0.8) !important;
}
.\!text-purple-450\/85{
  color: rgb(168 85 247 / 0.85) !important;
}
.\!text-purple-450\/90{
  color: rgb(168 85 247 / 0.9) !important;
}
.\!text-purple-450\/95{
  color: rgb(168 85 247 / 0.95) !important;
}
.\!text-purple-50{
  --tw-text-opacity: 1 !important;
  color: rgb(252 250 255 / var(--tw-text-opacity)) !important;
}
.\!text-purple-50\/0{
  color: rgb(252 250 255 / 0) !important;
}
.\!text-purple-50\/10{
  color: rgb(252 250 255 / 0.1) !important;
}
.\!text-purple-50\/100{
  color: rgb(252 250 255 / 1) !important;
}
.\!text-purple-50\/15{
  color: rgb(252 250 255 / 0.15) !important;
}
.\!text-purple-50\/20{
  color: rgb(252 250 255 / 0.2) !important;
}
.\!text-purple-50\/25{
  color: rgb(252 250 255 / 0.25) !important;
}
.\!text-purple-50\/30{
  color: rgb(252 250 255 / 0.3) !important;
}
.\!text-purple-50\/35{
  color: rgb(252 250 255 / 0.35) !important;
}
.\!text-purple-50\/40{
  color: rgb(252 250 255 / 0.4) !important;
}
.\!text-purple-50\/45{
  color: rgb(252 250 255 / 0.45) !important;
}
.\!text-purple-50\/5{
  color: rgb(252 250 255 / 0.05) !important;
}
.\!text-purple-50\/50{
  color: rgb(252 250 255 / 0.5) !important;
}
.\!text-purple-50\/55{
  color: rgb(252 250 255 / 0.55) !important;
}
.\!text-purple-50\/60{
  color: rgb(252 250 255 / 0.6) !important;
}
.\!text-purple-50\/65{
  color: rgb(252 250 255 / 0.65) !important;
}
.\!text-purple-50\/70{
  color: rgb(252 250 255 / 0.7) !important;
}
.\!text-purple-50\/75{
  color: rgb(252 250 255 / 0.75) !important;
}
.\!text-purple-50\/80{
  color: rgb(252 250 255 / 0.8) !important;
}
.\!text-purple-50\/85{
  color: rgb(252 250 255 / 0.85) !important;
}
.\!text-purple-50\/90{
  color: rgb(252 250 255 / 0.9) !important;
}
.\!text-purple-50\/95{
  color: rgb(252 250 255 / 0.95) !important;
}
.\!text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
}
.\!text-purple-500\/0{
  color: rgb(147 51 234 / 0) !important;
}
.\!text-purple-500\/10{
  color: rgb(147 51 234 / 0.1) !important;
}
.\!text-purple-500\/100{
  color: rgb(147 51 234 / 1) !important;
}
.\!text-purple-500\/15{
  color: rgb(147 51 234 / 0.15) !important;
}
.\!text-purple-500\/20{
  color: rgb(147 51 234 / 0.2) !important;
}
.\!text-purple-500\/25{
  color: rgb(147 51 234 / 0.25) !important;
}
.\!text-purple-500\/30{
  color: rgb(147 51 234 / 0.3) !important;
}
.\!text-purple-500\/35{
  color: rgb(147 51 234 / 0.35) !important;
}
.\!text-purple-500\/40{
  color: rgb(147 51 234 / 0.4) !important;
}
.\!text-purple-500\/45{
  color: rgb(147 51 234 / 0.45) !important;
}
.\!text-purple-500\/5{
  color: rgb(147 51 234 / 0.05) !important;
}
.\!text-purple-500\/50{
  color: rgb(147 51 234 / 0.5) !important;
}
.\!text-purple-500\/55{
  color: rgb(147 51 234 / 0.55) !important;
}
.\!text-purple-500\/60{
  color: rgb(147 51 234 / 0.6) !important;
}
.\!text-purple-500\/65{
  color: rgb(147 51 234 / 0.65) !important;
}
.\!text-purple-500\/70{
  color: rgb(147 51 234 / 0.7) !important;
}
.\!text-purple-500\/75{
  color: rgb(147 51 234 / 0.75) !important;
}
.\!text-purple-500\/80{
  color: rgb(147 51 234 / 0.8) !important;
}
.\!text-purple-500\/85{
  color: rgb(147 51 234 / 0.85) !important;
}
.\!text-purple-500\/90{
  color: rgb(147 51 234 / 0.9) !important;
}
.\!text-purple-500\/95{
  color: rgb(147 51 234 / 0.95) !important;
}
.\!text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgb(126 34 206 / var(--tw-text-opacity)) !important;
}
.\!text-purple-600\/0{
  color: rgb(126 34 206 / 0) !important;
}
.\!text-purple-600\/10{
  color: rgb(126 34 206 / 0.1) !important;
}
.\!text-purple-600\/100{
  color: rgb(126 34 206 / 1) !important;
}
.\!text-purple-600\/15{
  color: rgb(126 34 206 / 0.15) !important;
}
.\!text-purple-600\/20{
  color: rgb(126 34 206 / 0.2) !important;
}
.\!text-purple-600\/25{
  color: rgb(126 34 206 / 0.25) !important;
}
.\!text-purple-600\/30{
  color: rgb(126 34 206 / 0.3) !important;
}
.\!text-purple-600\/35{
  color: rgb(126 34 206 / 0.35) !important;
}
.\!text-purple-600\/40{
  color: rgb(126 34 206 / 0.4) !important;
}
.\!text-purple-600\/45{
  color: rgb(126 34 206 / 0.45) !important;
}
.\!text-purple-600\/5{
  color: rgb(126 34 206 / 0.05) !important;
}
.\!text-purple-600\/50{
  color: rgb(126 34 206 / 0.5) !important;
}
.\!text-purple-600\/55{
  color: rgb(126 34 206 / 0.55) !important;
}
.\!text-purple-600\/60{
  color: rgb(126 34 206 / 0.6) !important;
}
.\!text-purple-600\/65{
  color: rgb(126 34 206 / 0.65) !important;
}
.\!text-purple-600\/70{
  color: rgb(126 34 206 / 0.7) !important;
}
.\!text-purple-600\/75{
  color: rgb(126 34 206 / 0.75) !important;
}
.\!text-purple-600\/80{
  color: rgb(126 34 206 / 0.8) !important;
}
.\!text-purple-600\/85{
  color: rgb(126 34 206 / 0.85) !important;
}
.\!text-purple-600\/90{
  color: rgb(126 34 206 / 0.9) !important;
}
.\!text-purple-600\/95{
  color: rgb(126 34 206 / 0.95) !important;
}
.\!text-purple-650{
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity)) !important;
}
.\!text-purple-650\/0{
  color: rgb(107 33 168 / 0) !important;
}
.\!text-purple-650\/10{
  color: rgb(107 33 168 / 0.1) !important;
}
.\!text-purple-650\/100{
  color: rgb(107 33 168 / 1) !important;
}
.\!text-purple-650\/15{
  color: rgb(107 33 168 / 0.15) !important;
}
.\!text-purple-650\/20{
  color: rgb(107 33 168 / 0.2) !important;
}
.\!text-purple-650\/25{
  color: rgb(107 33 168 / 0.25) !important;
}
.\!text-purple-650\/30{
  color: rgb(107 33 168 / 0.3) !important;
}
.\!text-purple-650\/35{
  color: rgb(107 33 168 / 0.35) !important;
}
.\!text-purple-650\/40{
  color: rgb(107 33 168 / 0.4) !important;
}
.\!text-purple-650\/45{
  color: rgb(107 33 168 / 0.45) !important;
}
.\!text-purple-650\/5{
  color: rgb(107 33 168 / 0.05) !important;
}
.\!text-purple-650\/50{
  color: rgb(107 33 168 / 0.5) !important;
}
.\!text-purple-650\/55{
  color: rgb(107 33 168 / 0.55) !important;
}
.\!text-purple-650\/60{
  color: rgb(107 33 168 / 0.6) !important;
}
.\!text-purple-650\/65{
  color: rgb(107 33 168 / 0.65) !important;
}
.\!text-purple-650\/70{
  color: rgb(107 33 168 / 0.7) !important;
}
.\!text-purple-650\/75{
  color: rgb(107 33 168 / 0.75) !important;
}
.\!text-purple-650\/80{
  color: rgb(107 33 168 / 0.8) !important;
}
.\!text-purple-650\/85{
  color: rgb(107 33 168 / 0.85) !important;
}
.\!text-purple-650\/90{
  color: rgb(107 33 168 / 0.9) !important;
}
.\!text-purple-650\/95{
  color: rgb(107 33 168 / 0.95) !important;
}
.\!text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgb(88 28 135 / var(--tw-text-opacity)) !important;
}
.\!text-purple-700\/0{
  color: rgb(88 28 135 / 0) !important;
}
.\!text-purple-700\/10{
  color: rgb(88 28 135 / 0.1) !important;
}
.\!text-purple-700\/100{
  color: rgb(88 28 135 / 1) !important;
}
.\!text-purple-700\/15{
  color: rgb(88 28 135 / 0.15) !important;
}
.\!text-purple-700\/20{
  color: rgb(88 28 135 / 0.2) !important;
}
.\!text-purple-700\/25{
  color: rgb(88 28 135 / 0.25) !important;
}
.\!text-purple-700\/30{
  color: rgb(88 28 135 / 0.3) !important;
}
.\!text-purple-700\/35{
  color: rgb(88 28 135 / 0.35) !important;
}
.\!text-purple-700\/40{
  color: rgb(88 28 135 / 0.4) !important;
}
.\!text-purple-700\/45{
  color: rgb(88 28 135 / 0.45) !important;
}
.\!text-purple-700\/5{
  color: rgb(88 28 135 / 0.05) !important;
}
.\!text-purple-700\/50{
  color: rgb(88 28 135 / 0.5) !important;
}
.\!text-purple-700\/55{
  color: rgb(88 28 135 / 0.55) !important;
}
.\!text-purple-700\/60{
  color: rgb(88 28 135 / 0.6) !important;
}
.\!text-purple-700\/65{
  color: rgb(88 28 135 / 0.65) !important;
}
.\!text-purple-700\/70{
  color: rgb(88 28 135 / 0.7) !important;
}
.\!text-purple-700\/75{
  color: rgb(88 28 135 / 0.75) !important;
}
.\!text-purple-700\/80{
  color: rgb(88 28 135 / 0.8) !important;
}
.\!text-purple-700\/85{
  color: rgb(88 28 135 / 0.85) !important;
}
.\!text-purple-700\/90{
  color: rgb(88 28 135 / 0.9) !important;
}
.\!text-purple-700\/95{
  color: rgb(88 28 135 / 0.95) !important;
}
.\!text-purple-750{
  --tw-text-opacity: 1 !important;
  color: rgb(68 17 107 / var(--tw-text-opacity)) !important;
}
.\!text-purple-750\/0{
  color: rgb(68 17 107 / 0) !important;
}
.\!text-purple-750\/10{
  color: rgb(68 17 107 / 0.1) !important;
}
.\!text-purple-750\/100{
  color: rgb(68 17 107 / 1) !important;
}
.\!text-purple-750\/15{
  color: rgb(68 17 107 / 0.15) !important;
}
.\!text-purple-750\/20{
  color: rgb(68 17 107 / 0.2) !important;
}
.\!text-purple-750\/25{
  color: rgb(68 17 107 / 0.25) !important;
}
.\!text-purple-750\/30{
  color: rgb(68 17 107 / 0.3) !important;
}
.\!text-purple-750\/35{
  color: rgb(68 17 107 / 0.35) !important;
}
.\!text-purple-750\/40{
  color: rgb(68 17 107 / 0.4) !important;
}
.\!text-purple-750\/45{
  color: rgb(68 17 107 / 0.45) !important;
}
.\!text-purple-750\/5{
  color: rgb(68 17 107 / 0.05) !important;
}
.\!text-purple-750\/50{
  color: rgb(68 17 107 / 0.5) !important;
}
.\!text-purple-750\/55{
  color: rgb(68 17 107 / 0.55) !important;
}
.\!text-purple-750\/60{
  color: rgb(68 17 107 / 0.6) !important;
}
.\!text-purple-750\/65{
  color: rgb(68 17 107 / 0.65) !important;
}
.\!text-purple-750\/70{
  color: rgb(68 17 107 / 0.7) !important;
}
.\!text-purple-750\/75{
  color: rgb(68 17 107 / 0.75) !important;
}
.\!text-purple-750\/80{
  color: rgb(68 17 107 / 0.8) !important;
}
.\!text-purple-750\/85{
  color: rgb(68 17 107 / 0.85) !important;
}
.\!text-purple-750\/90{
  color: rgb(68 17 107 / 0.9) !important;
}
.\!text-purple-750\/95{
  color: rgb(68 17 107 / 0.95) !important;
}
.\!text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgb(60 22 89 / var(--tw-text-opacity)) !important;
}
.\!text-purple-800\/0{
  color: rgb(60 22 89 / 0) !important;
}
.\!text-purple-800\/10{
  color: rgb(60 22 89 / 0.1) !important;
}
.\!text-purple-800\/100{
  color: rgb(60 22 89 / 1) !important;
}
.\!text-purple-800\/15{
  color: rgb(60 22 89 / 0.15) !important;
}
.\!text-purple-800\/20{
  color: rgb(60 22 89 / 0.2) !important;
}
.\!text-purple-800\/25{
  color: rgb(60 22 89 / 0.25) !important;
}
.\!text-purple-800\/30{
  color: rgb(60 22 89 / 0.3) !important;
}
.\!text-purple-800\/35{
  color: rgb(60 22 89 / 0.35) !important;
}
.\!text-purple-800\/40{
  color: rgb(60 22 89 / 0.4) !important;
}
.\!text-purple-800\/45{
  color: rgb(60 22 89 / 0.45) !important;
}
.\!text-purple-800\/5{
  color: rgb(60 22 89 / 0.05) !important;
}
.\!text-purple-800\/50{
  color: rgb(60 22 89 / 0.5) !important;
}
.\!text-purple-800\/55{
  color: rgb(60 22 89 / 0.55) !important;
}
.\!text-purple-800\/60{
  color: rgb(60 22 89 / 0.6) !important;
}
.\!text-purple-800\/65{
  color: rgb(60 22 89 / 0.65) !important;
}
.\!text-purple-800\/70{
  color: rgb(60 22 89 / 0.7) !important;
}
.\!text-purple-800\/75{
  color: rgb(60 22 89 / 0.75) !important;
}
.\!text-purple-800\/80{
  color: rgb(60 22 89 / 0.8) !important;
}
.\!text-purple-800\/85{
  color: rgb(60 22 89 / 0.85) !important;
}
.\!text-purple-800\/90{
  color: rgb(60 22 89 / 0.9) !important;
}
.\!text-purple-800\/95{
  color: rgb(60 22 89 / 0.95) !important;
}
.\!text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgb(46 8 77 / var(--tw-text-opacity)) !important;
}
.\!text-purple-900\/0{
  color: rgb(46 8 77 / 0) !important;
}
.\!text-purple-900\/10{
  color: rgb(46 8 77 / 0.1) !important;
}
.\!text-purple-900\/100{
  color: rgb(46 8 77 / 1) !important;
}
.\!text-purple-900\/15{
  color: rgb(46 8 77 / 0.15) !important;
}
.\!text-purple-900\/20{
  color: rgb(46 8 77 / 0.2) !important;
}
.\!text-purple-900\/25{
  color: rgb(46 8 77 / 0.25) !important;
}
.\!text-purple-900\/30{
  color: rgb(46 8 77 / 0.3) !important;
}
.\!text-purple-900\/35{
  color: rgb(46 8 77 / 0.35) !important;
}
.\!text-purple-900\/40{
  color: rgb(46 8 77 / 0.4) !important;
}
.\!text-purple-900\/45{
  color: rgb(46 8 77 / 0.45) !important;
}
.\!text-purple-900\/5{
  color: rgb(46 8 77 / 0.05) !important;
}
.\!text-purple-900\/50{
  color: rgb(46 8 77 / 0.5) !important;
}
.\!text-purple-900\/55{
  color: rgb(46 8 77 / 0.55) !important;
}
.\!text-purple-900\/60{
  color: rgb(46 8 77 / 0.6) !important;
}
.\!text-purple-900\/65{
  color: rgb(46 8 77 / 0.65) !important;
}
.\!text-purple-900\/70{
  color: rgb(46 8 77 / 0.7) !important;
}
.\!text-purple-900\/75{
  color: rgb(46 8 77 / 0.75) !important;
}
.\!text-purple-900\/80{
  color: rgb(46 8 77 / 0.8) !important;
}
.\!text-purple-900\/85{
  color: rgb(46 8 77 / 0.85) !important;
}
.\!text-purple-900\/90{
  color: rgb(46 8 77 / 0.9) !important;
}
.\!text-purple-900\/95{
  color: rgb(46 8 77 / 0.95) !important;
}
.\!text-purple-950{
  --tw-text-opacity: 1 !important;
  color: rgb(59 7 100 / var(--tw-text-opacity)) !important;
}
.\!text-purple-950\/0{
  color: rgb(59 7 100 / 0) !important;
}
.\!text-purple-950\/10{
  color: rgb(59 7 100 / 0.1) !important;
}
.\!text-purple-950\/100{
  color: rgb(59 7 100 / 1) !important;
}
.\!text-purple-950\/15{
  color: rgb(59 7 100 / 0.15) !important;
}
.\!text-purple-950\/20{
  color: rgb(59 7 100 / 0.2) !important;
}
.\!text-purple-950\/25{
  color: rgb(59 7 100 / 0.25) !important;
}
.\!text-purple-950\/30{
  color: rgb(59 7 100 / 0.3) !important;
}
.\!text-purple-950\/35{
  color: rgb(59 7 100 / 0.35) !important;
}
.\!text-purple-950\/40{
  color: rgb(59 7 100 / 0.4) !important;
}
.\!text-purple-950\/45{
  color: rgb(59 7 100 / 0.45) !important;
}
.\!text-purple-950\/5{
  color: rgb(59 7 100 / 0.05) !important;
}
.\!text-purple-950\/50{
  color: rgb(59 7 100 / 0.5) !important;
}
.\!text-purple-950\/55{
  color: rgb(59 7 100 / 0.55) !important;
}
.\!text-purple-950\/60{
  color: rgb(59 7 100 / 0.6) !important;
}
.\!text-purple-950\/65{
  color: rgb(59 7 100 / 0.65) !important;
}
.\!text-purple-950\/70{
  color: rgb(59 7 100 / 0.7) !important;
}
.\!text-purple-950\/75{
  color: rgb(59 7 100 / 0.75) !important;
}
.\!text-purple-950\/80{
  color: rgb(59 7 100 / 0.8) !important;
}
.\!text-purple-950\/85{
  color: rgb(59 7 100 / 0.85) !important;
}
.\!text-purple-950\/90{
  color: rgb(59 7 100 / 0.9) !important;
}
.\!text-purple-950\/95{
  color: rgb(59 7 100 / 0.95) !important;
}
.\!text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}
.\!text-red-100\/0{
  color: rgb(254 226 226 / 0) !important;
}
.\!text-red-100\/10{
  color: rgb(254 226 226 / 0.1) !important;
}
.\!text-red-100\/100{
  color: rgb(254 226 226 / 1) !important;
}
.\!text-red-100\/15{
  color: rgb(254 226 226 / 0.15) !important;
}
.\!text-red-100\/20{
  color: rgb(254 226 226 / 0.2) !important;
}
.\!text-red-100\/25{
  color: rgb(254 226 226 / 0.25) !important;
}
.\!text-red-100\/30{
  color: rgb(254 226 226 / 0.3) !important;
}
.\!text-red-100\/35{
  color: rgb(254 226 226 / 0.35) !important;
}
.\!text-red-100\/40{
  color: rgb(254 226 226 / 0.4) !important;
}
.\!text-red-100\/45{
  color: rgb(254 226 226 / 0.45) !important;
}
.\!text-red-100\/5{
  color: rgb(254 226 226 / 0.05) !important;
}
.\!text-red-100\/50{
  color: rgb(254 226 226 / 0.5) !important;
}
.\!text-red-100\/55{
  color: rgb(254 226 226 / 0.55) !important;
}
.\!text-red-100\/60{
  color: rgb(254 226 226 / 0.6) !important;
}
.\!text-red-100\/65{
  color: rgb(254 226 226 / 0.65) !important;
}
.\!text-red-100\/70{
  color: rgb(254 226 226 / 0.7) !important;
}
.\!text-red-100\/75{
  color: rgb(254 226 226 / 0.75) !important;
}
.\!text-red-100\/80{
  color: rgb(254 226 226 / 0.8) !important;
}
.\!text-red-100\/85{
  color: rgb(254 226 226 / 0.85) !important;
}
.\!text-red-100\/90{
  color: rgb(254 226 226 / 0.9) !important;
}
.\!text-red-100\/95{
  color: rgb(254 226 226 / 0.95) !important;
}
.\!text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
}
.\!text-red-200\/0{
  color: rgb(254 202 202 / 0) !important;
}
.\!text-red-200\/10{
  color: rgb(254 202 202 / 0.1) !important;
}
.\!text-red-200\/100{
  color: rgb(254 202 202 / 1) !important;
}
.\!text-red-200\/15{
  color: rgb(254 202 202 / 0.15) !important;
}
.\!text-red-200\/20{
  color: rgb(254 202 202 / 0.2) !important;
}
.\!text-red-200\/25{
  color: rgb(254 202 202 / 0.25) !important;
}
.\!text-red-200\/30{
  color: rgb(254 202 202 / 0.3) !important;
}
.\!text-red-200\/35{
  color: rgb(254 202 202 / 0.35) !important;
}
.\!text-red-200\/40{
  color: rgb(254 202 202 / 0.4) !important;
}
.\!text-red-200\/45{
  color: rgb(254 202 202 / 0.45) !important;
}
.\!text-red-200\/5{
  color: rgb(254 202 202 / 0.05) !important;
}
.\!text-red-200\/50{
  color: rgb(254 202 202 / 0.5) !important;
}
.\!text-red-200\/55{
  color: rgb(254 202 202 / 0.55) !important;
}
.\!text-red-200\/60{
  color: rgb(254 202 202 / 0.6) !important;
}
.\!text-red-200\/65{
  color: rgb(254 202 202 / 0.65) !important;
}
.\!text-red-200\/70{
  color: rgb(254 202 202 / 0.7) !important;
}
.\!text-red-200\/75{
  color: rgb(254 202 202 / 0.75) !important;
}
.\!text-red-200\/80{
  color: rgb(254 202 202 / 0.8) !important;
}
.\!text-red-200\/85{
  color: rgb(254 202 202 / 0.85) !important;
}
.\!text-red-200\/90{
  color: rgb(254 202 202 / 0.9) !important;
}
.\!text-red-200\/95{
  color: rgb(254 202 202 / 0.95) !important;
}
.\!text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important;
}
.\!text-red-300\/0{
  color: rgb(252 165 165 / 0) !important;
}
.\!text-red-300\/10{
  color: rgb(252 165 165 / 0.1) !important;
}
.\!text-red-300\/100{
  color: rgb(252 165 165 / 1) !important;
}
.\!text-red-300\/15{
  color: rgb(252 165 165 / 0.15) !important;
}
.\!text-red-300\/20{
  color: rgb(252 165 165 / 0.2) !important;
}
.\!text-red-300\/25{
  color: rgb(252 165 165 / 0.25) !important;
}
.\!text-red-300\/30{
  color: rgb(252 165 165 / 0.3) !important;
}
.\!text-red-300\/35{
  color: rgb(252 165 165 / 0.35) !important;
}
.\!text-red-300\/40{
  color: rgb(252 165 165 / 0.4) !important;
}
.\!text-red-300\/45{
  color: rgb(252 165 165 / 0.45) !important;
}
.\!text-red-300\/5{
  color: rgb(252 165 165 / 0.05) !important;
}
.\!text-red-300\/50{
  color: rgb(252 165 165 / 0.5) !important;
}
.\!text-red-300\/55{
  color: rgb(252 165 165 / 0.55) !important;
}
.\!text-red-300\/60{
  color: rgb(252 165 165 / 0.6) !important;
}
.\!text-red-300\/65{
  color: rgb(252 165 165 / 0.65) !important;
}
.\!text-red-300\/70{
  color: rgb(252 165 165 / 0.7) !important;
}
.\!text-red-300\/75{
  color: rgb(252 165 165 / 0.75) !important;
}
.\!text-red-300\/80{
  color: rgb(252 165 165 / 0.8) !important;
}
.\!text-red-300\/85{
  color: rgb(252 165 165 / 0.85) !important;
}
.\!text-red-300\/90{
  color: rgb(252 165 165 / 0.9) !important;
}
.\!text-red-300\/95{
  color: rgb(252 165 165 / 0.95) !important;
}
.\!text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.\!text-red-400\/0{
  color: rgb(248 113 113 / 0) !important;
}
.\!text-red-400\/10{
  color: rgb(248 113 113 / 0.1) !important;
}
.\!text-red-400\/100{
  color: rgb(248 113 113 / 1) !important;
}
.\!text-red-400\/15{
  color: rgb(248 113 113 / 0.15) !important;
}
.\!text-red-400\/20{
  color: rgb(248 113 113 / 0.2) !important;
}
.\!text-red-400\/25{
  color: rgb(248 113 113 / 0.25) !important;
}
.\!text-red-400\/30{
  color: rgb(248 113 113 / 0.3) !important;
}
.\!text-red-400\/35{
  color: rgb(248 113 113 / 0.35) !important;
}
.\!text-red-400\/40{
  color: rgb(248 113 113 / 0.4) !important;
}
.\!text-red-400\/45{
  color: rgb(248 113 113 / 0.45) !important;
}
.\!text-red-400\/5{
  color: rgb(248 113 113 / 0.05) !important;
}
.\!text-red-400\/50{
  color: rgb(248 113 113 / 0.5) !important;
}
.\!text-red-400\/55{
  color: rgb(248 113 113 / 0.55) !important;
}
.\!text-red-400\/60{
  color: rgb(248 113 113 / 0.6) !important;
}
.\!text-red-400\/65{
  color: rgb(248 113 113 / 0.65) !important;
}
.\!text-red-400\/70{
  color: rgb(248 113 113 / 0.7) !important;
}
.\!text-red-400\/75{
  color: rgb(248 113 113 / 0.75) !important;
}
.\!text-red-400\/80{
  color: rgb(248 113 113 / 0.8) !important;
}
.\!text-red-400\/85{
  color: rgb(248 113 113 / 0.85) !important;
}
.\!text-red-400\/90{
  color: rgb(248 113 113 / 0.9) !important;
}
.\!text-red-400\/95{
  color: rgb(248 113 113 / 0.95) !important;
}
.\!text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}
.\!text-red-50\/0{
  color: rgb(254 242 242 / 0) !important;
}
.\!text-red-50\/10{
  color: rgb(254 242 242 / 0.1) !important;
}
.\!text-red-50\/100{
  color: rgb(254 242 242 / 1) !important;
}
.\!text-red-50\/15{
  color: rgb(254 242 242 / 0.15) !important;
}
.\!text-red-50\/20{
  color: rgb(254 242 242 / 0.2) !important;
}
.\!text-red-50\/25{
  color: rgb(254 242 242 / 0.25) !important;
}
.\!text-red-50\/30{
  color: rgb(254 242 242 / 0.3) !important;
}
.\!text-red-50\/35{
  color: rgb(254 242 242 / 0.35) !important;
}
.\!text-red-50\/40{
  color: rgb(254 242 242 / 0.4) !important;
}
.\!text-red-50\/45{
  color: rgb(254 242 242 / 0.45) !important;
}
.\!text-red-50\/5{
  color: rgb(254 242 242 / 0.05) !important;
}
.\!text-red-50\/50{
  color: rgb(254 242 242 / 0.5) !important;
}
.\!text-red-50\/55{
  color: rgb(254 242 242 / 0.55) !important;
}
.\!text-red-50\/60{
  color: rgb(254 242 242 / 0.6) !important;
}
.\!text-red-50\/65{
  color: rgb(254 242 242 / 0.65) !important;
}
.\!text-red-50\/70{
  color: rgb(254 242 242 / 0.7) !important;
}
.\!text-red-50\/75{
  color: rgb(254 242 242 / 0.75) !important;
}
.\!text-red-50\/80{
  color: rgb(254 242 242 / 0.8) !important;
}
.\!text-red-50\/85{
  color: rgb(254 242 242 / 0.85) !important;
}
.\!text-red-50\/90{
  color: rgb(254 242 242 / 0.9) !important;
}
.\!text-red-50\/95{
  color: rgb(254 242 242 / 0.95) !important;
}
.\!text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.\!text-red-500\/0{
  color: rgb(239 68 68 / 0) !important;
}
.\!text-red-500\/10{
  color: rgb(239 68 68 / 0.1) !important;
}
.\!text-red-500\/100{
  color: rgb(239 68 68 / 1) !important;
}
.\!text-red-500\/15{
  color: rgb(239 68 68 / 0.15) !important;
}
.\!text-red-500\/20{
  color: rgb(239 68 68 / 0.2) !important;
}
.\!text-red-500\/25{
  color: rgb(239 68 68 / 0.25) !important;
}
.\!text-red-500\/30{
  color: rgb(239 68 68 / 0.3) !important;
}
.\!text-red-500\/35{
  color: rgb(239 68 68 / 0.35) !important;
}
.\!text-red-500\/40{
  color: rgb(239 68 68 / 0.4) !important;
}
.\!text-red-500\/45{
  color: rgb(239 68 68 / 0.45) !important;
}
.\!text-red-500\/5{
  color: rgb(239 68 68 / 0.05) !important;
}
.\!text-red-500\/50{
  color: rgb(239 68 68 / 0.5) !important;
}
.\!text-red-500\/55{
  color: rgb(239 68 68 / 0.55) !important;
}
.\!text-red-500\/60{
  color: rgb(239 68 68 / 0.6) !important;
}
.\!text-red-500\/65{
  color: rgb(239 68 68 / 0.65) !important;
}
.\!text-red-500\/70{
  color: rgb(239 68 68 / 0.7) !important;
}
.\!text-red-500\/75{
  color: rgb(239 68 68 / 0.75) !important;
}
.\!text-red-500\/80{
  color: rgb(239 68 68 / 0.8) !important;
}
.\!text-red-500\/85{
  color: rgb(239 68 68 / 0.85) !important;
}
.\!text-red-500\/90{
  color: rgb(239 68 68 / 0.9) !important;
}
.\!text-red-500\/95{
  color: rgb(239 68 68 / 0.95) !important;
}
.\!text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.\!text-red-600\/0{
  color: rgb(220 38 38 / 0) !important;
}
.\!text-red-600\/10{
  color: rgb(220 38 38 / 0.1) !important;
}
.\!text-red-600\/100{
  color: rgb(220 38 38 / 1) !important;
}
.\!text-red-600\/15{
  color: rgb(220 38 38 / 0.15) !important;
}
.\!text-red-600\/20{
  color: rgb(220 38 38 / 0.2) !important;
}
.\!text-red-600\/25{
  color: rgb(220 38 38 / 0.25) !important;
}
.\!text-red-600\/30{
  color: rgb(220 38 38 / 0.3) !important;
}
.\!text-red-600\/35{
  color: rgb(220 38 38 / 0.35) !important;
}
.\!text-red-600\/40{
  color: rgb(220 38 38 / 0.4) !important;
}
.\!text-red-600\/45{
  color: rgb(220 38 38 / 0.45) !important;
}
.\!text-red-600\/5{
  color: rgb(220 38 38 / 0.05) !important;
}
.\!text-red-600\/50{
  color: rgb(220 38 38 / 0.5) !important;
}
.\!text-red-600\/55{
  color: rgb(220 38 38 / 0.55) !important;
}
.\!text-red-600\/60{
  color: rgb(220 38 38 / 0.6) !important;
}
.\!text-red-600\/65{
  color: rgb(220 38 38 / 0.65) !important;
}
.\!text-red-600\/70{
  color: rgb(220 38 38 / 0.7) !important;
}
.\!text-red-600\/75{
  color: rgb(220 38 38 / 0.75) !important;
}
.\!text-red-600\/80{
  color: rgb(220 38 38 / 0.8) !important;
}
.\!text-red-600\/85{
  color: rgb(220 38 38 / 0.85) !important;
}
.\!text-red-600\/90{
  color: rgb(220 38 38 / 0.9) !important;
}
.\!text-red-600\/95{
  color: rgb(220 38 38 / 0.95) !important;
}
.\!text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.\!text-red-700\/0{
  color: rgb(185 28 28 / 0) !important;
}
.\!text-red-700\/10{
  color: rgb(185 28 28 / 0.1) !important;
}
.\!text-red-700\/100{
  color: rgb(185 28 28 / 1) !important;
}
.\!text-red-700\/15{
  color: rgb(185 28 28 / 0.15) !important;
}
.\!text-red-700\/20{
  color: rgb(185 28 28 / 0.2) !important;
}
.\!text-red-700\/25{
  color: rgb(185 28 28 / 0.25) !important;
}
.\!text-red-700\/30{
  color: rgb(185 28 28 / 0.3) !important;
}
.\!text-red-700\/35{
  color: rgb(185 28 28 / 0.35) !important;
}
.\!text-red-700\/40{
  color: rgb(185 28 28 / 0.4) !important;
}
.\!text-red-700\/45{
  color: rgb(185 28 28 / 0.45) !important;
}
.\!text-red-700\/5{
  color: rgb(185 28 28 / 0.05) !important;
}
.\!text-red-700\/50{
  color: rgb(185 28 28 / 0.5) !important;
}
.\!text-red-700\/55{
  color: rgb(185 28 28 / 0.55) !important;
}
.\!text-red-700\/60{
  color: rgb(185 28 28 / 0.6) !important;
}
.\!text-red-700\/65{
  color: rgb(185 28 28 / 0.65) !important;
}
.\!text-red-700\/70{
  color: rgb(185 28 28 / 0.7) !important;
}
.\!text-red-700\/75{
  color: rgb(185 28 28 / 0.75) !important;
}
.\!text-red-700\/80{
  color: rgb(185 28 28 / 0.8) !important;
}
.\!text-red-700\/85{
  color: rgb(185 28 28 / 0.85) !important;
}
.\!text-red-700\/90{
  color: rgb(185 28 28 / 0.9) !important;
}
.\!text-red-700\/95{
  color: rgb(185 28 28 / 0.95) !important;
}
.\!text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.\!text-red-800\/0{
  color: rgb(153 27 27 / 0) !important;
}
.\!text-red-800\/10{
  color: rgb(153 27 27 / 0.1) !important;
}
.\!text-red-800\/100{
  color: rgb(153 27 27 / 1) !important;
}
.\!text-red-800\/15{
  color: rgb(153 27 27 / 0.15) !important;
}
.\!text-red-800\/20{
  color: rgb(153 27 27 / 0.2) !important;
}
.\!text-red-800\/25{
  color: rgb(153 27 27 / 0.25) !important;
}
.\!text-red-800\/30{
  color: rgb(153 27 27 / 0.3) !important;
}
.\!text-red-800\/35{
  color: rgb(153 27 27 / 0.35) !important;
}
.\!text-red-800\/40{
  color: rgb(153 27 27 / 0.4) !important;
}
.\!text-red-800\/45{
  color: rgb(153 27 27 / 0.45) !important;
}
.\!text-red-800\/5{
  color: rgb(153 27 27 / 0.05) !important;
}
.\!text-red-800\/50{
  color: rgb(153 27 27 / 0.5) !important;
}
.\!text-red-800\/55{
  color: rgb(153 27 27 / 0.55) !important;
}
.\!text-red-800\/60{
  color: rgb(153 27 27 / 0.6) !important;
}
.\!text-red-800\/65{
  color: rgb(153 27 27 / 0.65) !important;
}
.\!text-red-800\/70{
  color: rgb(153 27 27 / 0.7) !important;
}
.\!text-red-800\/75{
  color: rgb(153 27 27 / 0.75) !important;
}
.\!text-red-800\/80{
  color: rgb(153 27 27 / 0.8) !important;
}
.\!text-red-800\/85{
  color: rgb(153 27 27 / 0.85) !important;
}
.\!text-red-800\/90{
  color: rgb(153 27 27 / 0.9) !important;
}
.\!text-red-800\/95{
  color: rgb(153 27 27 / 0.95) !important;
}
.\!text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}
.\!text-red-900\/0{
  color: rgb(127 29 29 / 0) !important;
}
.\!text-red-900\/10{
  color: rgb(127 29 29 / 0.1) !important;
}
.\!text-red-900\/100{
  color: rgb(127 29 29 / 1) !important;
}
.\!text-red-900\/15{
  color: rgb(127 29 29 / 0.15) !important;
}
.\!text-red-900\/20{
  color: rgb(127 29 29 / 0.2) !important;
}
.\!text-red-900\/25{
  color: rgb(127 29 29 / 0.25) !important;
}
.\!text-red-900\/30{
  color: rgb(127 29 29 / 0.3) !important;
}
.\!text-red-900\/35{
  color: rgb(127 29 29 / 0.35) !important;
}
.\!text-red-900\/40{
  color: rgb(127 29 29 / 0.4) !important;
}
.\!text-red-900\/45{
  color: rgb(127 29 29 / 0.45) !important;
}
.\!text-red-900\/5{
  color: rgb(127 29 29 / 0.05) !important;
}
.\!text-red-900\/50{
  color: rgb(127 29 29 / 0.5) !important;
}
.\!text-red-900\/55{
  color: rgb(127 29 29 / 0.55) !important;
}
.\!text-red-900\/60{
  color: rgb(127 29 29 / 0.6) !important;
}
.\!text-red-900\/65{
  color: rgb(127 29 29 / 0.65) !important;
}
.\!text-red-900\/70{
  color: rgb(127 29 29 / 0.7) !important;
}
.\!text-red-900\/75{
  color: rgb(127 29 29 / 0.75) !important;
}
.\!text-red-900\/80{
  color: rgb(127 29 29 / 0.8) !important;
}
.\!text-red-900\/85{
  color: rgb(127 29 29 / 0.85) !important;
}
.\!text-red-900\/90{
  color: rgb(127 29 29 / 0.9) !important;
}
.\!text-red-900\/95{
  color: rgb(127 29 29 / 0.95) !important;
}
.\!text-red-950{
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity)) !important;
}
.\!text-red-950\/0{
  color: rgb(69 10 10 / 0) !important;
}
.\!text-red-950\/10{
  color: rgb(69 10 10 / 0.1) !important;
}
.\!text-red-950\/100{
  color: rgb(69 10 10 / 1) !important;
}
.\!text-red-950\/15{
  color: rgb(69 10 10 / 0.15) !important;
}
.\!text-red-950\/20{
  color: rgb(69 10 10 / 0.2) !important;
}
.\!text-red-950\/25{
  color: rgb(69 10 10 / 0.25) !important;
}
.\!text-red-950\/30{
  color: rgb(69 10 10 / 0.3) !important;
}
.\!text-red-950\/35{
  color: rgb(69 10 10 / 0.35) !important;
}
.\!text-red-950\/40{
  color: rgb(69 10 10 / 0.4) !important;
}
.\!text-red-950\/45{
  color: rgb(69 10 10 / 0.45) !important;
}
.\!text-red-950\/5{
  color: rgb(69 10 10 / 0.05) !important;
}
.\!text-red-950\/50{
  color: rgb(69 10 10 / 0.5) !important;
}
.\!text-red-950\/55{
  color: rgb(69 10 10 / 0.55) !important;
}
.\!text-red-950\/60{
  color: rgb(69 10 10 / 0.6) !important;
}
.\!text-red-950\/65{
  color: rgb(69 10 10 / 0.65) !important;
}
.\!text-red-950\/70{
  color: rgb(69 10 10 / 0.7) !important;
}
.\!text-red-950\/75{
  color: rgb(69 10 10 / 0.75) !important;
}
.\!text-red-950\/80{
  color: rgb(69 10 10 / 0.8) !important;
}
.\!text-red-950\/85{
  color: rgb(69 10 10 / 0.85) !important;
}
.\!text-red-950\/90{
  color: rgb(69 10 10 / 0.9) !important;
}
.\!text-red-950\/95{
  color: rgb(69 10 10 / 0.95) !important;
}
.\!text-rose-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 241 242 / var(--tw-text-opacity)) !important;
}
.\!text-rose-100\/0{
  color: rgb(255 241 242 / 0) !important;
}
.\!text-rose-100\/10{
  color: rgb(255 241 242 / 0.1) !important;
}
.\!text-rose-100\/100{
  color: rgb(255 241 242 / 1) !important;
}
.\!text-rose-100\/15{
  color: rgb(255 241 242 / 0.15) !important;
}
.\!text-rose-100\/20{
  color: rgb(255 241 242 / 0.2) !important;
}
.\!text-rose-100\/25{
  color: rgb(255 241 242 / 0.25) !important;
}
.\!text-rose-100\/30{
  color: rgb(255 241 242 / 0.3) !important;
}
.\!text-rose-100\/35{
  color: rgb(255 241 242 / 0.35) !important;
}
.\!text-rose-100\/40{
  color: rgb(255 241 242 / 0.4) !important;
}
.\!text-rose-100\/45{
  color: rgb(255 241 242 / 0.45) !important;
}
.\!text-rose-100\/5{
  color: rgb(255 241 242 / 0.05) !important;
}
.\!text-rose-100\/50{
  color: rgb(255 241 242 / 0.5) !important;
}
.\!text-rose-100\/55{
  color: rgb(255 241 242 / 0.55) !important;
}
.\!text-rose-100\/60{
  color: rgb(255 241 242 / 0.6) !important;
}
.\!text-rose-100\/65{
  color: rgb(255 241 242 / 0.65) !important;
}
.\!text-rose-100\/70{
  color: rgb(255 241 242 / 0.7) !important;
}
.\!text-rose-100\/75{
  color: rgb(255 241 242 / 0.75) !important;
}
.\!text-rose-100\/80{
  color: rgb(255 241 242 / 0.8) !important;
}
.\!text-rose-100\/85{
  color: rgb(255 241 242 / 0.85) !important;
}
.\!text-rose-100\/90{
  color: rgb(255 241 242 / 0.9) !important;
}
.\!text-rose-100\/95{
  color: rgb(255 241 242 / 0.95) !important;
}
.\!text-rose-200{
  --tw-text-opacity: 1 !important;
  color: rgb(255 228 230 / var(--tw-text-opacity)) !important;
}
.\!text-rose-200\/0{
  color: rgb(255 228 230 / 0) !important;
}
.\!text-rose-200\/10{
  color: rgb(255 228 230 / 0.1) !important;
}
.\!text-rose-200\/100{
  color: rgb(255 228 230 / 1) !important;
}
.\!text-rose-200\/15{
  color: rgb(255 228 230 / 0.15) !important;
}
.\!text-rose-200\/20{
  color: rgb(255 228 230 / 0.2) !important;
}
.\!text-rose-200\/25{
  color: rgb(255 228 230 / 0.25) !important;
}
.\!text-rose-200\/30{
  color: rgb(255 228 230 / 0.3) !important;
}
.\!text-rose-200\/35{
  color: rgb(255 228 230 / 0.35) !important;
}
.\!text-rose-200\/40{
  color: rgb(255 228 230 / 0.4) !important;
}
.\!text-rose-200\/45{
  color: rgb(255 228 230 / 0.45) !important;
}
.\!text-rose-200\/5{
  color: rgb(255 228 230 / 0.05) !important;
}
.\!text-rose-200\/50{
  color: rgb(255 228 230 / 0.5) !important;
}
.\!text-rose-200\/55{
  color: rgb(255 228 230 / 0.55) !important;
}
.\!text-rose-200\/60{
  color: rgb(255 228 230 / 0.6) !important;
}
.\!text-rose-200\/65{
  color: rgb(255 228 230 / 0.65) !important;
}
.\!text-rose-200\/70{
  color: rgb(255 228 230 / 0.7) !important;
}
.\!text-rose-200\/75{
  color: rgb(255 228 230 / 0.75) !important;
}
.\!text-rose-200\/80{
  color: rgb(255 228 230 / 0.8) !important;
}
.\!text-rose-200\/85{
  color: rgb(255 228 230 / 0.85) !important;
}
.\!text-rose-200\/90{
  color: rgb(255 228 230 / 0.9) !important;
}
.\!text-rose-200\/95{
  color: rgb(255 228 230 / 0.95) !important;
}
.\!text-rose-300{
  --tw-text-opacity: 1 !important;
  color: rgb(254 205 211 / var(--tw-text-opacity)) !important;
}
.\!text-rose-300\/0{
  color: rgb(254 205 211 / 0) !important;
}
.\!text-rose-300\/10{
  color: rgb(254 205 211 / 0.1) !important;
}
.\!text-rose-300\/100{
  color: rgb(254 205 211 / 1) !important;
}
.\!text-rose-300\/15{
  color: rgb(254 205 211 / 0.15) !important;
}
.\!text-rose-300\/20{
  color: rgb(254 205 211 / 0.2) !important;
}
.\!text-rose-300\/25{
  color: rgb(254 205 211 / 0.25) !important;
}
.\!text-rose-300\/30{
  color: rgb(254 205 211 / 0.3) !important;
}
.\!text-rose-300\/35{
  color: rgb(254 205 211 / 0.35) !important;
}
.\!text-rose-300\/40{
  color: rgb(254 205 211 / 0.4) !important;
}
.\!text-rose-300\/45{
  color: rgb(254 205 211 / 0.45) !important;
}
.\!text-rose-300\/5{
  color: rgb(254 205 211 / 0.05) !important;
}
.\!text-rose-300\/50{
  color: rgb(254 205 211 / 0.5) !important;
}
.\!text-rose-300\/55{
  color: rgb(254 205 211 / 0.55) !important;
}
.\!text-rose-300\/60{
  color: rgb(254 205 211 / 0.6) !important;
}
.\!text-rose-300\/65{
  color: rgb(254 205 211 / 0.65) !important;
}
.\!text-rose-300\/70{
  color: rgb(254 205 211 / 0.7) !important;
}
.\!text-rose-300\/75{
  color: rgb(254 205 211 / 0.75) !important;
}
.\!text-rose-300\/80{
  color: rgb(254 205 211 / 0.8) !important;
}
.\!text-rose-300\/85{
  color: rgb(254 205 211 / 0.85) !important;
}
.\!text-rose-300\/90{
  color: rgb(254 205 211 / 0.9) !important;
}
.\!text-rose-300\/95{
  color: rgb(254 205 211 / 0.95) !important;
}
.\!text-rose-350{
  --tw-text-opacity: 1 !important;
  color: rgb(253 164 175 / var(--tw-text-opacity)) !important;
}
.\!text-rose-350\/0{
  color: rgb(253 164 175 / 0) !important;
}
.\!text-rose-350\/10{
  color: rgb(253 164 175 / 0.1) !important;
}
.\!text-rose-350\/100{
  color: rgb(253 164 175 / 1) !important;
}
.\!text-rose-350\/15{
  color: rgb(253 164 175 / 0.15) !important;
}
.\!text-rose-350\/20{
  color: rgb(253 164 175 / 0.2) !important;
}
.\!text-rose-350\/25{
  color: rgb(253 164 175 / 0.25) !important;
}
.\!text-rose-350\/30{
  color: rgb(253 164 175 / 0.3) !important;
}
.\!text-rose-350\/35{
  color: rgb(253 164 175 / 0.35) !important;
}
.\!text-rose-350\/40{
  color: rgb(253 164 175 / 0.4) !important;
}
.\!text-rose-350\/45{
  color: rgb(253 164 175 / 0.45) !important;
}
.\!text-rose-350\/5{
  color: rgb(253 164 175 / 0.05) !important;
}
.\!text-rose-350\/50{
  color: rgb(253 164 175 / 0.5) !important;
}
.\!text-rose-350\/55{
  color: rgb(253 164 175 / 0.55) !important;
}
.\!text-rose-350\/60{
  color: rgb(253 164 175 / 0.6) !important;
}
.\!text-rose-350\/65{
  color: rgb(253 164 175 / 0.65) !important;
}
.\!text-rose-350\/70{
  color: rgb(253 164 175 / 0.7) !important;
}
.\!text-rose-350\/75{
  color: rgb(253 164 175 / 0.75) !important;
}
.\!text-rose-350\/80{
  color: rgb(253 164 175 / 0.8) !important;
}
.\!text-rose-350\/85{
  color: rgb(253 164 175 / 0.85) !important;
}
.\!text-rose-350\/90{
  color: rgb(253 164 175 / 0.9) !important;
}
.\!text-rose-350\/95{
  color: rgb(253 164 175 / 0.95) !important;
}
.\!text-rose-400{
  --tw-text-opacity: 1 !important;
  color: rgb(251 113 133 / var(--tw-text-opacity)) !important;
}
.\!text-rose-400\/0{
  color: rgb(251 113 133 / 0) !important;
}
.\!text-rose-400\/10{
  color: rgb(251 113 133 / 0.1) !important;
}
.\!text-rose-400\/100{
  color: rgb(251 113 133 / 1) !important;
}
.\!text-rose-400\/15{
  color: rgb(251 113 133 / 0.15) !important;
}
.\!text-rose-400\/20{
  color: rgb(251 113 133 / 0.2) !important;
}
.\!text-rose-400\/25{
  color: rgb(251 113 133 / 0.25) !important;
}
.\!text-rose-400\/30{
  color: rgb(251 113 133 / 0.3) !important;
}
.\!text-rose-400\/35{
  color: rgb(251 113 133 / 0.35) !important;
}
.\!text-rose-400\/40{
  color: rgb(251 113 133 / 0.4) !important;
}
.\!text-rose-400\/45{
  color: rgb(251 113 133 / 0.45) !important;
}
.\!text-rose-400\/5{
  color: rgb(251 113 133 / 0.05) !important;
}
.\!text-rose-400\/50{
  color: rgb(251 113 133 / 0.5) !important;
}
.\!text-rose-400\/55{
  color: rgb(251 113 133 / 0.55) !important;
}
.\!text-rose-400\/60{
  color: rgb(251 113 133 / 0.6) !important;
}
.\!text-rose-400\/65{
  color: rgb(251 113 133 / 0.65) !important;
}
.\!text-rose-400\/70{
  color: rgb(251 113 133 / 0.7) !important;
}
.\!text-rose-400\/75{
  color: rgb(251 113 133 / 0.75) !important;
}
.\!text-rose-400\/80{
  color: rgb(251 113 133 / 0.8) !important;
}
.\!text-rose-400\/85{
  color: rgb(251 113 133 / 0.85) !important;
}
.\!text-rose-400\/90{
  color: rgb(251 113 133 / 0.9) !important;
}
.\!text-rose-400\/95{
  color: rgb(251 113 133 / 0.95) !important;
}
.\!text-rose-450{
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity)) !important;
}
.\!text-rose-450\/0{
  color: rgb(244 63 94 / 0) !important;
}
.\!text-rose-450\/10{
  color: rgb(244 63 94 / 0.1) !important;
}
.\!text-rose-450\/100{
  color: rgb(244 63 94 / 1) !important;
}
.\!text-rose-450\/15{
  color: rgb(244 63 94 / 0.15) !important;
}
.\!text-rose-450\/20{
  color: rgb(244 63 94 / 0.2) !important;
}
.\!text-rose-450\/25{
  color: rgb(244 63 94 / 0.25) !important;
}
.\!text-rose-450\/30{
  color: rgb(244 63 94 / 0.3) !important;
}
.\!text-rose-450\/35{
  color: rgb(244 63 94 / 0.35) !important;
}
.\!text-rose-450\/40{
  color: rgb(244 63 94 / 0.4) !important;
}
.\!text-rose-450\/45{
  color: rgb(244 63 94 / 0.45) !important;
}
.\!text-rose-450\/5{
  color: rgb(244 63 94 / 0.05) !important;
}
.\!text-rose-450\/50{
  color: rgb(244 63 94 / 0.5) !important;
}
.\!text-rose-450\/55{
  color: rgb(244 63 94 / 0.55) !important;
}
.\!text-rose-450\/60{
  color: rgb(244 63 94 / 0.6) !important;
}
.\!text-rose-450\/65{
  color: rgb(244 63 94 / 0.65) !important;
}
.\!text-rose-450\/70{
  color: rgb(244 63 94 / 0.7) !important;
}
.\!text-rose-450\/75{
  color: rgb(244 63 94 / 0.75) !important;
}
.\!text-rose-450\/80{
  color: rgb(244 63 94 / 0.8) !important;
}
.\!text-rose-450\/85{
  color: rgb(244 63 94 / 0.85) !important;
}
.\!text-rose-450\/90{
  color: rgb(244 63 94 / 0.9) !important;
}
.\!text-rose-450\/95{
  color: rgb(244 63 94 / 0.95) !important;
}
.\!text-rose-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 250 250 / var(--tw-text-opacity)) !important;
}
.\!text-rose-50\/0{
  color: rgb(255 250 250 / 0) !important;
}
.\!text-rose-50\/10{
  color: rgb(255 250 250 / 0.1) !important;
}
.\!text-rose-50\/100{
  color: rgb(255 250 250 / 1) !important;
}
.\!text-rose-50\/15{
  color: rgb(255 250 250 / 0.15) !important;
}
.\!text-rose-50\/20{
  color: rgb(255 250 250 / 0.2) !important;
}
.\!text-rose-50\/25{
  color: rgb(255 250 250 / 0.25) !important;
}
.\!text-rose-50\/30{
  color: rgb(255 250 250 / 0.3) !important;
}
.\!text-rose-50\/35{
  color: rgb(255 250 250 / 0.35) !important;
}
.\!text-rose-50\/40{
  color: rgb(255 250 250 / 0.4) !important;
}
.\!text-rose-50\/45{
  color: rgb(255 250 250 / 0.45) !important;
}
.\!text-rose-50\/5{
  color: rgb(255 250 250 / 0.05) !important;
}
.\!text-rose-50\/50{
  color: rgb(255 250 250 / 0.5) !important;
}
.\!text-rose-50\/55{
  color: rgb(255 250 250 / 0.55) !important;
}
.\!text-rose-50\/60{
  color: rgb(255 250 250 / 0.6) !important;
}
.\!text-rose-50\/65{
  color: rgb(255 250 250 / 0.65) !important;
}
.\!text-rose-50\/70{
  color: rgb(255 250 250 / 0.7) !important;
}
.\!text-rose-50\/75{
  color: rgb(255 250 250 / 0.75) !important;
}
.\!text-rose-50\/80{
  color: rgb(255 250 250 / 0.8) !important;
}
.\!text-rose-50\/85{
  color: rgb(255 250 250 / 0.85) !important;
}
.\!text-rose-50\/90{
  color: rgb(255 250 250 / 0.9) !important;
}
.\!text-rose-50\/95{
  color: rgb(255 250 250 / 0.95) !important;
}
.\!text-rose-500{
  --tw-text-opacity: 1 !important;
  color: rgb(225 29 72 / var(--tw-text-opacity)) !important;
}
.\!text-rose-500\/0{
  color: rgb(225 29 72 / 0) !important;
}
.\!text-rose-500\/10{
  color: rgb(225 29 72 / 0.1) !important;
}
.\!text-rose-500\/100{
  color: rgb(225 29 72 / 1) !important;
}
.\!text-rose-500\/15{
  color: rgb(225 29 72 / 0.15) !important;
}
.\!text-rose-500\/20{
  color: rgb(225 29 72 / 0.2) !important;
}
.\!text-rose-500\/25{
  color: rgb(225 29 72 / 0.25) !important;
}
.\!text-rose-500\/30{
  color: rgb(225 29 72 / 0.3) !important;
}
.\!text-rose-500\/35{
  color: rgb(225 29 72 / 0.35) !important;
}
.\!text-rose-500\/40{
  color: rgb(225 29 72 / 0.4) !important;
}
.\!text-rose-500\/45{
  color: rgb(225 29 72 / 0.45) !important;
}
.\!text-rose-500\/5{
  color: rgb(225 29 72 / 0.05) !important;
}
.\!text-rose-500\/50{
  color: rgb(225 29 72 / 0.5) !important;
}
.\!text-rose-500\/55{
  color: rgb(225 29 72 / 0.55) !important;
}
.\!text-rose-500\/60{
  color: rgb(225 29 72 / 0.6) !important;
}
.\!text-rose-500\/65{
  color: rgb(225 29 72 / 0.65) !important;
}
.\!text-rose-500\/70{
  color: rgb(225 29 72 / 0.7) !important;
}
.\!text-rose-500\/75{
  color: rgb(225 29 72 / 0.75) !important;
}
.\!text-rose-500\/80{
  color: rgb(225 29 72 / 0.8) !important;
}
.\!text-rose-500\/85{
  color: rgb(225 29 72 / 0.85) !important;
}
.\!text-rose-500\/90{
  color: rgb(225 29 72 / 0.9) !important;
}
.\!text-rose-500\/95{
  color: rgb(225 29 72 / 0.95) !important;
}
.\!text-rose-600{
  --tw-text-opacity: 1 !important;
  color: rgb(190 18 60 / var(--tw-text-opacity)) !important;
}
.\!text-rose-600\/0{
  color: rgb(190 18 60 / 0) !important;
}
.\!text-rose-600\/10{
  color: rgb(190 18 60 / 0.1) !important;
}
.\!text-rose-600\/100{
  color: rgb(190 18 60 / 1) !important;
}
.\!text-rose-600\/15{
  color: rgb(190 18 60 / 0.15) !important;
}
.\!text-rose-600\/20{
  color: rgb(190 18 60 / 0.2) !important;
}
.\!text-rose-600\/25{
  color: rgb(190 18 60 / 0.25) !important;
}
.\!text-rose-600\/30{
  color: rgb(190 18 60 / 0.3) !important;
}
.\!text-rose-600\/35{
  color: rgb(190 18 60 / 0.35) !important;
}
.\!text-rose-600\/40{
  color: rgb(190 18 60 / 0.4) !important;
}
.\!text-rose-600\/45{
  color: rgb(190 18 60 / 0.45) !important;
}
.\!text-rose-600\/5{
  color: rgb(190 18 60 / 0.05) !important;
}
.\!text-rose-600\/50{
  color: rgb(190 18 60 / 0.5) !important;
}
.\!text-rose-600\/55{
  color: rgb(190 18 60 / 0.55) !important;
}
.\!text-rose-600\/60{
  color: rgb(190 18 60 / 0.6) !important;
}
.\!text-rose-600\/65{
  color: rgb(190 18 60 / 0.65) !important;
}
.\!text-rose-600\/70{
  color: rgb(190 18 60 / 0.7) !important;
}
.\!text-rose-600\/75{
  color: rgb(190 18 60 / 0.75) !important;
}
.\!text-rose-600\/80{
  color: rgb(190 18 60 / 0.8) !important;
}
.\!text-rose-600\/85{
  color: rgb(190 18 60 / 0.85) !important;
}
.\!text-rose-600\/90{
  color: rgb(190 18 60 / 0.9) !important;
}
.\!text-rose-600\/95{
  color: rgb(190 18 60 / 0.95) !important;
}
.\!text-rose-650{
  --tw-text-opacity: 1 !important;
  color: rgb(159 18 57 / var(--tw-text-opacity)) !important;
}
.\!text-rose-650\/0{
  color: rgb(159 18 57 / 0) !important;
}
.\!text-rose-650\/10{
  color: rgb(159 18 57 / 0.1) !important;
}
.\!text-rose-650\/100{
  color: rgb(159 18 57 / 1) !important;
}
.\!text-rose-650\/15{
  color: rgb(159 18 57 / 0.15) !important;
}
.\!text-rose-650\/20{
  color: rgb(159 18 57 / 0.2) !important;
}
.\!text-rose-650\/25{
  color: rgb(159 18 57 / 0.25) !important;
}
.\!text-rose-650\/30{
  color: rgb(159 18 57 / 0.3) !important;
}
.\!text-rose-650\/35{
  color: rgb(159 18 57 / 0.35) !important;
}
.\!text-rose-650\/40{
  color: rgb(159 18 57 / 0.4) !important;
}
.\!text-rose-650\/45{
  color: rgb(159 18 57 / 0.45) !important;
}
.\!text-rose-650\/5{
  color: rgb(159 18 57 / 0.05) !important;
}
.\!text-rose-650\/50{
  color: rgb(159 18 57 / 0.5) !important;
}
.\!text-rose-650\/55{
  color: rgb(159 18 57 / 0.55) !important;
}
.\!text-rose-650\/60{
  color: rgb(159 18 57 / 0.6) !important;
}
.\!text-rose-650\/65{
  color: rgb(159 18 57 / 0.65) !important;
}
.\!text-rose-650\/70{
  color: rgb(159 18 57 / 0.7) !important;
}
.\!text-rose-650\/75{
  color: rgb(159 18 57 / 0.75) !important;
}
.\!text-rose-650\/80{
  color: rgb(159 18 57 / 0.8) !important;
}
.\!text-rose-650\/85{
  color: rgb(159 18 57 / 0.85) !important;
}
.\!text-rose-650\/90{
  color: rgb(159 18 57 / 0.9) !important;
}
.\!text-rose-650\/95{
  color: rgb(159 18 57 / 0.95) !important;
}
.\!text-rose-700{
  --tw-text-opacity: 1 !important;
  color: rgb(136 19 55 / var(--tw-text-opacity)) !important;
}
.\!text-rose-700\/0{
  color: rgb(136 19 55 / 0) !important;
}
.\!text-rose-700\/10{
  color: rgb(136 19 55 / 0.1) !important;
}
.\!text-rose-700\/100{
  color: rgb(136 19 55 / 1) !important;
}
.\!text-rose-700\/15{
  color: rgb(136 19 55 / 0.15) !important;
}
.\!text-rose-700\/20{
  color: rgb(136 19 55 / 0.2) !important;
}
.\!text-rose-700\/25{
  color: rgb(136 19 55 / 0.25) !important;
}
.\!text-rose-700\/30{
  color: rgb(136 19 55 / 0.3) !important;
}
.\!text-rose-700\/35{
  color: rgb(136 19 55 / 0.35) !important;
}
.\!text-rose-700\/40{
  color: rgb(136 19 55 / 0.4) !important;
}
.\!text-rose-700\/45{
  color: rgb(136 19 55 / 0.45) !important;
}
.\!text-rose-700\/5{
  color: rgb(136 19 55 / 0.05) !important;
}
.\!text-rose-700\/50{
  color: rgb(136 19 55 / 0.5) !important;
}
.\!text-rose-700\/55{
  color: rgb(136 19 55 / 0.55) !important;
}
.\!text-rose-700\/60{
  color: rgb(136 19 55 / 0.6) !important;
}
.\!text-rose-700\/65{
  color: rgb(136 19 55 / 0.65) !important;
}
.\!text-rose-700\/70{
  color: rgb(136 19 55 / 0.7) !important;
}
.\!text-rose-700\/75{
  color: rgb(136 19 55 / 0.75) !important;
}
.\!text-rose-700\/80{
  color: rgb(136 19 55 / 0.8) !important;
}
.\!text-rose-700\/85{
  color: rgb(136 19 55 / 0.85) !important;
}
.\!text-rose-700\/90{
  color: rgb(136 19 55 / 0.9) !important;
}
.\!text-rose-700\/95{
  color: rgb(136 19 55 / 0.95) !important;
}
.\!text-rose-750{
  --tw-text-opacity: 1 !important;
  color: rgb(102 10 38 / var(--tw-text-opacity)) !important;
}
.\!text-rose-750\/0{
  color: rgb(102 10 38 / 0) !important;
}
.\!text-rose-750\/10{
  color: rgb(102 10 38 / 0.1) !important;
}
.\!text-rose-750\/100{
  color: rgb(102 10 38 / 1) !important;
}
.\!text-rose-750\/15{
  color: rgb(102 10 38 / 0.15) !important;
}
.\!text-rose-750\/20{
  color: rgb(102 10 38 / 0.2) !important;
}
.\!text-rose-750\/25{
  color: rgb(102 10 38 / 0.25) !important;
}
.\!text-rose-750\/30{
  color: rgb(102 10 38 / 0.3) !important;
}
.\!text-rose-750\/35{
  color: rgb(102 10 38 / 0.35) !important;
}
.\!text-rose-750\/40{
  color: rgb(102 10 38 / 0.4) !important;
}
.\!text-rose-750\/45{
  color: rgb(102 10 38 / 0.45) !important;
}
.\!text-rose-750\/5{
  color: rgb(102 10 38 / 0.05) !important;
}
.\!text-rose-750\/50{
  color: rgb(102 10 38 / 0.5) !important;
}
.\!text-rose-750\/55{
  color: rgb(102 10 38 / 0.55) !important;
}
.\!text-rose-750\/60{
  color: rgb(102 10 38 / 0.6) !important;
}
.\!text-rose-750\/65{
  color: rgb(102 10 38 / 0.65) !important;
}
.\!text-rose-750\/70{
  color: rgb(102 10 38 / 0.7) !important;
}
.\!text-rose-750\/75{
  color: rgb(102 10 38 / 0.75) !important;
}
.\!text-rose-750\/80{
  color: rgb(102 10 38 / 0.8) !important;
}
.\!text-rose-750\/85{
  color: rgb(102 10 38 / 0.85) !important;
}
.\!text-rose-750\/90{
  color: rgb(102 10 38 / 0.9) !important;
}
.\!text-rose-750\/95{
  color: rgb(102 10 38 / 0.95) !important;
}
.\!text-rose-800{
  --tw-text-opacity: 1 !important;
  color: rgb(102 6 36 / var(--tw-text-opacity)) !important;
}
.\!text-rose-800\/0{
  color: rgb(102 6 36 / 0) !important;
}
.\!text-rose-800\/10{
  color: rgb(102 6 36 / 0.1) !important;
}
.\!text-rose-800\/100{
  color: rgb(102 6 36 / 1) !important;
}
.\!text-rose-800\/15{
  color: rgb(102 6 36 / 0.15) !important;
}
.\!text-rose-800\/20{
  color: rgb(102 6 36 / 0.2) !important;
}
.\!text-rose-800\/25{
  color: rgb(102 6 36 / 0.25) !important;
}
.\!text-rose-800\/30{
  color: rgb(102 6 36 / 0.3) !important;
}
.\!text-rose-800\/35{
  color: rgb(102 6 36 / 0.35) !important;
}
.\!text-rose-800\/40{
  color: rgb(102 6 36 / 0.4) !important;
}
.\!text-rose-800\/45{
  color: rgb(102 6 36 / 0.45) !important;
}
.\!text-rose-800\/5{
  color: rgb(102 6 36 / 0.05) !important;
}
.\!text-rose-800\/50{
  color: rgb(102 6 36 / 0.5) !important;
}
.\!text-rose-800\/55{
  color: rgb(102 6 36 / 0.55) !important;
}
.\!text-rose-800\/60{
  color: rgb(102 6 36 / 0.6) !important;
}
.\!text-rose-800\/65{
  color: rgb(102 6 36 / 0.65) !important;
}
.\!text-rose-800\/70{
  color: rgb(102 6 36 / 0.7) !important;
}
.\!text-rose-800\/75{
  color: rgb(102 6 36 / 0.75) !important;
}
.\!text-rose-800\/80{
  color: rgb(102 6 36 / 0.8) !important;
}
.\!text-rose-800\/85{
  color: rgb(102 6 36 / 0.85) !important;
}
.\!text-rose-800\/90{
  color: rgb(102 6 36 / 0.9) !important;
}
.\!text-rose-800\/95{
  color: rgb(102 6 36 / 0.95) !important;
}
.\!text-rose-900{
  --tw-text-opacity: 1 !important;
  color: rgb(64 1 20 / var(--tw-text-opacity)) !important;
}
.\!text-rose-900\/0{
  color: rgb(64 1 20 / 0) !important;
}
.\!text-rose-900\/10{
  color: rgb(64 1 20 / 0.1) !important;
}
.\!text-rose-900\/100{
  color: rgb(64 1 20 / 1) !important;
}
.\!text-rose-900\/15{
  color: rgb(64 1 20 / 0.15) !important;
}
.\!text-rose-900\/20{
  color: rgb(64 1 20 / 0.2) !important;
}
.\!text-rose-900\/25{
  color: rgb(64 1 20 / 0.25) !important;
}
.\!text-rose-900\/30{
  color: rgb(64 1 20 / 0.3) !important;
}
.\!text-rose-900\/35{
  color: rgb(64 1 20 / 0.35) !important;
}
.\!text-rose-900\/40{
  color: rgb(64 1 20 / 0.4) !important;
}
.\!text-rose-900\/45{
  color: rgb(64 1 20 / 0.45) !important;
}
.\!text-rose-900\/5{
  color: rgb(64 1 20 / 0.05) !important;
}
.\!text-rose-900\/50{
  color: rgb(64 1 20 / 0.5) !important;
}
.\!text-rose-900\/55{
  color: rgb(64 1 20 / 0.55) !important;
}
.\!text-rose-900\/60{
  color: rgb(64 1 20 / 0.6) !important;
}
.\!text-rose-900\/65{
  color: rgb(64 1 20 / 0.65) !important;
}
.\!text-rose-900\/70{
  color: rgb(64 1 20 / 0.7) !important;
}
.\!text-rose-900\/75{
  color: rgb(64 1 20 / 0.75) !important;
}
.\!text-rose-900\/80{
  color: rgb(64 1 20 / 0.8) !important;
}
.\!text-rose-900\/85{
  color: rgb(64 1 20 / 0.85) !important;
}
.\!text-rose-900\/90{
  color: rgb(64 1 20 / 0.9) !important;
}
.\!text-rose-900\/95{
  color: rgb(64 1 20 / 0.95) !important;
}
.\!text-rose-950{
  --tw-text-opacity: 1 !important;
  color: rgb(76 5 25 / var(--tw-text-opacity)) !important;
}
.\!text-rose-950\/0{
  color: rgb(76 5 25 / 0) !important;
}
.\!text-rose-950\/10{
  color: rgb(76 5 25 / 0.1) !important;
}
.\!text-rose-950\/100{
  color: rgb(76 5 25 / 1) !important;
}
.\!text-rose-950\/15{
  color: rgb(76 5 25 / 0.15) !important;
}
.\!text-rose-950\/20{
  color: rgb(76 5 25 / 0.2) !important;
}
.\!text-rose-950\/25{
  color: rgb(76 5 25 / 0.25) !important;
}
.\!text-rose-950\/30{
  color: rgb(76 5 25 / 0.3) !important;
}
.\!text-rose-950\/35{
  color: rgb(76 5 25 / 0.35) !important;
}
.\!text-rose-950\/40{
  color: rgb(76 5 25 / 0.4) !important;
}
.\!text-rose-950\/45{
  color: rgb(76 5 25 / 0.45) !important;
}
.\!text-rose-950\/5{
  color: rgb(76 5 25 / 0.05) !important;
}
.\!text-rose-950\/50{
  color: rgb(76 5 25 / 0.5) !important;
}
.\!text-rose-950\/55{
  color: rgb(76 5 25 / 0.55) !important;
}
.\!text-rose-950\/60{
  color: rgb(76 5 25 / 0.6) !important;
}
.\!text-rose-950\/65{
  color: rgb(76 5 25 / 0.65) !important;
}
.\!text-rose-950\/70{
  color: rgb(76 5 25 / 0.7) !important;
}
.\!text-rose-950\/75{
  color: rgb(76 5 25 / 0.75) !important;
}
.\!text-rose-950\/80{
  color: rgb(76 5 25 / 0.8) !important;
}
.\!text-rose-950\/85{
  color: rgb(76 5 25 / 0.85) !important;
}
.\!text-rose-950\/90{
  color: rgb(76 5 25 / 0.9) !important;
}
.\!text-rose-950\/95{
  color: rgb(76 5 25 / 0.95) !important;
}
.\!text-secondary-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-100\/0{
  color: rgb(243 244 246 / 0) !important;
}
.\!text-secondary-100\/10{
  color: rgb(243 244 246 / 0.1) !important;
}
.\!text-secondary-100\/100{
  color: rgb(243 244 246 / 1) !important;
}
.\!text-secondary-100\/15{
  color: rgb(243 244 246 / 0.15) !important;
}
.\!text-secondary-100\/20{
  color: rgb(243 244 246 / 0.2) !important;
}
.\!text-secondary-100\/25{
  color: rgb(243 244 246 / 0.25) !important;
}
.\!text-secondary-100\/30{
  color: rgb(243 244 246 / 0.3) !important;
}
.\!text-secondary-100\/35{
  color: rgb(243 244 246 / 0.35) !important;
}
.\!text-secondary-100\/40{
  color: rgb(243 244 246 / 0.4) !important;
}
.\!text-secondary-100\/45{
  color: rgb(243 244 246 / 0.45) !important;
}
.\!text-secondary-100\/5{
  color: rgb(243 244 246 / 0.05) !important;
}
.\!text-secondary-100\/50{
  color: rgb(243 244 246 / 0.5) !important;
}
.\!text-secondary-100\/55{
  color: rgb(243 244 246 / 0.55) !important;
}
.\!text-secondary-100\/60{
  color: rgb(243 244 246 / 0.6) !important;
}
.\!text-secondary-100\/65{
  color: rgb(243 244 246 / 0.65) !important;
}
.\!text-secondary-100\/70{
  color: rgb(243 244 246 / 0.7) !important;
}
.\!text-secondary-100\/75{
  color: rgb(243 244 246 / 0.75) !important;
}
.\!text-secondary-100\/80{
  color: rgb(243 244 246 / 0.8) !important;
}
.\!text-secondary-100\/85{
  color: rgb(243 244 246 / 0.85) !important;
}
.\!text-secondary-100\/90{
  color: rgb(243 244 246 / 0.9) !important;
}
.\!text-secondary-100\/95{
  color: rgb(243 244 246 / 0.95) !important;
}
.\!text-secondary-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-200\/0{
  color: rgb(229 231 235 / 0) !important;
}
.\!text-secondary-200\/10{
  color: rgb(229 231 235 / 0.1) !important;
}
.\!text-secondary-200\/100{
  color: rgb(229 231 235 / 1) !important;
}
.\!text-secondary-200\/15{
  color: rgb(229 231 235 / 0.15) !important;
}
.\!text-secondary-200\/20{
  color: rgb(229 231 235 / 0.2) !important;
}
.\!text-secondary-200\/25{
  color: rgb(229 231 235 / 0.25) !important;
}
.\!text-secondary-200\/30{
  color: rgb(229 231 235 / 0.3) !important;
}
.\!text-secondary-200\/35{
  color: rgb(229 231 235 / 0.35) !important;
}
.\!text-secondary-200\/40{
  color: rgb(229 231 235 / 0.4) !important;
}
.\!text-secondary-200\/45{
  color: rgb(229 231 235 / 0.45) !important;
}
.\!text-secondary-200\/5{
  color: rgb(229 231 235 / 0.05) !important;
}
.\!text-secondary-200\/50{
  color: rgb(229 231 235 / 0.5) !important;
}
.\!text-secondary-200\/55{
  color: rgb(229 231 235 / 0.55) !important;
}
.\!text-secondary-200\/60{
  color: rgb(229 231 235 / 0.6) !important;
}
.\!text-secondary-200\/65{
  color: rgb(229 231 235 / 0.65) !important;
}
.\!text-secondary-200\/70{
  color: rgb(229 231 235 / 0.7) !important;
}
.\!text-secondary-200\/75{
  color: rgb(229 231 235 / 0.75) !important;
}
.\!text-secondary-200\/80{
  color: rgb(229 231 235 / 0.8) !important;
}
.\!text-secondary-200\/85{
  color: rgb(229 231 235 / 0.85) !important;
}
.\!text-secondary-200\/90{
  color: rgb(229 231 235 / 0.9) !important;
}
.\!text-secondary-200\/95{
  color: rgb(229 231 235 / 0.95) !important;
}
.\!text-secondary-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-300\/0{
  color: rgb(209 213 219 / 0) !important;
}
.\!text-secondary-300\/10{
  color: rgb(209 213 219 / 0.1) !important;
}
.\!text-secondary-300\/100{
  color: rgb(209 213 219 / 1) !important;
}
.\!text-secondary-300\/15{
  color: rgb(209 213 219 / 0.15) !important;
}
.\!text-secondary-300\/20{
  color: rgb(209 213 219 / 0.2) !important;
}
.\!text-secondary-300\/25{
  color: rgb(209 213 219 / 0.25) !important;
}
.\!text-secondary-300\/30{
  color: rgb(209 213 219 / 0.3) !important;
}
.\!text-secondary-300\/35{
  color: rgb(209 213 219 / 0.35) !important;
}
.\!text-secondary-300\/40{
  color: rgb(209 213 219 / 0.4) !important;
}
.\!text-secondary-300\/45{
  color: rgb(209 213 219 / 0.45) !important;
}
.\!text-secondary-300\/5{
  color: rgb(209 213 219 / 0.05) !important;
}
.\!text-secondary-300\/50{
  color: rgb(209 213 219 / 0.5) !important;
}
.\!text-secondary-300\/55{
  color: rgb(209 213 219 / 0.55) !important;
}
.\!text-secondary-300\/60{
  color: rgb(209 213 219 / 0.6) !important;
}
.\!text-secondary-300\/65{
  color: rgb(209 213 219 / 0.65) !important;
}
.\!text-secondary-300\/70{
  color: rgb(209 213 219 / 0.7) !important;
}
.\!text-secondary-300\/75{
  color: rgb(209 213 219 / 0.75) !important;
}
.\!text-secondary-300\/80{
  color: rgb(209 213 219 / 0.8) !important;
}
.\!text-secondary-300\/85{
  color: rgb(209 213 219 / 0.85) !important;
}
.\!text-secondary-300\/90{
  color: rgb(209 213 219 / 0.9) !important;
}
.\!text-secondary-300\/95{
  color: rgb(209 213 219 / 0.95) !important;
}
.\!text-secondary-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-400\/0{
  color: rgb(156 163 175 / 0) !important;
}
.\!text-secondary-400\/10{
  color: rgb(156 163 175 / 0.1) !important;
}
.\!text-secondary-400\/100{
  color: rgb(156 163 175 / 1) !important;
}
.\!text-secondary-400\/15{
  color: rgb(156 163 175 / 0.15) !important;
}
.\!text-secondary-400\/20{
  color: rgb(156 163 175 / 0.2) !important;
}
.\!text-secondary-400\/25{
  color: rgb(156 163 175 / 0.25) !important;
}
.\!text-secondary-400\/30{
  color: rgb(156 163 175 / 0.3) !important;
}
.\!text-secondary-400\/35{
  color: rgb(156 163 175 / 0.35) !important;
}
.\!text-secondary-400\/40{
  color: rgb(156 163 175 / 0.4) !important;
}
.\!text-secondary-400\/45{
  color: rgb(156 163 175 / 0.45) !important;
}
.\!text-secondary-400\/5{
  color: rgb(156 163 175 / 0.05) !important;
}
.\!text-secondary-400\/50{
  color: rgb(156 163 175 / 0.5) !important;
}
.\!text-secondary-400\/55{
  color: rgb(156 163 175 / 0.55) !important;
}
.\!text-secondary-400\/60{
  color: rgb(156 163 175 / 0.6) !important;
}
.\!text-secondary-400\/65{
  color: rgb(156 163 175 / 0.65) !important;
}
.\!text-secondary-400\/70{
  color: rgb(156 163 175 / 0.7) !important;
}
.\!text-secondary-400\/75{
  color: rgb(156 163 175 / 0.75) !important;
}
.\!text-secondary-400\/80{
  color: rgb(156 163 175 / 0.8) !important;
}
.\!text-secondary-400\/85{
  color: rgb(156 163 175 / 0.85) !important;
}
.\!text-secondary-400\/90{
  color: rgb(156 163 175 / 0.9) !important;
}
.\!text-secondary-400\/95{
  color: rgb(156 163 175 / 0.95) !important;
}
.\!text-secondary-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-50\/0{
  color: rgb(249 250 251 / 0) !important;
}
.\!text-secondary-50\/10{
  color: rgb(249 250 251 / 0.1) !important;
}
.\!text-secondary-50\/100{
  color: rgb(249 250 251 / 1) !important;
}
.\!text-secondary-50\/15{
  color: rgb(249 250 251 / 0.15) !important;
}
.\!text-secondary-50\/20{
  color: rgb(249 250 251 / 0.2) !important;
}
.\!text-secondary-50\/25{
  color: rgb(249 250 251 / 0.25) !important;
}
.\!text-secondary-50\/30{
  color: rgb(249 250 251 / 0.3) !important;
}
.\!text-secondary-50\/35{
  color: rgb(249 250 251 / 0.35) !important;
}
.\!text-secondary-50\/40{
  color: rgb(249 250 251 / 0.4) !important;
}
.\!text-secondary-50\/45{
  color: rgb(249 250 251 / 0.45) !important;
}
.\!text-secondary-50\/5{
  color: rgb(249 250 251 / 0.05) !important;
}
.\!text-secondary-50\/50{
  color: rgb(249 250 251 / 0.5) !important;
}
.\!text-secondary-50\/55{
  color: rgb(249 250 251 / 0.55) !important;
}
.\!text-secondary-50\/60{
  color: rgb(249 250 251 / 0.6) !important;
}
.\!text-secondary-50\/65{
  color: rgb(249 250 251 / 0.65) !important;
}
.\!text-secondary-50\/70{
  color: rgb(249 250 251 / 0.7) !important;
}
.\!text-secondary-50\/75{
  color: rgb(249 250 251 / 0.75) !important;
}
.\!text-secondary-50\/80{
  color: rgb(249 250 251 / 0.8) !important;
}
.\!text-secondary-50\/85{
  color: rgb(249 250 251 / 0.85) !important;
}
.\!text-secondary-50\/90{
  color: rgb(249 250 251 / 0.9) !important;
}
.\!text-secondary-50\/95{
  color: rgb(249 250 251 / 0.95) !important;
}
.\!text-secondary-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-500\/0{
  color: rgb(107 114 128 / 0) !important;
}
.\!text-secondary-500\/10{
  color: rgb(107 114 128 / 0.1) !important;
}
.\!text-secondary-500\/100{
  color: rgb(107 114 128 / 1) !important;
}
.\!text-secondary-500\/15{
  color: rgb(107 114 128 / 0.15) !important;
}
.\!text-secondary-500\/20{
  color: rgb(107 114 128 / 0.2) !important;
}
.\!text-secondary-500\/25{
  color: rgb(107 114 128 / 0.25) !important;
}
.\!text-secondary-500\/30{
  color: rgb(107 114 128 / 0.3) !important;
}
.\!text-secondary-500\/35{
  color: rgb(107 114 128 / 0.35) !important;
}
.\!text-secondary-500\/40{
  color: rgb(107 114 128 / 0.4) !important;
}
.\!text-secondary-500\/45{
  color: rgb(107 114 128 / 0.45) !important;
}
.\!text-secondary-500\/5{
  color: rgb(107 114 128 / 0.05) !important;
}
.\!text-secondary-500\/50{
  color: rgb(107 114 128 / 0.5) !important;
}
.\!text-secondary-500\/55{
  color: rgb(107 114 128 / 0.55) !important;
}
.\!text-secondary-500\/60{
  color: rgb(107 114 128 / 0.6) !important;
}
.\!text-secondary-500\/65{
  color: rgb(107 114 128 / 0.65) !important;
}
.\!text-secondary-500\/70{
  color: rgb(107 114 128 / 0.7) !important;
}
.\!text-secondary-500\/75{
  color: rgb(107 114 128 / 0.75) !important;
}
.\!text-secondary-500\/80{
  color: rgb(107 114 128 / 0.8) !important;
}
.\!text-secondary-500\/85{
  color: rgb(107 114 128 / 0.85) !important;
}
.\!text-secondary-500\/90{
  color: rgb(107 114 128 / 0.9) !important;
}
.\!text-secondary-500\/95{
  color: rgb(107 114 128 / 0.95) !important;
}
.\!text-secondary-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-600\/0{
  color: rgb(75 85 99 / 0) !important;
}
.\!text-secondary-600\/10{
  color: rgb(75 85 99 / 0.1) !important;
}
.\!text-secondary-600\/100{
  color: rgb(75 85 99 / 1) !important;
}
.\!text-secondary-600\/15{
  color: rgb(75 85 99 / 0.15) !important;
}
.\!text-secondary-600\/20{
  color: rgb(75 85 99 / 0.2) !important;
}
.\!text-secondary-600\/25{
  color: rgb(75 85 99 / 0.25) !important;
}
.\!text-secondary-600\/30{
  color: rgb(75 85 99 / 0.3) !important;
}
.\!text-secondary-600\/35{
  color: rgb(75 85 99 / 0.35) !important;
}
.\!text-secondary-600\/40{
  color: rgb(75 85 99 / 0.4) !important;
}
.\!text-secondary-600\/45{
  color: rgb(75 85 99 / 0.45) !important;
}
.\!text-secondary-600\/5{
  color: rgb(75 85 99 / 0.05) !important;
}
.\!text-secondary-600\/50{
  color: rgb(75 85 99 / 0.5) !important;
}
.\!text-secondary-600\/55{
  color: rgb(75 85 99 / 0.55) !important;
}
.\!text-secondary-600\/60{
  color: rgb(75 85 99 / 0.6) !important;
}
.\!text-secondary-600\/65{
  color: rgb(75 85 99 / 0.65) !important;
}
.\!text-secondary-600\/70{
  color: rgb(75 85 99 / 0.7) !important;
}
.\!text-secondary-600\/75{
  color: rgb(75 85 99 / 0.75) !important;
}
.\!text-secondary-600\/80{
  color: rgb(75 85 99 / 0.8) !important;
}
.\!text-secondary-600\/85{
  color: rgb(75 85 99 / 0.85) !important;
}
.\!text-secondary-600\/90{
  color: rgb(75 85 99 / 0.9) !important;
}
.\!text-secondary-600\/95{
  color: rgb(75 85 99 / 0.95) !important;
}
.\!text-secondary-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-700\/0{
  color: rgb(55 65 81 / 0) !important;
}
.\!text-secondary-700\/10{
  color: rgb(55 65 81 / 0.1) !important;
}
.\!text-secondary-700\/100{
  color: rgb(55 65 81 / 1) !important;
}
.\!text-secondary-700\/15{
  color: rgb(55 65 81 / 0.15) !important;
}
.\!text-secondary-700\/20{
  color: rgb(55 65 81 / 0.2) !important;
}
.\!text-secondary-700\/25{
  color: rgb(55 65 81 / 0.25) !important;
}
.\!text-secondary-700\/30{
  color: rgb(55 65 81 / 0.3) !important;
}
.\!text-secondary-700\/35{
  color: rgb(55 65 81 / 0.35) !important;
}
.\!text-secondary-700\/40{
  color: rgb(55 65 81 / 0.4) !important;
}
.\!text-secondary-700\/45{
  color: rgb(55 65 81 / 0.45) !important;
}
.\!text-secondary-700\/5{
  color: rgb(55 65 81 / 0.05) !important;
}
.\!text-secondary-700\/50{
  color: rgb(55 65 81 / 0.5) !important;
}
.\!text-secondary-700\/55{
  color: rgb(55 65 81 / 0.55) !important;
}
.\!text-secondary-700\/60{
  color: rgb(55 65 81 / 0.6) !important;
}
.\!text-secondary-700\/65{
  color: rgb(55 65 81 / 0.65) !important;
}
.\!text-secondary-700\/70{
  color: rgb(55 65 81 / 0.7) !important;
}
.\!text-secondary-700\/75{
  color: rgb(55 65 81 / 0.75) !important;
}
.\!text-secondary-700\/80{
  color: rgb(55 65 81 / 0.8) !important;
}
.\!text-secondary-700\/85{
  color: rgb(55 65 81 / 0.85) !important;
}
.\!text-secondary-700\/90{
  color: rgb(55 65 81 / 0.9) !important;
}
.\!text-secondary-700\/95{
  color: rgb(55 65 81 / 0.95) !important;
}
.\!text-secondary-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-800\/0{
  color: rgb(31 41 55 / 0) !important;
}
.\!text-secondary-800\/10{
  color: rgb(31 41 55 / 0.1) !important;
}
.\!text-secondary-800\/100{
  color: rgb(31 41 55 / 1) !important;
}
.\!text-secondary-800\/15{
  color: rgb(31 41 55 / 0.15) !important;
}
.\!text-secondary-800\/20{
  color: rgb(31 41 55 / 0.2) !important;
}
.\!text-secondary-800\/25{
  color: rgb(31 41 55 / 0.25) !important;
}
.\!text-secondary-800\/30{
  color: rgb(31 41 55 / 0.3) !important;
}
.\!text-secondary-800\/35{
  color: rgb(31 41 55 / 0.35) !important;
}
.\!text-secondary-800\/40{
  color: rgb(31 41 55 / 0.4) !important;
}
.\!text-secondary-800\/45{
  color: rgb(31 41 55 / 0.45) !important;
}
.\!text-secondary-800\/5{
  color: rgb(31 41 55 / 0.05) !important;
}
.\!text-secondary-800\/50{
  color: rgb(31 41 55 / 0.5) !important;
}
.\!text-secondary-800\/55{
  color: rgb(31 41 55 / 0.55) !important;
}
.\!text-secondary-800\/60{
  color: rgb(31 41 55 / 0.6) !important;
}
.\!text-secondary-800\/65{
  color: rgb(31 41 55 / 0.65) !important;
}
.\!text-secondary-800\/70{
  color: rgb(31 41 55 / 0.7) !important;
}
.\!text-secondary-800\/75{
  color: rgb(31 41 55 / 0.75) !important;
}
.\!text-secondary-800\/80{
  color: rgb(31 41 55 / 0.8) !important;
}
.\!text-secondary-800\/85{
  color: rgb(31 41 55 / 0.85) !important;
}
.\!text-secondary-800\/90{
  color: rgb(31 41 55 / 0.9) !important;
}
.\!text-secondary-800\/95{
  color: rgb(31 41 55 / 0.95) !important;
}
.\!text-secondary-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-900\/0{
  color: rgb(17 24 39 / 0) !important;
}
.\!text-secondary-900\/10{
  color: rgb(17 24 39 / 0.1) !important;
}
.\!text-secondary-900\/100{
  color: rgb(17 24 39 / 1) !important;
}
.\!text-secondary-900\/15{
  color: rgb(17 24 39 / 0.15) !important;
}
.\!text-secondary-900\/20{
  color: rgb(17 24 39 / 0.2) !important;
}
.\!text-secondary-900\/25{
  color: rgb(17 24 39 / 0.25) !important;
}
.\!text-secondary-900\/30{
  color: rgb(17 24 39 / 0.3) !important;
}
.\!text-secondary-900\/35{
  color: rgb(17 24 39 / 0.35) !important;
}
.\!text-secondary-900\/40{
  color: rgb(17 24 39 / 0.4) !important;
}
.\!text-secondary-900\/45{
  color: rgb(17 24 39 / 0.45) !important;
}
.\!text-secondary-900\/5{
  color: rgb(17 24 39 / 0.05) !important;
}
.\!text-secondary-900\/50{
  color: rgb(17 24 39 / 0.5) !important;
}
.\!text-secondary-900\/55{
  color: rgb(17 24 39 / 0.55) !important;
}
.\!text-secondary-900\/60{
  color: rgb(17 24 39 / 0.6) !important;
}
.\!text-secondary-900\/65{
  color: rgb(17 24 39 / 0.65) !important;
}
.\!text-secondary-900\/70{
  color: rgb(17 24 39 / 0.7) !important;
}
.\!text-secondary-900\/75{
  color: rgb(17 24 39 / 0.75) !important;
}
.\!text-secondary-900\/80{
  color: rgb(17 24 39 / 0.8) !important;
}
.\!text-secondary-900\/85{
  color: rgb(17 24 39 / 0.85) !important;
}
.\!text-secondary-900\/90{
  color: rgb(17 24 39 / 0.9) !important;
}
.\!text-secondary-900\/95{
  color: rgb(17 24 39 / 0.95) !important;
}
.\!text-secondary-950{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-950\/0{
  color: rgb(3 7 18 / 0) !important;
}
.\!text-secondary-950\/10{
  color: rgb(3 7 18 / 0.1) !important;
}
.\!text-secondary-950\/100{
  color: rgb(3 7 18 / 1) !important;
}
.\!text-secondary-950\/15{
  color: rgb(3 7 18 / 0.15) !important;
}
.\!text-secondary-950\/20{
  color: rgb(3 7 18 / 0.2) !important;
}
.\!text-secondary-950\/25{
  color: rgb(3 7 18 / 0.25) !important;
}
.\!text-secondary-950\/30{
  color: rgb(3 7 18 / 0.3) !important;
}
.\!text-secondary-950\/35{
  color: rgb(3 7 18 / 0.35) !important;
}
.\!text-secondary-950\/40{
  color: rgb(3 7 18 / 0.4) !important;
}
.\!text-secondary-950\/45{
  color: rgb(3 7 18 / 0.45) !important;
}
.\!text-secondary-950\/5{
  color: rgb(3 7 18 / 0.05) !important;
}
.\!text-secondary-950\/50{
  color: rgb(3 7 18 / 0.5) !important;
}
.\!text-secondary-950\/55{
  color: rgb(3 7 18 / 0.55) !important;
}
.\!text-secondary-950\/60{
  color: rgb(3 7 18 / 0.6) !important;
}
.\!text-secondary-950\/65{
  color: rgb(3 7 18 / 0.65) !important;
}
.\!text-secondary-950\/70{
  color: rgb(3 7 18 / 0.7) !important;
}
.\!text-secondary-950\/75{
  color: rgb(3 7 18 / 0.75) !important;
}
.\!text-secondary-950\/80{
  color: rgb(3 7 18 / 0.8) !important;
}
.\!text-secondary-950\/85{
  color: rgb(3 7 18 / 0.85) !important;
}
.\!text-secondary-950\/90{
  color: rgb(3 7 18 / 0.9) !important;
}
.\!text-secondary-950\/95{
  color: rgb(3 7 18 / 0.95) !important;
}
.\!text-sky-100{
  --tw-text-opacity: 1 !important;
  color: rgb(224 242 254 / var(--tw-text-opacity)) !important;
}
.\!text-sky-100\/0{
  color: rgb(224 242 254 / 0) !important;
}
.\!text-sky-100\/10{
  color: rgb(224 242 254 / 0.1) !important;
}
.\!text-sky-100\/100{
  color: rgb(224 242 254 / 1) !important;
}
.\!text-sky-100\/15{
  color: rgb(224 242 254 / 0.15) !important;
}
.\!text-sky-100\/20{
  color: rgb(224 242 254 / 0.2) !important;
}
.\!text-sky-100\/25{
  color: rgb(224 242 254 / 0.25) !important;
}
.\!text-sky-100\/30{
  color: rgb(224 242 254 / 0.3) !important;
}
.\!text-sky-100\/35{
  color: rgb(224 242 254 / 0.35) !important;
}
.\!text-sky-100\/40{
  color: rgb(224 242 254 / 0.4) !important;
}
.\!text-sky-100\/45{
  color: rgb(224 242 254 / 0.45) !important;
}
.\!text-sky-100\/5{
  color: rgb(224 242 254 / 0.05) !important;
}
.\!text-sky-100\/50{
  color: rgb(224 242 254 / 0.5) !important;
}
.\!text-sky-100\/55{
  color: rgb(224 242 254 / 0.55) !important;
}
.\!text-sky-100\/60{
  color: rgb(224 242 254 / 0.6) !important;
}
.\!text-sky-100\/65{
  color: rgb(224 242 254 / 0.65) !important;
}
.\!text-sky-100\/70{
  color: rgb(224 242 254 / 0.7) !important;
}
.\!text-sky-100\/75{
  color: rgb(224 242 254 / 0.75) !important;
}
.\!text-sky-100\/80{
  color: rgb(224 242 254 / 0.8) !important;
}
.\!text-sky-100\/85{
  color: rgb(224 242 254 / 0.85) !important;
}
.\!text-sky-100\/90{
  color: rgb(224 242 254 / 0.9) !important;
}
.\!text-sky-100\/95{
  color: rgb(224 242 254 / 0.95) !important;
}
.\!text-sky-200{
  --tw-text-opacity: 1 !important;
  color: rgb(186 230 253 / var(--tw-text-opacity)) !important;
}
.\!text-sky-200\/0{
  color: rgb(186 230 253 / 0) !important;
}
.\!text-sky-200\/10{
  color: rgb(186 230 253 / 0.1) !important;
}
.\!text-sky-200\/100{
  color: rgb(186 230 253 / 1) !important;
}
.\!text-sky-200\/15{
  color: rgb(186 230 253 / 0.15) !important;
}
.\!text-sky-200\/20{
  color: rgb(186 230 253 / 0.2) !important;
}
.\!text-sky-200\/25{
  color: rgb(186 230 253 / 0.25) !important;
}
.\!text-sky-200\/30{
  color: rgb(186 230 253 / 0.3) !important;
}
.\!text-sky-200\/35{
  color: rgb(186 230 253 / 0.35) !important;
}
.\!text-sky-200\/40{
  color: rgb(186 230 253 / 0.4) !important;
}
.\!text-sky-200\/45{
  color: rgb(186 230 253 / 0.45) !important;
}
.\!text-sky-200\/5{
  color: rgb(186 230 253 / 0.05) !important;
}
.\!text-sky-200\/50{
  color: rgb(186 230 253 / 0.5) !important;
}
.\!text-sky-200\/55{
  color: rgb(186 230 253 / 0.55) !important;
}
.\!text-sky-200\/60{
  color: rgb(186 230 253 / 0.6) !important;
}
.\!text-sky-200\/65{
  color: rgb(186 230 253 / 0.65) !important;
}
.\!text-sky-200\/70{
  color: rgb(186 230 253 / 0.7) !important;
}
.\!text-sky-200\/75{
  color: rgb(186 230 253 / 0.75) !important;
}
.\!text-sky-200\/80{
  color: rgb(186 230 253 / 0.8) !important;
}
.\!text-sky-200\/85{
  color: rgb(186 230 253 / 0.85) !important;
}
.\!text-sky-200\/90{
  color: rgb(186 230 253 / 0.9) !important;
}
.\!text-sky-200\/95{
  color: rgb(186 230 253 / 0.95) !important;
}
.\!text-sky-300{
  --tw-text-opacity: 1 !important;
  color: rgb(125 211 252 / var(--tw-text-opacity)) !important;
}
.\!text-sky-300\/0{
  color: rgb(125 211 252 / 0) !important;
}
.\!text-sky-300\/10{
  color: rgb(125 211 252 / 0.1) !important;
}
.\!text-sky-300\/100{
  color: rgb(125 211 252 / 1) !important;
}
.\!text-sky-300\/15{
  color: rgb(125 211 252 / 0.15) !important;
}
.\!text-sky-300\/20{
  color: rgb(125 211 252 / 0.2) !important;
}
.\!text-sky-300\/25{
  color: rgb(125 211 252 / 0.25) !important;
}
.\!text-sky-300\/30{
  color: rgb(125 211 252 / 0.3) !important;
}
.\!text-sky-300\/35{
  color: rgb(125 211 252 / 0.35) !important;
}
.\!text-sky-300\/40{
  color: rgb(125 211 252 / 0.4) !important;
}
.\!text-sky-300\/45{
  color: rgb(125 211 252 / 0.45) !important;
}
.\!text-sky-300\/5{
  color: rgb(125 211 252 / 0.05) !important;
}
.\!text-sky-300\/50{
  color: rgb(125 211 252 / 0.5) !important;
}
.\!text-sky-300\/55{
  color: rgb(125 211 252 / 0.55) !important;
}
.\!text-sky-300\/60{
  color: rgb(125 211 252 / 0.6) !important;
}
.\!text-sky-300\/65{
  color: rgb(125 211 252 / 0.65) !important;
}
.\!text-sky-300\/70{
  color: rgb(125 211 252 / 0.7) !important;
}
.\!text-sky-300\/75{
  color: rgb(125 211 252 / 0.75) !important;
}
.\!text-sky-300\/80{
  color: rgb(125 211 252 / 0.8) !important;
}
.\!text-sky-300\/85{
  color: rgb(125 211 252 / 0.85) !important;
}
.\!text-sky-300\/90{
  color: rgb(125 211 252 / 0.9) !important;
}
.\!text-sky-300\/95{
  color: rgb(125 211 252 / 0.95) !important;
}
.\!text-sky-400{
  --tw-text-opacity: 1 !important;
  color: rgb(56 189 248 / var(--tw-text-opacity)) !important;
}
.\!text-sky-400\/0{
  color: rgb(56 189 248 / 0) !important;
}
.\!text-sky-400\/10{
  color: rgb(56 189 248 / 0.1) !important;
}
.\!text-sky-400\/100{
  color: rgb(56 189 248 / 1) !important;
}
.\!text-sky-400\/15{
  color: rgb(56 189 248 / 0.15) !important;
}
.\!text-sky-400\/20{
  color: rgb(56 189 248 / 0.2) !important;
}
.\!text-sky-400\/25{
  color: rgb(56 189 248 / 0.25) !important;
}
.\!text-sky-400\/30{
  color: rgb(56 189 248 / 0.3) !important;
}
.\!text-sky-400\/35{
  color: rgb(56 189 248 / 0.35) !important;
}
.\!text-sky-400\/40{
  color: rgb(56 189 248 / 0.4) !important;
}
.\!text-sky-400\/45{
  color: rgb(56 189 248 / 0.45) !important;
}
.\!text-sky-400\/5{
  color: rgb(56 189 248 / 0.05) !important;
}
.\!text-sky-400\/50{
  color: rgb(56 189 248 / 0.5) !important;
}
.\!text-sky-400\/55{
  color: rgb(56 189 248 / 0.55) !important;
}
.\!text-sky-400\/60{
  color: rgb(56 189 248 / 0.6) !important;
}
.\!text-sky-400\/65{
  color: rgb(56 189 248 / 0.65) !important;
}
.\!text-sky-400\/70{
  color: rgb(56 189 248 / 0.7) !important;
}
.\!text-sky-400\/75{
  color: rgb(56 189 248 / 0.75) !important;
}
.\!text-sky-400\/80{
  color: rgb(56 189 248 / 0.8) !important;
}
.\!text-sky-400\/85{
  color: rgb(56 189 248 / 0.85) !important;
}
.\!text-sky-400\/90{
  color: rgb(56 189 248 / 0.9) !important;
}
.\!text-sky-400\/95{
  color: rgb(56 189 248 / 0.95) !important;
}
.\!text-sky-50{
  --tw-text-opacity: 1 !important;
  color: rgb(240 249 255 / var(--tw-text-opacity)) !important;
}
.\!text-sky-50\/0{
  color: rgb(240 249 255 / 0) !important;
}
.\!text-sky-50\/10{
  color: rgb(240 249 255 / 0.1) !important;
}
.\!text-sky-50\/100{
  color: rgb(240 249 255 / 1) !important;
}
.\!text-sky-50\/15{
  color: rgb(240 249 255 / 0.15) !important;
}
.\!text-sky-50\/20{
  color: rgb(240 249 255 / 0.2) !important;
}
.\!text-sky-50\/25{
  color: rgb(240 249 255 / 0.25) !important;
}
.\!text-sky-50\/30{
  color: rgb(240 249 255 / 0.3) !important;
}
.\!text-sky-50\/35{
  color: rgb(240 249 255 / 0.35) !important;
}
.\!text-sky-50\/40{
  color: rgb(240 249 255 / 0.4) !important;
}
.\!text-sky-50\/45{
  color: rgb(240 249 255 / 0.45) !important;
}
.\!text-sky-50\/5{
  color: rgb(240 249 255 / 0.05) !important;
}
.\!text-sky-50\/50{
  color: rgb(240 249 255 / 0.5) !important;
}
.\!text-sky-50\/55{
  color: rgb(240 249 255 / 0.55) !important;
}
.\!text-sky-50\/60{
  color: rgb(240 249 255 / 0.6) !important;
}
.\!text-sky-50\/65{
  color: rgb(240 249 255 / 0.65) !important;
}
.\!text-sky-50\/70{
  color: rgb(240 249 255 / 0.7) !important;
}
.\!text-sky-50\/75{
  color: rgb(240 249 255 / 0.75) !important;
}
.\!text-sky-50\/80{
  color: rgb(240 249 255 / 0.8) !important;
}
.\!text-sky-50\/85{
  color: rgb(240 249 255 / 0.85) !important;
}
.\!text-sky-50\/90{
  color: rgb(240 249 255 / 0.9) !important;
}
.\!text-sky-50\/95{
  color: rgb(240 249 255 / 0.95) !important;
}
.\!text-sky-500{
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}
.\!text-sky-500\/0{
  color: rgb(14 165 233 / 0) !important;
}
.\!text-sky-500\/10{
  color: rgb(14 165 233 / 0.1) !important;
}
.\!text-sky-500\/100{
  color: rgb(14 165 233 / 1) !important;
}
.\!text-sky-500\/15{
  color: rgb(14 165 233 / 0.15) !important;
}
.\!text-sky-500\/20{
  color: rgb(14 165 233 / 0.2) !important;
}
.\!text-sky-500\/25{
  color: rgb(14 165 233 / 0.25) !important;
}
.\!text-sky-500\/30{
  color: rgb(14 165 233 / 0.3) !important;
}
.\!text-sky-500\/35{
  color: rgb(14 165 233 / 0.35) !important;
}
.\!text-sky-500\/40{
  color: rgb(14 165 233 / 0.4) !important;
}
.\!text-sky-500\/45{
  color: rgb(14 165 233 / 0.45) !important;
}
.\!text-sky-500\/5{
  color: rgb(14 165 233 / 0.05) !important;
}
.\!text-sky-500\/50{
  color: rgb(14 165 233 / 0.5) !important;
}
.\!text-sky-500\/55{
  color: rgb(14 165 233 / 0.55) !important;
}
.\!text-sky-500\/60{
  color: rgb(14 165 233 / 0.6) !important;
}
.\!text-sky-500\/65{
  color: rgb(14 165 233 / 0.65) !important;
}
.\!text-sky-500\/70{
  color: rgb(14 165 233 / 0.7) !important;
}
.\!text-sky-500\/75{
  color: rgb(14 165 233 / 0.75) !important;
}
.\!text-sky-500\/80{
  color: rgb(14 165 233 / 0.8) !important;
}
.\!text-sky-500\/85{
  color: rgb(14 165 233 / 0.85) !important;
}
.\!text-sky-500\/90{
  color: rgb(14 165 233 / 0.9) !important;
}
.\!text-sky-500\/95{
  color: rgb(14 165 233 / 0.95) !important;
}
.\!text-sky-600{
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
}
.\!text-sky-600\/0{
  color: rgb(2 132 199 / 0) !important;
}
.\!text-sky-600\/10{
  color: rgb(2 132 199 / 0.1) !important;
}
.\!text-sky-600\/100{
  color: rgb(2 132 199 / 1) !important;
}
.\!text-sky-600\/15{
  color: rgb(2 132 199 / 0.15) !important;
}
.\!text-sky-600\/20{
  color: rgb(2 132 199 / 0.2) !important;
}
.\!text-sky-600\/25{
  color: rgb(2 132 199 / 0.25) !important;
}
.\!text-sky-600\/30{
  color: rgb(2 132 199 / 0.3) !important;
}
.\!text-sky-600\/35{
  color: rgb(2 132 199 / 0.35) !important;
}
.\!text-sky-600\/40{
  color: rgb(2 132 199 / 0.4) !important;
}
.\!text-sky-600\/45{
  color: rgb(2 132 199 / 0.45) !important;
}
.\!text-sky-600\/5{
  color: rgb(2 132 199 / 0.05) !important;
}
.\!text-sky-600\/50{
  color: rgb(2 132 199 / 0.5) !important;
}
.\!text-sky-600\/55{
  color: rgb(2 132 199 / 0.55) !important;
}
.\!text-sky-600\/60{
  color: rgb(2 132 199 / 0.6) !important;
}
.\!text-sky-600\/65{
  color: rgb(2 132 199 / 0.65) !important;
}
.\!text-sky-600\/70{
  color: rgb(2 132 199 / 0.7) !important;
}
.\!text-sky-600\/75{
  color: rgb(2 132 199 / 0.75) !important;
}
.\!text-sky-600\/80{
  color: rgb(2 132 199 / 0.8) !important;
}
.\!text-sky-600\/85{
  color: rgb(2 132 199 / 0.85) !important;
}
.\!text-sky-600\/90{
  color: rgb(2 132 199 / 0.9) !important;
}
.\!text-sky-600\/95{
  color: rgb(2 132 199 / 0.95) !important;
}
.\!text-sky-700{
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity)) !important;
}
.\!text-sky-700\/0{
  color: rgb(3 105 161 / 0) !important;
}
.\!text-sky-700\/10{
  color: rgb(3 105 161 / 0.1) !important;
}
.\!text-sky-700\/100{
  color: rgb(3 105 161 / 1) !important;
}
.\!text-sky-700\/15{
  color: rgb(3 105 161 / 0.15) !important;
}
.\!text-sky-700\/20{
  color: rgb(3 105 161 / 0.2) !important;
}
.\!text-sky-700\/25{
  color: rgb(3 105 161 / 0.25) !important;
}
.\!text-sky-700\/30{
  color: rgb(3 105 161 / 0.3) !important;
}
.\!text-sky-700\/35{
  color: rgb(3 105 161 / 0.35) !important;
}
.\!text-sky-700\/40{
  color: rgb(3 105 161 / 0.4) !important;
}
.\!text-sky-700\/45{
  color: rgb(3 105 161 / 0.45) !important;
}
.\!text-sky-700\/5{
  color: rgb(3 105 161 / 0.05) !important;
}
.\!text-sky-700\/50{
  color: rgb(3 105 161 / 0.5) !important;
}
.\!text-sky-700\/55{
  color: rgb(3 105 161 / 0.55) !important;
}
.\!text-sky-700\/60{
  color: rgb(3 105 161 / 0.6) !important;
}
.\!text-sky-700\/65{
  color: rgb(3 105 161 / 0.65) !important;
}
.\!text-sky-700\/70{
  color: rgb(3 105 161 / 0.7) !important;
}
.\!text-sky-700\/75{
  color: rgb(3 105 161 / 0.75) !important;
}
.\!text-sky-700\/80{
  color: rgb(3 105 161 / 0.8) !important;
}
.\!text-sky-700\/85{
  color: rgb(3 105 161 / 0.85) !important;
}
.\!text-sky-700\/90{
  color: rgb(3 105 161 / 0.9) !important;
}
.\!text-sky-700\/95{
  color: rgb(3 105 161 / 0.95) !important;
}
.\!text-sky-800{
  --tw-text-opacity: 1 !important;
  color: rgb(7 89 133 / var(--tw-text-opacity)) !important;
}
.\!text-sky-800\/0{
  color: rgb(7 89 133 / 0) !important;
}
.\!text-sky-800\/10{
  color: rgb(7 89 133 / 0.1) !important;
}
.\!text-sky-800\/100{
  color: rgb(7 89 133 / 1) !important;
}
.\!text-sky-800\/15{
  color: rgb(7 89 133 / 0.15) !important;
}
.\!text-sky-800\/20{
  color: rgb(7 89 133 / 0.2) !important;
}
.\!text-sky-800\/25{
  color: rgb(7 89 133 / 0.25) !important;
}
.\!text-sky-800\/30{
  color: rgb(7 89 133 / 0.3) !important;
}
.\!text-sky-800\/35{
  color: rgb(7 89 133 / 0.35) !important;
}
.\!text-sky-800\/40{
  color: rgb(7 89 133 / 0.4) !important;
}
.\!text-sky-800\/45{
  color: rgb(7 89 133 / 0.45) !important;
}
.\!text-sky-800\/5{
  color: rgb(7 89 133 / 0.05) !important;
}
.\!text-sky-800\/50{
  color: rgb(7 89 133 / 0.5) !important;
}
.\!text-sky-800\/55{
  color: rgb(7 89 133 / 0.55) !important;
}
.\!text-sky-800\/60{
  color: rgb(7 89 133 / 0.6) !important;
}
.\!text-sky-800\/65{
  color: rgb(7 89 133 / 0.65) !important;
}
.\!text-sky-800\/70{
  color: rgb(7 89 133 / 0.7) !important;
}
.\!text-sky-800\/75{
  color: rgb(7 89 133 / 0.75) !important;
}
.\!text-sky-800\/80{
  color: rgb(7 89 133 / 0.8) !important;
}
.\!text-sky-800\/85{
  color: rgb(7 89 133 / 0.85) !important;
}
.\!text-sky-800\/90{
  color: rgb(7 89 133 / 0.9) !important;
}
.\!text-sky-800\/95{
  color: rgb(7 89 133 / 0.95) !important;
}
.\!text-sky-900{
  --tw-text-opacity: 1 !important;
  color: rgb(12 74 110 / var(--tw-text-opacity)) !important;
}
.\!text-sky-900\/0{
  color: rgb(12 74 110 / 0) !important;
}
.\!text-sky-900\/10{
  color: rgb(12 74 110 / 0.1) !important;
}
.\!text-sky-900\/100{
  color: rgb(12 74 110 / 1) !important;
}
.\!text-sky-900\/15{
  color: rgb(12 74 110 / 0.15) !important;
}
.\!text-sky-900\/20{
  color: rgb(12 74 110 / 0.2) !important;
}
.\!text-sky-900\/25{
  color: rgb(12 74 110 / 0.25) !important;
}
.\!text-sky-900\/30{
  color: rgb(12 74 110 / 0.3) !important;
}
.\!text-sky-900\/35{
  color: rgb(12 74 110 / 0.35) !important;
}
.\!text-sky-900\/40{
  color: rgb(12 74 110 / 0.4) !important;
}
.\!text-sky-900\/45{
  color: rgb(12 74 110 / 0.45) !important;
}
.\!text-sky-900\/5{
  color: rgb(12 74 110 / 0.05) !important;
}
.\!text-sky-900\/50{
  color: rgb(12 74 110 / 0.5) !important;
}
.\!text-sky-900\/55{
  color: rgb(12 74 110 / 0.55) !important;
}
.\!text-sky-900\/60{
  color: rgb(12 74 110 / 0.6) !important;
}
.\!text-sky-900\/65{
  color: rgb(12 74 110 / 0.65) !important;
}
.\!text-sky-900\/70{
  color: rgb(12 74 110 / 0.7) !important;
}
.\!text-sky-900\/75{
  color: rgb(12 74 110 / 0.75) !important;
}
.\!text-sky-900\/80{
  color: rgb(12 74 110 / 0.8) !important;
}
.\!text-sky-900\/85{
  color: rgb(12 74 110 / 0.85) !important;
}
.\!text-sky-900\/90{
  color: rgb(12 74 110 / 0.9) !important;
}
.\!text-sky-900\/95{
  color: rgb(12 74 110 / 0.95) !important;
}
.\!text-sky-950{
  --tw-text-opacity: 1 !important;
  color: rgb(8 47 73 / var(--tw-text-opacity)) !important;
}
.\!text-sky-950\/0{
  color: rgb(8 47 73 / 0) !important;
}
.\!text-sky-950\/10{
  color: rgb(8 47 73 / 0.1) !important;
}
.\!text-sky-950\/100{
  color: rgb(8 47 73 / 1) !important;
}
.\!text-sky-950\/15{
  color: rgb(8 47 73 / 0.15) !important;
}
.\!text-sky-950\/20{
  color: rgb(8 47 73 / 0.2) !important;
}
.\!text-sky-950\/25{
  color: rgb(8 47 73 / 0.25) !important;
}
.\!text-sky-950\/30{
  color: rgb(8 47 73 / 0.3) !important;
}
.\!text-sky-950\/35{
  color: rgb(8 47 73 / 0.35) !important;
}
.\!text-sky-950\/40{
  color: rgb(8 47 73 / 0.4) !important;
}
.\!text-sky-950\/45{
  color: rgb(8 47 73 / 0.45) !important;
}
.\!text-sky-950\/5{
  color: rgb(8 47 73 / 0.05) !important;
}
.\!text-sky-950\/50{
  color: rgb(8 47 73 / 0.5) !important;
}
.\!text-sky-950\/55{
  color: rgb(8 47 73 / 0.55) !important;
}
.\!text-sky-950\/60{
  color: rgb(8 47 73 / 0.6) !important;
}
.\!text-sky-950\/65{
  color: rgb(8 47 73 / 0.65) !important;
}
.\!text-sky-950\/70{
  color: rgb(8 47 73 / 0.7) !important;
}
.\!text-sky-950\/75{
  color: rgb(8 47 73 / 0.75) !important;
}
.\!text-sky-950\/80{
  color: rgb(8 47 73 / 0.8) !important;
}
.\!text-sky-950\/85{
  color: rgb(8 47 73 / 0.85) !important;
}
.\!text-sky-950\/90{
  color: rgb(8 47 73 / 0.9) !important;
}
.\!text-sky-950\/95{
  color: rgb(8 47 73 / 0.95) !important;
}
.\!text-slate-100{
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity)) !important;
}
.\!text-slate-100\/0{
  color: rgb(241 245 249 / 0) !important;
}
.\!text-slate-100\/10{
  color: rgb(241 245 249 / 0.1) !important;
}
.\!text-slate-100\/100{
  color: rgb(241 245 249 / 1) !important;
}
.\!text-slate-100\/15{
  color: rgb(241 245 249 / 0.15) !important;
}
.\!text-slate-100\/20{
  color: rgb(241 245 249 / 0.2) !important;
}
.\!text-slate-100\/25{
  color: rgb(241 245 249 / 0.25) !important;
}
.\!text-slate-100\/30{
  color: rgb(241 245 249 / 0.3) !important;
}
.\!text-slate-100\/35{
  color: rgb(241 245 249 / 0.35) !important;
}
.\!text-slate-100\/40{
  color: rgb(241 245 249 / 0.4) !important;
}
.\!text-slate-100\/45{
  color: rgb(241 245 249 / 0.45) !important;
}
.\!text-slate-100\/5{
  color: rgb(241 245 249 / 0.05) !important;
}
.\!text-slate-100\/50{
  color: rgb(241 245 249 / 0.5) !important;
}
.\!text-slate-100\/55{
  color: rgb(241 245 249 / 0.55) !important;
}
.\!text-slate-100\/60{
  color: rgb(241 245 249 / 0.6) !important;
}
.\!text-slate-100\/65{
  color: rgb(241 245 249 / 0.65) !important;
}
.\!text-slate-100\/70{
  color: rgb(241 245 249 / 0.7) !important;
}
.\!text-slate-100\/75{
  color: rgb(241 245 249 / 0.75) !important;
}
.\!text-slate-100\/80{
  color: rgb(241 245 249 / 0.8) !important;
}
.\!text-slate-100\/85{
  color: rgb(241 245 249 / 0.85) !important;
}
.\!text-slate-100\/90{
  color: rgb(241 245 249 / 0.9) !important;
}
.\!text-slate-100\/95{
  color: rgb(241 245 249 / 0.95) !important;
}
.\!text-slate-200{
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}
.\!text-slate-200\/0{
  color: rgb(226 232 240 / 0) !important;
}
.\!text-slate-200\/10{
  color: rgb(226 232 240 / 0.1) !important;
}
.\!text-slate-200\/100{
  color: rgb(226 232 240 / 1) !important;
}
.\!text-slate-200\/15{
  color: rgb(226 232 240 / 0.15) !important;
}
.\!text-slate-200\/20{
  color: rgb(226 232 240 / 0.2) !important;
}
.\!text-slate-200\/25{
  color: rgb(226 232 240 / 0.25) !important;
}
.\!text-slate-200\/30{
  color: rgb(226 232 240 / 0.3) !important;
}
.\!text-slate-200\/35{
  color: rgb(226 232 240 / 0.35) !important;
}
.\!text-slate-200\/40{
  color: rgb(226 232 240 / 0.4) !important;
}
.\!text-slate-200\/45{
  color: rgb(226 232 240 / 0.45) !important;
}
.\!text-slate-200\/5{
  color: rgb(226 232 240 / 0.05) !important;
}
.\!text-slate-200\/50{
  color: rgb(226 232 240 / 0.5) !important;
}
.\!text-slate-200\/55{
  color: rgb(226 232 240 / 0.55) !important;
}
.\!text-slate-200\/60{
  color: rgb(226 232 240 / 0.6) !important;
}
.\!text-slate-200\/65{
  color: rgb(226 232 240 / 0.65) !important;
}
.\!text-slate-200\/70{
  color: rgb(226 232 240 / 0.7) !important;
}
.\!text-slate-200\/75{
  color: rgb(226 232 240 / 0.75) !important;
}
.\!text-slate-200\/80{
  color: rgb(226 232 240 / 0.8) !important;
}
.\!text-slate-200\/85{
  color: rgb(226 232 240 / 0.85) !important;
}
.\!text-slate-200\/90{
  color: rgb(226 232 240 / 0.9) !important;
}
.\!text-slate-200\/95{
  color: rgb(226 232 240 / 0.95) !important;
}
.\!text-slate-300{
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.\!text-slate-300\/0{
  color: rgb(203 213 225 / 0) !important;
}
.\!text-slate-300\/10{
  color: rgb(203 213 225 / 0.1) !important;
}
.\!text-slate-300\/100{
  color: rgb(203 213 225 / 1) !important;
}
.\!text-slate-300\/15{
  color: rgb(203 213 225 / 0.15) !important;
}
.\!text-slate-300\/20{
  color: rgb(203 213 225 / 0.2) !important;
}
.\!text-slate-300\/25{
  color: rgb(203 213 225 / 0.25) !important;
}
.\!text-slate-300\/30{
  color: rgb(203 213 225 / 0.3) !important;
}
.\!text-slate-300\/35{
  color: rgb(203 213 225 / 0.35) !important;
}
.\!text-slate-300\/40{
  color: rgb(203 213 225 / 0.4) !important;
}
.\!text-slate-300\/45{
  color: rgb(203 213 225 / 0.45) !important;
}
.\!text-slate-300\/5{
  color: rgb(203 213 225 / 0.05) !important;
}
.\!text-slate-300\/50{
  color: rgb(203 213 225 / 0.5) !important;
}
.\!text-slate-300\/55{
  color: rgb(203 213 225 / 0.55) !important;
}
.\!text-slate-300\/60{
  color: rgb(203 213 225 / 0.6) !important;
}
.\!text-slate-300\/65{
  color: rgb(203 213 225 / 0.65) !important;
}
.\!text-slate-300\/70{
  color: rgb(203 213 225 / 0.7) !important;
}
.\!text-slate-300\/75{
  color: rgb(203 213 225 / 0.75) !important;
}
.\!text-slate-300\/80{
  color: rgb(203 213 225 / 0.8) !important;
}
.\!text-slate-300\/85{
  color: rgb(203 213 225 / 0.85) !important;
}
.\!text-slate-300\/90{
  color: rgb(203 213 225 / 0.9) !important;
}
.\!text-slate-300\/95{
  color: rgb(203 213 225 / 0.95) !important;
}
.\!text-slate-400{
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.\!text-slate-400\/0{
  color: rgb(148 163 184 / 0) !important;
}
.\!text-slate-400\/10{
  color: rgb(148 163 184 / 0.1) !important;
}
.\!text-slate-400\/100{
  color: rgb(148 163 184 / 1) !important;
}
.\!text-slate-400\/15{
  color: rgb(148 163 184 / 0.15) !important;
}
.\!text-slate-400\/20{
  color: rgb(148 163 184 / 0.2) !important;
}
.\!text-slate-400\/25{
  color: rgb(148 163 184 / 0.25) !important;
}
.\!text-slate-400\/30{
  color: rgb(148 163 184 / 0.3) !important;
}
.\!text-slate-400\/35{
  color: rgb(148 163 184 / 0.35) !important;
}
.\!text-slate-400\/40{
  color: rgb(148 163 184 / 0.4) !important;
}
.\!text-slate-400\/45{
  color: rgb(148 163 184 / 0.45) !important;
}
.\!text-slate-400\/5{
  color: rgb(148 163 184 / 0.05) !important;
}
.\!text-slate-400\/50{
  color: rgb(148 163 184 / 0.5) !important;
}
.\!text-slate-400\/55{
  color: rgb(148 163 184 / 0.55) !important;
}
.\!text-slate-400\/60{
  color: rgb(148 163 184 / 0.6) !important;
}
.\!text-slate-400\/65{
  color: rgb(148 163 184 / 0.65) !important;
}
.\!text-slate-400\/70{
  color: rgb(148 163 184 / 0.7) !important;
}
.\!text-slate-400\/75{
  color: rgb(148 163 184 / 0.75) !important;
}
.\!text-slate-400\/80{
  color: rgb(148 163 184 / 0.8) !important;
}
.\!text-slate-400\/85{
  color: rgb(148 163 184 / 0.85) !important;
}
.\!text-slate-400\/90{
  color: rgb(148 163 184 / 0.9) !important;
}
.\!text-slate-400\/95{
  color: rgb(148 163 184 / 0.95) !important;
}
.\!text-slate-50{
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}
.\!text-slate-50\/0{
  color: rgb(248 250 252 / 0) !important;
}
.\!text-slate-50\/10{
  color: rgb(248 250 252 / 0.1) !important;
}
.\!text-slate-50\/100{
  color: rgb(248 250 252 / 1) !important;
}
.\!text-slate-50\/15{
  color: rgb(248 250 252 / 0.15) !important;
}
.\!text-slate-50\/20{
  color: rgb(248 250 252 / 0.2) !important;
}
.\!text-slate-50\/25{
  color: rgb(248 250 252 / 0.25) !important;
}
.\!text-slate-50\/30{
  color: rgb(248 250 252 / 0.3) !important;
}
.\!text-slate-50\/35{
  color: rgb(248 250 252 / 0.35) !important;
}
.\!text-slate-50\/40{
  color: rgb(248 250 252 / 0.4) !important;
}
.\!text-slate-50\/45{
  color: rgb(248 250 252 / 0.45) !important;
}
.\!text-slate-50\/5{
  color: rgb(248 250 252 / 0.05) !important;
}
.\!text-slate-50\/50{
  color: rgb(248 250 252 / 0.5) !important;
}
.\!text-slate-50\/55{
  color: rgb(248 250 252 / 0.55) !important;
}
.\!text-slate-50\/60{
  color: rgb(248 250 252 / 0.6) !important;
}
.\!text-slate-50\/65{
  color: rgb(248 250 252 / 0.65) !important;
}
.\!text-slate-50\/70{
  color: rgb(248 250 252 / 0.7) !important;
}
.\!text-slate-50\/75{
  color: rgb(248 250 252 / 0.75) !important;
}
.\!text-slate-50\/80{
  color: rgb(248 250 252 / 0.8) !important;
}
.\!text-slate-50\/85{
  color: rgb(248 250 252 / 0.85) !important;
}
.\!text-slate-50\/90{
  color: rgb(248 250 252 / 0.9) !important;
}
.\!text-slate-50\/95{
  color: rgb(248 250 252 / 0.95) !important;
}
.\!text-slate-500{
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.\!text-slate-500\/0{
  color: rgb(100 116 139 / 0) !important;
}
.\!text-slate-500\/10{
  color: rgb(100 116 139 / 0.1) !important;
}
.\!text-slate-500\/100{
  color: rgb(100 116 139 / 1) !important;
}
.\!text-slate-500\/15{
  color: rgb(100 116 139 / 0.15) !important;
}
.\!text-slate-500\/20{
  color: rgb(100 116 139 / 0.2) !important;
}
.\!text-slate-500\/25{
  color: rgb(100 116 139 / 0.25) !important;
}
.\!text-slate-500\/30{
  color: rgb(100 116 139 / 0.3) !important;
}
.\!text-slate-500\/35{
  color: rgb(100 116 139 / 0.35) !important;
}
.\!text-slate-500\/40{
  color: rgb(100 116 139 / 0.4) !important;
}
.\!text-slate-500\/45{
  color: rgb(100 116 139 / 0.45) !important;
}
.\!text-slate-500\/5{
  color: rgb(100 116 139 / 0.05) !important;
}
.\!text-slate-500\/50{
  color: rgb(100 116 139 / 0.5) !important;
}
.\!text-slate-500\/55{
  color: rgb(100 116 139 / 0.55) !important;
}
.\!text-slate-500\/60{
  color: rgb(100 116 139 / 0.6) !important;
}
.\!text-slate-500\/65{
  color: rgb(100 116 139 / 0.65) !important;
}
.\!text-slate-500\/70{
  color: rgb(100 116 139 / 0.7) !important;
}
.\!text-slate-500\/75{
  color: rgb(100 116 139 / 0.75) !important;
}
.\!text-slate-500\/80{
  color: rgb(100 116 139 / 0.8) !important;
}
.\!text-slate-500\/85{
  color: rgb(100 116 139 / 0.85) !important;
}
.\!text-slate-500\/90{
  color: rgb(100 116 139 / 0.9) !important;
}
.\!text-slate-500\/95{
  color: rgb(100 116 139 / 0.95) !important;
}
.\!text-slate-600{
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.\!text-slate-600\/0{
  color: rgb(71 85 105 / 0) !important;
}
.\!text-slate-600\/10{
  color: rgb(71 85 105 / 0.1) !important;
}
.\!text-slate-600\/100{
  color: rgb(71 85 105 / 1) !important;
}
.\!text-slate-600\/15{
  color: rgb(71 85 105 / 0.15) !important;
}
.\!text-slate-600\/20{
  color: rgb(71 85 105 / 0.2) !important;
}
.\!text-slate-600\/25{
  color: rgb(71 85 105 / 0.25) !important;
}
.\!text-slate-600\/30{
  color: rgb(71 85 105 / 0.3) !important;
}
.\!text-slate-600\/35{
  color: rgb(71 85 105 / 0.35) !important;
}
.\!text-slate-600\/40{
  color: rgb(71 85 105 / 0.4) !important;
}
.\!text-slate-600\/45{
  color: rgb(71 85 105 / 0.45) !important;
}
.\!text-slate-600\/5{
  color: rgb(71 85 105 / 0.05) !important;
}
.\!text-slate-600\/50{
  color: rgb(71 85 105 / 0.5) !important;
}
.\!text-slate-600\/55{
  color: rgb(71 85 105 / 0.55) !important;
}
.\!text-slate-600\/60{
  color: rgb(71 85 105 / 0.6) !important;
}
.\!text-slate-600\/65{
  color: rgb(71 85 105 / 0.65) !important;
}
.\!text-slate-600\/70{
  color: rgb(71 85 105 / 0.7) !important;
}
.\!text-slate-600\/75{
  color: rgb(71 85 105 / 0.75) !important;
}
.\!text-slate-600\/80{
  color: rgb(71 85 105 / 0.8) !important;
}
.\!text-slate-600\/85{
  color: rgb(71 85 105 / 0.85) !important;
}
.\!text-slate-600\/90{
  color: rgb(71 85 105 / 0.9) !important;
}
.\!text-slate-600\/95{
  color: rgb(71 85 105 / 0.95) !important;
}
.\!text-slate-700{
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.\!text-slate-700\/0{
  color: rgb(51 65 85 / 0) !important;
}
.\!text-slate-700\/10{
  color: rgb(51 65 85 / 0.1) !important;
}
.\!text-slate-700\/100{
  color: rgb(51 65 85 / 1) !important;
}
.\!text-slate-700\/15{
  color: rgb(51 65 85 / 0.15) !important;
}
.\!text-slate-700\/20{
  color: rgb(51 65 85 / 0.2) !important;
}
.\!text-slate-700\/25{
  color: rgb(51 65 85 / 0.25) !important;
}
.\!text-slate-700\/30{
  color: rgb(51 65 85 / 0.3) !important;
}
.\!text-slate-700\/35{
  color: rgb(51 65 85 / 0.35) !important;
}
.\!text-slate-700\/40{
  color: rgb(51 65 85 / 0.4) !important;
}
.\!text-slate-700\/45{
  color: rgb(51 65 85 / 0.45) !important;
}
.\!text-slate-700\/5{
  color: rgb(51 65 85 / 0.05) !important;
}
.\!text-slate-700\/50{
  color: rgb(51 65 85 / 0.5) !important;
}
.\!text-slate-700\/55{
  color: rgb(51 65 85 / 0.55) !important;
}
.\!text-slate-700\/60{
  color: rgb(51 65 85 / 0.6) !important;
}
.\!text-slate-700\/65{
  color: rgb(51 65 85 / 0.65) !important;
}
.\!text-slate-700\/70{
  color: rgb(51 65 85 / 0.7) !important;
}
.\!text-slate-700\/75{
  color: rgb(51 65 85 / 0.75) !important;
}
.\!text-slate-700\/80{
  color: rgb(51 65 85 / 0.8) !important;
}
.\!text-slate-700\/85{
  color: rgb(51 65 85 / 0.85) !important;
}
.\!text-slate-700\/90{
  color: rgb(51 65 85 / 0.9) !important;
}
.\!text-slate-700\/95{
  color: rgb(51 65 85 / 0.95) !important;
}
.\!text-slate-800{
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.\!text-slate-800\/0{
  color: rgb(30 41 59 / 0) !important;
}
.\!text-slate-800\/10{
  color: rgb(30 41 59 / 0.1) !important;
}
.\!text-slate-800\/100{
  color: rgb(30 41 59 / 1) !important;
}
.\!text-slate-800\/15{
  color: rgb(30 41 59 / 0.15) !important;
}
.\!text-slate-800\/20{
  color: rgb(30 41 59 / 0.2) !important;
}
.\!text-slate-800\/25{
  color: rgb(30 41 59 / 0.25) !important;
}
.\!text-slate-800\/30{
  color: rgb(30 41 59 / 0.3) !important;
}
.\!text-slate-800\/35{
  color: rgb(30 41 59 / 0.35) !important;
}
.\!text-slate-800\/40{
  color: rgb(30 41 59 / 0.4) !important;
}
.\!text-slate-800\/45{
  color: rgb(30 41 59 / 0.45) !important;
}
.\!text-slate-800\/5{
  color: rgb(30 41 59 / 0.05) !important;
}
.\!text-slate-800\/50{
  color: rgb(30 41 59 / 0.5) !important;
}
.\!text-slate-800\/55{
  color: rgb(30 41 59 / 0.55) !important;
}
.\!text-slate-800\/60{
  color: rgb(30 41 59 / 0.6) !important;
}
.\!text-slate-800\/65{
  color: rgb(30 41 59 / 0.65) !important;
}
.\!text-slate-800\/70{
  color: rgb(30 41 59 / 0.7) !important;
}
.\!text-slate-800\/75{
  color: rgb(30 41 59 / 0.75) !important;
}
.\!text-slate-800\/80{
  color: rgb(30 41 59 / 0.8) !important;
}
.\!text-slate-800\/85{
  color: rgb(30 41 59 / 0.85) !important;
}
.\!text-slate-800\/90{
  color: rgb(30 41 59 / 0.9) !important;
}
.\!text-slate-800\/95{
  color: rgb(30 41 59 / 0.95) !important;
}
.\!text-slate-900{
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}
.\!text-slate-900\/0{
  color: rgb(15 23 42 / 0) !important;
}
.\!text-slate-900\/10{
  color: rgb(15 23 42 / 0.1) !important;
}
.\!text-slate-900\/100{
  color: rgb(15 23 42 / 1) !important;
}
.\!text-slate-900\/15{
  color: rgb(15 23 42 / 0.15) !important;
}
.\!text-slate-900\/20{
  color: rgb(15 23 42 / 0.2) !important;
}
.\!text-slate-900\/25{
  color: rgb(15 23 42 / 0.25) !important;
}
.\!text-slate-900\/30{
  color: rgb(15 23 42 / 0.3) !important;
}
.\!text-slate-900\/35{
  color: rgb(15 23 42 / 0.35) !important;
}
.\!text-slate-900\/40{
  color: rgb(15 23 42 / 0.4) !important;
}
.\!text-slate-900\/45{
  color: rgb(15 23 42 / 0.45) !important;
}
.\!text-slate-900\/5{
  color: rgb(15 23 42 / 0.05) !important;
}
.\!text-slate-900\/50{
  color: rgb(15 23 42 / 0.5) !important;
}
.\!text-slate-900\/55{
  color: rgb(15 23 42 / 0.55) !important;
}
.\!text-slate-900\/60{
  color: rgb(15 23 42 / 0.6) !important;
}
.\!text-slate-900\/65{
  color: rgb(15 23 42 / 0.65) !important;
}
.\!text-slate-900\/70{
  color: rgb(15 23 42 / 0.7) !important;
}
.\!text-slate-900\/75{
  color: rgb(15 23 42 / 0.75) !important;
}
.\!text-slate-900\/80{
  color: rgb(15 23 42 / 0.8) !important;
}
.\!text-slate-900\/85{
  color: rgb(15 23 42 / 0.85) !important;
}
.\!text-slate-900\/90{
  color: rgb(15 23 42 / 0.9) !important;
}
.\!text-slate-900\/95{
  color: rgb(15 23 42 / 0.95) !important;
}
.\!text-slate-950{
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity)) !important;
}
.\!text-slate-950\/0{
  color: rgb(2 6 23 / 0) !important;
}
.\!text-slate-950\/10{
  color: rgb(2 6 23 / 0.1) !important;
}
.\!text-slate-950\/100{
  color: rgb(2 6 23 / 1) !important;
}
.\!text-slate-950\/15{
  color: rgb(2 6 23 / 0.15) !important;
}
.\!text-slate-950\/20{
  color: rgb(2 6 23 / 0.2) !important;
}
.\!text-slate-950\/25{
  color: rgb(2 6 23 / 0.25) !important;
}
.\!text-slate-950\/30{
  color: rgb(2 6 23 / 0.3) !important;
}
.\!text-slate-950\/35{
  color: rgb(2 6 23 / 0.35) !important;
}
.\!text-slate-950\/40{
  color: rgb(2 6 23 / 0.4) !important;
}
.\!text-slate-950\/45{
  color: rgb(2 6 23 / 0.45) !important;
}
.\!text-slate-950\/5{
  color: rgb(2 6 23 / 0.05) !important;
}
.\!text-slate-950\/50{
  color: rgb(2 6 23 / 0.5) !important;
}
.\!text-slate-950\/55{
  color: rgb(2 6 23 / 0.55) !important;
}
.\!text-slate-950\/60{
  color: rgb(2 6 23 / 0.6) !important;
}
.\!text-slate-950\/65{
  color: rgb(2 6 23 / 0.65) !important;
}
.\!text-slate-950\/70{
  color: rgb(2 6 23 / 0.7) !important;
}
.\!text-slate-950\/75{
  color: rgb(2 6 23 / 0.75) !important;
}
.\!text-slate-950\/80{
  color: rgb(2 6 23 / 0.8) !important;
}
.\!text-slate-950\/85{
  color: rgb(2 6 23 / 0.85) !important;
}
.\!text-slate-950\/90{
  color: rgb(2 6 23 / 0.9) !important;
}
.\!text-slate-950\/95{
  color: rgb(2 6 23 / 0.95) !important;
}
.\!text-stone-100{
  --tw-text-opacity: 1 !important;
  color: rgb(245 245 244 / var(--tw-text-opacity)) !important;
}
.\!text-stone-100\/0{
  color: rgb(245 245 244 / 0) !important;
}
.\!text-stone-100\/10{
  color: rgb(245 245 244 / 0.1) !important;
}
.\!text-stone-100\/100{
  color: rgb(245 245 244 / 1) !important;
}
.\!text-stone-100\/15{
  color: rgb(245 245 244 / 0.15) !important;
}
.\!text-stone-100\/20{
  color: rgb(245 245 244 / 0.2) !important;
}
.\!text-stone-100\/25{
  color: rgb(245 245 244 / 0.25) !important;
}
.\!text-stone-100\/30{
  color: rgb(245 245 244 / 0.3) !important;
}
.\!text-stone-100\/35{
  color: rgb(245 245 244 / 0.35) !important;
}
.\!text-stone-100\/40{
  color: rgb(245 245 244 / 0.4) !important;
}
.\!text-stone-100\/45{
  color: rgb(245 245 244 / 0.45) !important;
}
.\!text-stone-100\/5{
  color: rgb(245 245 244 / 0.05) !important;
}
.\!text-stone-100\/50{
  color: rgb(245 245 244 / 0.5) !important;
}
.\!text-stone-100\/55{
  color: rgb(245 245 244 / 0.55) !important;
}
.\!text-stone-100\/60{
  color: rgb(245 245 244 / 0.6) !important;
}
.\!text-stone-100\/65{
  color: rgb(245 245 244 / 0.65) !important;
}
.\!text-stone-100\/70{
  color: rgb(245 245 244 / 0.7) !important;
}
.\!text-stone-100\/75{
  color: rgb(245 245 244 / 0.75) !important;
}
.\!text-stone-100\/80{
  color: rgb(245 245 244 / 0.8) !important;
}
.\!text-stone-100\/85{
  color: rgb(245 245 244 / 0.85) !important;
}
.\!text-stone-100\/90{
  color: rgb(245 245 244 / 0.9) !important;
}
.\!text-stone-100\/95{
  color: rgb(245 245 244 / 0.95) !important;
}
.\!text-stone-200{
  --tw-text-opacity: 1 !important;
  color: rgb(231 229 228 / var(--tw-text-opacity)) !important;
}
.\!text-stone-200\/0{
  color: rgb(231 229 228 / 0) !important;
}
.\!text-stone-200\/10{
  color: rgb(231 229 228 / 0.1) !important;
}
.\!text-stone-200\/100{
  color: rgb(231 229 228 / 1) !important;
}
.\!text-stone-200\/15{
  color: rgb(231 229 228 / 0.15) !important;
}
.\!text-stone-200\/20{
  color: rgb(231 229 228 / 0.2) !important;
}
.\!text-stone-200\/25{
  color: rgb(231 229 228 / 0.25) !important;
}
.\!text-stone-200\/30{
  color: rgb(231 229 228 / 0.3) !important;
}
.\!text-stone-200\/35{
  color: rgb(231 229 228 / 0.35) !important;
}
.\!text-stone-200\/40{
  color: rgb(231 229 228 / 0.4) !important;
}
.\!text-stone-200\/45{
  color: rgb(231 229 228 / 0.45) !important;
}
.\!text-stone-200\/5{
  color: rgb(231 229 228 / 0.05) !important;
}
.\!text-stone-200\/50{
  color: rgb(231 229 228 / 0.5) !important;
}
.\!text-stone-200\/55{
  color: rgb(231 229 228 / 0.55) !important;
}
.\!text-stone-200\/60{
  color: rgb(231 229 228 / 0.6) !important;
}
.\!text-stone-200\/65{
  color: rgb(231 229 228 / 0.65) !important;
}
.\!text-stone-200\/70{
  color: rgb(231 229 228 / 0.7) !important;
}
.\!text-stone-200\/75{
  color: rgb(231 229 228 / 0.75) !important;
}
.\!text-stone-200\/80{
  color: rgb(231 229 228 / 0.8) !important;
}
.\!text-stone-200\/85{
  color: rgb(231 229 228 / 0.85) !important;
}
.\!text-stone-200\/90{
  color: rgb(231 229 228 / 0.9) !important;
}
.\!text-stone-200\/95{
  color: rgb(231 229 228 / 0.95) !important;
}
.\!text-stone-300{
  --tw-text-opacity: 1 !important;
  color: rgb(214 211 209 / var(--tw-text-opacity)) !important;
}
.\!text-stone-300\/0{
  color: rgb(214 211 209 / 0) !important;
}
.\!text-stone-300\/10{
  color: rgb(214 211 209 / 0.1) !important;
}
.\!text-stone-300\/100{
  color: rgb(214 211 209 / 1) !important;
}
.\!text-stone-300\/15{
  color: rgb(214 211 209 / 0.15) !important;
}
.\!text-stone-300\/20{
  color: rgb(214 211 209 / 0.2) !important;
}
.\!text-stone-300\/25{
  color: rgb(214 211 209 / 0.25) !important;
}
.\!text-stone-300\/30{
  color: rgb(214 211 209 / 0.3) !important;
}
.\!text-stone-300\/35{
  color: rgb(214 211 209 / 0.35) !important;
}
.\!text-stone-300\/40{
  color: rgb(214 211 209 / 0.4) !important;
}
.\!text-stone-300\/45{
  color: rgb(214 211 209 / 0.45) !important;
}
.\!text-stone-300\/5{
  color: rgb(214 211 209 / 0.05) !important;
}
.\!text-stone-300\/50{
  color: rgb(214 211 209 / 0.5) !important;
}
.\!text-stone-300\/55{
  color: rgb(214 211 209 / 0.55) !important;
}
.\!text-stone-300\/60{
  color: rgb(214 211 209 / 0.6) !important;
}
.\!text-stone-300\/65{
  color: rgb(214 211 209 / 0.65) !important;
}
.\!text-stone-300\/70{
  color: rgb(214 211 209 / 0.7) !important;
}
.\!text-stone-300\/75{
  color: rgb(214 211 209 / 0.75) !important;
}
.\!text-stone-300\/80{
  color: rgb(214 211 209 / 0.8) !important;
}
.\!text-stone-300\/85{
  color: rgb(214 211 209 / 0.85) !important;
}
.\!text-stone-300\/90{
  color: rgb(214 211 209 / 0.9) !important;
}
.\!text-stone-300\/95{
  color: rgb(214 211 209 / 0.95) !important;
}
.\!text-stone-400{
  --tw-text-opacity: 1 !important;
  color: rgb(168 162 158 / var(--tw-text-opacity)) !important;
}
.\!text-stone-400\/0{
  color: rgb(168 162 158 / 0) !important;
}
.\!text-stone-400\/10{
  color: rgb(168 162 158 / 0.1) !important;
}
.\!text-stone-400\/100{
  color: rgb(168 162 158 / 1) !important;
}
.\!text-stone-400\/15{
  color: rgb(168 162 158 / 0.15) !important;
}
.\!text-stone-400\/20{
  color: rgb(168 162 158 / 0.2) !important;
}
.\!text-stone-400\/25{
  color: rgb(168 162 158 / 0.25) !important;
}
.\!text-stone-400\/30{
  color: rgb(168 162 158 / 0.3) !important;
}
.\!text-stone-400\/35{
  color: rgb(168 162 158 / 0.35) !important;
}
.\!text-stone-400\/40{
  color: rgb(168 162 158 / 0.4) !important;
}
.\!text-stone-400\/45{
  color: rgb(168 162 158 / 0.45) !important;
}
.\!text-stone-400\/5{
  color: rgb(168 162 158 / 0.05) !important;
}
.\!text-stone-400\/50{
  color: rgb(168 162 158 / 0.5) !important;
}
.\!text-stone-400\/55{
  color: rgb(168 162 158 / 0.55) !important;
}
.\!text-stone-400\/60{
  color: rgb(168 162 158 / 0.6) !important;
}
.\!text-stone-400\/65{
  color: rgb(168 162 158 / 0.65) !important;
}
.\!text-stone-400\/70{
  color: rgb(168 162 158 / 0.7) !important;
}
.\!text-stone-400\/75{
  color: rgb(168 162 158 / 0.75) !important;
}
.\!text-stone-400\/80{
  color: rgb(168 162 158 / 0.8) !important;
}
.\!text-stone-400\/85{
  color: rgb(168 162 158 / 0.85) !important;
}
.\!text-stone-400\/90{
  color: rgb(168 162 158 / 0.9) !important;
}
.\!text-stone-400\/95{
  color: rgb(168 162 158 / 0.95) !important;
}
.\!text-stone-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 249 / var(--tw-text-opacity)) !important;
}
.\!text-stone-50\/0{
  color: rgb(250 250 249 / 0) !important;
}
.\!text-stone-50\/10{
  color: rgb(250 250 249 / 0.1) !important;
}
.\!text-stone-50\/100{
  color: rgb(250 250 249 / 1) !important;
}
.\!text-stone-50\/15{
  color: rgb(250 250 249 / 0.15) !important;
}
.\!text-stone-50\/20{
  color: rgb(250 250 249 / 0.2) !important;
}
.\!text-stone-50\/25{
  color: rgb(250 250 249 / 0.25) !important;
}
.\!text-stone-50\/30{
  color: rgb(250 250 249 / 0.3) !important;
}
.\!text-stone-50\/35{
  color: rgb(250 250 249 / 0.35) !important;
}
.\!text-stone-50\/40{
  color: rgb(250 250 249 / 0.4) !important;
}
.\!text-stone-50\/45{
  color: rgb(250 250 249 / 0.45) !important;
}
.\!text-stone-50\/5{
  color: rgb(250 250 249 / 0.05) !important;
}
.\!text-stone-50\/50{
  color: rgb(250 250 249 / 0.5) !important;
}
.\!text-stone-50\/55{
  color: rgb(250 250 249 / 0.55) !important;
}
.\!text-stone-50\/60{
  color: rgb(250 250 249 / 0.6) !important;
}
.\!text-stone-50\/65{
  color: rgb(250 250 249 / 0.65) !important;
}
.\!text-stone-50\/70{
  color: rgb(250 250 249 / 0.7) !important;
}
.\!text-stone-50\/75{
  color: rgb(250 250 249 / 0.75) !important;
}
.\!text-stone-50\/80{
  color: rgb(250 250 249 / 0.8) !important;
}
.\!text-stone-50\/85{
  color: rgb(250 250 249 / 0.85) !important;
}
.\!text-stone-50\/90{
  color: rgb(250 250 249 / 0.9) !important;
}
.\!text-stone-50\/95{
  color: rgb(250 250 249 / 0.95) !important;
}
.\!text-stone-500{
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity)) !important;
}
.\!text-stone-500\/0{
  color: rgb(120 113 108 / 0) !important;
}
.\!text-stone-500\/10{
  color: rgb(120 113 108 / 0.1) !important;
}
.\!text-stone-500\/100{
  color: rgb(120 113 108 / 1) !important;
}
.\!text-stone-500\/15{
  color: rgb(120 113 108 / 0.15) !important;
}
.\!text-stone-500\/20{
  color: rgb(120 113 108 / 0.2) !important;
}
.\!text-stone-500\/25{
  color: rgb(120 113 108 / 0.25) !important;
}
.\!text-stone-500\/30{
  color: rgb(120 113 108 / 0.3) !important;
}
.\!text-stone-500\/35{
  color: rgb(120 113 108 / 0.35) !important;
}
.\!text-stone-500\/40{
  color: rgb(120 113 108 / 0.4) !important;
}
.\!text-stone-500\/45{
  color: rgb(120 113 108 / 0.45) !important;
}
.\!text-stone-500\/5{
  color: rgb(120 113 108 / 0.05) !important;
}
.\!text-stone-500\/50{
  color: rgb(120 113 108 / 0.5) !important;
}
.\!text-stone-500\/55{
  color: rgb(120 113 108 / 0.55) !important;
}
.\!text-stone-500\/60{
  color: rgb(120 113 108 / 0.6) !important;
}
.\!text-stone-500\/65{
  color: rgb(120 113 108 / 0.65) !important;
}
.\!text-stone-500\/70{
  color: rgb(120 113 108 / 0.7) !important;
}
.\!text-stone-500\/75{
  color: rgb(120 113 108 / 0.75) !important;
}
.\!text-stone-500\/80{
  color: rgb(120 113 108 / 0.8) !important;
}
.\!text-stone-500\/85{
  color: rgb(120 113 108 / 0.85) !important;
}
.\!text-stone-500\/90{
  color: rgb(120 113 108 / 0.9) !important;
}
.\!text-stone-500\/95{
  color: rgb(120 113 108 / 0.95) !important;
}
.\!text-stone-600{
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 78 / var(--tw-text-opacity)) !important;
}
.\!text-stone-600\/0{
  color: rgb(87 83 78 / 0) !important;
}
.\!text-stone-600\/10{
  color: rgb(87 83 78 / 0.1) !important;
}
.\!text-stone-600\/100{
  color: rgb(87 83 78 / 1) !important;
}
.\!text-stone-600\/15{
  color: rgb(87 83 78 / 0.15) !important;
}
.\!text-stone-600\/20{
  color: rgb(87 83 78 / 0.2) !important;
}
.\!text-stone-600\/25{
  color: rgb(87 83 78 / 0.25) !important;
}
.\!text-stone-600\/30{
  color: rgb(87 83 78 / 0.3) !important;
}
.\!text-stone-600\/35{
  color: rgb(87 83 78 / 0.35) !important;
}
.\!text-stone-600\/40{
  color: rgb(87 83 78 / 0.4) !important;
}
.\!text-stone-600\/45{
  color: rgb(87 83 78 / 0.45) !important;
}
.\!text-stone-600\/5{
  color: rgb(87 83 78 / 0.05) !important;
}
.\!text-stone-600\/50{
  color: rgb(87 83 78 / 0.5) !important;
}
.\!text-stone-600\/55{
  color: rgb(87 83 78 / 0.55) !important;
}
.\!text-stone-600\/60{
  color: rgb(87 83 78 / 0.6) !important;
}
.\!text-stone-600\/65{
  color: rgb(87 83 78 / 0.65) !important;
}
.\!text-stone-600\/70{
  color: rgb(87 83 78 / 0.7) !important;
}
.\!text-stone-600\/75{
  color: rgb(87 83 78 / 0.75) !important;
}
.\!text-stone-600\/80{
  color: rgb(87 83 78 / 0.8) !important;
}
.\!text-stone-600\/85{
  color: rgb(87 83 78 / 0.85) !important;
}
.\!text-stone-600\/90{
  color: rgb(87 83 78 / 0.9) !important;
}
.\!text-stone-600\/95{
  color: rgb(87 83 78 / 0.95) !important;
}
.\!text-stone-700{
  --tw-text-opacity: 1 !important;
  color: rgb(68 64 60 / var(--tw-text-opacity)) !important;
}
.\!text-stone-700\/0{
  color: rgb(68 64 60 / 0) !important;
}
.\!text-stone-700\/10{
  color: rgb(68 64 60 / 0.1) !important;
}
.\!text-stone-700\/100{
  color: rgb(68 64 60 / 1) !important;
}
.\!text-stone-700\/15{
  color: rgb(68 64 60 / 0.15) !important;
}
.\!text-stone-700\/20{
  color: rgb(68 64 60 / 0.2) !important;
}
.\!text-stone-700\/25{
  color: rgb(68 64 60 / 0.25) !important;
}
.\!text-stone-700\/30{
  color: rgb(68 64 60 / 0.3) !important;
}
.\!text-stone-700\/35{
  color: rgb(68 64 60 / 0.35) !important;
}
.\!text-stone-700\/40{
  color: rgb(68 64 60 / 0.4) !important;
}
.\!text-stone-700\/45{
  color: rgb(68 64 60 / 0.45) !important;
}
.\!text-stone-700\/5{
  color: rgb(68 64 60 / 0.05) !important;
}
.\!text-stone-700\/50{
  color: rgb(68 64 60 / 0.5) !important;
}
.\!text-stone-700\/55{
  color: rgb(68 64 60 / 0.55) !important;
}
.\!text-stone-700\/60{
  color: rgb(68 64 60 / 0.6) !important;
}
.\!text-stone-700\/65{
  color: rgb(68 64 60 / 0.65) !important;
}
.\!text-stone-700\/70{
  color: rgb(68 64 60 / 0.7) !important;
}
.\!text-stone-700\/75{
  color: rgb(68 64 60 / 0.75) !important;
}
.\!text-stone-700\/80{
  color: rgb(68 64 60 / 0.8) !important;
}
.\!text-stone-700\/85{
  color: rgb(68 64 60 / 0.85) !important;
}
.\!text-stone-700\/90{
  color: rgb(68 64 60 / 0.9) !important;
}
.\!text-stone-700\/95{
  color: rgb(68 64 60 / 0.95) !important;
}
.\!text-stone-800{
  --tw-text-opacity: 1 !important;
  color: rgb(41 37 36 / var(--tw-text-opacity)) !important;
}
.\!text-stone-800\/0{
  color: rgb(41 37 36 / 0) !important;
}
.\!text-stone-800\/10{
  color: rgb(41 37 36 / 0.1) !important;
}
.\!text-stone-800\/100{
  color: rgb(41 37 36 / 1) !important;
}
.\!text-stone-800\/15{
  color: rgb(41 37 36 / 0.15) !important;
}
.\!text-stone-800\/20{
  color: rgb(41 37 36 / 0.2) !important;
}
.\!text-stone-800\/25{
  color: rgb(41 37 36 / 0.25) !important;
}
.\!text-stone-800\/30{
  color: rgb(41 37 36 / 0.3) !important;
}
.\!text-stone-800\/35{
  color: rgb(41 37 36 / 0.35) !important;
}
.\!text-stone-800\/40{
  color: rgb(41 37 36 / 0.4) !important;
}
.\!text-stone-800\/45{
  color: rgb(41 37 36 / 0.45) !important;
}
.\!text-stone-800\/5{
  color: rgb(41 37 36 / 0.05) !important;
}
.\!text-stone-800\/50{
  color: rgb(41 37 36 / 0.5) !important;
}
.\!text-stone-800\/55{
  color: rgb(41 37 36 / 0.55) !important;
}
.\!text-stone-800\/60{
  color: rgb(41 37 36 / 0.6) !important;
}
.\!text-stone-800\/65{
  color: rgb(41 37 36 / 0.65) !important;
}
.\!text-stone-800\/70{
  color: rgb(41 37 36 / 0.7) !important;
}
.\!text-stone-800\/75{
  color: rgb(41 37 36 / 0.75) !important;
}
.\!text-stone-800\/80{
  color: rgb(41 37 36 / 0.8) !important;
}
.\!text-stone-800\/85{
  color: rgb(41 37 36 / 0.85) !important;
}
.\!text-stone-800\/90{
  color: rgb(41 37 36 / 0.9) !important;
}
.\!text-stone-800\/95{
  color: rgb(41 37 36 / 0.95) !important;
}
.\!text-stone-900{
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity)) !important;
}
.\!text-stone-900\/0{
  color: rgb(28 25 23 / 0) !important;
}
.\!text-stone-900\/10{
  color: rgb(28 25 23 / 0.1) !important;
}
.\!text-stone-900\/100{
  color: rgb(28 25 23 / 1) !important;
}
.\!text-stone-900\/15{
  color: rgb(28 25 23 / 0.15) !important;
}
.\!text-stone-900\/20{
  color: rgb(28 25 23 / 0.2) !important;
}
.\!text-stone-900\/25{
  color: rgb(28 25 23 / 0.25) !important;
}
.\!text-stone-900\/30{
  color: rgb(28 25 23 / 0.3) !important;
}
.\!text-stone-900\/35{
  color: rgb(28 25 23 / 0.35) !important;
}
.\!text-stone-900\/40{
  color: rgb(28 25 23 / 0.4) !important;
}
.\!text-stone-900\/45{
  color: rgb(28 25 23 / 0.45) !important;
}
.\!text-stone-900\/5{
  color: rgb(28 25 23 / 0.05) !important;
}
.\!text-stone-900\/50{
  color: rgb(28 25 23 / 0.5) !important;
}
.\!text-stone-900\/55{
  color: rgb(28 25 23 / 0.55) !important;
}
.\!text-stone-900\/60{
  color: rgb(28 25 23 / 0.6) !important;
}
.\!text-stone-900\/65{
  color: rgb(28 25 23 / 0.65) !important;
}
.\!text-stone-900\/70{
  color: rgb(28 25 23 / 0.7) !important;
}
.\!text-stone-900\/75{
  color: rgb(28 25 23 / 0.75) !important;
}
.\!text-stone-900\/80{
  color: rgb(28 25 23 / 0.8) !important;
}
.\!text-stone-900\/85{
  color: rgb(28 25 23 / 0.85) !important;
}
.\!text-stone-900\/90{
  color: rgb(28 25 23 / 0.9) !important;
}
.\!text-stone-900\/95{
  color: rgb(28 25 23 / 0.95) !important;
}
.\!text-stone-950{
  --tw-text-opacity: 1 !important;
  color: rgb(12 10 9 / var(--tw-text-opacity)) !important;
}
.\!text-stone-950\/0{
  color: rgb(12 10 9 / 0) !important;
}
.\!text-stone-950\/10{
  color: rgb(12 10 9 / 0.1) !important;
}
.\!text-stone-950\/100{
  color: rgb(12 10 9 / 1) !important;
}
.\!text-stone-950\/15{
  color: rgb(12 10 9 / 0.15) !important;
}
.\!text-stone-950\/20{
  color: rgb(12 10 9 / 0.2) !important;
}
.\!text-stone-950\/25{
  color: rgb(12 10 9 / 0.25) !important;
}
.\!text-stone-950\/30{
  color: rgb(12 10 9 / 0.3) !important;
}
.\!text-stone-950\/35{
  color: rgb(12 10 9 / 0.35) !important;
}
.\!text-stone-950\/40{
  color: rgb(12 10 9 / 0.4) !important;
}
.\!text-stone-950\/45{
  color: rgb(12 10 9 / 0.45) !important;
}
.\!text-stone-950\/5{
  color: rgb(12 10 9 / 0.05) !important;
}
.\!text-stone-950\/50{
  color: rgb(12 10 9 / 0.5) !important;
}
.\!text-stone-950\/55{
  color: rgb(12 10 9 / 0.55) !important;
}
.\!text-stone-950\/60{
  color: rgb(12 10 9 / 0.6) !important;
}
.\!text-stone-950\/65{
  color: rgb(12 10 9 / 0.65) !important;
}
.\!text-stone-950\/70{
  color: rgb(12 10 9 / 0.7) !important;
}
.\!text-stone-950\/75{
  color: rgb(12 10 9 / 0.75) !important;
}
.\!text-stone-950\/80{
  color: rgb(12 10 9 / 0.8) !important;
}
.\!text-stone-950\/85{
  color: rgb(12 10 9 / 0.85) !important;
}
.\!text-stone-950\/90{
  color: rgb(12 10 9 / 0.9) !important;
}
.\!text-stone-950\/95{
  color: rgb(12 10 9 / 0.95) !important;
}
.\!text-success-100{
  --tw-text-opacity: 1 !important;
  color: rgb(239 254 230 / var(--tw-text-opacity)) !important;
}
.\!text-success-100\/0{
  color: rgb(239 254 230 / 0) !important;
}
.\!text-success-100\/10{
  color: rgb(239 254 230 / 0.1) !important;
}
.\!text-success-100\/100{
  color: rgb(239 254 230 / 1) !important;
}
.\!text-success-100\/15{
  color: rgb(239 254 230 / 0.15) !important;
}
.\!text-success-100\/20{
  color: rgb(239 254 230 / 0.2) !important;
}
.\!text-success-100\/25{
  color: rgb(239 254 230 / 0.25) !important;
}
.\!text-success-100\/30{
  color: rgb(239 254 230 / 0.3) !important;
}
.\!text-success-100\/35{
  color: rgb(239 254 230 / 0.35) !important;
}
.\!text-success-100\/40{
  color: rgb(239 254 230 / 0.4) !important;
}
.\!text-success-100\/45{
  color: rgb(239 254 230 / 0.45) !important;
}
.\!text-success-100\/5{
  color: rgb(239 254 230 / 0.05) !important;
}
.\!text-success-100\/50{
  color: rgb(239 254 230 / 0.5) !important;
}
.\!text-success-100\/55{
  color: rgb(239 254 230 / 0.55) !important;
}
.\!text-success-100\/60{
  color: rgb(239 254 230 / 0.6) !important;
}
.\!text-success-100\/65{
  color: rgb(239 254 230 / 0.65) !important;
}
.\!text-success-100\/70{
  color: rgb(239 254 230 / 0.7) !important;
}
.\!text-success-100\/75{
  color: rgb(239 254 230 / 0.75) !important;
}
.\!text-success-100\/80{
  color: rgb(239 254 230 / 0.8) !important;
}
.\!text-success-100\/85{
  color: rgb(239 254 230 / 0.85) !important;
}
.\!text-success-100\/90{
  color: rgb(239 254 230 / 0.9) !important;
}
.\!text-success-100\/95{
  color: rgb(239 254 230 / 0.95) !important;
}
.\!text-success-200{
  --tw-text-opacity: 1 !important;
  color: rgb(211 253 199 / var(--tw-text-opacity)) !important;
}
.\!text-success-200\/0{
  color: rgb(211 253 199 / 0) !important;
}
.\!text-success-200\/10{
  color: rgb(211 253 199 / 0.1) !important;
}
.\!text-success-200\/100{
  color: rgb(211 253 199 / 1) !important;
}
.\!text-success-200\/15{
  color: rgb(211 253 199 / 0.15) !important;
}
.\!text-success-200\/20{
  color: rgb(211 253 199 / 0.2) !important;
}
.\!text-success-200\/25{
  color: rgb(211 253 199 / 0.25) !important;
}
.\!text-success-200\/30{
  color: rgb(211 253 199 / 0.3) !important;
}
.\!text-success-200\/35{
  color: rgb(211 253 199 / 0.35) !important;
}
.\!text-success-200\/40{
  color: rgb(211 253 199 / 0.4) !important;
}
.\!text-success-200\/45{
  color: rgb(211 253 199 / 0.45) !important;
}
.\!text-success-200\/5{
  color: rgb(211 253 199 / 0.05) !important;
}
.\!text-success-200\/50{
  color: rgb(211 253 199 / 0.5) !important;
}
.\!text-success-200\/55{
  color: rgb(211 253 199 / 0.55) !important;
}
.\!text-success-200\/60{
  color: rgb(211 253 199 / 0.6) !important;
}
.\!text-success-200\/65{
  color: rgb(211 253 199 / 0.65) !important;
}
.\!text-success-200\/70{
  color: rgb(211 253 199 / 0.7) !important;
}
.\!text-success-200\/75{
  color: rgb(211 253 199 / 0.75) !important;
}
.\!text-success-200\/80{
  color: rgb(211 253 199 / 0.8) !important;
}
.\!text-success-200\/85{
  color: rgb(211 253 199 / 0.85) !important;
}
.\!text-success-200\/90{
  color: rgb(211 253 199 / 0.9) !important;
}
.\!text-success-200\/95{
  color: rgb(211 253 199 / 0.95) !important;
}
.\!text-success-300{
  --tw-text-opacity: 1 !important;
  color: rgb(151 252 139 / var(--tw-text-opacity)) !important;
}
.\!text-success-300\/0{
  color: rgb(151 252 139 / 0) !important;
}
.\!text-success-300\/10{
  color: rgb(151 252 139 / 0.1) !important;
}
.\!text-success-300\/100{
  color: rgb(151 252 139 / 1) !important;
}
.\!text-success-300\/15{
  color: rgb(151 252 139 / 0.15) !important;
}
.\!text-success-300\/20{
  color: rgb(151 252 139 / 0.2) !important;
}
.\!text-success-300\/25{
  color: rgb(151 252 139 / 0.25) !important;
}
.\!text-success-300\/30{
  color: rgb(151 252 139 / 0.3) !important;
}
.\!text-success-300\/35{
  color: rgb(151 252 139 / 0.35) !important;
}
.\!text-success-300\/40{
  color: rgb(151 252 139 / 0.4) !important;
}
.\!text-success-300\/45{
  color: rgb(151 252 139 / 0.45) !important;
}
.\!text-success-300\/5{
  color: rgb(151 252 139 / 0.05) !important;
}
.\!text-success-300\/50{
  color: rgb(151 252 139 / 0.5) !important;
}
.\!text-success-300\/55{
  color: rgb(151 252 139 / 0.55) !important;
}
.\!text-success-300\/60{
  color: rgb(151 252 139 / 0.6) !important;
}
.\!text-success-300\/65{
  color: rgb(151 252 139 / 0.65) !important;
}
.\!text-success-300\/70{
  color: rgb(151 252 139 / 0.7) !important;
}
.\!text-success-300\/75{
  color: rgb(151 252 139 / 0.75) !important;
}
.\!text-success-300\/80{
  color: rgb(151 252 139 / 0.8) !important;
}
.\!text-success-300\/85{
  color: rgb(151 252 139 / 0.85) !important;
}
.\!text-success-300\/90{
  color: rgb(151 252 139 / 0.9) !important;
}
.\!text-success-300\/95{
  color: rgb(151 252 139 / 0.95) !important;
}
.\!text-success-350{
  --tw-text-opacity: 1 !important;
  color: rgb(120 223 111 / var(--tw-text-opacity)) !important;
}
.\!text-success-350\/0{
  color: rgb(120 223 111 / 0) !important;
}
.\!text-success-350\/10{
  color: rgb(120 223 111 / 0.1) !important;
}
.\!text-success-350\/100{
  color: rgb(120 223 111 / 1) !important;
}
.\!text-success-350\/15{
  color: rgb(120 223 111 / 0.15) !important;
}
.\!text-success-350\/20{
  color: rgb(120 223 111 / 0.2) !important;
}
.\!text-success-350\/25{
  color: rgb(120 223 111 / 0.25) !important;
}
.\!text-success-350\/30{
  color: rgb(120 223 111 / 0.3) !important;
}
.\!text-success-350\/35{
  color: rgb(120 223 111 / 0.35) !important;
}
.\!text-success-350\/40{
  color: rgb(120 223 111 / 0.4) !important;
}
.\!text-success-350\/45{
  color: rgb(120 223 111 / 0.45) !important;
}
.\!text-success-350\/5{
  color: rgb(120 223 111 / 0.05) !important;
}
.\!text-success-350\/50{
  color: rgb(120 223 111 / 0.5) !important;
}
.\!text-success-350\/55{
  color: rgb(120 223 111 / 0.55) !important;
}
.\!text-success-350\/60{
  color: rgb(120 223 111 / 0.6) !important;
}
.\!text-success-350\/65{
  color: rgb(120 223 111 / 0.65) !important;
}
.\!text-success-350\/70{
  color: rgb(120 223 111 / 0.7) !important;
}
.\!text-success-350\/75{
  color: rgb(120 223 111 / 0.75) !important;
}
.\!text-success-350\/80{
  color: rgb(120 223 111 / 0.8) !important;
}
.\!text-success-350\/85{
  color: rgb(120 223 111 / 0.85) !important;
}
.\!text-success-350\/90{
  color: rgb(120 223 111 / 0.9) !important;
}
.\!text-success-350\/95{
  color: rgb(120 223 111 / 0.95) !important;
}
.\!text-success-400{
  --tw-text-opacity: 1 !important;
  color: rgb(92 194 86 / var(--tw-text-opacity)) !important;
}
.\!text-success-400\/0{
  color: rgb(92 194 86 / 0) !important;
}
.\!text-success-400\/10{
  color: rgb(92 194 86 / 0.1) !important;
}
.\!text-success-400\/100{
  color: rgb(92 194 86 / 1) !important;
}
.\!text-success-400\/15{
  color: rgb(92 194 86 / 0.15) !important;
}
.\!text-success-400\/20{
  color: rgb(92 194 86 / 0.2) !important;
}
.\!text-success-400\/25{
  color: rgb(92 194 86 / 0.25) !important;
}
.\!text-success-400\/30{
  color: rgb(92 194 86 / 0.3) !important;
}
.\!text-success-400\/35{
  color: rgb(92 194 86 / 0.35) !important;
}
.\!text-success-400\/40{
  color: rgb(92 194 86 / 0.4) !important;
}
.\!text-success-400\/45{
  color: rgb(92 194 86 / 0.45) !important;
}
.\!text-success-400\/5{
  color: rgb(92 194 86 / 0.05) !important;
}
.\!text-success-400\/50{
  color: rgb(92 194 86 / 0.5) !important;
}
.\!text-success-400\/55{
  color: rgb(92 194 86 / 0.55) !important;
}
.\!text-success-400\/60{
  color: rgb(92 194 86 / 0.6) !important;
}
.\!text-success-400\/65{
  color: rgb(92 194 86 / 0.65) !important;
}
.\!text-success-400\/70{
  color: rgb(92 194 86 / 0.7) !important;
}
.\!text-success-400\/75{
  color: rgb(92 194 86 / 0.75) !important;
}
.\!text-success-400\/80{
  color: rgb(92 194 86 / 0.8) !important;
}
.\!text-success-400\/85{
  color: rgb(92 194 86 / 0.85) !important;
}
.\!text-success-400\/90{
  color: rgb(92 194 86 / 0.9) !important;
}
.\!text-success-400\/95{
  color: rgb(92 194 86 / 0.95) !important;
}
.\!text-success-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 255 241 / var(--tw-text-opacity)) !important;
}
.\!text-success-50\/0{
  color: rgb(249 255 241 / 0) !important;
}
.\!text-success-50\/10{
  color: rgb(249 255 241 / 0.1) !important;
}
.\!text-success-50\/100{
  color: rgb(249 255 241 / 1) !important;
}
.\!text-success-50\/15{
  color: rgb(249 255 241 / 0.15) !important;
}
.\!text-success-50\/20{
  color: rgb(249 255 241 / 0.2) !important;
}
.\!text-success-50\/25{
  color: rgb(249 255 241 / 0.25) !important;
}
.\!text-success-50\/30{
  color: rgb(249 255 241 / 0.3) !important;
}
.\!text-success-50\/35{
  color: rgb(249 255 241 / 0.35) !important;
}
.\!text-success-50\/40{
  color: rgb(249 255 241 / 0.4) !important;
}
.\!text-success-50\/45{
  color: rgb(249 255 241 / 0.45) !important;
}
.\!text-success-50\/5{
  color: rgb(249 255 241 / 0.05) !important;
}
.\!text-success-50\/50{
  color: rgb(249 255 241 / 0.5) !important;
}
.\!text-success-50\/55{
  color: rgb(249 255 241 / 0.55) !important;
}
.\!text-success-50\/60{
  color: rgb(249 255 241 / 0.6) !important;
}
.\!text-success-50\/65{
  color: rgb(249 255 241 / 0.65) !important;
}
.\!text-success-50\/70{
  color: rgb(249 255 241 / 0.7) !important;
}
.\!text-success-50\/75{
  color: rgb(249 255 241 / 0.75) !important;
}
.\!text-success-50\/80{
  color: rgb(249 255 241 / 0.8) !important;
}
.\!text-success-50\/85{
  color: rgb(249 255 241 / 0.85) !important;
}
.\!text-success-50\/90{
  color: rgb(249 255 241 / 0.9) !important;
}
.\!text-success-50\/95{
  color: rgb(249 255 241 / 0.95) !important;
}
.\!text-success-500{
  --tw-text-opacity: 1 !important;
  color: rgb(60 136 57 / var(--tw-text-opacity)) !important;
}
.\!text-success-500\/0{
  color: rgb(60 136 57 / 0) !important;
}
.\!text-success-500\/10{
  color: rgb(60 136 57 / 0.1) !important;
}
.\!text-success-500\/100{
  color: rgb(60 136 57 / 1) !important;
}
.\!text-success-500\/15{
  color: rgb(60 136 57 / 0.15) !important;
}
.\!text-success-500\/20{
  color: rgb(60 136 57 / 0.2) !important;
}
.\!text-success-500\/25{
  color: rgb(60 136 57 / 0.25) !important;
}
.\!text-success-500\/30{
  color: rgb(60 136 57 / 0.3) !important;
}
.\!text-success-500\/35{
  color: rgb(60 136 57 / 0.35) !important;
}
.\!text-success-500\/40{
  color: rgb(60 136 57 / 0.4) !important;
}
.\!text-success-500\/45{
  color: rgb(60 136 57 / 0.45) !important;
}
.\!text-success-500\/5{
  color: rgb(60 136 57 / 0.05) !important;
}
.\!text-success-500\/50{
  color: rgb(60 136 57 / 0.5) !important;
}
.\!text-success-500\/55{
  color: rgb(60 136 57 / 0.55) !important;
}
.\!text-success-500\/60{
  color: rgb(60 136 57 / 0.6) !important;
}
.\!text-success-500\/65{
  color: rgb(60 136 57 / 0.65) !important;
}
.\!text-success-500\/70{
  color: rgb(60 136 57 / 0.7) !important;
}
.\!text-success-500\/75{
  color: rgb(60 136 57 / 0.75) !important;
}
.\!text-success-500\/80{
  color: rgb(60 136 57 / 0.8) !important;
}
.\!text-success-500\/85{
  color: rgb(60 136 57 / 0.85) !important;
}
.\!text-success-500\/90{
  color: rgb(60 136 57 / 0.9) !important;
}
.\!text-success-500\/95{
  color: rgb(60 136 57 / 0.95) !important;
}
.\!text-success-600{
  --tw-text-opacity: 1 !important;
  color: rgb(46 109 44 / var(--tw-text-opacity)) !important;
}
.\!text-success-600\/0{
  color: rgb(46 109 44 / 0) !important;
}
.\!text-success-600\/10{
  color: rgb(46 109 44 / 0.1) !important;
}
.\!text-success-600\/100{
  color: rgb(46 109 44 / 1) !important;
}
.\!text-success-600\/15{
  color: rgb(46 109 44 / 0.15) !important;
}
.\!text-success-600\/20{
  color: rgb(46 109 44 / 0.2) !important;
}
.\!text-success-600\/25{
  color: rgb(46 109 44 / 0.25) !important;
}
.\!text-success-600\/30{
  color: rgb(46 109 44 / 0.3) !important;
}
.\!text-success-600\/35{
  color: rgb(46 109 44 / 0.35) !important;
}
.\!text-success-600\/40{
  color: rgb(46 109 44 / 0.4) !important;
}
.\!text-success-600\/45{
  color: rgb(46 109 44 / 0.45) !important;
}
.\!text-success-600\/5{
  color: rgb(46 109 44 / 0.05) !important;
}
.\!text-success-600\/50{
  color: rgb(46 109 44 / 0.5) !important;
}
.\!text-success-600\/55{
  color: rgb(46 109 44 / 0.55) !important;
}
.\!text-success-600\/60{
  color: rgb(46 109 44 / 0.6) !important;
}
.\!text-success-600\/65{
  color: rgb(46 109 44 / 0.65) !important;
}
.\!text-success-600\/70{
  color: rgb(46 109 44 / 0.7) !important;
}
.\!text-success-600\/75{
  color: rgb(46 109 44 / 0.75) !important;
}
.\!text-success-600\/80{
  color: rgb(46 109 44 / 0.8) !important;
}
.\!text-success-600\/85{
  color: rgb(46 109 44 / 0.85) !important;
}
.\!text-success-600\/90{
  color: rgb(46 109 44 / 0.9) !important;
}
.\!text-success-600\/95{
  color: rgb(46 109 44 / 0.95) !important;
}
.\!text-success-650{
  --tw-text-opacity: 1 !important;
  color: rgb(40 94 39 / var(--tw-text-opacity)) !important;
}
.\!text-success-650\/0{
  color: rgb(40 94 39 / 0) !important;
}
.\!text-success-650\/10{
  color: rgb(40 94 39 / 0.1) !important;
}
.\!text-success-650\/100{
  color: rgb(40 94 39 / 1) !important;
}
.\!text-success-650\/15{
  color: rgb(40 94 39 / 0.15) !important;
}
.\!text-success-650\/20{
  color: rgb(40 94 39 / 0.2) !important;
}
.\!text-success-650\/25{
  color: rgb(40 94 39 / 0.25) !important;
}
.\!text-success-650\/30{
  color: rgb(40 94 39 / 0.3) !important;
}
.\!text-success-650\/35{
  color: rgb(40 94 39 / 0.35) !important;
}
.\!text-success-650\/40{
  color: rgb(40 94 39 / 0.4) !important;
}
.\!text-success-650\/45{
  color: rgb(40 94 39 / 0.45) !important;
}
.\!text-success-650\/5{
  color: rgb(40 94 39 / 0.05) !important;
}
.\!text-success-650\/50{
  color: rgb(40 94 39 / 0.5) !important;
}
.\!text-success-650\/55{
  color: rgb(40 94 39 / 0.55) !important;
}
.\!text-success-650\/60{
  color: rgb(40 94 39 / 0.6) !important;
}
.\!text-success-650\/65{
  color: rgb(40 94 39 / 0.65) !important;
}
.\!text-success-650\/70{
  color: rgb(40 94 39 / 0.7) !important;
}
.\!text-success-650\/75{
  color: rgb(40 94 39 / 0.75) !important;
}
.\!text-success-650\/80{
  color: rgb(40 94 39 / 0.8) !important;
}
.\!text-success-650\/85{
  color: rgb(40 94 39 / 0.85) !important;
}
.\!text-success-650\/90{
  color: rgb(40 94 39 / 0.9) !important;
}
.\!text-success-650\/95{
  color: rgb(40 94 39 / 0.95) !important;
}
.\!text-success-700{
  --tw-text-opacity: 1 !important;
  color: rgb(32 82 31 / var(--tw-text-opacity)) !important;
}
.\!text-success-700\/0{
  color: rgb(32 82 31 / 0) !important;
}
.\!text-success-700\/10{
  color: rgb(32 82 31 / 0.1) !important;
}
.\!text-success-700\/100{
  color: rgb(32 82 31 / 1) !important;
}
.\!text-success-700\/15{
  color: rgb(32 82 31 / 0.15) !important;
}
.\!text-success-700\/20{
  color: rgb(32 82 31 / 0.2) !important;
}
.\!text-success-700\/25{
  color: rgb(32 82 31 / 0.25) !important;
}
.\!text-success-700\/30{
  color: rgb(32 82 31 / 0.3) !important;
}
.\!text-success-700\/35{
  color: rgb(32 82 31 / 0.35) !important;
}
.\!text-success-700\/40{
  color: rgb(32 82 31 / 0.4) !important;
}
.\!text-success-700\/45{
  color: rgb(32 82 31 / 0.45) !important;
}
.\!text-success-700\/5{
  color: rgb(32 82 31 / 0.05) !important;
}
.\!text-success-700\/50{
  color: rgb(32 82 31 / 0.5) !important;
}
.\!text-success-700\/55{
  color: rgb(32 82 31 / 0.55) !important;
}
.\!text-success-700\/60{
  color: rgb(32 82 31 / 0.6) !important;
}
.\!text-success-700\/65{
  color: rgb(32 82 31 / 0.65) !important;
}
.\!text-success-700\/70{
  color: rgb(32 82 31 / 0.7) !important;
}
.\!text-success-700\/75{
  color: rgb(32 82 31 / 0.75) !important;
}
.\!text-success-700\/80{
  color: rgb(32 82 31 / 0.8) !important;
}
.\!text-success-700\/85{
  color: rgb(32 82 31 / 0.85) !important;
}
.\!text-success-700\/90{
  color: rgb(32 82 31 / 0.9) !important;
}
.\!text-success-700\/95{
  color: rgb(32 82 31 / 0.95) !important;
}
.\!text-success-750{
  --tw-text-opacity: 1 !important;
  color: rgb(27 69 25 / var(--tw-text-opacity)) !important;
}
.\!text-success-750\/0{
  color: rgb(27 69 25 / 0) !important;
}
.\!text-success-750\/10{
  color: rgb(27 69 25 / 0.1) !important;
}
.\!text-success-750\/100{
  color: rgb(27 69 25 / 1) !important;
}
.\!text-success-750\/15{
  color: rgb(27 69 25 / 0.15) !important;
}
.\!text-success-750\/20{
  color: rgb(27 69 25 / 0.2) !important;
}
.\!text-success-750\/25{
  color: rgb(27 69 25 / 0.25) !important;
}
.\!text-success-750\/30{
  color: rgb(27 69 25 / 0.3) !important;
}
.\!text-success-750\/35{
  color: rgb(27 69 25 / 0.35) !important;
}
.\!text-success-750\/40{
  color: rgb(27 69 25 / 0.4) !important;
}
.\!text-success-750\/45{
  color: rgb(27 69 25 / 0.45) !important;
}
.\!text-success-750\/5{
  color: rgb(27 69 25 / 0.05) !important;
}
.\!text-success-750\/50{
  color: rgb(27 69 25 / 0.5) !important;
}
.\!text-success-750\/55{
  color: rgb(27 69 25 / 0.55) !important;
}
.\!text-success-750\/60{
  color: rgb(27 69 25 / 0.6) !important;
}
.\!text-success-750\/65{
  color: rgb(27 69 25 / 0.65) !important;
}
.\!text-success-750\/70{
  color: rgb(27 69 25 / 0.7) !important;
}
.\!text-success-750\/75{
  color: rgb(27 69 25 / 0.75) !important;
}
.\!text-success-750\/80{
  color: rgb(27 69 25 / 0.8) !important;
}
.\!text-success-750\/85{
  color: rgb(27 69 25 / 0.85) !important;
}
.\!text-success-750\/90{
  color: rgb(27 69 25 / 0.9) !important;
}
.\!text-success-750\/95{
  color: rgb(27 69 25 / 0.95) !important;
}
.\!text-success-800{
  --tw-text-opacity: 1 !important;
  color: rgb(20 56 20 / var(--tw-text-opacity)) !important;
}
.\!text-success-800\/0{
  color: rgb(20 56 20 / 0) !important;
}
.\!text-success-800\/10{
  color: rgb(20 56 20 / 0.1) !important;
}
.\!text-success-800\/100{
  color: rgb(20 56 20 / 1) !important;
}
.\!text-success-800\/15{
  color: rgb(20 56 20 / 0.15) !important;
}
.\!text-success-800\/20{
  color: rgb(20 56 20 / 0.2) !important;
}
.\!text-success-800\/25{
  color: rgb(20 56 20 / 0.25) !important;
}
.\!text-success-800\/30{
  color: rgb(20 56 20 / 0.3) !important;
}
.\!text-success-800\/35{
  color: rgb(20 56 20 / 0.35) !important;
}
.\!text-success-800\/40{
  color: rgb(20 56 20 / 0.4) !important;
}
.\!text-success-800\/45{
  color: rgb(20 56 20 / 0.45) !important;
}
.\!text-success-800\/5{
  color: rgb(20 56 20 / 0.05) !important;
}
.\!text-success-800\/50{
  color: rgb(20 56 20 / 0.5) !important;
}
.\!text-success-800\/55{
  color: rgb(20 56 20 / 0.55) !important;
}
.\!text-success-800\/60{
  color: rgb(20 56 20 / 0.6) !important;
}
.\!text-success-800\/65{
  color: rgb(20 56 20 / 0.65) !important;
}
.\!text-success-800\/70{
  color: rgb(20 56 20 / 0.7) !important;
}
.\!text-success-800\/75{
  color: rgb(20 56 20 / 0.75) !important;
}
.\!text-success-800\/80{
  color: rgb(20 56 20 / 0.8) !important;
}
.\!text-success-800\/85{
  color: rgb(20 56 20 / 0.85) !important;
}
.\!text-success-800\/90{
  color: rgb(20 56 20 / 0.9) !important;
}
.\!text-success-800\/95{
  color: rgb(20 56 20 / 0.95) !important;
}
.\!text-success-900{
  --tw-text-opacity: 1 !important;
  color: rgb(9 32 8 / var(--tw-text-opacity)) !important;
}
.\!text-success-900\/0{
  color: rgb(9 32 8 / 0) !important;
}
.\!text-success-900\/10{
  color: rgb(9 32 8 / 0.1) !important;
}
.\!text-success-900\/100{
  color: rgb(9 32 8 / 1) !important;
}
.\!text-success-900\/15{
  color: rgb(9 32 8 / 0.15) !important;
}
.\!text-success-900\/20{
  color: rgb(9 32 8 / 0.2) !important;
}
.\!text-success-900\/25{
  color: rgb(9 32 8 / 0.25) !important;
}
.\!text-success-900\/30{
  color: rgb(9 32 8 / 0.3) !important;
}
.\!text-success-900\/35{
  color: rgb(9 32 8 / 0.35) !important;
}
.\!text-success-900\/40{
  color: rgb(9 32 8 / 0.4) !important;
}
.\!text-success-900\/45{
  color: rgb(9 32 8 / 0.45) !important;
}
.\!text-success-900\/5{
  color: rgb(9 32 8 / 0.05) !important;
}
.\!text-success-900\/50{
  color: rgb(9 32 8 / 0.5) !important;
}
.\!text-success-900\/55{
  color: rgb(9 32 8 / 0.55) !important;
}
.\!text-success-900\/60{
  color: rgb(9 32 8 / 0.6) !important;
}
.\!text-success-900\/65{
  color: rgb(9 32 8 / 0.65) !important;
}
.\!text-success-900\/70{
  color: rgb(9 32 8 / 0.7) !important;
}
.\!text-success-900\/75{
  color: rgb(9 32 8 / 0.75) !important;
}
.\!text-success-900\/80{
  color: rgb(9 32 8 / 0.8) !important;
}
.\!text-success-900\/85{
  color: rgb(9 32 8 / 0.85) !important;
}
.\!text-success-900\/90{
  color: rgb(9 32 8 / 0.9) !important;
}
.\!text-success-900\/95{
  color: rgb(9 32 8 / 0.95) !important;
}
.\!text-surface-0{
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}
.\!text-surface-0\/0{
  color: rgb(255 253 255 / 0) !important;
}
.\!text-surface-0\/10{
  color: rgb(255 253 255 / 0.1) !important;
}
.\!text-surface-0\/100{
  color: rgb(255 253 255 / 1) !important;
}
.\!text-surface-0\/15{
  color: rgb(255 253 255 / 0.15) !important;
}
.\!text-surface-0\/20{
  color: rgb(255 253 255 / 0.2) !important;
}
.\!text-surface-0\/25{
  color: rgb(255 253 255 / 0.25) !important;
}
.\!text-surface-0\/30{
  color: rgb(255 253 255 / 0.3) !important;
}
.\!text-surface-0\/35{
  color: rgb(255 253 255 / 0.35) !important;
}
.\!text-surface-0\/40{
  color: rgb(255 253 255 / 0.4) !important;
}
.\!text-surface-0\/45{
  color: rgb(255 253 255 / 0.45) !important;
}
.\!text-surface-0\/5{
  color: rgb(255 253 255 / 0.05) !important;
}
.\!text-surface-0\/50{
  color: rgb(255 253 255 / 0.5) !important;
}
.\!text-surface-0\/55{
  color: rgb(255 253 255 / 0.55) !important;
}
.\!text-surface-0\/60{
  color: rgb(255 253 255 / 0.6) !important;
}
.\!text-surface-0\/65{
  color: rgb(255 253 255 / 0.65) !important;
}
.\!text-surface-0\/70{
  color: rgb(255 253 255 / 0.7) !important;
}
.\!text-surface-0\/75{
  color: rgb(255 253 255 / 0.75) !important;
}
.\!text-surface-0\/80{
  color: rgb(255 253 255 / 0.8) !important;
}
.\!text-surface-0\/85{
  color: rgb(255 253 255 / 0.85) !important;
}
.\!text-surface-0\/90{
  color: rgb(255 253 255 / 0.9) !important;
}
.\!text-surface-0\/95{
  color: rgb(255 253 255 / 0.95) !important;
}
.\!text-surface-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 235 / var(--tw-text-opacity)) !important;
}
.\!text-surface-100\/0{
  color: rgb(255 237 235 / 0) !important;
}
.\!text-surface-100\/10{
  color: rgb(255 237 235 / 0.1) !important;
}
.\!text-surface-100\/100{
  color: rgb(255 237 235 / 1) !important;
}
.\!text-surface-100\/15{
  color: rgb(255 237 235 / 0.15) !important;
}
.\!text-surface-100\/20{
  color: rgb(255 237 235 / 0.2) !important;
}
.\!text-surface-100\/25{
  color: rgb(255 237 235 / 0.25) !important;
}
.\!text-surface-100\/30{
  color: rgb(255 237 235 / 0.3) !important;
}
.\!text-surface-100\/35{
  color: rgb(255 237 235 / 0.35) !important;
}
.\!text-surface-100\/40{
  color: rgb(255 237 235 / 0.4) !important;
}
.\!text-surface-100\/45{
  color: rgb(255 237 235 / 0.45) !important;
}
.\!text-surface-100\/5{
  color: rgb(255 237 235 / 0.05) !important;
}
.\!text-surface-100\/50{
  color: rgb(255 237 235 / 0.5) !important;
}
.\!text-surface-100\/55{
  color: rgb(255 237 235 / 0.55) !important;
}
.\!text-surface-100\/60{
  color: rgb(255 237 235 / 0.6) !important;
}
.\!text-surface-100\/65{
  color: rgb(255 237 235 / 0.65) !important;
}
.\!text-surface-100\/70{
  color: rgb(255 237 235 / 0.7) !important;
}
.\!text-surface-100\/75{
  color: rgb(255 237 235 / 0.75) !important;
}
.\!text-surface-100\/80{
  color: rgb(255 237 235 / 0.8) !important;
}
.\!text-surface-100\/85{
  color: rgb(255 237 235 / 0.85) !important;
}
.\!text-surface-100\/90{
  color: rgb(255 237 235 / 0.9) !important;
}
.\!text-surface-100\/95{
  color: rgb(255 237 235 / 0.95) !important;
}
.\!text-surface-200{
  --tw-text-opacity: 1 !important;
  color: rgb(244 221 219 / var(--tw-text-opacity)) !important;
}
.\!text-surface-200\/0{
  color: rgb(244 221 219 / 0) !important;
}
.\!text-surface-200\/10{
  color: rgb(244 221 219 / 0.1) !important;
}
.\!text-surface-200\/100{
  color: rgb(244 221 219 / 1) !important;
}
.\!text-surface-200\/15{
  color: rgb(244 221 219 / 0.15) !important;
}
.\!text-surface-200\/20{
  color: rgb(244 221 219 / 0.2) !important;
}
.\!text-surface-200\/25{
  color: rgb(244 221 219 / 0.25) !important;
}
.\!text-surface-200\/30{
  color: rgb(244 221 219 / 0.3) !important;
}
.\!text-surface-200\/35{
  color: rgb(244 221 219 / 0.35) !important;
}
.\!text-surface-200\/40{
  color: rgb(244 221 219 / 0.4) !important;
}
.\!text-surface-200\/45{
  color: rgb(244 221 219 / 0.45) !important;
}
.\!text-surface-200\/5{
  color: rgb(244 221 219 / 0.05) !important;
}
.\!text-surface-200\/50{
  color: rgb(244 221 219 / 0.5) !important;
}
.\!text-surface-200\/55{
  color: rgb(244 221 219 / 0.55) !important;
}
.\!text-surface-200\/60{
  color: rgb(244 221 219 / 0.6) !important;
}
.\!text-surface-200\/65{
  color: rgb(244 221 219 / 0.65) !important;
}
.\!text-surface-200\/70{
  color: rgb(244 221 219 / 0.7) !important;
}
.\!text-surface-200\/75{
  color: rgb(244 221 219 / 0.75) !important;
}
.\!text-surface-200\/80{
  color: rgb(244 221 219 / 0.8) !important;
}
.\!text-surface-200\/85{
  color: rgb(244 221 219 / 0.85) !important;
}
.\!text-surface-200\/90{
  color: rgb(244 221 219 / 0.9) !important;
}
.\!text-surface-200\/95{
  color: rgb(244 221 219 / 0.95) !important;
}
.\!text-surface-300{
  --tw-text-opacity: 1 !important;
  color: rgb(216 193 192 / var(--tw-text-opacity)) !important;
}
.\!text-surface-300\/0{
  color: rgb(216 193 192 / 0) !important;
}
.\!text-surface-300\/10{
  color: rgb(216 193 192 / 0.1) !important;
}
.\!text-surface-300\/100{
  color: rgb(216 193 192 / 1) !important;
}
.\!text-surface-300\/15{
  color: rgb(216 193 192 / 0.15) !important;
}
.\!text-surface-300\/20{
  color: rgb(216 193 192 / 0.2) !important;
}
.\!text-surface-300\/25{
  color: rgb(216 193 192 / 0.25) !important;
}
.\!text-surface-300\/30{
  color: rgb(216 193 192 / 0.3) !important;
}
.\!text-surface-300\/35{
  color: rgb(216 193 192 / 0.35) !important;
}
.\!text-surface-300\/40{
  color: rgb(216 193 192 / 0.4) !important;
}
.\!text-surface-300\/45{
  color: rgb(216 193 192 / 0.45) !important;
}
.\!text-surface-300\/5{
  color: rgb(216 193 192 / 0.05) !important;
}
.\!text-surface-300\/50{
  color: rgb(216 193 192 / 0.5) !important;
}
.\!text-surface-300\/55{
  color: rgb(216 193 192 / 0.55) !important;
}
.\!text-surface-300\/60{
  color: rgb(216 193 192 / 0.6) !important;
}
.\!text-surface-300\/65{
  color: rgb(216 193 192 / 0.65) !important;
}
.\!text-surface-300\/70{
  color: rgb(216 193 192 / 0.7) !important;
}
.\!text-surface-300\/75{
  color: rgb(216 193 192 / 0.75) !important;
}
.\!text-surface-300\/80{
  color: rgb(216 193 192 / 0.8) !important;
}
.\!text-surface-300\/85{
  color: rgb(216 193 192 / 0.85) !important;
}
.\!text-surface-300\/90{
  color: rgb(216 193 192 / 0.9) !important;
}
.\!text-surface-300\/95{
  color: rgb(216 193 192 / 0.95) !important;
}
.\!text-surface-350{
  --tw-text-opacity: 1 !important;
  color: rgb(187 166 165 / var(--tw-text-opacity)) !important;
}
.\!text-surface-350\/0{
  color: rgb(187 166 165 / 0) !important;
}
.\!text-surface-350\/10{
  color: rgb(187 166 165 / 0.1) !important;
}
.\!text-surface-350\/100{
  color: rgb(187 166 165 / 1) !important;
}
.\!text-surface-350\/15{
  color: rgb(187 166 165 / 0.15) !important;
}
.\!text-surface-350\/20{
  color: rgb(187 166 165 / 0.2) !important;
}
.\!text-surface-350\/25{
  color: rgb(187 166 165 / 0.25) !important;
}
.\!text-surface-350\/30{
  color: rgb(187 166 165 / 0.3) !important;
}
.\!text-surface-350\/35{
  color: rgb(187 166 165 / 0.35) !important;
}
.\!text-surface-350\/40{
  color: rgb(187 166 165 / 0.4) !important;
}
.\!text-surface-350\/45{
  color: rgb(187 166 165 / 0.45) !important;
}
.\!text-surface-350\/5{
  color: rgb(187 166 165 / 0.05) !important;
}
.\!text-surface-350\/50{
  color: rgb(187 166 165 / 0.5) !important;
}
.\!text-surface-350\/55{
  color: rgb(187 166 165 / 0.55) !important;
}
.\!text-surface-350\/60{
  color: rgb(187 166 165 / 0.6) !important;
}
.\!text-surface-350\/65{
  color: rgb(187 166 165 / 0.65) !important;
}
.\!text-surface-350\/70{
  color: rgb(187 166 165 / 0.7) !important;
}
.\!text-surface-350\/75{
  color: rgb(187 166 165 / 0.75) !important;
}
.\!text-surface-350\/80{
  color: rgb(187 166 165 / 0.8) !important;
}
.\!text-surface-350\/85{
  color: rgb(187 166 165 / 0.85) !important;
}
.\!text-surface-350\/90{
  color: rgb(187 166 165 / 0.9) !important;
}
.\!text-surface-350\/95{
  color: rgb(187 166 165 / 0.95) !important;
}
.\!text-surface-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 248 247 / var(--tw-text-opacity)) !important;
}
.\!text-surface-50\/0{
  color: rgb(255 248 247 / 0) !important;
}
.\!text-surface-50\/10{
  color: rgb(255 248 247 / 0.1) !important;
}
.\!text-surface-50\/100{
  color: rgb(255 248 247 / 1) !important;
}
.\!text-surface-50\/15{
  color: rgb(255 248 247 / 0.15) !important;
}
.\!text-surface-50\/20{
  color: rgb(255 248 247 / 0.2) !important;
}
.\!text-surface-50\/25{
  color: rgb(255 248 247 / 0.25) !important;
}
.\!text-surface-50\/30{
  color: rgb(255 248 247 / 0.3) !important;
}
.\!text-surface-50\/35{
  color: rgb(255 248 247 / 0.35) !important;
}
.\!text-surface-50\/40{
  color: rgb(255 248 247 / 0.4) !important;
}
.\!text-surface-50\/45{
  color: rgb(255 248 247 / 0.45) !important;
}
.\!text-surface-50\/5{
  color: rgb(255 248 247 / 0.05) !important;
}
.\!text-surface-50\/50{
  color: rgb(255 248 247 / 0.5) !important;
}
.\!text-surface-50\/55{
  color: rgb(255 248 247 / 0.55) !important;
}
.\!text-surface-50\/60{
  color: rgb(255 248 247 / 0.6) !important;
}
.\!text-surface-50\/65{
  color: rgb(255 248 247 / 0.65) !important;
}
.\!text-surface-50\/70{
  color: rgb(255 248 247 / 0.7) !important;
}
.\!text-surface-50\/75{
  color: rgb(255 248 247 / 0.75) !important;
}
.\!text-surface-50\/80{
  color: rgb(255 248 247 / 0.8) !important;
}
.\!text-surface-50\/85{
  color: rgb(255 248 247 / 0.85) !important;
}
.\!text-surface-50\/90{
  color: rgb(255 248 247 / 0.9) !important;
}
.\!text-surface-50\/95{
  color: rgb(255 248 247 / 0.95) !important;
}
.\!text-teal-100{
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 250 / var(--tw-text-opacity)) !important;
}
.\!text-teal-100\/0{
  color: rgb(240 253 250 / 0) !important;
}
.\!text-teal-100\/10{
  color: rgb(240 253 250 / 0.1) !important;
}
.\!text-teal-100\/100{
  color: rgb(240 253 250 / 1) !important;
}
.\!text-teal-100\/15{
  color: rgb(240 253 250 / 0.15) !important;
}
.\!text-teal-100\/20{
  color: rgb(240 253 250 / 0.2) !important;
}
.\!text-teal-100\/25{
  color: rgb(240 253 250 / 0.25) !important;
}
.\!text-teal-100\/30{
  color: rgb(240 253 250 / 0.3) !important;
}
.\!text-teal-100\/35{
  color: rgb(240 253 250 / 0.35) !important;
}
.\!text-teal-100\/40{
  color: rgb(240 253 250 / 0.4) !important;
}
.\!text-teal-100\/45{
  color: rgb(240 253 250 / 0.45) !important;
}
.\!text-teal-100\/5{
  color: rgb(240 253 250 / 0.05) !important;
}
.\!text-teal-100\/50{
  color: rgb(240 253 250 / 0.5) !important;
}
.\!text-teal-100\/55{
  color: rgb(240 253 250 / 0.55) !important;
}
.\!text-teal-100\/60{
  color: rgb(240 253 250 / 0.6) !important;
}
.\!text-teal-100\/65{
  color: rgb(240 253 250 / 0.65) !important;
}
.\!text-teal-100\/70{
  color: rgb(240 253 250 / 0.7) !important;
}
.\!text-teal-100\/75{
  color: rgb(240 253 250 / 0.75) !important;
}
.\!text-teal-100\/80{
  color: rgb(240 253 250 / 0.8) !important;
}
.\!text-teal-100\/85{
  color: rgb(240 253 250 / 0.85) !important;
}
.\!text-teal-100\/90{
  color: rgb(240 253 250 / 0.9) !important;
}
.\!text-teal-100\/95{
  color: rgb(240 253 250 / 0.95) !important;
}
.\!text-teal-200{
  --tw-text-opacity: 1 !important;
  color: rgb(204 251 241 / var(--tw-text-opacity)) !important;
}
.\!text-teal-200\/0{
  color: rgb(204 251 241 / 0) !important;
}
.\!text-teal-200\/10{
  color: rgb(204 251 241 / 0.1) !important;
}
.\!text-teal-200\/100{
  color: rgb(204 251 241 / 1) !important;
}
.\!text-teal-200\/15{
  color: rgb(204 251 241 / 0.15) !important;
}
.\!text-teal-200\/20{
  color: rgb(204 251 241 / 0.2) !important;
}
.\!text-teal-200\/25{
  color: rgb(204 251 241 / 0.25) !important;
}
.\!text-teal-200\/30{
  color: rgb(204 251 241 / 0.3) !important;
}
.\!text-teal-200\/35{
  color: rgb(204 251 241 / 0.35) !important;
}
.\!text-teal-200\/40{
  color: rgb(204 251 241 / 0.4) !important;
}
.\!text-teal-200\/45{
  color: rgb(204 251 241 / 0.45) !important;
}
.\!text-teal-200\/5{
  color: rgb(204 251 241 / 0.05) !important;
}
.\!text-teal-200\/50{
  color: rgb(204 251 241 / 0.5) !important;
}
.\!text-teal-200\/55{
  color: rgb(204 251 241 / 0.55) !important;
}
.\!text-teal-200\/60{
  color: rgb(204 251 241 / 0.6) !important;
}
.\!text-teal-200\/65{
  color: rgb(204 251 241 / 0.65) !important;
}
.\!text-teal-200\/70{
  color: rgb(204 251 241 / 0.7) !important;
}
.\!text-teal-200\/75{
  color: rgb(204 251 241 / 0.75) !important;
}
.\!text-teal-200\/80{
  color: rgb(204 251 241 / 0.8) !important;
}
.\!text-teal-200\/85{
  color: rgb(204 251 241 / 0.85) !important;
}
.\!text-teal-200\/90{
  color: rgb(204 251 241 / 0.9) !important;
}
.\!text-teal-200\/95{
  color: rgb(204 251 241 / 0.95) !important;
}
.\!text-teal-300{
  --tw-text-opacity: 1 !important;
  color: rgb(153 246 228 / var(--tw-text-opacity)) !important;
}
.\!text-teal-300\/0{
  color: rgb(153 246 228 / 0) !important;
}
.\!text-teal-300\/10{
  color: rgb(153 246 228 / 0.1) !important;
}
.\!text-teal-300\/100{
  color: rgb(153 246 228 / 1) !important;
}
.\!text-teal-300\/15{
  color: rgb(153 246 228 / 0.15) !important;
}
.\!text-teal-300\/20{
  color: rgb(153 246 228 / 0.2) !important;
}
.\!text-teal-300\/25{
  color: rgb(153 246 228 / 0.25) !important;
}
.\!text-teal-300\/30{
  color: rgb(153 246 228 / 0.3) !important;
}
.\!text-teal-300\/35{
  color: rgb(153 246 228 / 0.35) !important;
}
.\!text-teal-300\/40{
  color: rgb(153 246 228 / 0.4) !important;
}
.\!text-teal-300\/45{
  color: rgb(153 246 228 / 0.45) !important;
}
.\!text-teal-300\/5{
  color: rgb(153 246 228 / 0.05) !important;
}
.\!text-teal-300\/50{
  color: rgb(153 246 228 / 0.5) !important;
}
.\!text-teal-300\/55{
  color: rgb(153 246 228 / 0.55) !important;
}
.\!text-teal-300\/60{
  color: rgb(153 246 228 / 0.6) !important;
}
.\!text-teal-300\/65{
  color: rgb(153 246 228 / 0.65) !important;
}
.\!text-teal-300\/70{
  color: rgb(153 246 228 / 0.7) !important;
}
.\!text-teal-300\/75{
  color: rgb(153 246 228 / 0.75) !important;
}
.\!text-teal-300\/80{
  color: rgb(153 246 228 / 0.8) !important;
}
.\!text-teal-300\/85{
  color: rgb(153 246 228 / 0.85) !important;
}
.\!text-teal-300\/90{
  color: rgb(153 246 228 / 0.9) !important;
}
.\!text-teal-300\/95{
  color: rgb(153 246 228 / 0.95) !important;
}
.\!text-teal-350{
  --tw-text-opacity: 1 !important;
  color: rgb(94 234 212 / var(--tw-text-opacity)) !important;
}
.\!text-teal-350\/0{
  color: rgb(94 234 212 / 0) !important;
}
.\!text-teal-350\/10{
  color: rgb(94 234 212 / 0.1) !important;
}
.\!text-teal-350\/100{
  color: rgb(94 234 212 / 1) !important;
}
.\!text-teal-350\/15{
  color: rgb(94 234 212 / 0.15) !important;
}
.\!text-teal-350\/20{
  color: rgb(94 234 212 / 0.2) !important;
}
.\!text-teal-350\/25{
  color: rgb(94 234 212 / 0.25) !important;
}
.\!text-teal-350\/30{
  color: rgb(94 234 212 / 0.3) !important;
}
.\!text-teal-350\/35{
  color: rgb(94 234 212 / 0.35) !important;
}
.\!text-teal-350\/40{
  color: rgb(94 234 212 / 0.4) !important;
}
.\!text-teal-350\/45{
  color: rgb(94 234 212 / 0.45) !important;
}
.\!text-teal-350\/5{
  color: rgb(94 234 212 / 0.05) !important;
}
.\!text-teal-350\/50{
  color: rgb(94 234 212 / 0.5) !important;
}
.\!text-teal-350\/55{
  color: rgb(94 234 212 / 0.55) !important;
}
.\!text-teal-350\/60{
  color: rgb(94 234 212 / 0.6) !important;
}
.\!text-teal-350\/65{
  color: rgb(94 234 212 / 0.65) !important;
}
.\!text-teal-350\/70{
  color: rgb(94 234 212 / 0.7) !important;
}
.\!text-teal-350\/75{
  color: rgb(94 234 212 / 0.75) !important;
}
.\!text-teal-350\/80{
  color: rgb(94 234 212 / 0.8) !important;
}
.\!text-teal-350\/85{
  color: rgb(94 234 212 / 0.85) !important;
}
.\!text-teal-350\/90{
  color: rgb(94 234 212 / 0.9) !important;
}
.\!text-teal-350\/95{
  color: rgb(94 234 212 / 0.95) !important;
}
.\!text-teal-400{
  --tw-text-opacity: 1 !important;
  color: rgb(45 212 191 / var(--tw-text-opacity)) !important;
}
.\!text-teal-400\/0{
  color: rgb(45 212 191 / 0) !important;
}
.\!text-teal-400\/10{
  color: rgb(45 212 191 / 0.1) !important;
}
.\!text-teal-400\/100{
  color: rgb(45 212 191 / 1) !important;
}
.\!text-teal-400\/15{
  color: rgb(45 212 191 / 0.15) !important;
}
.\!text-teal-400\/20{
  color: rgb(45 212 191 / 0.2) !important;
}
.\!text-teal-400\/25{
  color: rgb(45 212 191 / 0.25) !important;
}
.\!text-teal-400\/30{
  color: rgb(45 212 191 / 0.3) !important;
}
.\!text-teal-400\/35{
  color: rgb(45 212 191 / 0.35) !important;
}
.\!text-teal-400\/40{
  color: rgb(45 212 191 / 0.4) !important;
}
.\!text-teal-400\/45{
  color: rgb(45 212 191 / 0.45) !important;
}
.\!text-teal-400\/5{
  color: rgb(45 212 191 / 0.05) !important;
}
.\!text-teal-400\/50{
  color: rgb(45 212 191 / 0.5) !important;
}
.\!text-teal-400\/55{
  color: rgb(45 212 191 / 0.55) !important;
}
.\!text-teal-400\/60{
  color: rgb(45 212 191 / 0.6) !important;
}
.\!text-teal-400\/65{
  color: rgb(45 212 191 / 0.65) !important;
}
.\!text-teal-400\/70{
  color: rgb(45 212 191 / 0.7) !important;
}
.\!text-teal-400\/75{
  color: rgb(45 212 191 / 0.75) !important;
}
.\!text-teal-400\/80{
  color: rgb(45 212 191 / 0.8) !important;
}
.\!text-teal-400\/85{
  color: rgb(45 212 191 / 0.85) !important;
}
.\!text-teal-400\/90{
  color: rgb(45 212 191 / 0.9) !important;
}
.\!text-teal-400\/95{
  color: rgb(45 212 191 / 0.95) !important;
}
.\!text-teal-450{
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
}
.\!text-teal-450\/0{
  color: rgb(20 184 166 / 0) !important;
}
.\!text-teal-450\/10{
  color: rgb(20 184 166 / 0.1) !important;
}
.\!text-teal-450\/100{
  color: rgb(20 184 166 / 1) !important;
}
.\!text-teal-450\/15{
  color: rgb(20 184 166 / 0.15) !important;
}
.\!text-teal-450\/20{
  color: rgb(20 184 166 / 0.2) !important;
}
.\!text-teal-450\/25{
  color: rgb(20 184 166 / 0.25) !important;
}
.\!text-teal-450\/30{
  color: rgb(20 184 166 / 0.3) !important;
}
.\!text-teal-450\/35{
  color: rgb(20 184 166 / 0.35) !important;
}
.\!text-teal-450\/40{
  color: rgb(20 184 166 / 0.4) !important;
}
.\!text-teal-450\/45{
  color: rgb(20 184 166 / 0.45) !important;
}
.\!text-teal-450\/5{
  color: rgb(20 184 166 / 0.05) !important;
}
.\!text-teal-450\/50{
  color: rgb(20 184 166 / 0.5) !important;
}
.\!text-teal-450\/55{
  color: rgb(20 184 166 / 0.55) !important;
}
.\!text-teal-450\/60{
  color: rgb(20 184 166 / 0.6) !important;
}
.\!text-teal-450\/65{
  color: rgb(20 184 166 / 0.65) !important;
}
.\!text-teal-450\/70{
  color: rgb(20 184 166 / 0.7) !important;
}
.\!text-teal-450\/75{
  color: rgb(20 184 166 / 0.75) !important;
}
.\!text-teal-450\/80{
  color: rgb(20 184 166 / 0.8) !important;
}
.\!text-teal-450\/85{
  color: rgb(20 184 166 / 0.85) !important;
}
.\!text-teal-450\/90{
  color: rgb(20 184 166 / 0.9) !important;
}
.\!text-teal-450\/95{
  color: rgb(20 184 166 / 0.95) !important;
}
.\!text-teal-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 255 254 / var(--tw-text-opacity)) !important;
}
.\!text-teal-50\/0{
  color: rgb(250 255 254 / 0) !important;
}
.\!text-teal-50\/10{
  color: rgb(250 255 254 / 0.1) !important;
}
.\!text-teal-50\/100{
  color: rgb(250 255 254 / 1) !important;
}
.\!text-teal-50\/15{
  color: rgb(250 255 254 / 0.15) !important;
}
.\!text-teal-50\/20{
  color: rgb(250 255 254 / 0.2) !important;
}
.\!text-teal-50\/25{
  color: rgb(250 255 254 / 0.25) !important;
}
.\!text-teal-50\/30{
  color: rgb(250 255 254 / 0.3) !important;
}
.\!text-teal-50\/35{
  color: rgb(250 255 254 / 0.35) !important;
}
.\!text-teal-50\/40{
  color: rgb(250 255 254 / 0.4) !important;
}
.\!text-teal-50\/45{
  color: rgb(250 255 254 / 0.45) !important;
}
.\!text-teal-50\/5{
  color: rgb(250 255 254 / 0.05) !important;
}
.\!text-teal-50\/50{
  color: rgb(250 255 254 / 0.5) !important;
}
.\!text-teal-50\/55{
  color: rgb(250 255 254 / 0.55) !important;
}
.\!text-teal-50\/60{
  color: rgb(250 255 254 / 0.6) !important;
}
.\!text-teal-50\/65{
  color: rgb(250 255 254 / 0.65) !important;
}
.\!text-teal-50\/70{
  color: rgb(250 255 254 / 0.7) !important;
}
.\!text-teal-50\/75{
  color: rgb(250 255 254 / 0.75) !important;
}
.\!text-teal-50\/80{
  color: rgb(250 255 254 / 0.8) !important;
}
.\!text-teal-50\/85{
  color: rgb(250 255 254 / 0.85) !important;
}
.\!text-teal-50\/90{
  color: rgb(250 255 254 / 0.9) !important;
}
.\!text-teal-50\/95{
  color: rgb(250 255 254 / 0.95) !important;
}
.\!text-teal-500{
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity)) !important;
}
.\!text-teal-500\/0{
  color: rgb(13 148 136 / 0) !important;
}
.\!text-teal-500\/10{
  color: rgb(13 148 136 / 0.1) !important;
}
.\!text-teal-500\/100{
  color: rgb(13 148 136 / 1) !important;
}
.\!text-teal-500\/15{
  color: rgb(13 148 136 / 0.15) !important;
}
.\!text-teal-500\/20{
  color: rgb(13 148 136 / 0.2) !important;
}
.\!text-teal-500\/25{
  color: rgb(13 148 136 / 0.25) !important;
}
.\!text-teal-500\/30{
  color: rgb(13 148 136 / 0.3) !important;
}
.\!text-teal-500\/35{
  color: rgb(13 148 136 / 0.35) !important;
}
.\!text-teal-500\/40{
  color: rgb(13 148 136 / 0.4) !important;
}
.\!text-teal-500\/45{
  color: rgb(13 148 136 / 0.45) !important;
}
.\!text-teal-500\/5{
  color: rgb(13 148 136 / 0.05) !important;
}
.\!text-teal-500\/50{
  color: rgb(13 148 136 / 0.5) !important;
}
.\!text-teal-500\/55{
  color: rgb(13 148 136 / 0.55) !important;
}
.\!text-teal-500\/60{
  color: rgb(13 148 136 / 0.6) !important;
}
.\!text-teal-500\/65{
  color: rgb(13 148 136 / 0.65) !important;
}
.\!text-teal-500\/70{
  color: rgb(13 148 136 / 0.7) !important;
}
.\!text-teal-500\/75{
  color: rgb(13 148 136 / 0.75) !important;
}
.\!text-teal-500\/80{
  color: rgb(13 148 136 / 0.8) !important;
}
.\!text-teal-500\/85{
  color: rgb(13 148 136 / 0.85) !important;
}
.\!text-teal-500\/90{
  color: rgb(13 148 136 / 0.9) !important;
}
.\!text-teal-500\/95{
  color: rgb(13 148 136 / 0.95) !important;
}
.\!text-teal-600{
  --tw-text-opacity: 1 !important;
  color: rgb(15 118 110 / var(--tw-text-opacity)) !important;
}
.\!text-teal-600\/0{
  color: rgb(15 118 110 / 0) !important;
}
.\!text-teal-600\/10{
  color: rgb(15 118 110 / 0.1) !important;
}
.\!text-teal-600\/100{
  color: rgb(15 118 110 / 1) !important;
}
.\!text-teal-600\/15{
  color: rgb(15 118 110 / 0.15) !important;
}
.\!text-teal-600\/20{
  color: rgb(15 118 110 / 0.2) !important;
}
.\!text-teal-600\/25{
  color: rgb(15 118 110 / 0.25) !important;
}
.\!text-teal-600\/30{
  color: rgb(15 118 110 / 0.3) !important;
}
.\!text-teal-600\/35{
  color: rgb(15 118 110 / 0.35) !important;
}
.\!text-teal-600\/40{
  color: rgb(15 118 110 / 0.4) !important;
}
.\!text-teal-600\/45{
  color: rgb(15 118 110 / 0.45) !important;
}
.\!text-teal-600\/5{
  color: rgb(15 118 110 / 0.05) !important;
}
.\!text-teal-600\/50{
  color: rgb(15 118 110 / 0.5) !important;
}
.\!text-teal-600\/55{
  color: rgb(15 118 110 / 0.55) !important;
}
.\!text-teal-600\/60{
  color: rgb(15 118 110 / 0.6) !important;
}
.\!text-teal-600\/65{
  color: rgb(15 118 110 / 0.65) !important;
}
.\!text-teal-600\/70{
  color: rgb(15 118 110 / 0.7) !important;
}
.\!text-teal-600\/75{
  color: rgb(15 118 110 / 0.75) !important;
}
.\!text-teal-600\/80{
  color: rgb(15 118 110 / 0.8) !important;
}
.\!text-teal-600\/85{
  color: rgb(15 118 110 / 0.85) !important;
}
.\!text-teal-600\/90{
  color: rgb(15 118 110 / 0.9) !important;
}
.\!text-teal-600\/95{
  color: rgb(15 118 110 / 0.95) !important;
}
.\!text-teal-650{
  --tw-text-opacity: 1 !important;
  color: rgb(17 94 89 / var(--tw-text-opacity)) !important;
}
.\!text-teal-650\/0{
  color: rgb(17 94 89 / 0) !important;
}
.\!text-teal-650\/10{
  color: rgb(17 94 89 / 0.1) !important;
}
.\!text-teal-650\/100{
  color: rgb(17 94 89 / 1) !important;
}
.\!text-teal-650\/15{
  color: rgb(17 94 89 / 0.15) !important;
}
.\!text-teal-650\/20{
  color: rgb(17 94 89 / 0.2) !important;
}
.\!text-teal-650\/25{
  color: rgb(17 94 89 / 0.25) !important;
}
.\!text-teal-650\/30{
  color: rgb(17 94 89 / 0.3) !important;
}
.\!text-teal-650\/35{
  color: rgb(17 94 89 / 0.35) !important;
}
.\!text-teal-650\/40{
  color: rgb(17 94 89 / 0.4) !important;
}
.\!text-teal-650\/45{
  color: rgb(17 94 89 / 0.45) !important;
}
.\!text-teal-650\/5{
  color: rgb(17 94 89 / 0.05) !important;
}
.\!text-teal-650\/50{
  color: rgb(17 94 89 / 0.5) !important;
}
.\!text-teal-650\/55{
  color: rgb(17 94 89 / 0.55) !important;
}
.\!text-teal-650\/60{
  color: rgb(17 94 89 / 0.6) !important;
}
.\!text-teal-650\/65{
  color: rgb(17 94 89 / 0.65) !important;
}
.\!text-teal-650\/70{
  color: rgb(17 94 89 / 0.7) !important;
}
.\!text-teal-650\/75{
  color: rgb(17 94 89 / 0.75) !important;
}
.\!text-teal-650\/80{
  color: rgb(17 94 89 / 0.8) !important;
}
.\!text-teal-650\/85{
  color: rgb(17 94 89 / 0.85) !important;
}
.\!text-teal-650\/90{
  color: rgb(17 94 89 / 0.9) !important;
}
.\!text-teal-650\/95{
  color: rgb(17 94 89 / 0.95) !important;
}
.\!text-teal-700{
  --tw-text-opacity: 1 !important;
  color: rgb(19 78 74 / var(--tw-text-opacity)) !important;
}
.\!text-teal-700\/0{
  color: rgb(19 78 74 / 0) !important;
}
.\!text-teal-700\/10{
  color: rgb(19 78 74 / 0.1) !important;
}
.\!text-teal-700\/100{
  color: rgb(19 78 74 / 1) !important;
}
.\!text-teal-700\/15{
  color: rgb(19 78 74 / 0.15) !important;
}
.\!text-teal-700\/20{
  color: rgb(19 78 74 / 0.2) !important;
}
.\!text-teal-700\/25{
  color: rgb(19 78 74 / 0.25) !important;
}
.\!text-teal-700\/30{
  color: rgb(19 78 74 / 0.3) !important;
}
.\!text-teal-700\/35{
  color: rgb(19 78 74 / 0.35) !important;
}
.\!text-teal-700\/40{
  color: rgb(19 78 74 / 0.4) !important;
}
.\!text-teal-700\/45{
  color: rgb(19 78 74 / 0.45) !important;
}
.\!text-teal-700\/5{
  color: rgb(19 78 74 / 0.05) !important;
}
.\!text-teal-700\/50{
  color: rgb(19 78 74 / 0.5) !important;
}
.\!text-teal-700\/55{
  color: rgb(19 78 74 / 0.55) !important;
}
.\!text-teal-700\/60{
  color: rgb(19 78 74 / 0.6) !important;
}
.\!text-teal-700\/65{
  color: rgb(19 78 74 / 0.65) !important;
}
.\!text-teal-700\/70{
  color: rgb(19 78 74 / 0.7) !important;
}
.\!text-teal-700\/75{
  color: rgb(19 78 74 / 0.75) !important;
}
.\!text-teal-700\/80{
  color: rgb(19 78 74 / 0.8) !important;
}
.\!text-teal-700\/85{
  color: rgb(19 78 74 / 0.85) !important;
}
.\!text-teal-700\/90{
  color: rgb(19 78 74 / 0.9) !important;
}
.\!text-teal-700\/95{
  color: rgb(19 78 74 / 0.95) !important;
}
.\!text-teal-750{
  --tw-text-opacity: 1 !important;
  color: rgb(10 64 60 / var(--tw-text-opacity)) !important;
}
.\!text-teal-750\/0{
  color: rgb(10 64 60 / 0) !important;
}
.\!text-teal-750\/10{
  color: rgb(10 64 60 / 0.1) !important;
}
.\!text-teal-750\/100{
  color: rgb(10 64 60 / 1) !important;
}
.\!text-teal-750\/15{
  color: rgb(10 64 60 / 0.15) !important;
}
.\!text-teal-750\/20{
  color: rgb(10 64 60 / 0.2) !important;
}
.\!text-teal-750\/25{
  color: rgb(10 64 60 / 0.25) !important;
}
.\!text-teal-750\/30{
  color: rgb(10 64 60 / 0.3) !important;
}
.\!text-teal-750\/35{
  color: rgb(10 64 60 / 0.35) !important;
}
.\!text-teal-750\/40{
  color: rgb(10 64 60 / 0.4) !important;
}
.\!text-teal-750\/45{
  color: rgb(10 64 60 / 0.45) !important;
}
.\!text-teal-750\/5{
  color: rgb(10 64 60 / 0.05) !important;
}
.\!text-teal-750\/50{
  color: rgb(10 64 60 / 0.5) !important;
}
.\!text-teal-750\/55{
  color: rgb(10 64 60 / 0.55) !important;
}
.\!text-teal-750\/60{
  color: rgb(10 64 60 / 0.6) !important;
}
.\!text-teal-750\/65{
  color: rgb(10 64 60 / 0.65) !important;
}
.\!text-teal-750\/70{
  color: rgb(10 64 60 / 0.7) !important;
}
.\!text-teal-750\/75{
  color: rgb(10 64 60 / 0.75) !important;
}
.\!text-teal-750\/80{
  color: rgb(10 64 60 / 0.8) !important;
}
.\!text-teal-750\/85{
  color: rgb(10 64 60 / 0.85) !important;
}
.\!text-teal-750\/90{
  color: rgb(10 64 60 / 0.9) !important;
}
.\!text-teal-750\/95{
  color: rgb(10 64 60 / 0.95) !important;
}
.\!text-teal-800{
  --tw-text-opacity: 1 !important;
  color: rgb(5 51 48 / var(--tw-text-opacity)) !important;
}
.\!text-teal-800\/0{
  color: rgb(5 51 48 / 0) !important;
}
.\!text-teal-800\/10{
  color: rgb(5 51 48 / 0.1) !important;
}
.\!text-teal-800\/100{
  color: rgb(5 51 48 / 1) !important;
}
.\!text-teal-800\/15{
  color: rgb(5 51 48 / 0.15) !important;
}
.\!text-teal-800\/20{
  color: rgb(5 51 48 / 0.2) !important;
}
.\!text-teal-800\/25{
  color: rgb(5 51 48 / 0.25) !important;
}
.\!text-teal-800\/30{
  color: rgb(5 51 48 / 0.3) !important;
}
.\!text-teal-800\/35{
  color: rgb(5 51 48 / 0.35) !important;
}
.\!text-teal-800\/40{
  color: rgb(5 51 48 / 0.4) !important;
}
.\!text-teal-800\/45{
  color: rgb(5 51 48 / 0.45) !important;
}
.\!text-teal-800\/5{
  color: rgb(5 51 48 / 0.05) !important;
}
.\!text-teal-800\/50{
  color: rgb(5 51 48 / 0.5) !important;
}
.\!text-teal-800\/55{
  color: rgb(5 51 48 / 0.55) !important;
}
.\!text-teal-800\/60{
  color: rgb(5 51 48 / 0.6) !important;
}
.\!text-teal-800\/65{
  color: rgb(5 51 48 / 0.65) !important;
}
.\!text-teal-800\/70{
  color: rgb(5 51 48 / 0.7) !important;
}
.\!text-teal-800\/75{
  color: rgb(5 51 48 / 0.75) !important;
}
.\!text-teal-800\/80{
  color: rgb(5 51 48 / 0.8) !important;
}
.\!text-teal-800\/85{
  color: rgb(5 51 48 / 0.85) !important;
}
.\!text-teal-800\/90{
  color: rgb(5 51 48 / 0.9) !important;
}
.\!text-teal-800\/95{
  color: rgb(5 51 48 / 0.95) !important;
}
.\!text-teal-900{
  --tw-text-opacity: 1 !important;
  color: rgb(2 38 36 / var(--tw-text-opacity)) !important;
}
.\!text-teal-900\/0{
  color: rgb(2 38 36 / 0) !important;
}
.\!text-teal-900\/10{
  color: rgb(2 38 36 / 0.1) !important;
}
.\!text-teal-900\/100{
  color: rgb(2 38 36 / 1) !important;
}
.\!text-teal-900\/15{
  color: rgb(2 38 36 / 0.15) !important;
}
.\!text-teal-900\/20{
  color: rgb(2 38 36 / 0.2) !important;
}
.\!text-teal-900\/25{
  color: rgb(2 38 36 / 0.25) !important;
}
.\!text-teal-900\/30{
  color: rgb(2 38 36 / 0.3) !important;
}
.\!text-teal-900\/35{
  color: rgb(2 38 36 / 0.35) !important;
}
.\!text-teal-900\/40{
  color: rgb(2 38 36 / 0.4) !important;
}
.\!text-teal-900\/45{
  color: rgb(2 38 36 / 0.45) !important;
}
.\!text-teal-900\/5{
  color: rgb(2 38 36 / 0.05) !important;
}
.\!text-teal-900\/50{
  color: rgb(2 38 36 / 0.5) !important;
}
.\!text-teal-900\/55{
  color: rgb(2 38 36 / 0.55) !important;
}
.\!text-teal-900\/60{
  color: rgb(2 38 36 / 0.6) !important;
}
.\!text-teal-900\/65{
  color: rgb(2 38 36 / 0.65) !important;
}
.\!text-teal-900\/70{
  color: rgb(2 38 36 / 0.7) !important;
}
.\!text-teal-900\/75{
  color: rgb(2 38 36 / 0.75) !important;
}
.\!text-teal-900\/80{
  color: rgb(2 38 36 / 0.8) !important;
}
.\!text-teal-900\/85{
  color: rgb(2 38 36 / 0.85) !important;
}
.\!text-teal-900\/90{
  color: rgb(2 38 36 / 0.9) !important;
}
.\!text-teal-900\/95{
  color: rgb(2 38 36 / 0.95) !important;
}
.\!text-teal-950{
  --tw-text-opacity: 1 !important;
  color: rgb(4 47 46 / var(--tw-text-opacity)) !important;
}
.\!text-teal-950\/0{
  color: rgb(4 47 46 / 0) !important;
}
.\!text-teal-950\/10{
  color: rgb(4 47 46 / 0.1) !important;
}
.\!text-teal-950\/100{
  color: rgb(4 47 46 / 1) !important;
}
.\!text-teal-950\/15{
  color: rgb(4 47 46 / 0.15) !important;
}
.\!text-teal-950\/20{
  color: rgb(4 47 46 / 0.2) !important;
}
.\!text-teal-950\/25{
  color: rgb(4 47 46 / 0.25) !important;
}
.\!text-teal-950\/30{
  color: rgb(4 47 46 / 0.3) !important;
}
.\!text-teal-950\/35{
  color: rgb(4 47 46 / 0.35) !important;
}
.\!text-teal-950\/40{
  color: rgb(4 47 46 / 0.4) !important;
}
.\!text-teal-950\/45{
  color: rgb(4 47 46 / 0.45) !important;
}
.\!text-teal-950\/5{
  color: rgb(4 47 46 / 0.05) !important;
}
.\!text-teal-950\/50{
  color: rgb(4 47 46 / 0.5) !important;
}
.\!text-teal-950\/55{
  color: rgb(4 47 46 / 0.55) !important;
}
.\!text-teal-950\/60{
  color: rgb(4 47 46 / 0.6) !important;
}
.\!text-teal-950\/65{
  color: rgb(4 47 46 / 0.65) !important;
}
.\!text-teal-950\/70{
  color: rgb(4 47 46 / 0.7) !important;
}
.\!text-teal-950\/75{
  color: rgb(4 47 46 / 0.75) !important;
}
.\!text-teal-950\/80{
  color: rgb(4 47 46 / 0.8) !important;
}
.\!text-teal-950\/85{
  color: rgb(4 47 46 / 0.85) !important;
}
.\!text-teal-950\/90{
  color: rgb(4 47 46 / 0.9) !important;
}
.\!text-teal-950\/95{
  color: rgb(4 47 46 / 0.95) !important;
}
.\!text-tertiary-100{
  --tw-text-opacity: 1 !important;
  color: rgb(250 248 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-100\/0{
  color: rgb(250 248 255 / 0) !important;
}
.\!text-tertiary-100\/10{
  color: rgb(250 248 255 / 0.1) !important;
}
.\!text-tertiary-100\/100{
  color: rgb(250 248 255 / 1) !important;
}
.\!text-tertiary-100\/15{
  color: rgb(250 248 255 / 0.15) !important;
}
.\!text-tertiary-100\/20{
  color: rgb(250 248 255 / 0.2) !important;
}
.\!text-tertiary-100\/25{
  color: rgb(250 248 255 / 0.25) !important;
}
.\!text-tertiary-100\/30{
  color: rgb(250 248 255 / 0.3) !important;
}
.\!text-tertiary-100\/35{
  color: rgb(250 248 255 / 0.35) !important;
}
.\!text-tertiary-100\/40{
  color: rgb(250 248 255 / 0.4) !important;
}
.\!text-tertiary-100\/45{
  color: rgb(250 248 255 / 0.45) !important;
}
.\!text-tertiary-100\/5{
  color: rgb(250 248 255 / 0.05) !important;
}
.\!text-tertiary-100\/50{
  color: rgb(250 248 255 / 0.5) !important;
}
.\!text-tertiary-100\/55{
  color: rgb(250 248 255 / 0.55) !important;
}
.\!text-tertiary-100\/60{
  color: rgb(250 248 255 / 0.6) !important;
}
.\!text-tertiary-100\/65{
  color: rgb(250 248 255 / 0.65) !important;
}
.\!text-tertiary-100\/70{
  color: rgb(250 248 255 / 0.7) !important;
}
.\!text-tertiary-100\/75{
  color: rgb(250 248 255 / 0.75) !important;
}
.\!text-tertiary-100\/80{
  color: rgb(250 248 255 / 0.8) !important;
}
.\!text-tertiary-100\/85{
  color: rgb(250 248 255 / 0.85) !important;
}
.\!text-tertiary-100\/90{
  color: rgb(250 248 255 / 0.9) !important;
}
.\!text-tertiary-100\/95{
  color: rgb(250 248 255 / 0.95) !important;
}
.\!text-tertiary-200{
  --tw-text-opacity: 1 !important;
  color: rgb(238 240 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-200\/0{
  color: rgb(238 240 255 / 0) !important;
}
.\!text-tertiary-200\/10{
  color: rgb(238 240 255 / 0.1) !important;
}
.\!text-tertiary-200\/100{
  color: rgb(238 240 255 / 1) !important;
}
.\!text-tertiary-200\/15{
  color: rgb(238 240 255 / 0.15) !important;
}
.\!text-tertiary-200\/20{
  color: rgb(238 240 255 / 0.2) !important;
}
.\!text-tertiary-200\/25{
  color: rgb(238 240 255 / 0.25) !important;
}
.\!text-tertiary-200\/30{
  color: rgb(238 240 255 / 0.3) !important;
}
.\!text-tertiary-200\/35{
  color: rgb(238 240 255 / 0.35) !important;
}
.\!text-tertiary-200\/40{
  color: rgb(238 240 255 / 0.4) !important;
}
.\!text-tertiary-200\/45{
  color: rgb(238 240 255 / 0.45) !important;
}
.\!text-tertiary-200\/5{
  color: rgb(238 240 255 / 0.05) !important;
}
.\!text-tertiary-200\/50{
  color: rgb(238 240 255 / 0.5) !important;
}
.\!text-tertiary-200\/55{
  color: rgb(238 240 255 / 0.55) !important;
}
.\!text-tertiary-200\/60{
  color: rgb(238 240 255 / 0.6) !important;
}
.\!text-tertiary-200\/65{
  color: rgb(238 240 255 / 0.65) !important;
}
.\!text-tertiary-200\/70{
  color: rgb(238 240 255 / 0.7) !important;
}
.\!text-tertiary-200\/75{
  color: rgb(238 240 255 / 0.75) !important;
}
.\!text-tertiary-200\/80{
  color: rgb(238 240 255 / 0.8) !important;
}
.\!text-tertiary-200\/85{
  color: rgb(238 240 255 / 0.85) !important;
}
.\!text-tertiary-200\/90{
  color: rgb(238 240 255 / 0.9) !important;
}
.\!text-tertiary-200\/95{
  color: rgb(238 240 255 / 0.95) !important;
}
.\!text-tertiary-300{
  --tw-text-opacity: 1 !important;
  color: rgb(219 225 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-300\/0{
  color: rgb(219 225 255 / 0) !important;
}
.\!text-tertiary-300\/10{
  color: rgb(219 225 255 / 0.1) !important;
}
.\!text-tertiary-300\/100{
  color: rgb(219 225 255 / 1) !important;
}
.\!text-tertiary-300\/15{
  color: rgb(219 225 255 / 0.15) !important;
}
.\!text-tertiary-300\/20{
  color: rgb(219 225 255 / 0.2) !important;
}
.\!text-tertiary-300\/25{
  color: rgb(219 225 255 / 0.25) !important;
}
.\!text-tertiary-300\/30{
  color: rgb(219 225 255 / 0.3) !important;
}
.\!text-tertiary-300\/35{
  color: rgb(219 225 255 / 0.35) !important;
}
.\!text-tertiary-300\/40{
  color: rgb(219 225 255 / 0.4) !important;
}
.\!text-tertiary-300\/45{
  color: rgb(219 225 255 / 0.45) !important;
}
.\!text-tertiary-300\/5{
  color: rgb(219 225 255 / 0.05) !important;
}
.\!text-tertiary-300\/50{
  color: rgb(219 225 255 / 0.5) !important;
}
.\!text-tertiary-300\/55{
  color: rgb(219 225 255 / 0.55) !important;
}
.\!text-tertiary-300\/60{
  color: rgb(219 225 255 / 0.6) !important;
}
.\!text-tertiary-300\/65{
  color: rgb(219 225 255 / 0.65) !important;
}
.\!text-tertiary-300\/70{
  color: rgb(219 225 255 / 0.7) !important;
}
.\!text-tertiary-300\/75{
  color: rgb(219 225 255 / 0.75) !important;
}
.\!text-tertiary-300\/80{
  color: rgb(219 225 255 / 0.8) !important;
}
.\!text-tertiary-300\/85{
  color: rgb(219 225 255 / 0.85) !important;
}
.\!text-tertiary-300\/90{
  color: rgb(219 225 255 / 0.9) !important;
}
.\!text-tertiary-300\/95{
  color: rgb(219 225 255 / 0.95) !important;
}
.\!text-tertiary-350{
  --tw-text-opacity: 1 !important;
  color: rgb(179 197 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-350\/0{
  color: rgb(179 197 255 / 0) !important;
}
.\!text-tertiary-350\/10{
  color: rgb(179 197 255 / 0.1) !important;
}
.\!text-tertiary-350\/100{
  color: rgb(179 197 255 / 1) !important;
}
.\!text-tertiary-350\/15{
  color: rgb(179 197 255 / 0.15) !important;
}
.\!text-tertiary-350\/20{
  color: rgb(179 197 255 / 0.2) !important;
}
.\!text-tertiary-350\/25{
  color: rgb(179 197 255 / 0.25) !important;
}
.\!text-tertiary-350\/30{
  color: rgb(179 197 255 / 0.3) !important;
}
.\!text-tertiary-350\/35{
  color: rgb(179 197 255 / 0.35) !important;
}
.\!text-tertiary-350\/40{
  color: rgb(179 197 255 / 0.4) !important;
}
.\!text-tertiary-350\/45{
  color: rgb(179 197 255 / 0.45) !important;
}
.\!text-tertiary-350\/5{
  color: rgb(179 197 255 / 0.05) !important;
}
.\!text-tertiary-350\/50{
  color: rgb(179 197 255 / 0.5) !important;
}
.\!text-tertiary-350\/55{
  color: rgb(179 197 255 / 0.55) !important;
}
.\!text-tertiary-350\/60{
  color: rgb(179 197 255 / 0.6) !important;
}
.\!text-tertiary-350\/65{
  color: rgb(179 197 255 / 0.65) !important;
}
.\!text-tertiary-350\/70{
  color: rgb(179 197 255 / 0.7) !important;
}
.\!text-tertiary-350\/75{
  color: rgb(179 197 255 / 0.75) !important;
}
.\!text-tertiary-350\/80{
  color: rgb(179 197 255 / 0.8) !important;
}
.\!text-tertiary-350\/85{
  color: rgb(179 197 255 / 0.85) !important;
}
.\!text-tertiary-350\/90{
  color: rgb(179 197 255 / 0.9) !important;
}
.\!text-tertiary-350\/95{
  color: rgb(179 197 255 / 0.95) !important;
}
.\!text-tertiary-400{
  --tw-text-opacity: 1 !important;
  color: rgb(139 168 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-400\/0{
  color: rgb(139 168 255 / 0) !important;
}
.\!text-tertiary-400\/10{
  color: rgb(139 168 255 / 0.1) !important;
}
.\!text-tertiary-400\/100{
  color: rgb(139 168 255 / 1) !important;
}
.\!text-tertiary-400\/15{
  color: rgb(139 168 255 / 0.15) !important;
}
.\!text-tertiary-400\/20{
  color: rgb(139 168 255 / 0.2) !important;
}
.\!text-tertiary-400\/25{
  color: rgb(139 168 255 / 0.25) !important;
}
.\!text-tertiary-400\/30{
  color: rgb(139 168 255 / 0.3) !important;
}
.\!text-tertiary-400\/35{
  color: rgb(139 168 255 / 0.35) !important;
}
.\!text-tertiary-400\/40{
  color: rgb(139 168 255 / 0.4) !important;
}
.\!text-tertiary-400\/45{
  color: rgb(139 168 255 / 0.45) !important;
}
.\!text-tertiary-400\/5{
  color: rgb(139 168 255 / 0.05) !important;
}
.\!text-tertiary-400\/50{
  color: rgb(139 168 255 / 0.5) !important;
}
.\!text-tertiary-400\/55{
  color: rgb(139 168 255 / 0.55) !important;
}
.\!text-tertiary-400\/60{
  color: rgb(139 168 255 / 0.6) !important;
}
.\!text-tertiary-400\/65{
  color: rgb(139 168 255 / 0.65) !important;
}
.\!text-tertiary-400\/70{
  color: rgb(139 168 255 / 0.7) !important;
}
.\!text-tertiary-400\/75{
  color: rgb(139 168 255 / 0.75) !important;
}
.\!text-tertiary-400\/80{
  color: rgb(139 168 255 / 0.8) !important;
}
.\!text-tertiary-400\/85{
  color: rgb(139 168 255 / 0.85) !important;
}
.\!text-tertiary-400\/90{
  color: rgb(139 168 255 / 0.9) !important;
}
.\!text-tertiary-400\/95{
  color: rgb(139 168 255 / 0.95) !important;
}
.\!text-tertiary-450{
  --tw-text-opacity: 1 !important;
  color: rgb(96 139 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-450\/0{
  color: rgb(96 139 255 / 0) !important;
}
.\!text-tertiary-450\/10{
  color: rgb(96 139 255 / 0.1) !important;
}
.\!text-tertiary-450\/100{
  color: rgb(96 139 255 / 1) !important;
}
.\!text-tertiary-450\/15{
  color: rgb(96 139 255 / 0.15) !important;
}
.\!text-tertiary-450\/20{
  color: rgb(96 139 255 / 0.2) !important;
}
.\!text-tertiary-450\/25{
  color: rgb(96 139 255 / 0.25) !important;
}
.\!text-tertiary-450\/30{
  color: rgb(96 139 255 / 0.3) !important;
}
.\!text-tertiary-450\/35{
  color: rgb(96 139 255 / 0.35) !important;
}
.\!text-tertiary-450\/40{
  color: rgb(96 139 255 / 0.4) !important;
}
.\!text-tertiary-450\/45{
  color: rgb(96 139 255 / 0.45) !important;
}
.\!text-tertiary-450\/5{
  color: rgb(96 139 255 / 0.05) !important;
}
.\!text-tertiary-450\/50{
  color: rgb(96 139 255 / 0.5) !important;
}
.\!text-tertiary-450\/55{
  color: rgb(96 139 255 / 0.55) !important;
}
.\!text-tertiary-450\/60{
  color: rgb(96 139 255 / 0.6) !important;
}
.\!text-tertiary-450\/65{
  color: rgb(96 139 255 / 0.65) !important;
}
.\!text-tertiary-450\/70{
  color: rgb(96 139 255 / 0.7) !important;
}
.\!text-tertiary-450\/75{
  color: rgb(96 139 255 / 0.75) !important;
}
.\!text-tertiary-450\/80{
  color: rgb(96 139 255 / 0.8) !important;
}
.\!text-tertiary-450\/85{
  color: rgb(96 139 255 / 0.85) !important;
}
.\!text-tertiary-450\/90{
  color: rgb(96 139 255 / 0.9) !important;
}
.\!text-tertiary-450\/95{
  color: rgb(96 139 255 / 0.95) !important;
}
.\!text-tertiary-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 251 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-50\/0{
  color: rgb(254 251 255 / 0) !important;
}
.\!text-tertiary-50\/10{
  color: rgb(254 251 255 / 0.1) !important;
}
.\!text-tertiary-50\/100{
  color: rgb(254 251 255 / 1) !important;
}
.\!text-tertiary-50\/15{
  color: rgb(254 251 255 / 0.15) !important;
}
.\!text-tertiary-50\/20{
  color: rgb(254 251 255 / 0.2) !important;
}
.\!text-tertiary-50\/25{
  color: rgb(254 251 255 / 0.25) !important;
}
.\!text-tertiary-50\/30{
  color: rgb(254 251 255 / 0.3) !important;
}
.\!text-tertiary-50\/35{
  color: rgb(254 251 255 / 0.35) !important;
}
.\!text-tertiary-50\/40{
  color: rgb(254 251 255 / 0.4) !important;
}
.\!text-tertiary-50\/45{
  color: rgb(254 251 255 / 0.45) !important;
}
.\!text-tertiary-50\/5{
  color: rgb(254 251 255 / 0.05) !important;
}
.\!text-tertiary-50\/50{
  color: rgb(254 251 255 / 0.5) !important;
}
.\!text-tertiary-50\/55{
  color: rgb(254 251 255 / 0.55) !important;
}
.\!text-tertiary-50\/60{
  color: rgb(254 251 255 / 0.6) !important;
}
.\!text-tertiary-50\/65{
  color: rgb(254 251 255 / 0.65) !important;
}
.\!text-tertiary-50\/70{
  color: rgb(254 251 255 / 0.7) !important;
}
.\!text-tertiary-50\/75{
  color: rgb(254 251 255 / 0.75) !important;
}
.\!text-tertiary-50\/80{
  color: rgb(254 251 255 / 0.8) !important;
}
.\!text-tertiary-50\/85{
  color: rgb(254 251 255 / 0.85) !important;
}
.\!text-tertiary-50\/90{
  color: rgb(254 251 255 / 0.9) !important;
}
.\!text-tertiary-50\/95{
  color: rgb(254 251 255 / 0.95) !important;
}
.\!text-tertiary-500{
  --tw-text-opacity: 1 !important;
  color: rgb(38 108 255 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-500\/0{
  color: rgb(38 108 255 / 0) !important;
}
.\!text-tertiary-500\/10{
  color: rgb(38 108 255 / 0.1) !important;
}
.\!text-tertiary-500\/100{
  color: rgb(38 108 255 / 1) !important;
}
.\!text-tertiary-500\/15{
  color: rgb(38 108 255 / 0.15) !important;
}
.\!text-tertiary-500\/20{
  color: rgb(38 108 255 / 0.2) !important;
}
.\!text-tertiary-500\/25{
  color: rgb(38 108 255 / 0.25) !important;
}
.\!text-tertiary-500\/30{
  color: rgb(38 108 255 / 0.3) !important;
}
.\!text-tertiary-500\/35{
  color: rgb(38 108 255 / 0.35) !important;
}
.\!text-tertiary-500\/40{
  color: rgb(38 108 255 / 0.4) !important;
}
.\!text-tertiary-500\/45{
  color: rgb(38 108 255 / 0.45) !important;
}
.\!text-tertiary-500\/5{
  color: rgb(38 108 255 / 0.05) !important;
}
.\!text-tertiary-500\/50{
  color: rgb(38 108 255 / 0.5) !important;
}
.\!text-tertiary-500\/55{
  color: rgb(38 108 255 / 0.55) !important;
}
.\!text-tertiary-500\/60{
  color: rgb(38 108 255 / 0.6) !important;
}
.\!text-tertiary-500\/65{
  color: rgb(38 108 255 / 0.65) !important;
}
.\!text-tertiary-500\/70{
  color: rgb(38 108 255 / 0.7) !important;
}
.\!text-tertiary-500\/75{
  color: rgb(38 108 255 / 0.75) !important;
}
.\!text-tertiary-500\/80{
  color: rgb(38 108 255 / 0.8) !important;
}
.\!text-tertiary-500\/85{
  color: rgb(38 108 255 / 0.85) !important;
}
.\!text-tertiary-500\/90{
  color: rgb(38 108 255 / 0.9) !important;
}
.\!text-tertiary-500\/95{
  color: rgb(38 108 255 / 0.95) !important;
}
.\!text-tertiary-600{
  --tw-text-opacity: 1 !important;
  color: rgb(0 84 217 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-600\/0{
  color: rgb(0 84 217 / 0) !important;
}
.\!text-tertiary-600\/10{
  color: rgb(0 84 217 / 0.1) !important;
}
.\!text-tertiary-600\/100{
  color: rgb(0 84 217 / 1) !important;
}
.\!text-tertiary-600\/15{
  color: rgb(0 84 217 / 0.15) !important;
}
.\!text-tertiary-600\/20{
  color: rgb(0 84 217 / 0.2) !important;
}
.\!text-tertiary-600\/25{
  color: rgb(0 84 217 / 0.25) !important;
}
.\!text-tertiary-600\/30{
  color: rgb(0 84 217 / 0.3) !important;
}
.\!text-tertiary-600\/35{
  color: rgb(0 84 217 / 0.35) !important;
}
.\!text-tertiary-600\/40{
  color: rgb(0 84 217 / 0.4) !important;
}
.\!text-tertiary-600\/45{
  color: rgb(0 84 217 / 0.45) !important;
}
.\!text-tertiary-600\/5{
  color: rgb(0 84 217 / 0.05) !important;
}
.\!text-tertiary-600\/50{
  color: rgb(0 84 217 / 0.5) !important;
}
.\!text-tertiary-600\/55{
  color: rgb(0 84 217 / 0.55) !important;
}
.\!text-tertiary-600\/60{
  color: rgb(0 84 217 / 0.6) !important;
}
.\!text-tertiary-600\/65{
  color: rgb(0 84 217 / 0.65) !important;
}
.\!text-tertiary-600\/70{
  color: rgb(0 84 217 / 0.7) !important;
}
.\!text-tertiary-600\/75{
  color: rgb(0 84 217 / 0.75) !important;
}
.\!text-tertiary-600\/80{
  color: rgb(0 84 217 / 0.8) !important;
}
.\!text-tertiary-600\/85{
  color: rgb(0 84 217 / 0.85) !important;
}
.\!text-tertiary-600\/90{
  color: rgb(0 84 217 / 0.9) !important;
}
.\!text-tertiary-600\/95{
  color: rgb(0 84 217 / 0.95) !important;
}
.\!text-tertiary-650{
  --tw-text-opacity: 1 !important;
  color: rgb(0 73 191 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-650\/0{
  color: rgb(0 73 191 / 0) !important;
}
.\!text-tertiary-650\/10{
  color: rgb(0 73 191 / 0.1) !important;
}
.\!text-tertiary-650\/100{
  color: rgb(0 73 191 / 1) !important;
}
.\!text-tertiary-650\/15{
  color: rgb(0 73 191 / 0.15) !important;
}
.\!text-tertiary-650\/20{
  color: rgb(0 73 191 / 0.2) !important;
}
.\!text-tertiary-650\/25{
  color: rgb(0 73 191 / 0.25) !important;
}
.\!text-tertiary-650\/30{
  color: rgb(0 73 191 / 0.3) !important;
}
.\!text-tertiary-650\/35{
  color: rgb(0 73 191 / 0.35) !important;
}
.\!text-tertiary-650\/40{
  color: rgb(0 73 191 / 0.4) !important;
}
.\!text-tertiary-650\/45{
  color: rgb(0 73 191 / 0.45) !important;
}
.\!text-tertiary-650\/5{
  color: rgb(0 73 191 / 0.05) !important;
}
.\!text-tertiary-650\/50{
  color: rgb(0 73 191 / 0.5) !important;
}
.\!text-tertiary-650\/55{
  color: rgb(0 73 191 / 0.55) !important;
}
.\!text-tertiary-650\/60{
  color: rgb(0 73 191 / 0.6) !important;
}
.\!text-tertiary-650\/65{
  color: rgb(0 73 191 / 0.65) !important;
}
.\!text-tertiary-650\/70{
  color: rgb(0 73 191 / 0.7) !important;
}
.\!text-tertiary-650\/75{
  color: rgb(0 73 191 / 0.75) !important;
}
.\!text-tertiary-650\/80{
  color: rgb(0 73 191 / 0.8) !important;
}
.\!text-tertiary-650\/85{
  color: rgb(0 73 191 / 0.85) !important;
}
.\!text-tertiary-650\/90{
  color: rgb(0 73 191 / 0.9) !important;
}
.\!text-tertiary-650\/95{
  color: rgb(0 73 191 / 0.95) !important;
}
.\!text-tertiary-700{
  --tw-text-opacity: 1 !important;
  color: rgb(0 62 166 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-700\/0{
  color: rgb(0 62 166 / 0) !important;
}
.\!text-tertiary-700\/10{
  color: rgb(0 62 166 / 0.1) !important;
}
.\!text-tertiary-700\/100{
  color: rgb(0 62 166 / 1) !important;
}
.\!text-tertiary-700\/15{
  color: rgb(0 62 166 / 0.15) !important;
}
.\!text-tertiary-700\/20{
  color: rgb(0 62 166 / 0.2) !important;
}
.\!text-tertiary-700\/25{
  color: rgb(0 62 166 / 0.25) !important;
}
.\!text-tertiary-700\/30{
  color: rgb(0 62 166 / 0.3) !important;
}
.\!text-tertiary-700\/35{
  color: rgb(0 62 166 / 0.35) !important;
}
.\!text-tertiary-700\/40{
  color: rgb(0 62 166 / 0.4) !important;
}
.\!text-tertiary-700\/45{
  color: rgb(0 62 166 / 0.45) !important;
}
.\!text-tertiary-700\/5{
  color: rgb(0 62 166 / 0.05) !important;
}
.\!text-tertiary-700\/50{
  color: rgb(0 62 166 / 0.5) !important;
}
.\!text-tertiary-700\/55{
  color: rgb(0 62 166 / 0.55) !important;
}
.\!text-tertiary-700\/60{
  color: rgb(0 62 166 / 0.6) !important;
}
.\!text-tertiary-700\/65{
  color: rgb(0 62 166 / 0.65) !important;
}
.\!text-tertiary-700\/70{
  color: rgb(0 62 166 / 0.7) !important;
}
.\!text-tertiary-700\/75{
  color: rgb(0 62 166 / 0.75) !important;
}
.\!text-tertiary-700\/80{
  color: rgb(0 62 166 / 0.8) !important;
}
.\!text-tertiary-700\/85{
  color: rgb(0 62 166 / 0.85) !important;
}
.\!text-tertiary-700\/90{
  color: rgb(0 62 166 / 0.9) !important;
}
.\!text-tertiary-700\/95{
  color: rgb(0 62 166 / 0.95) !important;
}
.\!text-tertiary-750{
  --tw-text-opacity: 1 !important;
  color: rgb(0 52 142 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-750\/0{
  color: rgb(0 52 142 / 0) !important;
}
.\!text-tertiary-750\/10{
  color: rgb(0 52 142 / 0.1) !important;
}
.\!text-tertiary-750\/100{
  color: rgb(0 52 142 / 1) !important;
}
.\!text-tertiary-750\/15{
  color: rgb(0 52 142 / 0.15) !important;
}
.\!text-tertiary-750\/20{
  color: rgb(0 52 142 / 0.2) !important;
}
.\!text-tertiary-750\/25{
  color: rgb(0 52 142 / 0.25) !important;
}
.\!text-tertiary-750\/30{
  color: rgb(0 52 142 / 0.3) !important;
}
.\!text-tertiary-750\/35{
  color: rgb(0 52 142 / 0.35) !important;
}
.\!text-tertiary-750\/40{
  color: rgb(0 52 142 / 0.4) !important;
}
.\!text-tertiary-750\/45{
  color: rgb(0 52 142 / 0.45) !important;
}
.\!text-tertiary-750\/5{
  color: rgb(0 52 142 / 0.05) !important;
}
.\!text-tertiary-750\/50{
  color: rgb(0 52 142 / 0.5) !important;
}
.\!text-tertiary-750\/55{
  color: rgb(0 52 142 / 0.55) !important;
}
.\!text-tertiary-750\/60{
  color: rgb(0 52 142 / 0.6) !important;
}
.\!text-tertiary-750\/65{
  color: rgb(0 52 142 / 0.65) !important;
}
.\!text-tertiary-750\/70{
  color: rgb(0 52 142 / 0.7) !important;
}
.\!text-tertiary-750\/75{
  color: rgb(0 52 142 / 0.75) !important;
}
.\!text-tertiary-750\/80{
  color: rgb(0 52 142 / 0.8) !important;
}
.\!text-tertiary-750\/85{
  color: rgb(0 52 142 / 0.85) !important;
}
.\!text-tertiary-750\/90{
  color: rgb(0 52 142 / 0.9) !important;
}
.\!text-tertiary-750\/95{
  color: rgb(0 52 142 / 0.95) !important;
}
.\!text-tertiary-800{
  --tw-text-opacity: 1 !important;
  color: rgb(0 42 118 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-800\/0{
  color: rgb(0 42 118 / 0) !important;
}
.\!text-tertiary-800\/10{
  color: rgb(0 42 118 / 0.1) !important;
}
.\!text-tertiary-800\/100{
  color: rgb(0 42 118 / 1) !important;
}
.\!text-tertiary-800\/15{
  color: rgb(0 42 118 / 0.15) !important;
}
.\!text-tertiary-800\/20{
  color: rgb(0 42 118 / 0.2) !important;
}
.\!text-tertiary-800\/25{
  color: rgb(0 42 118 / 0.25) !important;
}
.\!text-tertiary-800\/30{
  color: rgb(0 42 118 / 0.3) !important;
}
.\!text-tertiary-800\/35{
  color: rgb(0 42 118 / 0.35) !important;
}
.\!text-tertiary-800\/40{
  color: rgb(0 42 118 / 0.4) !important;
}
.\!text-tertiary-800\/45{
  color: rgb(0 42 118 / 0.45) !important;
}
.\!text-tertiary-800\/5{
  color: rgb(0 42 118 / 0.05) !important;
}
.\!text-tertiary-800\/50{
  color: rgb(0 42 118 / 0.5) !important;
}
.\!text-tertiary-800\/55{
  color: rgb(0 42 118 / 0.55) !important;
}
.\!text-tertiary-800\/60{
  color: rgb(0 42 118 / 0.6) !important;
}
.\!text-tertiary-800\/65{
  color: rgb(0 42 118 / 0.65) !important;
}
.\!text-tertiary-800\/70{
  color: rgb(0 42 118 / 0.7) !important;
}
.\!text-tertiary-800\/75{
  color: rgb(0 42 118 / 0.75) !important;
}
.\!text-tertiary-800\/80{
  color: rgb(0 42 118 / 0.8) !important;
}
.\!text-tertiary-800\/85{
  color: rgb(0 42 118 / 0.85) !important;
}
.\!text-tertiary-800\/90{
  color: rgb(0 42 118 / 0.9) !important;
}
.\!text-tertiary-800\/95{
  color: rgb(0 42 118 / 0.95) !important;
}
.\!text-tertiary-900{
  --tw-text-opacity: 1 !important;
  color: rgb(0 23 74 / var(--tw-text-opacity)) !important;
}
.\!text-tertiary-900\/0{
  color: rgb(0 23 74 / 0) !important;
}
.\!text-tertiary-900\/10{
  color: rgb(0 23 74 / 0.1) !important;
}
.\!text-tertiary-900\/100{
  color: rgb(0 23 74 / 1) !important;
}
.\!text-tertiary-900\/15{
  color: rgb(0 23 74 / 0.15) !important;
}
.\!text-tertiary-900\/20{
  color: rgb(0 23 74 / 0.2) !important;
}
.\!text-tertiary-900\/25{
  color: rgb(0 23 74 / 0.25) !important;
}
.\!text-tertiary-900\/30{
  color: rgb(0 23 74 / 0.3) !important;
}
.\!text-tertiary-900\/35{
  color: rgb(0 23 74 / 0.35) !important;
}
.\!text-tertiary-900\/40{
  color: rgb(0 23 74 / 0.4) !important;
}
.\!text-tertiary-900\/45{
  color: rgb(0 23 74 / 0.45) !important;
}
.\!text-tertiary-900\/5{
  color: rgb(0 23 74 / 0.05) !important;
}
.\!text-tertiary-900\/50{
  color: rgb(0 23 74 / 0.5) !important;
}
.\!text-tertiary-900\/55{
  color: rgb(0 23 74 / 0.55) !important;
}
.\!text-tertiary-900\/60{
  color: rgb(0 23 74 / 0.6) !important;
}
.\!text-tertiary-900\/65{
  color: rgb(0 23 74 / 0.65) !important;
}
.\!text-tertiary-900\/70{
  color: rgb(0 23 74 / 0.7) !important;
}
.\!text-tertiary-900\/75{
  color: rgb(0 23 74 / 0.75) !important;
}
.\!text-tertiary-900\/80{
  color: rgb(0 23 74 / 0.8) !important;
}
.\!text-tertiary-900\/85{
  color: rgb(0 23 74 / 0.85) !important;
}
.\!text-tertiary-900\/90{
  color: rgb(0 23 74 / 0.9) !important;
}
.\!text-tertiary-900\/95{
  color: rgb(0 23 74 / 0.95) !important;
}
.\!text-text-0{
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}
.\!text-text-0\/0{
  color: rgb(255 253 255 / 0) !important;
}
.\!text-text-0\/10{
  color: rgb(255 253 255 / 0.1) !important;
}
.\!text-text-0\/100{
  color: rgb(255 253 255 / 1) !important;
}
.\!text-text-0\/15{
  color: rgb(255 253 255 / 0.15) !important;
}
.\!text-text-0\/20{
  color: rgb(255 253 255 / 0.2) !important;
}
.\!text-text-0\/25{
  color: rgb(255 253 255 / 0.25) !important;
}
.\!text-text-0\/30{
  color: rgb(255 253 255 / 0.3) !important;
}
.\!text-text-0\/35{
  color: rgb(255 253 255 / 0.35) !important;
}
.\!text-text-0\/40{
  color: rgb(255 253 255 / 0.4) !important;
}
.\!text-text-0\/45{
  color: rgb(255 253 255 / 0.45) !important;
}
.\!text-text-0\/5{
  color: rgb(255 253 255 / 0.05) !important;
}
.\!text-text-0\/50{
  color: rgb(255 253 255 / 0.5) !important;
}
.\!text-text-0\/55{
  color: rgb(255 253 255 / 0.55) !important;
}
.\!text-text-0\/60{
  color: rgb(255 253 255 / 0.6) !important;
}
.\!text-text-0\/65{
  color: rgb(255 253 255 / 0.65) !important;
}
.\!text-text-0\/70{
  color: rgb(255 253 255 / 0.7) !important;
}
.\!text-text-0\/75{
  color: rgb(255 253 255 / 0.75) !important;
}
.\!text-text-0\/80{
  color: rgb(255 253 255 / 0.8) !important;
}
.\!text-text-0\/85{
  color: rgb(255 253 255 / 0.85) !important;
}
.\!text-text-0\/90{
  color: rgb(255 253 255 / 0.9) !important;
}
.\!text-text-0\/95{
  color: rgb(255 253 255 / 0.95) !important;
}
.\!text-text-400{
  --tw-text-opacity: 1 !important;
  color: rgb(160 140 139 / var(--tw-text-opacity)) !important;
}
.\!text-text-400\/0{
  color: rgb(160 140 139 / 0) !important;
}
.\!text-text-400\/10{
  color: rgb(160 140 139 / 0.1) !important;
}
.\!text-text-400\/100{
  color: rgb(160 140 139 / 1) !important;
}
.\!text-text-400\/15{
  color: rgb(160 140 139 / 0.15) !important;
}
.\!text-text-400\/20{
  color: rgb(160 140 139 / 0.2) !important;
}
.\!text-text-400\/25{
  color: rgb(160 140 139 / 0.25) !important;
}
.\!text-text-400\/30{
  color: rgb(160 140 139 / 0.3) !important;
}
.\!text-text-400\/35{
  color: rgb(160 140 139 / 0.35) !important;
}
.\!text-text-400\/40{
  color: rgb(160 140 139 / 0.4) !important;
}
.\!text-text-400\/45{
  color: rgb(160 140 139 / 0.45) !important;
}
.\!text-text-400\/5{
  color: rgb(160 140 139 / 0.05) !important;
}
.\!text-text-400\/50{
  color: rgb(160 140 139 / 0.5) !important;
}
.\!text-text-400\/55{
  color: rgb(160 140 139 / 0.55) !important;
}
.\!text-text-400\/60{
  color: rgb(160 140 139 / 0.6) !important;
}
.\!text-text-400\/65{
  color: rgb(160 140 139 / 0.65) !important;
}
.\!text-text-400\/70{
  color: rgb(160 140 139 / 0.7) !important;
}
.\!text-text-400\/75{
  color: rgb(160 140 139 / 0.75) !important;
}
.\!text-text-400\/80{
  color: rgb(160 140 139 / 0.8) !important;
}
.\!text-text-400\/85{
  color: rgb(160 140 139 / 0.85) !important;
}
.\!text-text-400\/90{
  color: rgb(160 140 139 / 0.9) !important;
}
.\!text-text-400\/95{
  color: rgb(160 140 139 / 0.95) !important;
}
.\!text-text-450{
  --tw-text-opacity: 1 !important;
  color: rgb(133 115 114 / var(--tw-text-opacity)) !important;
}
.\!text-text-450\/0{
  color: rgb(133 115 114 / 0) !important;
}
.\!text-text-450\/10{
  color: rgb(133 115 114 / 0.1) !important;
}
.\!text-text-450\/100{
  color: rgb(133 115 114 / 1) !important;
}
.\!text-text-450\/15{
  color: rgb(133 115 114 / 0.15) !important;
}
.\!text-text-450\/20{
  color: rgb(133 115 114 / 0.2) !important;
}
.\!text-text-450\/25{
  color: rgb(133 115 114 / 0.25) !important;
}
.\!text-text-450\/30{
  color: rgb(133 115 114 / 0.3) !important;
}
.\!text-text-450\/35{
  color: rgb(133 115 114 / 0.35) !important;
}
.\!text-text-450\/40{
  color: rgb(133 115 114 / 0.4) !important;
}
.\!text-text-450\/45{
  color: rgb(133 115 114 / 0.45) !important;
}
.\!text-text-450\/5{
  color: rgb(133 115 114 / 0.05) !important;
}
.\!text-text-450\/50{
  color: rgb(133 115 114 / 0.5) !important;
}
.\!text-text-450\/55{
  color: rgb(133 115 114 / 0.55) !important;
}
.\!text-text-450\/60{
  color: rgb(133 115 114 / 0.6) !important;
}
.\!text-text-450\/65{
  color: rgb(133 115 114 / 0.65) !important;
}
.\!text-text-450\/70{
  color: rgb(133 115 114 / 0.7) !important;
}
.\!text-text-450\/75{
  color: rgb(133 115 114 / 0.75) !important;
}
.\!text-text-450\/80{
  color: rgb(133 115 114 / 0.8) !important;
}
.\!text-text-450\/85{
  color: rgb(133 115 114 / 0.85) !important;
}
.\!text-text-450\/90{
  color: rgb(133 115 114 / 0.9) !important;
}
.\!text-text-450\/95{
  color: rgb(133 115 114 / 0.95) !important;
}
.\!text-text-650{
  --tw-text-opacity: 1 !important;
  color: rgb(83 67 66 / var(--tw-text-opacity)) !important;
}
.\!text-text-650\/0{
  color: rgb(83 67 66 / 0) !important;
}
.\!text-text-650\/10{
  color: rgb(83 67 66 / 0.1) !important;
}
.\!text-text-650\/100{
  color: rgb(83 67 66 / 1) !important;
}
.\!text-text-650\/15{
  color: rgb(83 67 66 / 0.15) !important;
}
.\!text-text-650\/20{
  color: rgb(83 67 66 / 0.2) !important;
}
.\!text-text-650\/25{
  color: rgb(83 67 66 / 0.25) !important;
}
.\!text-text-650\/30{
  color: rgb(83 67 66 / 0.3) !important;
}
.\!text-text-650\/35{
  color: rgb(83 67 66 / 0.35) !important;
}
.\!text-text-650\/40{
  color: rgb(83 67 66 / 0.4) !important;
}
.\!text-text-650\/45{
  color: rgb(83 67 66 / 0.45) !important;
}
.\!text-text-650\/5{
  color: rgb(83 67 66 / 0.05) !important;
}
.\!text-text-650\/50{
  color: rgb(83 67 66 / 0.5) !important;
}
.\!text-text-650\/55{
  color: rgb(83 67 66 / 0.55) !important;
}
.\!text-text-650\/60{
  color: rgb(83 67 66 / 0.6) !important;
}
.\!text-text-650\/65{
  color: rgb(83 67 66 / 0.65) !important;
}
.\!text-text-650\/70{
  color: rgb(83 67 66 / 0.7) !important;
}
.\!text-text-650\/75{
  color: rgb(83 67 66 / 0.75) !important;
}
.\!text-text-650\/80{
  color: rgb(83 67 66 / 0.8) !important;
}
.\!text-text-650\/85{
  color: rgb(83 67 66 / 0.85) !important;
}
.\!text-text-650\/90{
  color: rgb(83 67 66 / 0.9) !important;
}
.\!text-text-650\/95{
  color: rgb(83 67 66 / 0.95) !important;
}
.\!text-text-800{
  --tw-text-opacity: 1 !important;
  color: rgb(37 25 24 / var(--tw-text-opacity)) !important;
}
.\!text-text-800\/0{
  color: rgb(37 25 24 / 0) !important;
}
.\!text-text-800\/10{
  color: rgb(37 25 24 / 0.1) !important;
}
.\!text-text-800\/100{
  color: rgb(37 25 24 / 1) !important;
}
.\!text-text-800\/15{
  color: rgb(37 25 24 / 0.15) !important;
}
.\!text-text-800\/20{
  color: rgb(37 25 24 / 0.2) !important;
}
.\!text-text-800\/25{
  color: rgb(37 25 24 / 0.25) !important;
}
.\!text-text-800\/30{
  color: rgb(37 25 24 / 0.3) !important;
}
.\!text-text-800\/35{
  color: rgb(37 25 24 / 0.35) !important;
}
.\!text-text-800\/40{
  color: rgb(37 25 24 / 0.4) !important;
}
.\!text-text-800\/45{
  color: rgb(37 25 24 / 0.45) !important;
}
.\!text-text-800\/5{
  color: rgb(37 25 24 / 0.05) !important;
}
.\!text-text-800\/50{
  color: rgb(37 25 24 / 0.5) !important;
}
.\!text-text-800\/55{
  color: rgb(37 25 24 / 0.55) !important;
}
.\!text-text-800\/60{
  color: rgb(37 25 24 / 0.6) !important;
}
.\!text-text-800\/65{
  color: rgb(37 25 24 / 0.65) !important;
}
.\!text-text-800\/70{
  color: rgb(37 25 24 / 0.7) !important;
}
.\!text-text-800\/75{
  color: rgb(37 25 24 / 0.75) !important;
}
.\!text-text-800\/80{
  color: rgb(37 25 24 / 0.8) !important;
}
.\!text-text-800\/85{
  color: rgb(37 25 24 / 0.85) !important;
}
.\!text-text-800\/90{
  color: rgb(37 25 24 / 0.9) !important;
}
.\!text-text-800\/95{
  color: rgb(37 25 24 / 0.95) !important;
}
.\!text-text-900{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-text-900\/0{
  color: rgb(0 0 0 / 0) !important;
}
.\!text-text-900\/10{
  color: rgb(0 0 0 / 0.1) !important;
}
.\!text-text-900\/100{
  color: rgb(0 0 0 / 1) !important;
}
.\!text-text-900\/15{
  color: rgb(0 0 0 / 0.15) !important;
}
.\!text-text-900\/20{
  color: rgb(0 0 0 / 0.2) !important;
}
.\!text-text-900\/25{
  color: rgb(0 0 0 / 0.25) !important;
}
.\!text-text-900\/30{
  color: rgb(0 0 0 / 0.3) !important;
}
.\!text-text-900\/35{
  color: rgb(0 0 0 / 0.35) !important;
}
.\!text-text-900\/40{
  color: rgb(0 0 0 / 0.4) !important;
}
.\!text-text-900\/45{
  color: rgb(0 0 0 / 0.45) !important;
}
.\!text-text-900\/5{
  color: rgb(0 0 0 / 0.05) !important;
}
.\!text-text-900\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.\!text-text-900\/55{
  color: rgb(0 0 0 / 0.55) !important;
}
.\!text-text-900\/60{
  color: rgb(0 0 0 / 0.6) !important;
}
.\!text-text-900\/65{
  color: rgb(0 0 0 / 0.65) !important;
}
.\!text-text-900\/70{
  color: rgb(0 0 0 / 0.7) !important;
}
.\!text-text-900\/75{
  color: rgb(0 0 0 / 0.75) !important;
}
.\!text-text-900\/80{
  color: rgb(0 0 0 / 0.8) !important;
}
.\!text-text-900\/85{
  color: rgb(0 0 0 / 0.85) !important;
}
.\!text-text-900\/90{
  color: rgb(0 0 0 / 0.9) !important;
}
.\!text-text-900\/95{
  color: rgb(0 0 0 / 0.95) !important;
}
.\!text-transparent{
  color: transparent !important;
}
.\!text-transparent\/0{
  color: rgb(0 0 0 / 0) !important;
}
.\!text-transparent\/10{
  color: rgb(0 0 0 / 0.1) !important;
}
.\!text-transparent\/100{
  color: rgb(0 0 0 / 1) !important;
}
.\!text-transparent\/15{
  color: rgb(0 0 0 / 0.15) !important;
}
.\!text-transparent\/20{
  color: rgb(0 0 0 / 0.2) !important;
}
.\!text-transparent\/25{
  color: rgb(0 0 0 / 0.25) !important;
}
.\!text-transparent\/30{
  color: rgb(0 0 0 / 0.3) !important;
}
.\!text-transparent\/35{
  color: rgb(0 0 0 / 0.35) !important;
}
.\!text-transparent\/40{
  color: rgb(0 0 0 / 0.4) !important;
}
.\!text-transparent\/45{
  color: rgb(0 0 0 / 0.45) !important;
}
.\!text-transparent\/5{
  color: rgb(0 0 0 / 0.05) !important;
}
.\!text-transparent\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.\!text-transparent\/55{
  color: rgb(0 0 0 / 0.55) !important;
}
.\!text-transparent\/60{
  color: rgb(0 0 0 / 0.6) !important;
}
.\!text-transparent\/65{
  color: rgb(0 0 0 / 0.65) !important;
}
.\!text-transparent\/70{
  color: rgb(0 0 0 / 0.7) !important;
}
.\!text-transparent\/75{
  color: rgb(0 0 0 / 0.75) !important;
}
.\!text-transparent\/80{
  color: rgb(0 0 0 / 0.8) !important;
}
.\!text-transparent\/85{
  color: rgb(0 0 0 / 0.85) !important;
}
.\!text-transparent\/90{
  color: rgb(0 0 0 / 0.9) !important;
}
.\!text-transparent\/95{
  color: rgb(0 0 0 / 0.95) !important;
}
.\!text-violet-100{
  --tw-text-opacity: 1 !important;
  color: rgb(237 233 254 / var(--tw-text-opacity)) !important;
}
.\!text-violet-100\/0{
  color: rgb(237 233 254 / 0) !important;
}
.\!text-violet-100\/10{
  color: rgb(237 233 254 / 0.1) !important;
}
.\!text-violet-100\/100{
  color: rgb(237 233 254 / 1) !important;
}
.\!text-violet-100\/15{
  color: rgb(237 233 254 / 0.15) !important;
}
.\!text-violet-100\/20{
  color: rgb(237 233 254 / 0.2) !important;
}
.\!text-violet-100\/25{
  color: rgb(237 233 254 / 0.25) !important;
}
.\!text-violet-100\/30{
  color: rgb(237 233 254 / 0.3) !important;
}
.\!text-violet-100\/35{
  color: rgb(237 233 254 / 0.35) !important;
}
.\!text-violet-100\/40{
  color: rgb(237 233 254 / 0.4) !important;
}
.\!text-violet-100\/45{
  color: rgb(237 233 254 / 0.45) !important;
}
.\!text-violet-100\/5{
  color: rgb(237 233 254 / 0.05) !important;
}
.\!text-violet-100\/50{
  color: rgb(237 233 254 / 0.5) !important;
}
.\!text-violet-100\/55{
  color: rgb(237 233 254 / 0.55) !important;
}
.\!text-violet-100\/60{
  color: rgb(237 233 254 / 0.6) !important;
}
.\!text-violet-100\/65{
  color: rgb(237 233 254 / 0.65) !important;
}
.\!text-violet-100\/70{
  color: rgb(237 233 254 / 0.7) !important;
}
.\!text-violet-100\/75{
  color: rgb(237 233 254 / 0.75) !important;
}
.\!text-violet-100\/80{
  color: rgb(237 233 254 / 0.8) !important;
}
.\!text-violet-100\/85{
  color: rgb(237 233 254 / 0.85) !important;
}
.\!text-violet-100\/90{
  color: rgb(237 233 254 / 0.9) !important;
}
.\!text-violet-100\/95{
  color: rgb(237 233 254 / 0.95) !important;
}
.\!text-violet-200{
  --tw-text-opacity: 1 !important;
  color: rgb(221 214 254 / var(--tw-text-opacity)) !important;
}
.\!text-violet-200\/0{
  color: rgb(221 214 254 / 0) !important;
}
.\!text-violet-200\/10{
  color: rgb(221 214 254 / 0.1) !important;
}
.\!text-violet-200\/100{
  color: rgb(221 214 254 / 1) !important;
}
.\!text-violet-200\/15{
  color: rgb(221 214 254 / 0.15) !important;
}
.\!text-violet-200\/20{
  color: rgb(221 214 254 / 0.2) !important;
}
.\!text-violet-200\/25{
  color: rgb(221 214 254 / 0.25) !important;
}
.\!text-violet-200\/30{
  color: rgb(221 214 254 / 0.3) !important;
}
.\!text-violet-200\/35{
  color: rgb(221 214 254 / 0.35) !important;
}
.\!text-violet-200\/40{
  color: rgb(221 214 254 / 0.4) !important;
}
.\!text-violet-200\/45{
  color: rgb(221 214 254 / 0.45) !important;
}
.\!text-violet-200\/5{
  color: rgb(221 214 254 / 0.05) !important;
}
.\!text-violet-200\/50{
  color: rgb(221 214 254 / 0.5) !important;
}
.\!text-violet-200\/55{
  color: rgb(221 214 254 / 0.55) !important;
}
.\!text-violet-200\/60{
  color: rgb(221 214 254 / 0.6) !important;
}
.\!text-violet-200\/65{
  color: rgb(221 214 254 / 0.65) !important;
}
.\!text-violet-200\/70{
  color: rgb(221 214 254 / 0.7) !important;
}
.\!text-violet-200\/75{
  color: rgb(221 214 254 / 0.75) !important;
}
.\!text-violet-200\/80{
  color: rgb(221 214 254 / 0.8) !important;
}
.\!text-violet-200\/85{
  color: rgb(221 214 254 / 0.85) !important;
}
.\!text-violet-200\/90{
  color: rgb(221 214 254 / 0.9) !important;
}
.\!text-violet-200\/95{
  color: rgb(221 214 254 / 0.95) !important;
}
.\!text-violet-300{
  --tw-text-opacity: 1 !important;
  color: rgb(196 181 253 / var(--tw-text-opacity)) !important;
}
.\!text-violet-300\/0{
  color: rgb(196 181 253 / 0) !important;
}
.\!text-violet-300\/10{
  color: rgb(196 181 253 / 0.1) !important;
}
.\!text-violet-300\/100{
  color: rgb(196 181 253 / 1) !important;
}
.\!text-violet-300\/15{
  color: rgb(196 181 253 / 0.15) !important;
}
.\!text-violet-300\/20{
  color: rgb(196 181 253 / 0.2) !important;
}
.\!text-violet-300\/25{
  color: rgb(196 181 253 / 0.25) !important;
}
.\!text-violet-300\/30{
  color: rgb(196 181 253 / 0.3) !important;
}
.\!text-violet-300\/35{
  color: rgb(196 181 253 / 0.35) !important;
}
.\!text-violet-300\/40{
  color: rgb(196 181 253 / 0.4) !important;
}
.\!text-violet-300\/45{
  color: rgb(196 181 253 / 0.45) !important;
}
.\!text-violet-300\/5{
  color: rgb(196 181 253 / 0.05) !important;
}
.\!text-violet-300\/50{
  color: rgb(196 181 253 / 0.5) !important;
}
.\!text-violet-300\/55{
  color: rgb(196 181 253 / 0.55) !important;
}
.\!text-violet-300\/60{
  color: rgb(196 181 253 / 0.6) !important;
}
.\!text-violet-300\/65{
  color: rgb(196 181 253 / 0.65) !important;
}
.\!text-violet-300\/70{
  color: rgb(196 181 253 / 0.7) !important;
}
.\!text-violet-300\/75{
  color: rgb(196 181 253 / 0.75) !important;
}
.\!text-violet-300\/80{
  color: rgb(196 181 253 / 0.8) !important;
}
.\!text-violet-300\/85{
  color: rgb(196 181 253 / 0.85) !important;
}
.\!text-violet-300\/90{
  color: rgb(196 181 253 / 0.9) !important;
}
.\!text-violet-300\/95{
  color: rgb(196 181 253 / 0.95) !important;
}
.\!text-violet-400{
  --tw-text-opacity: 1 !important;
  color: rgb(167 139 250 / var(--tw-text-opacity)) !important;
}
.\!text-violet-400\/0{
  color: rgb(167 139 250 / 0) !important;
}
.\!text-violet-400\/10{
  color: rgb(167 139 250 / 0.1) !important;
}
.\!text-violet-400\/100{
  color: rgb(167 139 250 / 1) !important;
}
.\!text-violet-400\/15{
  color: rgb(167 139 250 / 0.15) !important;
}
.\!text-violet-400\/20{
  color: rgb(167 139 250 / 0.2) !important;
}
.\!text-violet-400\/25{
  color: rgb(167 139 250 / 0.25) !important;
}
.\!text-violet-400\/30{
  color: rgb(167 139 250 / 0.3) !important;
}
.\!text-violet-400\/35{
  color: rgb(167 139 250 / 0.35) !important;
}
.\!text-violet-400\/40{
  color: rgb(167 139 250 / 0.4) !important;
}
.\!text-violet-400\/45{
  color: rgb(167 139 250 / 0.45) !important;
}
.\!text-violet-400\/5{
  color: rgb(167 139 250 / 0.05) !important;
}
.\!text-violet-400\/50{
  color: rgb(167 139 250 / 0.5) !important;
}
.\!text-violet-400\/55{
  color: rgb(167 139 250 / 0.55) !important;
}
.\!text-violet-400\/60{
  color: rgb(167 139 250 / 0.6) !important;
}
.\!text-violet-400\/65{
  color: rgb(167 139 250 / 0.65) !important;
}
.\!text-violet-400\/70{
  color: rgb(167 139 250 / 0.7) !important;
}
.\!text-violet-400\/75{
  color: rgb(167 139 250 / 0.75) !important;
}
.\!text-violet-400\/80{
  color: rgb(167 139 250 / 0.8) !important;
}
.\!text-violet-400\/85{
  color: rgb(167 139 250 / 0.85) !important;
}
.\!text-violet-400\/90{
  color: rgb(167 139 250 / 0.9) !important;
}
.\!text-violet-400\/95{
  color: rgb(167 139 250 / 0.95) !important;
}
.\!text-violet-50{
  --tw-text-opacity: 1 !important;
  color: rgb(245 243 255 / var(--tw-text-opacity)) !important;
}
.\!text-violet-50\/0{
  color: rgb(245 243 255 / 0) !important;
}
.\!text-violet-50\/10{
  color: rgb(245 243 255 / 0.1) !important;
}
.\!text-violet-50\/100{
  color: rgb(245 243 255 / 1) !important;
}
.\!text-violet-50\/15{
  color: rgb(245 243 255 / 0.15) !important;
}
.\!text-violet-50\/20{
  color: rgb(245 243 255 / 0.2) !important;
}
.\!text-violet-50\/25{
  color: rgb(245 243 255 / 0.25) !important;
}
.\!text-violet-50\/30{
  color: rgb(245 243 255 / 0.3) !important;
}
.\!text-violet-50\/35{
  color: rgb(245 243 255 / 0.35) !important;
}
.\!text-violet-50\/40{
  color: rgb(245 243 255 / 0.4) !important;
}
.\!text-violet-50\/45{
  color: rgb(245 243 255 / 0.45) !important;
}
.\!text-violet-50\/5{
  color: rgb(245 243 255 / 0.05) !important;
}
.\!text-violet-50\/50{
  color: rgb(245 243 255 / 0.5) !important;
}
.\!text-violet-50\/55{
  color: rgb(245 243 255 / 0.55) !important;
}
.\!text-violet-50\/60{
  color: rgb(245 243 255 / 0.6) !important;
}
.\!text-violet-50\/65{
  color: rgb(245 243 255 / 0.65) !important;
}
.\!text-violet-50\/70{
  color: rgb(245 243 255 / 0.7) !important;
}
.\!text-violet-50\/75{
  color: rgb(245 243 255 / 0.75) !important;
}
.\!text-violet-50\/80{
  color: rgb(245 243 255 / 0.8) !important;
}
.\!text-violet-50\/85{
  color: rgb(245 243 255 / 0.85) !important;
}
.\!text-violet-50\/90{
  color: rgb(245 243 255 / 0.9) !important;
}
.\!text-violet-50\/95{
  color: rgb(245 243 255 / 0.95) !important;
}
.\!text-violet-500{
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity)) !important;
}
.\!text-violet-500\/0{
  color: rgb(139 92 246 / 0) !important;
}
.\!text-violet-500\/10{
  color: rgb(139 92 246 / 0.1) !important;
}
.\!text-violet-500\/100{
  color: rgb(139 92 246 / 1) !important;
}
.\!text-violet-500\/15{
  color: rgb(139 92 246 / 0.15) !important;
}
.\!text-violet-500\/20{
  color: rgb(139 92 246 / 0.2) !important;
}
.\!text-violet-500\/25{
  color: rgb(139 92 246 / 0.25) !important;
}
.\!text-violet-500\/30{
  color: rgb(139 92 246 / 0.3) !important;
}
.\!text-violet-500\/35{
  color: rgb(139 92 246 / 0.35) !important;
}
.\!text-violet-500\/40{
  color: rgb(139 92 246 / 0.4) !important;
}
.\!text-violet-500\/45{
  color: rgb(139 92 246 / 0.45) !important;
}
.\!text-violet-500\/5{
  color: rgb(139 92 246 / 0.05) !important;
}
.\!text-violet-500\/50{
  color: rgb(139 92 246 / 0.5) !important;
}
.\!text-violet-500\/55{
  color: rgb(139 92 246 / 0.55) !important;
}
.\!text-violet-500\/60{
  color: rgb(139 92 246 / 0.6) !important;
}
.\!text-violet-500\/65{
  color: rgb(139 92 246 / 0.65) !important;
}
.\!text-violet-500\/70{
  color: rgb(139 92 246 / 0.7) !important;
}
.\!text-violet-500\/75{
  color: rgb(139 92 246 / 0.75) !important;
}
.\!text-violet-500\/80{
  color: rgb(139 92 246 / 0.8) !important;
}
.\!text-violet-500\/85{
  color: rgb(139 92 246 / 0.85) !important;
}
.\!text-violet-500\/90{
  color: rgb(139 92 246 / 0.9) !important;
}
.\!text-violet-500\/95{
  color: rgb(139 92 246 / 0.95) !important;
}
.\!text-violet-600{
  --tw-text-opacity: 1 !important;
  color: rgb(124 58 237 / var(--tw-text-opacity)) !important;
}
.\!text-violet-600\/0{
  color: rgb(124 58 237 / 0) !important;
}
.\!text-violet-600\/10{
  color: rgb(124 58 237 / 0.1) !important;
}
.\!text-violet-600\/100{
  color: rgb(124 58 237 / 1) !important;
}
.\!text-violet-600\/15{
  color: rgb(124 58 237 / 0.15) !important;
}
.\!text-violet-600\/20{
  color: rgb(124 58 237 / 0.2) !important;
}
.\!text-violet-600\/25{
  color: rgb(124 58 237 / 0.25) !important;
}
.\!text-violet-600\/30{
  color: rgb(124 58 237 / 0.3) !important;
}
.\!text-violet-600\/35{
  color: rgb(124 58 237 / 0.35) !important;
}
.\!text-violet-600\/40{
  color: rgb(124 58 237 / 0.4) !important;
}
.\!text-violet-600\/45{
  color: rgb(124 58 237 / 0.45) !important;
}
.\!text-violet-600\/5{
  color: rgb(124 58 237 / 0.05) !important;
}
.\!text-violet-600\/50{
  color: rgb(124 58 237 / 0.5) !important;
}
.\!text-violet-600\/55{
  color: rgb(124 58 237 / 0.55) !important;
}
.\!text-violet-600\/60{
  color: rgb(124 58 237 / 0.6) !important;
}
.\!text-violet-600\/65{
  color: rgb(124 58 237 / 0.65) !important;
}
.\!text-violet-600\/70{
  color: rgb(124 58 237 / 0.7) !important;
}
.\!text-violet-600\/75{
  color: rgb(124 58 237 / 0.75) !important;
}
.\!text-violet-600\/80{
  color: rgb(124 58 237 / 0.8) !important;
}
.\!text-violet-600\/85{
  color: rgb(124 58 237 / 0.85) !important;
}
.\!text-violet-600\/90{
  color: rgb(124 58 237 / 0.9) !important;
}
.\!text-violet-600\/95{
  color: rgb(124 58 237 / 0.95) !important;
}
.\!text-violet-700{
  --tw-text-opacity: 1 !important;
  color: rgb(109 40 217 / var(--tw-text-opacity)) !important;
}
.\!text-violet-700\/0{
  color: rgb(109 40 217 / 0) !important;
}
.\!text-violet-700\/10{
  color: rgb(109 40 217 / 0.1) !important;
}
.\!text-violet-700\/100{
  color: rgb(109 40 217 / 1) !important;
}
.\!text-violet-700\/15{
  color: rgb(109 40 217 / 0.15) !important;
}
.\!text-violet-700\/20{
  color: rgb(109 40 217 / 0.2) !important;
}
.\!text-violet-700\/25{
  color: rgb(109 40 217 / 0.25) !important;
}
.\!text-violet-700\/30{
  color: rgb(109 40 217 / 0.3) !important;
}
.\!text-violet-700\/35{
  color: rgb(109 40 217 / 0.35) !important;
}
.\!text-violet-700\/40{
  color: rgb(109 40 217 / 0.4) !important;
}
.\!text-violet-700\/45{
  color: rgb(109 40 217 / 0.45) !important;
}
.\!text-violet-700\/5{
  color: rgb(109 40 217 / 0.05) !important;
}
.\!text-violet-700\/50{
  color: rgb(109 40 217 / 0.5) !important;
}
.\!text-violet-700\/55{
  color: rgb(109 40 217 / 0.55) !important;
}
.\!text-violet-700\/60{
  color: rgb(109 40 217 / 0.6) !important;
}
.\!text-violet-700\/65{
  color: rgb(109 40 217 / 0.65) !important;
}
.\!text-violet-700\/70{
  color: rgb(109 40 217 / 0.7) !important;
}
.\!text-violet-700\/75{
  color: rgb(109 40 217 / 0.75) !important;
}
.\!text-violet-700\/80{
  color: rgb(109 40 217 / 0.8) !important;
}
.\!text-violet-700\/85{
  color: rgb(109 40 217 / 0.85) !important;
}
.\!text-violet-700\/90{
  color: rgb(109 40 217 / 0.9) !important;
}
.\!text-violet-700\/95{
  color: rgb(109 40 217 / 0.95) !important;
}
.\!text-violet-800{
  --tw-text-opacity: 1 !important;
  color: rgb(91 33 182 / var(--tw-text-opacity)) !important;
}
.\!text-violet-800\/0{
  color: rgb(91 33 182 / 0) !important;
}
.\!text-violet-800\/10{
  color: rgb(91 33 182 / 0.1) !important;
}
.\!text-violet-800\/100{
  color: rgb(91 33 182 / 1) !important;
}
.\!text-violet-800\/15{
  color: rgb(91 33 182 / 0.15) !important;
}
.\!text-violet-800\/20{
  color: rgb(91 33 182 / 0.2) !important;
}
.\!text-violet-800\/25{
  color: rgb(91 33 182 / 0.25) !important;
}
.\!text-violet-800\/30{
  color: rgb(91 33 182 / 0.3) !important;
}
.\!text-violet-800\/35{
  color: rgb(91 33 182 / 0.35) !important;
}
.\!text-violet-800\/40{
  color: rgb(91 33 182 / 0.4) !important;
}
.\!text-violet-800\/45{
  color: rgb(91 33 182 / 0.45) !important;
}
.\!text-violet-800\/5{
  color: rgb(91 33 182 / 0.05) !important;
}
.\!text-violet-800\/50{
  color: rgb(91 33 182 / 0.5) !important;
}
.\!text-violet-800\/55{
  color: rgb(91 33 182 / 0.55) !important;
}
.\!text-violet-800\/60{
  color: rgb(91 33 182 / 0.6) !important;
}
.\!text-violet-800\/65{
  color: rgb(91 33 182 / 0.65) !important;
}
.\!text-violet-800\/70{
  color: rgb(91 33 182 / 0.7) !important;
}
.\!text-violet-800\/75{
  color: rgb(91 33 182 / 0.75) !important;
}
.\!text-violet-800\/80{
  color: rgb(91 33 182 / 0.8) !important;
}
.\!text-violet-800\/85{
  color: rgb(91 33 182 / 0.85) !important;
}
.\!text-violet-800\/90{
  color: rgb(91 33 182 / 0.9) !important;
}
.\!text-violet-800\/95{
  color: rgb(91 33 182 / 0.95) !important;
}
.\!text-violet-900{
  --tw-text-opacity: 1 !important;
  color: rgb(76 29 149 / var(--tw-text-opacity)) !important;
}
.\!text-violet-900\/0{
  color: rgb(76 29 149 / 0) !important;
}
.\!text-violet-900\/10{
  color: rgb(76 29 149 / 0.1) !important;
}
.\!text-violet-900\/100{
  color: rgb(76 29 149 / 1) !important;
}
.\!text-violet-900\/15{
  color: rgb(76 29 149 / 0.15) !important;
}
.\!text-violet-900\/20{
  color: rgb(76 29 149 / 0.2) !important;
}
.\!text-violet-900\/25{
  color: rgb(76 29 149 / 0.25) !important;
}
.\!text-violet-900\/30{
  color: rgb(76 29 149 / 0.3) !important;
}
.\!text-violet-900\/35{
  color: rgb(76 29 149 / 0.35) !important;
}
.\!text-violet-900\/40{
  color: rgb(76 29 149 / 0.4) !important;
}
.\!text-violet-900\/45{
  color: rgb(76 29 149 / 0.45) !important;
}
.\!text-violet-900\/5{
  color: rgb(76 29 149 / 0.05) !important;
}
.\!text-violet-900\/50{
  color: rgb(76 29 149 / 0.5) !important;
}
.\!text-violet-900\/55{
  color: rgb(76 29 149 / 0.55) !important;
}
.\!text-violet-900\/60{
  color: rgb(76 29 149 / 0.6) !important;
}
.\!text-violet-900\/65{
  color: rgb(76 29 149 / 0.65) !important;
}
.\!text-violet-900\/70{
  color: rgb(76 29 149 / 0.7) !important;
}
.\!text-violet-900\/75{
  color: rgb(76 29 149 / 0.75) !important;
}
.\!text-violet-900\/80{
  color: rgb(76 29 149 / 0.8) !important;
}
.\!text-violet-900\/85{
  color: rgb(76 29 149 / 0.85) !important;
}
.\!text-violet-900\/90{
  color: rgb(76 29 149 / 0.9) !important;
}
.\!text-violet-900\/95{
  color: rgb(76 29 149 / 0.95) !important;
}
.\!text-violet-950{
  --tw-text-opacity: 1 !important;
  color: rgb(46 16 101 / var(--tw-text-opacity)) !important;
}
.\!text-violet-950\/0{
  color: rgb(46 16 101 / 0) !important;
}
.\!text-violet-950\/10{
  color: rgb(46 16 101 / 0.1) !important;
}
.\!text-violet-950\/100{
  color: rgb(46 16 101 / 1) !important;
}
.\!text-violet-950\/15{
  color: rgb(46 16 101 / 0.15) !important;
}
.\!text-violet-950\/20{
  color: rgb(46 16 101 / 0.2) !important;
}
.\!text-violet-950\/25{
  color: rgb(46 16 101 / 0.25) !important;
}
.\!text-violet-950\/30{
  color: rgb(46 16 101 / 0.3) !important;
}
.\!text-violet-950\/35{
  color: rgb(46 16 101 / 0.35) !important;
}
.\!text-violet-950\/40{
  color: rgb(46 16 101 / 0.4) !important;
}
.\!text-violet-950\/45{
  color: rgb(46 16 101 / 0.45) !important;
}
.\!text-violet-950\/5{
  color: rgb(46 16 101 / 0.05) !important;
}
.\!text-violet-950\/50{
  color: rgb(46 16 101 / 0.5) !important;
}
.\!text-violet-950\/55{
  color: rgb(46 16 101 / 0.55) !important;
}
.\!text-violet-950\/60{
  color: rgb(46 16 101 / 0.6) !important;
}
.\!text-violet-950\/65{
  color: rgb(46 16 101 / 0.65) !important;
}
.\!text-violet-950\/70{
  color: rgb(46 16 101 / 0.7) !important;
}
.\!text-violet-950\/75{
  color: rgb(46 16 101 / 0.75) !important;
}
.\!text-violet-950\/80{
  color: rgb(46 16 101 / 0.8) !important;
}
.\!text-violet-950\/85{
  color: rgb(46 16 101 / 0.85) !important;
}
.\!text-violet-950\/90{
  color: rgb(46 16 101 / 0.9) !important;
}
.\!text-violet-950\/95{
  color: rgb(46 16 101 / 0.95) !important;
}
.\!text-violetish-100{
  --tw-text-opacity: 1 !important;
  color: rgb(245 243 255 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-100\/0{
  color: rgb(245 243 255 / 0) !important;
}
.\!text-violetish-100\/10{
  color: rgb(245 243 255 / 0.1) !important;
}
.\!text-violetish-100\/100{
  color: rgb(245 243 255 / 1) !important;
}
.\!text-violetish-100\/15{
  color: rgb(245 243 255 / 0.15) !important;
}
.\!text-violetish-100\/20{
  color: rgb(245 243 255 / 0.2) !important;
}
.\!text-violetish-100\/25{
  color: rgb(245 243 255 / 0.25) !important;
}
.\!text-violetish-100\/30{
  color: rgb(245 243 255 / 0.3) !important;
}
.\!text-violetish-100\/35{
  color: rgb(245 243 255 / 0.35) !important;
}
.\!text-violetish-100\/40{
  color: rgb(245 243 255 / 0.4) !important;
}
.\!text-violetish-100\/45{
  color: rgb(245 243 255 / 0.45) !important;
}
.\!text-violetish-100\/5{
  color: rgb(245 243 255 / 0.05) !important;
}
.\!text-violetish-100\/50{
  color: rgb(245 243 255 / 0.5) !important;
}
.\!text-violetish-100\/55{
  color: rgb(245 243 255 / 0.55) !important;
}
.\!text-violetish-100\/60{
  color: rgb(245 243 255 / 0.6) !important;
}
.\!text-violetish-100\/65{
  color: rgb(245 243 255 / 0.65) !important;
}
.\!text-violetish-100\/70{
  color: rgb(245 243 255 / 0.7) !important;
}
.\!text-violetish-100\/75{
  color: rgb(245 243 255 / 0.75) !important;
}
.\!text-violetish-100\/80{
  color: rgb(245 243 255 / 0.8) !important;
}
.\!text-violetish-100\/85{
  color: rgb(245 243 255 / 0.85) !important;
}
.\!text-violetish-100\/90{
  color: rgb(245 243 255 / 0.9) !important;
}
.\!text-violetish-100\/95{
  color: rgb(245 243 255 / 0.95) !important;
}
.\!text-violetish-200{
  --tw-text-opacity: 1 !important;
  color: rgb(237 233 254 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-200\/0{
  color: rgb(237 233 254 / 0) !important;
}
.\!text-violetish-200\/10{
  color: rgb(237 233 254 / 0.1) !important;
}
.\!text-violetish-200\/100{
  color: rgb(237 233 254 / 1) !important;
}
.\!text-violetish-200\/15{
  color: rgb(237 233 254 / 0.15) !important;
}
.\!text-violetish-200\/20{
  color: rgb(237 233 254 / 0.2) !important;
}
.\!text-violetish-200\/25{
  color: rgb(237 233 254 / 0.25) !important;
}
.\!text-violetish-200\/30{
  color: rgb(237 233 254 / 0.3) !important;
}
.\!text-violetish-200\/35{
  color: rgb(237 233 254 / 0.35) !important;
}
.\!text-violetish-200\/40{
  color: rgb(237 233 254 / 0.4) !important;
}
.\!text-violetish-200\/45{
  color: rgb(237 233 254 / 0.45) !important;
}
.\!text-violetish-200\/5{
  color: rgb(237 233 254 / 0.05) !important;
}
.\!text-violetish-200\/50{
  color: rgb(237 233 254 / 0.5) !important;
}
.\!text-violetish-200\/55{
  color: rgb(237 233 254 / 0.55) !important;
}
.\!text-violetish-200\/60{
  color: rgb(237 233 254 / 0.6) !important;
}
.\!text-violetish-200\/65{
  color: rgb(237 233 254 / 0.65) !important;
}
.\!text-violetish-200\/70{
  color: rgb(237 233 254 / 0.7) !important;
}
.\!text-violetish-200\/75{
  color: rgb(237 233 254 / 0.75) !important;
}
.\!text-violetish-200\/80{
  color: rgb(237 233 254 / 0.8) !important;
}
.\!text-violetish-200\/85{
  color: rgb(237 233 254 / 0.85) !important;
}
.\!text-violetish-200\/90{
  color: rgb(237 233 254 / 0.9) !important;
}
.\!text-violetish-200\/95{
  color: rgb(237 233 254 / 0.95) !important;
}
.\!text-violetish-300{
  --tw-text-opacity: 1 !important;
  color: rgb(221 214 254 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-300\/0{
  color: rgb(221 214 254 / 0) !important;
}
.\!text-violetish-300\/10{
  color: rgb(221 214 254 / 0.1) !important;
}
.\!text-violetish-300\/100{
  color: rgb(221 214 254 / 1) !important;
}
.\!text-violetish-300\/15{
  color: rgb(221 214 254 / 0.15) !important;
}
.\!text-violetish-300\/20{
  color: rgb(221 214 254 / 0.2) !important;
}
.\!text-violetish-300\/25{
  color: rgb(221 214 254 / 0.25) !important;
}
.\!text-violetish-300\/30{
  color: rgb(221 214 254 / 0.3) !important;
}
.\!text-violetish-300\/35{
  color: rgb(221 214 254 / 0.35) !important;
}
.\!text-violetish-300\/40{
  color: rgb(221 214 254 / 0.4) !important;
}
.\!text-violetish-300\/45{
  color: rgb(221 214 254 / 0.45) !important;
}
.\!text-violetish-300\/5{
  color: rgb(221 214 254 / 0.05) !important;
}
.\!text-violetish-300\/50{
  color: rgb(221 214 254 / 0.5) !important;
}
.\!text-violetish-300\/55{
  color: rgb(221 214 254 / 0.55) !important;
}
.\!text-violetish-300\/60{
  color: rgb(221 214 254 / 0.6) !important;
}
.\!text-violetish-300\/65{
  color: rgb(221 214 254 / 0.65) !important;
}
.\!text-violetish-300\/70{
  color: rgb(221 214 254 / 0.7) !important;
}
.\!text-violetish-300\/75{
  color: rgb(221 214 254 / 0.75) !important;
}
.\!text-violetish-300\/80{
  color: rgb(221 214 254 / 0.8) !important;
}
.\!text-violetish-300\/85{
  color: rgb(221 214 254 / 0.85) !important;
}
.\!text-violetish-300\/90{
  color: rgb(221 214 254 / 0.9) !important;
}
.\!text-violetish-300\/95{
  color: rgb(221 214 254 / 0.95) !important;
}
.\!text-violetish-350{
  --tw-text-opacity: 1 !important;
  color: rgb(196 181 253 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-350\/0{
  color: rgb(196 181 253 / 0) !important;
}
.\!text-violetish-350\/10{
  color: rgb(196 181 253 / 0.1) !important;
}
.\!text-violetish-350\/100{
  color: rgb(196 181 253 / 1) !important;
}
.\!text-violetish-350\/15{
  color: rgb(196 181 253 / 0.15) !important;
}
.\!text-violetish-350\/20{
  color: rgb(196 181 253 / 0.2) !important;
}
.\!text-violetish-350\/25{
  color: rgb(196 181 253 / 0.25) !important;
}
.\!text-violetish-350\/30{
  color: rgb(196 181 253 / 0.3) !important;
}
.\!text-violetish-350\/35{
  color: rgb(196 181 253 / 0.35) !important;
}
.\!text-violetish-350\/40{
  color: rgb(196 181 253 / 0.4) !important;
}
.\!text-violetish-350\/45{
  color: rgb(196 181 253 / 0.45) !important;
}
.\!text-violetish-350\/5{
  color: rgb(196 181 253 / 0.05) !important;
}
.\!text-violetish-350\/50{
  color: rgb(196 181 253 / 0.5) !important;
}
.\!text-violetish-350\/55{
  color: rgb(196 181 253 / 0.55) !important;
}
.\!text-violetish-350\/60{
  color: rgb(196 181 253 / 0.6) !important;
}
.\!text-violetish-350\/65{
  color: rgb(196 181 253 / 0.65) !important;
}
.\!text-violetish-350\/70{
  color: rgb(196 181 253 / 0.7) !important;
}
.\!text-violetish-350\/75{
  color: rgb(196 181 253 / 0.75) !important;
}
.\!text-violetish-350\/80{
  color: rgb(196 181 253 / 0.8) !important;
}
.\!text-violetish-350\/85{
  color: rgb(196 181 253 / 0.85) !important;
}
.\!text-violetish-350\/90{
  color: rgb(196 181 253 / 0.9) !important;
}
.\!text-violetish-350\/95{
  color: rgb(196 181 253 / 0.95) !important;
}
.\!text-violetish-400{
  --tw-text-opacity: 1 !important;
  color: rgb(167 139 250 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-400\/0{
  color: rgb(167 139 250 / 0) !important;
}
.\!text-violetish-400\/10{
  color: rgb(167 139 250 / 0.1) !important;
}
.\!text-violetish-400\/100{
  color: rgb(167 139 250 / 1) !important;
}
.\!text-violetish-400\/15{
  color: rgb(167 139 250 / 0.15) !important;
}
.\!text-violetish-400\/20{
  color: rgb(167 139 250 / 0.2) !important;
}
.\!text-violetish-400\/25{
  color: rgb(167 139 250 / 0.25) !important;
}
.\!text-violetish-400\/30{
  color: rgb(167 139 250 / 0.3) !important;
}
.\!text-violetish-400\/35{
  color: rgb(167 139 250 / 0.35) !important;
}
.\!text-violetish-400\/40{
  color: rgb(167 139 250 / 0.4) !important;
}
.\!text-violetish-400\/45{
  color: rgb(167 139 250 / 0.45) !important;
}
.\!text-violetish-400\/5{
  color: rgb(167 139 250 / 0.05) !important;
}
.\!text-violetish-400\/50{
  color: rgb(167 139 250 / 0.5) !important;
}
.\!text-violetish-400\/55{
  color: rgb(167 139 250 / 0.55) !important;
}
.\!text-violetish-400\/60{
  color: rgb(167 139 250 / 0.6) !important;
}
.\!text-violetish-400\/65{
  color: rgb(167 139 250 / 0.65) !important;
}
.\!text-violetish-400\/70{
  color: rgb(167 139 250 / 0.7) !important;
}
.\!text-violetish-400\/75{
  color: rgb(167 139 250 / 0.75) !important;
}
.\!text-violetish-400\/80{
  color: rgb(167 139 250 / 0.8) !important;
}
.\!text-violetish-400\/85{
  color: rgb(167 139 250 / 0.85) !important;
}
.\!text-violetish-400\/90{
  color: rgb(167 139 250 / 0.9) !important;
}
.\!text-violetish-400\/95{
  color: rgb(167 139 250 / 0.95) !important;
}
.\!text-violetish-450{
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-450\/0{
  color: rgb(139 92 246 / 0) !important;
}
.\!text-violetish-450\/10{
  color: rgb(139 92 246 / 0.1) !important;
}
.\!text-violetish-450\/100{
  color: rgb(139 92 246 / 1) !important;
}
.\!text-violetish-450\/15{
  color: rgb(139 92 246 / 0.15) !important;
}
.\!text-violetish-450\/20{
  color: rgb(139 92 246 / 0.2) !important;
}
.\!text-violetish-450\/25{
  color: rgb(139 92 246 / 0.25) !important;
}
.\!text-violetish-450\/30{
  color: rgb(139 92 246 / 0.3) !important;
}
.\!text-violetish-450\/35{
  color: rgb(139 92 246 / 0.35) !important;
}
.\!text-violetish-450\/40{
  color: rgb(139 92 246 / 0.4) !important;
}
.\!text-violetish-450\/45{
  color: rgb(139 92 246 / 0.45) !important;
}
.\!text-violetish-450\/5{
  color: rgb(139 92 246 / 0.05) !important;
}
.\!text-violetish-450\/50{
  color: rgb(139 92 246 / 0.5) !important;
}
.\!text-violetish-450\/55{
  color: rgb(139 92 246 / 0.55) !important;
}
.\!text-violetish-450\/60{
  color: rgb(139 92 246 / 0.6) !important;
}
.\!text-violetish-450\/65{
  color: rgb(139 92 246 / 0.65) !important;
}
.\!text-violetish-450\/70{
  color: rgb(139 92 246 / 0.7) !important;
}
.\!text-violetish-450\/75{
  color: rgb(139 92 246 / 0.75) !important;
}
.\!text-violetish-450\/80{
  color: rgb(139 92 246 / 0.8) !important;
}
.\!text-violetish-450\/85{
  color: rgb(139 92 246 / 0.85) !important;
}
.\!text-violetish-450\/90{
  color: rgb(139 92 246 / 0.9) !important;
}
.\!text-violetish-450\/95{
  color: rgb(139 92 246 / 0.95) !important;
}
.\!text-violetish-50{
  --tw-text-opacity: 1 !important;
  color: rgb(251 250 255 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-50\/0{
  color: rgb(251 250 255 / 0) !important;
}
.\!text-violetish-50\/10{
  color: rgb(251 250 255 / 0.1) !important;
}
.\!text-violetish-50\/100{
  color: rgb(251 250 255 / 1) !important;
}
.\!text-violetish-50\/15{
  color: rgb(251 250 255 / 0.15) !important;
}
.\!text-violetish-50\/20{
  color: rgb(251 250 255 / 0.2) !important;
}
.\!text-violetish-50\/25{
  color: rgb(251 250 255 / 0.25) !important;
}
.\!text-violetish-50\/30{
  color: rgb(251 250 255 / 0.3) !important;
}
.\!text-violetish-50\/35{
  color: rgb(251 250 255 / 0.35) !important;
}
.\!text-violetish-50\/40{
  color: rgb(251 250 255 / 0.4) !important;
}
.\!text-violetish-50\/45{
  color: rgb(251 250 255 / 0.45) !important;
}
.\!text-violetish-50\/5{
  color: rgb(251 250 255 / 0.05) !important;
}
.\!text-violetish-50\/50{
  color: rgb(251 250 255 / 0.5) !important;
}
.\!text-violetish-50\/55{
  color: rgb(251 250 255 / 0.55) !important;
}
.\!text-violetish-50\/60{
  color: rgb(251 250 255 / 0.6) !important;
}
.\!text-violetish-50\/65{
  color: rgb(251 250 255 / 0.65) !important;
}
.\!text-violetish-50\/70{
  color: rgb(251 250 255 / 0.7) !important;
}
.\!text-violetish-50\/75{
  color: rgb(251 250 255 / 0.75) !important;
}
.\!text-violetish-50\/80{
  color: rgb(251 250 255 / 0.8) !important;
}
.\!text-violetish-50\/85{
  color: rgb(251 250 255 / 0.85) !important;
}
.\!text-violetish-50\/90{
  color: rgb(251 250 255 / 0.9) !important;
}
.\!text-violetish-50\/95{
  color: rgb(251 250 255 / 0.95) !important;
}
.\!text-violetish-500{
  --tw-text-opacity: 1 !important;
  color: rgb(124 58 237 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-500\/0{
  color: rgb(124 58 237 / 0) !important;
}
.\!text-violetish-500\/10{
  color: rgb(124 58 237 / 0.1) !important;
}
.\!text-violetish-500\/100{
  color: rgb(124 58 237 / 1) !important;
}
.\!text-violetish-500\/15{
  color: rgb(124 58 237 / 0.15) !important;
}
.\!text-violetish-500\/20{
  color: rgb(124 58 237 / 0.2) !important;
}
.\!text-violetish-500\/25{
  color: rgb(124 58 237 / 0.25) !important;
}
.\!text-violetish-500\/30{
  color: rgb(124 58 237 / 0.3) !important;
}
.\!text-violetish-500\/35{
  color: rgb(124 58 237 / 0.35) !important;
}
.\!text-violetish-500\/40{
  color: rgb(124 58 237 / 0.4) !important;
}
.\!text-violetish-500\/45{
  color: rgb(124 58 237 / 0.45) !important;
}
.\!text-violetish-500\/5{
  color: rgb(124 58 237 / 0.05) !important;
}
.\!text-violetish-500\/50{
  color: rgb(124 58 237 / 0.5) !important;
}
.\!text-violetish-500\/55{
  color: rgb(124 58 237 / 0.55) !important;
}
.\!text-violetish-500\/60{
  color: rgb(124 58 237 / 0.6) !important;
}
.\!text-violetish-500\/65{
  color: rgb(124 58 237 / 0.65) !important;
}
.\!text-violetish-500\/70{
  color: rgb(124 58 237 / 0.7) !important;
}
.\!text-violetish-500\/75{
  color: rgb(124 58 237 / 0.75) !important;
}
.\!text-violetish-500\/80{
  color: rgb(124 58 237 / 0.8) !important;
}
.\!text-violetish-500\/85{
  color: rgb(124 58 237 / 0.85) !important;
}
.\!text-violetish-500\/90{
  color: rgb(124 58 237 / 0.9) !important;
}
.\!text-violetish-500\/95{
  color: rgb(124 58 237 / 0.95) !important;
}
.\!text-violetish-600{
  --tw-text-opacity: 1 !important;
  color: rgb(109 40 217 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-600\/0{
  color: rgb(109 40 217 / 0) !important;
}
.\!text-violetish-600\/10{
  color: rgb(109 40 217 / 0.1) !important;
}
.\!text-violetish-600\/100{
  color: rgb(109 40 217 / 1) !important;
}
.\!text-violetish-600\/15{
  color: rgb(109 40 217 / 0.15) !important;
}
.\!text-violetish-600\/20{
  color: rgb(109 40 217 / 0.2) !important;
}
.\!text-violetish-600\/25{
  color: rgb(109 40 217 / 0.25) !important;
}
.\!text-violetish-600\/30{
  color: rgb(109 40 217 / 0.3) !important;
}
.\!text-violetish-600\/35{
  color: rgb(109 40 217 / 0.35) !important;
}
.\!text-violetish-600\/40{
  color: rgb(109 40 217 / 0.4) !important;
}
.\!text-violetish-600\/45{
  color: rgb(109 40 217 / 0.45) !important;
}
.\!text-violetish-600\/5{
  color: rgb(109 40 217 / 0.05) !important;
}
.\!text-violetish-600\/50{
  color: rgb(109 40 217 / 0.5) !important;
}
.\!text-violetish-600\/55{
  color: rgb(109 40 217 / 0.55) !important;
}
.\!text-violetish-600\/60{
  color: rgb(109 40 217 / 0.6) !important;
}
.\!text-violetish-600\/65{
  color: rgb(109 40 217 / 0.65) !important;
}
.\!text-violetish-600\/70{
  color: rgb(109 40 217 / 0.7) !important;
}
.\!text-violetish-600\/75{
  color: rgb(109 40 217 / 0.75) !important;
}
.\!text-violetish-600\/80{
  color: rgb(109 40 217 / 0.8) !important;
}
.\!text-violetish-600\/85{
  color: rgb(109 40 217 / 0.85) !important;
}
.\!text-violetish-600\/90{
  color: rgb(109 40 217 / 0.9) !important;
}
.\!text-violetish-600\/95{
  color: rgb(109 40 217 / 0.95) !important;
}
.\!text-violetish-650{
  --tw-text-opacity: 1 !important;
  color: rgb(91 33 182 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-650\/0{
  color: rgb(91 33 182 / 0) !important;
}
.\!text-violetish-650\/10{
  color: rgb(91 33 182 / 0.1) !important;
}
.\!text-violetish-650\/100{
  color: rgb(91 33 182 / 1) !important;
}
.\!text-violetish-650\/15{
  color: rgb(91 33 182 / 0.15) !important;
}
.\!text-violetish-650\/20{
  color: rgb(91 33 182 / 0.2) !important;
}
.\!text-violetish-650\/25{
  color: rgb(91 33 182 / 0.25) !important;
}
.\!text-violetish-650\/30{
  color: rgb(91 33 182 / 0.3) !important;
}
.\!text-violetish-650\/35{
  color: rgb(91 33 182 / 0.35) !important;
}
.\!text-violetish-650\/40{
  color: rgb(91 33 182 / 0.4) !important;
}
.\!text-violetish-650\/45{
  color: rgb(91 33 182 / 0.45) !important;
}
.\!text-violetish-650\/5{
  color: rgb(91 33 182 / 0.05) !important;
}
.\!text-violetish-650\/50{
  color: rgb(91 33 182 / 0.5) !important;
}
.\!text-violetish-650\/55{
  color: rgb(91 33 182 / 0.55) !important;
}
.\!text-violetish-650\/60{
  color: rgb(91 33 182 / 0.6) !important;
}
.\!text-violetish-650\/65{
  color: rgb(91 33 182 / 0.65) !important;
}
.\!text-violetish-650\/70{
  color: rgb(91 33 182 / 0.7) !important;
}
.\!text-violetish-650\/75{
  color: rgb(91 33 182 / 0.75) !important;
}
.\!text-violetish-650\/80{
  color: rgb(91 33 182 / 0.8) !important;
}
.\!text-violetish-650\/85{
  color: rgb(91 33 182 / 0.85) !important;
}
.\!text-violetish-650\/90{
  color: rgb(91 33 182 / 0.9) !important;
}
.\!text-violetish-650\/95{
  color: rgb(91 33 182 / 0.95) !important;
}
.\!text-violetish-700{
  --tw-text-opacity: 1 !important;
  color: rgb(76 29 149 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-700\/0{
  color: rgb(76 29 149 / 0) !important;
}
.\!text-violetish-700\/10{
  color: rgb(76 29 149 / 0.1) !important;
}
.\!text-violetish-700\/100{
  color: rgb(76 29 149 / 1) !important;
}
.\!text-violetish-700\/15{
  color: rgb(76 29 149 / 0.15) !important;
}
.\!text-violetish-700\/20{
  color: rgb(76 29 149 / 0.2) !important;
}
.\!text-violetish-700\/25{
  color: rgb(76 29 149 / 0.25) !important;
}
.\!text-violetish-700\/30{
  color: rgb(76 29 149 / 0.3) !important;
}
.\!text-violetish-700\/35{
  color: rgb(76 29 149 / 0.35) !important;
}
.\!text-violetish-700\/40{
  color: rgb(76 29 149 / 0.4) !important;
}
.\!text-violetish-700\/45{
  color: rgb(76 29 149 / 0.45) !important;
}
.\!text-violetish-700\/5{
  color: rgb(76 29 149 / 0.05) !important;
}
.\!text-violetish-700\/50{
  color: rgb(76 29 149 / 0.5) !important;
}
.\!text-violetish-700\/55{
  color: rgb(76 29 149 / 0.55) !important;
}
.\!text-violetish-700\/60{
  color: rgb(76 29 149 / 0.6) !important;
}
.\!text-violetish-700\/65{
  color: rgb(76 29 149 / 0.65) !important;
}
.\!text-violetish-700\/70{
  color: rgb(76 29 149 / 0.7) !important;
}
.\!text-violetish-700\/75{
  color: rgb(76 29 149 / 0.75) !important;
}
.\!text-violetish-700\/80{
  color: rgb(76 29 149 / 0.8) !important;
}
.\!text-violetish-700\/85{
  color: rgb(76 29 149 / 0.85) !important;
}
.\!text-violetish-700\/90{
  color: rgb(76 29 149 / 0.9) !important;
}
.\!text-violetish-700\/95{
  color: rgb(76 29 149 / 0.95) !important;
}
.\!text-violetish-750{
  --tw-text-opacity: 1 !important;
  color: rgb(64 20 133 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-750\/0{
  color: rgb(64 20 133 / 0) !important;
}
.\!text-violetish-750\/10{
  color: rgb(64 20 133 / 0.1) !important;
}
.\!text-violetish-750\/100{
  color: rgb(64 20 133 / 1) !important;
}
.\!text-violetish-750\/15{
  color: rgb(64 20 133 / 0.15) !important;
}
.\!text-violetish-750\/20{
  color: rgb(64 20 133 / 0.2) !important;
}
.\!text-violetish-750\/25{
  color: rgb(64 20 133 / 0.25) !important;
}
.\!text-violetish-750\/30{
  color: rgb(64 20 133 / 0.3) !important;
}
.\!text-violetish-750\/35{
  color: rgb(64 20 133 / 0.35) !important;
}
.\!text-violetish-750\/40{
  color: rgb(64 20 133 / 0.4) !important;
}
.\!text-violetish-750\/45{
  color: rgb(64 20 133 / 0.45) !important;
}
.\!text-violetish-750\/5{
  color: rgb(64 20 133 / 0.05) !important;
}
.\!text-violetish-750\/50{
  color: rgb(64 20 133 / 0.5) !important;
}
.\!text-violetish-750\/55{
  color: rgb(64 20 133 / 0.55) !important;
}
.\!text-violetish-750\/60{
  color: rgb(64 20 133 / 0.6) !important;
}
.\!text-violetish-750\/65{
  color: rgb(64 20 133 / 0.65) !important;
}
.\!text-violetish-750\/70{
  color: rgb(64 20 133 / 0.7) !important;
}
.\!text-violetish-750\/75{
  color: rgb(64 20 133 / 0.75) !important;
}
.\!text-violetish-750\/80{
  color: rgb(64 20 133 / 0.8) !important;
}
.\!text-violetish-750\/85{
  color: rgb(64 20 133 / 0.85) !important;
}
.\!text-violetish-750\/90{
  color: rgb(64 20 133 / 0.9) !important;
}
.\!text-violetish-750\/95{
  color: rgb(64 20 133 / 0.95) !important;
}
.\!text-violetish-800{
  --tw-text-opacity: 1 !important;
  color: rgb(52 11 115 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-800\/0{
  color: rgb(52 11 115 / 0) !important;
}
.\!text-violetish-800\/10{
  color: rgb(52 11 115 / 0.1) !important;
}
.\!text-violetish-800\/100{
  color: rgb(52 11 115 / 1) !important;
}
.\!text-violetish-800\/15{
  color: rgb(52 11 115 / 0.15) !important;
}
.\!text-violetish-800\/20{
  color: rgb(52 11 115 / 0.2) !important;
}
.\!text-violetish-800\/25{
  color: rgb(52 11 115 / 0.25) !important;
}
.\!text-violetish-800\/30{
  color: rgb(52 11 115 / 0.3) !important;
}
.\!text-violetish-800\/35{
  color: rgb(52 11 115 / 0.35) !important;
}
.\!text-violetish-800\/40{
  color: rgb(52 11 115 / 0.4) !important;
}
.\!text-violetish-800\/45{
  color: rgb(52 11 115 / 0.45) !important;
}
.\!text-violetish-800\/5{
  color: rgb(52 11 115 / 0.05) !important;
}
.\!text-violetish-800\/50{
  color: rgb(52 11 115 / 0.5) !important;
}
.\!text-violetish-800\/55{
  color: rgb(52 11 115 / 0.55) !important;
}
.\!text-violetish-800\/60{
  color: rgb(52 11 115 / 0.6) !important;
}
.\!text-violetish-800\/65{
  color: rgb(52 11 115 / 0.65) !important;
}
.\!text-violetish-800\/70{
  color: rgb(52 11 115 / 0.7) !important;
}
.\!text-violetish-800\/75{
  color: rgb(52 11 115 / 0.75) !important;
}
.\!text-violetish-800\/80{
  color: rgb(52 11 115 / 0.8) !important;
}
.\!text-violetish-800\/85{
  color: rgb(52 11 115 / 0.85) !important;
}
.\!text-violetish-800\/90{
  color: rgb(52 11 115 / 0.9) !important;
}
.\!text-violetish-800\/95{
  color: rgb(52 11 115 / 0.95) !important;
}
.\!text-violetish-900{
  --tw-text-opacity: 1 !important;
  color: rgb(38 4 89 / var(--tw-text-opacity)) !important;
}
.\!text-violetish-900\/0{
  color: rgb(38 4 89 / 0) !important;
}
.\!text-violetish-900\/10{
  color: rgb(38 4 89 / 0.1) !important;
}
.\!text-violetish-900\/100{
  color: rgb(38 4 89 / 1) !important;
}
.\!text-violetish-900\/15{
  color: rgb(38 4 89 / 0.15) !important;
}
.\!text-violetish-900\/20{
  color: rgb(38 4 89 / 0.2) !important;
}
.\!text-violetish-900\/25{
  color: rgb(38 4 89 / 0.25) !important;
}
.\!text-violetish-900\/30{
  color: rgb(38 4 89 / 0.3) !important;
}
.\!text-violetish-900\/35{
  color: rgb(38 4 89 / 0.35) !important;
}
.\!text-violetish-900\/40{
  color: rgb(38 4 89 / 0.4) !important;
}
.\!text-violetish-900\/45{
  color: rgb(38 4 89 / 0.45) !important;
}
.\!text-violetish-900\/5{
  color: rgb(38 4 89 / 0.05) !important;
}
.\!text-violetish-900\/50{
  color: rgb(38 4 89 / 0.5) !important;
}
.\!text-violetish-900\/55{
  color: rgb(38 4 89 / 0.55) !important;
}
.\!text-violetish-900\/60{
  color: rgb(38 4 89 / 0.6) !important;
}
.\!text-violetish-900\/65{
  color: rgb(38 4 89 / 0.65) !important;
}
.\!text-violetish-900\/70{
  color: rgb(38 4 89 / 0.7) !important;
}
.\!text-violetish-900\/75{
  color: rgb(38 4 89 / 0.75) !important;
}
.\!text-violetish-900\/80{
  color: rgb(38 4 89 / 0.8) !important;
}
.\!text-violetish-900\/85{
  color: rgb(38 4 89 / 0.85) !important;
}
.\!text-violetish-900\/90{
  color: rgb(38 4 89 / 0.9) !important;
}
.\!text-violetish-900\/95{
  color: rgb(38 4 89 / 0.95) !important;
}
.\!text-warning-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 248 244 / var(--tw-text-opacity)) !important;
}
.\!text-warning-100\/0{
  color: rgb(254 248 244 / 0) !important;
}
.\!text-warning-100\/10{
  color: rgb(254 248 244 / 0.1) !important;
}
.\!text-warning-100\/100{
  color: rgb(254 248 244 / 1) !important;
}
.\!text-warning-100\/15{
  color: rgb(254 248 244 / 0.15) !important;
}
.\!text-warning-100\/20{
  color: rgb(254 248 244 / 0.2) !important;
}
.\!text-warning-100\/25{
  color: rgb(254 248 244 / 0.25) !important;
}
.\!text-warning-100\/30{
  color: rgb(254 248 244 / 0.3) !important;
}
.\!text-warning-100\/35{
  color: rgb(254 248 244 / 0.35) !important;
}
.\!text-warning-100\/40{
  color: rgb(254 248 244 / 0.4) !important;
}
.\!text-warning-100\/45{
  color: rgb(254 248 244 / 0.45) !important;
}
.\!text-warning-100\/5{
  color: rgb(254 248 244 / 0.05) !important;
}
.\!text-warning-100\/50{
  color: rgb(254 248 244 / 0.5) !important;
}
.\!text-warning-100\/55{
  color: rgb(254 248 244 / 0.55) !important;
}
.\!text-warning-100\/60{
  color: rgb(254 248 244 / 0.6) !important;
}
.\!text-warning-100\/65{
  color: rgb(254 248 244 / 0.65) !important;
}
.\!text-warning-100\/70{
  color: rgb(254 248 244 / 0.7) !important;
}
.\!text-warning-100\/75{
  color: rgb(254 248 244 / 0.75) !important;
}
.\!text-warning-100\/80{
  color: rgb(254 248 244 / 0.8) !important;
}
.\!text-warning-100\/85{
  color: rgb(254 248 244 / 0.85) !important;
}
.\!text-warning-100\/90{
  color: rgb(254 248 244 / 0.9) !important;
}
.\!text-warning-100\/95{
  color: rgb(254 248 244 / 0.95) !important;
}
.\!text-warning-200{
  --tw-text-opacity: 1 !important;
  color: rgb(252 239 223 / var(--tw-text-opacity)) !important;
}
.\!text-warning-200\/0{
  color: rgb(252 239 223 / 0) !important;
}
.\!text-warning-200\/10{
  color: rgb(252 239 223 / 0.1) !important;
}
.\!text-warning-200\/100{
  color: rgb(252 239 223 / 1) !important;
}
.\!text-warning-200\/15{
  color: rgb(252 239 223 / 0.15) !important;
}
.\!text-warning-200\/20{
  color: rgb(252 239 223 / 0.2) !important;
}
.\!text-warning-200\/25{
  color: rgb(252 239 223 / 0.25) !important;
}
.\!text-warning-200\/30{
  color: rgb(252 239 223 / 0.3) !important;
}
.\!text-warning-200\/35{
  color: rgb(252 239 223 / 0.35) !important;
}
.\!text-warning-200\/40{
  color: rgb(252 239 223 / 0.4) !important;
}
.\!text-warning-200\/45{
  color: rgb(252 239 223 / 0.45) !important;
}
.\!text-warning-200\/5{
  color: rgb(252 239 223 / 0.05) !important;
}
.\!text-warning-200\/50{
  color: rgb(252 239 223 / 0.5) !important;
}
.\!text-warning-200\/55{
  color: rgb(252 239 223 / 0.55) !important;
}
.\!text-warning-200\/60{
  color: rgb(252 239 223 / 0.6) !important;
}
.\!text-warning-200\/65{
  color: rgb(252 239 223 / 0.65) !important;
}
.\!text-warning-200\/70{
  color: rgb(252 239 223 / 0.7) !important;
}
.\!text-warning-200\/75{
  color: rgb(252 239 223 / 0.75) !important;
}
.\!text-warning-200\/80{
  color: rgb(252 239 223 / 0.8) !important;
}
.\!text-warning-200\/85{
  color: rgb(252 239 223 / 0.85) !important;
}
.\!text-warning-200\/90{
  color: rgb(252 239 223 / 0.9) !important;
}
.\!text-warning-200\/95{
  color: rgb(252 239 223 / 0.95) !important;
}
.\!text-warning-300{
  --tw-text-opacity: 1 !important;
  color: rgb(249 222 185 / var(--tw-text-opacity)) !important;
}
.\!text-warning-300\/0{
  color: rgb(249 222 185 / 0) !important;
}
.\!text-warning-300\/10{
  color: rgb(249 222 185 / 0.1) !important;
}
.\!text-warning-300\/100{
  color: rgb(249 222 185 / 1) !important;
}
.\!text-warning-300\/15{
  color: rgb(249 222 185 / 0.15) !important;
}
.\!text-warning-300\/20{
  color: rgb(249 222 185 / 0.2) !important;
}
.\!text-warning-300\/25{
  color: rgb(249 222 185 / 0.25) !important;
}
.\!text-warning-300\/30{
  color: rgb(249 222 185 / 0.3) !important;
}
.\!text-warning-300\/35{
  color: rgb(249 222 185 / 0.35) !important;
}
.\!text-warning-300\/40{
  color: rgb(249 222 185 / 0.4) !important;
}
.\!text-warning-300\/45{
  color: rgb(249 222 185 / 0.45) !important;
}
.\!text-warning-300\/5{
  color: rgb(249 222 185 / 0.05) !important;
}
.\!text-warning-300\/50{
  color: rgb(249 222 185 / 0.5) !important;
}
.\!text-warning-300\/55{
  color: rgb(249 222 185 / 0.55) !important;
}
.\!text-warning-300\/60{
  color: rgb(249 222 185 / 0.6) !important;
}
.\!text-warning-300\/65{
  color: rgb(249 222 185 / 0.65) !important;
}
.\!text-warning-300\/70{
  color: rgb(249 222 185 / 0.7) !important;
}
.\!text-warning-300\/75{
  color: rgb(249 222 185 / 0.75) !important;
}
.\!text-warning-300\/80{
  color: rgb(249 222 185 / 0.8) !important;
}
.\!text-warning-300\/85{
  color: rgb(249 222 185 / 0.85) !important;
}
.\!text-warning-300\/90{
  color: rgb(249 222 185 / 0.9) !important;
}
.\!text-warning-300\/95{
  color: rgb(249 222 185 / 0.95) !important;
}
.\!text-warning-350{
  --tw-text-opacity: 1 !important;
  color: rgb(244 188 101 / var(--tw-text-opacity)) !important;
}
.\!text-warning-350\/0{
  color: rgb(244 188 101 / 0) !important;
}
.\!text-warning-350\/10{
  color: rgb(244 188 101 / 0.1) !important;
}
.\!text-warning-350\/100{
  color: rgb(244 188 101 / 1) !important;
}
.\!text-warning-350\/15{
  color: rgb(244 188 101 / 0.15) !important;
}
.\!text-warning-350\/20{
  color: rgb(244 188 101 / 0.2) !important;
}
.\!text-warning-350\/25{
  color: rgb(244 188 101 / 0.25) !important;
}
.\!text-warning-350\/30{
  color: rgb(244 188 101 / 0.3) !important;
}
.\!text-warning-350\/35{
  color: rgb(244 188 101 / 0.35) !important;
}
.\!text-warning-350\/40{
  color: rgb(244 188 101 / 0.4) !important;
}
.\!text-warning-350\/45{
  color: rgb(244 188 101 / 0.45) !important;
}
.\!text-warning-350\/5{
  color: rgb(244 188 101 / 0.05) !important;
}
.\!text-warning-350\/50{
  color: rgb(244 188 101 / 0.5) !important;
}
.\!text-warning-350\/55{
  color: rgb(244 188 101 / 0.55) !important;
}
.\!text-warning-350\/60{
  color: rgb(244 188 101 / 0.6) !important;
}
.\!text-warning-350\/65{
  color: rgb(244 188 101 / 0.65) !important;
}
.\!text-warning-350\/70{
  color: rgb(244 188 101 / 0.7) !important;
}
.\!text-warning-350\/75{
  color: rgb(244 188 101 / 0.75) !important;
}
.\!text-warning-350\/80{
  color: rgb(244 188 101 / 0.8) !important;
}
.\!text-warning-350\/85{
  color: rgb(244 188 101 / 0.85) !important;
}
.\!text-warning-350\/90{
  color: rgb(244 188 101 / 0.9) !important;
}
.\!text-warning-350\/95{
  color: rgb(244 188 101 / 0.95) !important;
}
.\!text-warning-400{
  --tw-text-opacity: 1 !important;
  color: rgb(222 158 55 / var(--tw-text-opacity)) !important;
}
.\!text-warning-400\/0{
  color: rgb(222 158 55 / 0) !important;
}
.\!text-warning-400\/10{
  color: rgb(222 158 55 / 0.1) !important;
}
.\!text-warning-400\/100{
  color: rgb(222 158 55 / 1) !important;
}
.\!text-warning-400\/15{
  color: rgb(222 158 55 / 0.15) !important;
}
.\!text-warning-400\/20{
  color: rgb(222 158 55 / 0.2) !important;
}
.\!text-warning-400\/25{
  color: rgb(222 158 55 / 0.25) !important;
}
.\!text-warning-400\/30{
  color: rgb(222 158 55 / 0.3) !important;
}
.\!text-warning-400\/35{
  color: rgb(222 158 55 / 0.35) !important;
}
.\!text-warning-400\/40{
  color: rgb(222 158 55 / 0.4) !important;
}
.\!text-warning-400\/45{
  color: rgb(222 158 55 / 0.45) !important;
}
.\!text-warning-400\/5{
  color: rgb(222 158 55 / 0.05) !important;
}
.\!text-warning-400\/50{
  color: rgb(222 158 55 / 0.5) !important;
}
.\!text-warning-400\/55{
  color: rgb(222 158 55 / 0.55) !important;
}
.\!text-warning-400\/60{
  color: rgb(222 158 55 / 0.6) !important;
}
.\!text-warning-400\/65{
  color: rgb(222 158 55 / 0.65) !important;
}
.\!text-warning-400\/70{
  color: rgb(222 158 55 / 0.7) !important;
}
.\!text-warning-400\/75{
  color: rgb(222 158 55 / 0.75) !important;
}
.\!text-warning-400\/80{
  color: rgb(222 158 55 / 0.8) !important;
}
.\!text-warning-400\/85{
  color: rgb(222 158 55 / 0.85) !important;
}
.\!text-warning-400\/90{
  color: rgb(222 158 55 / 0.9) !important;
}
.\!text-warning-400\/95{
  color: rgb(222 158 55 / 0.95) !important;
}
.\!text-warning-450{
  --tw-text-opacity: 1 !important;
  color: rgb(188 134 45 / var(--tw-text-opacity)) !important;
}
.\!text-warning-450\/0{
  color: rgb(188 134 45 / 0) !important;
}
.\!text-warning-450\/10{
  color: rgb(188 134 45 / 0.1) !important;
}
.\!text-warning-450\/100{
  color: rgb(188 134 45 / 1) !important;
}
.\!text-warning-450\/15{
  color: rgb(188 134 45 / 0.15) !important;
}
.\!text-warning-450\/20{
  color: rgb(188 134 45 / 0.2) !important;
}
.\!text-warning-450\/25{
  color: rgb(188 134 45 / 0.25) !important;
}
.\!text-warning-450\/30{
  color: rgb(188 134 45 / 0.3) !important;
}
.\!text-warning-450\/35{
  color: rgb(188 134 45 / 0.35) !important;
}
.\!text-warning-450\/40{
  color: rgb(188 134 45 / 0.4) !important;
}
.\!text-warning-450\/45{
  color: rgb(188 134 45 / 0.45) !important;
}
.\!text-warning-450\/5{
  color: rgb(188 134 45 / 0.05) !important;
}
.\!text-warning-450\/50{
  color: rgb(188 134 45 / 0.5) !important;
}
.\!text-warning-450\/55{
  color: rgb(188 134 45 / 0.55) !important;
}
.\!text-warning-450\/60{
  color: rgb(188 134 45 / 0.6) !important;
}
.\!text-warning-450\/65{
  color: rgb(188 134 45 / 0.65) !important;
}
.\!text-warning-450\/70{
  color: rgb(188 134 45 / 0.7) !important;
}
.\!text-warning-450\/75{
  color: rgb(188 134 45 / 0.75) !important;
}
.\!text-warning-450\/80{
  color: rgb(188 134 45 / 0.8) !important;
}
.\!text-warning-450\/85{
  color: rgb(188 134 45 / 0.85) !important;
}
.\!text-warning-450\/90{
  color: rgb(188 134 45 / 0.9) !important;
}
.\!text-warning-450\/95{
  color: rgb(188 134 45 / 0.95) !important;
}
.\!text-warning-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 251 255 / var(--tw-text-opacity)) !important;
}
.\!text-warning-50\/0{
  color: rgb(254 251 255 / 0) !important;
}
.\!text-warning-50\/10{
  color: rgb(254 251 255 / 0.1) !important;
}
.\!text-warning-50\/100{
  color: rgb(254 251 255 / 1) !important;
}
.\!text-warning-50\/15{
  color: rgb(254 251 255 / 0.15) !important;
}
.\!text-warning-50\/20{
  color: rgb(254 251 255 / 0.2) !important;
}
.\!text-warning-50\/25{
  color: rgb(254 251 255 / 0.25) !important;
}
.\!text-warning-50\/30{
  color: rgb(254 251 255 / 0.3) !important;
}
.\!text-warning-50\/35{
  color: rgb(254 251 255 / 0.35) !important;
}
.\!text-warning-50\/40{
  color: rgb(254 251 255 / 0.4) !important;
}
.\!text-warning-50\/45{
  color: rgb(254 251 255 / 0.45) !important;
}
.\!text-warning-50\/5{
  color: rgb(254 251 255 / 0.05) !important;
}
.\!text-warning-50\/50{
  color: rgb(254 251 255 / 0.5) !important;
}
.\!text-warning-50\/55{
  color: rgb(254 251 255 / 0.55) !important;
}
.\!text-warning-50\/60{
  color: rgb(254 251 255 / 0.6) !important;
}
.\!text-warning-50\/65{
  color: rgb(254 251 255 / 0.65) !important;
}
.\!text-warning-50\/70{
  color: rgb(254 251 255 / 0.7) !important;
}
.\!text-warning-50\/75{
  color: rgb(254 251 255 / 0.75) !important;
}
.\!text-warning-50\/80{
  color: rgb(254 251 255 / 0.8) !important;
}
.\!text-warning-50\/85{
  color: rgb(254 251 255 / 0.85) !important;
}
.\!text-warning-50\/90{
  color: rgb(254 251 255 / 0.9) !important;
}
.\!text-warning-50\/95{
  color: rgb(254 251 255 / 0.95) !important;
}
.\!text-warning-500{
  --tw-text-opacity: 1 !important;
  color: rgb(156 110 34 / var(--tw-text-opacity)) !important;
}
.\!text-warning-500\/0{
  color: rgb(156 110 34 / 0) !important;
}
.\!text-warning-500\/10{
  color: rgb(156 110 34 / 0.1) !important;
}
.\!text-warning-500\/100{
  color: rgb(156 110 34 / 1) !important;
}
.\!text-warning-500\/15{
  color: rgb(156 110 34 / 0.15) !important;
}
.\!text-warning-500\/20{
  color: rgb(156 110 34 / 0.2) !important;
}
.\!text-warning-500\/25{
  color: rgb(156 110 34 / 0.25) !important;
}
.\!text-warning-500\/30{
  color: rgb(156 110 34 / 0.3) !important;
}
.\!text-warning-500\/35{
  color: rgb(156 110 34 / 0.35) !important;
}
.\!text-warning-500\/40{
  color: rgb(156 110 34 / 0.4) !important;
}
.\!text-warning-500\/45{
  color: rgb(156 110 34 / 0.45) !important;
}
.\!text-warning-500\/5{
  color: rgb(156 110 34 / 0.05) !important;
}
.\!text-warning-500\/50{
  color: rgb(156 110 34 / 0.5) !important;
}
.\!text-warning-500\/55{
  color: rgb(156 110 34 / 0.55) !important;
}
.\!text-warning-500\/60{
  color: rgb(156 110 34 / 0.6) !important;
}
.\!text-warning-500\/65{
  color: rgb(156 110 34 / 0.65) !important;
}
.\!text-warning-500\/70{
  color: rgb(156 110 34 / 0.7) !important;
}
.\!text-warning-500\/75{
  color: rgb(156 110 34 / 0.75) !important;
}
.\!text-warning-500\/80{
  color: rgb(156 110 34 / 0.8) !important;
}
.\!text-warning-500\/85{
  color: rgb(156 110 34 / 0.85) !important;
}
.\!text-warning-500\/90{
  color: rgb(156 110 34 / 0.9) !important;
}
.\!text-warning-500\/95{
  color: rgb(156 110 34 / 0.95) !important;
}
.\!text-warning-600{
  --tw-text-opacity: 1 !important;
  color: rgb(124 87 27 / var(--tw-text-opacity)) !important;
}
.\!text-warning-600\/0{
  color: rgb(124 87 27 / 0) !important;
}
.\!text-warning-600\/10{
  color: rgb(124 87 27 / 0.1) !important;
}
.\!text-warning-600\/100{
  color: rgb(124 87 27 / 1) !important;
}
.\!text-warning-600\/15{
  color: rgb(124 87 27 / 0.15) !important;
}
.\!text-warning-600\/20{
  color: rgb(124 87 27 / 0.2) !important;
}
.\!text-warning-600\/25{
  color: rgb(124 87 27 / 0.25) !important;
}
.\!text-warning-600\/30{
  color: rgb(124 87 27 / 0.3) !important;
}
.\!text-warning-600\/35{
  color: rgb(124 87 27 / 0.35) !important;
}
.\!text-warning-600\/40{
  color: rgb(124 87 27 / 0.4) !important;
}
.\!text-warning-600\/45{
  color: rgb(124 87 27 / 0.45) !important;
}
.\!text-warning-600\/5{
  color: rgb(124 87 27 / 0.05) !important;
}
.\!text-warning-600\/50{
  color: rgb(124 87 27 / 0.5) !important;
}
.\!text-warning-600\/55{
  color: rgb(124 87 27 / 0.55) !important;
}
.\!text-warning-600\/60{
  color: rgb(124 87 27 / 0.6) !important;
}
.\!text-warning-600\/65{
  color: rgb(124 87 27 / 0.65) !important;
}
.\!text-warning-600\/70{
  color: rgb(124 87 27 / 0.7) !important;
}
.\!text-warning-600\/75{
  color: rgb(124 87 27 / 0.75) !important;
}
.\!text-warning-600\/80{
  color: rgb(124 87 27 / 0.8) !important;
}
.\!text-warning-600\/85{
  color: rgb(124 87 27 / 0.85) !important;
}
.\!text-warning-600\/90{
  color: rgb(124 87 27 / 0.9) !important;
}
.\!text-warning-600\/95{
  color: rgb(124 87 27 / 0.95) !important;
}
.\!text-warning-650{
  --tw-text-opacity: 1 !important;
  color: rgb(109 76 22 / var(--tw-text-opacity)) !important;
}
.\!text-warning-650\/0{
  color: rgb(109 76 22 / 0) !important;
}
.\!text-warning-650\/10{
  color: rgb(109 76 22 / 0.1) !important;
}
.\!text-warning-650\/100{
  color: rgb(109 76 22 / 1) !important;
}
.\!text-warning-650\/15{
  color: rgb(109 76 22 / 0.15) !important;
}
.\!text-warning-650\/20{
  color: rgb(109 76 22 / 0.2) !important;
}
.\!text-warning-650\/25{
  color: rgb(109 76 22 / 0.25) !important;
}
.\!text-warning-650\/30{
  color: rgb(109 76 22 / 0.3) !important;
}
.\!text-warning-650\/35{
  color: rgb(109 76 22 / 0.35) !important;
}
.\!text-warning-650\/40{
  color: rgb(109 76 22 / 0.4) !important;
}
.\!text-warning-650\/45{
  color: rgb(109 76 22 / 0.45) !important;
}
.\!text-warning-650\/5{
  color: rgb(109 76 22 / 0.05) !important;
}
.\!text-warning-650\/50{
  color: rgb(109 76 22 / 0.5) !important;
}
.\!text-warning-650\/55{
  color: rgb(109 76 22 / 0.55) !important;
}
.\!text-warning-650\/60{
  color: rgb(109 76 22 / 0.6) !important;
}
.\!text-warning-650\/65{
  color: rgb(109 76 22 / 0.65) !important;
}
.\!text-warning-650\/70{
  color: rgb(109 76 22 / 0.7) !important;
}
.\!text-warning-650\/75{
  color: rgb(109 76 22 / 0.75) !important;
}
.\!text-warning-650\/80{
  color: rgb(109 76 22 / 0.8) !important;
}
.\!text-warning-650\/85{
  color: rgb(109 76 22 / 0.85) !important;
}
.\!text-warning-650\/90{
  color: rgb(109 76 22 / 0.9) !important;
}
.\!text-warning-650\/95{
  color: rgb(109 76 22 / 0.95) !important;
}
.\!text-warning-700{
  --tw-text-opacity: 1 !important;
  color: rgb(94 65 17 / var(--tw-text-opacity)) !important;
}
.\!text-warning-700\/0{
  color: rgb(94 65 17 / 0) !important;
}
.\!text-warning-700\/10{
  color: rgb(94 65 17 / 0.1) !important;
}
.\!text-warning-700\/100{
  color: rgb(94 65 17 / 1) !important;
}
.\!text-warning-700\/15{
  color: rgb(94 65 17 / 0.15) !important;
}
.\!text-warning-700\/20{
  color: rgb(94 65 17 / 0.2) !important;
}
.\!text-warning-700\/25{
  color: rgb(94 65 17 / 0.25) !important;
}
.\!text-warning-700\/30{
  color: rgb(94 65 17 / 0.3) !important;
}
.\!text-warning-700\/35{
  color: rgb(94 65 17 / 0.35) !important;
}
.\!text-warning-700\/40{
  color: rgb(94 65 17 / 0.4) !important;
}
.\!text-warning-700\/45{
  color: rgb(94 65 17 / 0.45) !important;
}
.\!text-warning-700\/5{
  color: rgb(94 65 17 / 0.05) !important;
}
.\!text-warning-700\/50{
  color: rgb(94 65 17 / 0.5) !important;
}
.\!text-warning-700\/55{
  color: rgb(94 65 17 / 0.55) !important;
}
.\!text-warning-700\/60{
  color: rgb(94 65 17 / 0.6) !important;
}
.\!text-warning-700\/65{
  color: rgb(94 65 17 / 0.65) !important;
}
.\!text-warning-700\/70{
  color: rgb(94 65 17 / 0.7) !important;
}
.\!text-warning-700\/75{
  color: rgb(94 65 17 / 0.75) !important;
}
.\!text-warning-700\/80{
  color: rgb(94 65 17 / 0.8) !important;
}
.\!text-warning-700\/85{
  color: rgb(94 65 17 / 0.85) !important;
}
.\!text-warning-700\/90{
  color: rgb(94 65 17 / 0.9) !important;
}
.\!text-warning-700\/95{
  color: rgb(94 65 17 / 0.95) !important;
}
.\!text-warning-750{
  --tw-text-opacity: 1 !important;
  color: rgb(80 54 12 / var(--tw-text-opacity)) !important;
}
.\!text-warning-750\/0{
  color: rgb(80 54 12 / 0) !important;
}
.\!text-warning-750\/10{
  color: rgb(80 54 12 / 0.1) !important;
}
.\!text-warning-750\/100{
  color: rgb(80 54 12 / 1) !important;
}
.\!text-warning-750\/15{
  color: rgb(80 54 12 / 0.15) !important;
}
.\!text-warning-750\/20{
  color: rgb(80 54 12 / 0.2) !important;
}
.\!text-warning-750\/25{
  color: rgb(80 54 12 / 0.25) !important;
}
.\!text-warning-750\/30{
  color: rgb(80 54 12 / 0.3) !important;
}
.\!text-warning-750\/35{
  color: rgb(80 54 12 / 0.35) !important;
}
.\!text-warning-750\/40{
  color: rgb(80 54 12 / 0.4) !important;
}
.\!text-warning-750\/45{
  color: rgb(80 54 12 / 0.45) !important;
}
.\!text-warning-750\/5{
  color: rgb(80 54 12 / 0.05) !important;
}
.\!text-warning-750\/50{
  color: rgb(80 54 12 / 0.5) !important;
}
.\!text-warning-750\/55{
  color: rgb(80 54 12 / 0.55) !important;
}
.\!text-warning-750\/60{
  color: rgb(80 54 12 / 0.6) !important;
}
.\!text-warning-750\/65{
  color: rgb(80 54 12 / 0.65) !important;
}
.\!text-warning-750\/70{
  color: rgb(80 54 12 / 0.7) !important;
}
.\!text-warning-750\/75{
  color: rgb(80 54 12 / 0.75) !important;
}
.\!text-warning-750\/80{
  color: rgb(80 54 12 / 0.8) !important;
}
.\!text-warning-750\/85{
  color: rgb(80 54 12 / 0.85) !important;
}
.\!text-warning-750\/90{
  color: rgb(80 54 12 / 0.9) !important;
}
.\!text-warning-750\/95{
  color: rgb(80 54 12 / 0.95) !important;
}
.\!text-warning-800{
  --tw-text-opacity: 1 !important;
  color: rgb(65 44 9 / var(--tw-text-opacity)) !important;
}
.\!text-warning-800\/0{
  color: rgb(65 44 9 / 0) !important;
}
.\!text-warning-800\/10{
  color: rgb(65 44 9 / 0.1) !important;
}
.\!text-warning-800\/100{
  color: rgb(65 44 9 / 1) !important;
}
.\!text-warning-800\/15{
  color: rgb(65 44 9 / 0.15) !important;
}
.\!text-warning-800\/20{
  color: rgb(65 44 9 / 0.2) !important;
}
.\!text-warning-800\/25{
  color: rgb(65 44 9 / 0.25) !important;
}
.\!text-warning-800\/30{
  color: rgb(65 44 9 / 0.3) !important;
}
.\!text-warning-800\/35{
  color: rgb(65 44 9 / 0.35) !important;
}
.\!text-warning-800\/40{
  color: rgb(65 44 9 / 0.4) !important;
}
.\!text-warning-800\/45{
  color: rgb(65 44 9 / 0.45) !important;
}
.\!text-warning-800\/5{
  color: rgb(65 44 9 / 0.05) !important;
}
.\!text-warning-800\/50{
  color: rgb(65 44 9 / 0.5) !important;
}
.\!text-warning-800\/55{
  color: rgb(65 44 9 / 0.55) !important;
}
.\!text-warning-800\/60{
  color: rgb(65 44 9 / 0.6) !important;
}
.\!text-warning-800\/65{
  color: rgb(65 44 9 / 0.65) !important;
}
.\!text-warning-800\/70{
  color: rgb(65 44 9 / 0.7) !important;
}
.\!text-warning-800\/75{
  color: rgb(65 44 9 / 0.75) !important;
}
.\!text-warning-800\/80{
  color: rgb(65 44 9 / 0.8) !important;
}
.\!text-warning-800\/85{
  color: rgb(65 44 9 / 0.85) !important;
}
.\!text-warning-800\/90{
  color: rgb(65 44 9 / 0.9) !important;
}
.\!text-warning-800\/95{
  color: rgb(65 44 9 / 0.95) !important;
}
.\!text-warning-900{
  --tw-text-opacity: 1 !important;
  color: rgb(39 25 3 / var(--tw-text-opacity)) !important;
}
.\!text-warning-900\/0{
  color: rgb(39 25 3 / 0) !important;
}
.\!text-warning-900\/10{
  color: rgb(39 25 3 / 0.1) !important;
}
.\!text-warning-900\/100{
  color: rgb(39 25 3 / 1) !important;
}
.\!text-warning-900\/15{
  color: rgb(39 25 3 / 0.15) !important;
}
.\!text-warning-900\/20{
  color: rgb(39 25 3 / 0.2) !important;
}
.\!text-warning-900\/25{
  color: rgb(39 25 3 / 0.25) !important;
}
.\!text-warning-900\/30{
  color: rgb(39 25 3 / 0.3) !important;
}
.\!text-warning-900\/35{
  color: rgb(39 25 3 / 0.35) !important;
}
.\!text-warning-900\/40{
  color: rgb(39 25 3 / 0.4) !important;
}
.\!text-warning-900\/45{
  color: rgb(39 25 3 / 0.45) !important;
}
.\!text-warning-900\/5{
  color: rgb(39 25 3 / 0.05) !important;
}
.\!text-warning-900\/50{
  color: rgb(39 25 3 / 0.5) !important;
}
.\!text-warning-900\/55{
  color: rgb(39 25 3 / 0.55) !important;
}
.\!text-warning-900\/60{
  color: rgb(39 25 3 / 0.6) !important;
}
.\!text-warning-900\/65{
  color: rgb(39 25 3 / 0.65) !important;
}
.\!text-warning-900\/70{
  color: rgb(39 25 3 / 0.7) !important;
}
.\!text-warning-900\/75{
  color: rgb(39 25 3 / 0.75) !important;
}
.\!text-warning-900\/80{
  color: rgb(39 25 3 / 0.8) !important;
}
.\!text-warning-900\/85{
  color: rgb(39 25 3 / 0.85) !important;
}
.\!text-warning-900\/90{
  color: rgb(39 25 3 / 0.9) !important;
}
.\!text-warning-900\/95{
  color: rgb(39 25 3 / 0.95) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-white\/0{
  color: rgb(255 255 255 / 0) !important;
}
.\!text-white\/10{
  color: rgb(255 255 255 / 0.1) !important;
}
.\!text-white\/100{
  color: rgb(255 255 255 / 1) !important;
}
.\!text-white\/15{
  color: rgb(255 255 255 / 0.15) !important;
}
.\!text-white\/20{
  color: rgb(255 255 255 / 0.2) !important;
}
.\!text-white\/25{
  color: rgb(255 255 255 / 0.25) !important;
}
.\!text-white\/30{
  color: rgb(255 255 255 / 0.3) !important;
}
.\!text-white\/35{
  color: rgb(255 255 255 / 0.35) !important;
}
.\!text-white\/40{
  color: rgb(255 255 255 / 0.4) !important;
}
.\!text-white\/45{
  color: rgb(255 255 255 / 0.45) !important;
}
.\!text-white\/5{
  color: rgb(255 255 255 / 0.05) !important;
}
.\!text-white\/50{
  color: rgb(255 255 255 / 0.5) !important;
}
.\!text-white\/55{
  color: rgb(255 255 255 / 0.55) !important;
}
.\!text-white\/60{
  color: rgb(255 255 255 / 0.6) !important;
}
.\!text-white\/65{
  color: rgb(255 255 255 / 0.65) !important;
}
.\!text-white\/70{
  color: rgb(255 255 255 / 0.7) !important;
}
.\!text-white\/75{
  color: rgb(255 255 255 / 0.75) !important;
}
.\!text-white\/80{
  color: rgb(255 255 255 / 0.8) !important;
}
.\!text-white\/85{
  color: rgb(255 255 255 / 0.85) !important;
}
.\!text-white\/90{
  color: rgb(255 255 255 / 0.9) !important;
}
.\!text-white\/95{
  color: rgb(255 255 255 / 0.95) !important;
}
.\!text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-100\/0{
  color: rgb(254 249 195 / 0) !important;
}
.\!text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1) !important;
}
.\!text-yellow-100\/100{
  color: rgb(254 249 195 / 1) !important;
}
.\!text-yellow-100\/15{
  color: rgb(254 249 195 / 0.15) !important;
}
.\!text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2) !important;
}
.\!text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25) !important;
}
.\!text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3) !important;
}
.\!text-yellow-100\/35{
  color: rgb(254 249 195 / 0.35) !important;
}
.\!text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4) !important;
}
.\!text-yellow-100\/45{
  color: rgb(254 249 195 / 0.45) !important;
}
.\!text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05) !important;
}
.\!text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5) !important;
}
.\!text-yellow-100\/55{
  color: rgb(254 249 195 / 0.55) !important;
}
.\!text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6) !important;
}
.\!text-yellow-100\/65{
  color: rgb(254 249 195 / 0.65) !important;
}
.\!text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7) !important;
}
.\!text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75) !important;
}
.\!text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8) !important;
}
.\!text-yellow-100\/85{
  color: rgb(254 249 195 / 0.85) !important;
}
.\!text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9) !important;
}
.\!text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95) !important;
}
.\!text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-200\/0{
  color: rgb(254 240 138 / 0) !important;
}
.\!text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1) !important;
}
.\!text-yellow-200\/100{
  color: rgb(254 240 138 / 1) !important;
}
.\!text-yellow-200\/15{
  color: rgb(254 240 138 / 0.15) !important;
}
.\!text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2) !important;
}
.\!text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25) !important;
}
.\!text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3) !important;
}
.\!text-yellow-200\/35{
  color: rgb(254 240 138 / 0.35) !important;
}
.\!text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4) !important;
}
.\!text-yellow-200\/45{
  color: rgb(254 240 138 / 0.45) !important;
}
.\!text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05) !important;
}
.\!text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5) !important;
}
.\!text-yellow-200\/55{
  color: rgb(254 240 138 / 0.55) !important;
}
.\!text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6) !important;
}
.\!text-yellow-200\/65{
  color: rgb(254 240 138 / 0.65) !important;
}
.\!text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7) !important;
}
.\!text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75) !important;
}
.\!text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8) !important;
}
.\!text-yellow-200\/85{
  color: rgb(254 240 138 / 0.85) !important;
}
.\!text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9) !important;
}
.\!text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95) !important;
}
.\!text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-300\/0{
  color: rgb(253 224 71 / 0) !important;
}
.\!text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1) !important;
}
.\!text-yellow-300\/100{
  color: rgb(253 224 71 / 1) !important;
}
.\!text-yellow-300\/15{
  color: rgb(253 224 71 / 0.15) !important;
}
.\!text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2) !important;
}
.\!text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25) !important;
}
.\!text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3) !important;
}
.\!text-yellow-300\/35{
  color: rgb(253 224 71 / 0.35) !important;
}
.\!text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4) !important;
}
.\!text-yellow-300\/45{
  color: rgb(253 224 71 / 0.45) !important;
}
.\!text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05) !important;
}
.\!text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5) !important;
}
.\!text-yellow-300\/55{
  color: rgb(253 224 71 / 0.55) !important;
}
.\!text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6) !important;
}
.\!text-yellow-300\/65{
  color: rgb(253 224 71 / 0.65) !important;
}
.\!text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7) !important;
}
.\!text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75) !important;
}
.\!text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8) !important;
}
.\!text-yellow-300\/85{
  color: rgb(253 224 71 / 0.85) !important;
}
.\!text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9) !important;
}
.\!text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95) !important;
}
.\!text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-400\/0{
  color: rgb(250 204 21 / 0) !important;
}
.\!text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1) !important;
}
.\!text-yellow-400\/100{
  color: rgb(250 204 21 / 1) !important;
}
.\!text-yellow-400\/15{
  color: rgb(250 204 21 / 0.15) !important;
}
.\!text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2) !important;
}
.\!text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25) !important;
}
.\!text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3) !important;
}
.\!text-yellow-400\/35{
  color: rgb(250 204 21 / 0.35) !important;
}
.\!text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4) !important;
}
.\!text-yellow-400\/45{
  color: rgb(250 204 21 / 0.45) !important;
}
.\!text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05) !important;
}
.\!text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5) !important;
}
.\!text-yellow-400\/55{
  color: rgb(250 204 21 / 0.55) !important;
}
.\!text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6) !important;
}
.\!text-yellow-400\/65{
  color: rgb(250 204 21 / 0.65) !important;
}
.\!text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7) !important;
}
.\!text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75) !important;
}
.\!text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8) !important;
}
.\!text-yellow-400\/85{
  color: rgb(250 204 21 / 0.85) !important;
}
.\!text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9) !important;
}
.\!text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95) !important;
}
.\!text-yellow-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-50\/0{
  color: rgb(254 252 232 / 0) !important;
}
.\!text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1) !important;
}
.\!text-yellow-50\/100{
  color: rgb(254 252 232 / 1) !important;
}
.\!text-yellow-50\/15{
  color: rgb(254 252 232 / 0.15) !important;
}
.\!text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2) !important;
}
.\!text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25) !important;
}
.\!text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3) !important;
}
.\!text-yellow-50\/35{
  color: rgb(254 252 232 / 0.35) !important;
}
.\!text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4) !important;
}
.\!text-yellow-50\/45{
  color: rgb(254 252 232 / 0.45) !important;
}
.\!text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05) !important;
}
.\!text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5) !important;
}
.\!text-yellow-50\/55{
  color: rgb(254 252 232 / 0.55) !important;
}
.\!text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6) !important;
}
.\!text-yellow-50\/65{
  color: rgb(254 252 232 / 0.65) !important;
}
.\!text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7) !important;
}
.\!text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75) !important;
}
.\!text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8) !important;
}
.\!text-yellow-50\/85{
  color: rgb(254 252 232 / 0.85) !important;
}
.\!text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9) !important;
}
.\!text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95) !important;
}
.\!text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-500\/0{
  color: rgb(234 179 8 / 0) !important;
}
.\!text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1) !important;
}
.\!text-yellow-500\/100{
  color: rgb(234 179 8 / 1) !important;
}
.\!text-yellow-500\/15{
  color: rgb(234 179 8 / 0.15) !important;
}
.\!text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2) !important;
}
.\!text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25) !important;
}
.\!text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3) !important;
}
.\!text-yellow-500\/35{
  color: rgb(234 179 8 / 0.35) !important;
}
.\!text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4) !important;
}
.\!text-yellow-500\/45{
  color: rgb(234 179 8 / 0.45) !important;
}
.\!text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05) !important;
}
.\!text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5) !important;
}
.\!text-yellow-500\/55{
  color: rgb(234 179 8 / 0.55) !important;
}
.\!text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6) !important;
}
.\!text-yellow-500\/65{
  color: rgb(234 179 8 / 0.65) !important;
}
.\!text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7) !important;
}
.\!text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75) !important;
}
.\!text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8) !important;
}
.\!text-yellow-500\/85{
  color: rgb(234 179 8 / 0.85) !important;
}
.\!text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9) !important;
}
.\!text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95) !important;
}
.\!text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-600\/0{
  color: rgb(202 138 4 / 0) !important;
}
.\!text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1) !important;
}
.\!text-yellow-600\/100{
  color: rgb(202 138 4 / 1) !important;
}
.\!text-yellow-600\/15{
  color: rgb(202 138 4 / 0.15) !important;
}
.\!text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2) !important;
}
.\!text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25) !important;
}
.\!text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3) !important;
}
.\!text-yellow-600\/35{
  color: rgb(202 138 4 / 0.35) !important;
}
.\!text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4) !important;
}
.\!text-yellow-600\/45{
  color: rgb(202 138 4 / 0.45) !important;
}
.\!text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05) !important;
}
.\!text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5) !important;
}
.\!text-yellow-600\/55{
  color: rgb(202 138 4 / 0.55) !important;
}
.\!text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6) !important;
}
.\!text-yellow-600\/65{
  color: rgb(202 138 4 / 0.65) !important;
}
.\!text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7) !important;
}
.\!text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75) !important;
}
.\!text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8) !important;
}
.\!text-yellow-600\/85{
  color: rgb(202 138 4 / 0.85) !important;
}
.\!text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9) !important;
}
.\!text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95) !important;
}
.\!text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-700\/0{
  color: rgb(161 98 7 / 0) !important;
}
.\!text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1) !important;
}
.\!text-yellow-700\/100{
  color: rgb(161 98 7 / 1) !important;
}
.\!text-yellow-700\/15{
  color: rgb(161 98 7 / 0.15) !important;
}
.\!text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2) !important;
}
.\!text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25) !important;
}
.\!text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3) !important;
}
.\!text-yellow-700\/35{
  color: rgb(161 98 7 / 0.35) !important;
}
.\!text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4) !important;
}
.\!text-yellow-700\/45{
  color: rgb(161 98 7 / 0.45) !important;
}
.\!text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05) !important;
}
.\!text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5) !important;
}
.\!text-yellow-700\/55{
  color: rgb(161 98 7 / 0.55) !important;
}
.\!text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6) !important;
}
.\!text-yellow-700\/65{
  color: rgb(161 98 7 / 0.65) !important;
}
.\!text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7) !important;
}
.\!text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75) !important;
}
.\!text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8) !important;
}
.\!text-yellow-700\/85{
  color: rgb(161 98 7 / 0.85) !important;
}
.\!text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9) !important;
}
.\!text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95) !important;
}
.\!text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-800\/0{
  color: rgb(133 77 14 / 0) !important;
}
.\!text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1) !important;
}
.\!text-yellow-800\/100{
  color: rgb(133 77 14 / 1) !important;
}
.\!text-yellow-800\/15{
  color: rgb(133 77 14 / 0.15) !important;
}
.\!text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2) !important;
}
.\!text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25) !important;
}
.\!text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3) !important;
}
.\!text-yellow-800\/35{
  color: rgb(133 77 14 / 0.35) !important;
}
.\!text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4) !important;
}
.\!text-yellow-800\/45{
  color: rgb(133 77 14 / 0.45) !important;
}
.\!text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05) !important;
}
.\!text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5) !important;
}
.\!text-yellow-800\/55{
  color: rgb(133 77 14 / 0.55) !important;
}
.\!text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6) !important;
}
.\!text-yellow-800\/65{
  color: rgb(133 77 14 / 0.65) !important;
}
.\!text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7) !important;
}
.\!text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75) !important;
}
.\!text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8) !important;
}
.\!text-yellow-800\/85{
  color: rgb(133 77 14 / 0.85) !important;
}
.\!text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9) !important;
}
.\!text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95) !important;
}
.\!text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-900\/0{
  color: rgb(113 63 18 / 0) !important;
}
.\!text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1) !important;
}
.\!text-yellow-900\/100{
  color: rgb(113 63 18 / 1) !important;
}
.\!text-yellow-900\/15{
  color: rgb(113 63 18 / 0.15) !important;
}
.\!text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2) !important;
}
.\!text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25) !important;
}
.\!text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3) !important;
}
.\!text-yellow-900\/35{
  color: rgb(113 63 18 / 0.35) !important;
}
.\!text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4) !important;
}
.\!text-yellow-900\/45{
  color: rgb(113 63 18 / 0.45) !important;
}
.\!text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05) !important;
}
.\!text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5) !important;
}
.\!text-yellow-900\/55{
  color: rgb(113 63 18 / 0.55) !important;
}
.\!text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6) !important;
}
.\!text-yellow-900\/65{
  color: rgb(113 63 18 / 0.65) !important;
}
.\!text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7) !important;
}
.\!text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75) !important;
}
.\!text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8) !important;
}
.\!text-yellow-900\/85{
  color: rgb(113 63 18 / 0.85) !important;
}
.\!text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9) !important;
}
.\!text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95) !important;
}
.\!text-yellow-950{
  --tw-text-opacity: 1 !important;
  color: rgb(66 32 6 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-950\/0{
  color: rgb(66 32 6 / 0) !important;
}
.\!text-yellow-950\/10{
  color: rgb(66 32 6 / 0.1) !important;
}
.\!text-yellow-950\/100{
  color: rgb(66 32 6 / 1) !important;
}
.\!text-yellow-950\/15{
  color: rgb(66 32 6 / 0.15) !important;
}
.\!text-yellow-950\/20{
  color: rgb(66 32 6 / 0.2) !important;
}
.\!text-yellow-950\/25{
  color: rgb(66 32 6 / 0.25) !important;
}
.\!text-yellow-950\/30{
  color: rgb(66 32 6 / 0.3) !important;
}
.\!text-yellow-950\/35{
  color: rgb(66 32 6 / 0.35) !important;
}
.\!text-yellow-950\/40{
  color: rgb(66 32 6 / 0.4) !important;
}
.\!text-yellow-950\/45{
  color: rgb(66 32 6 / 0.45) !important;
}
.\!text-yellow-950\/5{
  color: rgb(66 32 6 / 0.05) !important;
}
.\!text-yellow-950\/50{
  color: rgb(66 32 6 / 0.5) !important;
}
.\!text-yellow-950\/55{
  color: rgb(66 32 6 / 0.55) !important;
}
.\!text-yellow-950\/60{
  color: rgb(66 32 6 / 0.6) !important;
}
.\!text-yellow-950\/65{
  color: rgb(66 32 6 / 0.65) !important;
}
.\!text-yellow-950\/70{
  color: rgb(66 32 6 / 0.7) !important;
}
.\!text-yellow-950\/75{
  color: rgb(66 32 6 / 0.75) !important;
}
.\!text-yellow-950\/80{
  color: rgb(66 32 6 / 0.8) !important;
}
.\!text-yellow-950\/85{
  color: rgb(66 32 6 / 0.85) !important;
}
.\!text-yellow-950\/90{
  color: rgb(66 32 6 / 0.9) !important;
}
.\!text-yellow-950\/95{
  color: rgb(66 32 6 / 0.95) !important;
}
.\!text-yellowish-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-100\/0{
  color: rgb(254 252 232 / 0) !important;
}
.\!text-yellowish-100\/10{
  color: rgb(254 252 232 / 0.1) !important;
}
.\!text-yellowish-100\/100{
  color: rgb(254 252 232 / 1) !important;
}
.\!text-yellowish-100\/15{
  color: rgb(254 252 232 / 0.15) !important;
}
.\!text-yellowish-100\/20{
  color: rgb(254 252 232 / 0.2) !important;
}
.\!text-yellowish-100\/25{
  color: rgb(254 252 232 / 0.25) !important;
}
.\!text-yellowish-100\/30{
  color: rgb(254 252 232 / 0.3) !important;
}
.\!text-yellowish-100\/35{
  color: rgb(254 252 232 / 0.35) !important;
}
.\!text-yellowish-100\/40{
  color: rgb(254 252 232 / 0.4) !important;
}
.\!text-yellowish-100\/45{
  color: rgb(254 252 232 / 0.45) !important;
}
.\!text-yellowish-100\/5{
  color: rgb(254 252 232 / 0.05) !important;
}
.\!text-yellowish-100\/50{
  color: rgb(254 252 232 / 0.5) !important;
}
.\!text-yellowish-100\/55{
  color: rgb(254 252 232 / 0.55) !important;
}
.\!text-yellowish-100\/60{
  color: rgb(254 252 232 / 0.6) !important;
}
.\!text-yellowish-100\/65{
  color: rgb(254 252 232 / 0.65) !important;
}
.\!text-yellowish-100\/70{
  color: rgb(254 252 232 / 0.7) !important;
}
.\!text-yellowish-100\/75{
  color: rgb(254 252 232 / 0.75) !important;
}
.\!text-yellowish-100\/80{
  color: rgb(254 252 232 / 0.8) !important;
}
.\!text-yellowish-100\/85{
  color: rgb(254 252 232 / 0.85) !important;
}
.\!text-yellowish-100\/90{
  color: rgb(254 252 232 / 0.9) !important;
}
.\!text-yellowish-100\/95{
  color: rgb(254 252 232 / 0.95) !important;
}
.\!text-yellowish-200{
  --tw-text-opacity: 1 !important;
  color: rgb(253 249 195 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-200\/0{
  color: rgb(253 249 195 / 0) !important;
}
.\!text-yellowish-200\/10{
  color: rgb(253 249 195 / 0.1) !important;
}
.\!text-yellowish-200\/100{
  color: rgb(253 249 195 / 1) !important;
}
.\!text-yellowish-200\/15{
  color: rgb(253 249 195 / 0.15) !important;
}
.\!text-yellowish-200\/20{
  color: rgb(253 249 195 / 0.2) !important;
}
.\!text-yellowish-200\/25{
  color: rgb(253 249 195 / 0.25) !important;
}
.\!text-yellowish-200\/30{
  color: rgb(253 249 195 / 0.3) !important;
}
.\!text-yellowish-200\/35{
  color: rgb(253 249 195 / 0.35) !important;
}
.\!text-yellowish-200\/40{
  color: rgb(253 249 195 / 0.4) !important;
}
.\!text-yellowish-200\/45{
  color: rgb(253 249 195 / 0.45) !important;
}
.\!text-yellowish-200\/5{
  color: rgb(253 249 195 / 0.05) !important;
}
.\!text-yellowish-200\/50{
  color: rgb(253 249 195 / 0.5) !important;
}
.\!text-yellowish-200\/55{
  color: rgb(253 249 195 / 0.55) !important;
}
.\!text-yellowish-200\/60{
  color: rgb(253 249 195 / 0.6) !important;
}
.\!text-yellowish-200\/65{
  color: rgb(253 249 195 / 0.65) !important;
}
.\!text-yellowish-200\/70{
  color: rgb(253 249 195 / 0.7) !important;
}
.\!text-yellowish-200\/75{
  color: rgb(253 249 195 / 0.75) !important;
}
.\!text-yellowish-200\/80{
  color: rgb(253 249 195 / 0.8) !important;
}
.\!text-yellowish-200\/85{
  color: rgb(253 249 195 / 0.85) !important;
}
.\!text-yellowish-200\/90{
  color: rgb(253 249 195 / 0.9) !important;
}
.\!text-yellowish-200\/95{
  color: rgb(253 249 195 / 0.95) !important;
}
.\!text-yellowish-300{
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-300\/0{
  color: rgb(254 240 138 / 0) !important;
}
.\!text-yellowish-300\/10{
  color: rgb(254 240 138 / 0.1) !important;
}
.\!text-yellowish-300\/100{
  color: rgb(254 240 138 / 1) !important;
}
.\!text-yellowish-300\/15{
  color: rgb(254 240 138 / 0.15) !important;
}
.\!text-yellowish-300\/20{
  color: rgb(254 240 138 / 0.2) !important;
}
.\!text-yellowish-300\/25{
  color: rgb(254 240 138 / 0.25) !important;
}
.\!text-yellowish-300\/30{
  color: rgb(254 240 138 / 0.3) !important;
}
.\!text-yellowish-300\/35{
  color: rgb(254 240 138 / 0.35) !important;
}
.\!text-yellowish-300\/40{
  color: rgb(254 240 138 / 0.4) !important;
}
.\!text-yellowish-300\/45{
  color: rgb(254 240 138 / 0.45) !important;
}
.\!text-yellowish-300\/5{
  color: rgb(254 240 138 / 0.05) !important;
}
.\!text-yellowish-300\/50{
  color: rgb(254 240 138 / 0.5) !important;
}
.\!text-yellowish-300\/55{
  color: rgb(254 240 138 / 0.55) !important;
}
.\!text-yellowish-300\/60{
  color: rgb(254 240 138 / 0.6) !important;
}
.\!text-yellowish-300\/65{
  color: rgb(254 240 138 / 0.65) !important;
}
.\!text-yellowish-300\/70{
  color: rgb(254 240 138 / 0.7) !important;
}
.\!text-yellowish-300\/75{
  color: rgb(254 240 138 / 0.75) !important;
}
.\!text-yellowish-300\/80{
  color: rgb(254 240 138 / 0.8) !important;
}
.\!text-yellowish-300\/85{
  color: rgb(254 240 138 / 0.85) !important;
}
.\!text-yellowish-300\/90{
  color: rgb(254 240 138 / 0.9) !important;
}
.\!text-yellowish-300\/95{
  color: rgb(254 240 138 / 0.95) !important;
}
.\!text-yellowish-350{
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-350\/0{
  color: rgb(253 224 71 / 0) !important;
}
.\!text-yellowish-350\/10{
  color: rgb(253 224 71 / 0.1) !important;
}
.\!text-yellowish-350\/100{
  color: rgb(253 224 71 / 1) !important;
}
.\!text-yellowish-350\/15{
  color: rgb(253 224 71 / 0.15) !important;
}
.\!text-yellowish-350\/20{
  color: rgb(253 224 71 / 0.2) !important;
}
.\!text-yellowish-350\/25{
  color: rgb(253 224 71 / 0.25) !important;
}
.\!text-yellowish-350\/30{
  color: rgb(253 224 71 / 0.3) !important;
}
.\!text-yellowish-350\/35{
  color: rgb(253 224 71 / 0.35) !important;
}
.\!text-yellowish-350\/40{
  color: rgb(253 224 71 / 0.4) !important;
}
.\!text-yellowish-350\/45{
  color: rgb(253 224 71 / 0.45) !important;
}
.\!text-yellowish-350\/5{
  color: rgb(253 224 71 / 0.05) !important;
}
.\!text-yellowish-350\/50{
  color: rgb(253 224 71 / 0.5) !important;
}
.\!text-yellowish-350\/55{
  color: rgb(253 224 71 / 0.55) !important;
}
.\!text-yellowish-350\/60{
  color: rgb(253 224 71 / 0.6) !important;
}
.\!text-yellowish-350\/65{
  color: rgb(253 224 71 / 0.65) !important;
}
.\!text-yellowish-350\/70{
  color: rgb(253 224 71 / 0.7) !important;
}
.\!text-yellowish-350\/75{
  color: rgb(253 224 71 / 0.75) !important;
}
.\!text-yellowish-350\/80{
  color: rgb(253 224 71 / 0.8) !important;
}
.\!text-yellowish-350\/85{
  color: rgb(253 224 71 / 0.85) !important;
}
.\!text-yellowish-350\/90{
  color: rgb(253 224 71 / 0.9) !important;
}
.\!text-yellowish-350\/95{
  color: rgb(253 224 71 / 0.95) !important;
}
.\!text-yellowish-400{
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-400\/0{
  color: rgb(250 204 21 / 0) !important;
}
.\!text-yellowish-400\/10{
  color: rgb(250 204 21 / 0.1) !important;
}
.\!text-yellowish-400\/100{
  color: rgb(250 204 21 / 1) !important;
}
.\!text-yellowish-400\/15{
  color: rgb(250 204 21 / 0.15) !important;
}
.\!text-yellowish-400\/20{
  color: rgb(250 204 21 / 0.2) !important;
}
.\!text-yellowish-400\/25{
  color: rgb(250 204 21 / 0.25) !important;
}
.\!text-yellowish-400\/30{
  color: rgb(250 204 21 / 0.3) !important;
}
.\!text-yellowish-400\/35{
  color: rgb(250 204 21 / 0.35) !important;
}
.\!text-yellowish-400\/40{
  color: rgb(250 204 21 / 0.4) !important;
}
.\!text-yellowish-400\/45{
  color: rgb(250 204 21 / 0.45) !important;
}
.\!text-yellowish-400\/5{
  color: rgb(250 204 21 / 0.05) !important;
}
.\!text-yellowish-400\/50{
  color: rgb(250 204 21 / 0.5) !important;
}
.\!text-yellowish-400\/55{
  color: rgb(250 204 21 / 0.55) !important;
}
.\!text-yellowish-400\/60{
  color: rgb(250 204 21 / 0.6) !important;
}
.\!text-yellowish-400\/65{
  color: rgb(250 204 21 / 0.65) !important;
}
.\!text-yellowish-400\/70{
  color: rgb(250 204 21 / 0.7) !important;
}
.\!text-yellowish-400\/75{
  color: rgb(250 204 21 / 0.75) !important;
}
.\!text-yellowish-400\/80{
  color: rgb(250 204 21 / 0.8) !important;
}
.\!text-yellowish-400\/85{
  color: rgb(250 204 21 / 0.85) !important;
}
.\!text-yellowish-400\/90{
  color: rgb(250 204 21 / 0.9) !important;
}
.\!text-yellowish-400\/95{
  color: rgb(250 204 21 / 0.95) !important;
}
.\!text-yellowish-450{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-450\/0{
  color: rgb(234 179 8 / 0) !important;
}
.\!text-yellowish-450\/10{
  color: rgb(234 179 8 / 0.1) !important;
}
.\!text-yellowish-450\/100{
  color: rgb(234 179 8 / 1) !important;
}
.\!text-yellowish-450\/15{
  color: rgb(234 179 8 / 0.15) !important;
}
.\!text-yellowish-450\/20{
  color: rgb(234 179 8 / 0.2) !important;
}
.\!text-yellowish-450\/25{
  color: rgb(234 179 8 / 0.25) !important;
}
.\!text-yellowish-450\/30{
  color: rgb(234 179 8 / 0.3) !important;
}
.\!text-yellowish-450\/35{
  color: rgb(234 179 8 / 0.35) !important;
}
.\!text-yellowish-450\/40{
  color: rgb(234 179 8 / 0.4) !important;
}
.\!text-yellowish-450\/45{
  color: rgb(234 179 8 / 0.45) !important;
}
.\!text-yellowish-450\/5{
  color: rgb(234 179 8 / 0.05) !important;
}
.\!text-yellowish-450\/50{
  color: rgb(234 179 8 / 0.5) !important;
}
.\!text-yellowish-450\/55{
  color: rgb(234 179 8 / 0.55) !important;
}
.\!text-yellowish-450\/60{
  color: rgb(234 179 8 / 0.6) !important;
}
.\!text-yellowish-450\/65{
  color: rgb(234 179 8 / 0.65) !important;
}
.\!text-yellowish-450\/70{
  color: rgb(234 179 8 / 0.7) !important;
}
.\!text-yellowish-450\/75{
  color: rgb(234 179 8 / 0.75) !important;
}
.\!text-yellowish-450\/80{
  color: rgb(234 179 8 / 0.8) !important;
}
.\!text-yellowish-450\/85{
  color: rgb(234 179 8 / 0.85) !important;
}
.\!text-yellowish-450\/90{
  color: rgb(234 179 8 / 0.9) !important;
}
.\!text-yellowish-450\/95{
  color: rgb(234 179 8 / 0.95) !important;
}
.\!text-yellowish-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 254 249 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-50\/0{
  color: rgb(254 254 249 / 0) !important;
}
.\!text-yellowish-50\/10{
  color: rgb(254 254 249 / 0.1) !important;
}
.\!text-yellowish-50\/100{
  color: rgb(254 254 249 / 1) !important;
}
.\!text-yellowish-50\/15{
  color: rgb(254 254 249 / 0.15) !important;
}
.\!text-yellowish-50\/20{
  color: rgb(254 254 249 / 0.2) !important;
}
.\!text-yellowish-50\/25{
  color: rgb(254 254 249 / 0.25) !important;
}
.\!text-yellowish-50\/30{
  color: rgb(254 254 249 / 0.3) !important;
}
.\!text-yellowish-50\/35{
  color: rgb(254 254 249 / 0.35) !important;
}
.\!text-yellowish-50\/40{
  color: rgb(254 254 249 / 0.4) !important;
}
.\!text-yellowish-50\/45{
  color: rgb(254 254 249 / 0.45) !important;
}
.\!text-yellowish-50\/5{
  color: rgb(254 254 249 / 0.05) !important;
}
.\!text-yellowish-50\/50{
  color: rgb(254 254 249 / 0.5) !important;
}
.\!text-yellowish-50\/55{
  color: rgb(254 254 249 / 0.55) !important;
}
.\!text-yellowish-50\/60{
  color: rgb(254 254 249 / 0.6) !important;
}
.\!text-yellowish-50\/65{
  color: rgb(254 254 249 / 0.65) !important;
}
.\!text-yellowish-50\/70{
  color: rgb(254 254 249 / 0.7) !important;
}
.\!text-yellowish-50\/75{
  color: rgb(254 254 249 / 0.75) !important;
}
.\!text-yellowish-50\/80{
  color: rgb(254 254 249 / 0.8) !important;
}
.\!text-yellowish-50\/85{
  color: rgb(254 254 249 / 0.85) !important;
}
.\!text-yellowish-50\/90{
  color: rgb(254 254 249 / 0.9) !important;
}
.\!text-yellowish-50\/95{
  color: rgb(254 254 249 / 0.95) !important;
}
.\!text-yellowish-500{
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-500\/0{
  color: rgb(202 138 4 / 0) !important;
}
.\!text-yellowish-500\/10{
  color: rgb(202 138 4 / 0.1) !important;
}
.\!text-yellowish-500\/100{
  color: rgb(202 138 4 / 1) !important;
}
.\!text-yellowish-500\/15{
  color: rgb(202 138 4 / 0.15) !important;
}
.\!text-yellowish-500\/20{
  color: rgb(202 138 4 / 0.2) !important;
}
.\!text-yellowish-500\/25{
  color: rgb(202 138 4 / 0.25) !important;
}
.\!text-yellowish-500\/30{
  color: rgb(202 138 4 / 0.3) !important;
}
.\!text-yellowish-500\/35{
  color: rgb(202 138 4 / 0.35) !important;
}
.\!text-yellowish-500\/40{
  color: rgb(202 138 4 / 0.4) !important;
}
.\!text-yellowish-500\/45{
  color: rgb(202 138 4 / 0.45) !important;
}
.\!text-yellowish-500\/5{
  color: rgb(202 138 4 / 0.05) !important;
}
.\!text-yellowish-500\/50{
  color: rgb(202 138 4 / 0.5) !important;
}
.\!text-yellowish-500\/55{
  color: rgb(202 138 4 / 0.55) !important;
}
.\!text-yellowish-500\/60{
  color: rgb(202 138 4 / 0.6) !important;
}
.\!text-yellowish-500\/65{
  color: rgb(202 138 4 / 0.65) !important;
}
.\!text-yellowish-500\/70{
  color: rgb(202 138 4 / 0.7) !important;
}
.\!text-yellowish-500\/75{
  color: rgb(202 138 4 / 0.75) !important;
}
.\!text-yellowish-500\/80{
  color: rgb(202 138 4 / 0.8) !important;
}
.\!text-yellowish-500\/85{
  color: rgb(202 138 4 / 0.85) !important;
}
.\!text-yellowish-500\/90{
  color: rgb(202 138 4 / 0.9) !important;
}
.\!text-yellowish-500\/95{
  color: rgb(202 138 4 / 0.95) !important;
}
.\!text-yellowish-600{
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-600\/0{
  color: rgb(161 98 7 / 0) !important;
}
.\!text-yellowish-600\/10{
  color: rgb(161 98 7 / 0.1) !important;
}
.\!text-yellowish-600\/100{
  color: rgb(161 98 7 / 1) !important;
}
.\!text-yellowish-600\/15{
  color: rgb(161 98 7 / 0.15) !important;
}
.\!text-yellowish-600\/20{
  color: rgb(161 98 7 / 0.2) !important;
}
.\!text-yellowish-600\/25{
  color: rgb(161 98 7 / 0.25) !important;
}
.\!text-yellowish-600\/30{
  color: rgb(161 98 7 / 0.3) !important;
}
.\!text-yellowish-600\/35{
  color: rgb(161 98 7 / 0.35) !important;
}
.\!text-yellowish-600\/40{
  color: rgb(161 98 7 / 0.4) !important;
}
.\!text-yellowish-600\/45{
  color: rgb(161 98 7 / 0.45) !important;
}
.\!text-yellowish-600\/5{
  color: rgb(161 98 7 / 0.05) !important;
}
.\!text-yellowish-600\/50{
  color: rgb(161 98 7 / 0.5) !important;
}
.\!text-yellowish-600\/55{
  color: rgb(161 98 7 / 0.55) !important;
}
.\!text-yellowish-600\/60{
  color: rgb(161 98 7 / 0.6) !important;
}
.\!text-yellowish-600\/65{
  color: rgb(161 98 7 / 0.65) !important;
}
.\!text-yellowish-600\/70{
  color: rgb(161 98 7 / 0.7) !important;
}
.\!text-yellowish-600\/75{
  color: rgb(161 98 7 / 0.75) !important;
}
.\!text-yellowish-600\/80{
  color: rgb(161 98 7 / 0.8) !important;
}
.\!text-yellowish-600\/85{
  color: rgb(161 98 7 / 0.85) !important;
}
.\!text-yellowish-600\/90{
  color: rgb(161 98 7 / 0.9) !important;
}
.\!text-yellowish-600\/95{
  color: rgb(161 98 7 / 0.95) !important;
}
.\!text-yellowish-650{
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-650\/0{
  color: rgb(133 77 14 / 0) !important;
}
.\!text-yellowish-650\/10{
  color: rgb(133 77 14 / 0.1) !important;
}
.\!text-yellowish-650\/100{
  color: rgb(133 77 14 / 1) !important;
}
.\!text-yellowish-650\/15{
  color: rgb(133 77 14 / 0.15) !important;
}
.\!text-yellowish-650\/20{
  color: rgb(133 77 14 / 0.2) !important;
}
.\!text-yellowish-650\/25{
  color: rgb(133 77 14 / 0.25) !important;
}
.\!text-yellowish-650\/30{
  color: rgb(133 77 14 / 0.3) !important;
}
.\!text-yellowish-650\/35{
  color: rgb(133 77 14 / 0.35) !important;
}
.\!text-yellowish-650\/40{
  color: rgb(133 77 14 / 0.4) !important;
}
.\!text-yellowish-650\/45{
  color: rgb(133 77 14 / 0.45) !important;
}
.\!text-yellowish-650\/5{
  color: rgb(133 77 14 / 0.05) !important;
}
.\!text-yellowish-650\/50{
  color: rgb(133 77 14 / 0.5) !important;
}
.\!text-yellowish-650\/55{
  color: rgb(133 77 14 / 0.55) !important;
}
.\!text-yellowish-650\/60{
  color: rgb(133 77 14 / 0.6) !important;
}
.\!text-yellowish-650\/65{
  color: rgb(133 77 14 / 0.65) !important;
}
.\!text-yellowish-650\/70{
  color: rgb(133 77 14 / 0.7) !important;
}
.\!text-yellowish-650\/75{
  color: rgb(133 77 14 / 0.75) !important;
}
.\!text-yellowish-650\/80{
  color: rgb(133 77 14 / 0.8) !important;
}
.\!text-yellowish-650\/85{
  color: rgb(133 77 14 / 0.85) !important;
}
.\!text-yellowish-650\/90{
  color: rgb(133 77 14 / 0.9) !important;
}
.\!text-yellowish-650\/95{
  color: rgb(133 77 14 / 0.95) !important;
}
.\!text-yellowish-700{
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-700\/0{
  color: rgb(113 63 18 / 0) !important;
}
.\!text-yellowish-700\/10{
  color: rgb(113 63 18 / 0.1) !important;
}
.\!text-yellowish-700\/100{
  color: rgb(113 63 18 / 1) !important;
}
.\!text-yellowish-700\/15{
  color: rgb(113 63 18 / 0.15) !important;
}
.\!text-yellowish-700\/20{
  color: rgb(113 63 18 / 0.2) !important;
}
.\!text-yellowish-700\/25{
  color: rgb(113 63 18 / 0.25) !important;
}
.\!text-yellowish-700\/30{
  color: rgb(113 63 18 / 0.3) !important;
}
.\!text-yellowish-700\/35{
  color: rgb(113 63 18 / 0.35) !important;
}
.\!text-yellowish-700\/40{
  color: rgb(113 63 18 / 0.4) !important;
}
.\!text-yellowish-700\/45{
  color: rgb(113 63 18 / 0.45) !important;
}
.\!text-yellowish-700\/5{
  color: rgb(113 63 18 / 0.05) !important;
}
.\!text-yellowish-700\/50{
  color: rgb(113 63 18 / 0.5) !important;
}
.\!text-yellowish-700\/55{
  color: rgb(113 63 18 / 0.55) !important;
}
.\!text-yellowish-700\/60{
  color: rgb(113 63 18 / 0.6) !important;
}
.\!text-yellowish-700\/65{
  color: rgb(113 63 18 / 0.65) !important;
}
.\!text-yellowish-700\/70{
  color: rgb(113 63 18 / 0.7) !important;
}
.\!text-yellowish-700\/75{
  color: rgb(113 63 18 / 0.75) !important;
}
.\!text-yellowish-700\/80{
  color: rgb(113 63 18 / 0.8) !important;
}
.\!text-yellowish-700\/85{
  color: rgb(113 63 18 / 0.85) !important;
}
.\!text-yellowish-700\/90{
  color: rgb(113 63 18 / 0.9) !important;
}
.\!text-yellowish-700\/95{
  color: rgb(113 63 18 / 0.95) !important;
}
.\!text-yellowish-750{
  --tw-text-opacity: 1 !important;
  color: rgb(89 48 11 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-750\/0{
  color: rgb(89 48 11 / 0) !important;
}
.\!text-yellowish-750\/10{
  color: rgb(89 48 11 / 0.1) !important;
}
.\!text-yellowish-750\/100{
  color: rgb(89 48 11 / 1) !important;
}
.\!text-yellowish-750\/15{
  color: rgb(89 48 11 / 0.15) !important;
}
.\!text-yellowish-750\/20{
  color: rgb(89 48 11 / 0.2) !important;
}
.\!text-yellowish-750\/25{
  color: rgb(89 48 11 / 0.25) !important;
}
.\!text-yellowish-750\/30{
  color: rgb(89 48 11 / 0.3) !important;
}
.\!text-yellowish-750\/35{
  color: rgb(89 48 11 / 0.35) !important;
}
.\!text-yellowish-750\/40{
  color: rgb(89 48 11 / 0.4) !important;
}
.\!text-yellowish-750\/45{
  color: rgb(89 48 11 / 0.45) !important;
}
.\!text-yellowish-750\/5{
  color: rgb(89 48 11 / 0.05) !important;
}
.\!text-yellowish-750\/50{
  color: rgb(89 48 11 / 0.5) !important;
}
.\!text-yellowish-750\/55{
  color: rgb(89 48 11 / 0.55) !important;
}
.\!text-yellowish-750\/60{
  color: rgb(89 48 11 / 0.6) !important;
}
.\!text-yellowish-750\/65{
  color: rgb(89 48 11 / 0.65) !important;
}
.\!text-yellowish-750\/70{
  color: rgb(89 48 11 / 0.7) !important;
}
.\!text-yellowish-750\/75{
  color: rgb(89 48 11 / 0.75) !important;
}
.\!text-yellowish-750\/80{
  color: rgb(89 48 11 / 0.8) !important;
}
.\!text-yellowish-750\/85{
  color: rgb(89 48 11 / 0.85) !important;
}
.\!text-yellowish-750\/90{
  color: rgb(89 48 11 / 0.9) !important;
}
.\!text-yellowish-750\/95{
  color: rgb(89 48 11 / 0.95) !important;
}
.\!text-yellowish-800{
  --tw-text-opacity: 1 !important;
  color: rgb(77 39 5 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-800\/0{
  color: rgb(77 39 5 / 0) !important;
}
.\!text-yellowish-800\/10{
  color: rgb(77 39 5 / 0.1) !important;
}
.\!text-yellowish-800\/100{
  color: rgb(77 39 5 / 1) !important;
}
.\!text-yellowish-800\/15{
  color: rgb(77 39 5 / 0.15) !important;
}
.\!text-yellowish-800\/20{
  color: rgb(77 39 5 / 0.2) !important;
}
.\!text-yellowish-800\/25{
  color: rgb(77 39 5 / 0.25) !important;
}
.\!text-yellowish-800\/30{
  color: rgb(77 39 5 / 0.3) !important;
}
.\!text-yellowish-800\/35{
  color: rgb(77 39 5 / 0.35) !important;
}
.\!text-yellowish-800\/40{
  color: rgb(77 39 5 / 0.4) !important;
}
.\!text-yellowish-800\/45{
  color: rgb(77 39 5 / 0.45) !important;
}
.\!text-yellowish-800\/5{
  color: rgb(77 39 5 / 0.05) !important;
}
.\!text-yellowish-800\/50{
  color: rgb(77 39 5 / 0.5) !important;
}
.\!text-yellowish-800\/55{
  color: rgb(77 39 5 / 0.55) !important;
}
.\!text-yellowish-800\/60{
  color: rgb(77 39 5 / 0.6) !important;
}
.\!text-yellowish-800\/65{
  color: rgb(77 39 5 / 0.65) !important;
}
.\!text-yellowish-800\/70{
  color: rgb(77 39 5 / 0.7) !important;
}
.\!text-yellowish-800\/75{
  color: rgb(77 39 5 / 0.75) !important;
}
.\!text-yellowish-800\/80{
  color: rgb(77 39 5 / 0.8) !important;
}
.\!text-yellowish-800\/85{
  color: rgb(77 39 5 / 0.85) !important;
}
.\!text-yellowish-800\/90{
  color: rgb(77 39 5 / 0.9) !important;
}
.\!text-yellowish-800\/95{
  color: rgb(77 39 5 / 0.95) !important;
}
.\!text-yellowish-900{
  --tw-text-opacity: 1 !important;
  color: rgb(51 24 1 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish-900\/0{
  color: rgb(51 24 1 / 0) !important;
}
.\!text-yellowish-900\/10{
  color: rgb(51 24 1 / 0.1) !important;
}
.\!text-yellowish-900\/100{
  color: rgb(51 24 1 / 1) !important;
}
.\!text-yellowish-900\/15{
  color: rgb(51 24 1 / 0.15) !important;
}
.\!text-yellowish-900\/20{
  color: rgb(51 24 1 / 0.2) !important;
}
.\!text-yellowish-900\/25{
  color: rgb(51 24 1 / 0.25) !important;
}
.\!text-yellowish-900\/30{
  color: rgb(51 24 1 / 0.3) !important;
}
.\!text-yellowish-900\/35{
  color: rgb(51 24 1 / 0.35) !important;
}
.\!text-yellowish-900\/40{
  color: rgb(51 24 1 / 0.4) !important;
}
.\!text-yellowish-900\/45{
  color: rgb(51 24 1 / 0.45) !important;
}
.\!text-yellowish-900\/5{
  color: rgb(51 24 1 / 0.05) !important;
}
.\!text-yellowish-900\/50{
  color: rgb(51 24 1 / 0.5) !important;
}
.\!text-yellowish-900\/55{
  color: rgb(51 24 1 / 0.55) !important;
}
.\!text-yellowish-900\/60{
  color: rgb(51 24 1 / 0.6) !important;
}
.\!text-yellowish-900\/65{
  color: rgb(51 24 1 / 0.65) !important;
}
.\!text-yellowish-900\/70{
  color: rgb(51 24 1 / 0.7) !important;
}
.\!text-yellowish-900\/75{
  color: rgb(51 24 1 / 0.75) !important;
}
.\!text-yellowish-900\/80{
  color: rgb(51 24 1 / 0.8) !important;
}
.\!text-yellowish-900\/85{
  color: rgb(51 24 1 / 0.85) !important;
}
.\!text-yellowish-900\/90{
  color: rgb(51 24 1 / 0.9) !important;
}
.\!text-yellowish-900\/95{
  color: rgb(51 24 1 / 0.95) !important;
}
.\!text-zinc-100{
  --tw-text-opacity: 1 !important;
  color: rgb(244 244 245 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-100\/0{
  color: rgb(244 244 245 / 0) !important;
}
.\!text-zinc-100\/10{
  color: rgb(244 244 245 / 0.1) !important;
}
.\!text-zinc-100\/100{
  color: rgb(244 244 245 / 1) !important;
}
.\!text-zinc-100\/15{
  color: rgb(244 244 245 / 0.15) !important;
}
.\!text-zinc-100\/20{
  color: rgb(244 244 245 / 0.2) !important;
}
.\!text-zinc-100\/25{
  color: rgb(244 244 245 / 0.25) !important;
}
.\!text-zinc-100\/30{
  color: rgb(244 244 245 / 0.3) !important;
}
.\!text-zinc-100\/35{
  color: rgb(244 244 245 / 0.35) !important;
}
.\!text-zinc-100\/40{
  color: rgb(244 244 245 / 0.4) !important;
}
.\!text-zinc-100\/45{
  color: rgb(244 244 245 / 0.45) !important;
}
.\!text-zinc-100\/5{
  color: rgb(244 244 245 / 0.05) !important;
}
.\!text-zinc-100\/50{
  color: rgb(244 244 245 / 0.5) !important;
}
.\!text-zinc-100\/55{
  color: rgb(244 244 245 / 0.55) !important;
}
.\!text-zinc-100\/60{
  color: rgb(244 244 245 / 0.6) !important;
}
.\!text-zinc-100\/65{
  color: rgb(244 244 245 / 0.65) !important;
}
.\!text-zinc-100\/70{
  color: rgb(244 244 245 / 0.7) !important;
}
.\!text-zinc-100\/75{
  color: rgb(244 244 245 / 0.75) !important;
}
.\!text-zinc-100\/80{
  color: rgb(244 244 245 / 0.8) !important;
}
.\!text-zinc-100\/85{
  color: rgb(244 244 245 / 0.85) !important;
}
.\!text-zinc-100\/90{
  color: rgb(244 244 245 / 0.9) !important;
}
.\!text-zinc-100\/95{
  color: rgb(244 244 245 / 0.95) !important;
}
.\!text-zinc-200{
  --tw-text-opacity: 1 !important;
  color: rgb(228 228 231 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-200\/0{
  color: rgb(228 228 231 / 0) !important;
}
.\!text-zinc-200\/10{
  color: rgb(228 228 231 / 0.1) !important;
}
.\!text-zinc-200\/100{
  color: rgb(228 228 231 / 1) !important;
}
.\!text-zinc-200\/15{
  color: rgb(228 228 231 / 0.15) !important;
}
.\!text-zinc-200\/20{
  color: rgb(228 228 231 / 0.2) !important;
}
.\!text-zinc-200\/25{
  color: rgb(228 228 231 / 0.25) !important;
}
.\!text-zinc-200\/30{
  color: rgb(228 228 231 / 0.3) !important;
}
.\!text-zinc-200\/35{
  color: rgb(228 228 231 / 0.35) !important;
}
.\!text-zinc-200\/40{
  color: rgb(228 228 231 / 0.4) !important;
}
.\!text-zinc-200\/45{
  color: rgb(228 228 231 / 0.45) !important;
}
.\!text-zinc-200\/5{
  color: rgb(228 228 231 / 0.05) !important;
}
.\!text-zinc-200\/50{
  color: rgb(228 228 231 / 0.5) !important;
}
.\!text-zinc-200\/55{
  color: rgb(228 228 231 / 0.55) !important;
}
.\!text-zinc-200\/60{
  color: rgb(228 228 231 / 0.6) !important;
}
.\!text-zinc-200\/65{
  color: rgb(228 228 231 / 0.65) !important;
}
.\!text-zinc-200\/70{
  color: rgb(228 228 231 / 0.7) !important;
}
.\!text-zinc-200\/75{
  color: rgb(228 228 231 / 0.75) !important;
}
.\!text-zinc-200\/80{
  color: rgb(228 228 231 / 0.8) !important;
}
.\!text-zinc-200\/85{
  color: rgb(228 228 231 / 0.85) !important;
}
.\!text-zinc-200\/90{
  color: rgb(228 228 231 / 0.9) !important;
}
.\!text-zinc-200\/95{
  color: rgb(228 228 231 / 0.95) !important;
}
.\!text-zinc-300{
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 216 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-300\/0{
  color: rgb(212 212 216 / 0) !important;
}
.\!text-zinc-300\/10{
  color: rgb(212 212 216 / 0.1) !important;
}
.\!text-zinc-300\/100{
  color: rgb(212 212 216 / 1) !important;
}
.\!text-zinc-300\/15{
  color: rgb(212 212 216 / 0.15) !important;
}
.\!text-zinc-300\/20{
  color: rgb(212 212 216 / 0.2) !important;
}
.\!text-zinc-300\/25{
  color: rgb(212 212 216 / 0.25) !important;
}
.\!text-zinc-300\/30{
  color: rgb(212 212 216 / 0.3) !important;
}
.\!text-zinc-300\/35{
  color: rgb(212 212 216 / 0.35) !important;
}
.\!text-zinc-300\/40{
  color: rgb(212 212 216 / 0.4) !important;
}
.\!text-zinc-300\/45{
  color: rgb(212 212 216 / 0.45) !important;
}
.\!text-zinc-300\/5{
  color: rgb(212 212 216 / 0.05) !important;
}
.\!text-zinc-300\/50{
  color: rgb(212 212 216 / 0.5) !important;
}
.\!text-zinc-300\/55{
  color: rgb(212 212 216 / 0.55) !important;
}
.\!text-zinc-300\/60{
  color: rgb(212 212 216 / 0.6) !important;
}
.\!text-zinc-300\/65{
  color: rgb(212 212 216 / 0.65) !important;
}
.\!text-zinc-300\/70{
  color: rgb(212 212 216 / 0.7) !important;
}
.\!text-zinc-300\/75{
  color: rgb(212 212 216 / 0.75) !important;
}
.\!text-zinc-300\/80{
  color: rgb(212 212 216 / 0.8) !important;
}
.\!text-zinc-300\/85{
  color: rgb(212 212 216 / 0.85) !important;
}
.\!text-zinc-300\/90{
  color: rgb(212 212 216 / 0.9) !important;
}
.\!text-zinc-300\/95{
  color: rgb(212 212 216 / 0.95) !important;
}
.\!text-zinc-400{
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 170 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-400\/0{
  color: rgb(161 161 170 / 0) !important;
}
.\!text-zinc-400\/10{
  color: rgb(161 161 170 / 0.1) !important;
}
.\!text-zinc-400\/100{
  color: rgb(161 161 170 / 1) !important;
}
.\!text-zinc-400\/15{
  color: rgb(161 161 170 / 0.15) !important;
}
.\!text-zinc-400\/20{
  color: rgb(161 161 170 / 0.2) !important;
}
.\!text-zinc-400\/25{
  color: rgb(161 161 170 / 0.25) !important;
}
.\!text-zinc-400\/30{
  color: rgb(161 161 170 / 0.3) !important;
}
.\!text-zinc-400\/35{
  color: rgb(161 161 170 / 0.35) !important;
}
.\!text-zinc-400\/40{
  color: rgb(161 161 170 / 0.4) !important;
}
.\!text-zinc-400\/45{
  color: rgb(161 161 170 / 0.45) !important;
}
.\!text-zinc-400\/5{
  color: rgb(161 161 170 / 0.05) !important;
}
.\!text-zinc-400\/50{
  color: rgb(161 161 170 / 0.5) !important;
}
.\!text-zinc-400\/55{
  color: rgb(161 161 170 / 0.55) !important;
}
.\!text-zinc-400\/60{
  color: rgb(161 161 170 / 0.6) !important;
}
.\!text-zinc-400\/65{
  color: rgb(161 161 170 / 0.65) !important;
}
.\!text-zinc-400\/70{
  color: rgb(161 161 170 / 0.7) !important;
}
.\!text-zinc-400\/75{
  color: rgb(161 161 170 / 0.75) !important;
}
.\!text-zinc-400\/80{
  color: rgb(161 161 170 / 0.8) !important;
}
.\!text-zinc-400\/85{
  color: rgb(161 161 170 / 0.85) !important;
}
.\!text-zinc-400\/90{
  color: rgb(161 161 170 / 0.9) !important;
}
.\!text-zinc-400\/95{
  color: rgb(161 161 170 / 0.95) !important;
}
.\!text-zinc-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-50\/0{
  color: rgb(250 250 250 / 0) !important;
}
.\!text-zinc-50\/10{
  color: rgb(250 250 250 / 0.1) !important;
}
.\!text-zinc-50\/100{
  color: rgb(250 250 250 / 1) !important;
}
.\!text-zinc-50\/15{
  color: rgb(250 250 250 / 0.15) !important;
}
.\!text-zinc-50\/20{
  color: rgb(250 250 250 / 0.2) !important;
}
.\!text-zinc-50\/25{
  color: rgb(250 250 250 / 0.25) !important;
}
.\!text-zinc-50\/30{
  color: rgb(250 250 250 / 0.3) !important;
}
.\!text-zinc-50\/35{
  color: rgb(250 250 250 / 0.35) !important;
}
.\!text-zinc-50\/40{
  color: rgb(250 250 250 / 0.4) !important;
}
.\!text-zinc-50\/45{
  color: rgb(250 250 250 / 0.45) !important;
}
.\!text-zinc-50\/5{
  color: rgb(250 250 250 / 0.05) !important;
}
.\!text-zinc-50\/50{
  color: rgb(250 250 250 / 0.5) !important;
}
.\!text-zinc-50\/55{
  color: rgb(250 250 250 / 0.55) !important;
}
.\!text-zinc-50\/60{
  color: rgb(250 250 250 / 0.6) !important;
}
.\!text-zinc-50\/65{
  color: rgb(250 250 250 / 0.65) !important;
}
.\!text-zinc-50\/70{
  color: rgb(250 250 250 / 0.7) !important;
}
.\!text-zinc-50\/75{
  color: rgb(250 250 250 / 0.75) !important;
}
.\!text-zinc-50\/80{
  color: rgb(250 250 250 / 0.8) !important;
}
.\!text-zinc-50\/85{
  color: rgb(250 250 250 / 0.85) !important;
}
.\!text-zinc-50\/90{
  color: rgb(250 250 250 / 0.9) !important;
}
.\!text-zinc-50\/95{
  color: rgb(250 250 250 / 0.95) !important;
}
.\!text-zinc-500{
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 122 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-500\/0{
  color: rgb(113 113 122 / 0) !important;
}
.\!text-zinc-500\/10{
  color: rgb(113 113 122 / 0.1) !important;
}
.\!text-zinc-500\/100{
  color: rgb(113 113 122 / 1) !important;
}
.\!text-zinc-500\/15{
  color: rgb(113 113 122 / 0.15) !important;
}
.\!text-zinc-500\/20{
  color: rgb(113 113 122 / 0.2) !important;
}
.\!text-zinc-500\/25{
  color: rgb(113 113 122 / 0.25) !important;
}
.\!text-zinc-500\/30{
  color: rgb(113 113 122 / 0.3) !important;
}
.\!text-zinc-500\/35{
  color: rgb(113 113 122 / 0.35) !important;
}
.\!text-zinc-500\/40{
  color: rgb(113 113 122 / 0.4) !important;
}
.\!text-zinc-500\/45{
  color: rgb(113 113 122 / 0.45) !important;
}
.\!text-zinc-500\/5{
  color: rgb(113 113 122 / 0.05) !important;
}
.\!text-zinc-500\/50{
  color: rgb(113 113 122 / 0.5) !important;
}
.\!text-zinc-500\/55{
  color: rgb(113 113 122 / 0.55) !important;
}
.\!text-zinc-500\/60{
  color: rgb(113 113 122 / 0.6) !important;
}
.\!text-zinc-500\/65{
  color: rgb(113 113 122 / 0.65) !important;
}
.\!text-zinc-500\/70{
  color: rgb(113 113 122 / 0.7) !important;
}
.\!text-zinc-500\/75{
  color: rgb(113 113 122 / 0.75) !important;
}
.\!text-zinc-500\/80{
  color: rgb(113 113 122 / 0.8) !important;
}
.\!text-zinc-500\/85{
  color: rgb(113 113 122 / 0.85) !important;
}
.\!text-zinc-500\/90{
  color: rgb(113 113 122 / 0.9) !important;
}
.\!text-zinc-500\/95{
  color: rgb(113 113 122 / 0.95) !important;
}
.\!text-zinc-600{
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 91 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-600\/0{
  color: rgb(82 82 91 / 0) !important;
}
.\!text-zinc-600\/10{
  color: rgb(82 82 91 / 0.1) !important;
}
.\!text-zinc-600\/100{
  color: rgb(82 82 91 / 1) !important;
}
.\!text-zinc-600\/15{
  color: rgb(82 82 91 / 0.15) !important;
}
.\!text-zinc-600\/20{
  color: rgb(82 82 91 / 0.2) !important;
}
.\!text-zinc-600\/25{
  color: rgb(82 82 91 / 0.25) !important;
}
.\!text-zinc-600\/30{
  color: rgb(82 82 91 / 0.3) !important;
}
.\!text-zinc-600\/35{
  color: rgb(82 82 91 / 0.35) !important;
}
.\!text-zinc-600\/40{
  color: rgb(82 82 91 / 0.4) !important;
}
.\!text-zinc-600\/45{
  color: rgb(82 82 91 / 0.45) !important;
}
.\!text-zinc-600\/5{
  color: rgb(82 82 91 / 0.05) !important;
}
.\!text-zinc-600\/50{
  color: rgb(82 82 91 / 0.5) !important;
}
.\!text-zinc-600\/55{
  color: rgb(82 82 91 / 0.55) !important;
}
.\!text-zinc-600\/60{
  color: rgb(82 82 91 / 0.6) !important;
}
.\!text-zinc-600\/65{
  color: rgb(82 82 91 / 0.65) !important;
}
.\!text-zinc-600\/70{
  color: rgb(82 82 91 / 0.7) !important;
}
.\!text-zinc-600\/75{
  color: rgb(82 82 91 / 0.75) !important;
}
.\!text-zinc-600\/80{
  color: rgb(82 82 91 / 0.8) !important;
}
.\!text-zinc-600\/85{
  color: rgb(82 82 91 / 0.85) !important;
}
.\!text-zinc-600\/90{
  color: rgb(82 82 91 / 0.9) !important;
}
.\!text-zinc-600\/95{
  color: rgb(82 82 91 / 0.95) !important;
}
.\!text-zinc-700{
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 70 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-700\/0{
  color: rgb(63 63 70 / 0) !important;
}
.\!text-zinc-700\/10{
  color: rgb(63 63 70 / 0.1) !important;
}
.\!text-zinc-700\/100{
  color: rgb(63 63 70 / 1) !important;
}
.\!text-zinc-700\/15{
  color: rgb(63 63 70 / 0.15) !important;
}
.\!text-zinc-700\/20{
  color: rgb(63 63 70 / 0.2) !important;
}
.\!text-zinc-700\/25{
  color: rgb(63 63 70 / 0.25) !important;
}
.\!text-zinc-700\/30{
  color: rgb(63 63 70 / 0.3) !important;
}
.\!text-zinc-700\/35{
  color: rgb(63 63 70 / 0.35) !important;
}
.\!text-zinc-700\/40{
  color: rgb(63 63 70 / 0.4) !important;
}
.\!text-zinc-700\/45{
  color: rgb(63 63 70 / 0.45) !important;
}
.\!text-zinc-700\/5{
  color: rgb(63 63 70 / 0.05) !important;
}
.\!text-zinc-700\/50{
  color: rgb(63 63 70 / 0.5) !important;
}
.\!text-zinc-700\/55{
  color: rgb(63 63 70 / 0.55) !important;
}
.\!text-zinc-700\/60{
  color: rgb(63 63 70 / 0.6) !important;
}
.\!text-zinc-700\/65{
  color: rgb(63 63 70 / 0.65) !important;
}
.\!text-zinc-700\/70{
  color: rgb(63 63 70 / 0.7) !important;
}
.\!text-zinc-700\/75{
  color: rgb(63 63 70 / 0.75) !important;
}
.\!text-zinc-700\/80{
  color: rgb(63 63 70 / 0.8) !important;
}
.\!text-zinc-700\/85{
  color: rgb(63 63 70 / 0.85) !important;
}
.\!text-zinc-700\/90{
  color: rgb(63 63 70 / 0.9) !important;
}
.\!text-zinc-700\/95{
  color: rgb(63 63 70 / 0.95) !important;
}
.\!text-zinc-800{
  --tw-text-opacity: 1 !important;
  color: rgb(39 39 42 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-800\/0{
  color: rgb(39 39 42 / 0) !important;
}
.\!text-zinc-800\/10{
  color: rgb(39 39 42 / 0.1) !important;
}
.\!text-zinc-800\/100{
  color: rgb(39 39 42 / 1) !important;
}
.\!text-zinc-800\/15{
  color: rgb(39 39 42 / 0.15) !important;
}
.\!text-zinc-800\/20{
  color: rgb(39 39 42 / 0.2) !important;
}
.\!text-zinc-800\/25{
  color: rgb(39 39 42 / 0.25) !important;
}
.\!text-zinc-800\/30{
  color: rgb(39 39 42 / 0.3) !important;
}
.\!text-zinc-800\/35{
  color: rgb(39 39 42 / 0.35) !important;
}
.\!text-zinc-800\/40{
  color: rgb(39 39 42 / 0.4) !important;
}
.\!text-zinc-800\/45{
  color: rgb(39 39 42 / 0.45) !important;
}
.\!text-zinc-800\/5{
  color: rgb(39 39 42 / 0.05) !important;
}
.\!text-zinc-800\/50{
  color: rgb(39 39 42 / 0.5) !important;
}
.\!text-zinc-800\/55{
  color: rgb(39 39 42 / 0.55) !important;
}
.\!text-zinc-800\/60{
  color: rgb(39 39 42 / 0.6) !important;
}
.\!text-zinc-800\/65{
  color: rgb(39 39 42 / 0.65) !important;
}
.\!text-zinc-800\/70{
  color: rgb(39 39 42 / 0.7) !important;
}
.\!text-zinc-800\/75{
  color: rgb(39 39 42 / 0.75) !important;
}
.\!text-zinc-800\/80{
  color: rgb(39 39 42 / 0.8) !important;
}
.\!text-zinc-800\/85{
  color: rgb(39 39 42 / 0.85) !important;
}
.\!text-zinc-800\/90{
  color: rgb(39 39 42 / 0.9) !important;
}
.\!text-zinc-800\/95{
  color: rgb(39 39 42 / 0.95) !important;
}
.\!text-zinc-900{
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 27 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-900\/0{
  color: rgb(24 24 27 / 0) !important;
}
.\!text-zinc-900\/10{
  color: rgb(24 24 27 / 0.1) !important;
}
.\!text-zinc-900\/100{
  color: rgb(24 24 27 / 1) !important;
}
.\!text-zinc-900\/15{
  color: rgb(24 24 27 / 0.15) !important;
}
.\!text-zinc-900\/20{
  color: rgb(24 24 27 / 0.2) !important;
}
.\!text-zinc-900\/25{
  color: rgb(24 24 27 / 0.25) !important;
}
.\!text-zinc-900\/30{
  color: rgb(24 24 27 / 0.3) !important;
}
.\!text-zinc-900\/35{
  color: rgb(24 24 27 / 0.35) !important;
}
.\!text-zinc-900\/40{
  color: rgb(24 24 27 / 0.4) !important;
}
.\!text-zinc-900\/45{
  color: rgb(24 24 27 / 0.45) !important;
}
.\!text-zinc-900\/5{
  color: rgb(24 24 27 / 0.05) !important;
}
.\!text-zinc-900\/50{
  color: rgb(24 24 27 / 0.5) !important;
}
.\!text-zinc-900\/55{
  color: rgb(24 24 27 / 0.55) !important;
}
.\!text-zinc-900\/60{
  color: rgb(24 24 27 / 0.6) !important;
}
.\!text-zinc-900\/65{
  color: rgb(24 24 27 / 0.65) !important;
}
.\!text-zinc-900\/70{
  color: rgb(24 24 27 / 0.7) !important;
}
.\!text-zinc-900\/75{
  color: rgb(24 24 27 / 0.75) !important;
}
.\!text-zinc-900\/80{
  color: rgb(24 24 27 / 0.8) !important;
}
.\!text-zinc-900\/85{
  color: rgb(24 24 27 / 0.85) !important;
}
.\!text-zinc-900\/90{
  color: rgb(24 24 27 / 0.9) !important;
}
.\!text-zinc-900\/95{
  color: rgb(24 24 27 / 0.95) !important;
}
.\!text-zinc-950{
  --tw-text-opacity: 1 !important;
  color: rgb(9 9 11 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-950\/0{
  color: rgb(9 9 11 / 0) !important;
}
.\!text-zinc-950\/10{
  color: rgb(9 9 11 / 0.1) !important;
}
.\!text-zinc-950\/100{
  color: rgb(9 9 11 / 1) !important;
}
.\!text-zinc-950\/15{
  color: rgb(9 9 11 / 0.15) !important;
}
.\!text-zinc-950\/20{
  color: rgb(9 9 11 / 0.2) !important;
}
.\!text-zinc-950\/25{
  color: rgb(9 9 11 / 0.25) !important;
}
.\!text-zinc-950\/30{
  color: rgb(9 9 11 / 0.3) !important;
}
.\!text-zinc-950\/35{
  color: rgb(9 9 11 / 0.35) !important;
}
.\!text-zinc-950\/40{
  color: rgb(9 9 11 / 0.4) !important;
}
.\!text-zinc-950\/45{
  color: rgb(9 9 11 / 0.45) !important;
}
.\!text-zinc-950\/5{
  color: rgb(9 9 11 / 0.05) !important;
}
.\!text-zinc-950\/50{
  color: rgb(9 9 11 / 0.5) !important;
}
.\!text-zinc-950\/55{
  color: rgb(9 9 11 / 0.55) !important;
}
.\!text-zinc-950\/60{
  color: rgb(9 9 11 / 0.6) !important;
}
.\!text-zinc-950\/65{
  color: rgb(9 9 11 / 0.65) !important;
}
.\!text-zinc-950\/70{
  color: rgb(9 9 11 / 0.7) !important;
}
.\!text-zinc-950\/75{
  color: rgb(9 9 11 / 0.75) !important;
}
.\!text-zinc-950\/80{
  color: rgb(9 9 11 / 0.8) !important;
}
.\!text-zinc-950\/85{
  color: rgb(9 9 11 / 0.85) !important;
}
.\!text-zinc-950\/90{
  color: rgb(9 9 11 / 0.9) !important;
}
.\!text-zinc-950\/95{
  color: rgb(9 9 11 / 0.95) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-brand-primary{
  --tw-text-opacity: 1;
  color: rgb(221 54 60 / var(--tw-text-opacity));
}
.text-brand-secondary{
  --tw-text-opacity: 1;
  color: rgb(125 0 4 / var(--tw-text-opacity));
}
.text-error-500{
  --tw-text-opacity: 1;
  color: rgb(205 70 58 / var(--tw-text-opacity));
}
.text-error-600{
  --tw-text-opacity: 1;
  color: rgb(171 45 37 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(75 165 71 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-info-600{
  --tw-text-opacity: 1;
  color: rgb(109 63 193 / var(--tw-text-opacity));
}
.text-negative-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-negative-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-neutral-0{
  --tw-text-opacity: 1;
  color: rgb(255 253 255 / var(--tw-text-opacity));
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(244 221 219 / var(--tw-text-opacity));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(160 140 139 / var(--tw-text-opacity));
}
.text-neutral-450{
  --tw-text-opacity: 1;
  color: rgb(133 115 114 / var(--tw-text-opacity));
}
.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(255 248 247 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(107 90 89 / var(--tw-text-opacity));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(95 79 77 / var(--tw-text-opacity));
}
.text-neutral-650{
  --tw-text-opacity: 1;
  color: rgb(83 67 66 / var(--tw-text-opacity));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(71 56 55 / var(--tw-text-opacity));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(37 25 24 / var(--tw-text-opacity));
}
.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(221 54 61 / var(--tw-text-opacity));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(186 25 40 / var(--tw-text-opacity));
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(104 0 14 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-secondary-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-success-500{
  --tw-text-opacity: 1;
  color: rgb(60 136 57 / var(--tw-text-opacity));
}
.text-success-600{
  --tw-text-opacity: 1;
  color: rgb(46 109 44 / var(--tw-text-opacity));
}
.text-tertiary-500{
  --tw-text-opacity: 1;
  color: rgb(38 108 255 / var(--tw-text-opacity));
}
.text-text-450{
  --tw-text-opacity: 1;
  color: rgb(133 115 114 / var(--tw-text-opacity));
}
.text-text-650{
  --tw-text-opacity: 1;
  color: rgb(83 67 66 / var(--tw-text-opacity));
}
.text-warning-500{
  --tw-text-opacity: 1;
  color: rgb(156 110 34 / var(--tw-text-opacity));
}
.text-warning-600{
  --tw-text-opacity: 1;
  color: rgb(124 87 27 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.\!text-opacity-0{
  --tw-text-opacity: 0 !important;
}
.\!text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}
.\!text-opacity-100{
  --tw-text-opacity: 1 !important;
}
.\!text-opacity-15{
  --tw-text-opacity: 0.15 !important;
}
.\!text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}
.\!text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}
.\!text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}
.\!text-opacity-35{
  --tw-text-opacity: 0.35 !important;
}
.\!text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}
.\!text-opacity-45{
  --tw-text-opacity: 0.45 !important;
}
.\!text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}
.\!text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}
.\!text-opacity-55{
  --tw-text-opacity: 0.55 !important;
}
.\!text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}
.\!text-opacity-65{
  --tw-text-opacity: 0.65 !important;
}
.\!text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}
.\!text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}
.\!text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}
.\!text-opacity-85{
  --tw-text-opacity: 0.85 !important;
}
.\!text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}
.\!text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-negative-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-negative-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.\!opacity-70{
  opacity: 0.7 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.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-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-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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.ring-0{
  --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(0px + 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-error-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(205 70 58 / var(--tw-ring-opacity)) !important;
}
.\!ring-neutral-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(160 140 139 / var(--tw-ring-opacity)) !important;
}
.\!ring-warning-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(156 110 34 / var(--tw-ring-opacity)) !important;
}
.ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-green-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 165 71 / var(--tw-ring-opacity));
}
.ring-neutral-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-primary-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 54 61 / var(--tw-ring-opacity));
}
.ring-secondary-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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-transform{
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.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-opacity{
  transition-property: opacity;
  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-300{
  transition-duration: 300ms !important;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.\!ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.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);
}
.scrollbar::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar{
  scrollbar-width: auto;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar::-webkit-scrollbar{
  display: block;
  width: var(--scrollbar-width, 16px);
  height: var(--scrollbar-height, 16px);
}
.scrollbar-thin::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar-thin::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar-thin::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar-thin::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar-thin::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar-thin::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar-thin::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar-thin::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar-thin{
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar-thin::-webkit-scrollbar{
  display: block;
  width: 8px;
  height: 8px;
}
.scrollbar-track-transparent{
  --scrollbar-track: transparent !important;
}
.scrollbar-thumb-neutral-400{
  --scrollbar-thumb: #a08c8b !important;
}
.\[appearance\:textfield\]{
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input:not([type='checkbox']):not([type='radio']), textarea, select{
  border-radius: 0.25rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 193 192 / var(--tw-border-opacity)) !important;
  font-family: Arial !important;
  font-size: 0.875rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(160 140 139 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

input:not([type='checkbox']):not([type='radio'])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(216 193 192 / var(--tw-text-opacity)) !important;
}

input:not([type='checkbox']):not([type='radio'])::placeholder, textarea::placeholder, select::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(216 193 192 / var(--tw-text-opacity)) !important;
}

input:not([type='checkbox']):not([type='radio']):focus, textarea:focus, select:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 193 192 / var(--tw-border-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

input:not([type='checkbox']):not([type='radio']):is(.dark *), textarea:is(.dark *), select:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 90 89 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 25 24 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}

input:not([type='checkbox']):not([type='radio']):is(.dark *)::-moz-placeholder, textarea:is(.dark *)::-moz-placeholder, select:is(.dark *)::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(216 193 192 / var(--tw-text-opacity)) !important;
}

input:not([type='checkbox']):not([type='radio']):is(.dark *)::placeholder, textarea:is(.dark *)::placeholder, select:is(.dark *)::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(216 193 192 / var(--tw-text-opacity)) !important;
}

select {
    background-image: url('data:image/svg+xml;base64,PHN2ZwogICAgc3R5bGU9IndpZHRoOiAxNnB4OyBoZWlnaHQ6IDE2cHg7IGNvbG9yOiAjNDczODM3IgogICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICAgZmlsbD0ibm9uZSIKICAgIHZpZXdCb3g9IjAgMCAyNCAyNCIKICAgIHN0cm9rZS13aWR0aD0iMS41IgogICAgc3Ryb2tlPSJjdXJyZW50Q29sb3IiCj4KICAgIDxwYXRoCiAgICAgICAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogICAgICAgIHN0cm9rZS1saW5lam9pbj0icm91bmQiCiAgICAgICAgZD0ibTE5LjUgOC4yNS03LjUgNy41LTcuNS03LjUiCiAgICAvPgo8L3N2Zz4KICA=');
    background-size: 1rem;
}

.dark select {
    background-image: url('data:image/svg+xml;base64,PHN2ZwogICAgc3R5bGU9IndpZHRoOiAxNnB4OyBoZWlnaHQ6IDE2cHg7IGNvbG9yOiAjZmZmZGZmIgogICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICAgZmlsbD0ibm9uZSIKICAgIHZpZXdCb3g9IjAgMCAyNCAyNCIKICAgIHN0cm9rZS13aWR0aD0iMS41IgogICAgc3Ryb2tlPSJjdXJyZW50Q29sb3IiCj4KICAgIDxwYXRoCiAgICAgICAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogICAgICAgIHN0cm9rZS1saW5lam9pbj0icm91bmQiCiAgICAgICAgZD0ibTE5LjUgOC4yNS03LjUgNy41LTcuNS03LjUiCiAgICAvPgo8L3N2Zz4KICA=');
}

.dark input[type="date"] {
    color-scheme: dark;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('data:image/svg+xml;base64,PHN2ZwogIHN0eWxlPSJoZWlnaHQ6IDIwcHg7d2lkdGg6MjBweDsgY29sb3I6ICM0NzM4MzciCiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik02Ljc1IDN2Mi4yNU0xNy4yNSAzdjIuMjVNMyAxOC43NVY3LjVhMi4yNSAyLjI1IDAgMCAxIDIuMjUtMi4yNWgxMy41QTIuMjUgMi4yNSAwIDAgMSAyMSA3LjV2MTEuMjVtLTE4IDBBMi4yNSAyLjI1IDAgMCAwIDUuMjUgMjFoMTMuNUEyLjI1IDIuMjUgMCAwIDAgMjEgMTguNzVtLTE4IDB2LTcuNUEyLjI1IDIuMjUgMCAwIDEgNS4yNSA5aDEzLjVBMi4yNSAyLjI1IDAgMCAxIDIxIDExLjI1djcuNSIgLz4KPC9zdmc+Cg==');
}

.dark input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;base64,PHN2ZwogIHN0eWxlPSJoZWlnaHQ6IDIwcHg7d2lkdGg6MjBweDsgY29sb3I6ICNmZmZkZmYiCiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik02Ljc1IDN2Mi4yNU0xNy4yNSAzdjIuMjVNMyAxOC43NVY3LjVhMi4yNSAyLjI1IDAgMCAxIDIuMjUtMi4yNWgxMy41QTIuMjUgMi4yNSAwIDAgMSAyMSA3LjV2MTEuMjVtLTE4IDBBMi4yNSAyLjI1IDAgMCAwIDUuMjUgMjFoMTMuNUEyLjI1IDIuMjUgMCAwIDAgMjEgMTguNzVtLTE4IDB2LTcuNUEyLjI1IDIuMjUgMCAwIDEgNS4yNSA5aDEzLjVBMi4yNSAyLjI1IDAgMCAxIDIxIDExLjI1djcuNSIgLz4KPC9zdmc+Cg==');
}

.select-xs{
  height: 30px !important;
  width: 204px !important;
}

.select-sm{
  height: 34px !important;
  width: 236px !important;
}

.select-md{
  height: 36px !important;
  width: 245px !important;
}

.select-lg{
  height: 40px !important;
  width: 268px !important;
}

.select-xl{
  height: 48px !important;
  width: 278px !important;
}

.select-error{
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.select-error::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity)) !important;
}

.select-error::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity)) !important;
}

.select-error:is(.dark *)::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity)) !important;
}

.select-error:is(.dark *)::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity)) !important;
}

.w-fill {
    width: -webkit-fill-available;
}

.tab-badge{
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(160 140 139 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.tab-badge:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 90 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}

.tab-badge:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(216 193 192 / var(--tw-text-opacity)) !important;
}

.tab-badge:is(.dark *):hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(59 45 44 / var(--tw-text-opacity)) !important;
}

.tab-badge-selected{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 67 66 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}

.tab-badge-selected:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity)) !important;
}

.tab-badge-selected:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 166 165 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(83 67 66 / var(--tw-text-opacity)) !important;
}

.tab-badge-selected:is(.dark *):hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 115 114 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(37 25 24 / var(--tw-text-opacity)) !important;
}

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

[x-cloak] { display: none !important; }

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:start-5::after{
  content: var(--tw-content);
  inset-inline-start: 1.25rem;
}

.after\:top-8::after{
  content: var(--tw-content);
  top: 2rem;
}

.after\:w-px::after{
  content: var(--tw-content);
  width: 1px;
}

.after\:-translate-x-\[0\.5px\]::after{
  content: var(--tw-content);
  --tw-translate-x: -0.5px;
  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));
}

.after\:bg-neutral-200::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 221 219 / var(--tw-bg-opacity));
}

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

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

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:after\:hidden:last-child::after{
  content: var(--tw-content);
  display: none;
}

.group:hover .group-hover\:\!bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 247 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity));
}

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

.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-pointer:hover{
  cursor: pointer;
}

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

.hover\:border-neutral-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(216 193 192 / var(--tw-border-opacity));
}

.hover\:border-neutral-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 90 89 / var(--tw-border-opacity));
}

.hover\:border-primary-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 218 215 / var(--tw-border-opacity));
}

.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(221 54 61 / var(--tw-border-opacity));
}

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

.hover\:\!bg-green-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-neutral-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 56 55 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-orange-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-primary-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 25 40 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-purple-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-red-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-green-600\/5:hover{
  background-color: rgb(22 163 74 / 0.05);
}

.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 221 219 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 90 89 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity));
}

.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(186 25 40 / var(--tw-bg-opacity));
}

.hover\:bg-primary-600\/5:hover{
  background-color: rgb(186 25 40 / 0.05);
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

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

.hover\:bg-secondary-600\/5:hover{
  background-color: rgb(75 85 99 / 0.05);
}

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

.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-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

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

.hover\:text-neutral-400:hover{
  --tw-text-opacity: 1;
  color: rgb(160 140 139 / var(--tw-text-opacity));
}

.hover\:text-neutral-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 90 89 / var(--tw-text-opacity));
}

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(186 25 40 / var(--tw-text-opacity));
}

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

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

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

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

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

.hover\:\!opacity-25:hover{
  opacity: 0.25 !important;
}

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

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.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-sm:hover{
  --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);
}

.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\:ring-green-600:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
}

.hover\:ring-primary-600:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 25 40 / var(--tw-ring-opacity));
}

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

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

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

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

.focus\:\!outline-0:focus{
  outline-width: 0px !important;
}

.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-0: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(0px + 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-error-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(171 45 37 / var(--tw-ring-opacity));
}

.focus\:ring-info-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 63 193 / var(--tw-ring-opacity));
}

.focus\:ring-primary-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 25 40 / var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

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

.focus\:ring-success-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 109 44 / var(--tw-ring-opacity));
}

.focus\:ring-warning-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 87 27 / var(--tw-ring-opacity));
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus-visible\:\!outline-0:focus-visible{
  outline-width: 0px !important;
}

.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}

.focus-visible\:\!outline-primary-650:focus-visible{
  outline-color: #a8051e !important;
}

.focus-visible\:outline-primary-650:focus-visible{
  outline-color: #a8051e;
}

.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\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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));
}

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

.disabled\:cursor-no-drop:disabled{
  cursor: no-drop;
}

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

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

.disabled\:opacity-70:disabled{
  opacity: 0.7;
}

.hover\:disabled\:\!border-transparent:disabled:hover{
  border-color: transparent !important;
}

.hover\:disabled\:\!text-neutral-400:disabled:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(160 140 139 / var(--tw-text-opacity)) !important;
}

.disabled\:hover\:\!opacity-25:hover:disabled{
  opacity: 0.25 !important;
}

.dark\:border:is(.dark *){
  border-width: 1px;
}

.dark\:\!border-neutral-0:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 253 255 / var(--tw-border-opacity)) !important;
}

.dark\:\!border-neutral-600:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(95 79 77 / var(--tw-border-opacity)) !important;
}

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

.dark\:border-neutral-0:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(255 253 255 / var(--tw-border-opacity));
}

.dark\:border-neutral-50:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(255 248 247 / var(--tw-border-opacity));
}

.dark\:border-neutral-500:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(107 90 89 / var(--tw-border-opacity));
}

.dark\:border-neutral-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(95 79 77 / var(--tw-border-opacity));
}

.dark\:border-neutral-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(71 56 55 / var(--tw-border-opacity));
}

.dark\:border-neutral-800:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(37 25 24 / var(--tw-border-opacity));
}

.dark\:border-neutral-900:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.dark\:border-red-800\/50:is(.dark *){
  border-color: rgb(153 27 27 / 0.5);
}

.dark\:\!border-t-neutral-50:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 248 247 / var(--tw-border-opacity)) !important;
}

.dark\:border-t-neutral-50:is(.dark *){
  --tw-border-opacity: 1;
  border-top-color: rgb(255 248 247 / var(--tw-border-opacity));
}

.dark\:\!bg-green-500:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 165 71 / var(--tw-bg-opacity)) !important;
}

.dark\:\!bg-neutral-300:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 193 192 / var(--tw-bg-opacity)) !important;
}

.dark\:\!bg-neutral-700:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 56 55 / var(--tw-bg-opacity)) !important;
}

.dark\:\!bg-neutral-800:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 25 24 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-gray-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 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-neutral-0:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 255 / var(--tw-bg-opacity));
}

.dark\:bg-neutral-200:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(244 221 219 / var(--tw-bg-opacity));
}

.dark\:bg-neutral-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity));
}

.dark\:bg-neutral-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 56 55 / var(--tw-bg-opacity));
}

.dark\:bg-neutral-750:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(59 45 44 / var(--tw-bg-opacity));
}

.dark\:bg-neutral-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(37 25 24 / var(--tw-bg-opacity));
}

.dark\:bg-neutral-800\/50:is(.dark *){
  background-color: rgb(37 25 24 / 0.5);
}

.dark\:bg-neutral-800\/80:is(.dark *){
  background-color: rgb(37 25 24 / 0.8);
}

.dark\:bg-neutral-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.dark\:bg-primary-900\/20:is(.dark *){
  background-color: rgb(65 0 5 / 0.2);
}

.dark\:bg-red-900\/30:is(.dark *){
  background-color: rgb(127 29 29 / 0.3);
}

.dark\:bg-yellow-500:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.dark\:bg-yellow-900\/30:is(.dark *){
  background-color: rgb(113 63 18 / 0.3);
}

.dark\:\!text-green-500:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(75 165 71 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-neutral-0:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-neutral-50:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 248 247 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-neutral-800:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(37 25 24 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-primary-500:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(221 54 61 / var(--tw-text-opacity)) !important;
}

.dark\:text-gray-100:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 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-negative-600:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

.dark\:text-neutral-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 221 219 / var(--tw-text-opacity));
}

.dark\:text-neutral-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(216 193 192 / var(--tw-text-opacity));
}

.dark\:text-neutral-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(160 140 139 / var(--tw-text-opacity));
}

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

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

.dark\:text-primary-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(221 54 61 / var(--tw-text-opacity));
}

.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

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

.dark\:text-yellow-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.dark\:placeholder-negative-500:is(.dark *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity));
}

.dark\:placeholder-negative-500:is(.dark *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity));
}

.dark\:ring-1:is(.dark *){
  --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);
}

.dark\:\!ring-neutral-0:is(.dark *){
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 253 255 / var(--tw-ring-opacity)) !important;
}

.dark\:ring-neutral-0:is(.dark *){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 253 255 / var(--tw-ring-opacity));
}

.after\:dark\:bg-neutral-600:is(.dark *)::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity));
}

.dark\:last\:border-neutral-500:last-child:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(107 90 89 / var(--tw-border-opacity));
}

.group:hover .dark\:group-hover\:bg-neutral-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity));
}

.group:hover .dark\:group-hover\:bg-neutral-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:dark\:\!bg-green-500:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 165 71 / var(--tw-bg-opacity)) !important;
}

.dark\:hover\:border-neutral-0:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(255 253 255 / var(--tw-border-opacity));
}

.dark\:hover\:border-neutral-500:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(107 90 89 / var(--tw-border-opacity));
}

.dark\:hover\:border-primary-600:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(186 25 40 / var(--tw-border-opacity));
}

.dark\:hover\:border-red-700:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.dark\:hover\:bg-neutral-400:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(160 140 139 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-neutral-500:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(107 90 89 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-neutral-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(95 79 77 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-red-950\/30:hover:is(.dark *){
  background-color: rgb(69 10 10 / 0.3);
}

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

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

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

.dark\:hover\:text-red-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.dark\:focus\:border-blue-700:focus:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.dark\:focus\:border-blue-800:focus:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

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

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

.dark\:disabled\:\!text-neutral-400:disabled:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(160 140 139 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px){

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

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:min-w-\[250px\]{
    min-width: 250px;
  }

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

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

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, 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-end{
    align-items: flex-end;
  }

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

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

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

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

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

@media (min-width: 768px){

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

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

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

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

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:text-right{
    text-align: right;
  }
}

@media (min-width: 1024px){

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

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

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

  .lg\:min-w-\[315px\]{
    min-width: 315px;
  }

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

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

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

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

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

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

@media (min-width: 1280px){

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

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

@media (min-width: 1536px){

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

  .\32xl\:max-h-\[52vh\]{
    max-height: 52vh;
  }
}

.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
  flex-direction: row-reverse;
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track) !important;
  border-radius: var(--scrollbar-track-radius) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track)) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track))) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb) !important;
  border-radius: var(--scrollbar-thumb-radius) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb)) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb))) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner) !important;
  border-radius: var(--scrollbar-corner-radius) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner)) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner))) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar{
  scrollbar-width: thin !important;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial) !important;
}

.\[\&\>\.CodeMirror\>\.CodeMirror-vscrollbar\]\:\!scrollbar-thin>.CodeMirror>.CodeMirror-vscrollbar::-webkit-scrollbar{
  display: block !important;
  width: 8px !important;
  height: 8px !important;
}

.\[\&\>\.tiptap\]\:\!h-32>.tiptap{
  height: 8rem !important;
}

.\[\&\>\.tiptap\]\:h-96>.tiptap{
  height: 24rem;
}

.\[\&\>\.tiptap\]\:overflow-y-auto>.tiptap{
  overflow-y: auto;
}

.\[\&\>\.tiptap\]\:rounded-lg>.tiptap{
  border-radius: 0.25rem;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track) !important;
  border-radius: var(--scrollbar-track-radius) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track)) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track))) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb) !important;
  border-radius: var(--scrollbar-thumb-radius) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb)) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb))) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner) !important;
  border-radius: var(--scrollbar-corner-radius) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner)) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner))) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap{
  scrollbar-width: thin !important;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial) !important;
}

.\[\&\>\.tiptap\]\:\!scrollbar-thin>.tiptap::-webkit-scrollbar{
  display: block !important;
  width: 8px !important;
  height: 8px !important;
}

.\[\&\>button\]\:dark\:\!text-neutral-0:is(.dark *)>button{
  --tw-text-opacity: 1 !important;
  color: rgb(255 253 255 / var(--tw-text-opacity)) !important;
}

.\[\&\>button\]\:dark\:\!ring-neutral-0:is(.dark *)>button{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 253 255 / var(--tw-ring-opacity)) !important;
}

.\[\&\>div\>div\]\:\!w-full>div>div{
  width: 100% !important;
}

.\[\&\>div\]\:\!w-full>div{
  width: 100% !important;
}

.\[\&\>div\]\:w-full>div{
  width: 100%;
}

.\[\&\>div\]\:\!items-center>div{
  align-items: center !important;
}

.\[\&\>div\]\:items-center>div{
  align-items: center;
}

.\[\&\>div\]\:\!gap-1>div{
  gap: 0.25rem !important;
}

.\[\&\>div\]\:gap-6>div{
  gap: 1.5rem;
}

.\[\&\>label\]\:dark\:text-neutral-700:is(.dark *)>label{
  --tw-text-opacity: 1;
  color: rgb(71 56 55 / var(--tw-text-opacity));
}

.\[\&\>td\]\:align-top>td{
  vertical-align: top;
}

.\[\&_\.custom-select-value\]\:truncate .custom-select-value{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*# sourceMappingURL=app.css.map*/