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

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

/*
! tailwindcss v3.4.17 | 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, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  margin: auto;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 600;
}

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

.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-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

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

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

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

.order-last {
  order: 9999;
}

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

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

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-8 {
  margin: 2rem;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !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-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[36px\] {
  height: 36px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-headerlg {
  height: 302px;
}

.h-headersm {
  height: 64px;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

.min-h-screen {
  min-height: 100vh;
}

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

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

.flex-shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.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));
}

.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-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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

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

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

.grid-cols-11 {
  grid-template-columns: repeat(11, 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));
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-content-end {
  place-content: end;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

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

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

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

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

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

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

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

.justify-items-center {
  justify-items: center;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-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));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-b-2 {
  border-bottom-width: 2px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

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

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

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

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

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

.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !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, 1)) !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, 1)) !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, 1)) !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-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !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, 1)) !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, 1)) !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, 1)) !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, 1)) !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-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !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, 1)) !important;
}

.\!bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}

.\!bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}

.\!bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}

.\!bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15) !important;
}

.\!bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}

.\!bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}

.\!bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}

.\!bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35) !important;
}

.\!bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}

.\!bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45) !important;
}

.\!bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}

.\!bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}

.\!bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55) !important;
}

.\!bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}

.\!bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65) !important;
}

.\!bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}

.\!bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}

.\!bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}

.\!bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85) !important;
}

.\!bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}

.\!bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}

.\!bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1)) !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, 1)) !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-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}

.\!bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}

.\!bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}

.\!bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15) !important;
}

.\!bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}

.\!bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}

.\!bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}

.\!bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35) !important;
}

.\!bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}

.\!bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45) !important;
}

.\!bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}

.\!bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}

.\!bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55) !important;
}

.\!bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}

.\!bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65) !important;
}

.\!bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}

.\!bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}

.\!bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}

.\!bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85) !important;
}

.\!bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}

.\!bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}

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

.\!bg-red-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, 1)) !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, 1)) !important;
}

.\!bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}

.\!bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}

.\!bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}

.\!bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15) !important;
}

.\!bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}

.\!bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}

.\!bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}

.\!bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35) !important;
}

.\!bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}

.\!bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45) !important;
}

.\!bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}

.\!bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}

.\!bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55) !important;
}

.\!bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}

.\!bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65) !important;
}

.\!bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}

.\!bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}

.\!bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}

.\!bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85) !important;
}

.\!bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}

.\!bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}

.\!bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1)) !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-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-clubzap-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(39 230 252 / var(--tw-bg-opacity, 1));
}

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

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}

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

.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}

.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}

.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}

.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}

.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}

.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}

.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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-transparent {
  background-color: transparent;
}

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

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

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

.\!fill-gray-100 {
  fill: #f3f4f6 !important;
}

.\!fill-gray-100\/0 {
  fill: rgb(243 244 246 / 0) !important;
}

.\!fill-gray-100\/10 {
  fill: rgb(243 244 246 / 0.1) !important;
}

.\!fill-gray-100\/100 {
  fill: rgb(243 244 246 / 1) !important;
}

.\!fill-gray-100\/15 {
  fill: rgb(243 244 246 / 0.15) !important;
}

.\!fill-gray-100\/20 {
  fill: rgb(243 244 246 / 0.2) !important;
}

.\!fill-gray-100\/25 {
  fill: rgb(243 244 246 / 0.25) !important;
}

.\!fill-gray-100\/30 {
  fill: rgb(243 244 246 / 0.3) !important;
}

.\!fill-gray-100\/35 {
  fill: rgb(243 244 246 / 0.35) !important;
}

.\!fill-gray-100\/40 {
  fill: rgb(243 244 246 / 0.4) !important;
}

.\!fill-gray-100\/45 {
  fill: rgb(243 244 246 / 0.45) !important;
}

.\!fill-gray-100\/5 {
  fill: rgb(243 244 246 / 0.05) !important;
}

.\!fill-gray-100\/50 {
  fill: rgb(243 244 246 / 0.5) !important;
}

.\!fill-gray-100\/55 {
  fill: rgb(243 244 246 / 0.55) !important;
}

.\!fill-gray-100\/60 {
  fill: rgb(243 244 246 / 0.6) !important;
}

.\!fill-gray-100\/65 {
  fill: rgb(243 244 246 / 0.65) !important;
}

.\!fill-gray-100\/70 {
  fill: rgb(243 244 246 / 0.7) !important;
}

.\!fill-gray-100\/75 {
  fill: rgb(243 244 246 / 0.75) !important;
}

.\!fill-gray-100\/80 {
  fill: rgb(243 244 246 / 0.8) !important;
}

.\!fill-gray-100\/85 {
  fill: rgb(243 244 246 / 0.85) !important;
}

.\!fill-gray-100\/90 {
  fill: rgb(243 244 246 / 0.9) !important;
}

.\!fill-gray-100\/95 {
  fill: rgb(243 244 246 / 0.95) !important;
}

.\!fill-gray-200 {
  fill: #e5e7eb !important;
}

.\!fill-gray-200\/0 {
  fill: rgb(229 231 235 / 0) !important;
}

.\!fill-gray-200\/10 {
  fill: rgb(229 231 235 / 0.1) !important;
}

.\!fill-gray-200\/100 {
  fill: rgb(229 231 235 / 1) !important;
}

.\!fill-gray-200\/15 {
  fill: rgb(229 231 235 / 0.15) !important;
}

.\!fill-gray-200\/20 {
  fill: rgb(229 231 235 / 0.2) !important;
}

.\!fill-gray-200\/25 {
  fill: rgb(229 231 235 / 0.25) !important;
}

.\!fill-gray-200\/30 {
  fill: rgb(229 231 235 / 0.3) !important;
}

.\!fill-gray-200\/35 {
  fill: rgb(229 231 235 / 0.35) !important;
}

.\!fill-gray-200\/40 {
  fill: rgb(229 231 235 / 0.4) !important;
}

.\!fill-gray-200\/45 {
  fill: rgb(229 231 235 / 0.45) !important;
}

.\!fill-gray-200\/5 {
  fill: rgb(229 231 235 / 0.05) !important;
}

.\!fill-gray-200\/50 {
  fill: rgb(229 231 235 / 0.5) !important;
}

.\!fill-gray-200\/55 {
  fill: rgb(229 231 235 / 0.55) !important;
}

.\!fill-gray-200\/60 {
  fill: rgb(229 231 235 / 0.6) !important;
}

.\!fill-gray-200\/65 {
  fill: rgb(229 231 235 / 0.65) !important;
}

.\!fill-gray-200\/70 {
  fill: rgb(229 231 235 / 0.7) !important;
}

.\!fill-gray-200\/75 {
  fill: rgb(229 231 235 / 0.75) !important;
}

.\!fill-gray-200\/80 {
  fill: rgb(229 231 235 / 0.8) !important;
}

.\!fill-gray-200\/85 {
  fill: rgb(229 231 235 / 0.85) !important;
}

.\!fill-gray-200\/90 {
  fill: rgb(229 231 235 / 0.9) !important;
}

.\!fill-gray-200\/95 {
  fill: rgb(229 231 235 / 0.95) !important;
}

.\!fill-gray-300 {
  fill: #d1d5db !important;
}

.\!fill-gray-300\/0 {
  fill: rgb(209 213 219 / 0) !important;
}

.\!fill-gray-300\/10 {
  fill: rgb(209 213 219 / 0.1) !important;
}

.\!fill-gray-300\/100 {
  fill: rgb(209 213 219 / 1) !important;
}

.\!fill-gray-300\/15 {
  fill: rgb(209 213 219 / 0.15) !important;
}

.\!fill-gray-300\/20 {
  fill: rgb(209 213 219 / 0.2) !important;
}

.\!fill-gray-300\/25 {
  fill: rgb(209 213 219 / 0.25) !important;
}

.\!fill-gray-300\/30 {
  fill: rgb(209 213 219 / 0.3) !important;
}

.\!fill-gray-300\/35 {
  fill: rgb(209 213 219 / 0.35) !important;
}

.\!fill-gray-300\/40 {
  fill: rgb(209 213 219 / 0.4) !important;
}

.\!fill-gray-300\/45 {
  fill: rgb(209 213 219 / 0.45) !important;
}

.\!fill-gray-300\/5 {
  fill: rgb(209 213 219 / 0.05) !important;
}

.\!fill-gray-300\/50 {
  fill: rgb(209 213 219 / 0.5) !important;
}

.\!fill-gray-300\/55 {
  fill: rgb(209 213 219 / 0.55) !important;
}

.\!fill-gray-300\/60 {
  fill: rgb(209 213 219 / 0.6) !important;
}

.\!fill-gray-300\/65 {
  fill: rgb(209 213 219 / 0.65) !important;
}

.\!fill-gray-300\/70 {
  fill: rgb(209 213 219 / 0.7) !important;
}

.\!fill-gray-300\/75 {
  fill: rgb(209 213 219 / 0.75) !important;
}

.\!fill-gray-300\/80 {
  fill: rgb(209 213 219 / 0.8) !important;
}

.\!fill-gray-300\/85 {
  fill: rgb(209 213 219 / 0.85) !important;
}

.\!fill-gray-300\/90 {
  fill: rgb(209 213 219 / 0.9) !important;
}

.\!fill-gray-300\/95 {
  fill: rgb(209 213 219 / 0.95) !important;
}

.\!fill-gray-400 {
  fill: #9ca3af !important;
}

.\!fill-gray-400\/0 {
  fill: rgb(156 163 175 / 0) !important;
}

.\!fill-gray-400\/10 {
  fill: rgb(156 163 175 / 0.1) !important;
}

.\!fill-gray-400\/100 {
  fill: rgb(156 163 175 / 1) !important;
}

.\!fill-gray-400\/15 {
  fill: rgb(156 163 175 / 0.15) !important;
}

.\!fill-gray-400\/20 {
  fill: rgb(156 163 175 / 0.2) !important;
}

.\!fill-gray-400\/25 {
  fill: rgb(156 163 175 / 0.25) !important;
}

.\!fill-gray-400\/30 {
  fill: rgb(156 163 175 / 0.3) !important;
}

.\!fill-gray-400\/35 {
  fill: rgb(156 163 175 / 0.35) !important;
}

.\!fill-gray-400\/40 {
  fill: rgb(156 163 175 / 0.4) !important;
}

.\!fill-gray-400\/45 {
  fill: rgb(156 163 175 / 0.45) !important;
}

.\!fill-gray-400\/5 {
  fill: rgb(156 163 175 / 0.05) !important;
}

.\!fill-gray-400\/50 {
  fill: rgb(156 163 175 / 0.5) !important;
}

.\!fill-gray-400\/55 {
  fill: rgb(156 163 175 / 0.55) !important;
}

.\!fill-gray-400\/60 {
  fill: rgb(156 163 175 / 0.6) !important;
}

.\!fill-gray-400\/65 {
  fill: rgb(156 163 175 / 0.65) !important;
}

.\!fill-gray-400\/70 {
  fill: rgb(156 163 175 / 0.7) !important;
}

.\!fill-gray-400\/75 {
  fill: rgb(156 163 175 / 0.75) !important;
}

.\!fill-gray-400\/80 {
  fill: rgb(156 163 175 / 0.8) !important;
}

.\!fill-gray-400\/85 {
  fill: rgb(156 163 175 / 0.85) !important;
}

.\!fill-gray-400\/90 {
  fill: rgb(156 163 175 / 0.9) !important;
}

.\!fill-gray-400\/95 {
  fill: rgb(156 163 175 / 0.95) !important;
}

.\!fill-gray-500 {
  fill: #6b7280 !important;
}

.\!fill-gray-500\/0 {
  fill: rgb(107 114 128 / 0) !important;
}

.\!fill-gray-500\/10 {
  fill: rgb(107 114 128 / 0.1) !important;
}

.\!fill-gray-500\/100 {
  fill: rgb(107 114 128 / 1) !important;
}

.\!fill-gray-500\/15 {
  fill: rgb(107 114 128 / 0.15) !important;
}

.\!fill-gray-500\/20 {
  fill: rgb(107 114 128 / 0.2) !important;
}

.\!fill-gray-500\/25 {
  fill: rgb(107 114 128 / 0.25) !important;
}

.\!fill-gray-500\/30 {
  fill: rgb(107 114 128 / 0.3) !important;
}

.\!fill-gray-500\/35 {
  fill: rgb(107 114 128 / 0.35) !important;
}

.\!fill-gray-500\/40 {
  fill: rgb(107 114 128 / 0.4) !important;
}

.\!fill-gray-500\/45 {
  fill: rgb(107 114 128 / 0.45) !important;
}

.\!fill-gray-500\/5 {
  fill: rgb(107 114 128 / 0.05) !important;
}

.\!fill-gray-500\/50 {
  fill: rgb(107 114 128 / 0.5) !important;
}

.\!fill-gray-500\/55 {
  fill: rgb(107 114 128 / 0.55) !important;
}

.\!fill-gray-500\/60 {
  fill: rgb(107 114 128 / 0.6) !important;
}

.\!fill-gray-500\/65 {
  fill: rgb(107 114 128 / 0.65) !important;
}

.\!fill-gray-500\/70 {
  fill: rgb(107 114 128 / 0.7) !important;
}

.\!fill-gray-500\/75 {
  fill: rgb(107 114 128 / 0.75) !important;
}

.\!fill-gray-500\/80 {
  fill: rgb(107 114 128 / 0.8) !important;
}

.\!fill-gray-500\/85 {
  fill: rgb(107 114 128 / 0.85) !important;
}

.\!fill-gray-500\/90 {
  fill: rgb(107 114 128 / 0.9) !important;
}

.\!fill-gray-500\/95 {
  fill: rgb(107 114 128 / 0.95) !important;
}

.\!fill-gray-600 {
  fill: #4b5563 !important;
}

.\!fill-gray-600\/0 {
  fill: rgb(75 85 99 / 0) !important;
}

.\!fill-gray-600\/10 {
  fill: rgb(75 85 99 / 0.1) !important;
}

.\!fill-gray-600\/100 {
  fill: rgb(75 85 99 / 1) !important;
}

.\!fill-gray-600\/15 {
  fill: rgb(75 85 99 / 0.15) !important;
}

.\!fill-gray-600\/20 {
  fill: rgb(75 85 99 / 0.2) !important;
}

.\!fill-gray-600\/25 {
  fill: rgb(75 85 99 / 0.25) !important;
}

.\!fill-gray-600\/30 {
  fill: rgb(75 85 99 / 0.3) !important;
}

.\!fill-gray-600\/35 {
  fill: rgb(75 85 99 / 0.35) !important;
}

.\!fill-gray-600\/40 {
  fill: rgb(75 85 99 / 0.4) !important;
}

.\!fill-gray-600\/45 {
  fill: rgb(75 85 99 / 0.45) !important;
}

.\!fill-gray-600\/5 {
  fill: rgb(75 85 99 / 0.05) !important;
}

.\!fill-gray-600\/50 {
  fill: rgb(75 85 99 / 0.5) !important;
}

.\!fill-gray-600\/55 {
  fill: rgb(75 85 99 / 0.55) !important;
}

.\!fill-gray-600\/60 {
  fill: rgb(75 85 99 / 0.6) !important;
}

.\!fill-gray-600\/65 {
  fill: rgb(75 85 99 / 0.65) !important;
}

.\!fill-gray-600\/70 {
  fill: rgb(75 85 99 / 0.7) !important;
}

.\!fill-gray-600\/75 {
  fill: rgb(75 85 99 / 0.75) !important;
}

.\!fill-gray-600\/80 {
  fill: rgb(75 85 99 / 0.8) !important;
}

.\!fill-gray-600\/85 {
  fill: rgb(75 85 99 / 0.85) !important;
}

.\!fill-gray-600\/90 {
  fill: rgb(75 85 99 / 0.9) !important;
}

.\!fill-gray-600\/95 {
  fill: rgb(75 85 99 / 0.95) !important;
}

.\!fill-gray-700 {
  fill: #374151 !important;
}

.\!fill-gray-700\/0 {
  fill: rgb(55 65 81 / 0) !important;
}

.\!fill-gray-700\/10 {
  fill: rgb(55 65 81 / 0.1) !important;
}

.\!fill-gray-700\/100 {
  fill: rgb(55 65 81 / 1) !important;
}

.\!fill-gray-700\/15 {
  fill: rgb(55 65 81 / 0.15) !important;
}

.\!fill-gray-700\/20 {
  fill: rgb(55 65 81 / 0.2) !important;
}

.\!fill-gray-700\/25 {
  fill: rgb(55 65 81 / 0.25) !important;
}

.\!fill-gray-700\/30 {
  fill: rgb(55 65 81 / 0.3) !important;
}

.\!fill-gray-700\/35 {
  fill: rgb(55 65 81 / 0.35) !important;
}

.\!fill-gray-700\/40 {
  fill: rgb(55 65 81 / 0.4) !important;
}

.\!fill-gray-700\/45 {
  fill: rgb(55 65 81 / 0.45) !important;
}

.\!fill-gray-700\/5 {
  fill: rgb(55 65 81 / 0.05) !important;
}

.\!fill-gray-700\/50 {
  fill: rgb(55 65 81 / 0.5) !important;
}

.\!fill-gray-700\/55 {
  fill: rgb(55 65 81 / 0.55) !important;
}

.\!fill-gray-700\/60 {
  fill: rgb(55 65 81 / 0.6) !important;
}

.\!fill-gray-700\/65 {
  fill: rgb(55 65 81 / 0.65) !important;
}

.\!fill-gray-700\/70 {
  fill: rgb(55 65 81 / 0.7) !important;
}

.\!fill-gray-700\/75 {
  fill: rgb(55 65 81 / 0.75) !important;
}

.\!fill-gray-700\/80 {
  fill: rgb(55 65 81 / 0.8) !important;
}

.\!fill-gray-700\/85 {
  fill: rgb(55 65 81 / 0.85) !important;
}

.\!fill-gray-700\/90 {
  fill: rgb(55 65 81 / 0.9) !important;
}

.\!fill-gray-700\/95 {
  fill: rgb(55 65 81 / 0.95) !important;
}

.\!fill-gray-800 {
  fill: #1f2937 !important;
}

.\!fill-gray-800\/0 {
  fill: rgb(31 41 55 / 0) !important;
}

.\!fill-gray-800\/10 {
  fill: rgb(31 41 55 / 0.1) !important;
}

.\!fill-gray-800\/100 {
  fill: rgb(31 41 55 / 1) !important;
}

.\!fill-gray-800\/15 {
  fill: rgb(31 41 55 / 0.15) !important;
}

.\!fill-gray-800\/20 {
  fill: rgb(31 41 55 / 0.2) !important;
}

.\!fill-gray-800\/25 {
  fill: rgb(31 41 55 / 0.25) !important;
}

.\!fill-gray-800\/30 {
  fill: rgb(31 41 55 / 0.3) !important;
}

.\!fill-gray-800\/35 {
  fill: rgb(31 41 55 / 0.35) !important;
}

.\!fill-gray-800\/40 {
  fill: rgb(31 41 55 / 0.4) !important;
}

.\!fill-gray-800\/45 {
  fill: rgb(31 41 55 / 0.45) !important;
}

.\!fill-gray-800\/5 {
  fill: rgb(31 41 55 / 0.05) !important;
}

.\!fill-gray-800\/50 {
  fill: rgb(31 41 55 / 0.5) !important;
}

.\!fill-gray-800\/55 {
  fill: rgb(31 41 55 / 0.55) !important;
}

.\!fill-gray-800\/60 {
  fill: rgb(31 41 55 / 0.6) !important;
}

.\!fill-gray-800\/65 {
  fill: rgb(31 41 55 / 0.65) !important;
}

.\!fill-gray-800\/70 {
  fill: rgb(31 41 55 / 0.7) !important;
}

.\!fill-gray-800\/75 {
  fill: rgb(31 41 55 / 0.75) !important;
}

.\!fill-gray-800\/80 {
  fill: rgb(31 41 55 / 0.8) !important;
}

.\!fill-gray-800\/85 {
  fill: rgb(31 41 55 / 0.85) !important;
}

.\!fill-gray-800\/90 {
  fill: rgb(31 41 55 / 0.9) !important;
}

.\!fill-gray-800\/95 {
  fill: rgb(31 41 55 / 0.95) !important;
}

.\!fill-gray-900 {
  fill: #111827 !important;
}

.\!fill-gray-900\/0 {
  fill: rgb(17 24 39 / 0) !important;
}

.\!fill-gray-900\/10 {
  fill: rgb(17 24 39 / 0.1) !important;
}

.\!fill-gray-900\/100 {
  fill: rgb(17 24 39 / 1) !important;
}

.\!fill-gray-900\/15 {
  fill: rgb(17 24 39 / 0.15) !important;
}

.\!fill-gray-900\/20 {
  fill: rgb(17 24 39 / 0.2) !important;
}

.\!fill-gray-900\/25 {
  fill: rgb(17 24 39 / 0.25) !important;
}

.\!fill-gray-900\/30 {
  fill: rgb(17 24 39 / 0.3) !important;
}

.\!fill-gray-900\/35 {
  fill: rgb(17 24 39 / 0.35) !important;
}

.\!fill-gray-900\/40 {
  fill: rgb(17 24 39 / 0.4) !important;
}

.\!fill-gray-900\/45 {
  fill: rgb(17 24 39 / 0.45) !important;
}

.\!fill-gray-900\/5 {
  fill: rgb(17 24 39 / 0.05) !important;
}

.\!fill-gray-900\/50 {
  fill: rgb(17 24 39 / 0.5) !important;
}

.\!fill-gray-900\/55 {
  fill: rgb(17 24 39 / 0.55) !important;
}

.\!fill-gray-900\/60 {
  fill: rgb(17 24 39 / 0.6) !important;
}

.\!fill-gray-900\/65 {
  fill: rgb(17 24 39 / 0.65) !important;
}

.\!fill-gray-900\/70 {
  fill: rgb(17 24 39 / 0.7) !important;
}

.\!fill-gray-900\/75 {
  fill: rgb(17 24 39 / 0.75) !important;
}

.\!fill-gray-900\/80 {
  fill: rgb(17 24 39 / 0.8) !important;
}

.\!fill-gray-900\/85 {
  fill: rgb(17 24 39 / 0.85) !important;
}

.\!fill-gray-900\/90 {
  fill: rgb(17 24 39 / 0.9) !important;
}

.\!fill-gray-900\/95 {
  fill: rgb(17 24 39 / 0.95) !important;
}

.\!fill-red-100 {
  fill: #fee2e2 !important;
}

.\!fill-red-100\/0 {
  fill: rgb(254 226 226 / 0) !important;
}

.\!fill-red-100\/10 {
  fill: rgb(254 226 226 / 0.1) !important;
}

.\!fill-red-100\/100 {
  fill: rgb(254 226 226 / 1) !important;
}

.\!fill-red-100\/15 {
  fill: rgb(254 226 226 / 0.15) !important;
}

.\!fill-red-100\/20 {
  fill: rgb(254 226 226 / 0.2) !important;
}

.\!fill-red-100\/25 {
  fill: rgb(254 226 226 / 0.25) !important;
}

.\!fill-red-100\/30 {
  fill: rgb(254 226 226 / 0.3) !important;
}

.\!fill-red-100\/35 {
  fill: rgb(254 226 226 / 0.35) !important;
}

.\!fill-red-100\/40 {
  fill: rgb(254 226 226 / 0.4) !important;
}

.\!fill-red-100\/45 {
  fill: rgb(254 226 226 / 0.45) !important;
}

.\!fill-red-100\/5 {
  fill: rgb(254 226 226 / 0.05) !important;
}

.\!fill-red-100\/50 {
  fill: rgb(254 226 226 / 0.5) !important;
}

.\!fill-red-100\/55 {
  fill: rgb(254 226 226 / 0.55) !important;
}

.\!fill-red-100\/60 {
  fill: rgb(254 226 226 / 0.6) !important;
}

.\!fill-red-100\/65 {
  fill: rgb(254 226 226 / 0.65) !important;
}

.\!fill-red-100\/70 {
  fill: rgb(254 226 226 / 0.7) !important;
}

.\!fill-red-100\/75 {
  fill: rgb(254 226 226 / 0.75) !important;
}

.\!fill-red-100\/80 {
  fill: rgb(254 226 226 / 0.8) !important;
}

.\!fill-red-100\/85 {
  fill: rgb(254 226 226 / 0.85) !important;
}

.\!fill-red-100\/90 {
  fill: rgb(254 226 226 / 0.9) !important;
}

.\!fill-red-100\/95 {
  fill: rgb(254 226 226 / 0.95) !important;
}

.\!fill-red-200 {
  fill: #fecaca !important;
}

.\!fill-red-200\/0 {
  fill: rgb(254 202 202 / 0) !important;
}

.\!fill-red-200\/10 {
  fill: rgb(254 202 202 / 0.1) !important;
}

.\!fill-red-200\/100 {
  fill: rgb(254 202 202 / 1) !important;
}

.\!fill-red-200\/15 {
  fill: rgb(254 202 202 / 0.15) !important;
}

.\!fill-red-200\/20 {
  fill: rgb(254 202 202 / 0.2) !important;
}

.\!fill-red-200\/25 {
  fill: rgb(254 202 202 / 0.25) !important;
}

.\!fill-red-200\/30 {
  fill: rgb(254 202 202 / 0.3) !important;
}

.\!fill-red-200\/35 {
  fill: rgb(254 202 202 / 0.35) !important;
}

.\!fill-red-200\/40 {
  fill: rgb(254 202 202 / 0.4) !important;
}

.\!fill-red-200\/45 {
  fill: rgb(254 202 202 / 0.45) !important;
}

.\!fill-red-200\/5 {
  fill: rgb(254 202 202 / 0.05) !important;
}

.\!fill-red-200\/50 {
  fill: rgb(254 202 202 / 0.5) !important;
}

.\!fill-red-200\/55 {
  fill: rgb(254 202 202 / 0.55) !important;
}

.\!fill-red-200\/60 {
  fill: rgb(254 202 202 / 0.6) !important;
}

.\!fill-red-200\/65 {
  fill: rgb(254 202 202 / 0.65) !important;
}

.\!fill-red-200\/70 {
  fill: rgb(254 202 202 / 0.7) !important;
}

.\!fill-red-200\/75 {
  fill: rgb(254 202 202 / 0.75) !important;
}

.\!fill-red-200\/80 {
  fill: rgb(254 202 202 / 0.8) !important;
}

.\!fill-red-200\/85 {
  fill: rgb(254 202 202 / 0.85) !important;
}

.\!fill-red-200\/90 {
  fill: rgb(254 202 202 / 0.9) !important;
}

.\!fill-red-200\/95 {
  fill: rgb(254 202 202 / 0.95) !important;
}

.\!fill-red-300 {
  fill: #fca5a5 !important;
}

.\!fill-red-300\/0 {
  fill: rgb(252 165 165 / 0) !important;
}

.\!fill-red-300\/10 {
  fill: rgb(252 165 165 / 0.1) !important;
}

.\!fill-red-300\/100 {
  fill: rgb(252 165 165 / 1) !important;
}

.\!fill-red-300\/15 {
  fill: rgb(252 165 165 / 0.15) !important;
}

.\!fill-red-300\/20 {
  fill: rgb(252 165 165 / 0.2) !important;
}

.\!fill-red-300\/25 {
  fill: rgb(252 165 165 / 0.25) !important;
}

.\!fill-red-300\/30 {
  fill: rgb(252 165 165 / 0.3) !important;
}

.\!fill-red-300\/35 {
  fill: rgb(252 165 165 / 0.35) !important;
}

.\!fill-red-300\/40 {
  fill: rgb(252 165 165 / 0.4) !important;
}

.\!fill-red-300\/45 {
  fill: rgb(252 165 165 / 0.45) !important;
}

.\!fill-red-300\/5 {
  fill: rgb(252 165 165 / 0.05) !important;
}

.\!fill-red-300\/50 {
  fill: rgb(252 165 165 / 0.5) !important;
}

.\!fill-red-300\/55 {
  fill: rgb(252 165 165 / 0.55) !important;
}

.\!fill-red-300\/60 {
  fill: rgb(252 165 165 / 0.6) !important;
}

.\!fill-red-300\/65 {
  fill: rgb(252 165 165 / 0.65) !important;
}

.\!fill-red-300\/70 {
  fill: rgb(252 165 165 / 0.7) !important;
}

.\!fill-red-300\/75 {
  fill: rgb(252 165 165 / 0.75) !important;
}

.\!fill-red-300\/80 {
  fill: rgb(252 165 165 / 0.8) !important;
}

.\!fill-red-300\/85 {
  fill: rgb(252 165 165 / 0.85) !important;
}

.\!fill-red-300\/90 {
  fill: rgb(252 165 165 / 0.9) !important;
}

.\!fill-red-300\/95 {
  fill: rgb(252 165 165 / 0.95) !important;
}

.\!fill-red-400 {
  fill: #f87171 !important;
}

.\!fill-red-400\/0 {
  fill: rgb(248 113 113 / 0) !important;
}

.\!fill-red-400\/10 {
  fill: rgb(248 113 113 / 0.1) !important;
}

.\!fill-red-400\/100 {
  fill: rgb(248 113 113 / 1) !important;
}

.\!fill-red-400\/15 {
  fill: rgb(248 113 113 / 0.15) !important;
}

.\!fill-red-400\/20 {
  fill: rgb(248 113 113 / 0.2) !important;
}

.\!fill-red-400\/25 {
  fill: rgb(248 113 113 / 0.25) !important;
}

.\!fill-red-400\/30 {
  fill: rgb(248 113 113 / 0.3) !important;
}

.\!fill-red-400\/35 {
  fill: rgb(248 113 113 / 0.35) !important;
}

.\!fill-red-400\/40 {
  fill: rgb(248 113 113 / 0.4) !important;
}

.\!fill-red-400\/45 {
  fill: rgb(248 113 113 / 0.45) !important;
}

.\!fill-red-400\/5 {
  fill: rgb(248 113 113 / 0.05) !important;
}

.\!fill-red-400\/50 {
  fill: rgb(248 113 113 / 0.5) !important;
}

.\!fill-red-400\/55 {
  fill: rgb(248 113 113 / 0.55) !important;
}

.\!fill-red-400\/60 {
  fill: rgb(248 113 113 / 0.6) !important;
}

.\!fill-red-400\/65 {
  fill: rgb(248 113 113 / 0.65) !important;
}

.\!fill-red-400\/70 {
  fill: rgb(248 113 113 / 0.7) !important;
}

.\!fill-red-400\/75 {
  fill: rgb(248 113 113 / 0.75) !important;
}

.\!fill-red-400\/80 {
  fill: rgb(248 113 113 / 0.8) !important;
}

.\!fill-red-400\/85 {
  fill: rgb(248 113 113 / 0.85) !important;
}

.\!fill-red-400\/90 {
  fill: rgb(248 113 113 / 0.9) !important;
}

.\!fill-red-400\/95 {
  fill: rgb(248 113 113 / 0.95) !important;
}

.\!fill-red-500 {
  fill: #ef4444 !important;
}

.\!fill-red-500\/0 {
  fill: rgb(239 68 68 / 0) !important;
}

.\!fill-red-500\/10 {
  fill: rgb(239 68 68 / 0.1) !important;
}

.\!fill-red-500\/100 {
  fill: rgb(239 68 68 / 1) !important;
}

.\!fill-red-500\/15 {
  fill: rgb(239 68 68 / 0.15) !important;
}

.\!fill-red-500\/20 {
  fill: rgb(239 68 68 / 0.2) !important;
}

.\!fill-red-500\/25 {
  fill: rgb(239 68 68 / 0.25) !important;
}

.\!fill-red-500\/30 {
  fill: rgb(239 68 68 / 0.3) !important;
}

.\!fill-red-500\/35 {
  fill: rgb(239 68 68 / 0.35) !important;
}

.\!fill-red-500\/40 {
  fill: rgb(239 68 68 / 0.4) !important;
}

.\!fill-red-500\/45 {
  fill: rgb(239 68 68 / 0.45) !important;
}

.\!fill-red-500\/5 {
  fill: rgb(239 68 68 / 0.05) !important;
}

.\!fill-red-500\/50 {
  fill: rgb(239 68 68 / 0.5) !important;
}

.\!fill-red-500\/55 {
  fill: rgb(239 68 68 / 0.55) !important;
}

.\!fill-red-500\/60 {
  fill: rgb(239 68 68 / 0.6) !important;
}

.\!fill-red-500\/65 {
  fill: rgb(239 68 68 / 0.65) !important;
}

.\!fill-red-500\/70 {
  fill: rgb(239 68 68 / 0.7) !important;
}

.\!fill-red-500\/75 {
  fill: rgb(239 68 68 / 0.75) !important;
}

.\!fill-red-500\/80 {
  fill: rgb(239 68 68 / 0.8) !important;
}

.\!fill-red-500\/85 {
  fill: rgb(239 68 68 / 0.85) !important;
}

.\!fill-red-500\/90 {
  fill: rgb(239 68 68 / 0.9) !important;
}

.\!fill-red-500\/95 {
  fill: rgb(239 68 68 / 0.95) !important;
}

.\!fill-red-600 {
  fill: #dc2626 !important;
}

.\!fill-red-600\/0 {
  fill: rgb(220 38 38 / 0) !important;
}

.\!fill-red-600\/10 {
  fill: rgb(220 38 38 / 0.1) !important;
}

.\!fill-red-600\/100 {
  fill: rgb(220 38 38 / 1) !important;
}

.\!fill-red-600\/15 {
  fill: rgb(220 38 38 / 0.15) !important;
}

.\!fill-red-600\/20 {
  fill: rgb(220 38 38 / 0.2) !important;
}

.\!fill-red-600\/25 {
  fill: rgb(220 38 38 / 0.25) !important;
}

.\!fill-red-600\/30 {
  fill: rgb(220 38 38 / 0.3) !important;
}

.\!fill-red-600\/35 {
  fill: rgb(220 38 38 / 0.35) !important;
}

.\!fill-red-600\/40 {
  fill: rgb(220 38 38 / 0.4) !important;
}

.\!fill-red-600\/45 {
  fill: rgb(220 38 38 / 0.45) !important;
}

.\!fill-red-600\/5 {
  fill: rgb(220 38 38 / 0.05) !important;
}

.\!fill-red-600\/50 {
  fill: rgb(220 38 38 / 0.5) !important;
}

.\!fill-red-600\/55 {
  fill: rgb(220 38 38 / 0.55) !important;
}

.\!fill-red-600\/60 {
  fill: rgb(220 38 38 / 0.6) !important;
}

.\!fill-red-600\/65 {
  fill: rgb(220 38 38 / 0.65) !important;
}

.\!fill-red-600\/70 {
  fill: rgb(220 38 38 / 0.7) !important;
}

.\!fill-red-600\/75 {
  fill: rgb(220 38 38 / 0.75) !important;
}

.\!fill-red-600\/80 {
  fill: rgb(220 38 38 / 0.8) !important;
}

.\!fill-red-600\/85 {
  fill: rgb(220 38 38 / 0.85) !important;
}

.\!fill-red-600\/90 {
  fill: rgb(220 38 38 / 0.9) !important;
}

.\!fill-red-600\/95 {
  fill: rgb(220 38 38 / 0.95) !important;
}

.\!fill-red-700 {
  fill: #b91c1c !important;
}

.\!fill-red-700\/0 {
  fill: rgb(185 28 28 / 0) !important;
}

.\!fill-red-700\/10 {
  fill: rgb(185 28 28 / 0.1) !important;
}

.\!fill-red-700\/100 {
  fill: rgb(185 28 28 / 1) !important;
}

.\!fill-red-700\/15 {
  fill: rgb(185 28 28 / 0.15) !important;
}

.\!fill-red-700\/20 {
  fill: rgb(185 28 28 / 0.2) !important;
}

.\!fill-red-700\/25 {
  fill: rgb(185 28 28 / 0.25) !important;
}

.\!fill-red-700\/30 {
  fill: rgb(185 28 28 / 0.3) !important;
}

.\!fill-red-700\/35 {
  fill: rgb(185 28 28 / 0.35) !important;
}

.\!fill-red-700\/40 {
  fill: rgb(185 28 28 / 0.4) !important;
}

.\!fill-red-700\/45 {
  fill: rgb(185 28 28 / 0.45) !important;
}

.\!fill-red-700\/5 {
  fill: rgb(185 28 28 / 0.05) !important;
}

.\!fill-red-700\/50 {
  fill: rgb(185 28 28 / 0.5) !important;
}

.\!fill-red-700\/55 {
  fill: rgb(185 28 28 / 0.55) !important;
}

.\!fill-red-700\/60 {
  fill: rgb(185 28 28 / 0.6) !important;
}

.\!fill-red-700\/65 {
  fill: rgb(185 28 28 / 0.65) !important;
}

.\!fill-red-700\/70 {
  fill: rgb(185 28 28 / 0.7) !important;
}

.\!fill-red-700\/75 {
  fill: rgb(185 28 28 / 0.75) !important;
}

.\!fill-red-700\/80 {
  fill: rgb(185 28 28 / 0.8) !important;
}

.\!fill-red-700\/85 {
  fill: rgb(185 28 28 / 0.85) !important;
}

.\!fill-red-700\/90 {
  fill: rgb(185 28 28 / 0.9) !important;
}

.\!fill-red-700\/95 {
  fill: rgb(185 28 28 / 0.95) !important;
}

.\!fill-red-800 {
  fill: #991b1b !important;
}

.\!fill-red-800\/0 {
  fill: rgb(153 27 27 / 0) !important;
}

.\!fill-red-800\/10 {
  fill: rgb(153 27 27 / 0.1) !important;
}

.\!fill-red-800\/100 {
  fill: rgb(153 27 27 / 1) !important;
}

.\!fill-red-800\/15 {
  fill: rgb(153 27 27 / 0.15) !important;
}

.\!fill-red-800\/20 {
  fill: rgb(153 27 27 / 0.2) !important;
}

.\!fill-red-800\/25 {
  fill: rgb(153 27 27 / 0.25) !important;
}

.\!fill-red-800\/30 {
  fill: rgb(153 27 27 / 0.3) !important;
}

.\!fill-red-800\/35 {
  fill: rgb(153 27 27 / 0.35) !important;
}

.\!fill-red-800\/40 {
  fill: rgb(153 27 27 / 0.4) !important;
}

.\!fill-red-800\/45 {
  fill: rgb(153 27 27 / 0.45) !important;
}

.\!fill-red-800\/5 {
  fill: rgb(153 27 27 / 0.05) !important;
}

.\!fill-red-800\/50 {
  fill: rgb(153 27 27 / 0.5) !important;
}

.\!fill-red-800\/55 {
  fill: rgb(153 27 27 / 0.55) !important;
}

.\!fill-red-800\/60 {
  fill: rgb(153 27 27 / 0.6) !important;
}

.\!fill-red-800\/65 {
  fill: rgb(153 27 27 / 0.65) !important;
}

.\!fill-red-800\/70 {
  fill: rgb(153 27 27 / 0.7) !important;
}

.\!fill-red-800\/75 {
  fill: rgb(153 27 27 / 0.75) !important;
}

.\!fill-red-800\/80 {
  fill: rgb(153 27 27 / 0.8) !important;
}

.\!fill-red-800\/85 {
  fill: rgb(153 27 27 / 0.85) !important;
}

.\!fill-red-800\/90 {
  fill: rgb(153 27 27 / 0.9) !important;
}

.\!fill-red-800\/95 {
  fill: rgb(153 27 27 / 0.95) !important;
}

.\!fill-red-900 {
  fill: #7f1d1d !important;
}

.\!fill-red-900\/0 {
  fill: rgb(127 29 29 / 0) !important;
}

.\!fill-red-900\/10 {
  fill: rgb(127 29 29 / 0.1) !important;
}

.\!fill-red-900\/100 {
  fill: rgb(127 29 29 / 1) !important;
}

.\!fill-red-900\/15 {
  fill: rgb(127 29 29 / 0.15) !important;
}

.\!fill-red-900\/20 {
  fill: rgb(127 29 29 / 0.2) !important;
}

.\!fill-red-900\/25 {
  fill: rgb(127 29 29 / 0.25) !important;
}

.\!fill-red-900\/30 {
  fill: rgb(127 29 29 / 0.3) !important;
}

.\!fill-red-900\/35 {
  fill: rgb(127 29 29 / 0.35) !important;
}

.\!fill-red-900\/40 {
  fill: rgb(127 29 29 / 0.4) !important;
}

.\!fill-red-900\/45 {
  fill: rgb(127 29 29 / 0.45) !important;
}

.\!fill-red-900\/5 {
  fill: rgb(127 29 29 / 0.05) !important;
}

.\!fill-red-900\/50 {
  fill: rgb(127 29 29 / 0.5) !important;
}

.\!fill-red-900\/55 {
  fill: rgb(127 29 29 / 0.55) !important;
}

.\!fill-red-900\/60 {
  fill: rgb(127 29 29 / 0.6) !important;
}

.\!fill-red-900\/65 {
  fill: rgb(127 29 29 / 0.65) !important;
}

.\!fill-red-900\/70 {
  fill: rgb(127 29 29 / 0.7) !important;
}

.\!fill-red-900\/75 {
  fill: rgb(127 29 29 / 0.75) !important;
}

.\!fill-red-900\/80 {
  fill: rgb(127 29 29 / 0.8) !important;
}

.\!fill-red-900\/85 {
  fill: rgb(127 29 29 / 0.85) !important;
}

.\!fill-red-900\/90 {
  fill: rgb(127 29 29 / 0.9) !important;
}

.\!fill-red-900\/95 {
  fill: rgb(127 29 29 / 0.95) !important;
}

.fill-gray-100 {
  fill: #f3f4f6;
}

.fill-gray-100\/0 {
  fill: rgb(243 244 246 / 0);
}

.fill-gray-100\/10 {
  fill: rgb(243 244 246 / 0.1);
}

.fill-gray-100\/100 {
  fill: rgb(243 244 246 / 1);
}

.fill-gray-100\/15 {
  fill: rgb(243 244 246 / 0.15);
}

.fill-gray-100\/20 {
  fill: rgb(243 244 246 / 0.2);
}

.fill-gray-100\/25 {
  fill: rgb(243 244 246 / 0.25);
}

.fill-gray-100\/30 {
  fill: rgb(243 244 246 / 0.3);
}

.fill-gray-100\/35 {
  fill: rgb(243 244 246 / 0.35);
}

.fill-gray-100\/40 {
  fill: rgb(243 244 246 / 0.4);
}

.fill-gray-100\/45 {
  fill: rgb(243 244 246 / 0.45);
}

.fill-gray-100\/5 {
  fill: rgb(243 244 246 / 0.05);
}

.fill-gray-100\/50 {
  fill: rgb(243 244 246 / 0.5);
}

.fill-gray-100\/55 {
  fill: rgb(243 244 246 / 0.55);
}

.fill-gray-100\/60 {
  fill: rgb(243 244 246 / 0.6);
}

.fill-gray-100\/65 {
  fill: rgb(243 244 246 / 0.65);
}

.fill-gray-100\/70 {
  fill: rgb(243 244 246 / 0.7);
}

.fill-gray-100\/75 {
  fill: rgb(243 244 246 / 0.75);
}

.fill-gray-100\/80 {
  fill: rgb(243 244 246 / 0.8);
}

.fill-gray-100\/85 {
  fill: rgb(243 244 246 / 0.85);
}

.fill-gray-100\/90 {
  fill: rgb(243 244 246 / 0.9);
}

.fill-gray-100\/95 {
  fill: rgb(243 244 246 / 0.95);
}

.fill-gray-200 {
  fill: #e5e7eb;
}

.fill-gray-200\/0 {
  fill: rgb(229 231 235 / 0);
}

.fill-gray-200\/10 {
  fill: rgb(229 231 235 / 0.1);
}

.fill-gray-200\/100 {
  fill: rgb(229 231 235 / 1);
}

.fill-gray-200\/15 {
  fill: rgb(229 231 235 / 0.15);
}

.fill-gray-200\/20 {
  fill: rgb(229 231 235 / 0.2);
}

.fill-gray-200\/25 {
  fill: rgb(229 231 235 / 0.25);
}

.fill-gray-200\/30 {
  fill: rgb(229 231 235 / 0.3);
}

.fill-gray-200\/35 {
  fill: rgb(229 231 235 / 0.35);
}

.fill-gray-200\/40 {
  fill: rgb(229 231 235 / 0.4);
}

.fill-gray-200\/45 {
  fill: rgb(229 231 235 / 0.45);
}

.fill-gray-200\/5 {
  fill: rgb(229 231 235 / 0.05);
}

.fill-gray-200\/50 {
  fill: rgb(229 231 235 / 0.5);
}

.fill-gray-200\/55 {
  fill: rgb(229 231 235 / 0.55);
}

.fill-gray-200\/60 {
  fill: rgb(229 231 235 / 0.6);
}

.fill-gray-200\/65 {
  fill: rgb(229 231 235 / 0.65);
}

.fill-gray-200\/70 {
  fill: rgb(229 231 235 / 0.7);
}

.fill-gray-200\/75 {
  fill: rgb(229 231 235 / 0.75);
}

.fill-gray-200\/80 {
  fill: rgb(229 231 235 / 0.8);
}

.fill-gray-200\/85 {
  fill: rgb(229 231 235 / 0.85);
}

.fill-gray-200\/90 {
  fill: rgb(229 231 235 / 0.9);
}

.fill-gray-200\/95 {
  fill: rgb(229 231 235 / 0.95);
}

.fill-gray-300 {
  fill: #d1d5db;
}

.fill-gray-300\/0 {
  fill: rgb(209 213 219 / 0);
}

.fill-gray-300\/10 {
  fill: rgb(209 213 219 / 0.1);
}

.fill-gray-300\/100 {
  fill: rgb(209 213 219 / 1);
}

.fill-gray-300\/15 {
  fill: rgb(209 213 219 / 0.15);
}

.fill-gray-300\/20 {
  fill: rgb(209 213 219 / 0.2);
}

.fill-gray-300\/25 {
  fill: rgb(209 213 219 / 0.25);
}

.fill-gray-300\/30 {
  fill: rgb(209 213 219 / 0.3);
}

.fill-gray-300\/35 {
  fill: rgb(209 213 219 / 0.35);
}

.fill-gray-300\/40 {
  fill: rgb(209 213 219 / 0.4);
}

.fill-gray-300\/45 {
  fill: rgb(209 213 219 / 0.45);
}

.fill-gray-300\/5 {
  fill: rgb(209 213 219 / 0.05);
}

.fill-gray-300\/50 {
  fill: rgb(209 213 219 / 0.5);
}

.fill-gray-300\/55 {
  fill: rgb(209 213 219 / 0.55);
}

.fill-gray-300\/60 {
  fill: rgb(209 213 219 / 0.6);
}

.fill-gray-300\/65 {
  fill: rgb(209 213 219 / 0.65);
}

.fill-gray-300\/70 {
  fill: rgb(209 213 219 / 0.7);
}

.fill-gray-300\/75 {
  fill: rgb(209 213 219 / 0.75);
}

.fill-gray-300\/80 {
  fill: rgb(209 213 219 / 0.8);
}

.fill-gray-300\/85 {
  fill: rgb(209 213 219 / 0.85);
}

.fill-gray-300\/90 {
  fill: rgb(209 213 219 / 0.9);
}

.fill-gray-300\/95 {
  fill: rgb(209 213 219 / 0.95);
}

.fill-gray-400 {
  fill: #9ca3af;
}

.fill-gray-400\/0 {
  fill: rgb(156 163 175 / 0);
}

.fill-gray-400\/10 {
  fill: rgb(156 163 175 / 0.1);
}

.fill-gray-400\/100 {
  fill: rgb(156 163 175 / 1);
}

.fill-gray-400\/15 {
  fill: rgb(156 163 175 / 0.15);
}

.fill-gray-400\/20 {
  fill: rgb(156 163 175 / 0.2);
}

.fill-gray-400\/25 {
  fill: rgb(156 163 175 / 0.25);
}

.fill-gray-400\/30 {
  fill: rgb(156 163 175 / 0.3);
}

.fill-gray-400\/35 {
  fill: rgb(156 163 175 / 0.35);
}

.fill-gray-400\/40 {
  fill: rgb(156 163 175 / 0.4);
}

.fill-gray-400\/45 {
  fill: rgb(156 163 175 / 0.45);
}

.fill-gray-400\/5 {
  fill: rgb(156 163 175 / 0.05);
}

.fill-gray-400\/50 {
  fill: rgb(156 163 175 / 0.5);
}

.fill-gray-400\/55 {
  fill: rgb(156 163 175 / 0.55);
}

.fill-gray-400\/60 {
  fill: rgb(156 163 175 / 0.6);
}

.fill-gray-400\/65 {
  fill: rgb(156 163 175 / 0.65);
}

.fill-gray-400\/70 {
  fill: rgb(156 163 175 / 0.7);
}

.fill-gray-400\/75 {
  fill: rgb(156 163 175 / 0.75);
}

.fill-gray-400\/80 {
  fill: rgb(156 163 175 / 0.8);
}

.fill-gray-400\/85 {
  fill: rgb(156 163 175 / 0.85);
}

.fill-gray-400\/90 {
  fill: rgb(156 163 175 / 0.9);
}

.fill-gray-400\/95 {
  fill: rgb(156 163 175 / 0.95);
}

.fill-gray-500 {
  fill: #6b7280;
}

.fill-gray-500\/0 {
  fill: rgb(107 114 128 / 0);
}

.fill-gray-500\/10 {
  fill: rgb(107 114 128 / 0.1);
}

.fill-gray-500\/100 {
  fill: rgb(107 114 128 / 1);
}

.fill-gray-500\/15 {
  fill: rgb(107 114 128 / 0.15);
}

.fill-gray-500\/20 {
  fill: rgb(107 114 128 / 0.2);
}

.fill-gray-500\/25 {
  fill: rgb(107 114 128 / 0.25);
}

.fill-gray-500\/30 {
  fill: rgb(107 114 128 / 0.3);
}

.fill-gray-500\/35 {
  fill: rgb(107 114 128 / 0.35);
}

.fill-gray-500\/40 {
  fill: rgb(107 114 128 / 0.4);
}

.fill-gray-500\/45 {
  fill: rgb(107 114 128 / 0.45);
}

.fill-gray-500\/5 {
  fill: rgb(107 114 128 / 0.05);
}

.fill-gray-500\/50 {
  fill: rgb(107 114 128 / 0.5);
}

.fill-gray-500\/55 {
  fill: rgb(107 114 128 / 0.55);
}

.fill-gray-500\/60 {
  fill: rgb(107 114 128 / 0.6);
}

.fill-gray-500\/65 {
  fill: rgb(107 114 128 / 0.65);
}

.fill-gray-500\/70 {
  fill: rgb(107 114 128 / 0.7);
}

.fill-gray-500\/75 {
  fill: rgb(107 114 128 / 0.75);
}

.fill-gray-500\/80 {
  fill: rgb(107 114 128 / 0.8);
}

.fill-gray-500\/85 {
  fill: rgb(107 114 128 / 0.85);
}

.fill-gray-500\/90 {
  fill: rgb(107 114 128 / 0.9);
}

.fill-gray-500\/95 {
  fill: rgb(107 114 128 / 0.95);
}

.fill-gray-600 {
  fill: #4b5563;
}

.fill-gray-600\/0 {
  fill: rgb(75 85 99 / 0);
}

.fill-gray-600\/10 {
  fill: rgb(75 85 99 / 0.1);
}

.fill-gray-600\/100 {
  fill: rgb(75 85 99 / 1);
}

.fill-gray-600\/15 {
  fill: rgb(75 85 99 / 0.15);
}

.fill-gray-600\/20 {
  fill: rgb(75 85 99 / 0.2);
}

.fill-gray-600\/25 {
  fill: rgb(75 85 99 / 0.25);
}

.fill-gray-600\/30 {
  fill: rgb(75 85 99 / 0.3);
}

.fill-gray-600\/35 {
  fill: rgb(75 85 99 / 0.35);
}

.fill-gray-600\/40 {
  fill: rgb(75 85 99 / 0.4);
}

.fill-gray-600\/45 {
  fill: rgb(75 85 99 / 0.45);
}

.fill-gray-600\/5 {
  fill: rgb(75 85 99 / 0.05);
}

.fill-gray-600\/50 {
  fill: rgb(75 85 99 / 0.5);
}

.fill-gray-600\/55 {
  fill: rgb(75 85 99 / 0.55);
}

.fill-gray-600\/60 {
  fill: rgb(75 85 99 / 0.6);
}

.fill-gray-600\/65 {
  fill: rgb(75 85 99 / 0.65);
}

.fill-gray-600\/70 {
  fill: rgb(75 85 99 / 0.7);
}

.fill-gray-600\/75 {
  fill: rgb(75 85 99 / 0.75);
}

.fill-gray-600\/80 {
  fill: rgb(75 85 99 / 0.8);
}

.fill-gray-600\/85 {
  fill: rgb(75 85 99 / 0.85);
}

.fill-gray-600\/90 {
  fill: rgb(75 85 99 / 0.9);
}

.fill-gray-600\/95 {
  fill: rgb(75 85 99 / 0.95);
}

.fill-gray-700 {
  fill: #374151;
}

.fill-gray-700\/0 {
  fill: rgb(55 65 81 / 0);
}

.fill-gray-700\/10 {
  fill: rgb(55 65 81 / 0.1);
}

.fill-gray-700\/100 {
  fill: rgb(55 65 81 / 1);
}

.fill-gray-700\/15 {
  fill: rgb(55 65 81 / 0.15);
}

.fill-gray-700\/20 {
  fill: rgb(55 65 81 / 0.2);
}

.fill-gray-700\/25 {
  fill: rgb(55 65 81 / 0.25);
}

.fill-gray-700\/30 {
  fill: rgb(55 65 81 / 0.3);
}

.fill-gray-700\/35 {
  fill: rgb(55 65 81 / 0.35);
}

.fill-gray-700\/40 {
  fill: rgb(55 65 81 / 0.4);
}

.fill-gray-700\/45 {
  fill: rgb(55 65 81 / 0.45);
}

.fill-gray-700\/5 {
  fill: rgb(55 65 81 / 0.05);
}

.fill-gray-700\/50 {
  fill: rgb(55 65 81 / 0.5);
}

.fill-gray-700\/55 {
  fill: rgb(55 65 81 / 0.55);
}

.fill-gray-700\/60 {
  fill: rgb(55 65 81 / 0.6);
}

.fill-gray-700\/65 {
  fill: rgb(55 65 81 / 0.65);
}

.fill-gray-700\/70 {
  fill: rgb(55 65 81 / 0.7);
}

.fill-gray-700\/75 {
  fill: rgb(55 65 81 / 0.75);
}

.fill-gray-700\/80 {
  fill: rgb(55 65 81 / 0.8);
}

.fill-gray-700\/85 {
  fill: rgb(55 65 81 / 0.85);
}

.fill-gray-700\/90 {
  fill: rgb(55 65 81 / 0.9);
}

.fill-gray-700\/95 {
  fill: rgb(55 65 81 / 0.95);
}

.fill-gray-800 {
  fill: #1f2937;
}

.fill-gray-800\/0 {
  fill: rgb(31 41 55 / 0);
}

.fill-gray-800\/10 {
  fill: rgb(31 41 55 / 0.1);
}

.fill-gray-800\/100 {
  fill: rgb(31 41 55 / 1);
}

.fill-gray-800\/15 {
  fill: rgb(31 41 55 / 0.15);
}

.fill-gray-800\/20 {
  fill: rgb(31 41 55 / 0.2);
}

.fill-gray-800\/25 {
  fill: rgb(31 41 55 / 0.25);
}

.fill-gray-800\/30 {
  fill: rgb(31 41 55 / 0.3);
}

.fill-gray-800\/35 {
  fill: rgb(31 41 55 / 0.35);
}

.fill-gray-800\/40 {
  fill: rgb(31 41 55 / 0.4);
}

.fill-gray-800\/45 {
  fill: rgb(31 41 55 / 0.45);
}

.fill-gray-800\/5 {
  fill: rgb(31 41 55 / 0.05);
}

.fill-gray-800\/50 {
  fill: rgb(31 41 55 / 0.5);
}

.fill-gray-800\/55 {
  fill: rgb(31 41 55 / 0.55);
}

.fill-gray-800\/60 {
  fill: rgb(31 41 55 / 0.6);
}

.fill-gray-800\/65 {
  fill: rgb(31 41 55 / 0.65);
}

.fill-gray-800\/70 {
  fill: rgb(31 41 55 / 0.7);
}

.fill-gray-800\/75 {
  fill: rgb(31 41 55 / 0.75);
}

.fill-gray-800\/80 {
  fill: rgb(31 41 55 / 0.8);
}

.fill-gray-800\/85 {
  fill: rgb(31 41 55 / 0.85);
}

.fill-gray-800\/90 {
  fill: rgb(31 41 55 / 0.9);
}

.fill-gray-800\/95 {
  fill: rgb(31 41 55 / 0.95);
}

.fill-gray-900 {
  fill: #111827;
}

.fill-gray-900\/0 {
  fill: rgb(17 24 39 / 0);
}

.fill-gray-900\/10 {
  fill: rgb(17 24 39 / 0.1);
}

.fill-gray-900\/100 {
  fill: rgb(17 24 39 / 1);
}

.fill-gray-900\/15 {
  fill: rgb(17 24 39 / 0.15);
}

.fill-gray-900\/20 {
  fill: rgb(17 24 39 / 0.2);
}

.fill-gray-900\/25 {
  fill: rgb(17 24 39 / 0.25);
}

.fill-gray-900\/30 {
  fill: rgb(17 24 39 / 0.3);
}

.fill-gray-900\/35 {
  fill: rgb(17 24 39 / 0.35);
}

.fill-gray-900\/40 {
  fill: rgb(17 24 39 / 0.4);
}

.fill-gray-900\/45 {
  fill: rgb(17 24 39 / 0.45);
}

.fill-gray-900\/5 {
  fill: rgb(17 24 39 / 0.05);
}

.fill-gray-900\/50 {
  fill: rgb(17 24 39 / 0.5);
}

.fill-gray-900\/55 {
  fill: rgb(17 24 39 / 0.55);
}

.fill-gray-900\/60 {
  fill: rgb(17 24 39 / 0.6);
}

.fill-gray-900\/65 {
  fill: rgb(17 24 39 / 0.65);
}

.fill-gray-900\/70 {
  fill: rgb(17 24 39 / 0.7);
}

.fill-gray-900\/75 {
  fill: rgb(17 24 39 / 0.75);
}

.fill-gray-900\/80 {
  fill: rgb(17 24 39 / 0.8);
}

.fill-gray-900\/85 {
  fill: rgb(17 24 39 / 0.85);
}

.fill-gray-900\/90 {
  fill: rgb(17 24 39 / 0.9);
}

.fill-gray-900\/95 {
  fill: rgb(17 24 39 / 0.95);
}

.fill-red-100 {
  fill: #fee2e2;
}

.fill-red-100\/0 {
  fill: rgb(254 226 226 / 0);
}

.fill-red-100\/10 {
  fill: rgb(254 226 226 / 0.1);
}

.fill-red-100\/100 {
  fill: rgb(254 226 226 / 1);
}

.fill-red-100\/15 {
  fill: rgb(254 226 226 / 0.15);
}

.fill-red-100\/20 {
  fill: rgb(254 226 226 / 0.2);
}

.fill-red-100\/25 {
  fill: rgb(254 226 226 / 0.25);
}

.fill-red-100\/30 {
  fill: rgb(254 226 226 / 0.3);
}

.fill-red-100\/35 {
  fill: rgb(254 226 226 / 0.35);
}

.fill-red-100\/40 {
  fill: rgb(254 226 226 / 0.4);
}

.fill-red-100\/45 {
  fill: rgb(254 226 226 / 0.45);
}

.fill-red-100\/5 {
  fill: rgb(254 226 226 / 0.05);
}

.fill-red-100\/50 {
  fill: rgb(254 226 226 / 0.5);
}

.fill-red-100\/55 {
  fill: rgb(254 226 226 / 0.55);
}

.fill-red-100\/60 {
  fill: rgb(254 226 226 / 0.6);
}

.fill-red-100\/65 {
  fill: rgb(254 226 226 / 0.65);
}

.fill-red-100\/70 {
  fill: rgb(254 226 226 / 0.7);
}

.fill-red-100\/75 {
  fill: rgb(254 226 226 / 0.75);
}

.fill-red-100\/80 {
  fill: rgb(254 226 226 / 0.8);
}

.fill-red-100\/85 {
  fill: rgb(254 226 226 / 0.85);
}

.fill-red-100\/90 {
  fill: rgb(254 226 226 / 0.9);
}

.fill-red-100\/95 {
  fill: rgb(254 226 226 / 0.95);
}

.fill-red-200 {
  fill: #fecaca;
}

.fill-red-200\/0 {
  fill: rgb(254 202 202 / 0);
}

.fill-red-200\/10 {
  fill: rgb(254 202 202 / 0.1);
}

.fill-red-200\/100 {
  fill: rgb(254 202 202 / 1);
}

.fill-red-200\/15 {
  fill: rgb(254 202 202 / 0.15);
}

.fill-red-200\/20 {
  fill: rgb(254 202 202 / 0.2);
}

.fill-red-200\/25 {
  fill: rgb(254 202 202 / 0.25);
}

.fill-red-200\/30 {
  fill: rgb(254 202 202 / 0.3);
}

.fill-red-200\/35 {
  fill: rgb(254 202 202 / 0.35);
}

.fill-red-200\/40 {
  fill: rgb(254 202 202 / 0.4);
}

.fill-red-200\/45 {
  fill: rgb(254 202 202 / 0.45);
}

.fill-red-200\/5 {
  fill: rgb(254 202 202 / 0.05);
}

.fill-red-200\/50 {
  fill: rgb(254 202 202 / 0.5);
}

.fill-red-200\/55 {
  fill: rgb(254 202 202 / 0.55);
}

.fill-red-200\/60 {
  fill: rgb(254 202 202 / 0.6);
}

.fill-red-200\/65 {
  fill: rgb(254 202 202 / 0.65);
}

.fill-red-200\/70 {
  fill: rgb(254 202 202 / 0.7);
}

.fill-red-200\/75 {
  fill: rgb(254 202 202 / 0.75);
}

.fill-red-200\/80 {
  fill: rgb(254 202 202 / 0.8);
}

.fill-red-200\/85 {
  fill: rgb(254 202 202 / 0.85);
}

.fill-red-200\/90 {
  fill: rgb(254 202 202 / 0.9);
}

.fill-red-200\/95 {
  fill: rgb(254 202 202 / 0.95);
}

.fill-red-300 {
  fill: #fca5a5;
}

.fill-red-300\/0 {
  fill: rgb(252 165 165 / 0);
}

.fill-red-300\/10 {
  fill: rgb(252 165 165 / 0.1);
}

.fill-red-300\/100 {
  fill: rgb(252 165 165 / 1);
}

.fill-red-300\/15 {
  fill: rgb(252 165 165 / 0.15);
}

.fill-red-300\/20 {
  fill: rgb(252 165 165 / 0.2);
}

.fill-red-300\/25 {
  fill: rgb(252 165 165 / 0.25);
}

.fill-red-300\/30 {
  fill: rgb(252 165 165 / 0.3);
}

.fill-red-300\/35 {
  fill: rgb(252 165 165 / 0.35);
}

.fill-red-300\/40 {
  fill: rgb(252 165 165 / 0.4);
}

.fill-red-300\/45 {
  fill: rgb(252 165 165 / 0.45);
}

.fill-red-300\/5 {
  fill: rgb(252 165 165 / 0.05);
}

.fill-red-300\/50 {
  fill: rgb(252 165 165 / 0.5);
}

.fill-red-300\/55 {
  fill: rgb(252 165 165 / 0.55);
}

.fill-red-300\/60 {
  fill: rgb(252 165 165 / 0.6);
}

.fill-red-300\/65 {
  fill: rgb(252 165 165 / 0.65);
}

.fill-red-300\/70 {
  fill: rgb(252 165 165 / 0.7);
}

.fill-red-300\/75 {
  fill: rgb(252 165 165 / 0.75);
}

.fill-red-300\/80 {
  fill: rgb(252 165 165 / 0.8);
}

.fill-red-300\/85 {
  fill: rgb(252 165 165 / 0.85);
}

.fill-red-300\/90 {
  fill: rgb(252 165 165 / 0.9);
}

.fill-red-300\/95 {
  fill: rgb(252 165 165 / 0.95);
}

.fill-red-400 {
  fill: #f87171;
}

.fill-red-400\/0 {
  fill: rgb(248 113 113 / 0);
}

.fill-red-400\/10 {
  fill: rgb(248 113 113 / 0.1);
}

.fill-red-400\/100 {
  fill: rgb(248 113 113 / 1);
}

.fill-red-400\/15 {
  fill: rgb(248 113 113 / 0.15);
}

.fill-red-400\/20 {
  fill: rgb(248 113 113 / 0.2);
}

.fill-red-400\/25 {
  fill: rgb(248 113 113 / 0.25);
}

.fill-red-400\/30 {
  fill: rgb(248 113 113 / 0.3);
}

.fill-red-400\/35 {
  fill: rgb(248 113 113 / 0.35);
}

.fill-red-400\/40 {
  fill: rgb(248 113 113 / 0.4);
}

.fill-red-400\/45 {
  fill: rgb(248 113 113 / 0.45);
}

.fill-red-400\/5 {
  fill: rgb(248 113 113 / 0.05);
}

.fill-red-400\/50 {
  fill: rgb(248 113 113 / 0.5);
}

.fill-red-400\/55 {
  fill: rgb(248 113 113 / 0.55);
}

.fill-red-400\/60 {
  fill: rgb(248 113 113 / 0.6);
}

.fill-red-400\/65 {
  fill: rgb(248 113 113 / 0.65);
}

.fill-red-400\/70 {
  fill: rgb(248 113 113 / 0.7);
}

.fill-red-400\/75 {
  fill: rgb(248 113 113 / 0.75);
}

.fill-red-400\/80 {
  fill: rgb(248 113 113 / 0.8);
}

.fill-red-400\/85 {
  fill: rgb(248 113 113 / 0.85);
}

.fill-red-400\/90 {
  fill: rgb(248 113 113 / 0.9);
}

.fill-red-400\/95 {
  fill: rgb(248 113 113 / 0.95);
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-red-500\/0 {
  fill: rgb(239 68 68 / 0);
}

.fill-red-500\/10 {
  fill: rgb(239 68 68 / 0.1);
}

.fill-red-500\/100 {
  fill: rgb(239 68 68 / 1);
}

.fill-red-500\/15 {
  fill: rgb(239 68 68 / 0.15);
}

.fill-red-500\/20 {
  fill: rgb(239 68 68 / 0.2);
}

.fill-red-500\/25 {
  fill: rgb(239 68 68 / 0.25);
}

.fill-red-500\/30 {
  fill: rgb(239 68 68 / 0.3);
}

.fill-red-500\/35 {
  fill: rgb(239 68 68 / 0.35);
}

.fill-red-500\/40 {
  fill: rgb(239 68 68 / 0.4);
}

.fill-red-500\/45 {
  fill: rgb(239 68 68 / 0.45);
}

.fill-red-500\/5 {
  fill: rgb(239 68 68 / 0.05);
}

.fill-red-500\/50 {
  fill: rgb(239 68 68 / 0.5);
}

.fill-red-500\/55 {
  fill: rgb(239 68 68 / 0.55);
}

.fill-red-500\/60 {
  fill: rgb(239 68 68 / 0.6);
}

.fill-red-500\/65 {
  fill: rgb(239 68 68 / 0.65);
}

.fill-red-500\/70 {
  fill: rgb(239 68 68 / 0.7);
}

.fill-red-500\/75 {
  fill: rgb(239 68 68 / 0.75);
}

.fill-red-500\/80 {
  fill: rgb(239 68 68 / 0.8);
}

.fill-red-500\/85 {
  fill: rgb(239 68 68 / 0.85);
}

.fill-red-500\/90 {
  fill: rgb(239 68 68 / 0.9);
}

.fill-red-500\/95 {
  fill: rgb(239 68 68 / 0.95);
}

.fill-red-600 {
  fill: #dc2626;
}

.fill-red-600\/0 {
  fill: rgb(220 38 38 / 0);
}

.fill-red-600\/10 {
  fill: rgb(220 38 38 / 0.1);
}

.fill-red-600\/100 {
  fill: rgb(220 38 38 / 1);
}

.fill-red-600\/15 {
  fill: rgb(220 38 38 / 0.15);
}

.fill-red-600\/20 {
  fill: rgb(220 38 38 / 0.2);
}

.fill-red-600\/25 {
  fill: rgb(220 38 38 / 0.25);
}

.fill-red-600\/30 {
  fill: rgb(220 38 38 / 0.3);
}

.fill-red-600\/35 {
  fill: rgb(220 38 38 / 0.35);
}

.fill-red-600\/40 {
  fill: rgb(220 38 38 / 0.4);
}

.fill-red-600\/45 {
  fill: rgb(220 38 38 / 0.45);
}

.fill-red-600\/5 {
  fill: rgb(220 38 38 / 0.05);
}

.fill-red-600\/50 {
  fill: rgb(220 38 38 / 0.5);
}

.fill-red-600\/55 {
  fill: rgb(220 38 38 / 0.55);
}

.fill-red-600\/60 {
  fill: rgb(220 38 38 / 0.6);
}

.fill-red-600\/65 {
  fill: rgb(220 38 38 / 0.65);
}

.fill-red-600\/70 {
  fill: rgb(220 38 38 / 0.7);
}

.fill-red-600\/75 {
  fill: rgb(220 38 38 / 0.75);
}

.fill-red-600\/80 {
  fill: rgb(220 38 38 / 0.8);
}

.fill-red-600\/85 {
  fill: rgb(220 38 38 / 0.85);
}

.fill-red-600\/90 {
  fill: rgb(220 38 38 / 0.9);
}

.fill-red-600\/95 {
  fill: rgb(220 38 38 / 0.95);
}

.fill-red-700 {
  fill: #b91c1c;
}

.fill-red-700\/0 {
  fill: rgb(185 28 28 / 0);
}

.fill-red-700\/10 {
  fill: rgb(185 28 28 / 0.1);
}

.fill-red-700\/100 {
  fill: rgb(185 28 28 / 1);
}

.fill-red-700\/15 {
  fill: rgb(185 28 28 / 0.15);
}

.fill-red-700\/20 {
  fill: rgb(185 28 28 / 0.2);
}

.fill-red-700\/25 {
  fill: rgb(185 28 28 / 0.25);
}

.fill-red-700\/30 {
  fill: rgb(185 28 28 / 0.3);
}

.fill-red-700\/35 {
  fill: rgb(185 28 28 / 0.35);
}

.fill-red-700\/40 {
  fill: rgb(185 28 28 / 0.4);
}

.fill-red-700\/45 {
  fill: rgb(185 28 28 / 0.45);
}

.fill-red-700\/5 {
  fill: rgb(185 28 28 / 0.05);
}

.fill-red-700\/50 {
  fill: rgb(185 28 28 / 0.5);
}

.fill-red-700\/55 {
  fill: rgb(185 28 28 / 0.55);
}

.fill-red-700\/60 {
  fill: rgb(185 28 28 / 0.6);
}

.fill-red-700\/65 {
  fill: rgb(185 28 28 / 0.65);
}

.fill-red-700\/70 {
  fill: rgb(185 28 28 / 0.7);
}

.fill-red-700\/75 {
  fill: rgb(185 28 28 / 0.75);
}

.fill-red-700\/80 {
  fill: rgb(185 28 28 / 0.8);
}

.fill-red-700\/85 {
  fill: rgb(185 28 28 / 0.85);
}

.fill-red-700\/90 {
  fill: rgb(185 28 28 / 0.9);
}

.fill-red-700\/95 {
  fill: rgb(185 28 28 / 0.95);
}

.fill-red-800 {
  fill: #991b1b;
}

.fill-red-800\/0 {
  fill: rgb(153 27 27 / 0);
}

.fill-red-800\/10 {
  fill: rgb(153 27 27 / 0.1);
}

.fill-red-800\/100 {
  fill: rgb(153 27 27 / 1);
}

.fill-red-800\/15 {
  fill: rgb(153 27 27 / 0.15);
}

.fill-red-800\/20 {
  fill: rgb(153 27 27 / 0.2);
}

.fill-red-800\/25 {
  fill: rgb(153 27 27 / 0.25);
}

.fill-red-800\/30 {
  fill: rgb(153 27 27 / 0.3);
}

.fill-red-800\/35 {
  fill: rgb(153 27 27 / 0.35);
}

.fill-red-800\/40 {
  fill: rgb(153 27 27 / 0.4);
}

.fill-red-800\/45 {
  fill: rgb(153 27 27 / 0.45);
}

.fill-red-800\/5 {
  fill: rgb(153 27 27 / 0.05);
}

.fill-red-800\/50 {
  fill: rgb(153 27 27 / 0.5);
}

.fill-red-800\/55 {
  fill: rgb(153 27 27 / 0.55);
}

.fill-red-800\/60 {
  fill: rgb(153 27 27 / 0.6);
}

.fill-red-800\/65 {
  fill: rgb(153 27 27 / 0.65);
}

.fill-red-800\/70 {
  fill: rgb(153 27 27 / 0.7);
}

.fill-red-800\/75 {
  fill: rgb(153 27 27 / 0.75);
}

.fill-red-800\/80 {
  fill: rgb(153 27 27 / 0.8);
}

.fill-red-800\/85 {
  fill: rgb(153 27 27 / 0.85);
}

.fill-red-800\/90 {
  fill: rgb(153 27 27 / 0.9);
}

.fill-red-800\/95 {
  fill: rgb(153 27 27 / 0.95);
}

.fill-red-900 {
  fill: #7f1d1d;
}

.fill-red-900\/0 {
  fill: rgb(127 29 29 / 0);
}

.fill-red-900\/10 {
  fill: rgb(127 29 29 / 0.1);
}

.fill-red-900\/100 {
  fill: rgb(127 29 29 / 1);
}

.fill-red-900\/15 {
  fill: rgb(127 29 29 / 0.15);
}

.fill-red-900\/20 {
  fill: rgb(127 29 29 / 0.2);
}

.fill-red-900\/25 {
  fill: rgb(127 29 29 / 0.25);
}

.fill-red-900\/30 {
  fill: rgb(127 29 29 / 0.3);
}

.fill-red-900\/35 {
  fill: rgb(127 29 29 / 0.35);
}

.fill-red-900\/40 {
  fill: rgb(127 29 29 / 0.4);
}

.fill-red-900\/45 {
  fill: rgb(127 29 29 / 0.45);
}

.fill-red-900\/5 {
  fill: rgb(127 29 29 / 0.05);
}

.fill-red-900\/50 {
  fill: rgb(127 29 29 / 0.5);
}

.fill-red-900\/55 {
  fill: rgb(127 29 29 / 0.55);
}

.fill-red-900\/60 {
  fill: rgb(127 29 29 / 0.6);
}

.fill-red-900\/65 {
  fill: rgb(127 29 29 / 0.65);
}

.fill-red-900\/70 {
  fill: rgb(127 29 29 / 0.7);
}

.fill-red-900\/75 {
  fill: rgb(127 29 29 / 0.75);
}

.fill-red-900\/80 {
  fill: rgb(127 29 29 / 0.8);
}

.fill-red-900\/85 {
  fill: rgb(127 29 29 / 0.85);
}

.fill-red-900\/90 {
  fill: rgb(127 29 29 / 0.9);
}

.fill-red-900\/95 {
  fill: rgb(127 29 29 / 0.95);
}

.\!stroke-gray-100 {
  stroke: #f3f4f6 !important;
}

.\!stroke-gray-100\/0 {
  stroke: rgb(243 244 246 / 0) !important;
}

.\!stroke-gray-100\/10 {
  stroke: rgb(243 244 246 / 0.1) !important;
}

.\!stroke-gray-100\/100 {
  stroke: rgb(243 244 246 / 1) !important;
}

.\!stroke-gray-100\/15 {
  stroke: rgb(243 244 246 / 0.15) !important;
}

.\!stroke-gray-100\/20 {
  stroke: rgb(243 244 246 / 0.2) !important;
}

.\!stroke-gray-100\/25 {
  stroke: rgb(243 244 246 / 0.25) !important;
}

.\!stroke-gray-100\/30 {
  stroke: rgb(243 244 246 / 0.3) !important;
}

.\!stroke-gray-100\/35 {
  stroke: rgb(243 244 246 / 0.35) !important;
}

.\!stroke-gray-100\/40 {
  stroke: rgb(243 244 246 / 0.4) !important;
}

.\!stroke-gray-100\/45 {
  stroke: rgb(243 244 246 / 0.45) !important;
}

.\!stroke-gray-100\/5 {
  stroke: rgb(243 244 246 / 0.05) !important;
}

.\!stroke-gray-100\/50 {
  stroke: rgb(243 244 246 / 0.5) !important;
}

.\!stroke-gray-100\/55 {
  stroke: rgb(243 244 246 / 0.55) !important;
}

.\!stroke-gray-100\/60 {
  stroke: rgb(243 244 246 / 0.6) !important;
}

.\!stroke-gray-100\/65 {
  stroke: rgb(243 244 246 / 0.65) !important;
}

.\!stroke-gray-100\/70 {
  stroke: rgb(243 244 246 / 0.7) !important;
}

.\!stroke-gray-100\/75 {
  stroke: rgb(243 244 246 / 0.75) !important;
}

.\!stroke-gray-100\/80 {
  stroke: rgb(243 244 246 / 0.8) !important;
}

.\!stroke-gray-100\/85 {
  stroke: rgb(243 244 246 / 0.85) !important;
}

.\!stroke-gray-100\/90 {
  stroke: rgb(243 244 246 / 0.9) !important;
}

.\!stroke-gray-100\/95 {
  stroke: rgb(243 244 246 / 0.95) !important;
}

.\!stroke-gray-200 {
  stroke: #e5e7eb !important;
}

.\!stroke-gray-200\/0 {
  stroke: rgb(229 231 235 / 0) !important;
}

.\!stroke-gray-200\/10 {
  stroke: rgb(229 231 235 / 0.1) !important;
}

.\!stroke-gray-200\/100 {
  stroke: rgb(229 231 235 / 1) !important;
}

.\!stroke-gray-200\/15 {
  stroke: rgb(229 231 235 / 0.15) !important;
}

.\!stroke-gray-200\/20 {
  stroke: rgb(229 231 235 / 0.2) !important;
}

.\!stroke-gray-200\/25 {
  stroke: rgb(229 231 235 / 0.25) !important;
}

.\!stroke-gray-200\/30 {
  stroke: rgb(229 231 235 / 0.3) !important;
}

.\!stroke-gray-200\/35 {
  stroke: rgb(229 231 235 / 0.35) !important;
}

.\!stroke-gray-200\/40 {
  stroke: rgb(229 231 235 / 0.4) !important;
}

.\!stroke-gray-200\/45 {
  stroke: rgb(229 231 235 / 0.45) !important;
}

.\!stroke-gray-200\/5 {
  stroke: rgb(229 231 235 / 0.05) !important;
}

.\!stroke-gray-200\/50 {
  stroke: rgb(229 231 235 / 0.5) !important;
}

.\!stroke-gray-200\/55 {
  stroke: rgb(229 231 235 / 0.55) !important;
}

.\!stroke-gray-200\/60 {
  stroke: rgb(229 231 235 / 0.6) !important;
}

.\!stroke-gray-200\/65 {
  stroke: rgb(229 231 235 / 0.65) !important;
}

.\!stroke-gray-200\/70 {
  stroke: rgb(229 231 235 / 0.7) !important;
}

.\!stroke-gray-200\/75 {
  stroke: rgb(229 231 235 / 0.75) !important;
}

.\!stroke-gray-200\/80 {
  stroke: rgb(229 231 235 / 0.8) !important;
}

.\!stroke-gray-200\/85 {
  stroke: rgb(229 231 235 / 0.85) !important;
}

.\!stroke-gray-200\/90 {
  stroke: rgb(229 231 235 / 0.9) !important;
}

.\!stroke-gray-200\/95 {
  stroke: rgb(229 231 235 / 0.95) !important;
}

.\!stroke-gray-300 {
  stroke: #d1d5db !important;
}

.\!stroke-gray-300\/0 {
  stroke: rgb(209 213 219 / 0) !important;
}

.\!stroke-gray-300\/10 {
  stroke: rgb(209 213 219 / 0.1) !important;
}

.\!stroke-gray-300\/100 {
  stroke: rgb(209 213 219 / 1) !important;
}

.\!stroke-gray-300\/15 {
  stroke: rgb(209 213 219 / 0.15) !important;
}

.\!stroke-gray-300\/20 {
  stroke: rgb(209 213 219 / 0.2) !important;
}

.\!stroke-gray-300\/25 {
  stroke: rgb(209 213 219 / 0.25) !important;
}

.\!stroke-gray-300\/30 {
  stroke: rgb(209 213 219 / 0.3) !important;
}

.\!stroke-gray-300\/35 {
  stroke: rgb(209 213 219 / 0.35) !important;
}

.\!stroke-gray-300\/40 {
  stroke: rgb(209 213 219 / 0.4) !important;
}

.\!stroke-gray-300\/45 {
  stroke: rgb(209 213 219 / 0.45) !important;
}

.\!stroke-gray-300\/5 {
  stroke: rgb(209 213 219 / 0.05) !important;
}

.\!stroke-gray-300\/50 {
  stroke: rgb(209 213 219 / 0.5) !important;
}

.\!stroke-gray-300\/55 {
  stroke: rgb(209 213 219 / 0.55) !important;
}

.\!stroke-gray-300\/60 {
  stroke: rgb(209 213 219 / 0.6) !important;
}

.\!stroke-gray-300\/65 {
  stroke: rgb(209 213 219 / 0.65) !important;
}

.\!stroke-gray-300\/70 {
  stroke: rgb(209 213 219 / 0.7) !important;
}

.\!stroke-gray-300\/75 {
  stroke: rgb(209 213 219 / 0.75) !important;
}

.\!stroke-gray-300\/80 {
  stroke: rgb(209 213 219 / 0.8) !important;
}

.\!stroke-gray-300\/85 {
  stroke: rgb(209 213 219 / 0.85) !important;
}

.\!stroke-gray-300\/90 {
  stroke: rgb(209 213 219 / 0.9) !important;
}

.\!stroke-gray-300\/95 {
  stroke: rgb(209 213 219 / 0.95) !important;
}

.\!stroke-gray-400 {
  stroke: #9ca3af !important;
}

.\!stroke-gray-400\/0 {
  stroke: rgb(156 163 175 / 0) !important;
}

.\!stroke-gray-400\/10 {
  stroke: rgb(156 163 175 / 0.1) !important;
}

.\!stroke-gray-400\/100 {
  stroke: rgb(156 163 175 / 1) !important;
}

.\!stroke-gray-400\/15 {
  stroke: rgb(156 163 175 / 0.15) !important;
}

.\!stroke-gray-400\/20 {
  stroke: rgb(156 163 175 / 0.2) !important;
}

.\!stroke-gray-400\/25 {
  stroke: rgb(156 163 175 / 0.25) !important;
}

.\!stroke-gray-400\/30 {
  stroke: rgb(156 163 175 / 0.3) !important;
}

.\!stroke-gray-400\/35 {
  stroke: rgb(156 163 175 / 0.35) !important;
}

.\!stroke-gray-400\/40 {
  stroke: rgb(156 163 175 / 0.4) !important;
}

.\!stroke-gray-400\/45 {
  stroke: rgb(156 163 175 / 0.45) !important;
}

.\!stroke-gray-400\/5 {
  stroke: rgb(156 163 175 / 0.05) !important;
}

.\!stroke-gray-400\/50 {
  stroke: rgb(156 163 175 / 0.5) !important;
}

.\!stroke-gray-400\/55 {
  stroke: rgb(156 163 175 / 0.55) !important;
}

.\!stroke-gray-400\/60 {
  stroke: rgb(156 163 175 / 0.6) !important;
}

.\!stroke-gray-400\/65 {
  stroke: rgb(156 163 175 / 0.65) !important;
}

.\!stroke-gray-400\/70 {
  stroke: rgb(156 163 175 / 0.7) !important;
}

.\!stroke-gray-400\/75 {
  stroke: rgb(156 163 175 / 0.75) !important;
}

.\!stroke-gray-400\/80 {
  stroke: rgb(156 163 175 / 0.8) !important;
}

.\!stroke-gray-400\/85 {
  stroke: rgb(156 163 175 / 0.85) !important;
}

.\!stroke-gray-400\/90 {
  stroke: rgb(156 163 175 / 0.9) !important;
}

.\!stroke-gray-400\/95 {
  stroke: rgb(156 163 175 / 0.95) !important;
}

.\!stroke-gray-500 {
  stroke: #6b7280 !important;
}

.\!stroke-gray-500\/0 {
  stroke: rgb(107 114 128 / 0) !important;
}

.\!stroke-gray-500\/10 {
  stroke: rgb(107 114 128 / 0.1) !important;
}

.\!stroke-gray-500\/100 {
  stroke: rgb(107 114 128 / 1) !important;
}

.\!stroke-gray-500\/15 {
  stroke: rgb(107 114 128 / 0.15) !important;
}

.\!stroke-gray-500\/20 {
  stroke: rgb(107 114 128 / 0.2) !important;
}

.\!stroke-gray-500\/25 {
  stroke: rgb(107 114 128 / 0.25) !important;
}

.\!stroke-gray-500\/30 {
  stroke: rgb(107 114 128 / 0.3) !important;
}

.\!stroke-gray-500\/35 {
  stroke: rgb(107 114 128 / 0.35) !important;
}

.\!stroke-gray-500\/40 {
  stroke: rgb(107 114 128 / 0.4) !important;
}

.\!stroke-gray-500\/45 {
  stroke: rgb(107 114 128 / 0.45) !important;
}

.\!stroke-gray-500\/5 {
  stroke: rgb(107 114 128 / 0.05) !important;
}

.\!stroke-gray-500\/50 {
  stroke: rgb(107 114 128 / 0.5) !important;
}

.\!stroke-gray-500\/55 {
  stroke: rgb(107 114 128 / 0.55) !important;
}

.\!stroke-gray-500\/60 {
  stroke: rgb(107 114 128 / 0.6) !important;
}

.\!stroke-gray-500\/65 {
  stroke: rgb(107 114 128 / 0.65) !important;
}

.\!stroke-gray-500\/70 {
  stroke: rgb(107 114 128 / 0.7) !important;
}

.\!stroke-gray-500\/75 {
  stroke: rgb(107 114 128 / 0.75) !important;
}

.\!stroke-gray-500\/80 {
  stroke: rgb(107 114 128 / 0.8) !important;
}

.\!stroke-gray-500\/85 {
  stroke: rgb(107 114 128 / 0.85) !important;
}

.\!stroke-gray-500\/90 {
  stroke: rgb(107 114 128 / 0.9) !important;
}

.\!stroke-gray-500\/95 {
  stroke: rgb(107 114 128 / 0.95) !important;
}

.\!stroke-gray-600 {
  stroke: #4b5563 !important;
}

.\!stroke-gray-600\/0 {
  stroke: rgb(75 85 99 / 0) !important;
}

.\!stroke-gray-600\/10 {
  stroke: rgb(75 85 99 / 0.1) !important;
}

.\!stroke-gray-600\/100 {
  stroke: rgb(75 85 99 / 1) !important;
}

.\!stroke-gray-600\/15 {
  stroke: rgb(75 85 99 / 0.15) !important;
}

.\!stroke-gray-600\/20 {
  stroke: rgb(75 85 99 / 0.2) !important;
}

.\!stroke-gray-600\/25 {
  stroke: rgb(75 85 99 / 0.25) !important;
}

.\!stroke-gray-600\/30 {
  stroke: rgb(75 85 99 / 0.3) !important;
}

.\!stroke-gray-600\/35 {
  stroke: rgb(75 85 99 / 0.35) !important;
}

.\!stroke-gray-600\/40 {
  stroke: rgb(75 85 99 / 0.4) !important;
}

.\!stroke-gray-600\/45 {
  stroke: rgb(75 85 99 / 0.45) !important;
}

.\!stroke-gray-600\/5 {
  stroke: rgb(75 85 99 / 0.05) !important;
}

.\!stroke-gray-600\/50 {
  stroke: rgb(75 85 99 / 0.5) !important;
}

.\!stroke-gray-600\/55 {
  stroke: rgb(75 85 99 / 0.55) !important;
}

.\!stroke-gray-600\/60 {
  stroke: rgb(75 85 99 / 0.6) !important;
}

.\!stroke-gray-600\/65 {
  stroke: rgb(75 85 99 / 0.65) !important;
}

.\!stroke-gray-600\/70 {
  stroke: rgb(75 85 99 / 0.7) !important;
}

.\!stroke-gray-600\/75 {
  stroke: rgb(75 85 99 / 0.75) !important;
}

.\!stroke-gray-600\/80 {
  stroke: rgb(75 85 99 / 0.8) !important;
}

.\!stroke-gray-600\/85 {
  stroke: rgb(75 85 99 / 0.85) !important;
}

.\!stroke-gray-600\/90 {
  stroke: rgb(75 85 99 / 0.9) !important;
}

.\!stroke-gray-600\/95 {
  stroke: rgb(75 85 99 / 0.95) !important;
}

.\!stroke-gray-700 {
  stroke: #374151 !important;
}

.\!stroke-gray-700\/0 {
  stroke: rgb(55 65 81 / 0) !important;
}

.\!stroke-gray-700\/10 {
  stroke: rgb(55 65 81 / 0.1) !important;
}

.\!stroke-gray-700\/100 {
  stroke: rgb(55 65 81 / 1) !important;
}

.\!stroke-gray-700\/15 {
  stroke: rgb(55 65 81 / 0.15) !important;
}

.\!stroke-gray-700\/20 {
  stroke: rgb(55 65 81 / 0.2) !important;
}

.\!stroke-gray-700\/25 {
  stroke: rgb(55 65 81 / 0.25) !important;
}

.\!stroke-gray-700\/30 {
  stroke: rgb(55 65 81 / 0.3) !important;
}

.\!stroke-gray-700\/35 {
  stroke: rgb(55 65 81 / 0.35) !important;
}

.\!stroke-gray-700\/40 {
  stroke: rgb(55 65 81 / 0.4) !important;
}

.\!stroke-gray-700\/45 {
  stroke: rgb(55 65 81 / 0.45) !important;
}

.\!stroke-gray-700\/5 {
  stroke: rgb(55 65 81 / 0.05) !important;
}

.\!stroke-gray-700\/50 {
  stroke: rgb(55 65 81 / 0.5) !important;
}

.\!stroke-gray-700\/55 {
  stroke: rgb(55 65 81 / 0.55) !important;
}

.\!stroke-gray-700\/60 {
  stroke: rgb(55 65 81 / 0.6) !important;
}

.\!stroke-gray-700\/65 {
  stroke: rgb(55 65 81 / 0.65) !important;
}

.\!stroke-gray-700\/70 {
  stroke: rgb(55 65 81 / 0.7) !important;
}

.\!stroke-gray-700\/75 {
  stroke: rgb(55 65 81 / 0.75) !important;
}

.\!stroke-gray-700\/80 {
  stroke: rgb(55 65 81 / 0.8) !important;
}

.\!stroke-gray-700\/85 {
  stroke: rgb(55 65 81 / 0.85) !important;
}

.\!stroke-gray-700\/90 {
  stroke: rgb(55 65 81 / 0.9) !important;
}

.\!stroke-gray-700\/95 {
  stroke: rgb(55 65 81 / 0.95) !important;
}

.\!stroke-gray-800 {
  stroke: #1f2937 !important;
}

.\!stroke-gray-800\/0 {
  stroke: rgb(31 41 55 / 0) !important;
}

.\!stroke-gray-800\/10 {
  stroke: rgb(31 41 55 / 0.1) !important;
}

.\!stroke-gray-800\/100 {
  stroke: rgb(31 41 55 / 1) !important;
}

.\!stroke-gray-800\/15 {
  stroke: rgb(31 41 55 / 0.15) !important;
}

.\!stroke-gray-800\/20 {
  stroke: rgb(31 41 55 / 0.2) !important;
}

.\!stroke-gray-800\/25 {
  stroke: rgb(31 41 55 / 0.25) !important;
}

.\!stroke-gray-800\/30 {
  stroke: rgb(31 41 55 / 0.3) !important;
}

.\!stroke-gray-800\/35 {
  stroke: rgb(31 41 55 / 0.35) !important;
}

.\!stroke-gray-800\/40 {
  stroke: rgb(31 41 55 / 0.4) !important;
}

.\!stroke-gray-800\/45 {
  stroke: rgb(31 41 55 / 0.45) !important;
}

.\!stroke-gray-800\/5 {
  stroke: rgb(31 41 55 / 0.05) !important;
}

.\!stroke-gray-800\/50 {
  stroke: rgb(31 41 55 / 0.5) !important;
}

.\!stroke-gray-800\/55 {
  stroke: rgb(31 41 55 / 0.55) !important;
}

.\!stroke-gray-800\/60 {
  stroke: rgb(31 41 55 / 0.6) !important;
}

.\!stroke-gray-800\/65 {
  stroke: rgb(31 41 55 / 0.65) !important;
}

.\!stroke-gray-800\/70 {
  stroke: rgb(31 41 55 / 0.7) !important;
}

.\!stroke-gray-800\/75 {
  stroke: rgb(31 41 55 / 0.75) !important;
}

.\!stroke-gray-800\/80 {
  stroke: rgb(31 41 55 / 0.8) !important;
}

.\!stroke-gray-800\/85 {
  stroke: rgb(31 41 55 / 0.85) !important;
}

.\!stroke-gray-800\/90 {
  stroke: rgb(31 41 55 / 0.9) !important;
}

.\!stroke-gray-800\/95 {
  stroke: rgb(31 41 55 / 0.95) !important;
}

.\!stroke-gray-900 {
  stroke: #111827 !important;
}

.\!stroke-gray-900\/0 {
  stroke: rgb(17 24 39 / 0) !important;
}

.\!stroke-gray-900\/10 {
  stroke: rgb(17 24 39 / 0.1) !important;
}

.\!stroke-gray-900\/100 {
  stroke: rgb(17 24 39 / 1) !important;
}

.\!stroke-gray-900\/15 {
  stroke: rgb(17 24 39 / 0.15) !important;
}

.\!stroke-gray-900\/20 {
  stroke: rgb(17 24 39 / 0.2) !important;
}

.\!stroke-gray-900\/25 {
  stroke: rgb(17 24 39 / 0.25) !important;
}

.\!stroke-gray-900\/30 {
  stroke: rgb(17 24 39 / 0.3) !important;
}

.\!stroke-gray-900\/35 {
  stroke: rgb(17 24 39 / 0.35) !important;
}

.\!stroke-gray-900\/40 {
  stroke: rgb(17 24 39 / 0.4) !important;
}

.\!stroke-gray-900\/45 {
  stroke: rgb(17 24 39 / 0.45) !important;
}

.\!stroke-gray-900\/5 {
  stroke: rgb(17 24 39 / 0.05) !important;
}

.\!stroke-gray-900\/50 {
  stroke: rgb(17 24 39 / 0.5) !important;
}

.\!stroke-gray-900\/55 {
  stroke: rgb(17 24 39 / 0.55) !important;
}

.\!stroke-gray-900\/60 {
  stroke: rgb(17 24 39 / 0.6) !important;
}

.\!stroke-gray-900\/65 {
  stroke: rgb(17 24 39 / 0.65) !important;
}

.\!stroke-gray-900\/70 {
  stroke: rgb(17 24 39 / 0.7) !important;
}

.\!stroke-gray-900\/75 {
  stroke: rgb(17 24 39 / 0.75) !important;
}

.\!stroke-gray-900\/80 {
  stroke: rgb(17 24 39 / 0.8) !important;
}

.\!stroke-gray-900\/85 {
  stroke: rgb(17 24 39 / 0.85) !important;
}

.\!stroke-gray-900\/90 {
  stroke: rgb(17 24 39 / 0.9) !important;
}

.\!stroke-gray-900\/95 {
  stroke: rgb(17 24 39 / 0.95) !important;
}

.\!stroke-red-100 {
  stroke: #fee2e2 !important;
}

.\!stroke-red-100\/0 {
  stroke: rgb(254 226 226 / 0) !important;
}

.\!stroke-red-100\/10 {
  stroke: rgb(254 226 226 / 0.1) !important;
}

.\!stroke-red-100\/100 {
  stroke: rgb(254 226 226 / 1) !important;
}

.\!stroke-red-100\/15 {
  stroke: rgb(254 226 226 / 0.15) !important;
}

.\!stroke-red-100\/20 {
  stroke: rgb(254 226 226 / 0.2) !important;
}

.\!stroke-red-100\/25 {
  stroke: rgb(254 226 226 / 0.25) !important;
}

.\!stroke-red-100\/30 {
  stroke: rgb(254 226 226 / 0.3) !important;
}

.\!stroke-red-100\/35 {
  stroke: rgb(254 226 226 / 0.35) !important;
}

.\!stroke-red-100\/40 {
  stroke: rgb(254 226 226 / 0.4) !important;
}

.\!stroke-red-100\/45 {
  stroke: rgb(254 226 226 / 0.45) !important;
}

.\!stroke-red-100\/5 {
  stroke: rgb(254 226 226 / 0.05) !important;
}

.\!stroke-red-100\/50 {
  stroke: rgb(254 226 226 / 0.5) !important;
}

.\!stroke-red-100\/55 {
  stroke: rgb(254 226 226 / 0.55) !important;
}

.\!stroke-red-100\/60 {
  stroke: rgb(254 226 226 / 0.6) !important;
}

.\!stroke-red-100\/65 {
  stroke: rgb(254 226 226 / 0.65) !important;
}

.\!stroke-red-100\/70 {
  stroke: rgb(254 226 226 / 0.7) !important;
}

.\!stroke-red-100\/75 {
  stroke: rgb(254 226 226 / 0.75) !important;
}

.\!stroke-red-100\/80 {
  stroke: rgb(254 226 226 / 0.8) !important;
}

.\!stroke-red-100\/85 {
  stroke: rgb(254 226 226 / 0.85) !important;
}

.\!stroke-red-100\/90 {
  stroke: rgb(254 226 226 / 0.9) !important;
}

.\!stroke-red-100\/95 {
  stroke: rgb(254 226 226 / 0.95) !important;
}

.\!stroke-red-200 {
  stroke: #fecaca !important;
}

.\!stroke-red-200\/0 {
  stroke: rgb(254 202 202 / 0) !important;
}

.\!stroke-red-200\/10 {
  stroke: rgb(254 202 202 / 0.1) !important;
}

.\!stroke-red-200\/100 {
  stroke: rgb(254 202 202 / 1) !important;
}

.\!stroke-red-200\/15 {
  stroke: rgb(254 202 202 / 0.15) !important;
}

.\!stroke-red-200\/20 {
  stroke: rgb(254 202 202 / 0.2) !important;
}

.\!stroke-red-200\/25 {
  stroke: rgb(254 202 202 / 0.25) !important;
}

.\!stroke-red-200\/30 {
  stroke: rgb(254 202 202 / 0.3) !important;
}

.\!stroke-red-200\/35 {
  stroke: rgb(254 202 202 / 0.35) !important;
}

.\!stroke-red-200\/40 {
  stroke: rgb(254 202 202 / 0.4) !important;
}

.\!stroke-red-200\/45 {
  stroke: rgb(254 202 202 / 0.45) !important;
}

.\!stroke-red-200\/5 {
  stroke: rgb(254 202 202 / 0.05) !important;
}

.\!stroke-red-200\/50 {
  stroke: rgb(254 202 202 / 0.5) !important;
}

.\!stroke-red-200\/55 {
  stroke: rgb(254 202 202 / 0.55) !important;
}

.\!stroke-red-200\/60 {
  stroke: rgb(254 202 202 / 0.6) !important;
}

.\!stroke-red-200\/65 {
  stroke: rgb(254 202 202 / 0.65) !important;
}

.\!stroke-red-200\/70 {
  stroke: rgb(254 202 202 / 0.7) !important;
}

.\!stroke-red-200\/75 {
  stroke: rgb(254 202 202 / 0.75) !important;
}

.\!stroke-red-200\/80 {
  stroke: rgb(254 202 202 / 0.8) !important;
}

.\!stroke-red-200\/85 {
  stroke: rgb(254 202 202 / 0.85) !important;
}

.\!stroke-red-200\/90 {
  stroke: rgb(254 202 202 / 0.9) !important;
}

.\!stroke-red-200\/95 {
  stroke: rgb(254 202 202 / 0.95) !important;
}

.\!stroke-red-300 {
  stroke: #fca5a5 !important;
}

.\!stroke-red-300\/0 {
  stroke: rgb(252 165 165 / 0) !important;
}

.\!stroke-red-300\/10 {
  stroke: rgb(252 165 165 / 0.1) !important;
}

.\!stroke-red-300\/100 {
  stroke: rgb(252 165 165 / 1) !important;
}

.\!stroke-red-300\/15 {
  stroke: rgb(252 165 165 / 0.15) !important;
}

.\!stroke-red-300\/20 {
  stroke: rgb(252 165 165 / 0.2) !important;
}

.\!stroke-red-300\/25 {
  stroke: rgb(252 165 165 / 0.25) !important;
}

.\!stroke-red-300\/30 {
  stroke: rgb(252 165 165 / 0.3) !important;
}

.\!stroke-red-300\/35 {
  stroke: rgb(252 165 165 / 0.35) !important;
}

.\!stroke-red-300\/40 {
  stroke: rgb(252 165 165 / 0.4) !important;
}

.\!stroke-red-300\/45 {
  stroke: rgb(252 165 165 / 0.45) !important;
}

.\!stroke-red-300\/5 {
  stroke: rgb(252 165 165 / 0.05) !important;
}

.\!stroke-red-300\/50 {
  stroke: rgb(252 165 165 / 0.5) !important;
}

.\!stroke-red-300\/55 {
  stroke: rgb(252 165 165 / 0.55) !important;
}

.\!stroke-red-300\/60 {
  stroke: rgb(252 165 165 / 0.6) !important;
}

.\!stroke-red-300\/65 {
  stroke: rgb(252 165 165 / 0.65) !important;
}

.\!stroke-red-300\/70 {
  stroke: rgb(252 165 165 / 0.7) !important;
}

.\!stroke-red-300\/75 {
  stroke: rgb(252 165 165 / 0.75) !important;
}

.\!stroke-red-300\/80 {
  stroke: rgb(252 165 165 / 0.8) !important;
}

.\!stroke-red-300\/85 {
  stroke: rgb(252 165 165 / 0.85) !important;
}

.\!stroke-red-300\/90 {
  stroke: rgb(252 165 165 / 0.9) !important;
}

.\!stroke-red-300\/95 {
  stroke: rgb(252 165 165 / 0.95) !important;
}

.\!stroke-red-400 {
  stroke: #f87171 !important;
}

.\!stroke-red-400\/0 {
  stroke: rgb(248 113 113 / 0) !important;
}

.\!stroke-red-400\/10 {
  stroke: rgb(248 113 113 / 0.1) !important;
}

.\!stroke-red-400\/100 {
  stroke: rgb(248 113 113 / 1) !important;
}

.\!stroke-red-400\/15 {
  stroke: rgb(248 113 113 / 0.15) !important;
}

.\!stroke-red-400\/20 {
  stroke: rgb(248 113 113 / 0.2) !important;
}

.\!stroke-red-400\/25 {
  stroke: rgb(248 113 113 / 0.25) !important;
}

.\!stroke-red-400\/30 {
  stroke: rgb(248 113 113 / 0.3) !important;
}

.\!stroke-red-400\/35 {
  stroke: rgb(248 113 113 / 0.35) !important;
}

.\!stroke-red-400\/40 {
  stroke: rgb(248 113 113 / 0.4) !important;
}

.\!stroke-red-400\/45 {
  stroke: rgb(248 113 113 / 0.45) !important;
}

.\!stroke-red-400\/5 {
  stroke: rgb(248 113 113 / 0.05) !important;
}

.\!stroke-red-400\/50 {
  stroke: rgb(248 113 113 / 0.5) !important;
}

.\!stroke-red-400\/55 {
  stroke: rgb(248 113 113 / 0.55) !important;
}

.\!stroke-red-400\/60 {
  stroke: rgb(248 113 113 / 0.6) !important;
}

.\!stroke-red-400\/65 {
  stroke: rgb(248 113 113 / 0.65) !important;
}

.\!stroke-red-400\/70 {
  stroke: rgb(248 113 113 / 0.7) !important;
}

.\!stroke-red-400\/75 {
  stroke: rgb(248 113 113 / 0.75) !important;
}

.\!stroke-red-400\/80 {
  stroke: rgb(248 113 113 / 0.8) !important;
}

.\!stroke-red-400\/85 {
  stroke: rgb(248 113 113 / 0.85) !important;
}

.\!stroke-red-400\/90 {
  stroke: rgb(248 113 113 / 0.9) !important;
}

.\!stroke-red-400\/95 {
  stroke: rgb(248 113 113 / 0.95) !important;
}

.\!stroke-red-500 {
  stroke: #ef4444 !important;
}

.\!stroke-red-500\/0 {
  stroke: rgb(239 68 68 / 0) !important;
}

.\!stroke-red-500\/10 {
  stroke: rgb(239 68 68 / 0.1) !important;
}

.\!stroke-red-500\/100 {
  stroke: rgb(239 68 68 / 1) !important;
}

.\!stroke-red-500\/15 {
  stroke: rgb(239 68 68 / 0.15) !important;
}

.\!stroke-red-500\/20 {
  stroke: rgb(239 68 68 / 0.2) !important;
}

.\!stroke-red-500\/25 {
  stroke: rgb(239 68 68 / 0.25) !important;
}

.\!stroke-red-500\/30 {
  stroke: rgb(239 68 68 / 0.3) !important;
}

.\!stroke-red-500\/35 {
  stroke: rgb(239 68 68 / 0.35) !important;
}

.\!stroke-red-500\/40 {
  stroke: rgb(239 68 68 / 0.4) !important;
}

.\!stroke-red-500\/45 {
  stroke: rgb(239 68 68 / 0.45) !important;
}

.\!stroke-red-500\/5 {
  stroke: rgb(239 68 68 / 0.05) !important;
}

.\!stroke-red-500\/50 {
  stroke: rgb(239 68 68 / 0.5) !important;
}

.\!stroke-red-500\/55 {
  stroke: rgb(239 68 68 / 0.55) !important;
}

.\!stroke-red-500\/60 {
  stroke: rgb(239 68 68 / 0.6) !important;
}

.\!stroke-red-500\/65 {
  stroke: rgb(239 68 68 / 0.65) !important;
}

.\!stroke-red-500\/70 {
  stroke: rgb(239 68 68 / 0.7) !important;
}

.\!stroke-red-500\/75 {
  stroke: rgb(239 68 68 / 0.75) !important;
}

.\!stroke-red-500\/80 {
  stroke: rgb(239 68 68 / 0.8) !important;
}

.\!stroke-red-500\/85 {
  stroke: rgb(239 68 68 / 0.85) !important;
}

.\!stroke-red-500\/90 {
  stroke: rgb(239 68 68 / 0.9) !important;
}

.\!stroke-red-500\/95 {
  stroke: rgb(239 68 68 / 0.95) !important;
}

.\!stroke-red-600 {
  stroke: #dc2626 !important;
}

.\!stroke-red-600\/0 {
  stroke: rgb(220 38 38 / 0) !important;
}

.\!stroke-red-600\/10 {
  stroke: rgb(220 38 38 / 0.1) !important;
}

.\!stroke-red-600\/100 {
  stroke: rgb(220 38 38 / 1) !important;
}

.\!stroke-red-600\/15 {
  stroke: rgb(220 38 38 / 0.15) !important;
}

.\!stroke-red-600\/20 {
  stroke: rgb(220 38 38 / 0.2) !important;
}

.\!stroke-red-600\/25 {
  stroke: rgb(220 38 38 / 0.25) !important;
}

.\!stroke-red-600\/30 {
  stroke: rgb(220 38 38 / 0.3) !important;
}

.\!stroke-red-600\/35 {
  stroke: rgb(220 38 38 / 0.35) !important;
}

.\!stroke-red-600\/40 {
  stroke: rgb(220 38 38 / 0.4) !important;
}

.\!stroke-red-600\/45 {
  stroke: rgb(220 38 38 / 0.45) !important;
}

.\!stroke-red-600\/5 {
  stroke: rgb(220 38 38 / 0.05) !important;
}

.\!stroke-red-600\/50 {
  stroke: rgb(220 38 38 / 0.5) !important;
}

.\!stroke-red-600\/55 {
  stroke: rgb(220 38 38 / 0.55) !important;
}

.\!stroke-red-600\/60 {
  stroke: rgb(220 38 38 / 0.6) !important;
}

.\!stroke-red-600\/65 {
  stroke: rgb(220 38 38 / 0.65) !important;
}

.\!stroke-red-600\/70 {
  stroke: rgb(220 38 38 / 0.7) !important;
}

.\!stroke-red-600\/75 {
  stroke: rgb(220 38 38 / 0.75) !important;
}

.\!stroke-red-600\/80 {
  stroke: rgb(220 38 38 / 0.8) !important;
}

.\!stroke-red-600\/85 {
  stroke: rgb(220 38 38 / 0.85) !important;
}

.\!stroke-red-600\/90 {
  stroke: rgb(220 38 38 / 0.9) !important;
}

.\!stroke-red-600\/95 {
  stroke: rgb(220 38 38 / 0.95) !important;
}

.\!stroke-red-700 {
  stroke: #b91c1c !important;
}

.\!stroke-red-700\/0 {
  stroke: rgb(185 28 28 / 0) !important;
}

.\!stroke-red-700\/10 {
  stroke: rgb(185 28 28 / 0.1) !important;
}

.\!stroke-red-700\/100 {
  stroke: rgb(185 28 28 / 1) !important;
}

.\!stroke-red-700\/15 {
  stroke: rgb(185 28 28 / 0.15) !important;
}

.\!stroke-red-700\/20 {
  stroke: rgb(185 28 28 / 0.2) !important;
}

.\!stroke-red-700\/25 {
  stroke: rgb(185 28 28 / 0.25) !important;
}

.\!stroke-red-700\/30 {
  stroke: rgb(185 28 28 / 0.3) !important;
}

.\!stroke-red-700\/35 {
  stroke: rgb(185 28 28 / 0.35) !important;
}

.\!stroke-red-700\/40 {
  stroke: rgb(185 28 28 / 0.4) !important;
}

.\!stroke-red-700\/45 {
  stroke: rgb(185 28 28 / 0.45) !important;
}

.\!stroke-red-700\/5 {
  stroke: rgb(185 28 28 / 0.05) !important;
}

.\!stroke-red-700\/50 {
  stroke: rgb(185 28 28 / 0.5) !important;
}

.\!stroke-red-700\/55 {
  stroke: rgb(185 28 28 / 0.55) !important;
}

.\!stroke-red-700\/60 {
  stroke: rgb(185 28 28 / 0.6) !important;
}

.\!stroke-red-700\/65 {
  stroke: rgb(185 28 28 / 0.65) !important;
}

.\!stroke-red-700\/70 {
  stroke: rgb(185 28 28 / 0.7) !important;
}

.\!stroke-red-700\/75 {
  stroke: rgb(185 28 28 / 0.75) !important;
}

.\!stroke-red-700\/80 {
  stroke: rgb(185 28 28 / 0.8) !important;
}

.\!stroke-red-700\/85 {
  stroke: rgb(185 28 28 / 0.85) !important;
}

.\!stroke-red-700\/90 {
  stroke: rgb(185 28 28 / 0.9) !important;
}

.\!stroke-red-700\/95 {
  stroke: rgb(185 28 28 / 0.95) !important;
}

.\!stroke-red-800 {
  stroke: #991b1b !important;
}

.\!stroke-red-800\/0 {
  stroke: rgb(153 27 27 / 0) !important;
}

.\!stroke-red-800\/10 {
  stroke: rgb(153 27 27 / 0.1) !important;
}

.\!stroke-red-800\/100 {
  stroke: rgb(153 27 27 / 1) !important;
}

.\!stroke-red-800\/15 {
  stroke: rgb(153 27 27 / 0.15) !important;
}

.\!stroke-red-800\/20 {
  stroke: rgb(153 27 27 / 0.2) !important;
}

.\!stroke-red-800\/25 {
  stroke: rgb(153 27 27 / 0.25) !important;
}

.\!stroke-red-800\/30 {
  stroke: rgb(153 27 27 / 0.3) !important;
}

.\!stroke-red-800\/35 {
  stroke: rgb(153 27 27 / 0.35) !important;
}

.\!stroke-red-800\/40 {
  stroke: rgb(153 27 27 / 0.4) !important;
}

.\!stroke-red-800\/45 {
  stroke: rgb(153 27 27 / 0.45) !important;
}

.\!stroke-red-800\/5 {
  stroke: rgb(153 27 27 / 0.05) !important;
}

.\!stroke-red-800\/50 {
  stroke: rgb(153 27 27 / 0.5) !important;
}

.\!stroke-red-800\/55 {
  stroke: rgb(153 27 27 / 0.55) !important;
}

.\!stroke-red-800\/60 {
  stroke: rgb(153 27 27 / 0.6) !important;
}

.\!stroke-red-800\/65 {
  stroke: rgb(153 27 27 / 0.65) !important;
}

.\!stroke-red-800\/70 {
  stroke: rgb(153 27 27 / 0.7) !important;
}

.\!stroke-red-800\/75 {
  stroke: rgb(153 27 27 / 0.75) !important;
}

.\!stroke-red-800\/80 {
  stroke: rgb(153 27 27 / 0.8) !important;
}

.\!stroke-red-800\/85 {
  stroke: rgb(153 27 27 / 0.85) !important;
}

.\!stroke-red-800\/90 {
  stroke: rgb(153 27 27 / 0.9) !important;
}

.\!stroke-red-800\/95 {
  stroke: rgb(153 27 27 / 0.95) !important;
}

.\!stroke-red-900 {
  stroke: #7f1d1d !important;
}

.\!stroke-red-900\/0 {
  stroke: rgb(127 29 29 / 0) !important;
}

.\!stroke-red-900\/10 {
  stroke: rgb(127 29 29 / 0.1) !important;
}

.\!stroke-red-900\/100 {
  stroke: rgb(127 29 29 / 1) !important;
}

.\!stroke-red-900\/15 {
  stroke: rgb(127 29 29 / 0.15) !important;
}

.\!stroke-red-900\/20 {
  stroke: rgb(127 29 29 / 0.2) !important;
}

.\!stroke-red-900\/25 {
  stroke: rgb(127 29 29 / 0.25) !important;
}

.\!stroke-red-900\/30 {
  stroke: rgb(127 29 29 / 0.3) !important;
}

.\!stroke-red-900\/35 {
  stroke: rgb(127 29 29 / 0.35) !important;
}

.\!stroke-red-900\/40 {
  stroke: rgb(127 29 29 / 0.4) !important;
}

.\!stroke-red-900\/45 {
  stroke: rgb(127 29 29 / 0.45) !important;
}

.\!stroke-red-900\/5 {
  stroke: rgb(127 29 29 / 0.05) !important;
}

.\!stroke-red-900\/50 {
  stroke: rgb(127 29 29 / 0.5) !important;
}

.\!stroke-red-900\/55 {
  stroke: rgb(127 29 29 / 0.55) !important;
}

.\!stroke-red-900\/60 {
  stroke: rgb(127 29 29 / 0.6) !important;
}

.\!stroke-red-900\/65 {
  stroke: rgb(127 29 29 / 0.65) !important;
}

.\!stroke-red-900\/70 {
  stroke: rgb(127 29 29 / 0.7) !important;
}

.\!stroke-red-900\/75 {
  stroke: rgb(127 29 29 / 0.75) !important;
}

.\!stroke-red-900\/80 {
  stroke: rgb(127 29 29 / 0.8) !important;
}

.\!stroke-red-900\/85 {
  stroke: rgb(127 29 29 / 0.85) !important;
}

.\!stroke-red-900\/90 {
  stroke: rgb(127 29 29 / 0.9) !important;
}

.\!stroke-red-900\/95 {
  stroke: rgb(127 29 29 / 0.95) !important;
}

.stroke-gray-100 {
  stroke: #f3f4f6;
}

.stroke-gray-100\/0 {
  stroke: rgb(243 244 246 / 0);
}

.stroke-gray-100\/10 {
  stroke: rgb(243 244 246 / 0.1);
}

.stroke-gray-100\/100 {
  stroke: rgb(243 244 246 / 1);
}

.stroke-gray-100\/15 {
  stroke: rgb(243 244 246 / 0.15);
}

.stroke-gray-100\/20 {
  stroke: rgb(243 244 246 / 0.2);
}

.stroke-gray-100\/25 {
  stroke: rgb(243 244 246 / 0.25);
}

.stroke-gray-100\/30 {
  stroke: rgb(243 244 246 / 0.3);
}

.stroke-gray-100\/35 {
  stroke: rgb(243 244 246 / 0.35);
}

.stroke-gray-100\/40 {
  stroke: rgb(243 244 246 / 0.4);
}

.stroke-gray-100\/45 {
  stroke: rgb(243 244 246 / 0.45);
}

.stroke-gray-100\/5 {
  stroke: rgb(243 244 246 / 0.05);
}

.stroke-gray-100\/50 {
  stroke: rgb(243 244 246 / 0.5);
}

.stroke-gray-100\/55 {
  stroke: rgb(243 244 246 / 0.55);
}

.stroke-gray-100\/60 {
  stroke: rgb(243 244 246 / 0.6);
}

.stroke-gray-100\/65 {
  stroke: rgb(243 244 246 / 0.65);
}

.stroke-gray-100\/70 {
  stroke: rgb(243 244 246 / 0.7);
}

.stroke-gray-100\/75 {
  stroke: rgb(243 244 246 / 0.75);
}

.stroke-gray-100\/80 {
  stroke: rgb(243 244 246 / 0.8);
}

.stroke-gray-100\/85 {
  stroke: rgb(243 244 246 / 0.85);
}

.stroke-gray-100\/90 {
  stroke: rgb(243 244 246 / 0.9);
}

.stroke-gray-100\/95 {
  stroke: rgb(243 244 246 / 0.95);
}

.stroke-gray-200 {
  stroke: #e5e7eb;
}

.stroke-gray-200\/0 {
  stroke: rgb(229 231 235 / 0);
}

.stroke-gray-200\/10 {
  stroke: rgb(229 231 235 / 0.1);
}

.stroke-gray-200\/100 {
  stroke: rgb(229 231 235 / 1);
}

.stroke-gray-200\/15 {
  stroke: rgb(229 231 235 / 0.15);
}

.stroke-gray-200\/20 {
  stroke: rgb(229 231 235 / 0.2);
}

.stroke-gray-200\/25 {
  stroke: rgb(229 231 235 / 0.25);
}

.stroke-gray-200\/30 {
  stroke: rgb(229 231 235 / 0.3);
}

.stroke-gray-200\/35 {
  stroke: rgb(229 231 235 / 0.35);
}

.stroke-gray-200\/40 {
  stroke: rgb(229 231 235 / 0.4);
}

.stroke-gray-200\/45 {
  stroke: rgb(229 231 235 / 0.45);
}

.stroke-gray-200\/5 {
  stroke: rgb(229 231 235 / 0.05);
}

.stroke-gray-200\/50 {
  stroke: rgb(229 231 235 / 0.5);
}

.stroke-gray-200\/55 {
  stroke: rgb(229 231 235 / 0.55);
}

.stroke-gray-200\/60 {
  stroke: rgb(229 231 235 / 0.6);
}

.stroke-gray-200\/65 {
  stroke: rgb(229 231 235 / 0.65);
}

.stroke-gray-200\/70 {
  stroke: rgb(229 231 235 / 0.7);
}

.stroke-gray-200\/75 {
  stroke: rgb(229 231 235 / 0.75);
}

.stroke-gray-200\/80 {
  stroke: rgb(229 231 235 / 0.8);
}

.stroke-gray-200\/85 {
  stroke: rgb(229 231 235 / 0.85);
}

.stroke-gray-200\/90 {
  stroke: rgb(229 231 235 / 0.9);
}

.stroke-gray-200\/95 {
  stroke: rgb(229 231 235 / 0.95);
}

.stroke-gray-300 {
  stroke: #d1d5db;
}

.stroke-gray-300\/0 {
  stroke: rgb(209 213 219 / 0);
}

.stroke-gray-300\/10 {
  stroke: rgb(209 213 219 / 0.1);
}

.stroke-gray-300\/100 {
  stroke: rgb(209 213 219 / 1);
}

.stroke-gray-300\/15 {
  stroke: rgb(209 213 219 / 0.15);
}

.stroke-gray-300\/20 {
  stroke: rgb(209 213 219 / 0.2);
}

.stroke-gray-300\/25 {
  stroke: rgb(209 213 219 / 0.25);
}

.stroke-gray-300\/30 {
  stroke: rgb(209 213 219 / 0.3);
}

.stroke-gray-300\/35 {
  stroke: rgb(209 213 219 / 0.35);
}

.stroke-gray-300\/40 {
  stroke: rgb(209 213 219 / 0.4);
}

.stroke-gray-300\/45 {
  stroke: rgb(209 213 219 / 0.45);
}

.stroke-gray-300\/5 {
  stroke: rgb(209 213 219 / 0.05);
}

.stroke-gray-300\/50 {
  stroke: rgb(209 213 219 / 0.5);
}

.stroke-gray-300\/55 {
  stroke: rgb(209 213 219 / 0.55);
}

.stroke-gray-300\/60 {
  stroke: rgb(209 213 219 / 0.6);
}

.stroke-gray-300\/65 {
  stroke: rgb(209 213 219 / 0.65);
}

.stroke-gray-300\/70 {
  stroke: rgb(209 213 219 / 0.7);
}

.stroke-gray-300\/75 {
  stroke: rgb(209 213 219 / 0.75);
}

.stroke-gray-300\/80 {
  stroke: rgb(209 213 219 / 0.8);
}

.stroke-gray-300\/85 {
  stroke: rgb(209 213 219 / 0.85);
}

.stroke-gray-300\/90 {
  stroke: rgb(209 213 219 / 0.9);
}

.stroke-gray-300\/95 {
  stroke: rgb(209 213 219 / 0.95);
}

.stroke-gray-400 {
  stroke: #9ca3af;
}

.stroke-gray-400\/0 {
  stroke: rgb(156 163 175 / 0);
}

.stroke-gray-400\/10 {
  stroke: rgb(156 163 175 / 0.1);
}

.stroke-gray-400\/100 {
  stroke: rgb(156 163 175 / 1);
}

.stroke-gray-400\/15 {
  stroke: rgb(156 163 175 / 0.15);
}

.stroke-gray-400\/20 {
  stroke: rgb(156 163 175 / 0.2);
}

.stroke-gray-400\/25 {
  stroke: rgb(156 163 175 / 0.25);
}

.stroke-gray-400\/30 {
  stroke: rgb(156 163 175 / 0.3);
}

.stroke-gray-400\/35 {
  stroke: rgb(156 163 175 / 0.35);
}

.stroke-gray-400\/40 {
  stroke: rgb(156 163 175 / 0.4);
}

.stroke-gray-400\/45 {
  stroke: rgb(156 163 175 / 0.45);
}

.stroke-gray-400\/5 {
  stroke: rgb(156 163 175 / 0.05);
}

.stroke-gray-400\/50 {
  stroke: rgb(156 163 175 / 0.5);
}

.stroke-gray-400\/55 {
  stroke: rgb(156 163 175 / 0.55);
}

.stroke-gray-400\/60 {
  stroke: rgb(156 163 175 / 0.6);
}

.stroke-gray-400\/65 {
  stroke: rgb(156 163 175 / 0.65);
}

.stroke-gray-400\/70 {
  stroke: rgb(156 163 175 / 0.7);
}

.stroke-gray-400\/75 {
  stroke: rgb(156 163 175 / 0.75);
}

.stroke-gray-400\/80 {
  stroke: rgb(156 163 175 / 0.8);
}

.stroke-gray-400\/85 {
  stroke: rgb(156 163 175 / 0.85);
}

.stroke-gray-400\/90 {
  stroke: rgb(156 163 175 / 0.9);
}

.stroke-gray-400\/95 {
  stroke: rgb(156 163 175 / 0.95);
}

.stroke-gray-500 {
  stroke: #6b7280;
}

.stroke-gray-500\/0 {
  stroke: rgb(107 114 128 / 0);
}

.stroke-gray-500\/10 {
  stroke: rgb(107 114 128 / 0.1);
}

.stroke-gray-500\/100 {
  stroke: rgb(107 114 128 / 1);
}

.stroke-gray-500\/15 {
  stroke: rgb(107 114 128 / 0.15);
}

.stroke-gray-500\/20 {
  stroke: rgb(107 114 128 / 0.2);
}

.stroke-gray-500\/25 {
  stroke: rgb(107 114 128 / 0.25);
}

.stroke-gray-500\/30 {
  stroke: rgb(107 114 128 / 0.3);
}

.stroke-gray-500\/35 {
  stroke: rgb(107 114 128 / 0.35);
}

.stroke-gray-500\/40 {
  stroke: rgb(107 114 128 / 0.4);
}

.stroke-gray-500\/45 {
  stroke: rgb(107 114 128 / 0.45);
}

.stroke-gray-500\/5 {
  stroke: rgb(107 114 128 / 0.05);
}

.stroke-gray-500\/50 {
  stroke: rgb(107 114 128 / 0.5);
}

.stroke-gray-500\/55 {
  stroke: rgb(107 114 128 / 0.55);
}

.stroke-gray-500\/60 {
  stroke: rgb(107 114 128 / 0.6);
}

.stroke-gray-500\/65 {
  stroke: rgb(107 114 128 / 0.65);
}

.stroke-gray-500\/70 {
  stroke: rgb(107 114 128 / 0.7);
}

.stroke-gray-500\/75 {
  stroke: rgb(107 114 128 / 0.75);
}

.stroke-gray-500\/80 {
  stroke: rgb(107 114 128 / 0.8);
}

.stroke-gray-500\/85 {
  stroke: rgb(107 114 128 / 0.85);
}

.stroke-gray-500\/90 {
  stroke: rgb(107 114 128 / 0.9);
}

.stroke-gray-500\/95 {
  stroke: rgb(107 114 128 / 0.95);
}

.stroke-gray-600 {
  stroke: #4b5563;
}

.stroke-gray-600\/0 {
  stroke: rgb(75 85 99 / 0);
}

.stroke-gray-600\/10 {
  stroke: rgb(75 85 99 / 0.1);
}

.stroke-gray-600\/100 {
  stroke: rgb(75 85 99 / 1);
}

.stroke-gray-600\/15 {
  stroke: rgb(75 85 99 / 0.15);
}

.stroke-gray-600\/20 {
  stroke: rgb(75 85 99 / 0.2);
}

.stroke-gray-600\/25 {
  stroke: rgb(75 85 99 / 0.25);
}

.stroke-gray-600\/30 {
  stroke: rgb(75 85 99 / 0.3);
}

.stroke-gray-600\/35 {
  stroke: rgb(75 85 99 / 0.35);
}

.stroke-gray-600\/40 {
  stroke: rgb(75 85 99 / 0.4);
}

.stroke-gray-600\/45 {
  stroke: rgb(75 85 99 / 0.45);
}

.stroke-gray-600\/5 {
  stroke: rgb(75 85 99 / 0.05);
}

.stroke-gray-600\/50 {
  stroke: rgb(75 85 99 / 0.5);
}

.stroke-gray-600\/55 {
  stroke: rgb(75 85 99 / 0.55);
}

.stroke-gray-600\/60 {
  stroke: rgb(75 85 99 / 0.6);
}

.stroke-gray-600\/65 {
  stroke: rgb(75 85 99 / 0.65);
}

.stroke-gray-600\/70 {
  stroke: rgb(75 85 99 / 0.7);
}

.stroke-gray-600\/75 {
  stroke: rgb(75 85 99 / 0.75);
}

.stroke-gray-600\/80 {
  stroke: rgb(75 85 99 / 0.8);
}

.stroke-gray-600\/85 {
  stroke: rgb(75 85 99 / 0.85);
}

.stroke-gray-600\/90 {
  stroke: rgb(75 85 99 / 0.9);
}

.stroke-gray-600\/95 {
  stroke: rgb(75 85 99 / 0.95);
}

.stroke-gray-700 {
  stroke: #374151;
}

.stroke-gray-700\/0 {
  stroke: rgb(55 65 81 / 0);
}

.stroke-gray-700\/10 {
  stroke: rgb(55 65 81 / 0.1);
}

.stroke-gray-700\/100 {
  stroke: rgb(55 65 81 / 1);
}

.stroke-gray-700\/15 {
  stroke: rgb(55 65 81 / 0.15);
}

.stroke-gray-700\/20 {
  stroke: rgb(55 65 81 / 0.2);
}

.stroke-gray-700\/25 {
  stroke: rgb(55 65 81 / 0.25);
}

.stroke-gray-700\/30 {
  stroke: rgb(55 65 81 / 0.3);
}

.stroke-gray-700\/35 {
  stroke: rgb(55 65 81 / 0.35);
}

.stroke-gray-700\/40 {
  stroke: rgb(55 65 81 / 0.4);
}

.stroke-gray-700\/45 {
  stroke: rgb(55 65 81 / 0.45);
}

.stroke-gray-700\/5 {
  stroke: rgb(55 65 81 / 0.05);
}

.stroke-gray-700\/50 {
  stroke: rgb(55 65 81 / 0.5);
}

.stroke-gray-700\/55 {
  stroke: rgb(55 65 81 / 0.55);
}

.stroke-gray-700\/60 {
  stroke: rgb(55 65 81 / 0.6);
}

.stroke-gray-700\/65 {
  stroke: rgb(55 65 81 / 0.65);
}

.stroke-gray-700\/70 {
  stroke: rgb(55 65 81 / 0.7);
}

.stroke-gray-700\/75 {
  stroke: rgb(55 65 81 / 0.75);
}

.stroke-gray-700\/80 {
  stroke: rgb(55 65 81 / 0.8);
}

.stroke-gray-700\/85 {
  stroke: rgb(55 65 81 / 0.85);
}

.stroke-gray-700\/90 {
  stroke: rgb(55 65 81 / 0.9);
}

.stroke-gray-700\/95 {
  stroke: rgb(55 65 81 / 0.95);
}

.stroke-gray-800 {
  stroke: #1f2937;
}

.stroke-gray-800\/0 {
  stroke: rgb(31 41 55 / 0);
}

.stroke-gray-800\/10 {
  stroke: rgb(31 41 55 / 0.1);
}

.stroke-gray-800\/100 {
  stroke: rgb(31 41 55 / 1);
}

.stroke-gray-800\/15 {
  stroke: rgb(31 41 55 / 0.15);
}

.stroke-gray-800\/20 {
  stroke: rgb(31 41 55 / 0.2);
}

.stroke-gray-800\/25 {
  stroke: rgb(31 41 55 / 0.25);
}

.stroke-gray-800\/30 {
  stroke: rgb(31 41 55 / 0.3);
}

.stroke-gray-800\/35 {
  stroke: rgb(31 41 55 / 0.35);
}

.stroke-gray-800\/40 {
  stroke: rgb(31 41 55 / 0.4);
}

.stroke-gray-800\/45 {
  stroke: rgb(31 41 55 / 0.45);
}

.stroke-gray-800\/5 {
  stroke: rgb(31 41 55 / 0.05);
}

.stroke-gray-800\/50 {
  stroke: rgb(31 41 55 / 0.5);
}

.stroke-gray-800\/55 {
  stroke: rgb(31 41 55 / 0.55);
}

.stroke-gray-800\/60 {
  stroke: rgb(31 41 55 / 0.6);
}

.stroke-gray-800\/65 {
  stroke: rgb(31 41 55 / 0.65);
}

.stroke-gray-800\/70 {
  stroke: rgb(31 41 55 / 0.7);
}

.stroke-gray-800\/75 {
  stroke: rgb(31 41 55 / 0.75);
}

.stroke-gray-800\/80 {
  stroke: rgb(31 41 55 / 0.8);
}

.stroke-gray-800\/85 {
  stroke: rgb(31 41 55 / 0.85);
}

.stroke-gray-800\/90 {
  stroke: rgb(31 41 55 / 0.9);
}

.stroke-gray-800\/95 {
  stroke: rgb(31 41 55 / 0.95);
}

.stroke-gray-900 {
  stroke: #111827;
}

.stroke-gray-900\/0 {
  stroke: rgb(17 24 39 / 0);
}

.stroke-gray-900\/10 {
  stroke: rgb(17 24 39 / 0.1);
}

.stroke-gray-900\/100 {
  stroke: rgb(17 24 39 / 1);
}

.stroke-gray-900\/15 {
  stroke: rgb(17 24 39 / 0.15);
}

.stroke-gray-900\/20 {
  stroke: rgb(17 24 39 / 0.2);
}

.stroke-gray-900\/25 {
  stroke: rgb(17 24 39 / 0.25);
}

.stroke-gray-900\/30 {
  stroke: rgb(17 24 39 / 0.3);
}

.stroke-gray-900\/35 {
  stroke: rgb(17 24 39 / 0.35);
}

.stroke-gray-900\/40 {
  stroke: rgb(17 24 39 / 0.4);
}

.stroke-gray-900\/45 {
  stroke: rgb(17 24 39 / 0.45);
}

.stroke-gray-900\/5 {
  stroke: rgb(17 24 39 / 0.05);
}

.stroke-gray-900\/50 {
  stroke: rgb(17 24 39 / 0.5);
}

.stroke-gray-900\/55 {
  stroke: rgb(17 24 39 / 0.55);
}

.stroke-gray-900\/60 {
  stroke: rgb(17 24 39 / 0.6);
}

.stroke-gray-900\/65 {
  stroke: rgb(17 24 39 / 0.65);
}

.stroke-gray-900\/70 {
  stroke: rgb(17 24 39 / 0.7);
}

.stroke-gray-900\/75 {
  stroke: rgb(17 24 39 / 0.75);
}

.stroke-gray-900\/80 {
  stroke: rgb(17 24 39 / 0.8);
}

.stroke-gray-900\/85 {
  stroke: rgb(17 24 39 / 0.85);
}

.stroke-gray-900\/90 {
  stroke: rgb(17 24 39 / 0.9);
}

.stroke-gray-900\/95 {
  stroke: rgb(17 24 39 / 0.95);
}

.stroke-red-100 {
  stroke: #fee2e2;
}

.stroke-red-100\/0 {
  stroke: rgb(254 226 226 / 0);
}

.stroke-red-100\/10 {
  stroke: rgb(254 226 226 / 0.1);
}

.stroke-red-100\/100 {
  stroke: rgb(254 226 226 / 1);
}

.stroke-red-100\/15 {
  stroke: rgb(254 226 226 / 0.15);
}

.stroke-red-100\/20 {
  stroke: rgb(254 226 226 / 0.2);
}

.stroke-red-100\/25 {
  stroke: rgb(254 226 226 / 0.25);
}

.stroke-red-100\/30 {
  stroke: rgb(254 226 226 / 0.3);
}

.stroke-red-100\/35 {
  stroke: rgb(254 226 226 / 0.35);
}

.stroke-red-100\/40 {
  stroke: rgb(254 226 226 / 0.4);
}

.stroke-red-100\/45 {
  stroke: rgb(254 226 226 / 0.45);
}

.stroke-red-100\/5 {
  stroke: rgb(254 226 226 / 0.05);
}

.stroke-red-100\/50 {
  stroke: rgb(254 226 226 / 0.5);
}

.stroke-red-100\/55 {
  stroke: rgb(254 226 226 / 0.55);
}

.stroke-red-100\/60 {
  stroke: rgb(254 226 226 / 0.6);
}

.stroke-red-100\/65 {
  stroke: rgb(254 226 226 / 0.65);
}

.stroke-red-100\/70 {
  stroke: rgb(254 226 226 / 0.7);
}

.stroke-red-100\/75 {
  stroke: rgb(254 226 226 / 0.75);
}

.stroke-red-100\/80 {
  stroke: rgb(254 226 226 / 0.8);
}

.stroke-red-100\/85 {
  stroke: rgb(254 226 226 / 0.85);
}

.stroke-red-100\/90 {
  stroke: rgb(254 226 226 / 0.9);
}

.stroke-red-100\/95 {
  stroke: rgb(254 226 226 / 0.95);
}

.stroke-red-200 {
  stroke: #fecaca;
}

.stroke-red-200\/0 {
  stroke: rgb(254 202 202 / 0);
}

.stroke-red-200\/10 {
  stroke: rgb(254 202 202 / 0.1);
}

.stroke-red-200\/100 {
  stroke: rgb(254 202 202 / 1);
}

.stroke-red-200\/15 {
  stroke: rgb(254 202 202 / 0.15);
}

.stroke-red-200\/20 {
  stroke: rgb(254 202 202 / 0.2);
}

.stroke-red-200\/25 {
  stroke: rgb(254 202 202 / 0.25);
}

.stroke-red-200\/30 {
  stroke: rgb(254 202 202 / 0.3);
}

.stroke-red-200\/35 {
  stroke: rgb(254 202 202 / 0.35);
}

.stroke-red-200\/40 {
  stroke: rgb(254 202 202 / 0.4);
}

.stroke-red-200\/45 {
  stroke: rgb(254 202 202 / 0.45);
}

.stroke-red-200\/5 {
  stroke: rgb(254 202 202 / 0.05);
}

.stroke-red-200\/50 {
  stroke: rgb(254 202 202 / 0.5);
}

.stroke-red-200\/55 {
  stroke: rgb(254 202 202 / 0.55);
}

.stroke-red-200\/60 {
  stroke: rgb(254 202 202 / 0.6);
}

.stroke-red-200\/65 {
  stroke: rgb(254 202 202 / 0.65);
}

.stroke-red-200\/70 {
  stroke: rgb(254 202 202 / 0.7);
}

.stroke-red-200\/75 {
  stroke: rgb(254 202 202 / 0.75);
}

.stroke-red-200\/80 {
  stroke: rgb(254 202 202 / 0.8);
}

.stroke-red-200\/85 {
  stroke: rgb(254 202 202 / 0.85);
}

.stroke-red-200\/90 {
  stroke: rgb(254 202 202 / 0.9);
}

.stroke-red-200\/95 {
  stroke: rgb(254 202 202 / 0.95);
}

.stroke-red-300 {
  stroke: #fca5a5;
}

.stroke-red-300\/0 {
  stroke: rgb(252 165 165 / 0);
}

.stroke-red-300\/10 {
  stroke: rgb(252 165 165 / 0.1);
}

.stroke-red-300\/100 {
  stroke: rgb(252 165 165 / 1);
}

.stroke-red-300\/15 {
  stroke: rgb(252 165 165 / 0.15);
}

.stroke-red-300\/20 {
  stroke: rgb(252 165 165 / 0.2);
}

.stroke-red-300\/25 {
  stroke: rgb(252 165 165 / 0.25);
}

.stroke-red-300\/30 {
  stroke: rgb(252 165 165 / 0.3);
}

.stroke-red-300\/35 {
  stroke: rgb(252 165 165 / 0.35);
}

.stroke-red-300\/40 {
  stroke: rgb(252 165 165 / 0.4);
}

.stroke-red-300\/45 {
  stroke: rgb(252 165 165 / 0.45);
}

.stroke-red-300\/5 {
  stroke: rgb(252 165 165 / 0.05);
}

.stroke-red-300\/50 {
  stroke: rgb(252 165 165 / 0.5);
}

.stroke-red-300\/55 {
  stroke: rgb(252 165 165 / 0.55);
}

.stroke-red-300\/60 {
  stroke: rgb(252 165 165 / 0.6);
}

.stroke-red-300\/65 {
  stroke: rgb(252 165 165 / 0.65);
}

.stroke-red-300\/70 {
  stroke: rgb(252 165 165 / 0.7);
}

.stroke-red-300\/75 {
  stroke: rgb(252 165 165 / 0.75);
}

.stroke-red-300\/80 {
  stroke: rgb(252 165 165 / 0.8);
}

.stroke-red-300\/85 {
  stroke: rgb(252 165 165 / 0.85);
}

.stroke-red-300\/90 {
  stroke: rgb(252 165 165 / 0.9);
}

.stroke-red-300\/95 {
  stroke: rgb(252 165 165 / 0.95);
}

.stroke-red-400 {
  stroke: #f87171;
}

.stroke-red-400\/0 {
  stroke: rgb(248 113 113 / 0);
}

.stroke-red-400\/10 {
  stroke: rgb(248 113 113 / 0.1);
}

.stroke-red-400\/100 {
  stroke: rgb(248 113 113 / 1);
}

.stroke-red-400\/15 {
  stroke: rgb(248 113 113 / 0.15);
}

.stroke-red-400\/20 {
  stroke: rgb(248 113 113 / 0.2);
}

.stroke-red-400\/25 {
  stroke: rgb(248 113 113 / 0.25);
}

.stroke-red-400\/30 {
  stroke: rgb(248 113 113 / 0.3);
}

.stroke-red-400\/35 {
  stroke: rgb(248 113 113 / 0.35);
}

.stroke-red-400\/40 {
  stroke: rgb(248 113 113 / 0.4);
}

.stroke-red-400\/45 {
  stroke: rgb(248 113 113 / 0.45);
}

.stroke-red-400\/5 {
  stroke: rgb(248 113 113 / 0.05);
}

.stroke-red-400\/50 {
  stroke: rgb(248 113 113 / 0.5);
}

.stroke-red-400\/55 {
  stroke: rgb(248 113 113 / 0.55);
}

.stroke-red-400\/60 {
  stroke: rgb(248 113 113 / 0.6);
}

.stroke-red-400\/65 {
  stroke: rgb(248 113 113 / 0.65);
}

.stroke-red-400\/70 {
  stroke: rgb(248 113 113 / 0.7);
}

.stroke-red-400\/75 {
  stroke: rgb(248 113 113 / 0.75);
}

.stroke-red-400\/80 {
  stroke: rgb(248 113 113 / 0.8);
}

.stroke-red-400\/85 {
  stroke: rgb(248 113 113 / 0.85);
}

.stroke-red-400\/90 {
  stroke: rgb(248 113 113 / 0.9);
}

.stroke-red-400\/95 {
  stroke: rgb(248 113 113 / 0.95);
}

.stroke-red-500 {
  stroke: #ef4444;
}

.stroke-red-500\/0 {
  stroke: rgb(239 68 68 / 0);
}

.stroke-red-500\/10 {
  stroke: rgb(239 68 68 / 0.1);
}

.stroke-red-500\/100 {
  stroke: rgb(239 68 68 / 1);
}

.stroke-red-500\/15 {
  stroke: rgb(239 68 68 / 0.15);
}

.stroke-red-500\/20 {
  stroke: rgb(239 68 68 / 0.2);
}

.stroke-red-500\/25 {
  stroke: rgb(239 68 68 / 0.25);
}

.stroke-red-500\/30 {
  stroke: rgb(239 68 68 / 0.3);
}

.stroke-red-500\/35 {
  stroke: rgb(239 68 68 / 0.35);
}

.stroke-red-500\/40 {
  stroke: rgb(239 68 68 / 0.4);
}

.stroke-red-500\/45 {
  stroke: rgb(239 68 68 / 0.45);
}

.stroke-red-500\/5 {
  stroke: rgb(239 68 68 / 0.05);
}

.stroke-red-500\/50 {
  stroke: rgb(239 68 68 / 0.5);
}

.stroke-red-500\/55 {
  stroke: rgb(239 68 68 / 0.55);
}

.stroke-red-500\/60 {
  stroke: rgb(239 68 68 / 0.6);
}

.stroke-red-500\/65 {
  stroke: rgb(239 68 68 / 0.65);
}

.stroke-red-500\/70 {
  stroke: rgb(239 68 68 / 0.7);
}

.stroke-red-500\/75 {
  stroke: rgb(239 68 68 / 0.75);
}

.stroke-red-500\/80 {
  stroke: rgb(239 68 68 / 0.8);
}

.stroke-red-500\/85 {
  stroke: rgb(239 68 68 / 0.85);
}

.stroke-red-500\/90 {
  stroke: rgb(239 68 68 / 0.9);
}

.stroke-red-500\/95 {
  stroke: rgb(239 68 68 / 0.95);
}

.stroke-red-600 {
  stroke: #dc2626;
}

.stroke-red-600\/0 {
  stroke: rgb(220 38 38 / 0);
}

.stroke-red-600\/10 {
  stroke: rgb(220 38 38 / 0.1);
}

.stroke-red-600\/100 {
  stroke: rgb(220 38 38 / 1);
}

.stroke-red-600\/15 {
  stroke: rgb(220 38 38 / 0.15);
}

.stroke-red-600\/20 {
  stroke: rgb(220 38 38 / 0.2);
}

.stroke-red-600\/25 {
  stroke: rgb(220 38 38 / 0.25);
}

.stroke-red-600\/30 {
  stroke: rgb(220 38 38 / 0.3);
}

.stroke-red-600\/35 {
  stroke: rgb(220 38 38 / 0.35);
}

.stroke-red-600\/40 {
  stroke: rgb(220 38 38 / 0.4);
}

.stroke-red-600\/45 {
  stroke: rgb(220 38 38 / 0.45);
}

.stroke-red-600\/5 {
  stroke: rgb(220 38 38 / 0.05);
}

.stroke-red-600\/50 {
  stroke: rgb(220 38 38 / 0.5);
}

.stroke-red-600\/55 {
  stroke: rgb(220 38 38 / 0.55);
}

.stroke-red-600\/60 {
  stroke: rgb(220 38 38 / 0.6);
}

.stroke-red-600\/65 {
  stroke: rgb(220 38 38 / 0.65);
}

.stroke-red-600\/70 {
  stroke: rgb(220 38 38 / 0.7);
}

.stroke-red-600\/75 {
  stroke: rgb(220 38 38 / 0.75);
}

.stroke-red-600\/80 {
  stroke: rgb(220 38 38 / 0.8);
}

.stroke-red-600\/85 {
  stroke: rgb(220 38 38 / 0.85);
}

.stroke-red-600\/90 {
  stroke: rgb(220 38 38 / 0.9);
}

.stroke-red-600\/95 {
  stroke: rgb(220 38 38 / 0.95);
}

.stroke-red-700 {
  stroke: #b91c1c;
}

.stroke-red-700\/0 {
  stroke: rgb(185 28 28 / 0);
}

.stroke-red-700\/10 {
  stroke: rgb(185 28 28 / 0.1);
}

.stroke-red-700\/100 {
  stroke: rgb(185 28 28 / 1);
}

.stroke-red-700\/15 {
  stroke: rgb(185 28 28 / 0.15);
}

.stroke-red-700\/20 {
  stroke: rgb(185 28 28 / 0.2);
}

.stroke-red-700\/25 {
  stroke: rgb(185 28 28 / 0.25);
}

.stroke-red-700\/30 {
  stroke: rgb(185 28 28 / 0.3);
}

.stroke-red-700\/35 {
  stroke: rgb(185 28 28 / 0.35);
}

.stroke-red-700\/40 {
  stroke: rgb(185 28 28 / 0.4);
}

.stroke-red-700\/45 {
  stroke: rgb(185 28 28 / 0.45);
}

.stroke-red-700\/5 {
  stroke: rgb(185 28 28 / 0.05);
}

.stroke-red-700\/50 {
  stroke: rgb(185 28 28 / 0.5);
}

.stroke-red-700\/55 {
  stroke: rgb(185 28 28 / 0.55);
}

.stroke-red-700\/60 {
  stroke: rgb(185 28 28 / 0.6);
}

.stroke-red-700\/65 {
  stroke: rgb(185 28 28 / 0.65);
}

.stroke-red-700\/70 {
  stroke: rgb(185 28 28 / 0.7);
}

.stroke-red-700\/75 {
  stroke: rgb(185 28 28 / 0.75);
}

.stroke-red-700\/80 {
  stroke: rgb(185 28 28 / 0.8);
}

.stroke-red-700\/85 {
  stroke: rgb(185 28 28 / 0.85);
}

.stroke-red-700\/90 {
  stroke: rgb(185 28 28 / 0.9);
}

.stroke-red-700\/95 {
  stroke: rgb(185 28 28 / 0.95);
}

.stroke-red-800 {
  stroke: #991b1b;
}

.stroke-red-800\/0 {
  stroke: rgb(153 27 27 / 0);
}

.stroke-red-800\/10 {
  stroke: rgb(153 27 27 / 0.1);
}

.stroke-red-800\/100 {
  stroke: rgb(153 27 27 / 1);
}

.stroke-red-800\/15 {
  stroke: rgb(153 27 27 / 0.15);
}

.stroke-red-800\/20 {
  stroke: rgb(153 27 27 / 0.2);
}

.stroke-red-800\/25 {
  stroke: rgb(153 27 27 / 0.25);
}

.stroke-red-800\/30 {
  stroke: rgb(153 27 27 / 0.3);
}

.stroke-red-800\/35 {
  stroke: rgb(153 27 27 / 0.35);
}

.stroke-red-800\/40 {
  stroke: rgb(153 27 27 / 0.4);
}

.stroke-red-800\/45 {
  stroke: rgb(153 27 27 / 0.45);
}

.stroke-red-800\/5 {
  stroke: rgb(153 27 27 / 0.05);
}

.stroke-red-800\/50 {
  stroke: rgb(153 27 27 / 0.5);
}

.stroke-red-800\/55 {
  stroke: rgb(153 27 27 / 0.55);
}

.stroke-red-800\/60 {
  stroke: rgb(153 27 27 / 0.6);
}

.stroke-red-800\/65 {
  stroke: rgb(153 27 27 / 0.65);
}

.stroke-red-800\/70 {
  stroke: rgb(153 27 27 / 0.7);
}

.stroke-red-800\/75 {
  stroke: rgb(153 27 27 / 0.75);
}

.stroke-red-800\/80 {
  stroke: rgb(153 27 27 / 0.8);
}

.stroke-red-800\/85 {
  stroke: rgb(153 27 27 / 0.85);
}

.stroke-red-800\/90 {
  stroke: rgb(153 27 27 / 0.9);
}

.stroke-red-800\/95 {
  stroke: rgb(153 27 27 / 0.95);
}

.stroke-red-900 {
  stroke: #7f1d1d;
}

.stroke-red-900\/0 {
  stroke: rgb(127 29 29 / 0);
}

.stroke-red-900\/10 {
  stroke: rgb(127 29 29 / 0.1);
}

.stroke-red-900\/100 {
  stroke: rgb(127 29 29 / 1);
}

.stroke-red-900\/15 {
  stroke: rgb(127 29 29 / 0.15);
}

.stroke-red-900\/20 {
  stroke: rgb(127 29 29 / 0.2);
}

.stroke-red-900\/25 {
  stroke: rgb(127 29 29 / 0.25);
}

.stroke-red-900\/30 {
  stroke: rgb(127 29 29 / 0.3);
}

.stroke-red-900\/35 {
  stroke: rgb(127 29 29 / 0.35);
}

.stroke-red-900\/40 {
  stroke: rgb(127 29 29 / 0.4);
}

.stroke-red-900\/45 {
  stroke: rgb(127 29 29 / 0.45);
}

.stroke-red-900\/5 {
  stroke: rgb(127 29 29 / 0.05);
}

.stroke-red-900\/50 {
  stroke: rgb(127 29 29 / 0.5);
}

.stroke-red-900\/55 {
  stroke: rgb(127 29 29 / 0.55);
}

.stroke-red-900\/60 {
  stroke: rgb(127 29 29 / 0.6);
}

.stroke-red-900\/65 {
  stroke: rgb(127 29 29 / 0.65);
}

.stroke-red-900\/70 {
  stroke: rgb(127 29 29 / 0.7);
}

.stroke-red-900\/75 {
  stroke: rgb(127 29 29 / 0.75);
}

.stroke-red-900\/80 {
  stroke: rgb(127 29 29 / 0.8);
}

.stroke-red-900\/85 {
  stroke: rgb(127 29 29 / 0.85);
}

.stroke-red-900\/90 {
  stroke: rgb(127 29 29 / 0.9);
}

.stroke-red-900\/95 {
  stroke: rgb(127 29 29 / 0.95);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.text-center {
  text-align: center;
}

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

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

.font-\[\'Inter\'\] {
  font-family: 'Inter';
}

.font-\[\'Noto_Sans\'\] {
  font-family: 'Noto Sans';
}

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

.text-2xl\/7 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.leading-loose {
  line-height: 2;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.\!text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !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, 1)) !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, 1)) !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, 1)) !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-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !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, 1)) !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, 1)) !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, 1)) !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, 1)) !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-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1)) !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, 1)) !important;
}

.\!text-red-200\/0 {
  color: rgb(254 202 202 / 0) !important;
}

.\!text-red-200\/10 {
  color: rgb(254 202 202 / 0.1) !important;
}

.\!text-red-200\/100 {
  color: rgb(254 202 202 / 1) !important;
}

.\!text-red-200\/15 {
  color: rgb(254 202 202 / 0.15) !important;
}

.\!text-red-200\/20 {
  color: rgb(254 202 202 / 0.2) !important;
}

.\!text-red-200\/25 {
  color: rgb(254 202 202 / 0.25) !important;
}

.\!text-red-200\/30 {
  color: rgb(254 202 202 / 0.3) !important;
}

.\!text-red-200\/35 {
  color: rgb(254 202 202 / 0.35) !important;
}

.\!text-red-200\/40 {
  color: rgb(254 202 202 / 0.4) !important;
}

.\!text-red-200\/45 {
  color: rgb(254 202 202 / 0.45) !important;
}

.\!text-red-200\/5 {
  color: rgb(254 202 202 / 0.05) !important;
}

.\!text-red-200\/50 {
  color: rgb(254 202 202 / 0.5) !important;
}

.\!text-red-200\/55 {
  color: rgb(254 202 202 / 0.55) !important;
}

.\!text-red-200\/60 {
  color: rgb(254 202 202 / 0.6) !important;
}

.\!text-red-200\/65 {
  color: rgb(254 202 202 / 0.65) !important;
}

.\!text-red-200\/70 {
  color: rgb(254 202 202 / 0.7) !important;
}

.\!text-red-200\/75 {
  color: rgb(254 202 202 / 0.75) !important;
}

.\!text-red-200\/80 {
  color: rgb(254 202 202 / 0.8) !important;
}

.\!text-red-200\/85 {
  color: rgb(254 202 202 / 0.85) !important;
}

.\!text-red-200\/90 {
  color: rgb(254 202 202 / 0.9) !important;
}

.\!text-red-200\/95 {
  color: rgb(254 202 202 / 0.95) !important;
}

.\!text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !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, 1)) !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-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.\!text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}

.\!text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}

.\!text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}

.\!text-red-500\/15 {
  color: rgb(239 68 68 / 0.15) !important;
}

.\!text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}

.\!text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}

.\!text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}

.\!text-red-500\/35 {
  color: rgb(239 68 68 / 0.35) !important;
}

.\!text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}

.\!text-red-500\/45 {
  color: rgb(239 68 68 / 0.45) !important;
}

.\!text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}

.\!text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}

.\!text-red-500\/55 {
  color: rgb(239 68 68 / 0.55) !important;
}

.\!text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}

.\!text-red-500\/65 {
  color: rgb(239 68 68 / 0.65) !important;
}

.\!text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}

.\!text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}

.\!text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}

.\!text-red-500\/85 {
  color: rgb(239 68 68 / 0.85) !important;
}

.\!text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}

.\!text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}

.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !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, 1)) !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, 1)) !important;
}

.\!text-red-800\/0 {
  color: rgb(153 27 27 / 0) !important;
}

.\!text-red-800\/10 {
  color: rgb(153 27 27 / 0.1) !important;
}

.\!text-red-800\/100 {
  color: rgb(153 27 27 / 1) !important;
}

.\!text-red-800\/15 {
  color: rgb(153 27 27 / 0.15) !important;
}

.\!text-red-800\/20 {
  color: rgb(153 27 27 / 0.2) !important;
}

.\!text-red-800\/25 {
  color: rgb(153 27 27 / 0.25) !important;
}

.\!text-red-800\/30 {
  color: rgb(153 27 27 / 0.3) !important;
}

.\!text-red-800\/35 {
  color: rgb(153 27 27 / 0.35) !important;
}

.\!text-red-800\/40 {
  color: rgb(153 27 27 / 0.4) !important;
}

.\!text-red-800\/45 {
  color: rgb(153 27 27 / 0.45) !important;
}

.\!text-red-800\/5 {
  color: rgb(153 27 27 / 0.05) !important;
}

.\!text-red-800\/50 {
  color: rgb(153 27 27 / 0.5) !important;
}

.\!text-red-800\/55 {
  color: rgb(153 27 27 / 0.55) !important;
}

.\!text-red-800\/60 {
  color: rgb(153 27 27 / 0.6) !important;
}

.\!text-red-800\/65 {
  color: rgb(153 27 27 / 0.65) !important;
}

.\!text-red-800\/70 {
  color: rgb(153 27 27 / 0.7) !important;
}

.\!text-red-800\/75 {
  color: rgb(153 27 27 / 0.75) !important;
}

.\!text-red-800\/80 {
  color: rgb(153 27 27 / 0.8) !important;
}

.\!text-red-800\/85 {
  color: rgb(153 27 27 / 0.85) !important;
}

.\!text-red-800\/90 {
  color: rgb(153 27 27 / 0.9) !important;
}

.\!text-red-800\/95 {
  color: rgb(153 27 27 / 0.95) !important;
}

.\!text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !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-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}

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

.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}

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

.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}

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

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}

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

.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}

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

.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}

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

.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}

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

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

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

.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}

.text-lsl-green-400 {
  --tw-text-opacity: 1;
  color: rgb(86 122 112 / var(--tw-text-opacity, 1));
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}

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

.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

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

.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}

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

.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}

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

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.accent-purple-950 {
  accent-color: #3b0764;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --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-\[0px_1px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 1px 2px 0px 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 {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-offset-\[-1px\] {
  outline-offset: -1px;
}

.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.outline-red-500 {
  outline-color: #ef4444;
}

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

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.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);
}

.invert {
  --tw-invert: invert(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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.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-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[--anchor-gap\:theme\(spacing\.2\)\] {
  --anchor-gap: 0.5rem;
}

.\[transition-behavior\:allow-discrete\] {
  transition-behavior: allow-discrete;
}

/* Main application custom styles can go here */

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

.before\:inset-1::before {
  content: var(--tw-content);
  inset: 0.25rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.checked\:border-purple-950:checked {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.checked\:bg-purple-950:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

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

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

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

.hover\:text-lsl-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(86 122 112 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-950:hover {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

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

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

.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);
}

.focus\:border-purple-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

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

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

.focus\:ring-purple-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

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

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

.focus-visible\:outline-purple-950:focus-visible {
  outline-color: #3b0764;
}

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

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

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

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

.disabled\:before\:bg-gray-400:disabled::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.has-\[input\:checked\]\:relative:has(input:checked) {
  position: relative;
}

.has-\[input\:checked\]\:border-purple-950:has(input:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.has-\[input\:checked\]\:bg-purple-50:has(input:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.group:has(input:checked) .group-has-\[input\:checked\]\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.data-\[closed\]\:scale-95[data-closed] {
  --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));
}

.data-\[closed\]\:transform[data-closed] {
  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));
}

.data-\[closed\]\:opacity-0[data-closed] {
  opacity: 0;
}

.data-\[enter\]\:duration-100[data-enter] {
  transition-duration: 100ms;
}

.data-\[leave\]\:duration-75[data-leave] {
  transition-duration: 75ms;
}

.data-\[enter\]\:ease-out[data-enter] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.data-\[leave\]\:ease-in[data-leave] {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.theme-lsl .lsl\:bg-lsl-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 49 38 / var(--tw-bg-opacity, 1));
}

.theme-lsl .lsl\:text-lsl-green {
  --tw-text-opacity: 1;
  color: rgb(13 65 51 / var(--tw-text-opacity, 1));
}

.theme-nygaa-senior .nygaa-senior\:bg-ny-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 8 77 / var(--tw-bg-opacity, 1));
}

.theme-nygaa-minor .nygaa-minor\:bg-ny-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 25 58 / var(--tw-bg-opacity, 1));
}

.theme-victoriagaa .victoriagaa\:bg-victoria-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 102 158 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:static {
    position: static;
  }

  .sm\:inset-auto {
    inset: auto;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

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

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

  .sm\:border-none {
    border-style: none;
  }

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

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

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

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

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

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

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

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

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

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:float-left {
    float: left;
  }

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

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

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-headerlg {
    height: 302px;
  }

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

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

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

  .md\:justify-self-end {
    justify-self: end;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .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\:justify-start {
    justify-content: flex-start;
  }

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

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

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

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:w-1\/3 {
    width: 33.333333%;
  }

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

@media (prefers-color-scheme: dark) {
  .dark\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

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

  .dark\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

  .dark\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
  }

  .dark\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
  }

  .dark\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
  }
}

@media (forced-colors: active) {
  .forced-colors\:appearance-auto {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }

  .forced-colors\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
}

.\[\&\:not\(\:checked\)\]\:before\:hidden:not(:checked)::before {
  content: var(--tw-content);
  display: none;
}
