*, ::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.13 | 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: "Good Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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] {
  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: 1.25em;
  margin-bottom: 1.25em;
}

.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: 32px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.25;
}

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

.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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  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: rgb(17 24 39 / 10%);
  --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: rgb(255 255 255 / 10%);
  --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-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

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

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

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

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

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

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

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

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

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

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

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

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

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

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

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

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

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

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

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

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

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

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

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

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

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

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

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

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

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

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

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

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

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

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

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

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

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

.-bottom-1 {
  bottom: -4px;
}

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

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

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

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

.-bottom-10 {
  bottom: -40px;
}

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

.-bottom-12 {
  bottom: -48px;
}

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

.-bottom-16 {
  bottom: -64px;
}

.-bottom-2 {
  bottom: -8px;
}

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

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

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

.-bottom-20 {
  bottom: -80px;
}

.-bottom-24 {
  bottom: -96px;
}

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

.-bottom-3 {
  bottom: -12px;
}

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

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

.-bottom-32 {
  bottom: -128px;
}

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

.-bottom-4 {
  bottom: -16px;
}

.-bottom-40 {
  bottom: -160px;
}

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

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

.-bottom-6 {
  bottom: -24px;
}

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

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

.-bottom-8 {
  bottom: -32px;
}

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

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

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

.-top-1 {
  top: -4px;
}

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

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

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

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

.-top-10 {
  top: -40px;
}

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

.-top-12 {
  top: -48px;
}

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

.-top-16 {
  top: -64px;
}

.-top-2 {
  top: -8px;
}

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

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

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

.-top-20 {
  top: -80px;
}

.-top-24 {
  top: -96px;
}

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

.-top-3 {
  top: -12px;
}

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

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

.-top-32 {
  top: -128px;
}

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

.-top-4 {
  top: -16px;
}

.-top-40 {
  top: -160px;
}

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

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

.-top-6 {
  top: -24px;
}

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

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

.-top-8 {
  top: -32px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-1 {
  bottom: 4px;
}

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

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

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

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

.bottom-10 {
  bottom: 40px;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 48px;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 64px;
}

.bottom-2 {
  bottom: 8px;
}

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

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

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

.bottom-20 {
  bottom: 80px;
}

.bottom-24 {
  bottom: 96px;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 12px;
}

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

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

.bottom-32 {
  bottom: 128px;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 16px;
}

.bottom-40 {
  bottom: 160px;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-5 {
  bottom: 20px;
}

.bottom-6 {
  bottom: 24px;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-8 {
  bottom: 32px;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-\[25\%\] {
  bottom: 25%;
}

.bottom-\[60\%\] {
  bottom: 60%;
}

.bottom-\[8\%\] {
  bottom: 8%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 4px;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[2\%\] {
  left: 2%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 8px;
}

.right-3 {
  right: 12px;
}

.right-4 {
  right: 16px;
}

.right-5 {
  right: 20px;
}

.right-\[0\%\] {
  right: 0%;
}

.top-0 {
  top: 0px;
}

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

.top-1 {
  top: 4px;
}

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

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

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

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

.top-10 {
  top: 40px;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 48px;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 64px;
}

.top-2 {
  top: 8px;
}

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

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

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

.top-20 {
  top: 80px;
}

.top-24 {
  top: 96px;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 12px;
}

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

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

.top-32 {
  top: 128px;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 16px;
}

.top-40 {
  top: 160px;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-6 {
  top: 24px;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-8 {
  top: 32px;
}

.top-80 {
  top: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-1 {
  margin: -4px;
}

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

.-m-10 {
  margin: -40px;
}

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

.-m-12 {
  margin: -48px;
}

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

.-m-16 {
  margin: -64px;
}

.-m-2 {
  margin: -8px;
}

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

.-m-20 {
  margin: -80px;
}

.-m-24 {
  margin: -96px;
}

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

.-m-3 {
  margin: -12px;
}

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

.-m-32 {
  margin: -128px;
}

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

.-m-4 {
  margin: -16px;
}

.-m-40 {
  margin: -160px;
}

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

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

.-m-6 {
  margin: -24px;
}

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

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

.-m-8 {
  margin: -32px;
}

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

.m-0 {
  margin: 0px;
}

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

.m-1 {
  margin: 4px;
}

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

.m-10 {
  margin: 40px;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 48px;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 64px;
}

.m-2 {
  margin: 8px;
}

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

.m-20 {
  margin: 80px;
}

.m-24 {
  margin: 96px;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 12px;
}

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

.m-32 {
  margin: 128px;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 16px;
}

.m-40 {
  margin: 160px;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-6 {
  margin: 24px;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-8 {
  margin: 32px;
}

.m-80 {
  margin: 20rem;
}

.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}

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

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 48px;
}

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

.mb-16 {
  margin-bottom: 64px;
}

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

.mb-24 {
  margin-bottom: 96px;
}

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

.mb-32 {
  margin-bottom: 128px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-5 {
  margin-left: 20px;
}

.ml-6 {
  margin-left: 24px;
}

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

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

.mr-4 {
  margin-right: 16px;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

.mt-10 {
  margin-top: 40px;
}

.mt-12 {
  margin-top: 48px;
}

.mt-16 {
  margin-top: 64px;
}

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

.mt-24 {
  margin-top: 96px;
}

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

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

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

.mt-40 {
  margin-top: 160px;
}

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

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

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

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

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

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

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

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 40px;
}

.h-12 {
  height: 48px;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 64px;
}

.h-4 {
  height: 16px;
}

.h-5 {
  height: 20px;
}

.h-6 {
  height: 24px;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 32px;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-full {
  height: 100%;
}

.max-h-\[50vh\] {
  max-height: 50vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

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

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

.w-10 {
  width: 40px;
}

.w-12 {
  width: 48px;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 64px;
}

.w-2 {
  width: 8px;
}

.w-3 {
  width: 12px;
}

.w-4 {
  width: 16px;
}

.w-5 {
  width: 20px;
}

.w-6 {
  width: 24px;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 32px;
}

.w-9 {
  width: 2.25rem;
}

.w-\[11\%\] {
  width: 11%;
}

.w-\[18\%\] {
  width: 18%;
}

.w-\[24\%\] {
  width: 24%;
}

.w-\[min\(320px\2c 86vw\)\] {
  width: min(320px,86vw);
}

.w-\[min\(620px\2c 48vw\)\] {
  width: min(620px,48vw);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.min-w-9 {
  min-width: 2.25rem;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

.max-w-prose {
  max-width: 65ch;
}

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

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

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

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

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

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

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

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

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

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

.-translate-y-28 {
  --tw-translate-y: -7rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-48 {
  --tw-translate-y: -12rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

@keyframes fp-balloon-in {
  0% {
    transform: translateY(28px) scale(.995);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

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

@keyframes fp-balloon-bob-lg {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

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

.animate-fp-balloon-1 {
  animation: fp-balloon-in .9s cubic-bezier(.2,.6,.2,1) both, fp-balloon-bob-lg 4.8s ease-in-out 1s infinite;
}

@keyframes fp-balloon-in {
  0% {
    transform: translateY(28px) scale(.995);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

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

@keyframes fp-balloon-bob-sm {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

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

.animate-fp-balloon-2 {
  animation: fp-balloon-in .85s cubic-bezier(.2,.6,.2,1) both, fp-balloon-bob-sm 3.8s ease-in-out .9s infinite;
}

@keyframes fp-balloon-in {
  0% {
    transform: translateY(28px) scale(.995);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

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

@keyframes fp-balloon-bob-lg {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

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

.animate-fp-balloon-3 {
  animation: fp-balloon-in 1s cubic-bezier(.2,.6,.2,1) both, fp-balloon-bob-lg 5.6s ease-in-out 1.2s infinite;
}

@keyframes fp-cloud-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

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

.animate-fp-cloud-float {
  animation: fp-cloud-float 6s ease-in-out infinite;
}

@keyframes fp-cloud-left-in {
  0% {
    transform: translateX(-18px) translateY(6px);
    opacity: 0;
  }

  60% {
    opacity: .9;
  }

  100% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.animate-fp-cloud-left {
  animation: fp-cloud-left-in .8s cubic-bezier(.2,.6,.2,1) both;
}

@keyframes fp-cloud-right-in {
  0% {
    transform: translateX(18px) translateY(6px);
    opacity: 0;
  }

  60% {
    opacity: .95;
  }

  100% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.animate-fp-cloud-right {
  animation: fp-cloud-right-in .8s cubic-bezier(.2,.6,.2,1) both;
}

.animate-none {
  animation: none;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.-scroll-m-0 {
  scroll-margin: -0px;
}

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

.-scroll-m-1 {
  scroll-margin: -4px;
}

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

.-scroll-m-10 {
  scroll-margin: -40px;
}

.-scroll-m-11 {
  scroll-margin: -2.75rem;
}

.-scroll-m-12 {
  scroll-margin: -48px;
}

.-scroll-m-14 {
  scroll-margin: -3.5rem;
}

.-scroll-m-16 {
  scroll-margin: -64px;
}

.-scroll-m-2 {
  scroll-margin: -8px;
}

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

.-scroll-m-20 {
  scroll-margin: -80px;
}

.-scroll-m-24 {
  scroll-margin: -96px;
}

.-scroll-m-28 {
  scroll-margin: -7rem;
}

.-scroll-m-3 {
  scroll-margin: -12px;
}

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

.-scroll-m-32 {
  scroll-margin: -128px;
}

.-scroll-m-36 {
  scroll-margin: -9rem;
}

.-scroll-m-4 {
  scroll-margin: -16px;
}

.-scroll-m-40 {
  scroll-margin: -160px;
}

.-scroll-m-44 {
  scroll-margin: -11rem;
}

.-scroll-m-48 {
  scroll-margin: -12rem;
}

.-scroll-m-6 {
  scroll-margin: -24px;
}

.-scroll-m-60 {
  scroll-margin: -15rem;
}

.-scroll-m-64 {
  scroll-margin: -16rem;
}

.-scroll-m-8 {
  scroll-margin: -32px;
}

.-scroll-m-80 {
  scroll-margin: -20rem;
}

.scroll-m-0 {
  scroll-margin: 0px;
}

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

.scroll-m-1 {
  scroll-margin: 4px;
}

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

.scroll-m-10 {
  scroll-margin: 40px;
}

.scroll-m-11 {
  scroll-margin: 2.75rem;
}

.scroll-m-12 {
  scroll-margin: 48px;
}

.scroll-m-14 {
  scroll-margin: 3.5rem;
}

.scroll-m-16 {
  scroll-margin: 64px;
}

.scroll-m-2 {
  scroll-margin: 8px;
}

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

.scroll-m-20 {
  scroll-margin: 80px;
}

.scroll-m-24 {
  scroll-margin: 96px;
}

.scroll-m-28 {
  scroll-margin: 7rem;
}

.scroll-m-3 {
  scroll-margin: 12px;
}

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

.scroll-m-32 {
  scroll-margin: 128px;
}

.scroll-m-36 {
  scroll-margin: 9rem;
}

.scroll-m-4 {
  scroll-margin: 16px;
}

.scroll-m-40 {
  scroll-margin: 160px;
}

.scroll-m-44 {
  scroll-margin: 11rem;
}

.scroll-m-48 {
  scroll-margin: 12rem;
}

.scroll-m-6 {
  scroll-margin: 24px;
}

.scroll-m-60 {
  scroll-margin: 15rem;
}

.scroll-m-64 {
  scroll-margin: 16rem;
}

.scroll-m-8 {
  scroll-margin: 32px;
}

.scroll-m-80 {
  scroll-margin: 20rem;
}

.scroll-p-0 {
  scroll-padding: 0px;
}

.scroll-p-0\.5 {
  scroll-padding: 0.125rem;
}

.scroll-p-1 {
  scroll-padding: 4px;
}

.scroll-p-1\.5 {
  scroll-padding: 0.375rem;
}

.scroll-p-10 {
  scroll-padding: 40px;
}

.scroll-p-11 {
  scroll-padding: 2.75rem;
}

.scroll-p-12 {
  scroll-padding: 48px;
}

.scroll-p-14 {
  scroll-padding: 3.5rem;
}

.scroll-p-16 {
  scroll-padding: 64px;
}

.scroll-p-2 {
  scroll-padding: 8px;
}

.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}

.scroll-p-20 {
  scroll-padding: 80px;
}

.scroll-p-24 {
  scroll-padding: 96px;
}

.scroll-p-28 {
  scroll-padding: 7rem;
}

.scroll-p-3 {
  scroll-padding: 12px;
}

.scroll-p-3\.5 {
  scroll-padding: 0.875rem;
}

.scroll-p-32 {
  scroll-padding: 128px;
}

.scroll-p-36 {
  scroll-padding: 9rem;
}

.scroll-p-4 {
  scroll-padding: 16px;
}

.scroll-p-40 {
  scroll-padding: 160px;
}

.scroll-p-44 {
  scroll-padding: 11rem;
}

.scroll-p-48 {
  scroll-padding: 12rem;
}

.scroll-p-6 {
  scroll-padding: 24px;
}

.scroll-p-60 {
  scroll-padding: 15rem;
}

.scroll-p-64 {
  scroll-padding: 16rem;
}

.scroll-p-8 {
  scroll-padding: 32px;
}

.scroll-p-80 {
  scroll-padding: 20rem;
}

.scroll-px-0 {
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}

.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}

.scroll-px-1 {
  scroll-padding-left: 4px;
  scroll-padding-right: 4px;
}

.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}

.scroll-px-10 {
  scroll-padding-left: 40px;
  scroll-padding-right: 40px;
}

.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}

.scroll-px-12 {
  scroll-padding-left: 48px;
  scroll-padding-right: 48px;
}

.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}

.scroll-px-16 {
  scroll-padding-left: 64px;
  scroll-padding-right: 64px;
}

.scroll-px-2 {
  scroll-padding-left: 8px;
  scroll-padding-right: 8px;
}

.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}

.scroll-px-20 {
  scroll-padding-left: 80px;
  scroll-padding-right: 80px;
}

.scroll-px-24 {
  scroll-padding-left: 96px;
  scroll-padding-right: 96px;
}

.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}

.scroll-px-3 {
  scroll-padding-left: 12px;
  scroll-padding-right: 12px;
}

.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-32 {
  scroll-padding-left: 128px;
  scroll-padding-right: 128px;
}

.scroll-px-36 {
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}

.scroll-px-4 {
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}

.scroll-px-40 {
  scroll-padding-left: 160px;
  scroll-padding-right: 160px;
}

.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

.scroll-px-6 {
  scroll-padding-left: 24px;
  scroll-padding-right: 24px;
}

.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}

.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}

.scroll-px-8 {
  scroll-padding-left: 32px;
  scroll-padding-right: 32px;
}

.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-py-0 {
  scroll-padding-top: 0px;
  scroll-padding-bottom: 0px;
}

.scroll-py-0\.5 {
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}

.scroll-py-1 {
  scroll-padding-top: 4px;
  scroll-padding-bottom: 4px;
}

.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

.scroll-py-10 {
  scroll-padding-top: 40px;
  scroll-padding-bottom: 40px;
}

.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}

.scroll-py-12 {
  scroll-padding-top: 48px;
  scroll-padding-bottom: 48px;
}

.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}

.scroll-py-16 {
  scroll-padding-top: 64px;
  scroll-padding-bottom: 64px;
}

.scroll-py-2 {
  scroll-padding-top: 8px;
  scroll-padding-bottom: 8px;
}

.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}

.scroll-py-20 {
  scroll-padding-top: 80px;
  scroll-padding-bottom: 80px;
}

.scroll-py-24 {
  scroll-padding-top: 96px;
  scroll-padding-bottom: 96px;
}

.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}

.scroll-py-3 {
  scroll-padding-top: 12px;
  scroll-padding-bottom: 12px;
}

.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-32 {
  scroll-padding-top: 128px;
  scroll-padding-bottom: 128px;
}

.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}

.scroll-py-4 {
  scroll-padding-top: 16px;
  scroll-padding-bottom: 16px;
}

.scroll-py-40 {
  scroll-padding-top: 160px;
  scroll-padding-bottom: 160px;
}

.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}

.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}

.scroll-py-6 {
  scroll-padding-top: 24px;
  scroll-padding-bottom: 24px;
}

.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}

.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}

.scroll-py-8 {
  scroll-padding-top: 32px;
  scroll-padding-bottom: 32px;
}

.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-pb-0 {
  scroll-padding-bottom: 0px;
}

.scroll-pb-0\.5 {
  scroll-padding-bottom: 0.125rem;
}

.scroll-pb-1 {
  scroll-padding-bottom: 4px;
}

.scroll-pb-1\.5 {
  scroll-padding-bottom: 0.375rem;
}

.scroll-pb-10 {
  scroll-padding-bottom: 40px;
}

.scroll-pb-11 {
  scroll-padding-bottom: 2.75rem;
}

.scroll-pb-12 {
  scroll-padding-bottom: 48px;
}

.scroll-pb-14 {
  scroll-padding-bottom: 3.5rem;
}

.scroll-pb-16 {
  scroll-padding-bottom: 64px;
}

.scroll-pb-2 {
  scroll-padding-bottom: 8px;
}

.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem;
}

.scroll-pb-20 {
  scroll-padding-bottom: 80px;
}

.scroll-pb-24 {
  scroll-padding-bottom: 96px;
}

.scroll-pb-28 {
  scroll-padding-bottom: 7rem;
}

.scroll-pb-3 {
  scroll-padding-bottom: 12px;
}

.scroll-pb-3\.5 {
  scroll-padding-bottom: 0.875rem;
}

.scroll-pb-32 {
  scroll-padding-bottom: 128px;
}

.scroll-pb-36 {
  scroll-padding-bottom: 9rem;
}

.scroll-pb-4 {
  scroll-padding-bottom: 16px;
}

.scroll-pb-40 {
  scroll-padding-bottom: 160px;
}

.scroll-pb-44 {
  scroll-padding-bottom: 11rem;
}

.scroll-pb-48 {
  scroll-padding-bottom: 12rem;
}

.scroll-pb-6 {
  scroll-padding-bottom: 24px;
}

.scroll-pb-60 {
  scroll-padding-bottom: 15rem;
}

.scroll-pb-64 {
  scroll-padding-bottom: 16rem;
}

.scroll-pb-8 {
  scroll-padding-bottom: 32px;
}

.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}

.scroll-pl-0 {
  scroll-padding-left: 0px;
}

.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem;
}

.scroll-pl-1 {
  scroll-padding-left: 4px;
}

.scroll-pl-1\.5 {
  scroll-padding-left: 0.375rem;
}

.scroll-pl-10 {
  scroll-padding-left: 40px;
}

.scroll-pl-11 {
  scroll-padding-left: 2.75rem;
}

.scroll-pl-12 {
  scroll-padding-left: 48px;
}

.scroll-pl-14 {
  scroll-padding-left: 3.5rem;
}

.scroll-pl-16 {
  scroll-padding-left: 64px;
}

.scroll-pl-2 {
  scroll-padding-left: 8px;
}

.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}

.scroll-pl-20 {
  scroll-padding-left: 80px;
}

.scroll-pl-24 {
  scroll-padding-left: 96px;
}

.scroll-pl-28 {
  scroll-padding-left: 7rem;
}

.scroll-pl-3 {
  scroll-padding-left: 12px;
}

.scroll-pl-3\.5 {
  scroll-padding-left: 0.875rem;
}

.scroll-pl-32 {
  scroll-padding-left: 128px;
}

.scroll-pl-36 {
  scroll-padding-left: 9rem;
}

.scroll-pl-4 {
  scroll-padding-left: 16px;
}

.scroll-pl-40 {
  scroll-padding-left: 160px;
}

.scroll-pl-44 {
  scroll-padding-left: 11rem;
}

.scroll-pl-48 {
  scroll-padding-left: 12rem;
}

.scroll-pl-6 {
  scroll-padding-left: 24px;
}

.scroll-pl-60 {
  scroll-padding-left: 15rem;
}

.scroll-pl-64 {
  scroll-padding-left: 16rem;
}

.scroll-pl-8 {
  scroll-padding-left: 32px;
}

.scroll-pl-80 {
  scroll-padding-left: 20rem;
}

.scroll-pr-0 {
  scroll-padding-right: 0px;
}

.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem;
}

.scroll-pr-1 {
  scroll-padding-right: 4px;
}

.scroll-pr-1\.5 {
  scroll-padding-right: 0.375rem;
}

.scroll-pr-10 {
  scroll-padding-right: 40px;
}

.scroll-pr-11 {
  scroll-padding-right: 2.75rem;
}

.scroll-pr-12 {
  scroll-padding-right: 48px;
}

.scroll-pr-14 {
  scroll-padding-right: 3.5rem;
}

.scroll-pr-16 {
  scroll-padding-right: 64px;
}

.scroll-pr-2 {
  scroll-padding-right: 8px;
}

.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}

.scroll-pr-20 {
  scroll-padding-right: 80px;
}

.scroll-pr-24 {
  scroll-padding-right: 96px;
}

.scroll-pr-28 {
  scroll-padding-right: 7rem;
}

.scroll-pr-3 {
  scroll-padding-right: 12px;
}

.scroll-pr-3\.5 {
  scroll-padding-right: 0.875rem;
}

.scroll-pr-32 {
  scroll-padding-right: 128px;
}

.scroll-pr-36 {
  scroll-padding-right: 9rem;
}

.scroll-pr-4 {
  scroll-padding-right: 16px;
}

.scroll-pr-40 {
  scroll-padding-right: 160px;
}

.scroll-pr-44 {
  scroll-padding-right: 11rem;
}

.scroll-pr-48 {
  scroll-padding-right: 12rem;
}

.scroll-pr-6 {
  scroll-padding-right: 24px;
}

.scroll-pr-60 {
  scroll-padding-right: 15rem;
}

.scroll-pr-64 {
  scroll-padding-right: 16rem;
}

.scroll-pr-8 {
  scroll-padding-right: 32px;
}

.scroll-pr-80 {
  scroll-padding-right: 20rem;
}

.scroll-pt-0 {
  scroll-padding-top: 0px;
}

.scroll-pt-0\.5 {
  scroll-padding-top: 0.125rem;
}

.scroll-pt-1 {
  scroll-padding-top: 4px;
}

.scroll-pt-1\.5 {
  scroll-padding-top: 0.375rem;
}

.scroll-pt-10 {
  scroll-padding-top: 40px;
}

.scroll-pt-11 {
  scroll-padding-top: 2.75rem;
}

.scroll-pt-12 {
  scroll-padding-top: 48px;
}

.scroll-pt-14 {
  scroll-padding-top: 3.5rem;
}

.scroll-pt-16 {
  scroll-padding-top: 64px;
}

.scroll-pt-2 {
  scroll-padding-top: 8px;
}

.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem;
}

.scroll-pt-20 {
  scroll-padding-top: 80px;
}

.scroll-pt-24 {
  scroll-padding-top: 96px;
}

.scroll-pt-28 {
  scroll-padding-top: 7rem;
}

.scroll-pt-3 {
  scroll-padding-top: 12px;
}

.scroll-pt-3\.5 {
  scroll-padding-top: 0.875rem;
}

.scroll-pt-32 {
  scroll-padding-top: 128px;
}

.scroll-pt-36 {
  scroll-padding-top: 9rem;
}

.scroll-pt-4 {
  scroll-padding-top: 16px;
}

.scroll-pt-40 {
  scroll-padding-top: 160px;
}

.scroll-pt-44 {
  scroll-padding-top: 11rem;
}

.scroll-pt-48 {
  scroll-padding-top: 12rem;
}

.scroll-pt-6 {
  scroll-padding-top: 24px;
}

.scroll-pt-60 {
  scroll-padding-top: 15rem;
}

.scroll-pt-64 {
  scroll-padding-top: 16rem;
}

.scroll-pt-8 {
  scroll-padding-top: 32px;
}

.scroll-pt-80 {
  scroll-padding-top: 20rem;
}

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

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

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-center {
  justify-items: center;
}

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 4px;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 40px;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 48px;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 64px;
}

.gap-2 {
  gap: 8px;
}

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

.gap-20 {
  gap: 80px;
}

.gap-24 {
  gap: 96px;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 12px;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 128px;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 16px;
}

.gap-40 {
  gap: 160px;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-8 {
  gap: 32px;
}

.gap-80 {
  gap: 20rem;
}

.gap-x-16 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-x-6 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-2 {
  row-gap: 8px;
}

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

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

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

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

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

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

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

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

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 63 81 / var(--tw-divide-opacity));
}

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

.justify-self-end {
  justify-self: end;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.rounded-moss {
  border-radius: 10px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

.border-\[2px\] {
  border-width: 2px;
}

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

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

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

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

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

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(194 214 238 / var(--tw-border-opacity));
}

.border-blue-100\/0 {
  border-color: rgb(194 214 238 / 0);
}

.border-blue-100\/10 {
  border-color: rgb(194 214 238 / 0.1);
}

.border-blue-100\/100 {
  border-color: rgb(194 214 238 / 1);
}

.border-blue-100\/15 {
  border-color: rgb(194 214 238 / 0.15);
}

.border-blue-100\/20 {
  border-color: rgb(194 214 238 / 0.2);
}

.border-blue-100\/25 {
  border-color: rgb(194 214 238 / 0.25);
}

.border-blue-100\/30 {
  border-color: rgb(194 214 238 / 0.3);
}

.border-blue-100\/35 {
  border-color: rgb(194 214 238 / 0.35);
}

.border-blue-100\/40 {
  border-color: rgb(194 214 238 / 0.4);
}

.border-blue-100\/45 {
  border-color: rgb(194 214 238 / 0.45);
}

.border-blue-100\/5 {
  border-color: rgb(194 214 238 / 0.05);
}

.border-blue-100\/50 {
  border-color: rgb(194 214 238 / 0.5);
}

.border-blue-100\/55 {
  border-color: rgb(194 214 238 / 0.55);
}

.border-blue-100\/60 {
  border-color: rgb(194 214 238 / 0.6);
}

.border-blue-100\/65 {
  border-color: rgb(194 214 238 / 0.65);
}

.border-blue-100\/70 {
  border-color: rgb(194 214 238 / 0.7);
}

.border-blue-100\/75 {
  border-color: rgb(194 214 238 / 0.75);
}

.border-blue-100\/80 {
  border-color: rgb(194 214 238 / 0.8);
}

.border-blue-100\/85 {
  border-color: rgb(194 214 238 / 0.85);
}

.border-blue-100\/90 {
  border-color: rgb(194 214 238 / 0.9);
}

.border-blue-100\/95 {
  border-color: rgb(194 214 238 / 0.95);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}

.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}

.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}

.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}

.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}

.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}

.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}

.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}

.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}

.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}

.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}

.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}

.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}

.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}

.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}

.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}

.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}

.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}

.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}

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

.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}

.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}

.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}

.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}

.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}

.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}

.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}

.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}

.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}

.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}

.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}

.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}

.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}

.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}

.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}

.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}

.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}

.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}

.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}

.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}

.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}

.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}

.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}

.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}

.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}

.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}

.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}

.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}

.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}

.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}

.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}

.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}

.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}

.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}

.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}

.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}

.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}

.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}

.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}

.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}

.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}

.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}

.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}

.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}

.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}

.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}

.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}

.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}

.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}

.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}

.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}

.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}

.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}

.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}

.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}

.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}

.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}

.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}

.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}

.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}

.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}

.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}

.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}

.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}

.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}

.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}

.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}

.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}

.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}

.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}

.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}

.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(43 93 188 / var(--tw-border-opacity));
}

.border-blue-600\/0 {
  border-color: rgb(43 93 188 / 0);
}

.border-blue-600\/10 {
  border-color: rgb(43 93 188 / 0.1);
}

.border-blue-600\/100 {
  border-color: rgb(43 93 188 / 1);
}

.border-blue-600\/15 {
  border-color: rgb(43 93 188 / 0.15);
}

.border-blue-600\/20 {
  border-color: rgb(43 93 188 / 0.2);
}

.border-blue-600\/25 {
  border-color: rgb(43 93 188 / 0.25);
}

.border-blue-600\/30 {
  border-color: rgb(43 93 188 / 0.3);
}

.border-blue-600\/35 {
  border-color: rgb(43 93 188 / 0.35);
}

.border-blue-600\/40 {
  border-color: rgb(43 93 188 / 0.4);
}

.border-blue-600\/45 {
  border-color: rgb(43 93 188 / 0.45);
}

.border-blue-600\/5 {
  border-color: rgb(43 93 188 / 0.05);
}

.border-blue-600\/50 {
  border-color: rgb(43 93 188 / 0.5);
}

.border-blue-600\/55 {
  border-color: rgb(43 93 188 / 0.55);
}

.border-blue-600\/60 {
  border-color: rgb(43 93 188 / 0.6);
}

.border-blue-600\/65 {
  border-color: rgb(43 93 188 / 0.65);
}

.border-blue-600\/70 {
  border-color: rgb(43 93 188 / 0.7);
}

.border-blue-600\/75 {
  border-color: rgb(43 93 188 / 0.75);
}

.border-blue-600\/80 {
  border-color: rgb(43 93 188 / 0.8);
}

.border-blue-600\/85 {
  border-color: rgb(43 93 188 / 0.85);
}

.border-blue-600\/90 {
  border-color: rgb(43 93 188 / 0.9);
}

.border-blue-600\/95 {
  border-color: rgb(43 93 188 / 0.95);
}

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

.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}

.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}

.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}

.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}

.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}

.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}

.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}

.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}

.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}

.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}

.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}

.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}

.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}

.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}

.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}

.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}

.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}

.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}

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

.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}

.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}

.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}

.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}

.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}

.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}

.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}

.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}

.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}

.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}

.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}

.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}

.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}

.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}

.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}

.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}

.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}

.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}

.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}

.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}

.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(10 63 81 / var(--tw-border-opacity));
}

.border-blue-900\/0 {
  border-color: rgb(10 63 81 / 0);
}

.border-blue-900\/10 {
  border-color: rgb(10 63 81 / 0.1);
}

.border-blue-900\/100 {
  border-color: rgb(10 63 81 / 1);
}

.border-blue-900\/15 {
  border-color: rgb(10 63 81 / 0.15);
}

.border-blue-900\/20 {
  border-color: rgb(10 63 81 / 0.2);
}

.border-blue-900\/25 {
  border-color: rgb(10 63 81 / 0.25);
}

.border-blue-900\/30 {
  border-color: rgb(10 63 81 / 0.3);
}

.border-blue-900\/35 {
  border-color: rgb(10 63 81 / 0.35);
}

.border-blue-900\/40 {
  border-color: rgb(10 63 81 / 0.4);
}

.border-blue-900\/45 {
  border-color: rgb(10 63 81 / 0.45);
}

.border-blue-900\/5 {
  border-color: rgb(10 63 81 / 0.05);
}

.border-blue-900\/50 {
  border-color: rgb(10 63 81 / 0.5);
}

.border-blue-900\/55 {
  border-color: rgb(10 63 81 / 0.55);
}

.border-blue-900\/60 {
  border-color: rgb(10 63 81 / 0.6);
}

.border-blue-900\/65 {
  border-color: rgb(10 63 81 / 0.65);
}

.border-blue-900\/70 {
  border-color: rgb(10 63 81 / 0.7);
}

.border-blue-900\/75 {
  border-color: rgb(10 63 81 / 0.75);
}

.border-blue-900\/80 {
  border-color: rgb(10 63 81 / 0.8);
}

.border-blue-900\/85 {
  border-color: rgb(10 63 81 / 0.85);
}

.border-blue-900\/90 {
  border-color: rgb(10 63 81 / 0.9);
}

.border-blue-900\/95 {
  border-color: rgb(10 63 81 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}

.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}

.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}

.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}

.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}

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

.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}

.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}

.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}

.border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15);
}

.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}

.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}

.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}

.border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35);
}

.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}

.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}

.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}

.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}

.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}

.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}

.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}

.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}

.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}

.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}

.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}

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

.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}

.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}

.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}

.border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15);
}

.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}

.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}

.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}

.border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35);
}

.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}

.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}

.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}

.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}

.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}

.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}

.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}

.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}

.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}

.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}

.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}

.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}

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

.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}

.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}

.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}

.border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15);
}

.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}

.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}

.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}

.border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35);
}

.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}

.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}

.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}

.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}

.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}

.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}

.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}

.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}

.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}

.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}

.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}

.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}

.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}

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

.border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}

.border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}

.border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}

.border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15);
}

.border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}

.border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}

.border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}

.border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35);
}

.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}

.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}

.border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}

.border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}

.border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55);
}

.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}

.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}

.border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}

.border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}

.border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}

.border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85);
}

.border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}

.border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}

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

.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}

.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}

.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}

.border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15);
}

.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}

.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}

.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}

.border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35);
}

.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}

.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}

.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}

.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}

.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}

.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}

.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}

.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}

.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}

.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}

.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}

.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}

.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}

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

.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}

.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}

.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}

.border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15);
}

.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}

.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35);
}

.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}

.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}

.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}

.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}

.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}

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

.border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15);
}

.border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35);
}

.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}

.border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55);
}

.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}

.border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85);
}

.border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}

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

.border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15);
}

.border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35);
}

.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}

.border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55);
}

.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}

.border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85);
}

.border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-green-100\/0 {
  border-color: rgb(220 252 231 / 0);
}

.border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1);
}

.border-green-100\/100 {
  border-color: rgb(220 252 231 / 1);
}

.border-green-100\/15 {
  border-color: rgb(220 252 231 / 0.15);
}

.border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2);
}

.border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25);
}

.border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3);
}

.border-green-100\/35 {
  border-color: rgb(220 252 231 / 0.35);
}

.border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}

.border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45);
}

.border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05);
}

.border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5);
}

.border-green-100\/55 {
  border-color: rgb(220 252 231 / 0.55);
}

.border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}

.border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65);
}

.border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7);
}

.border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75);
}

.border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8);
}

.border-green-100\/85 {
  border-color: rgb(220 252 231 / 0.85);
}

.border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9);
}

.border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95);
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-200\/0 {
  border-color: rgb(187 247 208 / 0);
}

.border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1);
}

.border-green-200\/100 {
  border-color: rgb(187 247 208 / 1);
}

.border-green-200\/15 {
  border-color: rgb(187 247 208 / 0.15);
}

.border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2);
}

.border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25);
}

.border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3);
}

.border-green-200\/35 {
  border-color: rgb(187 247 208 / 0.35);
}

.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}

.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45);
}

.border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05);
}

.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5);
}

.border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55);
}

.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}

.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65);
}

.border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7);
}

.border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75);
}

.border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8);
}

.border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85);
}

.border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9);
}

.border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95);
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-green-300\/0 {
  border-color: rgb(134 239 172 / 0);
}

.border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1);
}

.border-green-300\/100 {
  border-color: rgb(134 239 172 / 1);
}

.border-green-300\/15 {
  border-color: rgb(134 239 172 / 0.15);
}

.border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2);
}

.border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25);
}

.border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3);
}

.border-green-300\/35 {
  border-color: rgb(134 239 172 / 0.35);
}

.border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}

.border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45);
}

.border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05);
}

.border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5);
}

.border-green-300\/55 {
  border-color: rgb(134 239 172 / 0.55);
}

.border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}

.border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65);
}

.border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7);
}

.border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75);
}

.border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8);
}

.border-green-300\/85 {
  border-color: rgb(134 239 172 / 0.85);
}

.border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9);
}

.border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-green-400\/0 {
  border-color: rgb(74 222 128 / 0);
}

.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}

.border-green-400\/100 {
  border-color: rgb(74 222 128 / 1);
}

.border-green-400\/15 {
  border-color: rgb(74 222 128 / 0.15);
}

.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}

.border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25);
}

.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}

.border-green-400\/35 {
  border-color: rgb(74 222 128 / 0.35);
}

.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}

.border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45);
}

.border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05);
}

.border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-400\/55 {
  border-color: rgb(74 222 128 / 0.55);
}

.border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}

.border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65);
}

.border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7);
}

.border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75);
}

.border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8);
}

.border-green-400\/85 {
  border-color: rgb(74 222 128 / 0.85);
}

.border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9);
}

.border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95);
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-green-50\/0 {
  border-color: rgb(240 253 244 / 0);
}

.border-green-50\/10 {
  border-color: rgb(240 253 244 / 0.1);
}

.border-green-50\/100 {
  border-color: rgb(240 253 244 / 1);
}

.border-green-50\/15 {
  border-color: rgb(240 253 244 / 0.15);
}

.border-green-50\/20 {
  border-color: rgb(240 253 244 / 0.2);
}

.border-green-50\/25 {
  border-color: rgb(240 253 244 / 0.25);
}

.border-green-50\/30 {
  border-color: rgb(240 253 244 / 0.3);
}

.border-green-50\/35 {
  border-color: rgb(240 253 244 / 0.35);
}

.border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4);
}

.border-green-50\/45 {
  border-color: rgb(240 253 244 / 0.45);
}

.border-green-50\/5 {
  border-color: rgb(240 253 244 / 0.05);
}

.border-green-50\/50 {
  border-color: rgb(240 253 244 / 0.5);
}

.border-green-50\/55 {
  border-color: rgb(240 253 244 / 0.55);
}

.border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6);
}

.border-green-50\/65 {
  border-color: rgb(240 253 244 / 0.65);
}

.border-green-50\/70 {
  border-color: rgb(240 253 244 / 0.7);
}

.border-green-50\/75 {
  border-color: rgb(240 253 244 / 0.75);
}

.border-green-50\/80 {
  border-color: rgb(240 253 244 / 0.8);
}

.border-green-50\/85 {
  border-color: rgb(240 253 244 / 0.85);
}

.border-green-50\/90 {
  border-color: rgb(240 253 244 / 0.9);
}

.border-green-50\/95 {
  border-color: rgb(240 253 244 / 0.95);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(176 219 79 / var(--tw-border-opacity));
}

.border-green-500\/0 {
  border-color: rgb(176 219 79 / 0);
}

.border-green-500\/10 {
  border-color: rgb(176 219 79 / 0.1);
}

.border-green-500\/100 {
  border-color: rgb(176 219 79 / 1);
}

.border-green-500\/15 {
  border-color: rgb(176 219 79 / 0.15);
}

.border-green-500\/20 {
  border-color: rgb(176 219 79 / 0.2);
}

.border-green-500\/25 {
  border-color: rgb(176 219 79 / 0.25);
}

.border-green-500\/30 {
  border-color: rgb(176 219 79 / 0.3);
}

.border-green-500\/35 {
  border-color: rgb(176 219 79 / 0.35);
}

.border-green-500\/40 {
  border-color: rgb(176 219 79 / 0.4);
}

.border-green-500\/45 {
  border-color: rgb(176 219 79 / 0.45);
}

.border-green-500\/5 {
  border-color: rgb(176 219 79 / 0.05);
}

.border-green-500\/50 {
  border-color: rgb(176 219 79 / 0.5);
}

.border-green-500\/55 {
  border-color: rgb(176 219 79 / 0.55);
}

.border-green-500\/60 {
  border-color: rgb(176 219 79 / 0.6);
}

.border-green-500\/65 {
  border-color: rgb(176 219 79 / 0.65);
}

.border-green-500\/70 {
  border-color: rgb(176 219 79 / 0.7);
}

.border-green-500\/75 {
  border-color: rgb(176 219 79 / 0.75);
}

.border-green-500\/80 {
  border-color: rgb(176 219 79 / 0.8);
}

.border-green-500\/85 {
  border-color: rgb(176 219 79 / 0.85);
}

.border-green-500\/90 {
  border-color: rgb(176 219 79 / 0.9);
}

.border-green-500\/95 {
  border-color: rgb(176 219 79 / 0.95);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-green-600\/0 {
  border-color: rgb(22 163 74 / 0);
}

.border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1);
}

.border-green-600\/100 {
  border-color: rgb(22 163 74 / 1);
}

.border-green-600\/15 {
  border-color: rgb(22 163 74 / 0.15);
}

.border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2);
}

.border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25);
}

.border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3);
}

.border-green-600\/35 {
  border-color: rgb(22 163 74 / 0.35);
}

.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}

.border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45);
}

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

.border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5);
}

.border-green-600\/55 {
  border-color: rgb(22 163 74 / 0.55);
}

.border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}

.border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65);
}

.border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7);
}

.border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75);
}

.border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8);
}

.border-green-600\/85 {
  border-color: rgb(22 163 74 / 0.85);
}

.border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9);
}

.border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95);
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(206 228 131 / var(--tw-border-opacity));
}

.border-green-700\/0 {
  border-color: rgb(206 228 131 / 0);
}

.border-green-700\/10 {
  border-color: rgb(206 228 131 / 0.1);
}

.border-green-700\/100 {
  border-color: rgb(206 228 131 / 1);
}

.border-green-700\/15 {
  border-color: rgb(206 228 131 / 0.15);
}

.border-green-700\/20 {
  border-color: rgb(206 228 131 / 0.2);
}

.border-green-700\/25 {
  border-color: rgb(206 228 131 / 0.25);
}

.border-green-700\/30 {
  border-color: rgb(206 228 131 / 0.3);
}

.border-green-700\/35 {
  border-color: rgb(206 228 131 / 0.35);
}

.border-green-700\/40 {
  border-color: rgb(206 228 131 / 0.4);
}

.border-green-700\/45 {
  border-color: rgb(206 228 131 / 0.45);
}

.border-green-700\/5 {
  border-color: rgb(206 228 131 / 0.05);
}

.border-green-700\/50 {
  border-color: rgb(206 228 131 / 0.5);
}

.border-green-700\/55 {
  border-color: rgb(206 228 131 / 0.55);
}

.border-green-700\/60 {
  border-color: rgb(206 228 131 / 0.6);
}

.border-green-700\/65 {
  border-color: rgb(206 228 131 / 0.65);
}

.border-green-700\/70 {
  border-color: rgb(206 228 131 / 0.7);
}

.border-green-700\/75 {
  border-color: rgb(206 228 131 / 0.75);
}

.border-green-700\/80 {
  border-color: rgb(206 228 131 / 0.8);
}

.border-green-700\/85 {
  border-color: rgb(206 228 131 / 0.85);
}

.border-green-700\/90 {
  border-color: rgb(206 228 131 / 0.9);
}

.border-green-700\/95 {
  border-color: rgb(206 228 131 / 0.95);
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-green-800\/0 {
  border-color: rgb(22 101 52 / 0);
}

.border-green-800\/10 {
  border-color: rgb(22 101 52 / 0.1);
}

.border-green-800\/100 {
  border-color: rgb(22 101 52 / 1);
}

.border-green-800\/15 {
  border-color: rgb(22 101 52 / 0.15);
}

.border-green-800\/20 {
  border-color: rgb(22 101 52 / 0.2);
}

.border-green-800\/25 {
  border-color: rgb(22 101 52 / 0.25);
}

.border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3);
}

.border-green-800\/35 {
  border-color: rgb(22 101 52 / 0.35);
}

.border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4);
}

.border-green-800\/45 {
  border-color: rgb(22 101 52 / 0.45);
}

.border-green-800\/5 {
  border-color: rgb(22 101 52 / 0.05);
}

.border-green-800\/50 {
  border-color: rgb(22 101 52 / 0.5);
}

.border-green-800\/55 {
  border-color: rgb(22 101 52 / 0.55);
}

.border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6);
}

.border-green-800\/65 {
  border-color: rgb(22 101 52 / 0.65);
}

.border-green-800\/70 {
  border-color: rgb(22 101 52 / 0.7);
}

.border-green-800\/75 {
  border-color: rgb(22 101 52 / 0.75);
}

.border-green-800\/80 {
  border-color: rgb(22 101 52 / 0.8);
}

.border-green-800\/85 {
  border-color: rgb(22 101 52 / 0.85);
}

.border-green-800\/90 {
  border-color: rgb(22 101 52 / 0.9);
}

.border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95);
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(13 87 64 / var(--tw-border-opacity));
}

.border-green-900\/0 {
  border-color: rgb(13 87 64 / 0);
}

.border-green-900\/10 {
  border-color: rgb(13 87 64 / 0.1);
}

.border-green-900\/100 {
  border-color: rgb(13 87 64 / 1);
}

.border-green-900\/15 {
  border-color: rgb(13 87 64 / 0.15);
}

.border-green-900\/20 {
  border-color: rgb(13 87 64 / 0.2);
}

.border-green-900\/25 {
  border-color: rgb(13 87 64 / 0.25);
}

.border-green-900\/30 {
  border-color: rgb(13 87 64 / 0.3);
}

.border-green-900\/35 {
  border-color: rgb(13 87 64 / 0.35);
}

.border-green-900\/40 {
  border-color: rgb(13 87 64 / 0.4);
}

.border-green-900\/45 {
  border-color: rgb(13 87 64 / 0.45);
}

.border-green-900\/5 {
  border-color: rgb(13 87 64 / 0.05);
}

.border-green-900\/50 {
  border-color: rgb(13 87 64 / 0.5);
}

.border-green-900\/55 {
  border-color: rgb(13 87 64 / 0.55);
}

.border-green-900\/60 {
  border-color: rgb(13 87 64 / 0.6);
}

.border-green-900\/65 {
  border-color: rgb(13 87 64 / 0.65);
}

.border-green-900\/70 {
  border-color: rgb(13 87 64 / 0.7);
}

.border-green-900\/75 {
  border-color: rgb(13 87 64 / 0.75);
}

.border-green-900\/80 {
  border-color: rgb(13 87 64 / 0.8);
}

.border-green-900\/85 {
  border-color: rgb(13 87 64 / 0.85);
}

.border-green-900\/90 {
  border-color: rgb(13 87 64 / 0.9);
}

.border-green-900\/95 {
  border-color: rgb(13 87 64 / 0.95);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}

.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}

.border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}

.border-neutral-100\/15 {
  border-color: rgb(245 245 245 / 0.15);
}

.border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}

.border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}

.border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}

.border-neutral-100\/35 {
  border-color: rgb(245 245 245 / 0.35);
}

.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}

.border-neutral-100\/45 {
  border-color: rgb(245 245 245 / 0.45);
}

.border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}

.border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}

.border-neutral-100\/55 {
  border-color: rgb(245 245 245 / 0.55);
}

.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}

.border-neutral-100\/65 {
  border-color: rgb(245 245 245 / 0.65);
}

.border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}

.border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}

.border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}

.border-neutral-100\/85 {
  border-color: rgb(245 245 245 / 0.85);
}

.border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}

.border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}

.border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}

.border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}

.border-neutral-200\/15 {
  border-color: rgb(229 229 229 / 0.15);
}

.border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}

.border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}

.border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}

.border-neutral-200\/35 {
  border-color: rgb(229 229 229 / 0.35);
}

.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}

.border-neutral-200\/45 {
  border-color: rgb(229 229 229 / 0.45);
}

.border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}

.border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}

.border-neutral-200\/55 {
  border-color: rgb(229 229 229 / 0.55);
}

.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}

.border-neutral-200\/65 {
  border-color: rgb(229 229 229 / 0.65);
}

.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}

.border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}

.border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}

.border-neutral-200\/85 {
  border-color: rgb(229 229 229 / 0.85);
}

.border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}

.border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}

.border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}

.border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}

.border-neutral-300\/15 {
  border-color: rgb(212 212 212 / 0.15);
}

.border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}

.border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}

.border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}

.border-neutral-300\/35 {
  border-color: rgb(212 212 212 / 0.35);
}

.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}

.border-neutral-300\/45 {
  border-color: rgb(212 212 212 / 0.45);
}

.border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}

.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}

.border-neutral-300\/55 {
  border-color: rgb(212 212 212 / 0.55);
}

.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}

.border-neutral-300\/65 {
  border-color: rgb(212 212 212 / 0.65);
}

.border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}

.border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}

.border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}

.border-neutral-300\/85 {
  border-color: rgb(212 212 212 / 0.85);
}

.border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}

.border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}

.border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}

.border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}

.border-neutral-400\/15 {
  border-color: rgb(163 163 163 / 0.15);
}

.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}

.border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25);
}

.border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}

.border-neutral-400\/35 {
  border-color: rgb(163 163 163 / 0.35);
}

.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}

.border-neutral-400\/45 {
  border-color: rgb(163 163 163 / 0.45);
}

.border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}

.border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}

.border-neutral-400\/55 {
  border-color: rgb(163 163 163 / 0.55);
}

.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}

.border-neutral-400\/65 {
  border-color: rgb(163 163 163 / 0.65);
}

.border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}

.border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}

.border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}

.border-neutral-400\/85 {
  border-color: rgb(163 163 163 / 0.85);
}

.border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}

.border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-neutral-50\/0 {
  border-color: rgb(250 250 250 / 0);
}

.border-neutral-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}

.border-neutral-50\/100 {
  border-color: rgb(250 250 250 / 1);
}

.border-neutral-50\/15 {
  border-color: rgb(250 250 250 / 0.15);
}

.border-neutral-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}

.border-neutral-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}

.border-neutral-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}

.border-neutral-50\/35 {
  border-color: rgb(250 250 250 / 0.35);
}

.border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}

.border-neutral-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}

.border-neutral-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}

.border-neutral-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}

.border-neutral-50\/55 {
  border-color: rgb(250 250 250 / 0.55);
}

.border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}

.border-neutral-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}

.border-neutral-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}

.border-neutral-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}

.border-neutral-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}

.border-neutral-50\/85 {
  border-color: rgb(250 250 250 / 0.85);
}

.border-neutral-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}

.border-neutral-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}

.border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}

.border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}

.border-neutral-500\/15 {
  border-color: rgb(115 115 115 / 0.15);
}

.border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}

.border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}

.border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}

.border-neutral-500\/35 {
  border-color: rgb(115 115 115 / 0.35);
}

.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}

.border-neutral-500\/45 {
  border-color: rgb(115 115 115 / 0.45);
}

.border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}

.border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}

.border-neutral-500\/55 {
  border-color: rgb(115 115 115 / 0.55);
}

.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}

.border-neutral-500\/65 {
  border-color: rgb(115 115 115 / 0.65);
}

.border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}

.border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}

.border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}

.border-neutral-500\/85 {
  border-color: rgb(115 115 115 / 0.85);
}

.border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}

.border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}

.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}

.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}

.border-neutral-600\/15 {
  border-color: rgb(82 82 82 / 0.15);
}

.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}

.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}

.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}

.border-neutral-600\/35 {
  border-color: rgb(82 82 82 / 0.35);
}

.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}

.border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45);
}

.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}

.border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}

.border-neutral-600\/55 {
  border-color: rgb(82 82 82 / 0.55);
}

.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}

.border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65);
}

.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}

.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}

.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}

.border-neutral-600\/85 {
  border-color: rgb(82 82 82 / 0.85);
}

.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}

.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-neutral-700\/0 {
  border-color: rgb(64 64 64 / 0);
}

.border-neutral-700\/10 {
  border-color: rgb(64 64 64 / 0.1);
}

.border-neutral-700\/100 {
  border-color: rgb(64 64 64 / 1);
}

.border-neutral-700\/15 {
  border-color: rgb(64 64 64 / 0.15);
}

.border-neutral-700\/20 {
  border-color: rgb(64 64 64 / 0.2);
}

.border-neutral-700\/25 {
  border-color: rgb(64 64 64 / 0.25);
}

.border-neutral-700\/30 {
  border-color: rgb(64 64 64 / 0.3);
}

.border-neutral-700\/35 {
  border-color: rgb(64 64 64 / 0.35);
}

.border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}

.border-neutral-700\/45 {
  border-color: rgb(64 64 64 / 0.45);
}

.border-neutral-700\/5 {
  border-color: rgb(64 64 64 / 0.05);
}

.border-neutral-700\/50 {
  border-color: rgb(64 64 64 / 0.5);
}

.border-neutral-700\/55 {
  border-color: rgb(64 64 64 / 0.55);
}

.border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}

.border-neutral-700\/65 {
  border-color: rgb(64 64 64 / 0.65);
}

.border-neutral-700\/70 {
  border-color: rgb(64 64 64 / 0.7);
}

.border-neutral-700\/75 {
  border-color: rgb(64 64 64 / 0.75);
}

.border-neutral-700\/80 {
  border-color: rgb(64 64 64 / 0.8);
}

.border-neutral-700\/85 {
  border-color: rgb(64 64 64 / 0.85);
}

.border-neutral-700\/90 {
  border-color: rgb(64 64 64 / 0.9);
}

.border-neutral-700\/95 {
  border-color: rgb(64 64 64 / 0.95);
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-neutral-800\/0 {
  border-color: rgb(38 38 38 / 0);
}

.border-neutral-800\/10 {
  border-color: rgb(38 38 38 / 0.1);
}

.border-neutral-800\/100 {
  border-color: rgb(38 38 38 / 1);
}

.border-neutral-800\/15 {
  border-color: rgb(38 38 38 / 0.15);
}

.border-neutral-800\/20 {
  border-color: rgb(38 38 38 / 0.2);
}

.border-neutral-800\/25 {
  border-color: rgb(38 38 38 / 0.25);
}

.border-neutral-800\/30 {
  border-color: rgb(38 38 38 / 0.3);
}

.border-neutral-800\/35 {
  border-color: rgb(38 38 38 / 0.35);
}

.border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}

.border-neutral-800\/45 {
  border-color: rgb(38 38 38 / 0.45);
}

.border-neutral-800\/5 {
  border-color: rgb(38 38 38 / 0.05);
}

.border-neutral-800\/50 {
  border-color: rgb(38 38 38 / 0.5);
}

.border-neutral-800\/55 {
  border-color: rgb(38 38 38 / 0.55);
}

.border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}

.border-neutral-800\/65 {
  border-color: rgb(38 38 38 / 0.65);
}

.border-neutral-800\/70 {
  border-color: rgb(38 38 38 / 0.7);
}

.border-neutral-800\/75 {
  border-color: rgb(38 38 38 / 0.75);
}

.border-neutral-800\/80 {
  border-color: rgb(38 38 38 / 0.8);
}

.border-neutral-800\/85 {
  border-color: rgb(38 38 38 / 0.85);
}

.border-neutral-800\/90 {
  border-color: rgb(38 38 38 / 0.9);
}

.border-neutral-800\/95 {
  border-color: rgb(38 38 38 / 0.95);
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-neutral-900\/0 {
  border-color: rgb(23 23 23 / 0);
}

.border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}

.border-neutral-900\/100 {
  border-color: rgb(23 23 23 / 1);
}

.border-neutral-900\/15 {
  border-color: rgb(23 23 23 / 0.15);
}

.border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}

.border-neutral-900\/25 {
  border-color: rgb(23 23 23 / 0.25);
}

.border-neutral-900\/30 {
  border-color: rgb(23 23 23 / 0.3);
}

.border-neutral-900\/35 {
  border-color: rgb(23 23 23 / 0.35);
}

.border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}

.border-neutral-900\/45 {
  border-color: rgb(23 23 23 / 0.45);
}

.border-neutral-900\/5 {
  border-color: rgb(23 23 23 / 0.05);
}

.border-neutral-900\/50 {
  border-color: rgb(23 23 23 / 0.5);
}

.border-neutral-900\/55 {
  border-color: rgb(23 23 23 / 0.55);
}

.border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}

.border-neutral-900\/65 {
  border-color: rgb(23 23 23 / 0.65);
}

.border-neutral-900\/70 {
  border-color: rgb(23 23 23 / 0.7);
}

.border-neutral-900\/75 {
  border-color: rgb(23 23 23 / 0.75);
}

.border-neutral-900\/80 {
  border-color: rgb(23 23 23 / 0.8);
}

.border-neutral-900\/85 {
  border-color: rgb(23 23 23 / 0.85);
}

.border-neutral-900\/90 {
  border-color: rgb(23 23 23 / 0.9);
}

.border-neutral-900\/95 {
  border-color: rgb(23 23 23 / 0.95);
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0);
}

.border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1);
}

.border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1);
}

.border-purple-100\/15 {
  border-color: rgb(243 232 255 / 0.15);
}

.border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2);
}

.border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25);
}

.border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3);
}

.border-purple-100\/35 {
  border-color: rgb(243 232 255 / 0.35);
}

.border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}

.border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45);
}

.border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05);
}

.border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5);
}

.border-purple-100\/55 {
  border-color: rgb(243 232 255 / 0.55);
}

.border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}

.border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65);
}

.border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7);
}

.border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75);
}

.border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8);
}

.border-purple-100\/85 {
  border-color: rgb(243 232 255 / 0.85);
}

.border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9);
}

.border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95);
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0);
}

.border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1);
}

.border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1);
}

.border-purple-200\/15 {
  border-color: rgb(233 213 255 / 0.15);
}

.border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2);
}

.border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25);
}

.border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3);
}

.border-purple-200\/35 {
  border-color: rgb(233 213 255 / 0.35);
}

.border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}

.border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45);
}

.border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05);
}

.border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}

.border-purple-200\/55 {
  border-color: rgb(233 213 255 / 0.55);
}

.border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}

.border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65);
}

.border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7);
}

.border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75);
}

.border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8);
}

.border-purple-200\/85 {
  border-color: rgb(233 213 255 / 0.85);
}

.border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9);
}

.border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95);
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0);
}

.border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1);
}

.border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1);
}

.border-purple-300\/15 {
  border-color: rgb(216 180 254 / 0.15);
}

.border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}

.border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}

.border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3);
}

.border-purple-300\/35 {
  border-color: rgb(216 180 254 / 0.35);
}

.border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}

.border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45);
}

.border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05);
}

.border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5);
}

.border-purple-300\/55 {
  border-color: rgb(216 180 254 / 0.55);
}

.border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}

.border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65);
}

.border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7);
}

.border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75);
}

.border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8);
}

.border-purple-300\/85 {
  border-color: rgb(216 180 254 / 0.85);
}

.border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9);
}

.border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95);
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0);
}

.border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1);
}

.border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1);
}

.border-purple-400\/15 {
  border-color: rgb(192 132 252 / 0.15);
}

.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}

.border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25);
}

.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}

.border-purple-400\/35 {
  border-color: rgb(192 132 252 / 0.35);
}

.border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}

.border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45);
}

.border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05);
}

.border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}

.border-purple-400\/55 {
  border-color: rgb(192 132 252 / 0.55);
}

.border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}

.border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65);
}

.border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7);
}

.border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75);
}

.border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8);
}

.border-purple-400\/85 {
  border-color: rgb(192 132 252 / 0.85);
}

.border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9);
}

.border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95);
}

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

.border-purple-50\/0 {
  border-color: rgb(250 245 255 / 0);
}

.border-purple-50\/10 {
  border-color: rgb(250 245 255 / 0.1);
}

.border-purple-50\/100 {
  border-color: rgb(250 245 255 / 1);
}

.border-purple-50\/15 {
  border-color: rgb(250 245 255 / 0.15);
}

.border-purple-50\/20 {
  border-color: rgb(250 245 255 / 0.2);
}

.border-purple-50\/25 {
  border-color: rgb(250 245 255 / 0.25);
}

.border-purple-50\/30 {
  border-color: rgb(250 245 255 / 0.3);
}

.border-purple-50\/35 {
  border-color: rgb(250 245 255 / 0.35);
}

.border-purple-50\/40 {
  border-color: rgb(250 245 255 / 0.4);
}

.border-purple-50\/45 {
  border-color: rgb(250 245 255 / 0.45);
}

.border-purple-50\/5 {
  border-color: rgb(250 245 255 / 0.05);
}

.border-purple-50\/50 {
  border-color: rgb(250 245 255 / 0.5);
}

.border-purple-50\/55 {
  border-color: rgb(250 245 255 / 0.55);
}

.border-purple-50\/60 {
  border-color: rgb(250 245 255 / 0.6);
}

.border-purple-50\/65 {
  border-color: rgb(250 245 255 / 0.65);
}

.border-purple-50\/70 {
  border-color: rgb(250 245 255 / 0.7);
}

.border-purple-50\/75 {
  border-color: rgb(250 245 255 / 0.75);
}

.border-purple-50\/80 {
  border-color: rgb(250 245 255 / 0.8);
}

.border-purple-50\/85 {
  border-color: rgb(250 245 255 / 0.85);
}

.border-purple-50\/90 {
  border-color: rgb(250 245 255 / 0.9);
}

.border-purple-50\/95 {
  border-color: rgb(250 245 255 / 0.95);
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0);
}

.border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1);
}

.border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1);
}

.border-purple-500\/15 {
  border-color: rgb(168 85 247 / 0.15);
}

.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-500\/25 {
  border-color: rgb(168 85 247 / 0.25);
}

.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-500\/35 {
  border-color: rgb(168 85 247 / 0.35);
}

.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}

.border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45);
}

.border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05);
}

.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}

.border-purple-500\/55 {
  border-color: rgb(168 85 247 / 0.55);
}

.border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}

.border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65);
}

.border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7);
}

.border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75);
}

.border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8);
}

.border-purple-500\/85 {
  border-color: rgb(168 85 247 / 0.85);
}

.border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9);
}

.border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95);
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0);
}

.border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1);
}

.border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1);
}

.border-purple-600\/15 {
  border-color: rgb(147 51 234 / 0.15);
}

.border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}

.border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25);
}

.border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3);
}

.border-purple-600\/35 {
  border-color: rgb(147 51 234 / 0.35);
}

.border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}

.border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45);
}

.border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05);
}

.border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5);
}

.border-purple-600\/55 {
  border-color: rgb(147 51 234 / 0.55);
}

.border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}

.border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65);
}

.border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7);
}

.border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75);
}

.border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8);
}

.border-purple-600\/85 {
  border-color: rgb(147 51 234 / 0.85);
}

.border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9);
}

.border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95);
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-purple-700\/0 {
  border-color: rgb(126 34 206 / 0);
}

.border-purple-700\/10 {
  border-color: rgb(126 34 206 / 0.1);
}

.border-purple-700\/100 {
  border-color: rgb(126 34 206 / 1);
}

.border-purple-700\/15 {
  border-color: rgb(126 34 206 / 0.15);
}

.border-purple-700\/20 {
  border-color: rgb(126 34 206 / 0.2);
}

.border-purple-700\/25 {
  border-color: rgb(126 34 206 / 0.25);
}

.border-purple-700\/30 {
  border-color: rgb(126 34 206 / 0.3);
}

.border-purple-700\/35 {
  border-color: rgb(126 34 206 / 0.35);
}

.border-purple-700\/40 {
  border-color: rgb(126 34 206 / 0.4);
}

.border-purple-700\/45 {
  border-color: rgb(126 34 206 / 0.45);
}

.border-purple-700\/5 {
  border-color: rgb(126 34 206 / 0.05);
}

.border-purple-700\/50 {
  border-color: rgb(126 34 206 / 0.5);
}

.border-purple-700\/55 {
  border-color: rgb(126 34 206 / 0.55);
}

.border-purple-700\/60 {
  border-color: rgb(126 34 206 / 0.6);
}

.border-purple-700\/65 {
  border-color: rgb(126 34 206 / 0.65);
}

.border-purple-700\/70 {
  border-color: rgb(126 34 206 / 0.7);
}

.border-purple-700\/75 {
  border-color: rgb(126 34 206 / 0.75);
}

.border-purple-700\/80 {
  border-color: rgb(126 34 206 / 0.8);
}

.border-purple-700\/85 {
  border-color: rgb(126 34 206 / 0.85);
}

.border-purple-700\/90 {
  border-color: rgb(126 34 206 / 0.9);
}

.border-purple-700\/95 {
  border-color: rgb(126 34 206 / 0.95);
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-purple-800\/0 {
  border-color: rgb(107 33 168 / 0);
}

.border-purple-800\/10 {
  border-color: rgb(107 33 168 / 0.1);
}

.border-purple-800\/100 {
  border-color: rgb(107 33 168 / 1);
}

.border-purple-800\/15 {
  border-color: rgb(107 33 168 / 0.15);
}

.border-purple-800\/20 {
  border-color: rgb(107 33 168 / 0.2);
}

.border-purple-800\/25 {
  border-color: rgb(107 33 168 / 0.25);
}

.border-purple-800\/30 {
  border-color: rgb(107 33 168 / 0.3);
}

.border-purple-800\/35 {
  border-color: rgb(107 33 168 / 0.35);
}

.border-purple-800\/40 {
  border-color: rgb(107 33 168 / 0.4);
}

.border-purple-800\/45 {
  border-color: rgb(107 33 168 / 0.45);
}

.border-purple-800\/5 {
  border-color: rgb(107 33 168 / 0.05);
}

.border-purple-800\/50 {
  border-color: rgb(107 33 168 / 0.5);
}

.border-purple-800\/55 {
  border-color: rgb(107 33 168 / 0.55);
}

.border-purple-800\/60 {
  border-color: rgb(107 33 168 / 0.6);
}

.border-purple-800\/65 {
  border-color: rgb(107 33 168 / 0.65);
}

.border-purple-800\/70 {
  border-color: rgb(107 33 168 / 0.7);
}

.border-purple-800\/75 {
  border-color: rgb(107 33 168 / 0.75);
}

.border-purple-800\/80 {
  border-color: rgb(107 33 168 / 0.8);
}

.border-purple-800\/85 {
  border-color: rgb(107 33 168 / 0.85);
}

.border-purple-800\/90 {
  border-color: rgb(107 33 168 / 0.9);
}

.border-purple-800\/95 {
  border-color: rgb(107 33 168 / 0.95);
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-purple-900\/0 {
  border-color: rgb(88 28 135 / 0);
}

.border-purple-900\/10 {
  border-color: rgb(88 28 135 / 0.1);
}

.border-purple-900\/100 {
  border-color: rgb(88 28 135 / 1);
}

.border-purple-900\/15 {
  border-color: rgb(88 28 135 / 0.15);
}

.border-purple-900\/20 {
  border-color: rgb(88 28 135 / 0.2);
}

.border-purple-900\/25 {
  border-color: rgb(88 28 135 / 0.25);
}

.border-purple-900\/30 {
  border-color: rgb(88 28 135 / 0.3);
}

.border-purple-900\/35 {
  border-color: rgb(88 28 135 / 0.35);
}

.border-purple-900\/40 {
  border-color: rgb(88 28 135 / 0.4);
}

.border-purple-900\/45 {
  border-color: rgb(88 28 135 / 0.45);
}

.border-purple-900\/5 {
  border-color: rgb(88 28 135 / 0.05);
}

.border-purple-900\/50 {
  border-color: rgb(88 28 135 / 0.5);
}

.border-purple-900\/55 {
  border-color: rgb(88 28 135 / 0.55);
}

.border-purple-900\/60 {
  border-color: rgb(88 28 135 / 0.6);
}

.border-purple-900\/65 {
  border-color: rgb(88 28 135 / 0.65);
}

.border-purple-900\/70 {
  border-color: rgb(88 28 135 / 0.7);
}

.border-purple-900\/75 {
  border-color: rgb(88 28 135 / 0.75);
}

.border-purple-900\/80 {
  border-color: rgb(88 28 135 / 0.8);
}

.border-purple-900\/85 {
  border-color: rgb(88 28 135 / 0.85);
}

.border-purple-900\/90 {
  border-color: rgb(88 28 135 / 0.9);
}

.border-purple-900\/95 {
  border-color: rgb(88 28 135 / 0.95);
}

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

.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}

.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}

.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}

.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}

.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}

.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}

.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}

.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}

.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}

.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}

.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}

.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}

.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(242 153 145 / var(--tw-border-opacity));
}

.border-red-300\/0 {
  border-color: rgb(242 153 145 / 0);
}

.border-red-300\/10 {
  border-color: rgb(242 153 145 / 0.1);
}

.border-red-300\/100 {
  border-color: rgb(242 153 145 / 1);
}

.border-red-300\/15 {
  border-color: rgb(242 153 145 / 0.15);
}

.border-red-300\/20 {
  border-color: rgb(242 153 145 / 0.2);
}

.border-red-300\/25 {
  border-color: rgb(242 153 145 / 0.25);
}

.border-red-300\/30 {
  border-color: rgb(242 153 145 / 0.3);
}

.border-red-300\/35 {
  border-color: rgb(242 153 145 / 0.35);
}

.border-red-300\/40 {
  border-color: rgb(242 153 145 / 0.4);
}

.border-red-300\/45 {
  border-color: rgb(242 153 145 / 0.45);
}

.border-red-300\/5 {
  border-color: rgb(242 153 145 / 0.05);
}

.border-red-300\/50 {
  border-color: rgb(242 153 145 / 0.5);
}

.border-red-300\/55 {
  border-color: rgb(242 153 145 / 0.55);
}

.border-red-300\/60 {
  border-color: rgb(242 153 145 / 0.6);
}

.border-red-300\/65 {
  border-color: rgb(242 153 145 / 0.65);
}

.border-red-300\/70 {
  border-color: rgb(242 153 145 / 0.7);
}

.border-red-300\/75 {
  border-color: rgb(242 153 145 / 0.75);
}

.border-red-300\/80 {
  border-color: rgb(242 153 145 / 0.8);
}

.border-red-300\/85 {
  border-color: rgb(242 153 145 / 0.85);
}

.border-red-300\/90 {
  border-color: rgb(242 153 145 / 0.9);
}

.border-red-300\/95 {
  border-color: rgb(242 153 145 / 0.95);
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}

.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}

.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}

.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}

.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}

.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}

.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}

.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}

.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}

.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}

.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}

.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}

.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}

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

.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}

.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}

.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}

.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}

.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}

.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(230 51 35 / var(--tw-border-opacity));
}

.border-red-600\/0 {
  border-color: rgb(230 51 35 / 0);
}

.border-red-600\/10 {
  border-color: rgb(230 51 35 / 0.1);
}

.border-red-600\/100 {
  border-color: rgb(230 51 35 / 1);
}

.border-red-600\/15 {
  border-color: rgb(230 51 35 / 0.15);
}

.border-red-600\/20 {
  border-color: rgb(230 51 35 / 0.2);
}

.border-red-600\/25 {
  border-color: rgb(230 51 35 / 0.25);
}

.border-red-600\/30 {
  border-color: rgb(230 51 35 / 0.3);
}

.border-red-600\/35 {
  border-color: rgb(230 51 35 / 0.35);
}

.border-red-600\/40 {
  border-color: rgb(230 51 35 / 0.4);
}

.border-red-600\/45 {
  border-color: rgb(230 51 35 / 0.45);
}

.border-red-600\/5 {
  border-color: rgb(230 51 35 / 0.05);
}

.border-red-600\/50 {
  border-color: rgb(230 51 35 / 0.5);
}

.border-red-600\/55 {
  border-color: rgb(230 51 35 / 0.55);
}

.border-red-600\/60 {
  border-color: rgb(230 51 35 / 0.6);
}

.border-red-600\/65 {
  border-color: rgb(230 51 35 / 0.65);
}

.border-red-600\/70 {
  border-color: rgb(230 51 35 / 0.7);
}

.border-red-600\/75 {
  border-color: rgb(230 51 35 / 0.75);
}

.border-red-600\/80 {
  border-color: rgb(230 51 35 / 0.8);
}

.border-red-600\/85 {
  border-color: rgb(230 51 35 / 0.85);
}

.border-red-600\/90 {
  border-color: rgb(230 51 35 / 0.9);
}

.border-red-600\/95 {
  border-color: rgb(230 51 35 / 0.95);
}

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

.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}

.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}

.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}

.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}

.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}

.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}

.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}

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

.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}

.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}

.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}

.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}

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

.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}

.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}

.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}

.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}

.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}

.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}

.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}

.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}

.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}

.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-100\/0 {
  border-color: rgb(241 245 249 / 0);
}

.border-slate-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}

.border-slate-100\/100 {
  border-color: rgb(241 245 249 / 1);
}

.border-slate-100\/15 {
  border-color: rgb(241 245 249 / 0.15);
}

.border-slate-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}

.border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}

.border-slate-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}

.border-slate-100\/35 {
  border-color: rgb(241 245 249 / 0.35);
}

.border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}

.border-slate-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}

.border-slate-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}

.border-slate-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}

.border-slate-100\/55 {
  border-color: rgb(241 245 249 / 0.55);
}

.border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}

.border-slate-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}

.border-slate-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}

.border-slate-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}

.border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}

.border-slate-100\/85 {
  border-color: rgb(241 245 249 / 0.85);
}

.border-slate-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}

.border-slate-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-200\/0 {
  border-color: rgb(226 232 240 / 0);
}

.border-slate-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}

.border-slate-200\/100 {
  border-color: rgb(226 232 240 / 1);
}

.border-slate-200\/15 {
  border-color: rgb(226 232 240 / 0.15);
}

.border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}

.border-slate-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}

.border-slate-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}

.border-slate-200\/35 {
  border-color: rgb(226 232 240 / 0.35);
}

.border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}

.border-slate-200\/45 {
  border-color: rgb(226 232 240 / 0.45);
}

.border-slate-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}

.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}

.border-slate-200\/55 {
  border-color: rgb(226 232 240 / 0.55);
}

.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-200\/65 {
  border-color: rgb(226 232 240 / 0.65);
}

.border-slate-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}

.border-slate-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}

.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-200\/85 {
  border-color: rgb(226 232 240 / 0.85);
}

.border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}

.border-slate-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-slate-300\/0 {
  border-color: rgb(203 213 225 / 0);
}

.border-slate-300\/10 {
  border-color: rgb(203 213 225 / 0.1);
}

.border-slate-300\/100 {
  border-color: rgb(203 213 225 / 1);
}

.border-slate-300\/15 {
  border-color: rgb(203 213 225 / 0.15);
}

.border-slate-300\/20 {
  border-color: rgb(203 213 225 / 0.2);
}

.border-slate-300\/25 {
  border-color: rgb(203 213 225 / 0.25);
}

.border-slate-300\/30 {
  border-color: rgb(203 213 225 / 0.3);
}

.border-slate-300\/35 {
  border-color: rgb(203 213 225 / 0.35);
}

.border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}

.border-slate-300\/45 {
  border-color: rgb(203 213 225 / 0.45);
}

.border-slate-300\/5 {
  border-color: rgb(203 213 225 / 0.05);
}

.border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}

.border-slate-300\/55 {
  border-color: rgb(203 213 225 / 0.55);
}

.border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}

.border-slate-300\/65 {
  border-color: rgb(203 213 225 / 0.65);
}

.border-slate-300\/70 {
  border-color: rgb(203 213 225 / 0.7);
}

.border-slate-300\/75 {
  border-color: rgb(203 213 225 / 0.75);
}

.border-slate-300\/80 {
  border-color: rgb(203 213 225 / 0.8);
}

.border-slate-300\/85 {
  border-color: rgb(203 213 225 / 0.85);
}

.border-slate-300\/90 {
  border-color: rgb(203 213 225 / 0.9);
}

.border-slate-300\/95 {
  border-color: rgb(203 213 225 / 0.95);
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-slate-400\/0 {
  border-color: rgb(148 163 184 / 0);
}

.border-slate-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}

.border-slate-400\/100 {
  border-color: rgb(148 163 184 / 1);
}

.border-slate-400\/15 {
  border-color: rgb(148 163 184 / 0.15);
}

.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}

.border-slate-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}

.border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}

.border-slate-400\/35 {
  border-color: rgb(148 163 184 / 0.35);
}

.border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}

.border-slate-400\/45 {
  border-color: rgb(148 163 184 / 0.45);
}

.border-slate-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}

.border-slate-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}

.border-slate-400\/55 {
  border-color: rgb(148 163 184 / 0.55);
}

.border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}

.border-slate-400\/65 {
  border-color: rgb(148 163 184 / 0.65);
}

.border-slate-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}

.border-slate-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}

.border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}

.border-slate-400\/85 {
  border-color: rgb(148 163 184 / 0.85);
}

.border-slate-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}

.border-slate-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}

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

.border-slate-50\/0 {
  border-color: rgb(248 250 252 / 0);
}

.border-slate-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}

.border-slate-50\/100 {
  border-color: rgb(248 250 252 / 1);
}

.border-slate-50\/15 {
  border-color: rgb(248 250 252 / 0.15);
}

.border-slate-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}

.border-slate-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}

.border-slate-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}

.border-slate-50\/35 {
  border-color: rgb(248 250 252 / 0.35);
}

.border-slate-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}

.border-slate-50\/45 {
  border-color: rgb(248 250 252 / 0.45);
}

.border-slate-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}

.border-slate-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}

.border-slate-50\/55 {
  border-color: rgb(248 250 252 / 0.55);
}

.border-slate-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}

.border-slate-50\/65 {
  border-color: rgb(248 250 252 / 0.65);
}

.border-slate-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}

.border-slate-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}

.border-slate-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}

.border-slate-50\/85 {
  border-color: rgb(248 250 252 / 0.85);
}

.border-slate-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}

.border-slate-50\/95 {
  border-color: rgb(248 250 252 / 0.95);
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0);
}

.border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}

.border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1);
}

.border-slate-500\/15 {
  border-color: rgb(100 116 139 / 0.15);
}

.border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}

.border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}

.border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}

.border-slate-500\/35 {
  border-color: rgb(100 116 139 / 0.35);
}

.border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}

.border-slate-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}

.border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}

.border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}

.border-slate-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}

.border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}

.border-slate-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}

.border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}

.border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}

.border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}

.border-slate-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}

.border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}

.border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-slate-600\/0 {
  border-color: rgb(71 85 105 / 0);
}

.border-slate-600\/10 {
  border-color: rgb(71 85 105 / 0.1);
}

.border-slate-600\/100 {
  border-color: rgb(71 85 105 / 1);
}

.border-slate-600\/15 {
  border-color: rgb(71 85 105 / 0.15);
}

.border-slate-600\/20 {
  border-color: rgb(71 85 105 / 0.2);
}

.border-slate-600\/25 {
  border-color: rgb(71 85 105 / 0.25);
}

.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}

.border-slate-600\/35 {
  border-color: rgb(71 85 105 / 0.35);
}

.border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}

.border-slate-600\/45 {
  border-color: rgb(71 85 105 / 0.45);
}

.border-slate-600\/5 {
  border-color: rgb(71 85 105 / 0.05);
}

.border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}

.border-slate-600\/55 {
  border-color: rgb(71 85 105 / 0.55);
}

.border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}

.border-slate-600\/65 {
  border-color: rgb(71 85 105 / 0.65);
}

.border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}

.border-slate-600\/75 {
  border-color: rgb(71 85 105 / 0.75);
}

.border-slate-600\/80 {
  border-color: rgb(71 85 105 / 0.8);
}

.border-slate-600\/85 {
  border-color: rgb(71 85 105 / 0.85);
}

.border-slate-600\/90 {
  border-color: rgb(71 85 105 / 0.9);
}

.border-slate-600\/95 {
  border-color: rgb(71 85 105 / 0.95);
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-slate-700\/0 {
  border-color: rgb(51 65 85 / 0);
}

.border-slate-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}

.border-slate-700\/100 {
  border-color: rgb(51 65 85 / 1);
}

.border-slate-700\/15 {
  border-color: rgb(51 65 85 / 0.15);
}

.border-slate-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}

.border-slate-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}

.border-slate-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}

.border-slate-700\/35 {
  border-color: rgb(51 65 85 / 0.35);
}

.border-slate-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}

.border-slate-700\/45 {
  border-color: rgb(51 65 85 / 0.45);
}

.border-slate-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}

.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/55 {
  border-color: rgb(51 65 85 / 0.55);
}

.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}

.border-slate-700\/65 {
  border-color: rgb(51 65 85 / 0.65);
}

.border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}

.border-slate-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-700\/85 {
  border-color: rgb(51 65 85 / 0.85);
}

.border-slate-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}

.border-slate-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-slate-800\/0 {
  border-color: rgb(30 41 59 / 0);
}

.border-slate-800\/10 {
  border-color: rgb(30 41 59 / 0.1);
}

.border-slate-800\/100 {
  border-color: rgb(30 41 59 / 1);
}

.border-slate-800\/15 {
  border-color: rgb(30 41 59 / 0.15);
}

.border-slate-800\/20 {
  border-color: rgb(30 41 59 / 0.2);
}

.border-slate-800\/25 {
  border-color: rgb(30 41 59 / 0.25);
}

.border-slate-800\/30 {
  border-color: rgb(30 41 59 / 0.3);
}

.border-slate-800\/35 {
  border-color: rgb(30 41 59 / 0.35);
}

.border-slate-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}

.border-slate-800\/45 {
  border-color: rgb(30 41 59 / 0.45);
}

.border-slate-800\/5 {
  border-color: rgb(30 41 59 / 0.05);
}

.border-slate-800\/50 {
  border-color: rgb(30 41 59 / 0.5);
}

.border-slate-800\/55 {
  border-color: rgb(30 41 59 / 0.55);
}

.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-800\/65 {
  border-color: rgb(30 41 59 / 0.65);
}

.border-slate-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}

.border-slate-800\/75 {
  border-color: rgb(30 41 59 / 0.75);
}

.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}

.border-slate-800\/85 {
  border-color: rgb(30 41 59 / 0.85);
}

.border-slate-800\/90 {
  border-color: rgb(30 41 59 / 0.9);
}

.border-slate-800\/95 {
  border-color: rgb(30 41 59 / 0.95);
}

.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-slate-900\/0 {
  border-color: rgb(15 23 42 / 0);
}

.border-slate-900\/10 {
  border-color: rgb(15 23 42 / 0.1);
}

.border-slate-900\/100 {
  border-color: rgb(15 23 42 / 1);
}

.border-slate-900\/15 {
  border-color: rgb(15 23 42 / 0.15);
}

.border-slate-900\/20 {
  border-color: rgb(15 23 42 / 0.2);
}

.border-slate-900\/25 {
  border-color: rgb(15 23 42 / 0.25);
}

.border-slate-900\/30 {
  border-color: rgb(15 23 42 / 0.3);
}

.border-slate-900\/35 {
  border-color: rgb(15 23 42 / 0.35);
}

.border-slate-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}

.border-slate-900\/45 {
  border-color: rgb(15 23 42 / 0.45);
}

.border-slate-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}

.border-slate-900\/50 {
  border-color: rgb(15 23 42 / 0.5);
}

.border-slate-900\/55 {
  border-color: rgb(15 23 42 / 0.55);
}

.border-slate-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}

.border-slate-900\/65 {
  border-color: rgb(15 23 42 / 0.65);
}

.border-slate-900\/70 {
  border-color: rgb(15 23 42 / 0.7);
}

.border-slate-900\/75 {
  border-color: rgb(15 23 42 / 0.75);
}

.border-slate-900\/80 {
  border-color: rgb(15 23 42 / 0.8);
}

.border-slate-900\/85 {
  border-color: rgb(15 23 42 / 0.85);
}

.border-slate-900\/90 {
  border-color: rgb(15 23 42 / 0.9);
}

.border-slate-900\/95 {
  border-color: rgb(15 23 42 / 0.95);
}

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

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

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15);
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35);
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(247 245 230 / var(--tw-border-opacity));
}

.border-yellow-200\/0 {
  border-color: rgb(247 245 230 / 0);
}

.border-yellow-200\/10 {
  border-color: rgb(247 245 230 / 0.1);
}

.border-yellow-200\/100 {
  border-color: rgb(247 245 230 / 1);
}

.border-yellow-200\/15 {
  border-color: rgb(247 245 230 / 0.15);
}

.border-yellow-200\/20 {
  border-color: rgb(247 245 230 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(247 245 230 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(247 245 230 / 0.3);
}

.border-yellow-200\/35 {
  border-color: rgb(247 245 230 / 0.35);
}

.border-yellow-200\/40 {
  border-color: rgb(247 245 230 / 0.4);
}

.border-yellow-200\/45 {
  border-color: rgb(247 245 230 / 0.45);
}

.border-yellow-200\/5 {
  border-color: rgb(247 245 230 / 0.05);
}

.border-yellow-200\/50 {
  border-color: rgb(247 245 230 / 0.5);
}

.border-yellow-200\/55 {
  border-color: rgb(247 245 230 / 0.55);
}

.border-yellow-200\/60 {
  border-color: rgb(247 245 230 / 0.6);
}

.border-yellow-200\/65 {
  border-color: rgb(247 245 230 / 0.65);
}

.border-yellow-200\/70 {
  border-color: rgb(247 245 230 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(247 245 230 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(247 245 230 / 0.8);
}

.border-yellow-200\/85 {
  border-color: rgb(247 245 230 / 0.85);
}

.border-yellow-200\/90 {
  border-color: rgb(247 245 230 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(247 245 230 / 0.95);
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(247 225 114 / var(--tw-border-opacity));
}

.border-yellow-300\/0 {
  border-color: rgb(247 225 114 / 0);
}

.border-yellow-300\/10 {
  border-color: rgb(247 225 114 / 0.1);
}

.border-yellow-300\/100 {
  border-color: rgb(247 225 114 / 1);
}

.border-yellow-300\/15 {
  border-color: rgb(247 225 114 / 0.15);
}

.border-yellow-300\/20 {
  border-color: rgb(247 225 114 / 0.2);
}

.border-yellow-300\/25 {
  border-color: rgb(247 225 114 / 0.25);
}

.border-yellow-300\/30 {
  border-color: rgb(247 225 114 / 0.3);
}

.border-yellow-300\/35 {
  border-color: rgb(247 225 114 / 0.35);
}

.border-yellow-300\/40 {
  border-color: rgb(247 225 114 / 0.4);
}

.border-yellow-300\/45 {
  border-color: rgb(247 225 114 / 0.45);
}

.border-yellow-300\/5 {
  border-color: rgb(247 225 114 / 0.05);
}

.border-yellow-300\/50 {
  border-color: rgb(247 225 114 / 0.5);
}

.border-yellow-300\/55 {
  border-color: rgb(247 225 114 / 0.55);
}

.border-yellow-300\/60 {
  border-color: rgb(247 225 114 / 0.6);
}

.border-yellow-300\/65 {
  border-color: rgb(247 225 114 / 0.65);
}

.border-yellow-300\/70 {
  border-color: rgb(247 225 114 / 0.7);
}

.border-yellow-300\/75 {
  border-color: rgb(247 225 114 / 0.75);
}

.border-yellow-300\/80 {
  border-color: rgb(247 225 114 / 0.8);
}

.border-yellow-300\/85 {
  border-color: rgb(247 225 114 / 0.85);
}

.border-yellow-300\/90 {
  border-color: rgb(247 225 114 / 0.9);
}

.border-yellow-300\/95 {
  border-color: rgb(247 225 114 / 0.95);
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15);
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35);
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(254 221 56 / var(--tw-border-opacity));
}

.border-yellow-500\/0 {
  border-color: rgb(254 221 56 / 0);
}

.border-yellow-500\/10 {
  border-color: rgb(254 221 56 / 0.1);
}

.border-yellow-500\/100 {
  border-color: rgb(254 221 56 / 1);
}

.border-yellow-500\/15 {
  border-color: rgb(254 221 56 / 0.15);
}

.border-yellow-500\/20 {
  border-color: rgb(254 221 56 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(254 221 56 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(254 221 56 / 0.3);
}

.border-yellow-500\/35 {
  border-color: rgb(254 221 56 / 0.35);
}

.border-yellow-500\/40 {
  border-color: rgb(254 221 56 / 0.4);
}

.border-yellow-500\/45 {
  border-color: rgb(254 221 56 / 0.45);
}

.border-yellow-500\/5 {
  border-color: rgb(254 221 56 / 0.05);
}

.border-yellow-500\/50 {
  border-color: rgb(254 221 56 / 0.5);
}

.border-yellow-500\/55 {
  border-color: rgb(254 221 56 / 0.55);
}

.border-yellow-500\/60 {
  border-color: rgb(254 221 56 / 0.6);
}

.border-yellow-500\/65 {
  border-color: rgb(254 221 56 / 0.65);
}

.border-yellow-500\/70 {
  border-color: rgb(254 221 56 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(254 221 56 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(254 221 56 / 0.8);
}

.border-yellow-500\/85 {
  border-color: rgb(254 221 56 / 0.85);
}

.border-yellow-500\/90 {
  border-color: rgb(254 221 56 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(254 221 56 / 0.95);
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15);
}

.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35);
}

.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}

.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}

.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}

.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}

.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15);
}

.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35);
}

.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}

.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55);
}

.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}

.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85);
}

.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15);
}

.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35);
}

.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}

.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55);
}

.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}

.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85);
}

.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}

.bg-\[\#C3D6EE\]\/40 {
  background-color: rgb(195 214 238 / 0.4);
}

.bg-\[\#E7ECEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 236 238 / var(--tw-bg-opacity));
}

.bg-\[\#E8A64B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 166 75 / var(--tw-bg-opacity));
}

.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-bg-collab40 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 235 208 / var(--tw-bg-opacity));
}

.bg-bg-page {
  --tw-bg-opacity: 1;
  background-color: rgb(194 214 238 / var(--tw-bg-opacity));
}

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

.bg-bg-tiltak {
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 205 / var(--tw-bg-opacity));
}

.bg-bg-tjenester {
  --tw-bg-opacity: 1;
  background-color: rgb(250 235 242 / var(--tw-bg-opacity));
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 214 238 / var(--tw-bg-opacity));
}

.bg-blue-100\/0 {
  background-color: rgb(194 214 238 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(194 214 238 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(194 214 238 / 1);
}

.bg-blue-100\/15 {
  background-color: rgb(194 214 238 / 0.15);
}

.bg-blue-100\/20 {
  background-color: rgb(194 214 238 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(194 214 238 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(194 214 238 / 0.3);
}

.bg-blue-100\/35 {
  background-color: rgb(194 214 238 / 0.35);
}

.bg-blue-100\/40 {
  background-color: rgb(194 214 238 / 0.4);
}

.bg-blue-100\/45 {
  background-color: rgb(194 214 238 / 0.45);
}

.bg-blue-100\/5 {
  background-color: rgb(194 214 238 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(194 214 238 / 0.5);
}

.bg-blue-100\/55 {
  background-color: rgb(194 214 238 / 0.55);
}

.bg-blue-100\/60 {
  background-color: rgb(194 214 238 / 0.6);
}

.bg-blue-100\/65 {
  background-color: rgb(194 214 238 / 0.65);
}

.bg-blue-100\/70 {
  background-color: rgb(194 214 238 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(194 214 238 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(194 214 238 / 0.8);
}

.bg-blue-100\/85 {
  background-color: rgb(194 214 238 / 0.85);
}

.bg-blue-100\/90 {
  background-color: rgb(194 214 238 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(194 214 238 / 0.95);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}

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

.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}

.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}

.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}

.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}

.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}

.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}

.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 93 188 / var(--tw-bg-opacity));
}

.bg-blue-600\/0 {
  background-color: rgb(43 93 188 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(43 93 188 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(43 93 188 / 1);
}

.bg-blue-600\/15 {
  background-color: rgb(43 93 188 / 0.15);
}

.bg-blue-600\/20 {
  background-color: rgb(43 93 188 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(43 93 188 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(43 93 188 / 0.3);
}

.bg-blue-600\/35 {
  background-color: rgb(43 93 188 / 0.35);
}

.bg-blue-600\/40 {
  background-color: rgb(43 93 188 / 0.4);
}

.bg-blue-600\/45 {
  background-color: rgb(43 93 188 / 0.45);
}

.bg-blue-600\/5 {
  background-color: rgb(43 93 188 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(43 93 188 / 0.5);
}

.bg-blue-600\/55 {
  background-color: rgb(43 93 188 / 0.55);
}

.bg-blue-600\/60 {
  background-color: rgb(43 93 188 / 0.6);
}

.bg-blue-600\/65 {
  background-color: rgb(43 93 188 / 0.65);
}

.bg-blue-600\/70 {
  background-color: rgb(43 93 188 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(43 93 188 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(43 93 188 / 0.8);
}

.bg-blue-600\/85 {
  background-color: rgb(43 93 188 / 0.85);
}

.bg-blue-600\/90 {
  background-color: rgb(43 93 188 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(43 93 188 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}

.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}

.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}

.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}

.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}

.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}

.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 63 81 / var(--tw-bg-opacity));
}

.bg-blue-900\/0 {
  background-color: rgb(10 63 81 / 0);
}

.bg-blue-900\/10 {
  background-color: rgb(10 63 81 / 0.1);
}

.bg-blue-900\/100 {
  background-color: rgb(10 63 81 / 1);
}

.bg-blue-900\/15 {
  background-color: rgb(10 63 81 / 0.15);
}

.bg-blue-900\/20 {
  background-color: rgb(10 63 81 / 0.2);
}

.bg-blue-900\/25 {
  background-color: rgb(10 63 81 / 0.25);
}

.bg-blue-900\/30 {
  background-color: rgb(10 63 81 / 0.3);
}

.bg-blue-900\/35 {
  background-color: rgb(10 63 81 / 0.35);
}

.bg-blue-900\/40 {
  background-color: rgb(10 63 81 / 0.4);
}

.bg-blue-900\/45 {
  background-color: rgb(10 63 81 / 0.45);
}

.bg-blue-900\/5 {
  background-color: rgb(10 63 81 / 0.05);
}

.bg-blue-900\/50 {
  background-color: rgb(10 63 81 / 0.5);
}

.bg-blue-900\/55 {
  background-color: rgb(10 63 81 / 0.55);
}

.bg-blue-900\/60 {
  background-color: rgb(10 63 81 / 0.6);
}

.bg-blue-900\/65 {
  background-color: rgb(10 63 81 / 0.65);
}

.bg-blue-900\/70 {
  background-color: rgb(10 63 81 / 0.7);
}

.bg-blue-900\/75 {
  background-color: rgb(10 63 81 / 0.75);
}

.bg-blue-900\/80 {
  background-color: rgb(10 63 81 / 0.8);
}

.bg-blue-900\/85 {
  background-color: rgb(10 63 81 / 0.85);
}

.bg-blue-900\/90 {
  background-color: rgb(10 63 81 / 0.9);
}

.bg-blue-900\/95 {
  background-color: rgb(10 63 81 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}

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

.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}

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

.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}

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

.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}

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

.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}

.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}

.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}

.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}

.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}

.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}

.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}

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

.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}

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

.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}

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

.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}

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

.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}

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

.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}

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

.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}

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

.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}

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

.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}

.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}

.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}

.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}

.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}

.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}

.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}

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

.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}

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

.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}

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

.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gray-accordion {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

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

.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}

.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}

.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}

.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}

.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}

.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}

.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}

.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}

.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}

.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}

.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}

.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}

.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 219 79 / var(--tw-bg-opacity));
}

.bg-green-500\/0 {
  background-color: rgb(176 219 79 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(176 219 79 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(176 219 79 / 1);
}

.bg-green-500\/15 {
  background-color: rgb(176 219 79 / 0.15);
}

.bg-green-500\/20 {
  background-color: rgb(176 219 79 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(176 219 79 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(176 219 79 / 0.3);
}

.bg-green-500\/35 {
  background-color: rgb(176 219 79 / 0.35);
}

.bg-green-500\/40 {
  background-color: rgb(176 219 79 / 0.4);
}

.bg-green-500\/45 {
  background-color: rgb(176 219 79 / 0.45);
}

.bg-green-500\/5 {
  background-color: rgb(176 219 79 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(176 219 79 / 0.5);
}

.bg-green-500\/55 {
  background-color: rgb(176 219 79 / 0.55);
}

.bg-green-500\/60 {
  background-color: rgb(176 219 79 / 0.6);
}

.bg-green-500\/65 {
  background-color: rgb(176 219 79 / 0.65);
}

.bg-green-500\/70 {
  background-color: rgb(176 219 79 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(176 219 79 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(176 219 79 / 0.8);
}

.bg-green-500\/85 {
  background-color: rgb(176 219 79 / 0.85);
}

.bg-green-500\/90 {
  background-color: rgb(176 219 79 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(176 219 79 / 0.95);
}

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

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

.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}

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

.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 228 131 / var(--tw-bg-opacity));
}

.bg-green-700\/0 {
  background-color: rgb(206 228 131 / 0);
}

.bg-green-700\/10 {
  background-color: rgb(206 228 131 / 0.1);
}

.bg-green-700\/100 {
  background-color: rgb(206 228 131 / 1);
}

.bg-green-700\/15 {
  background-color: rgb(206 228 131 / 0.15);
}

.bg-green-700\/20 {
  background-color: rgb(206 228 131 / 0.2);
}

.bg-green-700\/25 {
  background-color: rgb(206 228 131 / 0.25);
}

.bg-green-700\/30 {
  background-color: rgb(206 228 131 / 0.3);
}

.bg-green-700\/35 {
  background-color: rgb(206 228 131 / 0.35);
}

.bg-green-700\/40 {
  background-color: rgb(206 228 131 / 0.4);
}

.bg-green-700\/45 {
  background-color: rgb(206 228 131 / 0.45);
}

.bg-green-700\/5 {
  background-color: rgb(206 228 131 / 0.05);
}

.bg-green-700\/50 {
  background-color: rgb(206 228 131 / 0.5);
}

.bg-green-700\/55 {
  background-color: rgb(206 228 131 / 0.55);
}

.bg-green-700\/60 {
  background-color: rgb(206 228 131 / 0.6);
}

.bg-green-700\/65 {
  background-color: rgb(206 228 131 / 0.65);
}

.bg-green-700\/70 {
  background-color: rgb(206 228 131 / 0.7);
}

.bg-green-700\/75 {
  background-color: rgb(206 228 131 / 0.75);
}

.bg-green-700\/80 {
  background-color: rgb(206 228 131 / 0.8);
}

.bg-green-700\/85 {
  background-color: rgb(206 228 131 / 0.85);
}

.bg-green-700\/90 {
  background-color: rgb(206 228 131 / 0.9);
}

.bg-green-700\/95 {
  background-color: rgb(206 228 131 / 0.95);
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 87 64 / var(--tw-bg-opacity));
}

.bg-green-900\/0 {
  background-color: rgb(13 87 64 / 0);
}

.bg-green-900\/10 {
  background-color: rgb(13 87 64 / 0.1);
}

.bg-green-900\/100 {
  background-color: rgb(13 87 64 / 1);
}

.bg-green-900\/15 {
  background-color: rgb(13 87 64 / 0.15);
}

.bg-green-900\/20 {
  background-color: rgb(13 87 64 / 0.2);
}

.bg-green-900\/25 {
  background-color: rgb(13 87 64 / 0.25);
}

.bg-green-900\/30 {
  background-color: rgb(13 87 64 / 0.3);
}

.bg-green-900\/35 {
  background-color: rgb(13 87 64 / 0.35);
}

.bg-green-900\/40 {
  background-color: rgb(13 87 64 / 0.4);
}

.bg-green-900\/45 {
  background-color: rgb(13 87 64 / 0.45);
}

.bg-green-900\/5 {
  background-color: rgb(13 87 64 / 0.05);
}

.bg-green-900\/50 {
  background-color: rgb(13 87 64 / 0.5);
}

.bg-green-900\/55 {
  background-color: rgb(13 87 64 / 0.55);
}

.bg-green-900\/60 {
  background-color: rgb(13 87 64 / 0.6);
}

.bg-green-900\/65 {
  background-color: rgb(13 87 64 / 0.65);
}

.bg-green-900\/70 {
  background-color: rgb(13 87 64 / 0.7);
}

.bg-green-900\/75 {
  background-color: rgb(13 87 64 / 0.75);
}

.bg-green-900\/80 {
  background-color: rgb(13 87 64 / 0.8);
}

.bg-green-900\/85 {
  background-color: rgb(13 87 64 / 0.85);
}

.bg-green-900\/90 {
  background-color: rgb(13 87 64 / 0.9);
}

.bg-green-900\/95 {
  background-color: rgb(13 87 64 / 0.95);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}

.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}

.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}

.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}

.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}

.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}

.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}

.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}

.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}

.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}

.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}

.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}

.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}

.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}

.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}

.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}

.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}

.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}

.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}

.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}

.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}

.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}

.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}

.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}

.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}

.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}

.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}

.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}

.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}

.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}

.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}

.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}

.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}

.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}

.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}

.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}

.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}

.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}

.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}

.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}

.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}

.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}

.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}

.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}

.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}

.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}

.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}

.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}

.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}

.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}

.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}

.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}

.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}

.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}

.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}

.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}

.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}

.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}

.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}

.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}

.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}

.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}

.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}

.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}

.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 235 241 / var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 164 206 / var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}

.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}

.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}

.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}

.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}

.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}

.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}

.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}

.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}

.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}

.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}

.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}

.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}

.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}

.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}

.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}

.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}

.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}

.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}

.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}

.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}

.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}

.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}

.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}

.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}

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

.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}

.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}

.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}

.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}

.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}

.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}

.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}

.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}

.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}

.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}

.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}

.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}

.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}

.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}

.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}

.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}

.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}

.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}

.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}

.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}

.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}

.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}

.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}

.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}

.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}

.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}

.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}

.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}

.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}

.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}

.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}

.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}

.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}

.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}

.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}

.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}

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

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 153 145 / var(--tw-bg-opacity));
}

.bg-red-300\/0 {
  background-color: rgb(242 153 145 / 0);
}

.bg-red-300\/10 {
  background-color: rgb(242 153 145 / 0.1);
}

.bg-red-300\/100 {
  background-color: rgb(242 153 145 / 1);
}

.bg-red-300\/15 {
  background-color: rgb(242 153 145 / 0.15);
}

.bg-red-300\/20 {
  background-color: rgb(242 153 145 / 0.2);
}

.bg-red-300\/25 {
  background-color: rgb(242 153 145 / 0.25);
}

.bg-red-300\/30 {
  background-color: rgb(242 153 145 / 0.3);
}

.bg-red-300\/35 {
  background-color: rgb(242 153 145 / 0.35);
}

.bg-red-300\/40 {
  background-color: rgb(242 153 145 / 0.4);
}

.bg-red-300\/45 {
  background-color: rgb(242 153 145 / 0.45);
}

.bg-red-300\/5 {
  background-color: rgb(242 153 145 / 0.05);
}

.bg-red-300\/50 {
  background-color: rgb(242 153 145 / 0.5);
}

.bg-red-300\/55 {
  background-color: rgb(242 153 145 / 0.55);
}

.bg-red-300\/60 {
  background-color: rgb(242 153 145 / 0.6);
}

.bg-red-300\/65 {
  background-color: rgb(242 153 145 / 0.65);
}

.bg-red-300\/70 {
  background-color: rgb(242 153 145 / 0.7);
}

.bg-red-300\/75 {
  background-color: rgb(242 153 145 / 0.75);
}

.bg-red-300\/80 {
  background-color: rgb(242 153 145 / 0.8);
}

.bg-red-300\/85 {
  background-color: rgb(242 153 145 / 0.85);
}

.bg-red-300\/90 {
  background-color: rgb(242 153 145 / 0.9);
}

.bg-red-300\/95 {
  background-color: rgb(242 153 145 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

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

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 51 35 / var(--tw-bg-opacity));
}

.bg-red-600\/0 {
  background-color: rgb(230 51 35 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(230 51 35 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(230 51 35 / 1);
}

.bg-red-600\/15 {
  background-color: rgb(230 51 35 / 0.15);
}

.bg-red-600\/20 {
  background-color: rgb(230 51 35 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(230 51 35 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(230 51 35 / 0.3);
}

.bg-red-600\/35 {
  background-color: rgb(230 51 35 / 0.35);
}

.bg-red-600\/40 {
  background-color: rgb(230 51 35 / 0.4);
}

.bg-red-600\/45 {
  background-color: rgb(230 51 35 / 0.45);
}

.bg-red-600\/5 {
  background-color: rgb(230 51 35 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(230 51 35 / 0.5);
}

.bg-red-600\/55 {
  background-color: rgb(230 51 35 / 0.55);
}

.bg-red-600\/60 {
  background-color: rgb(230 51 35 / 0.6);
}

.bg-red-600\/65 {
  background-color: rgb(230 51 35 / 0.65);
}

.bg-red-600\/70 {
  background-color: rgb(230 51 35 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(230 51 35 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(230 51 35 / 0.8);
}

.bg-red-600\/85 {
  background-color: rgb(230 51 35 / 0.85);
}

.bg-red-600\/90 {
  background-color: rgb(230 51 35 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(230 51 35 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}

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

.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}

.bg-ressurs {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 237 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}

.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}

.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}

.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}

.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}

.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}

.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}

.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}

.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}

.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}

.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}

.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}

.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}

.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}

.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}

.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}

.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}

.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}

.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}

.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}

.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}

.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}

.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}

.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}

.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}

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

.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}

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

.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}

.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}

.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}

.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}

.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}

.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}

.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}

.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}

.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}

.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}

.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}

.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}

.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}

.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}

.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}

.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}

.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}

.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}

.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}

.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}

.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}

.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}

.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}

.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}

.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}

.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}

.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}

.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}

.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}

.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}

.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}

.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}

.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}

.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}

.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}

.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}

.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}

.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}

.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}

.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}

.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}

.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}

.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}

.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}

.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}

.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}

.bg-tab-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 217 179 / var(--tw-bg-opacity));
}

.bg-tab-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 217 155 / var(--tw-bg-opacity));
}

.bg-tab-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 230 149 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 230 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0 {
  background-color: rgb(247 245 230 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(247 245 230 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(247 245 230 / 1);
}

.bg-yellow-200\/15 {
  background-color: rgb(247 245 230 / 0.15);
}

.bg-yellow-200\/20 {
  background-color: rgb(247 245 230 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(247 245 230 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(247 245 230 / 0.3);
}

.bg-yellow-200\/35 {
  background-color: rgb(247 245 230 / 0.35);
}

.bg-yellow-200\/40 {
  background-color: rgb(247 245 230 / 0.4);
}

.bg-yellow-200\/45 {
  background-color: rgb(247 245 230 / 0.45);
}

.bg-yellow-200\/5 {
  background-color: rgb(247 245 230 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(247 245 230 / 0.5);
}

.bg-yellow-200\/55 {
  background-color: rgb(247 245 230 / 0.55);
}

.bg-yellow-200\/60 {
  background-color: rgb(247 245 230 / 0.6);
}

.bg-yellow-200\/65 {
  background-color: rgb(247 245 230 / 0.65);
}

.bg-yellow-200\/70 {
  background-color: rgb(247 245 230 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(247 245 230 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(247 245 230 / 0.8);
}

.bg-yellow-200\/85 {
  background-color: rgb(247 245 230 / 0.85);
}

.bg-yellow-200\/90 {
  background-color: rgb(247 245 230 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(247 245 230 / 0.95);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 225 114 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0 {
  background-color: rgb(247 225 114 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(247 225 114 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(247 225 114 / 1);
}

.bg-yellow-300\/15 {
  background-color: rgb(247 225 114 / 0.15);
}

.bg-yellow-300\/20 {
  background-color: rgb(247 225 114 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(247 225 114 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(247 225 114 / 0.3);
}

.bg-yellow-300\/35 {
  background-color: rgb(247 225 114 / 0.35);
}

.bg-yellow-300\/40 {
  background-color: rgb(247 225 114 / 0.4);
}

.bg-yellow-300\/45 {
  background-color: rgb(247 225 114 / 0.45);
}

.bg-yellow-300\/5 {
  background-color: rgb(247 225 114 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(247 225 114 / 0.5);
}

.bg-yellow-300\/55 {
  background-color: rgb(247 225 114 / 0.55);
}

.bg-yellow-300\/60 {
  background-color: rgb(247 225 114 / 0.6);
}

.bg-yellow-300\/65 {
  background-color: rgb(247 225 114 / 0.65);
}

.bg-yellow-300\/70 {
  background-color: rgb(247 225 114 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(247 225 114 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(247 225 114 / 0.8);
}

.bg-yellow-300\/85 {
  background-color: rgb(247 225 114 / 0.85);
}

.bg-yellow-300\/90 {
  background-color: rgb(247 225 114 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(247 225 114 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 221 56 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0 {
  background-color: rgb(254 221 56 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(254 221 56 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(254 221 56 / 1);
}

.bg-yellow-500\/15 {
  background-color: rgb(254 221 56 / 0.15);
}

.bg-yellow-500\/20 {
  background-color: rgb(254 221 56 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(254 221 56 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(254 221 56 / 0.3);
}

.bg-yellow-500\/35 {
  background-color: rgb(254 221 56 / 0.35);
}

.bg-yellow-500\/40 {
  background-color: rgb(254 221 56 / 0.4);
}

.bg-yellow-500\/45 {
  background-color: rgb(254 221 56 / 0.45);
}

.bg-yellow-500\/5 {
  background-color: rgb(254 221 56 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(254 221 56 / 0.5);
}

.bg-yellow-500\/55 {
  background-color: rgb(254 221 56 / 0.55);
}

.bg-yellow-500\/60 {
  background-color: rgb(254 221 56 / 0.6);
}

.bg-yellow-500\/65 {
  background-color: rgb(254 221 56 / 0.65);
}

.bg-yellow-500\/70 {
  background-color: rgb(254 221 56 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(254 221 56 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(254 221 56 / 0.8);
}

.bg-yellow-500\/85 {
  background-color: rgb(254 221 56 / 0.85);
}

.bg-yellow-500\/90 {
  background-color: rgb(254 221 56 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(254 221 56 / 0.95);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}

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

.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}

.from-0\% {
  --tw-gradient-from-position: 0%;
}

.from-10\% {
  --tw-gradient-from-position: 10%;
}

.from-100\% {
  --tw-gradient-from-position: 100%;
}

.from-15\% {
  --tw-gradient-from-position: 15%;
}

.from-20\% {
  --tw-gradient-from-position: 20%;
}

.from-25\% {
  --tw-gradient-from-position: 25%;
}

.from-30\% {
  --tw-gradient-from-position: 30%;
}

.from-35\% {
  --tw-gradient-from-position: 35%;
}

.from-40\% {
  --tw-gradient-from-position: 40%;
}

.from-45\% {
  --tw-gradient-from-position: 45%;
}

.from-60\% {
  --tw-gradient-from-position: 60%;
}

.from-65\% {
  --tw-gradient-from-position: 65%;
}

.from-80\% {
  --tw-gradient-from-position: 80%;
}

.from-85\% {
  --tw-gradient-from-position: 85%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 4px;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 40px;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 48px;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 64px;
}

.p-2 {
  padding: 8px;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 80px;
}

.p-24 {
  padding: 96px;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 12px;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 128px;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 16px;
}

.p-40 {
  padding: 160px;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 20px;
}

.p-6 {
  padding: 24px;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 32px;
}

.p-80 {
  padding: 20rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 64px;
  padding-right: 64px;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-24 {
  padding-left: 96px;
  padding-right: 96px;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 128px;
  padding-right: 128px;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-40 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

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

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-24 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-40 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

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

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 40px;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 48px;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 64px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 80px;
}

.pb-24 {
  padding-bottom: 96px;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 128px;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-40 {
  padding-bottom: 160px;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 20px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-8 {
  padding-bottom: 32px;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 4px;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 40px;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 48px;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 64px;
}

.pl-2 {
  padding-left: 8px;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 80px;
}

.pl-24 {
  padding-left: 96px;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 12px;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 128px;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 16px;
}

.pl-40 {
  padding-left: 160px;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 20px;
}

.pl-6 {
  padding-left: 24px;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-8 {
  padding-left: 32px;
}

.pl-80 {
  padding-left: 20rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 4px;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 40px;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 48px;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 64px;
}

.pr-2 {
  padding-right: 8px;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 80px;
}

.pr-24 {
  padding-right: 96px;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 12px;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 128px;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 16px;
}

.pr-40 {
  padding-right: 160px;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-6 {
  padding-right: 24px;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-8 {
  padding-right: 32px;
}

.pr-80 {
  padding-right: 20rem;
}

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

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 4px;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 40px;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 48px;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 64px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 80px;
}

.pt-24 {
  padding-top: 96px;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 12px;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-32 {
  padding-top: 128px;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 16px;
}

.pt-40 {
  padding-top: 160px;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-6 {
  padding-top: 24px;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

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

.pt-8 {
  padding-top: 32px;
}

.pt-80 {
  padding-top: 20rem;
}

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.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-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(194 214 238 / var(--tw-text-opacity));
}

.text-blue-100\/0 {
  color: rgb(194 214 238 / 0);
}

.text-blue-100\/10 {
  color: rgb(194 214 238 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(194 214 238 / 1);
}

.text-blue-100\/15 {
  color: rgb(194 214 238 / 0.15);
}

.text-blue-100\/20 {
  color: rgb(194 214 238 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(194 214 238 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(194 214 238 / 0.3);
}

.text-blue-100\/35 {
  color: rgb(194 214 238 / 0.35);
}

.text-blue-100\/40 {
  color: rgb(194 214 238 / 0.4);
}

.text-blue-100\/45 {
  color: rgb(194 214 238 / 0.45);
}

.text-blue-100\/5 {
  color: rgb(194 214 238 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(194 214 238 / 0.5);
}

.text-blue-100\/55 {
  color: rgb(194 214 238 / 0.55);
}

.text-blue-100\/60 {
  color: rgb(194 214 238 / 0.6);
}

.text-blue-100\/65 {
  color: rgb(194 214 238 / 0.65);
}

.text-blue-100\/70 {
  color: rgb(194 214 238 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(194 214 238 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(194 214 238 / 0.8);
}

.text-blue-100\/85 {
  color: rgb(194 214 238 / 0.85);
}

.text-blue-100\/90 {
  color: rgb(194 214 238 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(194 214 238 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}

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

.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}

.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}

.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}

.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}

.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}

.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}

.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}

.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}

.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}

.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}

.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}

.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}

.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(43 93 188 / var(--tw-text-opacity));
}

.text-blue-600\/0 {
  color: rgb(43 93 188 / 0);
}

.text-blue-600\/10 {
  color: rgb(43 93 188 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(43 93 188 / 1);
}

.text-blue-600\/15 {
  color: rgb(43 93 188 / 0.15);
}

.text-blue-600\/20 {
  color: rgb(43 93 188 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(43 93 188 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(43 93 188 / 0.3);
}

.text-blue-600\/35 {
  color: rgb(43 93 188 / 0.35);
}

.text-blue-600\/40 {
  color: rgb(43 93 188 / 0.4);
}

.text-blue-600\/45 {
  color: rgb(43 93 188 / 0.45);
}

.text-blue-600\/5 {
  color: rgb(43 93 188 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(43 93 188 / 0.5);
}

.text-blue-600\/55 {
  color: rgb(43 93 188 / 0.55);
}

.text-blue-600\/60 {
  color: rgb(43 93 188 / 0.6);
}

.text-blue-600\/65 {
  color: rgb(43 93 188 / 0.65);
}

.text-blue-600\/70 {
  color: rgb(43 93 188 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(43 93 188 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(43 93 188 / 0.8);
}

.text-blue-600\/85 {
  color: rgb(43 93 188 / 0.85);
}

.text-blue-600\/90 {
  color: rgb(43 93 188 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(43 93 188 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}

.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}

.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}

.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}

.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}

.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}

.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(10 63 81 / var(--tw-text-opacity));
}

.text-blue-900\/0 {
  color: rgb(10 63 81 / 0);
}

.text-blue-900\/10 {
  color: rgb(10 63 81 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(10 63 81 / 1);
}

.text-blue-900\/15 {
  color: rgb(10 63 81 / 0.15);
}

.text-blue-900\/20 {
  color: rgb(10 63 81 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(10 63 81 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(10 63 81 / 0.3);
}

.text-blue-900\/35 {
  color: rgb(10 63 81 / 0.35);
}

.text-blue-900\/40 {
  color: rgb(10 63 81 / 0.4);
}

.text-blue-900\/45 {
  color: rgb(10 63 81 / 0.45);
}

.text-blue-900\/5 {
  color: rgb(10 63 81 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(10 63 81 / 0.5);
}

.text-blue-900\/55 {
  color: rgb(10 63 81 / 0.55);
}

.text-blue-900\/60 {
  color: rgb(10 63 81 / 0.6);
}

.text-blue-900\/65 {
  color: rgb(10 63 81 / 0.65);
}

.text-blue-900\/70 {
  color: rgb(10 63 81 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(10 63 81 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(10 63 81 / 0.8);
}

.text-blue-900\/85 {
  color: rgb(10 63 81 / 0.85);
}

.text-blue-900\/90 {
  color: rgb(10 63 81 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(10 63 81 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}

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

.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}

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

.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}

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

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}

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

.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}

.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}

.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}

.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}

.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}

.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}

.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}

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

.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}

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

.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}

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

.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}

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

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}

.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}

.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}

.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}

.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}

.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}

.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}

.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}

.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}

.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}

.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}

.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}

.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}

.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}

.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}

.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}

.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}

.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}

.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}

.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}

.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}

.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}

.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}

.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}

.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}

.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}

.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}

.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}

.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}

.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}

.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}

.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}

.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}

.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}

.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}

.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(176 219 79 / var(--tw-text-opacity));
}

.text-green-500\/0 {
  color: rgb(176 219 79 / 0);
}

.text-green-500\/10 {
  color: rgb(176 219 79 / 0.1);
}

.text-green-500\/100 {
  color: rgb(176 219 79 / 1);
}

.text-green-500\/15 {
  color: rgb(176 219 79 / 0.15);
}

.text-green-500\/20 {
  color: rgb(176 219 79 / 0.2);
}

.text-green-500\/25 {
  color: rgb(176 219 79 / 0.25);
}

.text-green-500\/30 {
  color: rgb(176 219 79 / 0.3);
}

.text-green-500\/35 {
  color: rgb(176 219 79 / 0.35);
}

.text-green-500\/40 {
  color: rgb(176 219 79 / 0.4);
}

.text-green-500\/45 {
  color: rgb(176 219 79 / 0.45);
}

.text-green-500\/5 {
  color: rgb(176 219 79 / 0.05);
}

.text-green-500\/50 {
  color: rgb(176 219 79 / 0.5);
}

.text-green-500\/55 {
  color: rgb(176 219 79 / 0.55);
}

.text-green-500\/60 {
  color: rgb(176 219 79 / 0.6);
}

.text-green-500\/65 {
  color: rgb(176 219 79 / 0.65);
}

.text-green-500\/70 {
  color: rgb(176 219 79 / 0.7);
}

.text-green-500\/75 {
  color: rgb(176 219 79 / 0.75);
}

.text-green-500\/80 {
  color: rgb(176 219 79 / 0.8);
}

.text-green-500\/85 {
  color: rgb(176 219 79 / 0.85);
}

.text-green-500\/90 {
  color: rgb(176 219 79 / 0.9);
}

.text-green-500\/95 {
  color: rgb(176 219 79 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}

.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}

.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}

.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}

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

.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}

.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}

.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}

.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(206 228 131 / var(--tw-text-opacity));
}

.text-green-700\/0 {
  color: rgb(206 228 131 / 0);
}

.text-green-700\/10 {
  color: rgb(206 228 131 / 0.1);
}

.text-green-700\/100 {
  color: rgb(206 228 131 / 1);
}

.text-green-700\/15 {
  color: rgb(206 228 131 / 0.15);
}

.text-green-700\/20 {
  color: rgb(206 228 131 / 0.2);
}

.text-green-700\/25 {
  color: rgb(206 228 131 / 0.25);
}

.text-green-700\/30 {
  color: rgb(206 228 131 / 0.3);
}

.text-green-700\/35 {
  color: rgb(206 228 131 / 0.35);
}

.text-green-700\/40 {
  color: rgb(206 228 131 / 0.4);
}

.text-green-700\/45 {
  color: rgb(206 228 131 / 0.45);
}

.text-green-700\/5 {
  color: rgb(206 228 131 / 0.05);
}

.text-green-700\/50 {
  color: rgb(206 228 131 / 0.5);
}

.text-green-700\/55 {
  color: rgb(206 228 131 / 0.55);
}

.text-green-700\/60 {
  color: rgb(206 228 131 / 0.6);
}

.text-green-700\/65 {
  color: rgb(206 228 131 / 0.65);
}

.text-green-700\/70 {
  color: rgb(206 228 131 / 0.7);
}

.text-green-700\/75 {
  color: rgb(206 228 131 / 0.75);
}

.text-green-700\/80 {
  color: rgb(206 228 131 / 0.8);
}

.text-green-700\/85 {
  color: rgb(206 228 131 / 0.85);
}

.text-green-700\/90 {
  color: rgb(206 228 131 / 0.9);
}

.text-green-700\/95 {
  color: rgb(206 228 131 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(13 87 64 / var(--tw-text-opacity));
}

.text-green-900\/0 {
  color: rgb(13 87 64 / 0);
}

.text-green-900\/10 {
  color: rgb(13 87 64 / 0.1);
}

.text-green-900\/100 {
  color: rgb(13 87 64 / 1);
}

.text-green-900\/15 {
  color: rgb(13 87 64 / 0.15);
}

.text-green-900\/20 {
  color: rgb(13 87 64 / 0.2);
}

.text-green-900\/25 {
  color: rgb(13 87 64 / 0.25);
}

.text-green-900\/30 {
  color: rgb(13 87 64 / 0.3);
}

.text-green-900\/35 {
  color: rgb(13 87 64 / 0.35);
}

.text-green-900\/40 {
  color: rgb(13 87 64 / 0.4);
}

.text-green-900\/45 {
  color: rgb(13 87 64 / 0.45);
}

.text-green-900\/5 {
  color: rgb(13 87 64 / 0.05);
}

.text-green-900\/50 {
  color: rgb(13 87 64 / 0.5);
}

.text-green-900\/55 {
  color: rgb(13 87 64 / 0.55);
}

.text-green-900\/60 {
  color: rgb(13 87 64 / 0.6);
}

.text-green-900\/65 {
  color: rgb(13 87 64 / 0.65);
}

.text-green-900\/70 {
  color: rgb(13 87 64 / 0.7);
}

.text-green-900\/75 {
  color: rgb(13 87 64 / 0.75);
}

.text-green-900\/80 {
  color: rgb(13 87 64 / 0.8);
}

.text-green-900\/85 {
  color: rgb(13 87 64 / 0.85);
}

.text-green-900\/90 {
  color: rgb(13 87 64 / 0.9);
}

.text-green-900\/95 {
  color: rgb(13 87 64 / 0.95);
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}

.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}

.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}

.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}

.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}

.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}

.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}

.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}

.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}

.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}

.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}

.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}

.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15);
}

.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35);
}

.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45);
}

.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55);
}

.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65);
}

.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85);
}

.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15);
}

.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35);
}

.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}

.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}

.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}

.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}

.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15);
}

.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35);
}

.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}

.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}

.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}

.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}

.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15);
}

.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35);
}

.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}

.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}

.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}

.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}

.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15);
}

.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35);
}

.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45);
}

.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55);
}

.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65);
}

.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85);
}

.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15);
}

.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35);
}

.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45);
}

.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55);
}

.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65);
}

.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85);
}

.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15);
}

.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35);
}

.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}

.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}

.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}

.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}

.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}

.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}

.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}

.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}

.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}

.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}

.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}

.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}

.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}

.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}

.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}

.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}

.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}

.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}

.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}

.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}

.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}

.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}

.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}

.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}

.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}

.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}

.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}

.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}

.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}

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

.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}

.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}

.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}

.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}

.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}

.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}

.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}

.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}

.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}

.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}

.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}

.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}

.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}

.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}

.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}

.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}

.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}

.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}

.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}

.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}

.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}

.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}

.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}

.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}

.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}

.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}

.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}

.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}

.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}

.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}

.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}

.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}

.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}

.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}

.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}

.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}

.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}

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

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

.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(242 153 145 / var(--tw-text-opacity));
}

.text-red-300\/0 {
  color: rgb(242 153 145 / 0);
}

.text-red-300\/10 {
  color: rgb(242 153 145 / 0.1);
}

.text-red-300\/100 {
  color: rgb(242 153 145 / 1);
}

.text-red-300\/15 {
  color: rgb(242 153 145 / 0.15);
}

.text-red-300\/20 {
  color: rgb(242 153 145 / 0.2);
}

.text-red-300\/25 {
  color: rgb(242 153 145 / 0.25);
}

.text-red-300\/30 {
  color: rgb(242 153 145 / 0.3);
}

.text-red-300\/35 {
  color: rgb(242 153 145 / 0.35);
}

.text-red-300\/40 {
  color: rgb(242 153 145 / 0.4);
}

.text-red-300\/45 {
  color: rgb(242 153 145 / 0.45);
}

.text-red-300\/5 {
  color: rgb(242 153 145 / 0.05);
}

.text-red-300\/50 {
  color: rgb(242 153 145 / 0.5);
}

.text-red-300\/55 {
  color: rgb(242 153 145 / 0.55);
}

.text-red-300\/60 {
  color: rgb(242 153 145 / 0.6);
}

.text-red-300\/65 {
  color: rgb(242 153 145 / 0.65);
}

.text-red-300\/70 {
  color: rgb(242 153 145 / 0.7);
}

.text-red-300\/75 {
  color: rgb(242 153 145 / 0.75);
}

.text-red-300\/80 {
  color: rgb(242 153 145 / 0.8);
}

.text-red-300\/85 {
  color: rgb(242 153 145 / 0.85);
}

.text-red-300\/90 {
  color: rgb(242 153 145 / 0.9);
}

.text-red-300\/95 {
  color: rgb(242 153 145 / 0.95);
}

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

.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-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}

.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}

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

.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(230 51 35 / var(--tw-text-opacity));
}

.text-red-600\/0 {
  color: rgb(230 51 35 / 0);
}

.text-red-600\/10 {
  color: rgb(230 51 35 / 0.1);
}

.text-red-600\/100 {
  color: rgb(230 51 35 / 1);
}

.text-red-600\/15 {
  color: rgb(230 51 35 / 0.15);
}

.text-red-600\/20 {
  color: rgb(230 51 35 / 0.2);
}

.text-red-600\/25 {
  color: rgb(230 51 35 / 0.25);
}

.text-red-600\/30 {
  color: rgb(230 51 35 / 0.3);
}

.text-red-600\/35 {
  color: rgb(230 51 35 / 0.35);
}

.text-red-600\/40 {
  color: rgb(230 51 35 / 0.4);
}

.text-red-600\/45 {
  color: rgb(230 51 35 / 0.45);
}

.text-red-600\/5 {
  color: rgb(230 51 35 / 0.05);
}

.text-red-600\/50 {
  color: rgb(230 51 35 / 0.5);
}

.text-red-600\/55 {
  color: rgb(230 51 35 / 0.55);
}

.text-red-600\/60 {
  color: rgb(230 51 35 / 0.6);
}

.text-red-600\/65 {
  color: rgb(230 51 35 / 0.65);
}

.text-red-600\/70 {
  color: rgb(230 51 35 / 0.7);
}

.text-red-600\/75 {
  color: rgb(230 51 35 / 0.75);
}

.text-red-600\/80 {
  color: rgb(230 51 35 / 0.8);
}

.text-red-600\/85 {
  color: rgb(230 51 35 / 0.85);
}

.text-red-600\/90 {
  color: rgb(230 51 35 / 0.9);
}

.text-red-600\/95 {
  color: rgb(230 51 35 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

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

.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-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}

.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}

.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}

.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}

.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}

.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}

.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}

.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}

.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}

.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}

.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}

.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}

.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}

.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}

.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}

.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}

.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}

.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}

.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15);
}

.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35);
}

.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}

.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}

.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}

.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}

.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}

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

.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}

.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}

.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}

.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}

.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}

.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}

.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}

.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}

.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}

.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}

.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}

.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}

.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15);
}

.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35);
}

.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}

.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}

.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}

.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}

.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}

.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}

.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}

.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}

.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}

.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}

.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}

.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}

.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}

.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}

.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}

.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}

.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15);
}

.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35);
}

.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}

.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}

.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}

.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}

.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(247 245 230 / var(--tw-text-opacity));
}

.text-yellow-200\/0 {
  color: rgb(247 245 230 / 0);
}

.text-yellow-200\/10 {
  color: rgb(247 245 230 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(247 245 230 / 1);
}

.text-yellow-200\/15 {
  color: rgb(247 245 230 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(247 245 230 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(247 245 230 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(247 245 230 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(247 245 230 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(247 245 230 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(247 245 230 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(247 245 230 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(247 245 230 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(247 245 230 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(247 245 230 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(247 245 230 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(247 245 230 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(247 245 230 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(247 245 230 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(247 245 230 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(247 245 230 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(247 245 230 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(247 225 114 / var(--tw-text-opacity));
}

.text-yellow-300\/0 {
  color: rgb(247 225 114 / 0);
}

.text-yellow-300\/10 {
  color: rgb(247 225 114 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(247 225 114 / 1);
}

.text-yellow-300\/15 {
  color: rgb(247 225 114 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(247 225 114 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(247 225 114 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(247 225 114 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(247 225 114 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(247 225 114 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(247 225 114 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(247 225 114 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(247 225 114 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(247 225 114 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(247 225 114 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(247 225 114 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(247 225 114 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(247 225 114 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(247 225 114 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(247 225 114 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(247 225 114 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(247 225 114 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(254 221 56 / var(--tw-text-opacity));
}

.text-yellow-500\/0 {
  color: rgb(254 221 56 / 0);
}

.text-yellow-500\/10 {
  color: rgb(254 221 56 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(254 221 56 / 1);
}

.text-yellow-500\/15 {
  color: rgb(254 221 56 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(254 221 56 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(254 221 56 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(254 221 56 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(254 221 56 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(254 221 56 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(254 221 56 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(254 221 56 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(254 221 56 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(254 221 56 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(254 221 56 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(254 221 56 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(254 221 56 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(254 221 56 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(254 221 56 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(254 221 56 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(254 221 56 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(254 221 56 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}

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

.no-underline {
  text-decoration-line: none;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.accent-blue-900 {
  accent-color: #0a3f51;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_0_0_1px_rgba\(10\2c 63\2c 81\2c \.06\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(10,63,81,.06);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.outline {
  outline-style: solid;
}

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

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

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 63 81 / var(--tw-ring-opacity));
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\2c opacity\] {
  transition-property: height,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

.hover\:bg-\[\#EFF2F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 214 238 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 63 81 / var(--tw-bg-opacity));
}

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

.hover\:bg-cardhover-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 235 221 / var(--tw-bg-opacity));
}

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

.hover\:bg-transparent:hover {
  background-color: transparent;
}

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

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(10 63 81 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

.focus\:ring-blue-900\/40:focus {
  --tw-ring-color: rgb(10 63 81 / 0.4);
}

.focus\:ring-white\/60:focus {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.focus-visible\:bg-cardhover-blue:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 255 / var(--tw-bg-opacity));
}

.focus-visible\:bg-cardhover-green:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(221 235 221 / var(--tw-bg-opacity));
}

.focus-visible\:bg-cardhover-yellow:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 204 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 4px;
  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-\[open\=true\]\:bg-blue-900[data-open="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 63 81 / var(--tw-bg-opacity));
}

.data-\[open\=true\]\:text-white[data-open="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-headings\:text-blue-900 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 63 81 / var(--tw-text-opacity));
}

.prose-h2\:text-\[32px\] :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 32px;
}

.prose-h2\:font-normal :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 400;
}

.prose-h2\:leading-tight :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.25;
}

.prose-h3\:text-\[22px\] :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 22px;
}

.prose-h3\:font-medium :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 500;
}

.prose-h3\:leading-snug :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.375;
}

.prose-p\:my-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.prose-p\:text-blue-900 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 63 81 / var(--tw-text-opacity));
}

.prose-a\:text-blue-900 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 63 81 / var(--tw-text-opacity));
}

.prose-strong\:text-blue-900 :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 63 81 / var(--tw-text-opacity));
}

.prose-li\:text-blue-900 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 63 81 / var(--tw-text-opacity));
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-none {
    animation: none;
  }
}

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

@media (min-width: 768px) {
  .md\:bottom-5 {
    bottom: 20px;
  }

  .md\:top-4 {
    top: 16px;
  }

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

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

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

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

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

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

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

  .md\:mx-8 {
    margin-left: 32px;
    margin-right: 32px;
  }

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

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

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

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

  .md\:mt-12 {
    margin-top: 48px;
  }

  .md\:mt-2 {
    margin-top: 8px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 48px;
  }

  .md\:h-16 {
    height: 64px;
  }

  .md\:h-6 {
    height: 24px;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 32px;
  }

  .md\:w-12 {
    width: 48px;
  }

  .md\:w-16 {
    width: 64px;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-6 {
    width: 24px;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 32px;
  }

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

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

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-2 {
    gap: 8px;
  }

  .md\:gap-4 {
    gap: 16px;
  }

  .md\:gap-5 {
    gap: 20px;
  }

  .md\:gap-6 {
    gap: 24px;
  }

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

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

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

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-2 {
    padding: 8px;
  }

  .md\:p-5 {
    padding: 20px;
  }

  .md\:p-6 {
    padding: 24px;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 32px;
  }

  .md\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:pb-16 {
    padding-bottom: 64px;
  }

  .md\:pb-32 {
    padding-bottom: 128px;
  }

  .md\:pb-6 {
    padding-bottom: 24px;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-8 {
    padding-bottom: 32px;
  }

  .md\:pl-8 {
    padding-left: 32px;
  }

  .md\:pt-12 {
    padding-top: 48px;
  }

  .md\:pt-16 {
    padding-top: 64px;
  }

  .md\:pt-20 {
    padding-top: 80px;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 32px;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(10 63 81 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

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

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

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

  .lg\:pl-12 {
    padding-left: 48px;
  }
}

.\[\&_h1_strong\]\:font-normal h1 strong {
  font-weight: 400;
}

.\[\&_h2_strong\]\:font-normal h2 strong {
  font-weight: 400;
}

